Shivam294 / appengine-modules-sample-java

App Engine Modules usage, packaged as an EAR (Entreprise Archive) Maven project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

status: inactive

This project is no longer actively developed or maintained.

For new work on this check out java-docs-samples and getting-started-java.

appengine-modules-sample-java

It has 2 web apps each deployed to a different module: guestbook and shardedcounter.

Usage (After changing the app id in the appengine-modules-ear/src/main/application/META-INF/appengine-application.xml):

git clone https://github.com/GoogleCloudPlatform/appengine-modules-sample-java.git
cd appengine-modules-sample-java
mvn install
cd appengine-modules-ear
#to test it locally:
mvn appengine:devserver
#or to deploy it:
mvn appengine:update

=============================

About

App Engine Modules usage, packaged as an EAR (Entreprise Archive) Maven project

License:Apache License 2.0


Languages

Language:Java 99.0%Language:HTML 0.9%Language:CSS 0.1%