I've put together a new release of KickStart, a Tapestry/Hivemind/Hibernate application template implementing the hibernate-session-per-conversation pattern (http://kickstart.sourceforge.net).
Biggest Improvement: Conversations now have their own lifecycle. They can be terminated without affecting the http-session. To achieve that, I've added a new PropertyPersistenceStrategy "conversation". It stores properties in a new, session-scoped ASO, which also holds the hibernate session. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]