Skip to content

lachlan-roberts/appengine-java-standard

 
 

Repository files navigation

Google App Engine Standard Environment Source Code for Java 8 and Java11.

This is a repository that contains the Java Source Code for Google App Engine standard environment, the production runtime, the APIs, and local SDK.

Prerequisites

Download Maven

The source code 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.

Use a JDK8 environment so it can build the Java8 GAE runtime.

jdk8

Modules

Orange items are public modules artifacts and yellow are internal ones. Modules ending with * are only used on the production server side.

pom_dependencies

App Engine Java APIs

Source code for all public APIs for com.google.appengine.api.* packages.

App Engine Java local development implementation of the APIs

Implementation of all the App Engine APIs for local environment (devappserver) and local testing of an application before deployment.

App Engine Java Remote APIs

Source code for remote APIs for App Engine.

App Engine Java various local development utilities and devappserver

Source code for the App Engine local dev application server and local utilities.

App Engine Java Production Runtime Execution environment

Source code for the App Engine production application server and utilities. It is based on the Jetty9.4 Web Server.

Contributing

Check out the contributing guide to learn how you can report issues and help make changes.

Always be sure to follow the Code of Conduct.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • GAP 0.2%
  • CSS 0.2%
  • JavaScript 0.1%
  • Shell 0.1%
  • Starlark 0.0%