Skip to content

silcucc/mirror-quickstart-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Mirror API's Quickstart for Java

The documentation for this quickstart is maintained on developers.google.com. Please see here for more information: https://developers.google.com/glass/quickstart/java

AppEngine Fork

The goal of this fork is to make the example app run on Google AppEngine.

List of Notable Changes

  • 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

Usage

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!

License

Code for this project is licensed under APL 2.0 and content is licensed under the Creative Commons Attribution 3.0 License.

About

Google Mirror API's Quickstart for Java

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors