APPLICATION

An APPLICATION element defines an application. Attributes for this element include:

Child elements

The APPLICATION element may contain the following elements:

  1. Zero or one DESCRIPTION element.

  2. Zero or more RESOURCE elements.

  3. Zero or one EXECUTION elements.

  4. Zero or one OUTPUT elements.

Example

<APPLICATION Id="gwc-demo" Parent="defaultgwc">
  <EXECUTION>
    <PATH>$(res.path.fgldir.demo)</PATH>
    <MODULE>demo.42r</MODULE>
  </EXECUTION>
  <OUTPUT> </OUTPUT>
</APPLICATION>

For more information, see Adding Applications.