RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences.
实践Java日志框架
实践数字证书
###
工具集
KeyStore Explorer is an open source GUI replacement for the Java command-line utilities keytool and jarsigner. KeyStore Explorer presents their functionality, and more, via an intuitive graphical user interface.
实践数据库连接池之Druid
Druid是为监控而生的数据库连接池!
实践Tiles
实践sitemesh
实践JSP
JSP是在Servlet之后出现的,用于解决Servlet生成页面过于复杂麻烦,Servlet更适合逻辑,JSP用来处理页面。