标签:mvc spring spring mvc 文档 web框架
Spring Web Flow的目标是成为管理web应用网页流的最好的解决方案。
SWF集成了现有的框架像Spring MVC 和JSP,适用于Servlet和Porlet环境。如果你有一个业务流程,需要一个对话式的模型而不是单纯的请求模型,那么SWF可能就是解决方案。
Spring的web模块包含了很多独立的web支持特性:
英文原文:
DispatcherServlet,
handler mapping, view resolver, and so on?—?can be fulfilled by a specialized object.Spring’s web module includes many unique web support features:
DispatcherServlet,
handler mapping, view resolver, and so on?—?can be fulfilled by a specialized object.Map supports
easy integration with any view technology.Session. This
is not a specific feature of Spring MVC itself, but rather of the WebApplicationContextcontainer(s)
that Spring MVC uses. These bean scopes are described in Section 5.5.4,
“Request, session, and global session scopes”DispatcherServlet,
handler mapping, view resolver, and so on?—?can be fulfilled by a specialized object.(Spring文档翻译)17.1.1 pring Web MVC的特性
标签:mvc spring spring mvc 文档 web框架
原文地址:http://blog.csdn.net/liuzhengyang1/article/details/40710069