Java Web Application Development With Click Framework/Appendix B: Examples

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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 | edit source]

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 | edit source]

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

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