From 01d386ac18a083e6e4e27616968a0446b3b3e302 Mon Sep 17 00:00:00 2001 From: Ajay Kannan Date: Fri, 8 Jan 2016 09:44:47 -0800 Subject: [PATCH] Add a link to SparkJava demo from website and README --- README.md | 2 ++ src/site/resources/index.html | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 8ad0d0deb379..4b5c34d9df11 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ Example Applications - Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/DatastoreExample.html). - [`ResourceManagerExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/ResourceManagerExample.java) - A simple command line interface providing some of Cloud Resource Manager's functionality - Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/ResourceManagerExample.html). +- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managedvms/sparkjava) - An example of using gcloud-java-datastore from within the SparkJava and App Engine Managed VM frameworks. + - Read about how it works on the example's [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managedvms/sparkjava#how-does-it-work). - [`StorageExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/StorageExample.java) - A simple command line interface providing some of Cloud Storage's functionality - Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/StorageExample.html). diff --git a/src/site/resources/index.html b/src/site/resources/index.html index 9e9c877c18df..8f40cfbcd97e 100644 --- a/src/site/resources/index.html +++ b/src/site/resources/index.html @@ -172,6 +172,18 @@

Example: Retrieve Datastore Entries

+
+
+

Examples

+ +
    +
  • + SparkJava demo - Use gcloud-java with App Engine Managed VMs, Datastore, and SparkJava. +
  • +
+
+
+

FAQ