Overview
tapestry-flow = tapestry spring-webflow integration model
target version
- tapestry 4.1.2
- spring-webflow 1.0.4
Integration Strategy
- FlowService implements IEngineService
- InjectFlowState annotation : Inject flow-scope Object
- Flow Support Components ( FlowForm, FlowLink, FlowLinkSubmit, FlowSubmit)
Build and View Sample(borrowed from spring-webflow birthdate example)
- checkout trunk
- cd tapestry-flow-core
- mvn install
- cd ..
- cd tapestry-flow-samples
- mvn jetty:run