Bookmarkable link

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.

Books

Traditional Documentation

While there are a couple of books in the pipeline, at the moment the best places to look are the following...

  1. Javadocs
  2. Quick Tour & Examples - http://wicket.apache.org/examples.html, http://wicketstuff.org/wicket12/ and http://wicketstuff.org/wicket13/
  3. Wiki - http://cwiki.apache.org/WICKET/
  4. Tutorials

Interactive Documentation

  1. The Wicket-User mailing list - http://www.nabble.com/Wicket-f13974.html
  2. The IRC channel - #wicket on FreeNode (irc://irc.freenode.net/#wicket)
  3. Wicket Support is a company that provides Wicket training.

Code as documentation

Along these lines, the main options for 'JumpStart' or 'Working Examples' are as follows:

  1. Wicket-Quickstart - http://wicket.apache.org/quickstart.html
  2. Wicket-Iolite - http http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Iolite
  3. QWicket - http://www.antwerkz.com/qwicket/app/home
  4. Databinder - http://databinder.net/examples.html
  5. Wicket-Phonebook - http://wicket-stuff.sourceforge.net/wicket-phonebook/

"Use the Source, Luke"

  1. The latest code's in Wicket's SVN repository - See the Wicket SVN page to find out more about the alternative branches and tags.