APPLICATION (for an application)

This APPLICATION element defines an application within the Genero Application Server configuration file or in an external application configuration file.

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 UA_OUTPUT elements. This element is used for all UI applications. Use OUTPUT for GWC for HTML5 applications.
  5. Zero or one OUTPUT elements. This element is deprecated; only used for UI applications using GWC for HTML5.
CAUTION:
Use either UA_OUTPUT or OUTPUT, depending on which front-end your application is intended for; do not use both. Starting with Genero 3.00, all UI applications use UA_OUTPUT.

Example

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

For more information, see Configuring applications on GAS.

Parent elements

When used in an application configuration file, it is the top-most element.

When used in the GAS configuration file, this element is a child of one of the following elements: APPLICATION_LIST.