• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Suggest me Good EJB Book

 
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can any one suggest, what is the good book, to start with EJB. I am new to J2EE technology.
Thanks in Advance,
Narasimha.
[ July 21, 2003: Message edited by: narasimha rao bandlamudi ]
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
EJB from Orielly is really a good book to start with.
Then there is EJB book by EDRoman.
Also, the EJB spec are handy.
It would be better to have post name relevant to the topic posted rather than your name.
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi narasimha,
I believe one of the best books outhere is 'Enterprise JavaBeans' by Richard Monson-Haefel. It is non-vendor specific and follows the EJB 2.0 spec closely. There is of course also the EJB 2.0 specification itself ... that too might be of interest to you.
Good Reading!
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Applying Enterprise JavaBeans 2.1" is a great book and covers the updated specification.
 
Ranch Hand
Posts: 1327
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do I need to know XML really well first to know J2EE?
should I study for the IBM 141 exam or SCBCD then SCEA?
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, it is prefered to know XML before J2EE because J2EE modules i.e. web, ejb-jar, rar,ear make use of xml for deployment descriptor.
That is how I started with and would recommend others as well.
I dont see need for certification. You can read some XML books.
Take SCBCD before taking up SCEA.
If you need more info let me know.
 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are new to J2EE and EJB, the best one will probably be the Head First EJB book by Kathy Sierra, if the preview chapters are anything to go by. I would suggest the following, listed in order of ease of reading (easiest first):
The Sun J2EE Tutorial (download from java.sun.com)
Mastering Enterprise JavaBeans by Ed Roman et al
(download from www.theserverside.com)
Enterprise JavaBeans by Monson Haefel (O Reilly)
 
Ranch Hand
Posts: 199
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did follow Monson-Haefel's EJB 3rd ed book. In my opinion, it is very good except for the fact that it also parallelly talks about EJB1.1, which at times makes it a bit confusing. I would have liked it more if it would have dealt with only EJB2.0.
The other point is that, as far as I remember, it is not vendor neutral but leans towards Weblogic with Cloudscape database. It would have been better if it would have only used Sun's reference implementation for its examples.
Thanks, Sudd
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
The best EJB book I suggest is 'EJB specification' on SUN site. It is not difficult, it is huge document which clearly specifies the specs. Print it and read chapter by chapter. Sooner or later you would realize that is the best book. O'rielly's is just a copy of the specification in book form. I suggest Ed Roman's book as an introductory book to start with and don't want to put much effort on EJB spec.
-Ashok
 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Enterprise JavaBeans 3rd Edition by Richard Monson-Haefel is the book.
After that, follow by the EJB specification.
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Enterprise JavaBeans by Haefel or Mastering EJB. After getting comfortable with the topic try Bitter EJB anti-pattern book and a pro-pattern book such as Core J2EE Patterns or EJB Design Patterns .
[ July 24, 2003: Message edited by: Amer Khan ]
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
edRoman and j2ee specification from sun site r the best meterial for ejb..

regards
 
narasimharao konjeti
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
edRoman and j2ee specification from sun site r the best meterial for ejb..

regards
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic