Please note that the intent of this page is to list a few of the most useful places to look for Wicket information rather than attempting to provide an exhaustively complete index.
Table of contents
Books
- Pro Wicket - "Pro Wicket" by Karthik Gurumurthy is now available as e-Book and hardcopy both.
- This covers 1.2, and has some information about what (the abandoned) 2.0 will add/change.
- Wicket in Action - "Wicket In Action" by Martijn Dashorst and Eelco Hillenius is currently available via Manning's early access program.
- It covers 1.3.
Traditional Documentation
While there are a couple of books in the pipeline, at the moment the best places to look are the following...
- Javadocs
- 1.2-SNAPSHOT:
http://wicketframework.org/apidocs/
- 1.3-SNAPSHOT:
http://wicketstuff.org/wicket13doc/
- As well as the standard Javadoc descripions of constructer & method signatures, etc, these contain usages notes, descriptions, etc on the various Wicket elements.
- 1.2-SNAPSHOT:
- Quick Tour & Examples - http://wicketframework.org/Examples.html, http://wicketstuff.org/wicket12/ and http://wicketstuff.org/wicket13/
- These describe show how various common things may be done in Wicket, with the Quick Tour focussing on particular key elements, with a descriptive narative while the Wicket-Examples attempts to provide much more coverage of the range of components on offer.
- Note the "Source Code" popup on the Wicket-Examples, to see exactly how things may be done.
- Be sure to check the various sub-pages, particularly the Component Reference, the Repeater View Examples & the DisplayTag pages.
- Wiki - http://wicketframework.org/wiki
- I'd particularly suggest the Reference library
Interactive Documentation
- The Wicket-User mailing list -
http://www.nabble.com/Wicket-f13974.html
- The IRC channel -
##wicket
on FreeNode (irc://irc.freenode.net/##wicket
) - Wicket Support is a company that provides Wicket training.
Code as documentation
Along these lines, the options for 'JumpStart' or 'Working Examples' are as follows:
- Wicket-QuickStart -
http://wicketframework.org/wicket-quickstart/index.html
- Intended to be a batteries-included way of getting started.
- Wicket 1.3: Maven 2 archetype
- Wicket-Template -
http://sourceforge.net/project/showfiles.php?group_id=134391&package_id=197274
- The equivalent from QuickStart for those developers with Maven2 and an internet connection.
- Small (22KB), Maven2-based project which can be used to get started quickly.
- Wicket-Phonebook -
http://wicket-stuff.sourceforge.net/wicket-phonebook/
- A Spring & Hibernate/iBATIS application showing an example of displaying a list of tabular data along with the typical CrUD opertations on it.
- QWicket -
http://www.antwerkz.com/qwicket/app/home
- Qwicket is a quickstart application for the wicket framework. Its intent is to provide a rapid method for creating a new wicket project with the basic infrastructure in place. Currently, it only supports Spring and Hibernate built with Ant but plans include such things as support for Maven 2 and other persistence layers such as iBATIS
- Databinder -
http://databinder.net/examples.html
- Databinder is a simple bridge from Wicket to Hibernate. Its site hosts five example database-driven webapps, each running live and with source for browsing (and one screencast). A Maven 2 archetype is available for generating Databinder projects from scratch.
"Use the Source, Luke"
- The latest code's in Wicket's SVN repository - See the Wicket SVN page to find out more about the alternative branches and tags.