POJO « JPA « JSF Q&A





1. Using POJO as Model in JSF and JPA project, is that right?    stackoverflow.com

i'm developing a project using JSF 2 and JPA 2 (EclipseLink 2.3). In JSF 2 I learned that we must separate the Model from Controller and the same thing to the View ...

2. can JSF BB be used as Hibernate POJO    coderanch.com

3. converting JSF componenets in to Hibernate POJO    coderanch.com

It's not recommended to use Data Model POJOs as JSF backing beans. It doesn't work well. For details, search this forum for earlier discussions on this subject. There's been 2 or 3 of them already this year. Incidentally, we'd prefer you not "bump". It won't get you answers any faster. We're all unpaid volunteers here, so we check in when we ...