Hi,

Otho wrote:
> 
> Thatswhy you normally use a transactional storage for entity beans.
> 

My mistake that I mentioned word "entity". Well, I actually meant any bean
as example of immutable object. 

Because there may be cases when I want to hold persisting into database
until I have all the required data. For example adding a new order - I
collect all the order details and add the order only when all the data is
provided by the user and this may require multiple requests.


Otho wrote:
> 
> Your case is working on the weaknesses of the http protocol which is
> inherently
> stateless.
> 

I think that my case is working because no care has been taken to make this
code thread safe.

Regards,
Kristjan Kelt
-- 
View this message in context: 
http://www.nabble.com/T5-Page-field-persistance-and-multithread-problems-tp24468298p24478142.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to