Spring Web Flow
Spring Web Flow is a Spring MVC extension that allows implementing the "flows" of a web application. A flow encapsulates a sequence of steps that guide a user through the execution of some business task. It spans multiple HTTP requests, has state, deals with transactional data, is reusable, and may be dynamic and long-running in nature.
Spring Web Flow is a Spring MVC extension that allows implementing the "flows" of a web application. A flow encapsulates a sequence of steps that guide a user through the execution of some business task. It spans multiple HTTP requests, has state, deals with transactional data, is reusable, and may be dynamic and long-running in nature.
![]()

The sweet spot for Spring Web Flow are stateful web applications with controlled navigation such as checking in for a flight, applying for a loan, shopping cart checkout, or even adding a confirmation step to a form. What these scenarios have in common is one or more of the following traits:
Spring Web Flow provides a declarative flow definition language for authoring flows on a higher level of abstraction. It allows it to be integrated into a wide range of applications without any changes (to the flow programming model) including Spring MVC, JSF, and even Portlet web applications. The following are common issues observed in stateful web applications with navigation requirements:
Spring Web Flow provides a solution to the above issues.
Maven Artifacts
Here is the Spring Milestone Repository:
<repository>
<id>org.springframework.maven.milestone</id>
<name>Spring Maven Milestone Repository</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
Here is the dependency:
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
For JSF applications you'll need:
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-faces</artifactId>
<version>2.3.0.RELEASE</version>
</dependency>
Spring Web Flow 2.3.0 is the current production release (requires Java 1.5+)
Spring Web Flow 1.0.6 is the latest Web Flow 1.0.x release (compatible with Java 1.3+)
Download | Changelog | Announcement
Spring Web Flow nightly snapshots are available for testing and development purposes
Spring Web Flow 2.3 (current production version 2.3.0)
Spring Web Flow 1.0 (production version 1.0.6)
![]()
Quick Jump
Release Summary
Spring Web Flow 2.3.0 is the current production release (requires Java 1.5+)
Spring Web Flow 1.0.6 is the latest Web Flow 1.0.x release (compatible with Java 1.3+)
Download | Changelog | Announcement
Spring Web Flow nightly snapshots are available for testing and development purposes
Documentation
Spring Web Flow 2.3 (current production version 2.3.0)
Spring Web Flow 1.0 (production version 1.0.6)
Other Resources
Accessing Web Flow Bundles with Maven
Related Discussions
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2Fnav_sep_line.png)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2Fnav_features.png)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2Fnav_getstarted.png)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2Fnav_getinvolved.png)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2Fnav_newsevents.png)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2Fbutton_share.png)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2Fbutton_download_green.png)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2FICO_PopUp-NewWindow.png)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.springsource.org%2Fsites%2Fall%2Fthemes%2Fs2org11%2Fimages%2Fbutton_home_subscribe.png)