base on Jersey.
《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》(基于 MEAP v10)的一个中文精简。取其精华,去其糟粕,带你快速掌握 Netty ,插入配图,图文并茂方便用户理解。
本文档翻译自Jersey官方[https://jersey.java.net/documentation/latest/user-guide.html](https://jersey.java.net/documentation/latest/user-guide.html)。网上中文的资料比较少,很多博文都老了,而且Jersey的更新比较快,。
Chinese translation of the Code Conventions for the Java Programming Language document. Thisdocument contains the standard conventions that we at Sun follow and recommend that others follow. It covers filenames, file organization, indentation, comments, declarations, statements, white space, naming conventions, programming practices and includes a code example.
This is a Chinese translation of Java Servlet 3.1 Specification, and also provides a lot of useful examples about Servlet 3.1 .
This is a Chinese translation of Java Secure Socket Extension (JSSE) Reference Guide, and also provides a lot of useful examples about JSSE. 本书是《JSSE 参考指南》的中文翻译,同时提供了大量 JSSE 实例,帮助你快速理解 JSSE 的用法和原理。
It is a book about the H2 Database Engine. Through this book, you can quickly start with H2. 《H2 Database 教程》是关于 H2 Database Engine 的一个中文教程。H2 是一款短小精干的 Java 内存数据库,性能强劲。
Gradle 2 User Guide 《Gradle 2 用户指南》中文翻译
Chinese translation of the Apache Shiro 1.2.x Reference Manual(http://shiro.apache.org/reference) and the other article collection. 《Apache Shiro 1.2.x 参考手册》 中文翻译(包含了官方文档以及其他文章)
logo
Apache Cordova Development Guide.《Apache Cordova 开发指南》,中文。
Activiti 5.x User Guide 中文翻译《Activiti 5.x 用户指南》。
Essential Java, is a book about the Essentials of Java Programming.《Java 编程要点》是一本 Java 的学习教程,主要介绍 Java 中应用广泛的部分,其中也包括了最新版本 Java 8 中的新特性,也算是个人对多年 Java 开发工作的总结。取其精华,图文并茂,并通过大量实例让你走近 Java 的世界!
Github | Docker | Project
base on Jersey.