Skip to main content

Diigo Home

Spring Web Flow 2: A boon to JSF developers - JavaWorld - The Diigo Meta page

www.javaworld.com/...jw-11-intro-to-swf2.html - Cached

This link has been bookmarked by 5 people . It was first bookmarked on 14 Nov 2008, by Fyun Li.

  • 29 Jul 09
  • 14 Dec 08
    ehsavoie
    Emmanuel Hugonnet

    Spring Web Flow 2 supports JavaServer Faces technology through the new Spring Faces module. Spring Faces lets you use JSF as a view technology in Web applications, with the Spring MVC Web framework underneath. Not only does Spring Web Flow 2 address a few thorny JSF programming issues, but it also it gives you advanced features available only in the JSF 2.0 specification.

    jsf springWebFlow tutorial

  • 21 Nov 08
  • 14 Nov 08
    • Spring Web Flow is fundamentally a workflow engine designed to manage page navigation outside of Java programs. The Spring Web Flow 2 release offers substantial enhancements
      over its predecessor, however. In particular, the newly introduced Spring Faces module improves Spring's support for JSF.
      This module allows you to use JSF as a view technology in Web applications on top of Spring MVC.