-
EJB 2.1 vs EJB 3.0 (2 messages)
- Posted by: Wannabe JAVA Guru
- Posted on: December 17 2007 04:04 EST
Which one of the EJB 2.1 or EJB 3.0 is better to code and understand?Threaded Messages (2)
- Re: EJB 2.1 vs EJB 3.0 by senthil balakrishnan on December 19 2007 17:29 EST
- Re: EJB 2.1 vs EJB 3.0 by Andy Leung on December 20 2007 09:38 EST
-
Re: EJB 2.1 vs EJB 3.0[ Go to top ]
- Posted by: senthil balakrishnan
- Posted on: December 19 2007 17:29 EST
- in response to Wannabe JAVA Guru
I felt EJB 3.0 to be easy to develop compared to EJB2.0 for the following reasons, 1. You don't have to write Home Interface 2. You don't have to write configuration xmls and maintain them. 3. More than development its light weight unlike the EJB2.1. Note: You need JDK 5.0+ and application server that supports EJB 3.0. Thanks, Senthil Balakrishnan -
Re: EJB 2.1 vs EJB 3.0[ Go to top ]
- Posted by: Andy Leung
- Posted on: December 20 2007 09:38 EST
- in response to senthil balakrishnan
If you want to kill yourself, go for EJB 2.1 I had hard time dealing with SJAS at the time of EJB 2.1 there.