文件名称:spring-webflow-reference
文件大小:343KB
文件格式:PDF
更新时间:2015-06-16 09:00:54
spring-webflow-reference spring
spring-webflow-reference Spring Web Flow 2 Reference Guide Reference Documentation Keith Donald, SpringSource Erwin Vervaet, Ervacon Jeremy Grelle, SpringSource Scott Andrews, SpringSource Rossen Stoyanchev, SpringSource Version 2.0.0 Preface Many web applications require the same sequence of steps to execute in different contexts. Often these sequences are merely components of a larger task the user is trying to accomplish. Such a reusable sequence is called a flow. Consider a typical shopping cart application. User registration, login, and cart checkout are all examples of flows that can be invoked from several places in this type of application. Spring Web Flow is the module of Spring for implementing flows. The Web Flow engine plugs into the Spring Web MVC platform and provides declarative flow definition language. This reference guide shows you how to use and extend Spring Web Flow.