• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Difference Between Ejb 2 and 3

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi Team,

Is there a major difference between 2 and 3 versions of EJB , as a EJB beginner do we recommend to start with a Ejb 2.0 guide like Head first , please advice.


 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are significant differences in both but both have same fundamentals. Mainly EJB 2 entity beans have been replaced with JPA. There are new features added as well like annotations etc...

...as a EJB beginner do we recommend to start with a Ejb 2.0 guide like Head first


There might be so many projects using EJB 2 currently. But if you start with EJB 3 it won't be difficult to work with EJB 2 either
reply
    Bookmark Topic Watch Topic
  • New Topic