• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

[Spring Web Flow 2] Can Spring Web Flow work with Spring Web MVC?

 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know that Spring Web MVC is the foundation of Spring Web Flow, but I'm curious that in a web application, can we implement most parts with Spring Web MVC, and implement some complex flow with Spring Web Flow?

If so, how Spring Web MVC and Spring Web flow interact?
 
Author
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes Spring Web Flow can interact with Spring MVC. Spring Web Flow is "just" for the "navigation" inside the application. Beside the configuration of the application context you configure the flows of your application. Spring MVC and Spring Web Flow is the a very good combination.
 
reply
    Bookmark Topic Watch Topic
  • New Topic