Home

 

EJB modules

An EJB module contains EJB components. EJB modules are packaged as JAR files with the extension .jar. EJB JAR files have a defined directory structure and include an optional deployment descriptor called ejb-jar.xml, which contains configuration information for the EJB module. Alternatively, the configuration can be defined using annotations in the Java classes.

ibm.com/redbooks