From dfd00bc6145ffda5e8e6cf2af93f9e37c10c2fee Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 21 Aug 2007 07:16:04 +0000 Subject: [PATCH] updated for spring-faces.jar --- spring-webflow/readme.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/spring-webflow/readme.txt b/spring-webflow/readme.txt index 6ef0ac22..f1cf6136 100644 --- a/spring-webflow/readme.txt +++ b/spring-webflow/readme.txt @@ -52,14 +52,18 @@ optional, i.e. just necessary for certain functionality. * spring-webflow-2.0-m1.jar - Contents: The Spring Web Flow system - Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-web, spring-binding, OGNL - [Log4J, Xerces, XML APIs, spring-webmvc, spring-mock, JUnit, Servlet API, Portlet API, JMX, - Struts, JSF] + [Log4J, Xerces, XML APIs, spring-webmvc, spring-mock, JUnit, Servlet API, Portlet API, JMX, Struts] * spring-binding-2.0-m1.jar - Contents: The Spring Data Binding framework, an internal library used by SWF - Dependencies: Commons Logging, spring-beans, spring-core, spring-context [Log4J] +* spring-faces-2.0-m1.jar +- Contents: The Spring Faces module, containing Spring Web Flow's integration with Java Server Faces (JSF) and additional JSF functionality. +- Dependencies: spring-webflow, JSF, Unified EL + [Shale Remoting] + For an exact list of Spring Web Flow project dependencies see "projects/spring-webflow/ivy.xml". 4. WHERE TO START