University of Cincinnati logo and link  
EJB-JAR files
 
  UC ingot Once you have finished compiling your classes and creating all of the necessary configuration files, you can place all of these files into an EJB-JAR file for deployment.
  • EJB-JAR files are essentially zip files that contain Java classes and other files needed for deployment.
  • You can generate these files by hand or with tools, such as Apache Ant.


Your First Bean