Examples

Click provides an Examples web application to demonstrate Click features and common design patterns. The examples application is an important learning resource, and will help you to get up and running with Click as soon as possible.

This application will allows you to view the Page source code, templates and config files online.

You can view this application online at http://www.avoka.com:8080/click-examples
Also included is the Click Quick Start application, which providing a starter application template:
You can view this application online at http://www.avoka.com:8080/click-quickstart

Deploying Examples

Pre built dist/click-examples.war and dist/click-quickstart.war files are provided in the Click distribution. Simply copy this file to your application servers deployment directory.

These WAR files will deploy to the contexts:

/click-examples

/click-quickstart

Building Examples

To build the Examples application see the Building topic for details.

Please also see the examples/README.txt and quickstart/README.txt files for additional details.