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. 
    学习的过程中总会得到一些心得体会,认真地将它们记录下来并分享给每一个愿意花费时间去阅读它们的人,然后意外地收获某个读者的评论,从而激发出新的感想,是一件十分令人欢快的事。如果你也在研习这方面的知识,欢迎加入到我们的队伍中来,和我们一起进步吧(^_^)
  • 相关阅读:
    Hbase常用Shell命令
    Hbase的安装与基本操作
    Unity3d 游戏设计(一)井字棋
    Unity3d 二、离散仿真引擎基础
    Unity3D 一、游戏
    String StringBuffer StringBulider
    Java日志记录log4j最简明教程
    使用PinYin4j.jar将汉字转换为拼音
    线性素数筛
    求一个数的约数个数 d(n)
  • 原文地址:https://www.cnblogs.com/lxrm/p/6253489.html
Copyright © 2011-2022 走看看