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
- Secure JSON Services with Play Scala and SecureSocial
- 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
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 #