appengine-java-guestbook-multiphase
Goes through the process of creating an App Engine guestbook using Java and Maven in phases.
- phase1 -- UI Only
- final -- Adds data access using Objectify
Written by Google Cloud Developer Relations
Please ask questions on Stackoverflow
Project setup, installation, and configuration
How do I, as a developer, start working on the project?
- cd final (or phase1)
mvn clean appengine:devserver
Deploying
How to deploy
- Create a project in Google Cloud Console
- edit .../webapp/WEB-INFappengine.web.xml and change your-app-id
mvn clean appengine:update
Contributing changes
- See CONTRIBUTING.md
Licensing
- See LICENSE