About Enterprise Java Beans

An EJB module contains one or more Enterprise Java Beans (EJB). An EJB consists of the following classes:

In addition, an EJB module can contain:

The components in an EJB module are archived into a JAR file. In addition, an EJB JAR module contains ejb-jar.xml and ias-ejb-jar.xml files in the \META-INF directory at the root EJB module directory. The XML files represent the component-level deployment descriptors for the module. The archive may contain other XML files depending upon your declaration of deployment descriptor parameters.

See also
  About Session Beans
About Entity Beans
Creating an EJB


Legal Notices