Simple EJB

Anybody has a working example of a simple EJB? with the explanition?I'm quite new to EJBs.Need some help over here.Thanks
[143 byte] By [Dudleya] at [2007-11-27 5:46:28]
# 1
Hi Dudley,There are numbers of Example for EJB, available on google just search it out.Here we can not send example bcoz each simple application has four classes and xml files.So it is best if u read some example from google itself.Best Regards karan
karan88a at 2007-7-12 15:29:22 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
We have some simple "Hello, world" EJB 3.0 examples here :https://glassfish.dev.java.net/javaee5/ejb/EJB30.htmlAnother good resource is the EJB section of the Java EE 5 tutorial : http://java.sun.com/javaee/5/docs/tutorial/doc/ --ken
ksaksa at 2007-7-12 15:29:22 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
You should really try the EJB 3 trailblazer by JBoss: http://trailblazer.demo.jboss.com/EJB3Trail/It's done very, very well and easy to understand.
JUnkiea at 2007-7-12 15:29:22 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...