Files
spring-webflow/spring-webflow-reference/src/overview.xml
Keith Donald 367167b59b doc updates
2008-04-06 20:44:23 +00:00

51 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<preface id="preface">
<title>Preface</title>
<para>
Many web applications require the same sequence of steps to execute in different contexts.
Often these sequences are merely components of a larger task the user is trying to accomplish.
Such a reusable sequence is called a flow.
</para>
<para>
Consider a typical shopping cart application.
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 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>
</preface>
<chapter id="introduction">
<title>Introduction</title>
<sect1 id="manual-overview">
<title>What this guide covers</title>
<para>
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.
</para>
</sect1>
<sect1 id="system-requirements">
<title>What Web Flow requires to run</title>
<para>
Java 1.4 or higher
</para>
<para>
Spring 2.5.3 or higher
</para>
</sect1>
<sect1 id="support">
<title>Where to get additional support</title>
<para>
Professional "from the source" support on Spring Web Flow is available from
<ulink url="http://www.springsource.com">SpringSource</ulink>, the company behind Spring, and
<ulink url="http://www.ervacon.com">Ervacon</ulink>, operated by Web Flow project co-founder Erwin Vervaet
</para>
<para>
Spring Community support is available at <ulink url="http://www.springframework.org">www.springframework.org</ulink>
</para>
</sect1>
</chapter>