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?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 2 down vote accepted

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)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.