zoukankan      html  css  js  c++  java
  • Spring Framework------>version4.3.5.RELAESE----->Reference Documentation学习心得----->Spring Framework中web相关的知识(概述)

    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. 
    学习的过程中总会得到一些心得体会,认真地将它们记录下来并分享给每一个愿意花费时间去阅读它们的人,然后意外地收获某个读者的评论,从而激发出新的感想,是一件十分令人欢快的事。如果你也在研习这方面的知识,欢迎加入到我们的队伍中来,和我们一起进步吧(^_^)
  • 相关阅读:
    HDU 2201 熊猫阿波问题==金刚坐飞机问题
    HDU 2100 (模拟进制加法)
    HDU 2151 Worm
    qsort快速排序
    HDU 1007 (最近点对+qsort对结构体的排序!!!)
    HDU 1348 wall (简单凸包)
    HDU 1392 Surround the Trees(凸包模板)
    HDU 1431素数回文
    HDU 2108 Shape of HDU(判断拐点)
    HDU 2857 Mirror and Light(镜面反射模板)
  • 原文地址:https://www.cnblogs.com/lxrm/p/6253489.html
Copyright © 2011-2022 走看看