|
|
Creating a Tapestry Web Application
- Goto Package explorer -> right click -> new -> other
- Tapestry -> tapestry web project
- Enter a project name e.g. TestWebApp
- Check "include the tapestry redirct filter.."
- Next -> Finish
- Right click on project -> Run -> Run
- Press New
- Fill in context e.g. /TestWebApp
- Press Run
- Goto: localhost:8080/<context name> e.g. localhost:8080/TestWebApp
- You sould see an empty page. Change home.html, restart and you will see the changes.
|