gdufo

           

          eXtremeComponents安裝配置

          轉:http://hi.baidu.com/yux82/blog/item/c0bcc8b49c5415758ad4b2e3.html

          eXtremeComponents 直接下載地址http://sourceforge.net/projects/extremecomp/

          中文文檔:http://lanxin1985.javaeye.com/blog/221530

          配置:

           

          1、簡介

              Extreme Table是功能最強大而又容易配置、擴展、自定義的Table 控件,比DisplayTag要優秀一些。常用的功能包括排序、分頁、導出Excel, pdf和匯總。
              網站:http://www.extremecomponents.org
          2、安裝配置
          1)到http://www.extremecomponents.org下載eXtremeComponents,并解壓(到extremecomponents文件夾);
          2)新建一個tomcat應用;
          3)把extremecomponents文件夾下lib的minimum、xls、pdf的所有 jar文件拷貝到web應用的WEB-INF/lib下。如果不使用Excel, pdf導出功能,那么xls、pdf下的jar文件就不用拷貝;還有dist下extremecomponents的核心jar包;
          4)把extremecomponents文件夾下images拷貝到web應用的根目錄下;
          5)把extremecomponents下test文件夾的test.jsp文件拷貝到web應用的根目錄下;
          6)修改test.jsp文件以新增excel、pdf導出:在<ec:table>、<ec:row>標簽之間新增如下內容:
          <ec:exportXls fileName="president.xls" tooltip="Export Excel"/>
          <ec:exportPdf fileName="president.pdf" tooltip="Export PDF"/>
          7)把extremecomponents的extremecomponents.tld拷貝到WEB-INF/tld
          8)修改web.xml,為了使用導出功能,只需要在web.xml文件中加入eXtremeComponents的導出過濾器的配置,內容如下
          <filter>
             <filter-name>eXtremeExport</filter-name>
             <filter-class>org.extremecomponents.table.filter.ExportFilter</filter-class>
             <init-param>
              <param-name>responseHeadersSetBeforeDoFilter</param-name>
              <param-value>true</param-value>
             </init-param>
          </filter>
          <filter-mapping>
             <filter-name>eXtremeExport</filter-name>
             <url-pattern>/*</url-pattern>
          </filter-mapping>
          新增taglib
          <taglib>
             <taglib-uri>/tld/extremecomponents</taglib-uri>
             <taglib-location>/WEB-INF/tld/extremecomponents.tld</taglib-location>
          </taglib>

          posted on 2008-09-04 20:35 gdufo 閱讀(522) 評論(0)  編輯  收藏 所屬分類: Struts2

          導航

          統計

          常用鏈接

          留言簿(6)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          收藏夾

          Hibernate

          友情鏈接

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 甘南县| 松阳县| 盈江县| 镇沅| 湖南省| 红河县| 鄂伦春自治旗| 遂昌县| 桐庐县| 嘉善县| 岳西县| 阜宁县| 平原县| 宁波市| 青铜峡市| 昌黎县| 红河县| 莒南县| 文成县| 巴里| 丽江市| 乌兰县| 晴隆县| 喀喇沁旗| 河东区| 徐闻县| 涿鹿县| 日照市| 喀什市| 罗源县| 随州市| 大荔县| 读书| 章丘市| 岳阳市| 新龙县| 凤凰县| 罗山县| 长乐市| 闸北区| 灌南县|