From c5e19f4f7a6db704b2a01280e0c96e45d64699c9 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 22 Dec 2007 05:38:43 +0000 Subject: [PATCH] m3 --- spring-webflow/changelog.txt | 11 +++++-- spring-webflow/docs/reference/src/index.xml | 33 ++------------------- spring-webflow/readme.txt | 2 +- 3 files changed, 12 insertions(+), 34 deletions(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index 7e12f4bb..88615c53 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -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) ------------------------------------- diff --git a/spring-webflow/docs/reference/src/index.xml b/spring-webflow/docs/reference/src/index.xml index 877fb5cc..f4cd63f0 100644 --- a/spring-webflow/docs/reference/src/index.xml +++ b/spring-webflow/docs/reference/src/index.xml @@ -17,7 +17,7 @@ Spring Web Flow Reference Documentation Version 2.0-m3 - October 2007 + December 2007 Keith @@ -28,7 +28,7 @@ Vervaet - Ross + Rossen Stoyanchev @@ -46,35 +46,6 @@ - - - Sponsors - - - Spring Web Flow would not be possible without the investment of its sponsors: - Interface21 and - Ervacon. - - - - - - - - - - - - - - - - - - - - - diff --git a/spring-webflow/readme.txt b/spring-webflow/readme.txt index e336a2c0..e93035fb 100644 --- a/spring-webflow/readme.txt +++ b/spring-webflow/readme.txt @@ -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