I currently have everything working in my RPC communication. However,
to make things more secure, I am passing a userID as a parameter of
each call. This means that ever single method I invoke server side has
to check this userID first to make sure the request is credible. What
I want to do is abstract this out so that all my current requests
don't pass the userID. Instead, these requests are encapsulated within
a generic request that sends the userID and that request as
parameters.

Has anyone tried something like this before? I tried searching around
the group but if it has been talked about I didn't type in the right
combination of words in my searches. I've been looking into the
RemoteServiceServlet and I think it could be done but I don't want to
waste time if somebody else has already.

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

Reply via email to