From 26f9cf7ca20612bf12d57780495032d8d7149895 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 31 Oct 2007 01:53:54 +0000 Subject: [PATCH] 2.0 m2 changes --- spring-webflow/changelog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index a944a6fb..cb8d7dfc 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -6,7 +6,7 @@ Changes in version 2.0 M2 (30.10.2007) ------------------------------------- General -* Spring Web Flow now cares for the entire web request/response lifecycle (through view rendering, too!) +* Spring Web Flow now cares for the entire web controller request/response lifecycle (including control over the view rendering process, too!) * Spring Web Flow now runs in a "standalone" mode as well as an "embedded" mode. "Standalone" mode introduces a Spring Web Servlet that delegates directly to the Spring Web Flow Engine. "embedded" mode allows Spring Web Flow to be used within another Servlet, such as the Spring MVC DispatcherServlet. @@ -24,7 +24,7 @@ General * Flow execution key assignment now happens before a view state is entered now, allowing a flow execution to send proper callback Url to a external systems that will take over control of the conversation and return control at a later time. An example would be a e-shopping site redirecting to paypal to complete a payment authorization. This was difficult to do in SWF 1.0 and is now supported natively. - + Package org.springframework.binding * Simplified Expression and ExpressionParser abstraction, normalized parser contract to be consistent between parser implementations as far as possible. OGNL and the Unified EL are the two supported expression parser implementations. OGNL is currently the default. The Unified EL is recommended for