GAE: Difference between revisions
| Line 8: | Line 8: | ||
==Development Environment== | ==Development Environment== | ||
===Eclipse Plugin=== | |||
see plugins/com.google.appengine.eclipse.sdkbundle_VERSION/ | |||
The App Engine Java SDK includes a development web server for testing your application on your computer. 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. | |||
===Java Development Server=== | |||
The App Engine Java SDK includes a development web server for testing your application on your computer. 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. The Google Plugin for Eclipse can run the server in the Eclipse debugger or you can run it from the command line. | |||
Revision as of 09:29, 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 (see #Development_Environment).
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. 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. The Google Plugin for Eclipse can run the server in the Eclipse debugger or you can run it from the command line.