Ten Years of Tapestry
I recently realized that the first prototype of Tapestry was written ten years ago! It all started as a home project in my living room, with the original inspiration coming from some brief exposure to WebObjects.
Even the "new" codebase, Tapestry 5, is well over three years old at this point.
How long can I ride this dragon? Pretty far, I think ... Tapestry keeps getting better, I keep learning new things, and the community keeps growing. I'm also very impressed by the other Tapestry committers, who have really been stepping up to the plate, not just with code, but with infrastructure issues and the backporting of bug fixes.
I think there are a lot of exciting things afoot in the larger Tapestry world right now. Powerful new features are in the 5.2 code base (still in alpha), including enhancements for JSR-303 (bean validation) and a lot of (backwards compatible) changes to the way component classes are enhanced at runtime. I'm also steaming ahead with a number of big improvements to how JavaScript is organized in the rendered page.
Outside of the core project, there's quite a lot going on. Here's a few things that have caught my attention recently:
First off, there's Wooki,
a sizable Tapestry application (open source, on GitHub) for
collaborative book writing. It's very pretty to look at, and the code
looks quite ship-shape (no pun intended). I think Wookie is not only
going to prove useful on its own terms, but is also going to serve as a
great example code base for Tapestry.
Next up is Tynamo
... think Rails/Grails meets Tapestry. It's an extension to Tapestry
that supports even faster RAD development, automatically creating CRUD
(Create Read Update Delete) pages for Hibernate entities. These same
people have been building REST support for Tapestry as well as
conversational state. Lots of good stuff here (though I haven't had a
chance to try it out in detail).
I've been busy with my own Tapestry Extensions project at GitHub. I'm in a lucky space ... I'm adding features to Tapestry and TapX to fit my client's needs.
We're also seeing the deployments of some very large Tapestry 5 applications, such as SeeSaw which is the UK's answer to Hulu ... streaming video on demand. This is expected to be one of the highest bandwidth sites in Europe once it leaves beta.
The shame of it is ... I'm just the creator of the framework; I don't know 1% of what's going on with applications developed in Tapestry. If you are working on something cool, please drop me a line!
- Login or register to post comments
- 2800 reads
- Printer-friendly version
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)




Comments
Stefan De replied on Mon, 2010/02/08 - 4:44pm
great, keep up the good work! tapestry 5 is still one of my favorites for rapid web development. it's complex, sometimes a little harder to grasp than others, but once you get the hang of it, tapestry becomes really productive.
Tynamo is interesting. i'm currently using their (not yet released) integration module for Apache Shiro (formerly JSecurity) which works nice.
i'm working on a couple of Tapestry 5 based projects (5.1.0.5), but none of them are publicly available, so i can't give you any links on these.
David Lee replied on Fri, 2010/02/05 - 9:32am
Dan Liu replied on Fri, 2010/02/05 - 10:05am
really cool! thanks you and team's great job~
I just work base on tapestry5.I know there are a lot of thing we can do with T5.
It has high level design,convenient internal service and extends,but document maybe need a little improve on best practice and detail.
I mean I hope your T5 in action book released this year!