Application assembly is the process of creating an enterprise archive (EAR) file containing all files related to an application, as well as an XML deployment descriptor for the application. This configuration and packaging prepares the application for deployment onto an application server.
EAR files are comprised of the following archives:
Ensure that modules are contained in an EAR file so that they can be deployed onto the server. The exceptions are WAR modules, which you can deploy individually. Although WAR modules can contain regular JAR files, they cannot contain the other module types described previously.
The assembly process includes the following actions:
As you configure properties using an assembly tool, the tool generates the deployment descriptor for you. While the Application Server Toolkit (AST), Rational Web Developer or Rational Application Developer graphical interface is recommended, you can also edit descriptors directly in your favorite XML editor.
Related tasks
Assembling applications
Related reference
Archive support in Version 6.0