menu
The following examples demonstrate both core functionality and also functionality in other modules (e.g. wicket-extensions):
compref | - Component Reference. |
helloworld | - Everyone's favorite example. |
echo | - The simplest input form ever. |
unicode converter | - Converts input using some model magic. |
stockquote | - Stock quote example. |
forminput | - Basic form processing. |
guestbook | - A blog-like multi-user guestboo.k |
hangman | - The game of hangman. |
images | - Various kinds of images. |
library | - A simple application. |
linkomatic | - Different kinds of links. |
navomatic | - Page navigation. |
niceurl | - Demonstrates the use of "nice" URLs. |
nested | - Trees and nested lists. |
pub | - Localization. |
repeaters | - DataView, DataTable, GridView component examples. |
signin | - A simple sign-in page. |
signin2 | - An advanced sign-in page (using cookies). |
upload | - Single file upload. |
upload | - Multiple file upload. |
template | - Templating example. |
hellobrowser | - Browser snooper. |
ajax | - Examples using wicket's built-in AJAX. |
ajax with prototype | - AJAX example using prototype.js. |
frames | - Example demonstrating HTML frames. |
custom template loading | - Demonstrates custom template loading. |
abacadabra | - Demonstrates the wizard component. |
breadcrumb | - Don't get lost, use bread-crumbs. |
captcha | - Image-based "captcha" to distinguish humans from spammers. |
stateless | - Demonstrates stateless pages/sessions. |
staticpages | - Examples for serving static files. |
spring | - Demonstrates integration options with the Spring framework. |
authentication | - Demonstrates authentication for pages. |
authorization | - Demonstrates authorization for pages and components. |
guice | - Integration with the Google Guice IoC container. |
velocity | - Shows a Velocity panel in action. |