2.0 m2 changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user