@@ -16,25 +16,25 @@ the <<bootstap-annotations-quickstart, Quick Start>> section.
16
16
[[bootstrap-annotation-config-introduction]]
17
17
== Introduction
18
18
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:
22
20
23
21
* {x-data-store-javadoc}[Java API]
24
22
* {x-data-store-docs}/reference/topics/chapter_overview_cache_xml.html[`cache.xml`]
25
23
* {x-data-store-docs}/tools_modules/gfsh/chapter_overview.html[_Gfsh_]
26
24
with {x-data-store-docs}/configuring/chapter_overview.html[Cluster Configuration]
27
25
* <<bootstrap,Spring XML/Java-based configuration>>
28
26
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:
30
28
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]
32
30
* {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]
34
32
* {x-data-store-wiki}/Geode+Internal+Architecture?src=contextnavpagetreemode[distributed system design patterns]
35
33
(such as shared-nothing architecture).
36
34
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.
38
38
39
39
The annotation-based configuration model is an alternative to XML-based configuration using {sdg-name}'s XML namespace.
40
40
With XML, you could use the `gfe` XML schema for configuration and the `gfe-data` XML schema for data access.
0 commit comments