merged changes for SGF-93. Updated documentation

This commit is contained in:
David Turanski
2013-02-12 12:56:56 -05:00
parent 7bce8b649c
commit b8af5931a5
27 changed files with 151 additions and 74 deletions

View File

@@ -16,6 +16,26 @@
project.
</note>
<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="function-annotations"/></para>
</listitem>
<listitem>
<para>A <tag>&lt;datasource&gt;</tag> tag has been added to the
<emphasis>gfe-data</emphasis> XML namespace. This simplifies
establishing a basic client <link linkend="data-access:datasource">connection</link> to a GemFire data grid.</para>
</listitem>
</itemizedlist>
</section>
<section id="new-in-1-2-1">
<title>New in the 1.2.1 Release</title>
@@ -26,20 +46,6 @@
</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>