initial docs

+ structure plus some content
+ docbook resources added as well
This commit is contained in:
costin
2010-07-02 12:41:01 +03:00
parent 8ddeae76a1
commit b48ca7b949
64 changed files with 1479 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<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>