Java相关的好的博客推荐,在日志中做个记录,以便随时查看:
有好的博客欢迎在后面留言推荐
一、关于Java调优的博客:
1、http://www.precisejava.com/index.htm
主要内容:
Over 100 Best Practices to improve Performance in J2EE
涉及:EJB,Servlet,JSP,JDBC,JMS,Patterns
Best Practices to improve Performance in J2SE
涉及:Collections,Strings,Serialization,IO,ObjectS,Loops,Exceptions
2、 http://www.fasterj.com/articles/
3、https://github.com/chewiebug/GCViewer/downloads 提供一个JVM GC Log日志的可视化查看
4、http://java-performance.info/ 一个不错的博客
二、JMS
有关JMS整合Spring
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/jms.html
有关JMS2.0
http://www.oracle.com/technetwork/articles/java/jms20-1947669.html
http://www.oracle.com/technetwork/articles/java/jms2messaging-1954190.html
三 、JDBC
jdbc性能调优的两篇博客:
http://assets.en.oreilly.com/1/event/21/Connector_J%20Performance%20Gems%20Presentation.pdf
Best practices to improve performance in JDBC:
http://www.precisejava.com/javaperf/j2ee/JDBC.htm#JDBC114
四、Java并发博客
1、 Oracle官方Java并发教程Tutorial - Concurrency Lesson : http://docs.oracle.com/javase/tutorial/essential/concurrency/index.html
http://www.briangoetz.com/pubs.html Brian Goetz 博客,Java Concurrency in Practice. 第一作者
五、JDK Troubleshooting Java故障排除,涉及OOM、监控、内存泄露、远程DEBUG
1、jdk7 troubleshooting guide(很多同样适用于JDK6):http://docs.oracle.com/javase/7/docs/webnotes/tsg/index.html
2、Java SE 6 HotSpot[tm] Virtual Machine Garbage Collection Tuning
http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.html#par_gc.oom