1,讲述Java SSL的小例子:http://stilius.net/java/java_ssl.php
SSL与X.509的好文:http://www.zytrax.com/tech/survival/ssl.html
2,J2EE集群技术揭秘:http://www.theserverside.com/news/1364410/Under-the-Hood-of-J2EE-Clustering
3,内存详解:讲述JVM怎么使用操作系统内存以及一些操作系统内存相关基础实用知识
Windows&&Linux:http://www.ibm.com/developerworks/cn/java/j-nativememory-linux/
AIX:https://www.ibm.com/developerworks/cn/java/j-nativememory-aix/
4,hash存储:通过分析JDK代码讲述hash存储细节
http://www.ibm.com/developerworks/cn/java/j-lo-hash/
5,NIO:介绍NIO的好文,include<hints, tips, suggestions and caveats>
http://rox-xmlrpc.sourceforge.net/niotut/
6,数据库索引技术介绍
http://www.cnblogs.com/kissknife/archive/2009/03/30/1425534.html
7,从WSDL开始写Webservice的例子(基于Apache CXF和Sun Metro实现)
http://www.jroller.com/gmazza/entry/web_service_tutorial
8,介绍ORB RMI RMI-IIOP的好文:是IBM JDK的文档
9,关于应用程序安全和容器安全的好文:
http://www.javaworld.com/javaworld/jw-07-2004/jw-0726-security.html?page=1
10,NoSQL数据库笔谈
http://sebug.net/paper/databases/nosql/Nosql.html#CAP_7730791447684169_231516710
11,java位运算
http://www.cnblogs.com/highriver/archive/2011/08/15/2139600.html
12,linux开coredump