Here is a description of the files that reside in the $JONAS_ROOT/examples/src/mdb/samplemdb directory:
README contains important information that does not appear in the other documentation.
run.sh
run.bat
MdbBean.java contains the message driven bean.
MdbClient.java contains the Client that accesses the Mdb bean.
jonas-samplemdb.xml is the JOnAS specific part of the deployment descriptor.
samplemdb.xml contains the generic deployment descriptor.
The $JONAS_ROOT/examples/src/mdb/sampleappli directory contains the following files:
README contains important information that does not appear in the other documentation.
run.sh
dbl.prp
run.bat
Env.java contains the remote interface of the bean.
EnvBean.java contains the stateless session bean.
EnvHome.java contains the home interface for the Env bean.
jonas-sampleappli.xml is the JOnAS-specific part of the deployment descriptor.
OrderBean.java contains the message driven bean.
sampleappli.xml contains the generic deployment descriptor.
SampleAppliClient.java is the Java client that accesses the JOnAS server.
Stock.java contains the stock remote interface.
StockBean.java contains the entity bean.
StockHandlerBean.java contains a Message driven bean.
StockHome.java contains the home interface for the stock bean.