Live examples to learn Apache Wicket
Wicket version: 8.14.0-SNAPSHOT

    Menu

helloworld - As simple as it gets.
echo - Trivial input form.
forminput - Basic form processing.
compref - Component Reference.
images - Various kinds of images.
linkomatic - Different kinds of links.
navomatic - Page navigation.
pub - Localization.
pub2 - Alternative localization.
unicode converter - Converts input using some model magic.
niceurl - Demonstrates the use of "nice" URLs.
ajax - Examples using wicket's built-in AJAX.
repeaters - DataView, DataTable, GridView component examples.
tree - Trees.
authentication-1 - A very simple authentication example.
authentication-2 - A little bit more advanced authentication example (using cookies).
authentication-3 - Demonstrates authentication for pages.
authorization - Demonstrates authorization for pages and components.
upload - Single file upload.
upload - Multiple file upload.
template - Templating example.
mail template - Generate mail templates out of Page, Panel or TextTemplate.
stateless - Demonstrates stateless pages/sessions.
Browser Info - Extracts client info by redirecting to a temporary page.
Ajax Browser Info - Extracts client info by using Ajax.
frames - Example demonstrating HTML frames.
ajax with prototype - AJAX example using prototype.js.
abacadabra - Demonstrates the wizard component.
custom template loading - Demonstrates custom template loading.
breadcrumb - Don't get lost, use bread-crumbs.
captcha - Image-based "captcha" to distinguish humans from spammers.
kitten-captcha - Another approach to captchas
dates and times - Date components example.
guestbook - A blog-like multi-user guestbook.
hangman - The game of hangman.
library - A simple application.
spring - Demonstrates integration options with the Spring framework.
guice - Integration with the Google Guice IoC container.
velocity - Shows a Velocity panel in action.
Wicket 1.5 Request Mappers - Shows custom request mappers.
Wicket 1.5 Events - Shows inter-component events
Resource decoration - Shows aggregation of css and js resources
CDI - Context Dependency and Injection integration
Bean Validation - Bean Validation integration (JSR 303)
HTML5 Media Tags - Integration for HTML5 Media Tags
Web Sockets - Integration for JSR356 Web Sockets