Application
The application element is the root element of a J2EE application deployment descriptor.
Attributes Summary
smallIcon The small-icon element specifies the URI for a small GIF or JPEG icon image to represent the application in a GUI. largeIcon The large-icon element specifies the URI for a large GIF or JPEG icon image to represent the application in a GUI. description The description element provides a human readable description of theapplication. displayName The display-name element specifies an application name. securityRoles Contains the definitions of security roles which are global to the application. modules
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