diff --git a/build-spring-webflow/resources/readme.txt b/build-spring-webflow/resources/readme.txt index 7b3d0e7e..0002505a 100644 --- a/build-spring-webflow/resources/readme.txt +++ b/build-spring-webflow/resources/readme.txt @@ -101,19 +101,19 @@ Then declare the following dependencies: org.springframework.webflow org.springframework.binding - 2.0.0 + 2.0.0.RELEASE org.springframework.webflow org.springframework.js - 2.0.0 + 2.0.0.RELEASE org.springframework.webflow org.springframework.webflow - 2.0.0 + 2.0.0.RELEASE If using JavaServerFaces: @@ -121,7 +121,7 @@ If using JavaServerFaces: org.springframework.webflow org.springframework.faces - 2.0.0 + 2.0.0.RELEASE To access jars using Ivy, add the following repositories to your Ivy config: @@ -138,15 +138,15 @@ To access jars using Ivy, add the following repositories to your Ivy config: Then declare the following dependencies in your ivy.xml: - - - + + + If using JavaServerFaces: - + -Refer to the reference documentation for more in-depth coverage on obtaining Web Flow jars using Maven or Ivy. +Refer to the reference documentation for more coverage on obtaining Web Flow jars using Maven or Ivy. 6. ADDITIONAL RESOURCES ----------------------- diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index 215f3407..b5c16314 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -23,9 +23,8 @@ What this guide covers This guide covers all aspects of Spring Web Flow. - It is organized into two major sections, a Users Section followed by an Architects Section. - The Users Section covers implementing flows in end-user applications and working with the feature set. - The Architects Section covers extending the framework and the overall architectural model. + It covers implementing flows in end-user applications and working with the feature set. + It also covers extending the framework and the overall architectural model. @@ -34,18 +33,130 @@ Java 1.4 or higher - Spring 2.5.3 or higher + Spring 2.5.4 or higher - Where to get additional support + Where to get support - Professional "from the source" support on Spring Web Flow is available from + Professional from-the-source support on Spring Web Flow is available from SpringSource, the company behind Spring, and Ervacon, operated by Web Flow project co-founder Erwin Vervaet - - Spring Community support is available at www.springframework.org - + + Where to follow development + + You can help make Web Flow best serve the needs of the Spring community by interacting with developers + at the Spring Community Forums. + + + Report bugs and influence the Web Flow project roadmap using the Spring Issue Tracker. + + + Subscribe to the Spring Community Portal for the latest Spring news and announcements. + + + + How to obtain Web Flow artifacts from Maven or Ivy + + Each jar in the Web Flow distribution is available in the SpringSource Bundle Repository. + These jars may be accessed using Maven or Ivy dependency managers. + Each jar is also an OSGI-compliant bundle. + + + Accessing Web Flow with Maven + + To access jars using Maven, add the following repositories to your Maven pom: + + + com.springsource.repository.bundles.release + SpringSource Enterprise Bundle Repository - SpringSource Releases + http://repository.springsource.com/maven/bundles/release + + + + com.springsource.repository.bundles.external + SpringSource Enterprise Bundle Repository - External Releases + http://repository.springsource.com/maven/bundles/external +]]> + + + Then declare the following dependencies: + + + org.springframework.webflow + org.springframework.binding + 2.0.0.RELEASE + + + + org.springframework.webflow + org.springframework.js + 2.0.0.RELEASE + + + + org.springframework.webflow + org.springframework.webflow + 2.0.0.RELEASE + +]]> + + + And if using JavaServerFaces: + + + org.springframework.webflow + org.springframework.faces + 2.0.0.RELEASE + +]]> + + + + Accessing Web Flow with Ivy + + To access jars using Ivy, add the following repositories to your Ivy config: + + + + + + + + + +]]> + + + Then declare the following dependencies: + + compile" /> + + +]]> + + + And if using JavaServerFaces: + + compile" /> +]]> + + + \ No newline at end of file