NetBeans « EJB « JPA Q&A





1. Hibernate and EJB3 in Netbeans 6.7    forums.netbeans.org

Greetings. The hibernate files(pojo's and hbm.xml) are in the web module of the project but I need this files in the ejb module too. How can I do the import? I ...

2. Question on using JPA with really coarse-granularity EJBs    forums.netbeans.org

lupestro Joined: 21 Aug 2009 Posts: 8 Posted: Wed Dec 16, 2009 5:27 pm Post subject: Question on using JPA with really coarse-granularity EJBs Hello all, I have ...

3. Re: JPA without EJB Server?    forums.netbeans.org

David Blevins schrieb: Quote: Bernhard Humm wrote: Quote: Hi, I would like to create simple CRUD applications (no GUI to start with) and test them using JUnit. Is there a way ...

4. JPA and EJB workflow question    forums.netbeans.org

I'm still learning the use of NetBeans wizards for the creation of JPA entity classes and session beans. But what is the preferred or recommended workflow when the data model changes? Does the answer depends on the magnitude of the change? Say I want to add a single column to a single table. Is there a NetBeans tool that will facilitate ...

5. JPA, EJB => cyclic reference    forums.netbeans.org

hello, I would like to create a javaEE6 project which contains some JPA classes, one EJB class (which persist an item in the database) and a client project. so in netbeans 6.9.1, I created one enterprise application project (EAP),with a EJB project inside, in which I created some entity classes from database. all runs fine. then, I created: - a java ...

6. Desktop application utilising EJB and JPA    forums.netbeans.org

Hi, I am new to NetBeans and also not a very experienced Java developer. However, I want to build a desktop application utilising EJB and JPA but I am not sure regarding the right set up. I would appreciate if someone could point me in the right direction. Let me first explain what I have set up so far. 1) I ...

7. Hibernate in EJB module of Enterprise application???????    forums.netbeans.org

Hi I am developing a Enterprise application with a number of different modules. One of them needs to be dedicate to DATA and I would like to use Hibernate. However, NetBeans doesn't give me the possibility to use the tools, which it offers for web modules, in the EJB module. DO you know I can solve this issue?

8. EJB Remote Interface cannot locate JPA Entities from NetBeans 7    forums.netbeans.org

Hello All I have created a new EnterpriseApplication (EA) in NetBeans 7. Added some JPA entities in the EJBModule. Now I want to add some Remote SessionBeans in the EnterpriseApplication. For that according to the tutorial, i created a new Java Class Library Project. Then right clicked on the EJBModule, selected Session Bean for Entity Classes. Then selected the Entities for ...

9. Re: EJB Remote Interface cannot locate JPA Entities from NetBeans 7    forums.netbeans.org

Hi!!. I have the same problem. I can't create a session bean that implements a remote interface with an Entity Manager Injection. I would know if that is an error or it's part of EJB 3.1 specification?. Last version of EJB (3.0) Let us move entities across projects. This version doesn't allow do that. I tryed putting ejb entity classes in ...





10. integration of EJB3,Hibernate in Netbeans    coderanch.com

hi, I am working on a legacy project which have jsf and icefaces to call EJB which in turn call webservice to get data from database. now we want web call EJB3,then EJB3 call hibernate(or Toplink) to get(update) data in database,IDE is NetBeans 6.5.1,I am struggling to integrated all of them together ,also the app server is Glassfish 2. Is this ...