• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

differences b/w J2EE 1.4 & Java EE 5

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know there is lot available on net but can we list down some noticeable (and talk-able) differences here:

1. Annotations are introduced, which makes coding so easy and now it takes less time to code EJB, Web Services etc.

2. Entity Bean is gone. Instead, JPA (Java Persistence API) is introduced for persistence.

Please add.

Thanks!
 
Bartender
Posts: 3904
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by ankur rathi:
I know there is lot available on net but can we list down some noticeable (and talk-able) differences here:

2. Entity Bean is gone. Instead, JPA (Java Persistence API) is introduced for persistence.



Hi !

They are *not* gone. For backward compatibility they are supported by EJB 3.0 servers too.

regards,
MZ
 
ankur rathi
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah.

Originally posted by Mikalai Zaikin:


Hi !

For backward compatibility ...



You mean existing applicaiton using Entity Bean, right?
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by ankur rathi:
Yeah.



You mean existing applicaiton using Entity Bean, right?



No, we can use Entity Bean in EJB 3.0, if we would like. Entity Bean in EJB 3.0 is the same with EJB 2.x.

Furthermore, Java EE 5 includes JSF.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic