Configuring an External Application

Create a new application configuration file for the application.

Because the application and configuration file share the same name, there is no need to specify the Id attribute. The only differences between this example and the Configuring applications for Genero Web Client (GWC) example are the lack of the Id attribute and the reference to the XML schema.

Example: gwc-demo.xcf

<APPLICATION Parent="defaultgwc"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:noNamespaceSchemaLocation="http://www.4js.com/ns/gas/2.50/cfextwa.xsd">
  <EXECUTION>
    <PATH>$(res.path.fgldir.demo)</PATH>
    <MODULE>gwc-demo.42r</MODULE>
  </EXECUTION>
</APPLICATION>