It does not make sense to have 2 RequestFactory(s) in a single web app. I´d have 2 (or more) RequestContext, and I´d get them having these methods in my AppRequestFactory interface (one of them dealing with the user management):
ARequest aRequest(); BRequest bRequest(); The question of having the session management with GWT RPC is because I was following these directions: http://code.google.com/p/google-web-toolkit-incubator/wiki/LoginSecurityFAQand I wonder how to implement session management (authentication/authorization) with RequestFactory. Every help will be appreciated. Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
