JavaEE 文档收集

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/lewis_007/article/details/51508207

本文主要目的是收集 JavaEE 体系各流行框架的文档或 API 。当然,这里只罗列了我关注和熟悉的部分。本文会不定期更新,以便去掉一些过时的框架,加入一些新鲜元素,并尽量保持文档的最新有效。

官方文档 & API

Spring-[xxx]-Reference

这个部分是 Spring 官方提供的开发指引和 API 。

Name Version Date Resource
spring-boot-reference 1.4.0.RELEASE 2016-07-28 pdf, html, epub, api
spring-framework-reference 4.3.2.RELEASE 2016-07-28 pdf, html, epub, api
spring-security-reference 4.1.1.RELEASE 2016-07-07 pdf, html, epub, api, guides
spring-data-jpa-reference 1.10.2.RELEASE 2016-06-15 pdf, html

顺便再提两个学习 Spring 的好地方:
* https://spring.io/guides/
* https://github.com/spring-guides

出版物

Name Edition Publisher Published URL
Getting Started with Google Guava 1 Packt Publishing 2013-08-14
Introducing Maven 1 Apress 2014-11-26 GitHub
Introduction to React 1 Apress 2015-09-16
Learning Spring Boot 1 Packt Publishing 2014-11-27 GitHub
Pro JavaFX 8 1 Apress 2014-07-21
Spring Data 1 O’Reilly Media 2012-10-31
Spring in Action 4 Manning Publications 2014-11-28

猜你喜欢

转载自blog.csdn.net/lewis_007/article/details/51508207