APPLICATION

An APPLICATION element defines an application. For each Web Service you wish to make accessible through the Genero Application Server, you must create an APPLICATION element. Attributes for this element include:

Note: With the release of Genero 2.0, Web services are named applications as they host several Web services in one DVM.

Child elements

When you define a Web service application, you can specify the following elements:

  1. Zero or one DESCRIPTION element.

  2. Zero or more RESOURCE elements.

  3. Zero or one EXECUTION element.

  4. Zero or more TIMEOUT elements.

Example

<APPLICATION Id="webapp" Parent="abswebapp">
  <EXECUTION>
    <PATH>$(res.path.fgldir.demo)</PATH>
    <MODULE>webapp.42r</MODULE>
  </EXECUTION>
  <TIMEOUT> </TIMEOUT>
</APPLICATION>