Spring webflow integration with JSF
JSF developers have you ever worked on Spring webflow ? Do you miss the flash and Flowscope feature of Springwebflow ? Well if you have not used spring webflow , then you should consider post below to see how integrating JSF with Spring webflow enhance your application. Some of the notable enhancements are
- The ability to implement dynamic navigation rules that are changeable on-the-fly without a server restart
- Full forward, backward, refresh, redirect, and recursive navigation capabilities built into its flow definition language
- Modularization and encapsulation of navigation logic through the flow definition concept
Java Server Faces is a user interface component framework that consists of a standard API and two implementations – the Sun Reference Implementation and Apache MyFaces. Spring Web Flow is a controller framework that provides a language and runtime for implementing user interface control flow in a web application.
Combining both of them can do wonders for your web application. Look at the post below to find the details.

