Tag Archives: Spring Web Flow

Integrating Spring Web Flow with JSF

November 11, 2010

0 Comments

Introduction Spring Web Flow is a framework that provides abilities to developers to capture the workflow of a web application in the form of configurational constructs called Flows. JSF is a UI framework that provides support for developing complex user interface components along with simplified page navigation rules and event handling. In this article we [...]

email

Introduction to Spring Web Flow (SWF)

October 6, 2010

6 Comments

Introduction Spring Web Flow is a framework developed on top on Spring Web MVC that aims in capturing the flow of an application so that it is possible for the application developers to design web application based on use-cases in the form of flows. Organization of multiple flow can be easily managed through the definition [...]