Friday, 25 March, 2005

Tapestry on a Spindle

Tapestry is an interesting web development tool that allows the developer to view the page as the object, and the implementation deals with "actions" as an extended, abstract page class.

I can certainly see the value after watching the short demo on javalobby particlarly in the error display scenario. The thing that really tickles my fancy is that the page renders as HTML! Tapestry doesn't enforce a new taglib markup on you, but embeds itself in the familiar HTML elements. Lovely.

1 comments:

Ben Eng said...

I switched over to Tapestry about six months ago. It is so much more natural than JSP/Struts, which I always thought was awkward and tedious. I highly recommend Tapestry.