首页 > 代码库 > 从零单排学JavaWeb

从零单排学JavaWeb

之前是一个asp爱好者,感觉前途渺茫,特此转向Powerful的Java阵型,寻求心灵上的慰藉。

把自己遇到的问题记录下来,同时也分享给大家。

 环境-下载

1 JDK http://dlsw.baidu.com/sw-search-sp/soft/96/17531/jdk-8u11-windows-x64-8.0.11.12.1406275777.exe //之前下成32位的了,这个是64位的。

2.Eclipse http://mirror.neu.edu.cn/eclipse/technology/epp/downloads/release/luna/R/eclipse-jee-luna-R-win32-x86_64.zip //Luna版

3.Tomcat http://mirrors.hust.edu.cn/apache/tomcat/tomcat-7/v7.0.55/bin/apache-tomcat-7.0.55-windows-x64.zip //Tomcat 7.0

4.Struts2.3 http://apache.dataguru.cn//struts/binaries/struts-2.3.16.3-all.zip

5.Spring3.2.4 http://maven.springframework.org/release/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2.4.RELEASE-dist.zip

6Hibernate4.3.6 http://jaist.dl.sourceforge.net/project/hibernate/hibernate4/4.3.6.Final/hibernate-release-4.3.6.Final.zip

 环境-安装

to be continue!