Skip to content

Commit 487ae96

Browse files
committed
Edit Introduction to the Bootstrapping Apache Geode with the Spring Container using Annotations chapter in ref doc.
Closes #638
1 parent 8cf6a6b commit 487ae96

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/asciidoc/reference/bootstrap-annotations.adoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ the <<bootstap-annotations-quickstart, Quick Start>> section.
1616
[[bootstrap-annotation-config-introduction]]
1717
== Introduction
1818

19-
{data-store-name} can be difficult to setup and use correctly, given all the
20-
{x-data-store-docs}/reference/topics/gemfire_properties.html[configuration properties]
21-
and different configuration options:
19+
{data-store-name}, along with Spring Data for {data-store-name}, offer many configuration options:
2220

2321
* {x-data-store-javadoc}[Java API]
2422
* {x-data-store-docs}/reference/topics/chapter_overview_cache_xml.html[`cache.xml`]
2523
* {x-data-store-docs}/tools_modules/gfsh/chapter_overview.html[_Gfsh_]
2624
with {x-data-store-docs}/configuring/chapter_overview.html[Cluster Configuration]
2725
* <<bootstrap,Spring XML/Java-based configuration>>
2826

29-
Further complexity arises from the different supported topologies:
27+
In addition, {data-store-name} and Spring Data for {data-store-name} both support different topologies:
3028

31-
* ({x-data-store-docs}/topologies_and_comm/cs_configuration/chapter_overview.html[client/server]
29+
* {x-data-store-docs}/topologies_and_comm/cs_configuration/chapter_overview.html[client/server]
3230
* {x-data-store-docs}/topologies_and_comm/p2p_configuration/chapter_overview.html[P2P]
33-
* {x-data-store-docs}/topologies_and_comm/multi_site_configuration/chapter_overview.html[WAN])
31+
* {x-data-store-docs}/topologies_and_comm/multi_site_configuration/chapter_overview.html[WAN]
3432
* {x-data-store-wiki}/Geode+Internal+Architecture?src=contextnavpagetreemode[distributed system design patterns]
3533
(such as shared-nothing architecture).
3634

37-
The annotation-based configuration model aims to simplify all this and more.
35+
All of these configuration options and topology arrangements can pose challenges when setting up and using
36+
{data-store-name} properly. The Spring Data for {data-store-name} annotation-based configuration model aims to
37+
simplify configuration in the context of topology, plus more.
3838

3939
The annotation-based configuration model is an alternative to XML-based configuration using {sdg-name}'s XML namespace.
4040
With XML, you could use the `gfe` XML schema for configuration and the `gfe-data` XML schema for data access.

0 commit comments

Comments
 (0)