logo  
serviceseventsblogabout uscontactphone

Developing in Google App Engine

Introduced spring of 2008, Google App Engine is Google’s entrant into the cloud computing market and lets you run your web applications on Google's infrastructure. Google App Engine applications automatically scale as your traffic and data storage needs grow. You can share your applications with the world or limit access to members of your enterprise. Google App Engine applications can use up to 1 GB of storage and enough CPU and bandwidth to support apps serving around 5 million page views a month, absolutely free. With Google App Engine you only pay for resources you use above the free levels.

In this hands-on course, students will learn the fundamentals of Google App Engine and its infrastructure services through a mixture of lectures, demonstrations, and exercises. By the end of the course students will have enough hands-on experience with Google App Engine to be able to create and deploy their own scalable web applications.

Course Brochure

blog blog
LEARN HOW TO

AGENDA

What is Google App Engine?

Getting Started with Google App Engine

Deploying Static Web Application

Deploying Dynamic Web Application

Serve Apps From Your Own Domain

Distribute Data Storage

App Engine Services

Experimental Features

Tradeoffs


Is This Course For You?

This course is meant for Java developers who want to understand Google’s cloud computing services and how to deploy their applications in Google’s cloud. Basic Java web development experience and familiarity with the open-source Eclipse integrated development environment (IDE) are required for this course.