Menu to the available Wicket portlet examples WicketExamplesMenuApplication wicket examples org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet wicketFilterPath /examples viewPage /examples/menu editPage /examples/edit headerPage /examples/header */* VIEW EDIT Wicket Portlet Examples Wicket As simple as it gets. HelloWorldApplication helloworld org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /helloworld */* VIEW Wicket HelloWorld Example Wicket Trivial input form. EchoApplication echo org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /echo */* VIEW Wicket Echo Example Wicket Basic form processing. FormInputApplication forminput org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /forminput */* VIEW Wicket FormInput Example Wicket Component Reference. ComponentReferenceApplication compref org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /compref */* VIEW Wicket ComponentReference Example Wicket Various kinds of images. ImagesApplication images org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /images */* VIEW Wicket Images Example Wicket Different kinds of links. LinkomaticApplication linkomatic org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /linkomatic */* VIEW Wicket Linkomatic Example Wicket Page navigation NavomaticApplication navomatic org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /navomatic */* VIEW Wicket Navomatic Example Wicket Localization. PubApplication pub org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /pub */* VIEW Wicket Pub Example Wicket Converts input using some model magic. UnicodeConverterApplication unicode converter org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /unicodeconverter */* VIEW Wicket UnicodeConverter Example Wicket Demonstrates the use of "nice" URLs. NiceUrlApplication niceurl org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /niceurl */* VIEW Wicket NiceUrl Example Wicket Examples using wicket's built-in AJAX. AjaxApplication ajax org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /ajax */* VIEW Wicket Ajax Example Wicket Trees and nested lists. NestedApplication nested org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /nested */* VIEW Wicket Nested Example Wicket DataView, DataTable, GridView component examples. RepeaterExamplesApplication repeaters org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /repeater */* VIEW Wicket Repeaters Example Wicket A simple sign-in page. SignInApplication signin org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /signin */* VIEW Wicket SignIn Example Wicket An advanced sign-in page (using cookies). SignIn2Application signin2 org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /signin2 */* VIEW Wicket SignIn2 Example Wicket Single file upload. UploadSingleApplication upload single org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /upload viewPage /upload/single */* VIEW Wicket UploadSingle Example Wicket Multiple file upload. UploadMultiApplication upload multi org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /upload viewPage /upload/multi */* VIEW Wicket UploadMulti Example Wicket Templating example. TemplateApplication template org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /template */* VIEW Wicket Template Example Wicket Demonstrates stateless pages/sessions. StatelessApplication stateless org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /stateless */* VIEW Wicket Stateless Example Wicket Examples for serving static files. StaticPagesApplication staticpages org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /staticpages */* VIEW Wicket StaticPages Example Wicket Browser snooper. HelloBrowserApplication hellobrowser org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /hellobrowser */* VIEW Wicket HelloBrowser Example Wicket Demonstrates the wizard component. WizardApplication abacadabra org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /wizard */* VIEW Wicket Wizard Example Wicket Demonstrates custom template loading. CustomResourceLoadingApplication custom template loading org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /customresourceloading */* VIEW Wicket CustomResourceLoading Example Wicket Don't get lost, use bread-crumbs. BreadCrumbApplication breadcrumb org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /breadcrumb */* VIEW Wicket BreadCrumb Example Wicket Image-based "captcha" to distinguish humans from spammers. CaptchaApplication captcha org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /captcha */* VIEW Wicket Captcha Example Wicket Another Image-based "captcha" to distinguish humans from spammers. KittenCaptcha kitten-captcha org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /kitten-captcha */* VIEW Wicket Kitten Captcha Example Wicket Demonstrates authentication for pages. MyAuthenticatedWebApplication authentication org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /authentication */* VIEW Wicket Authentication Example Wicket Demonstrates authorization for pages and components. RolesAuthApplication authorization org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /authorization */* VIEW Wicket Authorization Example Wicket Date component example from the wicket-date project. DatesApplication dates org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /dates */* VIEW Wicket Dates Example Wicket Stock quote example. StockQuoteApplication stockquote org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /stock */* VIEW Wicket StockQuote Example Wicket A blog-like multi-user guestbook. GuestBookApplication guestbook org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /guestbook */* VIEW Wicket GuestBook Example Wicket The game of hangman. HangmanApplication hangman org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /hangman */* VIEW Wicket Hangman Example Wicket A simple application. LibraryApplication library org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /library */* VIEW Wicket Library Example Wicket Demonstrates integration options with the Spring framework. SpringExample spring org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /spring */* VIEW Wicket Spring Example Wicket Integration with the Google Guice IoC container. GuiceApplication guice org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /guice */* VIEW Wicket Quice Example Wicket Shows a Velocity panel in action. VelocityTemplateApplication velocity org.apache.wicket.protocol.http.portlet.WicketPortlet wicketFilterPath /velocity */* VIEW Wicket VelocityTemplate Example Wicket