spring-web-4.3.3与spring-webmvc-4.3.3的区别

spring-web-4.3.3

  • http(http协议的实现类)和web包(应用,上下文,会话,cookies,过滤器等等)

spring-webmvc-4.3.3

  • 主要是一些view层的核心封装,提供各前端技术及标签支持。
  • servlet包(各种view引擎:FreeMarker,Velocity,Jasper,Tiles,Grooy的配置;各种处理器;国际化i118n;mvc中的Controller的定义;基于cookies,会话的主题配置;各种HTML标签的对应类)

原文地址:https://www.cnblogs.com/rgqancy/p/8641946.html