Friday February 17, 2006
Redirect-after-Post in Tapestry 4.0
I just noticed a good Tapestry nugget on Howard's blog. With Tapestry 3.0, one of the things I complained about was the need to throw an exception when redirecting. With 4.0, it looks like you can plug-in this flash component and get exactly the flash message functionality I try to put in all the web frameworks that AppFuse supports. Now I just need to figure out how to do @InjectObject("engine-service:page") without using annotations.
I'm hoping to upgrade AppFuse to WebWork 2.2 and Tapestry 4.0 in the next few days.
Posted in Java
at Feb 17 2006, 12:44:14 PM MST
8 Comments
Search This Site
Recent Entries
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial
Posted by Howard M. Lewis Ship on February 17, 2006 at 03:31 PM MST #
Posted by Jason on February 17, 2006 at 03:58 PM MST #
Posted by Matt Raible on February 17, 2006 at 04:11 PM MST #
<parent> <artifactId>common</artifactId> <groupId>com.javaforge.tapestry</groupId> <version>0.1.1</version> </parent>Posted by Matt Raible on February 17, 2006 at 10:24 PM MST #
Posted by Tom on February 18, 2006 at 10:09 AM MST #
In general the move to JDK 5 made Tapestry a lot nicer to work with indeed. Congrats HLS.
Posted by Eelco Hillenius on February 22, 2006 at 11:24 AM MST #
Posted by Michael Jouravlev on March 24, 2006 at 12:27 PM MST #
Posted by bsd_lover on December 19, 2006 at 02:41 AM MST #