This type is a class for model objects.
The applicationType defines the structure of the application.
Package: application| Attributes Summary | |
| version : EString | @version J2EE1.4 The required value for the version is 1.4. |
| securityRoles : SecurityRole * | Contains the definitions of security roles which are global to the application. |
| modules : Module + | 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. |
| Attribute Details |