J2EE资源下载、JAR包下载以及学习内容参考

1.Spring JAR
Spring的JAR包很不好找位置;还老是变
直接浏览器链接 http://repo.spring.io
最后一层链接直接访问去下载就OK:
http://repo.spring.io/simple/libs-release-local/org/springframework/spring/就是需要的JAR位置;
2.Hibernate JAR
Hibernate3 JAR包下载地址
http://sourceforge.net/projects/hibernate/files/hibernate3
较新版本的Hibenrate
http://hibernate.org/orm/
点击左侧导航栏的Downloads
3.Struts2 JAR
转至 http://struts.apache.org/ 点击Download,最上面为最新的稳定版本,下面有以前的历史版本;
4.Commons包(我们常用的有commons.lang,commons.io,commons.logging)
下载地址:http://commons.apache.org/,选择左边导航的RELEASES,根据自己要下载的包下载对应插件的JAR包
4.spring-security JAR
http://repo.spring.io/libs-release-local/org/springframework/security/spring-security/4.2.0.RELEASE/

Junit学习参考: http://blog.csdn.net/andycpp/article/details/1327147共3篇
Hibernate学习参考: http://blog.csdn.net/tanyit/article/details/6987279#_Toc251597120,内容好不好且不论,但至少能知道Hibernate知识体系包含的内容;
JDBC学习参考,深度好文: http://blog.csdn.net/jiangwei0910410003/article/details/26164629



你可能感兴趣的:(java)