some cosmetic changes and initial documentation update

This commit is contained in:
David Turanski
2013-02-12 08:06:44 -05:00
parent 699f3bad51
commit 9b9bc5dbb4
7 changed files with 392 additions and 62 deletions

View File

@@ -16,7 +16,7 @@
project.
</note>
<section>
<section id="new-in-1-2-1">
<title>New in the 1.2.1 Release</title>
<itemizedlist>
@@ -26,6 +26,20 @@
</itemizedlist>
</section>
<section id="new-in-1-3-0">
<title>New in the 1.3.0.Release</title>
<itemizedlist>
<listitem>
<para>Annotation support for GemFire functions. It is now possible to declare and register functions written as POJOs with annotations.
In addition function executions are defined as annotated interfaces, similar to the way Spring Data repositories work. See <xref
linkend="gemfire-function-annotations"/></para>
</listitem>
<listitem>
<para>A <emphasis>datasource</emphasis> tag has been added to the <emphasis>gfe-data</emphasis> XML namespace. This simplifies establishing
a basic client connection to a Cache cluster.</para>
</listitem>
</itemizedlist>
</section>
<section id="new-in-1-2-0">
<title>New in the 1.2.0 Release</title>

View File

@@ -3,6 +3,7 @@
<para>Spring Data GemFire requires JDK level 6.0 and above, Spring
<ulink url="http://www.springsource.org/about">Framework</ulink> 3 and
<ulink url="http://www.vmware.com/support/pubs/vfabric-gemfire.html">vFabric GemFire</ulink> 6.6 and above.
<ulink url="http://www.vmware.com/support/pubs/vfabric-gemfire.html">vFabric GemFire</ulink> 6.6 and above
(version 7 or above is recommended).
</para>
</chapter>