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
- My What's New in Spring 3.1 Presentation
- Twitter's Open Source Summit: Bootstrap 2.0 Edition
- Refreshing AppFuse's UI with Twitter Bootstrap
- 2011 - A Year in Review
- Upgrading AppFuse to Spring Security 3.1 and Spring 3.1
- What have I been working on at Taleo?
- Our Engaging Trip to Paris and Antwerp
- My HTML5 with Play Scala, CoffeeScript and Jade Presentation from Devoxx 2011
- Deploying Java and Play Framework Apps to the Cloud with James Ward
- PhoneGap for Hybrid App Development
Posted by Patrick Peak on March 21, 2005 at 11:26 AM MST #
Posted by Keith Donald on March 21, 2005 at 11:47 AM MST #
Posted by Matt Raible on March 21, 2005 at 11:51 AM MST #
Posted by Gary VanMatre on March 21, 2005 at 12:03 PM MST #
Posted by Matt Crockett on March 21, 2005 at 03: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 03:32 PM MST #
Posted by Gabriel on March 21, 2005 at 04:24 PM MST #
Posted by Rick Hightower on March 22, 2005 at 02:45 AM MST #
Posted by Rick Hightower on March 22, 2005 at 02:51 AM MST #