diff --git a/docs/src/docbkx/reference/bootstrap.xml b/docs/src/docbkx/reference/bootstrap.xml index 06dd914e..4783fc5b 100644 --- a/docs/src/docbkx/reference/bootstrap.xml +++ b/docs/src/docbkx/reference/bootstrap.xml @@ -40,8 +40,7 @@ -]]> - +]]> @@ -83,8 +82,7 @@ -]]> - +]]> @@ -193,8 +191,32 @@ Once the Cache is configured, one needs to configure one or more Regions to - interact with the data fabric. In a similar manner to the - CacheFactoryBean, the + interact with the data fabric. SGF allows various region types to be configured and created directly from Spring or + in case they are created directly in GemFire, retrieved as such. + +
+ Using an externaly configured <interfacename>Region</interfacename> + + For consuming but not creating Regions, one can use the + lookup element. Simply declare the target region name the + name attribute, for example to declare a bean definition, named region-bean + for an existing region named orders one can use the following definition: + + ]]> + + If the name is not specified, the bean name will be used automatically. The example above + becomes: + + +]]> + + CONTINUE DOC HERE +
+ + + In a similar manner to the + cache element, SGF + RegionFactoryBean allows existing Regions to retrieved or, in case they don't exist, created using various settings. One can specify the