Skip to content

Files

Latest commit

e38719e · Sep 26, 2017

History

History
This branch is 8901 commits behind GoogleCloudPlatform/java-docs-samples:main.

appengine

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 19, 2017
Sep 26, 2017
Sep 26, 2017
Sep 20, 2017
Sep 26, 2017
Sep 20, 2017
Sep 26, 2017
Sep 20, 2017
Sep 26, 2017
Sep 20, 2017
Apr 19, 2017
Sep 26, 2017
Sep 19, 2017
Apr 19, 2017
Aug 10, 2017
Sep 20, 2017
Jun 17, 2017
Apr 19, 2017
Jun 17, 2017
Aug 21, 2017
Jul 20, 2017
Sep 26, 2017
Apr 19, 2017
Sep 20, 2017
Apr 19, 2017
Sep 26, 2017
Sep 26, 2017
Apr 19, 2017
Aug 8, 2017
Apr 19, 2017
Sep 26, 2017
Apr 19, 2017
Apr 19, 2017
Jun 17, 2017
Sep 26, 2017
Apr 4, 2016
Sep 21, 2017

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.