Spring Web Flow 2.3.1 is now available for download. This maintenance release includes an upgrade to Spring 3.1.1, JavaServer Faces 2.1.7 along with a number of bug fixes. For those tracking the project it is now hosted on Github including a separate issue repository to help reproduce issues based on one of several project templates.
Spring Web Flow 2.3 is now available for download. You can review what's new in the reference documentation, see the complete changelog, or download the release. A few of the highlights include:
In this 5th post of the series describing Spring 3.1 M1 features, I will focus on web applications. In the first half I'll discuss enhancements to the MVC XML namespace. Then I'll show how to create the equivalent of the MVC namespace with all Java configuration. At the end I mention some of the Servlet 3.0 related configuration changes you can expect in 3.1 M2. Spring MVC 3.0 provided a custom MVC namespace. The centerpiece of the namespace -- the element, configured everything required to process requests with annotated controller methods. More importantly though it…
I'm pleased to announce the availability of Spring Web Flow 2.2: Please check out the updated documentation and samples for details. Download | What's New | Changelog
Building on the JSF 2 support in M1 this release features: Full Changelog | Download Note that documentation is not yet updated. Please use the sample code provided with the distribution and the comments in the appropriate JIRA tickets.
I'm pleased to announce the first milestone of Spring Web Flow 2.2 is now available for download. The release is also available through the Maven milestone repository at http://maven.springframework.org/milestone. As with Spring Web Flow 2.1, this release requires JDK 1.5, Spring 3 and Spring Security 3. The main focus of the release is to address the needs of JSF users by extending the list of supported JSF 2 features. Not long ago Web Flow 2.1 made it possible to use JSF 2 dependencies without the need for the separate Sun Facelets jar that is commonly used with JSF 1.2 today. In Spring Web…
The first maintenance release in the 2.1 branch of Spring Web Flow is now available for download.
Spring Web Flow 2.1 built on Spring 3.0.3 is now final and available for download. Please, see the appropriate section in the documentation for an overview of what's new in this release. Download | Documentation
Dear Spring Community, The first release candidate of Spring Web Flow 2.1.0 is now available for download. Download | Change Log | Documentation In this release the Web Flow documentation has been updated for all available changes. Please see the "What's New In Spring Web Flow" section in the documentation for a good overview. Rossen Stoyanchev
Spring Web Team