Samples of Spring Webflow based applications
-
sp_webflow_embedded_jsf: Consists in a main flow which has an embedded sub-flow. This sub-flow is executed within a modal JSF dialog. Once the sub-flow finishes, the main flow resumes its execution.
Blog post related to this project: http://xpadro.blogspot.com.es/2013/01/spring-webflow-embedding-flow-in-modal.html
-
sp_webflow_communication: Shows the different possibilities to communicate within Spring Webflow. The example covers from flow variables to communication with sub-flows.
Blog post related to this project: http://xpadro.blogspot.com.es/2013/04/communication-in-spring-webflow-2.html