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
How do I, as a developer, start working on the project?
- cd final (or phase1)
mvn clean appengine:devserver
- Create a project in Google Cloud Console
- edit .../webapp/WEB-INFappengine.web.xml and change your-app-id
mvn clean appengine:update
- See CONTRIBUTING.md
- See LICENSE