How can I create a user registration form using datastore - google appengine ??
Posted
by srivigneshwar
on Stack Overflow
See other posts from Stack Overflow
or by srivigneshwar
Published on 2010-04-13T18:58:11Z
Indexed on
2010/04/13
20:23 UTC
Read the original article
Hit count: 320
I am very new to jsp and google appengine , but still I can do something if I get some basic idea , I wanna create an user registration form with fields like name, user id , password, confirm password, etc,. using google appengine datastore feature. and I wanna retrieve user information . Please help me ..
Thanks in advance.
Thanks for the replies, I need to get some information from user and I want to store it in database, and I will use that information for my application. How can I do that?
© Stack Overflow or respective owner