This tutorial concerns using Google Accounts to maintain the existence of your users in a Google App Engine application.
Google App Engine provides the class UserServiceFactory to facilitate that. UserServiceFactory is then used to generate UserService object, which in turn provides the following features
createLoginURL
createLogoutURL
getCurrentUser
isUserAdmin
isUserLoggedIn
You would use UserService object to generate the login URL for the browser. The browser would be directed/redirected to this URL. On reaching this URL, the Google log-in prompt would be displayed by Google's server.
1More
Hitch Hiker's Guide to Java: Accessing Google UserService from GWT client through RPC - 0 views
Learning Technical Stuff: PagedQuery - Easy paging using cursors on AppEngine - 0 views
Cloud Portability - Google Code - 0 views
PubSubHubBub Hubs - Stack Overflow - 0 views
TaskOptions - 0 views
« First
‹ Previous
421 - 440 of 592
Next ›
Last »
Showing 20▼ items per page