GAE: Difference between revisions

From Wiki RB4
Line 5: Line 5:
GAE uses Java 6.
GAE uses Java 6.


You develop and upload Java applications for Google App Engine using the App Engine Java software development kit (SDK).
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).
 
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==
==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
** Java Development Server
The App Engine Java SDK includes a development web server for testing your application on your computer.
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.

Revision as of 09:26, 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.