From 036787a104c5594fac5699091fc758e63de0175e Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 31 Oct 2007 02:06:14 +0000 Subject: [PATCH] polish --- spring-webflow/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index cb8d7dfc..83a22152 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -14,6 +14,7 @@ General restoration request lifecycles in the context of a web flow execution request. This simplifies view technology integration for the developer, provides a cleaner and more powerful architectural model, and makes it possible to mix-and-match JSF and MVC-style views in the same application, if desired. Support for Struts using this integration approach will be added in a future 2.x milestone. + Support for Portlet MVC using this approach will be added in a future 2.x milestone. * Please see the "booking-jsf" reference application for a complete example of a "standalone" webflow app using JSF as the view technology. Please see the "booking-mvc" reference application for a complete example of a "embedded" webflow app using Spring MVC as the view technology. Note it would be possible to introduce flows that render JSF-based views in this "embedded" mode, if desired.