Unit V Google App Engine
Unit V Google App Engine
• JAVA:
– http://www.mkyong.com/google-app-engine/google-app-engine-hello-world-ex
ample-using-eclipse/
• Python:
– http://www.mkyong.com/google-app-engine/google-app-engine-python-hello-
world-example-using-eclipse/
• More information:
– https://developers.google.com/appengine/
GAE Application Environment
• Google App Engine makes it easy to build an application that runs reliably,
even under heavy load and with large amounts of data. App Engine includes
the following features:
• persistent storage with queries, sorting and transactions
• automatic scaling and load balancing
• APIs for authenticating users and sending email using Google Accounts
• task queues for performing work outside of the scope of a web request
• scheduled tasks for triggering events at specified times and regular intervals
• dynamic web serving, with full support for common web technologies