Hi,
I've been unsuccessful in sharing a piece of data (Account) between multiple 
servlets (doing custom user management, not using UserService).
I'm developing a GWT/GAE app, where multiple client services get implemented 
by different servlets. What's the best/good approach for this?

Upon login/create account, the serializable Account is stored in one 
attribute of getThreadLocalRequest().getSession(). I can successfully read 
that data using the same servlet (AccountServlet), but any other servlet 
can't ... anything I'm doing wrong? I can also work with any pattern, if 
supplied :)

Thanks,
Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/YKmDudoBfwQJ.
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-appengine?hl=en.

Reply via email to