netbeans « JPA « JSF Q&A





1. how to use JSF 1.2 and JPA in Netbeans?    stackoverflow.com

I'm trying to use JPA to connect my JSF components to database but the problem is that I can't figure out how to get this all combination works.I have done entity ...

2. Java EE 6: How to add web module on top of application client    stackoverflow.com

Technology(Java EE 6 with Glassfish 3.1, Netbeans 7.0) I have an application client that access a db via JPA. No EJB is involved. Now I need to add an web interface for ...

3. Visual Web JSF and JPA    forums.netbeans.org

NetBeans Forums - Visual Web JSF and JPA Search: NetBeans Forums FAQ Search Memberlist Register Profile Log in to check ...

4. Small modifications to JSF and JPA wizards    forums.netbeans.org

I have followed the tutorials about developing CRUD apps using JSF/JPA Those wizards (plug-ins) are really great. I was wondering if is it possible modify them to add some custom code? ...

5. JSF 2.0 + JPA Master-Detail Example    forums.netbeans.org

Hi all, I'm a Java newbie moving from Delphi/VS C# and wanna try out Java+JSF+Primefaces for Webapplications. I'm loving the Netbeans IDE, and love the Swing Master-detail demo thats found in Netbeans, I would like to do the same with JSF 2.0 or JSF+Primefaces even. Any pointers in the right direction would really help. My biggest challenge at the moment, is ...

6. Strange problem using Netbeans 7.0, JSF2, Hibernate and JBoss6...    forums.netbeans.org

Hi all, I will try to explain what I did and what problem I found. First I create a class library project that contain all hibernate's classes, so I create a new web application and I associate the default profile of JBoss6.0.0 final and Hibernate and JSF2 framework. Then I copied the hibernate.cfg.xml of "hibernate's project" into the new project. After ...