Skip to content

Commit af7c0b3

Browse files
committed
Add link to GuestBook example to README and landing page
1 parent 97d5cac commit af7c0b3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Example Applications
6868
- [`Flexible Environment/Datastore example`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/flexible/datastore) - A simple app that uses Cloud Datastore to list the last 10 IP addresses that visited your site.
6969
- Read about how to run the application [here](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managed_vms/README.md).
7070
- [`Flexible Environment/Storage example`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/flexible/cloudstorage) - An app that uploads files to a public Cloud Storage bucket on the App Engine Flexible Environment runtime.
71+
- [`GuestBook`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/guestbook-cloud-datastore) - An App Engine guestbook that uses Cloud Datastore.
7172
- [`LoggingExample`](./google-cloud-examples/src/main/java/com/google/cloud/examples/logging/LoggingExample.java) - A simple command line interface providing some of Stackdriver Logging's functionality
7273
- Read more about using this application on the [`LoggingExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/logging/LoggingExample.html).
7374
- [`PubSubExample`](./google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/PubSubExample.java) - A simple command line interface providing some of Cloud Pub/Sub's functionality

src/site/resources/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ <h3 class="block-title">Examples</h3>
206206
<li>
207207
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/flexible/cloudstorage"><code>Flexible Environment/Storage example</code></a> - An app that uploads files to a public Cloud Storage bucket on the App Engine Flexible Environment runtime.
208208
</li>
209+
<li>
210+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/appengine/guestbook-cloud-datastore"><code>GuestBook</code></a> - An App Engine guestbook that uses Cloud Datastore.
211+
</li>
209212
<li>
210213
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/flexible/sparkjava"><code>SparkJava demo</code></a> - Uses google-cloud with App Engine Flexible Environment, Datastore, and SparkJava.
211214
</li>

0 commit comments

Comments
 (0)