Good Java code to read for purposes of learning?

A common recommendation is to read the code of excellent programmers. I'm looking for recommendations for Java code to read for purposes of learning. I've worked through code in Tomcat and found that helpful. Am now looking for recommendations for other open-source code that is particularly well written/commented. My interest are in mainstream Java SE apps (and not looking for Swing/JavaFX/UI code). I have about three years' working experience in Java and so looking for that extra polish, rather than language basics.


Google Guava code is refined and mostly bullet proof: http://code.google.com/p/guava-libraries/source/browse/#git

You can start from base classes: http://code.google.com/p/guava-libraries/source/browse/#git%2Fguava%2Fsrc%2Fcom%2Fgoogle%2Fcommon%2Fbase

链接地址: http://www.djcxy.com/p/10606.html

上一篇: 在java中获得SuperInterfaces

下一篇: 为了学习的目的而阅读好的Java代码?