The Trails development team is pleased to announce the trails-conversations-0.0.1 release for Tapestry 5!
An implementation of conversation-within-page concept for Tapestry 5
Have you ever wished to have a scope longer than a request but shorter than session?
Have you ever spent hours optimizing your pages just to avoid the use of sessions?
Have you ever wondered why you have to elaborately describe your page flows in a lengthy XML format, when all you want to do is to make your objects survive through redirect-after-post pattern?
Don't you just wish that your web framework would automatically clean up the session-persisted objects once the user is done using them?
If you answered yes to any of the questions above, trails-conversations is for you!
More information at:
http://docs.codehaus.org/display/TRAILS/Conversations+in+Trails
Changes in this version include:
New features:
o Initial implementation of ConversationModerator component Issue: TRAILS-176.
o Initial implementation of conversation-within-page Issue: TRAILS-175.
Fixed Bugs:
o Wiki example does not work Issue: TRAILS-171.
o Conversations don't work at all Issue: TRAILS-170.
Usage in your Maven project as follows:
<dependency>
<groupId>org.trailsframework</groupId>
<artifactId>trails-conversations</artifactId>
<version>0.0.1</version>
</dependency>
(May require a few hours to pass before the release is synched up from codehaus repository to
repo1.maven.org)
Or, for a manual installation, you can download trails-conversations-0.0.1 here:
http://repository.codehaus.org/org/trailsframework/trails-conversations/0.0.1/trails-conversations-0.0.1.jar
Enjoy!
-Kalle Korhonen & Alejandro Scandroli