Monday March 21, 2005
Tapestry is the best Java framework available today David Geary:
So what's the best Java-based framework available today? It's a very close call, IMO, but I'd have to give the nod to Tapestry at the moment. I really like Tapestry's pure separation of HTML and components and the ability to create custom components without any Java code. That gives it an edge on JSF, which, like Tapestry is one of what I refer to as 3rd generation WAFs, that support components and a server-side event model.
He goes on to say that he'll likely continue to use JSF (with Shale) because it pays the bills and will dethrone Struts as the most popular - which will obviously lead to more gigs. I especially like this part of his post:
After I get client-side validation and file uploads added to Shale I want to turn my attention to Tiles integration, AJAX support and exploring Tapestry-like views that strictly separate HTML and component definitions. For me, those are the most exciting areas of Shale.
I agree that JSF definitely needs Tapestry-like HTML Templates. Shale definitely sounds cool, but I find it funny that it takes yet another framework to make JSF usable.
Hopefully Shale will prove a lot of ideas worthwhile and end up as features in JSF 2.0.
Posted in Java
at Mar 21 2005, 09:00:52 AM MST
9 Comments
Search This Site
Recent Entries
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light ยป AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju
- Core Animation with Bill Dudney
Posted by Patrick Peak on March 21, 2005 at 10:26 AM MST #
Posted by Keith Donald on March 21, 2005 at 10:47 AM MST #
Posted by Matt Raible on March 21, 2005 at 10:51 AM MST #
Posted by Gary VanMatre on March 21, 2005 at 11:03 AM MST #
Posted by Matt Crockett on March 21, 2005 at 02:03 PM MST #
I looked at the layout tag library and it seems theoretically interesting. I don't know too much about JSF to know if its efficient or not. I think my guys would go nuts if they had to prefix all the regular html tags with htm: though. Anything complex layout wise would be seem to be horrible, espeically if every td, tr and br tag needs a name space in front of it.
Someone more knowledgable about this can correct me here. But another thing I don't get about JSF is the need for entirely new layout rules, what with the panels, panel groups and columns. Html designers are already thinking in tables or CSS layouts. Inventing a third way to do layout, that they will have to learn seems like a great way to take control away from them and leave it to us programmers with our poor UI skills. And since JSF is a programmer oriented tool, you can almost guarantee graphic design capabilites are an afterthough. Think Flash UI's (Designer) versus Swing UI's (Programmers)
Posted by Patrick Peak on March 21, 2005 at 02:32 PM MST #
Posted by Gabriel on March 21, 2005 at 03:24 PM MST #
Posted by Rick Hightower on March 22, 2005 at 01:45 AM MST #
Posted by Rick Hightower on March 22, 2005 at 01:51 AM MST #