java相关库

http://commons.apache.org/
commons库,包括了各种常用的库如:io,lang,codex等。
——————————————–
Apache Commons IO 包绝对是好东西,地址在http://commons.apache.org/proper/commons-io/,下面用例子分别介绍:
1) 工具类
2) 输入
3) 输出
4) filters过滤
5) Comparators
6) 文件监控

http://hc.apache.org/
HttpComponents库,主要包括了HttpClient的组件,包括异步和同步方式。

——————–
smart-framework,有助于了解一个框架的实现原理。
http://git.oschina.net/huangyong/smart-framework
http://git.oschina.net/huangyong/smart-sample