Item List
Item List Alternate (same flow with the 'add item' process modeled as a subflow)
This Spring web flow sample application illustrates several features:
-
Launching flow's using bookmark-friendly, REST-style URLS
-
Use of an inline-flow, including the ability to map subflow output attributes directly into collection attributes in parent flow scope.
-
Event pattern matching, for matching eventId expressions to transitions.
-
"Always redirect on pause" - to achieve the POST+REDIRECT+GET pattern with no special coding.
-
Spring 1.2 compatible configuration, as an alternative to the Spring 2.0 support.