On Nov 17, 2005, at 16:10, evan rawson wrote:

Hiya we have a quite large tapestry application we are developing and was wondering if and how we could share httpsession data between tapestry applications.

I would extract the data and stuff it into a common database that is then accessed by the two applications. You could use Hibernate SQL in its "in-memory" configuration if you needed speed and don't need to hold the data across a restart.

Trying to pass data back and forth using a RedirectException sounds messy, and all those redirections will slow down the application.

 ...Richard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to