A JOnAS-specific deployment descriptor contains information assigned by the deployer.
For Enterprise Java Beans:
The JNDI name assigned to the enterprise bean home
The JNDI names of the referenced resources
The JNDI names of JMS administered objects
The JNDI names of the referenced EJBs
The database mapping information for container-managed persistence.
Refer to Chapter 13 Defining the Deployment Descriptor for details.
For Web components:
The JNDI name of the external resources referenced by a web component
The JNDI name of the external resources environment referenced by a web component
The JNDI name of the beans referenced by a web component
The name of the virtual host on which to deploy the servlets
The name of the context root on which to deploy the servlets.
Refer to Chapter 20 Defining the Web Deployment Descriptor for details.
For Enterprise ARchive (EAR)
There is no JOnAS specificity for the EAR.
Refer to the section Chapter 25 Defining the Ear Deployment Descriptor for details.