Spring Web Flow

Spring Web Flow (SWF) is the sub-project of the Spring Framework that focuses on providing the infrastructure for building and running rich web applications. The project tries to solve 3 core problems facing web application developers:

  • How do you express page navigation rules?
  • How do you manage navigation and conversational state?
  • How do you facilitate modularization and reuse?
Spring Web Flow
Stable release
2.5.0 / March 7, 2018 (2018-03-07)
Written inJava
Operating systemCross-platform
PlatformJava Virtual Machine
TypeWeb application framework
LicenseApache License 2.0
Websitehttp://projects.spring.io/spring-webflow

In Spring Web Flow, a web flow answers all of the above questions: it captures navigational rules allowing the Spring Web Flow execution engine to manage a conversation and the associated state. At the same time, a web flow is a reusable web application module.

Since version 2.0, Spring Web Flow also introduces other additional features supporting the construction of rich web applications, such as AJAX support and tight integration with JavaServer Faces.

History

The Spring Web Flow project started as a simple extension to the Spring Web MVC framework providing web flow functionality, developed by Erwin Vervaet in 2004. In 2005 the project was introduced into the Spring portfolio by Keith Donald and grew into the official Spring sub-project it is now. The first production ready 1.0 release was made on 2006-10-26. Version 2.0, first released on 2008-04-29, saw a major internal reorganization of the framework to allow better integration with JavaServer Faces.

gollark: I decided to look into patching the emu war bounds bug but it turns out I have no clue what causes it.
gollark: ```The following checks are currently used to determine the structural quality: Number of FIXMEs No Main Headline Too many Main Headlines Incorrectly Nested Sections Many Horizontal Rules Many Forced Line Breaks Deeply Nested Quotes Single Author Only Very Small Document Very Large Document Many Headlines Few Headlines No Wiki Links Many links to non-existing pages Too much Text Formatting Long Formatted Passages Overly Formatted Text No Backlinks```
gollark: Apparently it's incompatible with the quality plugin.
gollark: You may want to not update to Hogfather.
gollark: https://www.dokuwiki.org/plugin:qc

References

    • Erwin Vervaet: The Definitive Guide to Spring Web Flow, Apress, ISBN 1-4302-1624-7
    • Marten Deinum and Koen Serneels: Pro Spring MVC: With Web Flow, Apress, ISBN 978-1-4302-4155-3


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.