Genero Web Client Basics / Adding a Web Client Application |
To simplify application configuration, an application can specify a parent application to provide a default configuration for the application.
An abstract application is not an executable application. It is only intended to be a parent application, providing configuration defaults for executable applications. You should create your own abstract application and use it as the parent for a set of programs that share common configurations.
The default application for the Genero Web Client (GWC) is found in the Genero Application Server configuration file.
<!--This is the default application for GWC--> <APPLICATION Id="defaultgwc" Parent="defaultwa" Abstract="TRUE"> <OUTPUT Rule="UseGWC"> </APPLICATION>