GWA demos and examples

Demos and examples are provided for Genero Web Application.

GWA demos are located in your GWA installation directory. If installed in FGLDIR, you will find the demos in $FGLDIR/demo/gwa or if installed in a separate directory, you will find them in gwa-install-dir/demo/gwa/ Each demo sits in its own directory. Each directory contains the program files (.4gl, .per, and so on) and resource files (images, database files, web components) needed by the GWA demo application. Read the README file if provided.

To run these demo applications, you will need to compile the sources and build a GWA application for each demo. If you have make installed, run the Makefile included with each demo.

Otherwise, follow the instructions to build and run the GWA in Build and deploy the application.