From 116e73345de7fb1a355ad6d3e0fb98b440f1c6a2 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 1 Apr 2007 22:42:37 +0000 Subject: [PATCH] samples changes updates --- spring-webflow/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-webflow/changelog.txt b/spring-webflow/changelog.txt index f949435b..94ad9a52 100644 --- a/spring-webflow/changelog.txt +++ b/spring-webflow/changelog.txt @@ -66,6 +66,13 @@ Package org.springframework.webflow.executor Package org.springframework.webflow.test * Added constructor taking test name argument to AbstractFlowExecutionTests, AbstractExternalizedFlowExecutionTests and AbstractXmlFlowExecutionTests. + +Package org.springframework.webflow.samples +* Made all samples Spring IDE 2.0 projects for use with the Spring Web Flow Graphical Editor and XML Flow Definition Editor out of the box. + To use these features, import the sample projects into Eclipse 3.2.2 with WTP 1.5.3 and Spring IDE 2.0 M3 or greater installed (See http://springide.org) +* Featured alternate flow versions of "ItemList" and "Sellitem" flows more prominently. +* Enhanced the JSF-based version of SellItem to take advantage of the latest simplifications in Spring Web Flow's JSF support. Please see this sample + along with the practical section in the reference manual for illustrations of how to use Spring Web Flow in a JSF environment. Changes in version 1.0.1 (08.01.2007) -------------------------------------