1. 程式人生 > >每日一則JavaWeb---spring 各個包的作用

每日一則JavaWeb---spring 各個包的作用

org.springframework.aop-3.0.6.RELEASE

Spring的面向切面程式設計,提供AOP(面向切面程式設計)實現

org.springframework.asm- 3.0.6.RELEASE

Spring獨立的asm程式,Spring2.5.6的時候需要asmJar 包3.0.6開始提供他自己獨立的asmJar

org.springframework.aspects- 3.0.6.RELEASE

Spring提供對AspectJ框架的整合

org.springframework.beans-3.0.6.RELEASE

SpringIoC(依賴注入)的基礎實現

org.springframework.context.support-3.0.6.RELEASE

Spring-context的擴充套件支援,用於MVC方面

org.springframework.context-3.0.6.RELEASE

Spring提供在基礎IoC功能上的擴充套件服務,此外還提供許多企業級服務的支援,如郵件服務、任務排程、JNDI定位、EJB整合、遠端訪問、快取以及各種檢視層框架的封裝等

org.springframework.core-3.0.6.RELEASE

Spring3.0.6的核心工具包

org.springframework.expression-3.0.6.RELEASE

Spring表示式語言

org.springframework.instrument.tomcat-3.0.6.RELEASE

Spring3.0.6對Tomcat的連線池的整合

org.springframework.instrument-3.0.6.RELEASE

Spring3.0.6對伺服器的代理介面

org.springframework.jdbc-3.0.6.RELEASE

對JDBC的簡單封裝

org.springframework.jms-3.0.6.RELEASE

為簡化JMS API的使用而作的簡單封裝

org.springframework.orm-3.0.6.RELEASE

整合第三方的ORM框架,如hibernate,ibatis,jdo,以及 spring的JPA實現

org.springframework.oxm-3.0.6.RELEASE

Spring 對Object/XMl的對映支援,可以讓Java與XML之間來回切換

org.springframework.test-3.0.6.RELEASE

對Junit等測試框架的簡單封裝

org.springframework.transaction-3.0.6.RELEASE

為JDBC、Hibernate、JDO、JPA等提供的一致的宣告式和程式設計式事務管理

org.springframework.web.portlet-3.0.6.RELEASE

基於protlet的MVC實現

org.springframework.web.servlet-3.0.6.RELEASE

基於servlet的MVC實現

org.springframework.web.struts-3.0.6.RELEASE

整合Struts的時候的支援

org.springframework.web-3.0.6.RELEASE

SpringWeb下的工具包

做Spring還必須依賴第三方包:

① Spring 工程依賴的公共包 commons-logging-1[1].0.4.jar(只要是做Spring都需要這個包,否則工程起不來)