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. The application deployment descriptor must have one module element for each J2EE module in the application package.



Attributes Summary
uri : StringSpecifies the URI of a module, relative to the top level of the application package.
altDD : StringThe alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular J2EE module.
application :   

Attribute Details

uri    -    Specifies the URI of a module, relative to the top level of the application package.
     data type:  String
     default Value:   unspecified



altDD    -    The alt-dd element specifies an optional URI to the post-assembly version of the deployment descriptor file for a particular J2EE module. The URI must specify the full pathname of the deployment descriptor file relative to the application's root directory. If alt-dd is not specified, the deployer must read the deployment descriptor from the default location and file name required by the respective component specification.
     data type:  String
     default Value:   unspecified



application    -     
     data type: 


Copyright IBM Corp. 1997-2004