乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      使用Spring3.x需要的jar包及作用總結(jié)

       LibraryPKU 2013-08-28
      Spring3.X以后jar包進(jìn)行了重構(gòu),取消了原來(lái)2.X版本中的總的spring.jar包,而是把總包中的功能全部分開打包。正在向osgi靠攏。
      Spring官網(wǎng)提供了共20個(gè)包,各個(gè)包的作用如下:

      org.springframework.aop-3.0.6.RELEASE

      Spring的面向切面編程,提供AOP(面向切面編程)實(shí)現(xiàn)

      org.springframework.asm- 3.0.6.RELEASE

      Spring獨(dú)立的asm程序,Spring2.5.6的時(shí)候需要asmJar 包3.0.6開始提供他自己獨(dú)立的asmJar

      org.springframework.aspects- 3.0.6.RELEASE

      Spring提供對(duì)AspectJ框架的整合

      org.springframework.beans-3.0.6.RELEASE

      SpringIoC(依賴注入)的基礎(chǔ)實(shí)現(xiàn)

      org.springframework.context.support-3.0.6.RELEASE

      Spring-context的擴(kuò)展支持,用于MVC方面

      org.springframework.context-3.0.6.RELEASE

      Spring提供在基礎(chǔ)IoC功能上的擴(kuò)展服務(wù),此外還提供許多企業(yè)級(jí)服務(wù)的支持,如郵件服務(wù)、任務(wù)調(diào)度、JNDI定位、EJB集成、遠(yuǎn)程訪問、緩存以及各種視圖層框架的封裝等

      org.springframework.core-3.0.6.RELEASE

      Spring3.0.6的核心工具包

      org.springframework.expression-3.0.6.RELEASE

      Spring表達(dá)式語(yǔ)言

      org.springframework.instrument.tomcat-3.0.6.RELEASE

      Spring3.0.6對(duì)Tomcat的連接池的集成

      org.springframework.instrument-3.0.6.RELEASE

      Spring3.0.6對(duì)服務(wù)器的代理接口

      org.springframework.jdbc-3.0.6.RELEASE

      對(duì)JDBC的簡(jiǎn)單封裝

      org.springframework.jms-3.0.6.RELEASE

      為簡(jiǎn)化JMS API的使用而作的簡(jiǎn)單封裝

      org.springframework.orm-3.0.6.RELEASE

      整合第三方的ORM框架,如hibernate,ibatis,jdo,以及 spring的JPA實(shí)現(xiàn)

      org.springframework.oxm-3.0.6.RELEASE

      Spring 對(duì)Object/XMl的映射支持,可以讓Java與XML之間來(lái)回切換

      org.springframework.test-3.0.6.RELEASE

      對(duì)Junit等測(cè)試框架的簡(jiǎn)單封裝

      org.springframework.transaction-3.0.6.RELEASE

      為JDBC、Hibernate、JDO、JPA等提供的一致的聲明式和編程式事務(wù)管理

      org.springframework.web.portlet-3.0.6.RELEASE

      基于protlet的MVC實(shí)現(xiàn)

      org.springframework.web.servlet-3.0.6.RELEASE

      基于servlet的MVC實(shí)現(xiàn)

      org.springframework.web.struts-3.0.6.RELEASE

      整合Struts的時(shí)候的支持

      org.springframework.web-3.0.6.RELEASE

      SpringWeb下的工具包

       

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

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

      ② 使用SpringAOP功能時(shí)依賴的包
       aspectjweaver-1[1].5.3.jar
      aopalliance-1.0.jar  (下載:http://mirrors./maven2/aopalliance/aopalliance/1.0/)

      ③ 使用SpringJDBC功能時(shí)依賴的包
      commons-dbcp.jar (下載:http://commons./dbcp/download_dbcp.cgi)
      commons-pool.jar (下載:http://mirrors./maven2/commons-pool/commons-pool/)
      commons-collections-2.1.1.jar


        本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
        轉(zhuǎn)藏 分享 獻(xiàn)花(0

        0條評(píng)論

        發(fā)表

        請(qǐng)遵守用戶 評(píng)論公約

        類似文章 更多