• 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

Getting Started - EJB

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I like to start reading about EJB and their concepts. My questions are

1. Which version of EJB i can start? People said EJB2.0 is not that good. Shall i start with EJB 3. Or do i need to read EJB 2 to know the basics?

2. Which book will be better and friendly for EJB beginners?
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, the easiest book to read is Head First EJB. That covers EJB 2.x

I think a little bit of understanding how an App Server works is very helpful. Especially with the Classloader stuff, lookups, etc.

Then check out the EJB 3.0 specification.

Mark
 
Author
Posts: 531
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
EJB 3 is newer version and a very simplified version of EJB
it is better that you start with ejb3.
to start i suggest you get :
http://java.sun.com/javaee/5/docs/tutorial/doc/JavaEETutorial.pdf
and get the netbeans IDE to complete your learning toolset
http://www.netbeans.org/community/releases/55/

That tutorial make you familiar with ejb3 and netbeans allows you to implement those concepts easier.
 
author
Posts: 288
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would recommend "Head First EJB"
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm working my way through Head First EJB myself now and I'm quite impressed with it. It is written with the intent of getting the reader ready to pass the Sun Certified Business Component Developer exam. So, if you already have the SCJP certification, consider going for this one too. I've always found that studing for a certification is a really good way to make the material stick.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Freind
First thing is that if you think ejb 3.0 is better then you should read ejb 3.0 but i think there is no much difference between 2. 3. secondthing is about book then till to now i have read Adroman (Mastering in ejb).but i suggest that any book on ejb read completely after that you can chose any which you like but Adroman cover all topic very well

Regards
Rajesh Pandey
email :-- rajesh-pandey@hotmai.com
Mob :- +919811903737
A freelance software Developer
India Delhi
 
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
like many others before I was unable to find a working remote call / lookup example for EJB 3.0.

On the other hand if you do not urgently need it for the job then I would advise you to start with EJB 3.0 because it is really different and much easier and mor logical. But that means coding (well done in Eclipse 3.1.2) without real testing for the first time (how long? ...)

Thomas
[ March 19, 2006: Message edited by: Thomas Taeger ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic