Demonstration of creating a simple web app that lets you submit links and vote on them similar to Digg or Reddit.
More info:
http://blog.markwshead.com/900/tapestry-5-10-minute-demo/
In this demo you'll see the following:
* Create an quickstart application from Maven
* Add Hibernate Dependencies
* Create an Item entity to persist a url, title and votes
* Add a simple form to accept input
* List the saved items
* Enable voting for items in the list
* Validate the URL
* Implement an AJAX refresh when voting
Tapestry site:
http://tapestry.apache.org
Errata:
* The @Component used on the BeanEditForm should have been @InjectComponent
* The zone component should be outside the ul tags--not inside.
License:
I'm releasing this video into the public domain so you are free to embed it and use it wherever you like.