Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.16 KB

File metadata and controls

29 lines (16 loc) · 1.16 KB

Multitenancy Java sample

Java 7 runtime support on App Engine standard was deprecated on December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the Java 8 Runtime Environment.

Open in Cloud Shell

Samples for the Java 8 runtime can be found here.

Shows the usage of the Namespaces API.

An App Engine guestbook using Java, Maven, and Objectify.

Data access using Objectify

Please ask questions on Stackoverflow

Running Locally

How do I, as a developer, start working on the project?

  1. mvn clean appengine:devserver

Deploying

  1. mvn clean appengine:update -Dappengine.appId=PROJECT -Dappengine.version=VERSION