Spring Framework中web相关的知识
1.概述:
参考资料:官网documentation中第22小节内容
-
- 关于spring web mvc: spring framework中拥有自己的web层框架,叫做spring web MVC,开发者可以直接使用spring MVC作为web框架,也可以不使用spring MVC,而是集成其他三方web框架,如Struts2
- 关于spring web flow:Spring Web Flow (SWF) aims to be the best solution for the management of web application page flow.
2.关于spring web MVC
2.1概述
-
-
- spring web MVC是spring framework中若干模块之中的一个
- spring web MVC提供如下功能:
- 关于spring web MVC的更多详细的功能,参见另一篇博客:spring framework中的Spring web MVC模块
-
3.关于spring web Flow
3.1概述
-
-
- Spring Web Flow (SWF) aims to be the best solution for the management of web application page flow.
- If you have a business process (or processes) that would benefit from a conversational【会话】 model as opposed to a purely request model, then SWF may be the solution.
-