APPLICATION (for embedded apps)
This APPLICATION
element defines a configuration for a Genero Web
application embedded in a third-party application portal.
Syntax
<APPLICATION [
Id=app-name]
>
[
<PATH>...</PATH>]
[
<MODULE>...</MODULE>]
[
<PARAMETERS>...</PARAMETERS>]
</APPLICATION>
- The app-name identifies the application.
Child elements
The APPLICATION
element may contain the following elements:
- Zero or one PATH (under EXECUTION) element.
- Zero or one MODULE element.
- Zero or one PARAMETERS element.
Usage
You use this element to configure a Genero Web application that will be embedded in a third-party application portal and rendered by the portal.
Example external Web application configuration file
<?xml version="1.0" encoding="UTF-8"?>
<APPLICATION Parent="defaultgwc" SinglePageApplications="TRUE"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.4js.com/ns/gas/4.01/cfextwa.xsd">
<EXECUTION>
<PATH>C:\Users\fg\gas3694</PATH>
<MODULE>main</MODULE>
<APPLICATIONS>
<APPLICATION Id="sib1">
<PATH>C:\Users\fg\gas3694</PATH>
<MODULE>sibling1</MODULE>
</APPLICATION>
<APPLICATION Id="sib2">
<PATH>C:\Users\fg\gas3694</PATH>
<MODULE>sibling2</MODULE>
</APPLICATION>
</APPLICATIONS>
</EXECUTION>
<AUTO_LOGOUT Using="cpn.wa.autologout"/>
<UA_OUTPUT>
<PROXY>$(res.uaproxy.cmd)</PROXY>
<PUBLIC_IMAGEPATH>$(res.public.resources)</PUBLIC_IMAGEPATH>
<GBC>gwc-dev</GBC>
<TIMEOUT> Using="cpn.wa.timeout"</TIMEOUT>
</UA_OUTPUT>
<END_URL>http://www.4js.com</END_URL>
</APPLICATION>