83 lines
2.3 KiB
XML
83 lines
2.3 KiB
XML
<?xml version='1.0' encoding="iso-8859-1"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
"../lib/docbook-dtd/docbookx.dtd"
|
|
[
|
|
<!ENTITY overview SYSTEM "overview.xml">
|
|
<!ENTITY flow-definition SYSTEM "flow-definition.xml">
|
|
<!ENTITY flow-execution SYSTEM "flow-execution.xml">
|
|
<!ENTITY flow-execution-repository SYSTEM "flow-execution-repository.xml">
|
|
<!ENTITY flow-executor SYSTEM "flow-executor.xml">
|
|
<!ENTITY practical SYSTEM "practical.xml">
|
|
]>
|
|
|
|
<book>
|
|
|
|
<bookinfo>
|
|
<title>Spring Web Flow</title>
|
|
<subtitle>Reference Documentation</subtitle>
|
|
<releaseinfo>Version 1.0.3</releaseinfo>
|
|
<pubdate>April 2007</pubdate>
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Keith</firstname>
|
|
<surname>Donald</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Erwin</firstname>
|
|
<surname>Vervaet</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Ross</firstname>
|
|
<surname>Stoyanchev</surname>
|
|
</author>
|
|
</authorgroup>
|
|
<legalnotice>
|
|
<para>
|
|
Copies of this document may be made for your own use and for
|
|
distribution to others, provided that you do not charge any
|
|
fee for such copies and further provided that each copy
|
|
contains this Copyright Notice, whether distributed in print
|
|
or electronically.
|
|
</para>
|
|
</legalnotice>
|
|
</bookinfo>
|
|
|
|
<dedication>
|
|
<title>Sponsors</title>
|
|
<para>
|
|
<emphasis>
|
|
Spring Web Flow would not be possible without the investment of its sponsors:
|
|
<ulink url="http://www.interface21.com/">Interface21</ulink> and
|
|
<ulink url="http://www.ervacon.com">Ervacon</ulink>.
|
|
</emphasis>
|
|
</para>
|
|
<para>
|
|
<inlinemediaobject>
|
|
<imageobject role="fo">
|
|
<imagedata fileref="images/logo-interface21.png" format="PNG"/>
|
|
</imageobject>
|
|
<imageobject role="html">
|
|
<imagedata fileref="images/logo-interface21.png" format="PNG"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
<inlinemediaobject>
|
|
<imageobject role="fo">
|
|
<imagedata fileref="images/logo-ervacon.png" format="PNG"/>
|
|
</imageobject>
|
|
<imageobject role="html">
|
|
<imagedata fileref="images/logo-ervacon.png" format="PNG"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</para>
|
|
</dedication>
|
|
|
|
<toc />
|
|
|
|
&overview;
|
|
&flow-definition;
|
|
&flow-execution;
|
|
&flow-execution-repository;
|
|
&flow-executor;
|
|
&practical;
|
|
|
|
</book> |