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 the Click Examples application online at http://www.avoka.com:8080/click-examples

Deploying Examples

A pre built dist/click-examples.war file is provided in the Click distribution. Simply copy this file to your application servers deployment directory.

This WAR file will deploy the Examples application to the context:

/click-examples

Building Examples

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

Please also see the examples/README.txt file for additional details.