Package org.eclipse.jst.j2ee.application

This package includes the j2ee Application module model api.

See:
          Description

Interface Summary
Application The application element is the root element of a J2EE application deployment descriptor.
ApplicationFactory  
ApplicationPackage Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ApplicationPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
ApplicationResource The represents the deployment descriptor of the EAR.
ConnectorModule Specifies the URI of a resource adapter archive file, relative to the top level of the application package.
EjbModule Specifies the URI of a ejb-jar, relative to the top level of the application package.
JavaClientModule specifies the URI of a java application client module, relative to the top level of the application package.
Module The module element represents a single J2EE module and contains an ejb, java, or web element, which indicates the module type and contains a path to the module file, and an optional alt-dd element, which specifies an optional URI to the post-assembly version of the deployment descriptor.
WebModule Contains the web-uri and context-root of a web application module.
 

Package org.eclipse.jst.j2ee.application Description

This package includes the j2ee Application module model api. Using this api the artifacts of an Application can be created and accessed. top