Tapestry is the best Java framework available today
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 by Patrick Peak on March 21, 2005 at 05:26 PM MST #
Posted by Keith Donald on March 21, 2005 at 05:47 PM MST #
Posted by Matt Raible on March 21, 2005 at 05:51 PM MST #
Posted by Gary VanMatre on March 21, 2005 at 06:03 PM MST #
Posted by Matt Crockett on March 21, 2005 at 09: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 09:32 PM MST #
Posted by Gabriel on March 21, 2005 at 10:24 PM MST #
Posted by Rick Hightower on March 22, 2005 at 08:45 AM MST #
Posted by Rick Hightower on March 22, 2005 at 08:51 AM MST #