removed leftover gemfire 7 dependencies
This commit is contained in:
@@ -1,8 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<part>
|
||||
<title>Introduction</title>
|
||||
|
||||
<partintro xmlns="http://docbook.org/ns/docbook" version="5.0">
|
||||
<para>This document is the reference guide for Spring Data GemFire project (SGF). It explains the relationship
|
||||
between Spring framework and <ulink url="http://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html">vFabric GemFire</ulink>
|
||||
and defines the basic concepts, semantics, and effect use of Spring's support for GemFire.
|
||||
<chapter>
|
||||
<section>
|
||||
<para>This reference guide for the Spring Data GemFire project (SGF)
|
||||
explains how to use Spring framework to configure and develop
|
||||
applications with vFabric GemFire. It presents the basic concepts,
|
||||
semantics and provides numerous examples to help you get started.
|
||||
</para>
|
||||
</partintro>
|
||||
|
||||
<note>Spring Data GemFire started as a top level Spring project called
|
||||
Spring GemFire and has sinced moved under the Spring Data umbrella
|
||||
project and has been renamed accordingly.</note>
|
||||
</section>
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
@@ -1,12 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="links">
|
||||
<title>Useful Links</title>
|
||||
<chapter xml:id="sgf-links" xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:ns52="http://www.w3.org/1999/xhtml"
|
||||
xmlns:ns5="http://www.w3.org/1999/xlink"
|
||||
xmlns:ns4="http://www.w3.org/2000/svg"
|
||||
xmlns:ns3="http://www.w3.org/1998/Math/MathML"
|
||||
xmlns:ns="http://docbook.org/ns/docbook">
|
||||
<title>Useful Links</title>
|
||||
|
||||
<itemizedlist>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Spring Data GemFire Home Page</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><emphasis>Spring GemFire Integration Home Page</emphasis> - <ulink url="http://www.springframework.org/spring-gemfire/">here</ulink></listitem>
|
||||
<listitem><emphasis>SpringSource blog</emphasis> - <ulink url="http://blog.springsource.com/">here</ulink></listitem>
|
||||
<listitem><emphasis>GemFire Community</emphasis> - <ulink url="http://community.gemstone.com/display/gemfire/GemFire+Enterprise">here</ulink></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
</chapter>
|
||||
<listitem>
|
||||
<para>SpringSource Blog</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para>New para</para>
|
||||
|
||||
<para/>
|
||||
</chapter>
|
||||
|
||||
@@ -1,32 +1,39 @@
|
||||
<partintro>
|
||||
<title>Document structure</title>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<part>
|
||||
<title>Reference Guide</title>
|
||||
|
||||
<para>The following chapters explain the core functionality offered by Spring Data GemFire.</para>
|
||||
<partintro>
|
||||
<title>Document structure</title>
|
||||
|
||||
<para><xref linkend="bootstrap"/> describes the configuration support provided for
|
||||
bootstrapping, initializing, configuring, and accessing GemFire caches, regions and distributed system components.</para>
|
||||
<para>The following chapters explain the core functionality offered by
|
||||
Spring Data GemFire.</para>
|
||||
|
||||
<para><xref linkend="apis"/> explains the integration between the GemFire APIs and
|
||||
the various data access features available in Spring, such as transaction management
|
||||
and exception translation.
|
||||
</para>
|
||||
<para><xref linkend="bootstrap"/> describes the configuration support
|
||||
provided for bootstrapping, initializing, configuring, and accessing
|
||||
GemFire caches, regions and distributed system components.</para>
|
||||
|
||||
<para><xref linkend="serialization"/> describes the enhancements for GemFire
|
||||
(de)serialization and management of associated objects.
|
||||
</para>
|
||||
|
||||
<para><xref linkend="mapping"/> describes persistence mapping for POJOs stored in GemFire using Spring Data
|
||||
</para>
|
||||
|
||||
<para><xref linkend="gemfire-repositories"/> describes how to create and use GemFire Repositories using Spring Data
|
||||
</para>
|
||||
<para><xref linkend="apis"/> explains the integration between the GemFire
|
||||
APIs and the various data access features available in Spring, such as
|
||||
transaction management and exception translation.</para>
|
||||
|
||||
<para><xref linkend="samples"/> describes the samples provided with the distribution
|
||||
to illustrate the various features available in Spring GemFire.
|
||||
</para>
|
||||
<para><xref linkend="serialization"/> describes the enhancements for
|
||||
GemFire (de)serialization and management of associated objects.</para>
|
||||
|
||||
<!--
|
||||
<para><xref linkend="mapping"/> describes persistence mapping for POJOs
|
||||
stored in GemFire using Spring Data</para>
|
||||
|
||||
<para><xref linkend="gemfire-repositories"/> describes how to create and
|
||||
use GemFire Repositories using Spring Data</para>
|
||||
|
||||
<para><xref linkend="samples"/> describes the samples provided with the
|
||||
distribution to illustrate the various features available in Spring
|
||||
GemFire.</para>
|
||||
|
||||
<!--
|
||||
<para><xref linkend="testing"/> showcases various ways of testing GemFire inside
|
||||
Spring framework.</para>
|
||||
-->
|
||||
</partintro>
|
||||
</partintro>
|
||||
</part>
|
||||
|
||||
Reference in New Issue
Block a user