Convert all docbook XML files to well-formed docbook 5 syntax: - Include xsi:schemaLocation element for tools support - Convert all id elements to xml:id - Convert all ulink elements to link - Simplify <lineannotation> mark-up - Fix misplaced </section> tags - Fix <interface> tags to <interfacename> - Cleanup trailing whitespace and tabs Issue: SPR-10032
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<sidebar
|
|
xmlns="http://docbook.org/ns/docbook" version="5.0"
|
|
xmlns:xl="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="
|
|
http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
|
|
http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd">
|
|
<title>Spring Web Flow</title>
|
|
|
|
<para>Spring Web Flow (SWF) aims to be the best solution for the management
|
|
of web application page flow.</para>
|
|
|
|
<para>SWF integrates with existing frameworks like Spring MVC, Struts, and
|
|
JSF, in both servlet and portlet environments. If you have a business
|
|
process (or processes) that would benefit from a conversational model as
|
|
opposed to a purely request model, then SWF may be the solution.</para>
|
|
|
|
<para>SWF allows you to capture logical page flows as self-contained modules
|
|
that are reusable in different situations, and as such is ideal for building
|
|
web application modules that guide the user through controlled navigations
|
|
that drive business processes.</para>
|
|
|
|
<para>For more information about SWF, consult the
|
|
<link xl:href="http://www.springframework.org/webflow">Spring Web Flow website</link>.
|
|
</para>
|
|
</sidebar>
|