| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <document> |
| <properties> |
| <title>Wicket-examples</title> |
| </properties> |
| <meta name="keyword" content="wicket, web, j2ee, java"/> |
| <body> |
| <section name="Welcome to Wicket-examples"> |
| <p> |
| This is the examples project for the <a href="http://wicket.apache.org">Wicket</a> framework. |
| </p> |
| <ul> |
| <li>Download the binary release</li> |
| <li>Or build your own (<code>maven war</code> or <code>mvn war</code>)</li> |
| <li>Install the <code>wicket-examples.war</code>-archive in your application server</li> |
| <li>Start your application server</li> |
| <li>Point your browser to the <code>/wicket-examples</code> URL on your application server and enjoy the examples</li> |
| <li>Browse through the sources</li> |
| </ul> |
| <p> |
| The currently available examples are listed below: |
| </p> |
| <ul> |
| <li>Helloworld</li> |
| <li>Navomatic</li> |
| <li>Linkomatic</li> |
| <li>GuestBook</li> |
| <li>GuestBook2</li> |
| <li>Images</li> |
| <li>Library</li> |
| <li>Pub</li> |
| <li>Signin</li> |
| <li>Signin2</li> |
| <li>Upload</li> |
| <li>Filebrowser (tree)</li> |
| <li>Displaytag</li> |
| <li>Character Encodings</li> |
| <li>Spring integration example</li> |
| <li>Groovy example</li> |
| </ul> |
| </section> |
| </body> |
| </document> |