Skip to content

Commit 5a23e57

Browse files
committed
Merge pull request #538 from ajkannan/link-sparkjava
Add a link to SparkJava demo from website and README
2 parents 29628d7 + 01d386a commit 5a23e57

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Example Applications
4848
- 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).
4949
- [`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
5050
- 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).
51+
- [`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.
52+
- 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).
5153
- [`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
5254
- 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).
5355

src/site/resources/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,18 @@ <h4>Example: Retrieve Datastore Entries</h4>
172172
</div><!-- end of .container -->
173173
</section><!-- end of .featuring -->
174174

175+
<section class="block examples">
176+
<div class="container clearfix">
177+
<h3 class="block-title">Examples</h3>
178+
179+
<ul>
180+
<li>
181+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managedvms/sparkjava"><code>SparkJava demo</code></a> - Use gcloud-java with App Engine Managed VMs, Datastore, and SparkJava.
182+
</li>
183+
</ul>
184+
</div>
185+
</section>
186+
175187
<section class="block faq">
176188
<div class="container">
177189
<h3 class="block-title">FAQ</h3>

0 commit comments

Comments
 (0)