Files
spring-data-gemfire/docs/reference/introduction.xml
costin b48ca7b949 initial docs
+ structure plus some content
+ docbook resources added as well
2010-07-02 12:41:01 +03:00

22 lines
845 B
XML

<partintro>
<title>Document structure</title>
<para>This part of the reference documentation explains the core functionality
offered by Spring GemFire integration.</para>
<para><xref linkend="bootstrapping"/> describes the configuration support provided for
bootstrapping, initializing and accessing a GemFire cache or region.</para>
<para><xref linkend="serialization"/> describes the enhancements for GemFire
(de)serialization process and managment of associated objects.
</para>
<para><xref linkend="data"/> explains the integration between GemFire API and
the various "data" features available in Spring, such as transaction management
and exception translation.
</para>
<para><xref linkend="testing"/> showcases various ways of testing GemFire inside
Spring framework.</para>
</partintro>