• 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

Re: Introduction to EJB

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

I am new to EJB but I know there are different types of EJB: Entity Bean and Session Bean. Additionally, Session Bean is further categorized into Stateful and Stateless. Could anyone explain to me the difference between and use of them. Could you have any good reference that is suitable to the beginer as a first step to learn EJB?

Thank you very much

Regards,
Joe
 
Author
Posts: 377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Joe Cheung:
Dear all,

I am new to EJB but I know there are different types of EJB: Entity Bean and Session Bean. Additionally, Session Bean is further categorized into Stateful and Stateless. Could anyone explain to me the difference between and use of them. Could you have any good reference that is suitable to the beginer as a first step to learn EJB?



Hi Joe,

I've just finished writing a book that gives a nice, easy introduction to what and why the components of J2EE are, including EJBs. Explanations and a little code. "J2EE: The Big Picture". http://www.amazon.com/exec/obidos/ASIN/0131480103

If you then want to go on to learning to do some coding, then you'll want "Head First EJBs" from Kathy and Bert. http://www.amazon.com/exec/obidos/ASIN/0596005717

Solveig
reply
    Bookmark Topic Watch Topic
  • New Topic