What do you need to configure a Genero Web Client application?
To add an application for GWC, you need to specify:
- an application Id (a unique name for this APPLICATION element)
- the parent application from which to inherit configuration details
("defaultgwc" in this example)
- the path to the compiled application files
- the name of the application to launch
Example
<APPLICATION Id="gwc-demo" Parent="defaultgwc">
<EXECUTION>
<PATH>$(res.path.fgldir.demo)</PATH>
<MODULE>demo.42r</MODULE>
</EXECUTION>
</APPLICATION>
- The application inherits the configuration settings of its parent
("defaultgwc" in this example).
- The path used in this example is a RESOURCE; you could also use
the absolute path name leading to your application files.