Embed presentation
Downloaded 170 times
















![Sample flow
<flow xmlns="http://www.springframework.org/schema/webflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/
webflow
http://www.springframework.org/schema/webflow/spring-
webflow-2.0.xsd">
[variables]
[input parameters]
[states]
</flow>](https://image.slidesharecdn.com/webflow-130123033703-phpapp01/85/Spring-Web-Flow-A-little-flow-of-happiness-17-320.jpg)









![JSF
<h:form>
<h:commandButton action="save"
value="#{msg['buttons.save']}" />
<h:commandButton action="cancel"
value="#{msg['buttons.cancel']}"
immediate="true" />
</h:form>](https://image.slidesharecdn.com/webflow-130123033703-phpapp01/85/Spring-Web-Flow-A-little-flow-of-happiness-27-320.jpg)






























Spring Web Flow provides a framework for modeling complex navigation flows in web applications. It introduces the concept of flows, which define navigation through a series of states. States can include view states, action states, and decision states. Variables can be defined and shared across scopes like request, view, flow, and conversation. SWF integrates with Spring MVC and other frameworks and aims to simplify navigation management compared to alternatives.
















![Sample flow
<flow xmlns="http://www.springframework.org/schema/webflow"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/
webflow
http://www.springframework.org/schema/webflow/spring-
webflow-2.0.xsd">
[variables]
[input parameters]
[states]
</flow>](https://image.slidesharecdn.com/webflow-130123033703-phpapp01/85/Spring-Web-Flow-A-little-flow-of-happiness-17-320.jpg)









![JSF
<h:form>
<h:commandButton action="save"
value="#{msg['buttons.save']}" />
<h:commandButton action="cancel"
value="#{msg['buttons.cancel']}"
immediate="true" />
</h:form>](https://image.slidesharecdn.com/webflow-130123033703-phpapp01/85/Spring-Web-Flow-A-little-flow-of-happiness-27-320.jpg)




























