Hi,

i need a kick start how do this "the guice way".

I have an api to an legacy system which has support for transactions.
Now I want to write transactional servlets where fresh transactions
automaticly get injected for each request and automaticly removed when
the request is done.

My idea is to write a filter which adds a transaction to each new
request and clean ups after the request is done. Is this the prefered
way? Or are they better options?

J.

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to