On 16.01.2013 00:04, Josh Canfield wrote:

> 
> @Persist(concurrent=false)
> 

In Spring they solved this by allowing you to tell each controller whether to 
synchronize requests
using the session object or not. In Tapestry this could be as easy as a 
@Synchronized annotation on
methods that should be synchronized and a TransformWorker that would wrap such 
methods inside a
synchronized block.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to