GAE: Difference between revisions
| Line 11: | Line 11: | ||
==Development Environment== | ==Development Environment== | ||
* Eclipse Plugin (see plugins/com.google.appengine.eclipse.sdkbundle_VERSION/) | * Eclipse Plugin (see plugins/com.google.appengine.eclipse.sdkbundle_VERSION/) | ||
** Java Development Server | |||
The App Engine Java SDK includes a development web server for testing your application on your computer. | |||
Revision as of 09:25, 8 January 2010
Introduction
Applications can be developed in Python and Java.
Java Development
GAE uses Java 6.
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.
Development Environment
- Eclipse Plugin (see plugins/com.google.appengine.eclipse.sdkbundle_VERSION/)
- Java Development Server
The App Engine Java SDK includes a development web server for testing your application on your computer.