GAE: Difference between revisions
(New page: =Introduction= Applications can be developed in Python and Java.) |
|||
| Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
Applications can be developed in Python and Java. | Applications can be developed in Python and Java. | ||
=Java Development= | |||
You develop and upload Java applications for Google App Engine using the App Engine Java software development kit (SDK). | |||
The SDK includes software for a web server that you can run on your own computer to test your Java applications. The server simulates all of the App Engine services, including a local version of the datastore, Google Accounts, and the ability to fetch URLs and send email from your computer using the App Engine APIs. | |||
Revision as of 22:56, 7 January 2010
Introduction
Applications can be developed in Python and Java.
Java Development
You develop and upload Java applications for Google App Engine using the App Engine Java software development kit (SDK).
The SDK includes software for a web server that you can run on your own computer to test your Java applications. The server simulates all of the App Engine services, including a local version of the datastore, Google Accounts, and the ability to fetch URLs and send email from your computer using the App Engine APIs.