Hi all,

as written in thread
http://groups.google.com/group/google-appengine-java/browse_thread/thread/3033d853fc0a7209/3e56400d7859387d?lnk=gst&q=google+account+gwt+client+#3e56400d7859387d

it is not possible to use the Google Account class
(com.google.appengine.api.users.User) on GWT-client site.
A solution would be to create a DTO to transfer the data to the
client.

My Question:
Is it allowed to transfer the data from Google account objects to
client, particularly the userId?

I try to implement some kind of checkSession method, which brings a
Google account to client site if a user is logged in. The Google
account is then stored on client site in a member variable for further
use.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to