1. 程式人生 > >spring3.0.7中各個jar包的作用總結

spring3.0.7中各個jar包的作用總結

org.springframework.context-3.0.7.RELEASE--->Spring提供在基礎IoC功能上的擴充套件服務,此外還提供許多企業級服務的支援,如郵件服務、任務排程、JNDI定位、EJB整合、遠端訪問、快取以及各種檢視層框架的封裝等
org.springframework.aop-3.0.7.RELEASE--->Spring的面向切面程式設計,提供AOP(面向切面程式設計)實現
org.springframework.beans-3.0.7.RELEASE--->SpringIoC(依賴注入)的基礎實現
org.springframework.core-3.0.7.RELEASE--->Spring3.0.7的核心工具包
org.springframework.expression-3.0.7.RELEASE--->Spring表示式語言
org.springframework.asm- 3.0.7.RELEASE--->Spring獨立的asm程式,Spring2.5.6的時候需要asmJar包3.0.7開始提供他自己獨立的asmJar
org.springframework.web-3.0.7.RELEASE--->SpringWeb下的工具包
org.springframework.aspects- 3.0.7.RELEASE--->Spring提供對AspectJ框架的整合
org.springframework.test-3.0.7.RELEASE--->對Junit等測試框架的簡單封裝
org.springframework.context.support-3.0.7.RELEASE--->Spring-context的擴充套件支援,用於MVC方面
org.springframework.instrument.tomcat-3.0.7.RELEASE--->Spring3.0.7對Tomcat的連線池的整合
org.springframework.instrument-3.0.7.RELEASE--->Spring3.0.7對伺服器的代理介面
org.springframework.jdbc-3.0.7.RELEASE--->對JDBC的簡單封裝
org.springframework.jms-3.0.7.RELEASE--->為簡化JMS API的使用而作的簡單封裝
org.springframework.orm-3.0.7.RELEASE--->整合第三方的ORM框架,如hibernate,ibatis,jdo,以及 spring的JPA實現
org.springframework.oxm-3.0.7.RELEASE--->Spring 對Object/XMl的對映支援,可以讓Java與XML之間來回切換
org.springframework.transaction-3.0.7.RELEASE--->為JDBC、Hibernate、JDO、JPA等提供的一致的宣告式和程式設計式事務管理
org.springframework.web.portlet-3.0.7.RELEASE--->基於protlet的MVC實現
org.springframework.web.servlet-3.0.7.RELEASE--->基於servlet的MVC實現
org.springframework.web.struts-3.0.7.RELEASE--->整合Struts的時候的支援