The documentation for this quickstart is maintained on developers.google.com. Please see here for more information: https://developers.google.com/glass/quickstart/java
The goal of this fork is to make the example app run on Google AppEngine.
- Add AppEngine dependencies to Maven POM
- Drop direct Jetty dependency in favor of AppEngine
- Replace deprecated shared memory credential store to AppEngine's own based on Datastore
Edit appengine-web.xml and replace placeholders with your app ID and version. You also need to get oauth credentials to use Mirror API.
Build and test app on your computer with mvn appengine:devserver command.
Deploy your application into the cloud with mvn appengine:update command.
Enjoy!
Code for this project is licensed under APL 2.0 and content is licensed under the Creative Commons Attribution 3.0 License.