I found a simple Google App Engine open source app which I’d like to play with. Coming from Objective-C my Java knowledge is limited.
Is there a tutorial that walks through the entire process of how to create a simple Google App Engine app?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would recommend python personally, as you can literally just edit the pages on the fly, press refresh and see the effects immediately in the browser.
If I could give you two pointers though
1) Every action needs to be an http request – keep that in mind when you start and it will make things easy for you
2) Forget SQL. And use the relationships between classes to navigate between them.