close
The Wayback Machine - https://web.archive.org/web/20140627025914/https://developers.google.com/appengine/docs/java/endpoints/getstarted/backend/

Backend API Tutorial

In this tutorial, we'll build two apps:

  • Build, run, and test a simple Hello World backend API showing the bare mininum code you need to add for a backend API.
  • Build, run, and test a complete, runnable, Hello Endpoints backend API that demonstrates a more functional backend API, including:
    • Handling GETs.
    • Handling POSTs.
    • OAuth protected methods.
    • Deploy the backend API to production App Engine.

Topics covered

The following topics lead you through the tutorial:

Alternate sample code locations

The Hello World sample is built from the App Engine Maven Endpoints skeleton artifact during the tutorial, with some additional coding. If you want to use a completed version of this at GitHub, you can download the project from the code repository containing the appengine-endpoints-helloworld-java-maven project.

The Hello Endpoints program is built completely using the App Engine Maven Hello Endpoints artifact during the tutorial. If you want to use a version of this at GitHub, you can download the project from the code repository containing the appengine-endpoints-helloendpoints-java-maven project.

Setup >>

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.