一些看到过的java资源,包括项目,工具等,因为暂时没有时间仔细研究或者暂时没有用到,但是希望能保留这些信息以便在需要时方便找到。纯属个人收藏。
本文的主题是Performance Tuning.
一. 工具
1. eclispe memory analyzer
Eclipse Memory Analyzer是一个快速并且功能强大的Java heap分析器,能够帮助你查找内存泄漏和减少内存消耗。
http://www.eclipse.org/mat/
备注:看样子应该很不错,稍后仔细研究。
二. 文章
1. Java Performance Tuning: A Conversation With Java Champion Kirk Pepperdine
http://java.sun.com/developer/technicalArticles/Interviews/community/pepperdine_qa.html
三. 网站
1. Java Performance Tuning
http://www.javaperformancetuning.com/index.shtml