This commit is contained in:
Keith Donald
2007-12-22 05:38:43 +00:00
parent 735174d885
commit c5e19f4f7a
3 changed files with 12 additions and 34 deletions

View File

@@ -2,9 +2,16 @@ SPRING WEB FLOW (SWF) CHANGELOG
===============================
http://www.springframework.org/webflow
Changes in version 2.0 M3 (2007)
Changes in version 2.0 M3 (20.12.2007)
-------------------------------------
Package org.springframework.webflow.faces
* Added built-in Ajax support for rendering partial page views in response to asynchronous Web Flow events.
See the booking-jsf sample for an example.
* Added built-in support for progressive enhancement, including a library of JSF components that degrade nicely if Javascript
is not available on the client. See booking-jsf for an example of two such components: first, the Spring Faces command link which
renders as a standard submit button if Javascript is not available, and second a popup window that displays a partial response if
Javascript is available (otherwise a full page navigation occurs).
* Polished overall JSF integration approach since M2, including refinements to the state saving strategy
Changes in version 2.0 M2 (30.10.2007)
-------------------------------------

View File

@@ -17,7 +17,7 @@
<title>Spring Web Flow</title>
<subtitle>Reference Documentation</subtitle>
<releaseinfo>Version 2.0-m3</releaseinfo>
<pubdate>October 2007</pubdate>
<pubdate>December 2007</pubdate>
<authorgroup>
<author>
<firstname>Keith</firstname>
@@ -28,7 +28,7 @@
<surname>Vervaet</surname>
</author>
<author>
<firstname>Ross</firstname>
<firstname>Rossen</firstname>
<surname>Stoyanchev</surname>
</author>
<author>
@@ -46,35 +46,6 @@
</para>
</legalnotice>
</bookinfo>
<dedication>
<title>Sponsors</title>
<para>
<emphasis>
Spring Web Flow would not be possible without the investment of its sponsors:
<ulink url="http://www.interface21.com/">Interface21</ulink> and
<ulink url="http://www.ervacon.com">Ervacon</ulink>.
</emphasis>
</para>
<para>
<inlinemediaobject>
<imageobject role="fo">
<imagedata fileref="images/logo-interface21.png" format="PNG"/>
</imageobject>
<imageobject role="html">
<imagedata fileref="images/logo-interface21.png" format="PNG"/>
</imageobject>
</inlinemediaobject>
<inlinemediaobject>
<imageobject role="fo">
<imagedata fileref="images/logo-ervacon.png" format="PNG"/>
</imageobject>
<imageobject role="html">
<imagedata fileref="images/logo-ervacon.png" format="PNG"/>
</imageobject>
</inlinemediaobject>
</para>
</dedication>
<toc />

View File

@@ -1,4 +1,4 @@
SPRING WEB FLOW 2.0-M3 (2007)
SPRING WEB FLOW 2.0-M3 (December 2007)
----------------------------------
http://www.springframework.org/webflow
http://forum.springframework.org