Hello, this is a little "sandbox" site that I'm using for development and experimentation with
Google's App Engine platform. My primary focus will be on building applications using the low-level features of the
App Engine API, not a prebuilt framework. This site is very much a work in progress. If you'd like to keep up to date on the latest changes as it grows, subscribe to the
RSS feed
You can now leave comments on most pages. This is an experimental feature.
Tutorials:
- AccountSetup: A walkthrough of setting up your AppEngine account.
- InstallSdk: Setup your local machine with the AppEngine development environment.
- StaticContent: Lets get started with some nice static content.
- HelloWorld: The simplest possible AppEngine application
- EnvironmentInfo: A verbose look at the information we receive from the CGI environment.
- LoginDemo: An example of letting a user login (with their Google account) and storing some persistent data for the user.
- UrlDemo: A demo of handling URLs and query strings.
- SessionDemo: A demo of session handling. Completely independent of user logins so works for guest users as well as those with Google accounts.