Google App Engine
Introduction
This page contains resources for integrating Keyboarding Master with Google App Engine. Google App Engine is a service that provides a scalable backend for hosting java servlets. Google App Engine also provides a scalable NoSQL database solution which will be utilized by Keyboarding Master.
Links
Link | Description |
---|---|
link | A tutorial on developing java servlets |
link | Describes how to pass objects from a java application to a servlet. Its useful if you don't want to have a web front end or you have a java app that communicates with the servlet backend (which is necessary with the google app engine). |
link | Overview of the Google App Engine which includes http request references |
link | Starting place for the Google App Engine Java tutorial if you have followed this tutorial. |