How to create a user registration form using datastore - Google appengine?

I am very new to jsp and google appengine, but still can do something, if I get a basic idea, I want to create a user registration form with fields such as name, user ID, password, confirmation password, etc. using the Google Appengine datastore function. and I want to get user information. Please help me..

Thanks in advance.

Thanks for the answers, I need to get some information from the user, and I want to save it in the database, and I will use this information for my application. How can i do this?

+3
source share
2 answers

The Google App Engine provides you with built-in Google account authentication, so if your users have Google accounts, you can authenticate them in your application. After entering your application, you will have access to your email address (to send their messages), and you do not need to worry about creating your own system for creating and registering your account.

Study Guide for Google Users (Java)

http://code.google.com/appengine/docs/java/users/overview.html

App Engine Google . Google, Google . , . , , .

, OpenID Google Appengine: http://code.google.com/p/dyuproject/

+1

App Engine , Google. , : . , . OpenID ( , App Engine roadmap).

, , , (, , ), , , , UserInfo, User, , ..

0

Source: https://habr.com/ru/post/1740981/


All Articles