Sunday, November 23, 2008

Building Scalable Web Applications with GAE

Planning to have a lot of requests in your GAE web application in the future? Or simply interested in writing your code for the best performance?
I am! And I believe this video from the GAE team will help us a lot!
Check it out ;)

Google I/O 2008 - Building Scalable Web Apps with App Engine




The slides from Google I/O make it easy to follow the video:



Some Errors detected
_ Some of the slides used in the video and this slides are slightly different;
_ Slide 29 shows GlobalIndex model but in slide 30 this is refered as BlogIndex by mistake.

Thursday, November 13, 2008

Getting Started

The first time I've tryed GAE I was editing the files in a normal text editor and running it from the command line ... not very pleasant!

Fortunately I've found this fantastic article on how to setup GAE with Eclipse :)

Check the tutorial video:
Getting Started with App Engine in Eclipse



Now that you have your development environment ready to start, just follow GAE Getting Started guide from the simple Hello World application.

http://code.google.com/appengine/docs/gettingstarted/helloworld.html

And that is how I've started! Hope it can help you ;)