spring包分析(转)

http://my.oschina.net/xiejunbo/blog/343356

一.spring包分析

org.springframework.aop- 3.0.0.RELEASE: 面向切面编程,提供AOP实现。

 

org.springframework.asm- 3.0.0.RELEASE:独立的asm程序,Spring2.5.6的时候需要asmJar 包.3.0开始提供他自己独立的asmJar

 

org.springframework.aspects- 3.0.0.RELEASE:提供对AspectJ框架的整合

 

org.springframework.beans- 3.0.0.RELEASE:SpringIoc(依赖注入)的实现

 

org.springframework.context.support- 3.0.0.RELEASE:spring-context的扩展支持,用于MVC方面

 

org.springframework.context- 3.0.0.RELEASE:Spring提供在基础IoC功能上的扩展服务,此外还提供许多企业级服务的支持,如邮件服务、任务调度、JNDI定位、EJB集成、远程访问、缓存以及各种视图层框架的封装等

 

org.springframework.core- 3.0.0.RELEASE:Spring的核心工具包

 

org.springframework.expression- 3.0.0.RELEASE:Spring表达式语言支持包

 

org.springframework.instrument.tomcat- 3.0.0.RELEASE:Spring对Tomcat连接池的集成

 

org.springframework.instrument- 3.0.0.RELEASE:Spring对服务器的代理接口

 

org.springframework.jdbc- 3.0.0.RELEASE:Spring对JDBC的简单封装

 

org.springframework.jms- 3.0.0.RELEASE:封装JMS API

 

org.springframework.orm- 3.0.0.RELEASE:整合第三方的ORM框架,如Hibernate,mybatis等

 

org.springframework.oxm-3.0.0.RELEASE:Spring对Object/XML的映射支持,可以让Java与xml之前来回切换。

 

org.springframework.test- 3.0.0.RELEASE:Spring对Junit測試框架的簡單封裝

 

org.springframework.transaction- 3.0.0.RELEASE:對JDBC,Hibernate,JDO,JPA等提供的一致的聲明式和編程式事務管理

 

org.springframework.web.portlet- 3.0.0.RELEASE:SpringMVC的增強支持包

 

org.springframework.web.servlet- 3.0.0.RELEASE:對Javaee Servlet的支持

 

org.springframework.web.struts- 3.0.0.RELEASE:提供對整合struts框架的支持

 

org.springframework.web- 3.0.0.RELEASE:SpringWeb下的工具包

 

mybatis-spring-1.2.1.jar:Spring整合mybatis時的支持包

posted @ 2016-05-03 17:05  guodaxia  阅读(158)  评论(0编辑  收藏  举报