Content deleted Content added
No edit summary |
No edit summary |
||
Line 16:
'''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
* How do you facilitate modularization and reuse?
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.
|