Java Web Application Development With Click Framework/Appendix B: 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

Deploying Examples edit

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 to the contexts: /* murali */

/click-examples

Building Examples edit

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

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