J2EE開發工具下載地址

J2EE開發工具下載地址

本書所用軟件、使用版本、下載地址列表:

(1)JDK:
本書使用版本:1.5.0
官方網站:http://java.sun.com/
下載頁面:http://java.sun.com/javase/downloads/index_jdk5.jsp
下載文件:jdk-1_5_0_14-windows-i586-p.exe

(2)MySQL:
本書使用版本:5.1.22
官方網站:http://www.mysql.com/
下載頁面:http://dev.mysql.com/downloads/mysql/5.1.html
下載地址:http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-noinstall-5.1.22-rc-win32.zip/from/pick#mirrors
下載文件:mysql-noinstall-5.1.22-rc-win32.zip

SQL-Front客戶端:
本書使用版本:3.3
官方網站:http://www.sql-front.com/
下載頁面:http://www.sql-front.com/download.html
下載地址:http://www.omnipotus.com/download/SQL-Front_Setup.exe
下載文件:SQL-Front_Setup.exe

(3)Tomcat:
本書使用版本:5.5.25
官方網站:http://tomcat.apache.org/
下載頁面:http://tomcat.apache.org/download-55.cgi
下載地址:http://apache.mirror.phpchina.com/tomcat/tomcat-5/v5.5.25/bin/apache-tomcat-5.5.25.exe
下載文件:apache-tomcat-5.5.25.exe

(4)Eclipse:
本書使用版本:3.1.1
官方網站:http://www.eclipse.org/
下載頁面:http://archive.eclipse.org/eclipse/downloads/index.php
下載地址:http://archive.eclipse.org/eclipse/downloads/drops/R-3.1.1-200509290840/download.php?dropFile=eclipse-SDK-3.1.1-win32.zip
下載文件:eclipse-SDK-3.1.1-win32.zip

Eclipse中文語言包:
下載頁面:http://archive.eclipse.org/eclipse/downloads/drops/L-3.1.1_Language_Packs-200510051300/index.php
下載文件:NLpack1_FeatureOverlay-eclipse-SDK-3.1.1.zip,NLpack1-eclipse-SDK-3.1.1a-win32.zip

MyEclipse:
本書使用版本:4.0.2
官方網站:http://www.myeclipseide.com/
下載頁面:http://www.myeclipseide.com/module-htmlpages-display-pid-4.html
下載地址:http://www.myeclipseide.com/Downloads-req-getit-lid-45.html
下載文件:EnterpriseWorkbenchInstaller_4.0.2GA_E3.1.exe

(5)CVS:
本書使用版本:2.5
官方網站:http://www.cvsnt.org/
下載頁面:http://www.cvsnt.org/
下載地址:http://www.march-hare.com/downloads/(S(2dgeeg55tshsv245f4oitq55))/index.aspx
下載文件:cvsnt-2.5.03.2382.msi

(6)Struts:
本書使用版本:1.2.9
官方網站:http://struts.apache.org/
下載頁面:http://struts.apache.org/1.2.9/index.html
下載地址:http://archive.apache.org/dist/struts/binaries/struts-1.2.9-bin.zip
下載文件:struts-1.2.9-bin.zip

(7)Struts2:
本書使用版本:2.0.9
官方網站:http://struts.apache.org/
下載頁面:http://struts.apache.org/2.0.9/index.html
下載地址:http://archive.apache.org/dist/struts/binaries/struts-2.0.9-all.zip
下載文件:struts-2.0.9-all.zip

(8)Hibernate:
本書使用版本:3.0
官方網站:http://www.hibernate.org/
下載頁面:http://sourceforge.net/project/showfiles.php?group_id=40712
下載地址:http://downloads.sourceforge.net/hibernate/hibernate-3.0.zip?modtime=1112314767&big_mirror=1
下載文件:hibernate-3.0.zip

MiddleGen-Hibernate:
本書使用版本:2.1
官方網站:http://boss.bekk.no/boss/middlegen/
下載頁面:http://sourceforge.net/project/showfiles.php?group_id=36044
下載地址:http://downloads.sourceforge.net/middlegen/middlegen-2.1.zip?modtime=1096973436&big_mirror=0
下載文件:middlegen-2.1.zip

(9)Spring:
本書使用版本:2.0.6
官方網站:http://www.springframework.org/
下載頁面:http://www.springframework.org/download
下載地址:http://downloads.sourceforge.net/springframework/spring-framework-2.0.6.zip
下載文件:spring-framework-2.0.6.zip


(10)Ant:
本書使用版本:1.7.0
官方網站:http://ant.apache.org/
下載頁面:http://ant.apache.org/bindownload.cgi
下載地址:http://apache.mirror.phpchina.com/ant/binaries/apache-ant-1.7.0-bin.zip
下載文件:apache-ant-1.7.0-bin.zip
說明:考慮到版權問題,我們只提供了這些軟件的下載鏈接地址。這些下載地址在本書寫作時都已經經過了驗證確認,有些鏈接也許需要您註冊登錄後才能夠下載。如果下載的鏈接地址不存在,則表明該網站已經移除了該鏈接,請您在指定的官方網站上找到下載的頁面來下載對應版本的文件。

本書配套光盤包含以下目錄:


1.blank目錄

在該目錄下包含了本書架構過程中,部署每一種技術所需要的jar、tld、xml等各種技術配置的原始文件,以"_blank"命名結尾。包括:
(1)jdbc_blank:連接MySQL的JDBC驅動程序,及數據庫連接測試jsp代碼;
(2)struts_blank:構建Struts環境的jar、tld、xml文件;
(3)struts2_blank:構建Struts2環境的jar、tld、xml文件;
(4)log4j_blank:構建Log4j環境的jar、properties文件;
(5)sitemesh_blank:構建Sitemesh環境的jar、tld、xml及裝飾文件樣例;
(6)dbcp_blank:構建DBCP環境的jar文件,及struts-config.xml連接樣例;
(7)hibernate_blank:構建Hibernate環境的jar文件,及配置文件hibernate.cfg.xml、管理類文件HibernateSessionFactory.java;
(8)junit_blank:構建Junit環境的jar文件;
(9)spring_blank:構建Spring環境的jar、tld、xml文件;

在本書的案例構建過程中,將會明確說明從以上的原始目錄進行環境的搭建。

2.source目錄

該目錄下包含了本書開發的所有架構原型程序包、系統及數據庫。該目錄下包含了三部分源代碼:

首先是四個入門樣例源代碼:
(1)StrutsTest.zip:Struts快速入門樣例
(2)HibernateTest.zip:Hibernate快速入門樣例
(3)SpringTest.zip:Spring快速入門樣例
(4)Struts2Test.zip:Struts2快速入門樣例

下面爲十個軟件架構原型源程序包,命名中的技術是相應架構的構建技術:
(1)demo(JSP).zip
(2)demo(JSP+JavaBean).zip
(3)demo(JSP+JavaBean+Servlet).zip
(4)demo(Struts).zip
(5)demo(Struts+Hibernate).zip
(6)demo(Spring).zip
(7)demo(Sprint+Hibernate).zip
(8)demo(Struts+Spring).zip
(9)demo(Struts+Spring+Hibernate).zip
(10)demo(Struts2+Spring+Hibernate).zip

下面爲開發的系統源代碼:
(1)demo_ssh_address.zip:基於Struts+Spring+Hibernate的個人通訊錄系統
(2)demo_ssh_oa.zip:基於Struts+Spring+Hibernate的辦公自動化系統
(3)demo_ssh2_oa.zip:基於Struts2+Spring+Hibernate的辦公自動化系統

另外,database.zip爲上面的系統所使用的MySQL數據庫文件及其建表SQL。

提示:source目錄中共提供了4個入門樣例、10個架構原型包、3個OA程序包,幷包含數據庫的腳本database.zip。讀者在按照1.4節配置好MTEC的開發環境後,可以使用下面的方法運行這17個程序:首先將要運行的程序包解壓縮到Eclipse的工作目錄(如D:\eclipse\workspace),單擊Eclipse左側的項目工作區空白處,單擊鼠標右鍵,在彈出的右鍵菜單中選擇"導入",然後在彈出的導入窗口中選擇"從現有項目到工作空間中",並選擇剛纔解壓縮後的程序目錄,單擊"確定"即可導入到Eclipse中。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章