doc updates

This commit is contained in:
Keith Donald
2008-04-06 20:44:23 +00:00
parent 0ce9602ca0
commit 367167b59b
3 changed files with 160 additions and 56 deletions

View File

@@ -11,7 +11,7 @@
User registration, login, and cart checkout are all examples of flows that can be invoked from several places in this type of application.
</para>
<para>
Spring Web Flow is the module of Spring that focuses on being the definitive solution for implementing flows.
Spring Web Flow is the module of Spring for implementing flows.
The Web Flow engine plugs into the Spring Web MVC platform and provides declarative flow definition language.
This reference guide shows you how to use and extend Spring Web Flow.
</para>
@@ -34,7 +34,7 @@
Java 1.4 or higher
</para>
<para>
Spring 2.5.2 or higher
Spring 2.5.3 or higher
</para>
</sect1>
<sect1 id="support">