Archive for March, 2008

A J2EE application will be bundled in an EAR (Enterprise Archive) file for the deployment. The EAR file can contain different modules like Web Module, Resource Adapters, Client application modules and EJB modules. The structure of an EAR file is a follows.
EAR file
|
| - META-INF
- application.xml (The deployment descriptor of an EAR file).
| - Resource [...]