You'll want to read the documentation here: http://code.google.com/appengine/docs/java/overview.html
Yes, you can use a session, but it's up to you to learn about the different options available. A good resource for learning how to write code for App Engine is to browse the projects on our Open Source page: http://groups.google.com/group/google-appengine/web/google-app-engine-open-source-projects -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Mon, Oct 4, 2010 at 9:12 AM, x_maras <[email protected]> wrote: > Hi, > > I'm new to the cloud and not an experienced developer. > For a course I have to make a web application using the GAE and I will also > use JAVA for it. > > I did a few tutorials but I still have questions that don't let me start > with my project. > > In my application I want people to be able to login (I have figured out how > to do it) and I also want to have different data presentation depending to > each user (this I don't know how to do it) > I have experience of php and mysql but it is my first time that I 'm > working with Datastore. > > So I would like to know what can separate each user connected with a google > account. > Could I have something like the PHP session for checking if a user is > logged in? > How I could also make relationship in datastore objects like relating 2 sql > tables for example. > > I would be grateful if someone could give me this information or provide me > some links where I could find answers. > > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- 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 [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-appengine-java?hl=en.
