2

I am having some entity beans created in EJB 2.0 and now I need to migrate to EJB 3.x, but I've studied that use of entity beans are changed in EJB 3.x and they are using JPA instead.

Where can I find solution to actuate my beans to be comfortable with EJB 3.x?

animuson
  • 53,861
  • 28
  • 137
  • 147
lourdh
  • 449
  • 2
  • 12
  • 30

3 Answers3

2

For example from following resources available online:

or following printed books:

  • Pro JPA 2 Mastering the Java Persistence API (p. 457-466)
  • EJB3 in Action (p. 513-528)
Mikko Maunu
  • 41,366
  • 10
  • 132
  • 135
0

IntelliJ EJB refactoring tools might prove to be useful: http://www.jetbrains.com/idea/webhelp/migrating-to-ejb-3-0.html

I belive there are some for Eclipse too.

Raul
  • 1,899
  • 2
  • 20
  • 32
0

just for future reference, I recommend the following link: http://what-when-how.com/enterprise-javabeans-3/migrating-cmp-2-entity-beans-to-the-ejb-3-jpa-part-1/

And there's also part 2 on the same site as well as migrating session beans and MDBs. I used them and found them very helpful and useful.

Mohamed El-Beltagy
  • 902
  • 10
  • 19