kristofa / wicket-tagcloud-example

Example application for wicket-tagcloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wicket-tagcloud-example

Example application for the wicket-tagcloud. Released under MIT license, see LICENSE for details.

You can run the example application by invoking:

mvn jetty:run

This starts a jetty through Maven and deploys the example application. You can access the example application through: http://localhost:8080/wickettagcloud-example/ To stop Jetty simple press Ctrl+C.

The code that builds up the page with the tag cloud is in src/main/java/com/github/kristofa/wickettagcloudexample/HomePage.java

About

Example application for wicket-tagcloud.

License:MIT License


Languages

Language:Java 100.0%