Configuring applications for Genero Web Client (GWC)

What do you need to configure a Genero Web Client application?

To add an application for GWC, you need to specify:

Example

<APPLICATION Id="gwc-demo" Parent="defaultgwc">
  <EXECUTION>
    <PATH>$(res.path.fgldir.demo)</PATH>
    <MODULE>demo.42r</MODULE>
  </EXECUTION>
</APPLICATION>
  1. The application inherits the configuration settings of its parent ("defaultgwc" in this example).
  2. The path used in this example is a RESOURCE; you could also use the absolute path name leading to your application files.