The final step in the EJB creation process is to package the Java class files and the Deployment Descriptor into a JAR file. The archive should have the following structure:
Example 1.5. AboutBean.jar
The JAR file is fed to an EJB container for deployment. In our case we will use the J2EE 1.3 Reference Implementation (RI) which is shipped with the J2EE SDK.