JOnAS v2.4 Tutorial | ||
---|---|---|
<<< Previous | Session Beans | Next >>> |
Here is a description of the files that reside in the $JONAS_ROOT/example/src/sb directory:
OpBean.java contains the bean implementation code.
OpHome.java contains the home interface of the bean.
Op.java contains the remote interface of the bean.
ejb-jar.xml is the generic part of the deployment descriptor.
jonas-ejb-jar.xml is the JOnAS specific part of the deployment descriptor.
ClientOp.java is the Java client that accesses the EJB server.
<<< Previous | Home | Next >>> |
Running the example | Up | The deployment descriptor |