Skip to content

Latest commit

 

History

History
 
 

appengine

Google App Engine Standard Environment Java Samples

This is a repository that contains Java code samples for Google App Engine standard environment.

Prerequisites

Download Maven

These samples use the Apache Maven build system. Before getting started, be sure to download and install it. When you use Maven as described here, it will automatically download the needed client libraries.

Create a Project in the Google Cloud Platform Console

If you haven't already created a project, create one now. Projects enable you to manage all Google Cloud Platform resources for your app, including deployment, access control, billing, and services.

  1. Open the Cloud Platform Console.
  2. In the drop-down menu at the top, select Create a project.
  3. Give your project a name.
  4. Make a note of the project ID, which might be different from the project name. The project ID is used in commands and in configurations.

Samples

Hello World

This sample demonstrates how to deploy an application on Google App Engine.

Sending Email

Sending Email with Mailgun

This sample demonstrates how to send email using the Mailgun API.

Sending Email with SendGrid

This sample demonstrates how to send email using the SendGrid.

Sending SMS with Twilio

This sample demonstrates how to use Twilio on Google App Engine standard environment.

App Identity

This sample demonstrates how to use the App Identity API to discover the application's ID and assert identity to Google and third-party APIs.

Other Samples

Contributing changes

See CONTRIBUTING.md.

Licensing

See LICENSE.