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; if installed in a separate directory, you will find
them in gwa-install-dir/demo. Each demo sits in its own directory:
- debug: a demo using the gwadb debugging tool
- gwa: a general demo of a gwa app
- gwa_webcos: a demo using FGL web components
- update: a demo updating a gwa app, using
gwabuildtool --app-version
build flag and the gwa.app module to retrieve version information.
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.