On 29/06/10 15:39, Andrew Wiley wrote:
When I scope an object to a session using the servlet extension, does
Guice store it somewhere internally, or is it stored in the
HttpSession under the hood? I ask because I'm developing for the
Google App Engine, and if my app is running in multiple JVMs, GAE will
ensure that the HttpSession objects are moved around as needed, but
other objects won't be.

It' scoped in the HttpSession object as an attribute using
Key.toString() as the name and the scoped object as the value.

--
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