Application

The applicationType defines the structure of theapplication.

Inherits from type CompatibilityDescriptionGroup and adds the following.

Attributes Summary
version : String@since J2EE1.
securityRoles : SecurityRole * Contains the definitions of security roles which areglobal to the application.
modules : Module * The application deployment descriptor must have one module element for each J2EE module in the application package.

Attribute Details

version    -    @since J2EE1.4 The required value for the version is 1.4.
     data type:  String
     default Value:   unspecified



securityRoles    -    Contains the definitions of security roles which areglobal to the application.
     data type: SecurityRole*



modules    -    The application deployment descriptor must have one module element for each J2EE module in the application package. A module element is defined by moduleType definition.
     data type: Module*


Copyright IBM Corp. 1997-2004