• 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

EJB

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I WANT TO LEARN EJB. ANY SEND ME BASIC TUTORIAL OF EJB.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For all our eyes' sake, please KeepItDown.

You might start by reading EJB - Introduction and concepts and What's new in EJB 3?.

Then, install a JEE server like GlassFish and work through their examples.
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm in the same boat as yours ...I wanted to learn EJB few days back and what i did was simply did a google and found some tutorials. I fount the following jGuru tutorial very comprehensive.

http://java.sun.com/developer/onlineTraining/EJBIntro/EJBIntro.html

I think you can start off with this tutorial and grasp the basics and then move on to some advanced stuff. I'm planning to do the same...
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
The basic definition and deployment stuff can be found in the javaee tutorial.
java.sun.com/javaee/5/docs/tutorial/doc/

Also 2 books that i have read on EJB3:
1. Enterprise JavaBeans 3.0 5th Ed 2006.chm
2.Apress.Beginning.EJB.3.Application.Development.Sep.2006.pdf

are very good.

Thanks and Regds,
Sridhar Palla
 
reply
    Bookmark Topic Watch Topic
  • New Topic