Application

The application element is the root element of a J2EE application deployment descriptor.



Attributes Summary
smallIcon : StringThe small-icon element specifies the URI for a small GIF or JPEG icon image to represent the application in a GUI.
largeIcon : StringThe large-icon element specifies the URI for a large GIF or JPEG icon image to represent the application in a GUI.
description : StringThe description element provides a human readable description of theapplication.
displayName : StringThe display-name element specifies an application name.
securityRoles : SecurityRole * Contains the definitions of security roles which are global to the application.
modules : Module *  

Attribute Details

smallIcon    -    The small-icon element specifies the URI for a small GIF or JPEG icon image to represent the application in a GUI.
     data type:  String
     default Value:   unspecified



largeIcon    -    The large-icon element specifies the URI for a large GIF or JPEG icon image to represent the application in a GUI.
     data type:  String
     default Value:   unspecified



description    -    The description element provides a human readable description of theapplication. The description element should include any information that theapplication assembler wants to provide the deployer.
     data type:  String
     default Value:   unspecified



displayName    -    The display-name element specifies an application name.The application name is assigned to the application by the application assembler and is used to identify the application to the deployer at deployment time.
     data type:  String
     default Value:   unspecified



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



modules    -     
     data type: Module*


Copyright IBM Corp. 1996-2002