This post originated from an RSS feed registered with Java Buzz
by dion.
Original Post: Tapestry Tutorials
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
The folks at Sandcast Software have kindly started a set of Tapestry Tutorials.
The first one done, that you can download now, walks over a simple CRUD app in Tapestry, and then it gets more and more fun from there:
Enhancing our application using Hibernate (pt. 2) - In this tutorial we will walk through integrating Hibernate with our existing CRUD listing.
Available 08/13/04
Enhancing our application using Spring (pt. 3) - In this tutorial we will walk through integrating the Spring framework with Hibernate and other beans that we have created with our existing application.
Enhancing our application using HiveMind (pt. 4) - In this tutorial we will walk through the same steps that we did with the Spring framework to highlight the differences between Spring and HiveMind.
Enhancing our listing with a paging component (pt. 5) - In this tutorial we again turn our eye towards the interface by implementing a paging component that allows the user to more easily navigate multiple results.
Enhancing our listing with a search component powered by Lucene (pt. 6) - In this tutorial we add a Lucene-based search component to our listing page to aid in user navigation.
Enhancing our listing with a sorting component using contrib:table (pt. 7) - In this tutorial we investigate one of the contributed components contrib.:table and how we can use it to sort our listing on specific columns.
Enhancing our listing with hot-links (alphabetical jump-links) (pt. 8) - In this tutorial we investigate how to implement alphabetical jump-links for our listing. Basically this would allow users to click on a letter and go to a page with only those items beginning with that letter to be shown. We will be using Lucene and a custom component to achieve this.
Creating a new listing using the contrib:tree component (pt. 9) - In this tutorial we investigate another type of listing, the tree listing and how we can achieve it using the contrib:tree component.
Thanks!
Where can I download the last tutorial? Is it finished? If it isn't (as I suspect) do you know of any other tutorials on the use of the contrib.tree component?