From 7f000a2fb6d6e0f33765fd24acb1695483d75918 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 24 Jun 2019 15:20:08 -0700 Subject: [PATCH] Edit the Examples and References sections in the Appendix. --- .../src/docs/asciidoc/appendix.adoc | 20 ++++++++++++++----- .../src/docs/asciidoc/index.adoc | 1 + 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/spring-geode-docs/src/docs/asciidoc/appendix.adoc b/spring-geode-docs/src/docs/asciidoc/appendix.adoc index 0359142b..0c47fcaf 100644 --- a/spring-geode-docs/src/docs/asciidoc/appendix.adoc +++ b/spring-geode-docs/src/docs/asciidoc/appendix.adoc @@ -431,13 +431,22 @@ Later on, this reference guide will include and dedicate an entire chapter on te [[geode-examples]] === Examples +The definitive source of truth on how to best use Spring Boot for Apache Geode & Pivotal GemFire (or Pivotal Cloud Cache +(PCC)) is to refer to the <>. + Refer to the Pivotal Cloud Cache (PCC), https://github.com/pivotal-cf/PCC-Sample-App-PizzaStore[Pizza Store], -Spring Boot application for an example of using Spring Boot for Pivotal GemFire in a Pivotal GemFire `ClientCache` +Spring Boot application for an example of how to use Spring Boot for Pivotal GemFire (SBDG) in a `ClientCache` application interfacing with PCC. +Additionally, you may refer to the https://github.com/jxblum/temperature-service[Temperature Service], Spring Boot +application, which implements a Temperature Sensor and Monitoring, Internet of Things (IOT) example. The example uses +SBDG to showcase Apache Geode CQ, Function Implementations/Executions and positions Apache Geode as a _caching provider_ +in Spring's Cache Abstraction. It is a working, sophisticated and complete example, and is highly recommended +as a good starting point for real-world use cases. + You may also refer to the https://github.com/jxblum/contacts-application/tree/master/boot-example[boot-example] -from the _Contact Application_ Reference Implementation for Spring Data for Apache Geode/Pivotal GemFire -as another example. +from the _Contact Application_ Reference Implementation (RI) for Spring Data for Apache Geode & Pivotal GemFire +(SDG) as yet another example. [[references]] @@ -448,5 +457,6 @@ as another example. 3. Spring Data Commons {spring-data-commons-docs-html}[Reference Guide] | {spring-data-commons-javadoc}[Javadoc] 4. Spring Data for Apache Geode {spring-data-geode-docs-html}[Reference Guide] | {spring-data-geode-javadoc}[Javadoc] 5. Spring Session for Apache Geode {spring-session-data-gemfire-docs}[Reference Guide] | {spring-session-data-gemfire-javadoc}[Javadoc] -6. Apache Geode {apache-geode-docs}[User Guide] | {apache-geode-javadoc}[Javadoc] -7. Pivotal GemFire {pivotal-gemfire-docs}[User Guide] | {pivotal-gemfire-javadoc}[Javadoc] +6. Spring Test for Apache Geode {spring-test-data-gemfire-website}[README] +7. Apache Geode {apache-geode-docs}[User Guide] | {apache-geode-javadoc}[Javadoc] +8. Pivotal GemFire {pivotal-gemfire-docs}[User Guide] | {pivotal-gemfire-javadoc}[Javadoc] diff --git a/spring-geode-docs/src/docs/asciidoc/index.adoc b/spring-geode-docs/src/docs/asciidoc/index.adoc index 510d1414..8de6dbd4 100644 --- a/spring-geode-docs/src/docs/asciidoc/index.adoc +++ b/spring-geode-docs/src/docs/asciidoc/index.adoc @@ -38,6 +38,7 @@ John Blum :spring-session-data-gemfire-docs: https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/{spring-session-data-gemfire-version}/reference/html5 :spring-session-data-gemfire-javadoc: https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/{spring-session-data-gemfire-version}/api :spring-session-data-gemfire-website: https://github.com/spring-projects/spring-session-data-geode/blob/master/README.adoc +:spring-test-data-gemfire-website: https://github.com/spring-projects/spring-test-data-geode#spring-test-framework-for-apache-geode--pivotal-gemfire :wikipedia-docs: https://en.wikipedia.org/wiki