You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.0 KiB
24 lines
1.0 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!DOCTYPE sidebar PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> |
|
|
|
<sidebar> |
|
<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 |
|
<ulink url="http://www.springframework.org/webflow">Spring Web Flow website</ulink>. |
|
</para> |
|
</sidebar> |