I've gotten no negative feedback on the main three libraries at Tapestry @ JavaForge so it's time for a 1.0.0 release for all three:
- tapestry-spring - Tapestry/Spring integration
- tapestry-prop - Highly efficient property access, used instead of OGNL in many palces
- tapestry-flash - Temporary storage of data until the next request (often used for redirect-after-post messages)
The files are all available from my Maven 2 repository: http://howardlewisship.com/repository/. If you aren't a Maven user, the binary and source distribution are available at http://howardlewisship.com/downloads/tapestry-javaforge/.
Note that all of these are compiled against Tapestry 4.0.2, the latest stable release of Tapestry. Once Tapestry 4.1 has a stable release, I'll bump the version numbers and update the dependency.
7 comments:
It seems to me you deploy tapestry-prop site even under tapestry-spring.
Now corrected. It sucks to deploy files to a site you don't even have login access to!
I have been using for a while Tapestry-spring, downloaded with Maven and it has worked smooth, even with tapestry-framework-1.1.1-SNAPSHOT, works just well
Using Tapestry now,it is so helpful for me and my team !
Regarding "-spring" ... I've read somewhere this is not operational for portlets. Is this still the case and if so, when will this be resolved?
Haven't looked into Spring/Portlet support; have to figure out how Spring initializes inside a Portlet so that Tapestry can plug into it.
Any chance of getting these uploaded to Maven's central repo?
Post a Comment