Fixed documentation references.

This commit is contained in:
John Blum
2013-11-12 14:32:01 -08:00
parent 2d92aa3ebd
commit f016eeac00
2 changed files with 7 additions and 7 deletions

View File

@@ -42,10 +42,10 @@
<para xmlns=""> For example, GemFire provides several callback interfaces
such as <interfacename>
<literal xmlns="http://docbook.org/ns/docbook">CacheListener</literal>
</interfacename>, <interfacename>
<literal xmlns="http://docbook.org/ns/docbook">CacheWriter</literal>
</interfacename>, <interfacename>
<literal xmlns="http://docbook.org/ns/docbook">CacheListener, </literal>
</interfacename><interfacename>
<literal xmlns="http://docbook.org/ns/docbook">CacheWriter, </literal>
</interfacename>and<interfacename>
<literal xmlns="http://docbook.org/ns/docbook">CacheLoader</literal>
</interfacename> to allow developers to add custom event handlers. Using
the Spring IoC container, these may configured as normal Spring beans and

View File

@@ -488,9 +488,9 @@
</important>
<para>Persistence may also be configured using the
<literal>data-policy</literal> attribute, set to one of <link
linkend="https://www.vmware.com/support/developer/vfabric-gemfire/700-api/com/gemstone/gemfire/cache/DataPolicy.html">GemFire's
data policy settings</link>. For instance...</para>
<literal>data-policy</literal> attribute, set to one of <ulink
url="https://www.vmware.com/support/developer/vfabric-gemfire/700-api/com/gemstone/gemfire/cache/DataPolicy.html">GemFire's
data policy settings</ulink>. For instance...</para>
<para>
<programlisting language="xml">&lt;gfe:partitioned-region id="persitent-partition" data-policy="PERSISTENT_PARTITION"/&gt;</programlisting>