Only classes listed in this page can be used in GWT Client Side: http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html
For other classes, we usually stub out them into a common module. But in this case, I don't think we can stub out UserService. You have to make a RPC. On Sun, Oct 25, 2009 at 2:43 AM, nacho <[email protected]> wrote: > > Hi, im developing an aplication in gwt and i have an entry point > class. What i do no realize how to do is how to only permit access to > the user that is logged using the user service ( > http://code.google.com/appengine/docs/java/gettingstarted/usingusers.html > ) > > Do i have to put something in the web.xml? > > Can somebody please help me? > > Thanks a lot. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
