Sun GlassFish Enterprise Server 2.1 Application Deployment Guide

About Applications

An application is a logical collection of one or more modules tied together by application annotations or deployment descriptors. Components can be assembled at either the module or the application level. Components can also be deployed at either the module or the application level.

EJB components are assembled in a JAR file with annotations or ejb-jar.xml and sun-ejb-jar.xml deployment descriptors. Web components are assembled in a WAR file with annotations or web.xml and sun-web.xml deployment descriptors. An application client is assembled in a JAR file with application-client.xml and sun-application-client.xml deployment descriptors. A resource adapter is assembled in a RAR file with a ra.xml deployment descriptor. All modules are assembled in an EAR file and deployed to the Application Server. The following figure shows EJB JAR, Web, application client, and connector modules in a Java EE application.

Figure 1–2 Application Assembly and Deployment

Figure shows Java EE application assembly and
deployment.

Each Java EE module has an optional Enterprise Server deployment descriptor and annotations or a Java EE deployment descriptor. The Enterprise Server uses the annotations or deployment descriptors to deploy the application components and to register the resources with the Enterprise Server.

An application consists of one or more modules, an optional Enterprise Server deployment descriptor, and annotations or a Java EE application deployment descriptor. All items are assembled, using the Java ARchive (.jar) file format, into one file with an extension of .ear.