• 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

books

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
would any one please suggest few good books on ejb
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use O'Reilly's EJB Book "Enterprize JavaBeans" by Richard Monson-Haefel for ejb theory. I believe it is the best out there. For good examples, I use "Mastering Enterprize Java Beans and the Java 2 Platform" by Ed Roman. Hope this helps
------------------
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As a matter of fact, these are the only books on the market that are completely dedicated to EJB. There are a couple of other books (Wrox's Professional JSP and Sams' Building Java Enterprise Systems with J2EE) that cover J2EE or JSP and touch upon EJB briefly. Ed Roman's book definitely is the more code-intensive one between the two; however, it is somewhat dated because it was written for EJB spec 1.0, not 1.1. It does not cover how to use EJB's with JSP's, although you shouldn't invoke EJB's directly from JSP's if you follow Sun's J2EE Blueprint architecture.
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
Ofcourse orielly book is good for EJB. but, to get an over all idea about server side architecture and Enterprise Java beans concepts, i feel, one should go thru EdRoman's book. u can dowmload from www.theserverside.com .
alagan
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic