Author: ron.sigal(a)jboss.com
Date: 2008-06-22 01:22:46 -0400 (Sun, 22 Jun 2008)
New Revision: 4304
Modified:
remoting2/branches/2.2/docs/guide/en/chap1.xml
Log:
JBREM-1001: Updated for 2.2.2.SP8.
Modified: remoting2/branches/2.2/docs/guide/en/chap1.xml
===================================================================
--- remoting2/branches/2.2/docs/guide/en/chap1.xml 2008-06-20 04:58:44 UTC (rev 4303)
+++ remoting2/branches/2.2/docs/guide/en/chap1.xml 2008-06-22 05:22:46 UTC (rev 4304)
@@ -177,4 +177,87 @@
distribution includes binaries, source, documentation, javadoc, and sample
code.</para>
</section>
+
+ <section>
+ <title>What's new?</title>
+
+ <section>
+ <title>In release 2.2.2.SP7</title>
+
+ <orderedlist>
+ <listitem><para>Server side and client side connection listeners can
be
+ tied together.</para>
+ </listitem>
+ </orderedlist>
+
+ </section>
+
+ <section>
+ <title>In release 2.2.2.SP4</title>
+
+ <orderedlist>
+ <listitem><para>IPv6 addresses are
supported;</para></listitem>
+
+
<listitem><para><classname>org.jboss.remoting.callback.ServerInvokerCallbackHandler</classname>
+ can register itself as a lease connection listener.</para>
+ </listitem>
+ </orderedlist>
+
+ </section>
+
+ <section>
+ <title>In release 2.2.2.SP2</title>
+
+ <orderedlist>
+ <listitem><para>The servlet transport can throw an exception
generated on
+ the server side;</para></listitem>
+
+ <listitem><para>servers can bind to 0.0.0.0.</para>
+ </listitem>
+ </orderedlist>
+
+ </section>
+
+ <section>
+ <title>In release 2.2.2.GA</title>
+
+ <para>Release 2.2.2.GA includes a number of bug fixes, greater
+ configurability, and a couple of new features, including</para>
+
+ <orderedlist>
+ <listitem><para>an improved callback polling
method;</para></listitem>
+
+ <listitem><para>the ability for the client to discover its IP
address as
+ seen by the server side of the connection;</para>
+ </listitem>
+
+ </orderedlist>
+
+ <para>The following changes affect configurability:</para>
+
+ <orderedlist>
+ <listitem>
+ <para>The address and port of the bisocket transport secondary server
+ socket are configurable;</para>
+ </listitem>
+
+ <listitem>
+
<para><classname>org.jboss.remoting.ConnectorValidator</classname>
parameters are configurable;</para>
+ </listitem>
+
+ <listitem>
+ <para>the maximum number of errors before a
<classname>org.jboss.remoting.callback.CallbackPoller</classname> shuts down
can be specified;</para>
+ </listitem>
+
+ <listitem>
+ <para>there is a separate timeout parameter for callbacks.</para>
+ </listitem>
+ </orderedlist>
+
+
+ <para>For the JIRA items related to release 2.2.2.GA, see <xref
+ linkend="chapter-release-notes"/>.</para>
+
+ </section>
+ </section>
</chapter>
\ No newline at end of file
Show replies by date