Spring Web Flow所着力解决的问题即是客户端与服务器的对话(conversation)问题。这个范围比request要长,而比session要短。为实现conversation范围(即flow范围),需要付出效率上的代价。因此并非所有web应用都适合使用Spring Web Flow。
来源:http://wenku.baidu.com/view/aa763d106edb6f1aff001f43.html