justinchen
BlogJava
首页
新随笔
联系
聚合
管理
随笔 - 41 文章 - 29 trackbacks - 0
<
2024年11月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(5)
给我留言
查看公开留言
查看私人留言
随笔分类
(28)
Agile(1)
Database Access Layer & Persistence Layer (2)
Emerging Technique (1)
Inside JVM (5)
Java Common(3)
Java Report(1)
Performance (1)
Project Management (1)
Rest (3)
Solr(2)
SQL Server(1)
Tools(3)
Unit Test & Mock Test(2)
Web Architecture(2)
Web Service - CXF
随笔档案
(23)
2010年7月 (1)
2009年4月 (5)
2009年3月 (8)
2009年2月 (2)
2009年1月 (1)
2008年12月 (2)
2008年11月 (4)
收藏夹
(6)
JVM (2)
PaaS(2)
Rest(2)
Inside JVM
HotSpot: A new breed of virtual machine
Explain the JVM techniques in plain English
Java
Performance of SOAP/HTTP vs. SOAP/JMS
java performance
Java Performance blog - My Photo Markus Kohler - SAP Architect
Solr
What's new with Apache Solr
搜索
最新评论
1. re: GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM"
For free gc log analysis, send the log file to performancetestexpert@gmail.com
--Performance Expert
2. re: [绝对原创] [Java内存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"
Fantastic!!
--snowlee
3. re: 【原创】单元测试和测试驱动开发(TDD)杂谈
这个。。。
我想楼主得先把书好好翻一下,理解什么叫TDD才发表杂谈吧。。。
--打酱油的
4. re: 【原创】单元测试和测试驱动开发(TDD)杂谈
受教了!~
--海洋之心
5. re: [绝对原创] [Java内存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"[未登录]
Good stuff
--my
阅读排行榜
1. GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM" (8482)
2. How to use Eclipse Memory Analyzer to analyze JVM Memeory Issue - 3 of Series "Inside JVM"(5762)
3. Common Validation Framework - How To Validate a Java Bean (4793)
4. [绝对原创] [Java内存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"(4655)
5. Using Tool To Improve Productivity (2) - P6Spy、IronTrack SQL、SQL Profiler - SQL Monitoring and Profiling (3521)
评论排行榜
1. [绝对原创] [Java内存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"(11)
2. An Overview on Common JVM Level Problems in Java SE Application - 1 of Series "Inside JVM" (3)
3. Creating Restful Web Service instead of SOAP web service(3)
4. [绝对原创] Simplify Duplicated JDBC Code By Annotation - How can we remove Connection, Statement, and ResultSet Codes from DAO method(2)
5. GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM" (2)
我的随笔
【原创】单元测试和测试驱动开发(TDD)杂谈
Justin Chen 2010-07-13 17:34 阅读:2881 评论:2
Understanding transaction pitfalls in Java Platform
Justin Chen 2009-04-15 15:12 阅读:2848 评论:0
[原创翻译] 剖析SQL Server执行计划(Dissecting SQL Server Execution Plans) - 简介
Justin Chen 2009-04-14 22:43 阅读:2282 评论:0
[Web Architecture] An Introduction to memcached - Improve Your Web Site Performance By Cache
Justin Chen 2009-04-12 21:29 阅读:2086 评论:0
[Web Architecture] An introduction on Amazon Architecuture
Justin Chen 2009-04-11 21:27 阅读:838 评论:0
FYI - Tuning Garbage Collection Outline - From http://www.petefreitag.com/articles/gctuning/
Justin Chen 2009-04-01 17:19 阅读:1051 评论:0
[绝对原创] Use Unitils To Simplify Mock Test
Justin Chen 2009-03-30 22:30 阅读:2000 评论:1
[绝对原创] [Java内存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"
Justin Chen 2009-03-26 09:47 阅读:4655 评论:11
[绝对原创] Simplify Duplicated JDBC Code By Annotation - How can we remove Connection, Statement, and ResultSet Codes from DAO method
Justin Chen 2009-03-20 10:07 阅读:1999 评论:2
GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM"
Justin Chen 2009-03-19 22:27 阅读:8482 评论:2
Using Tool To Improve Productivity (2) - P6Spy、IronTrack SQL、SQL Profiler - SQL Monitoring and Profiling
Justin Chen 2009-03-14 21:06 阅读:3521 评论:0
Using Tool To Improve Productivity (1) - JTracert - Runtime Sequence Diagram Generator Tool
Justin Chen 2009-03-11 22:42 阅读:1751 评论:0
Why Performance Testing Result is NOT Stable - How can we avoid it?
Justin Chen 2009-03-09 23:25 阅读:1525 评论:1
Open-Source Java Report Framework Summary
Justin Chen 2009-03-01 22:28 阅读:673 评论:0
Profiling Java Performance With Perf4j
Justin Chen 2009-02-22 22:00 阅读:2058 评论:0
How to use Eclipse Memory Analyzer to analyze JVM Memeory Issue - 3 of Series "Inside JVM"
Justin Chen 2009-02-22 21:29 阅读:5762 评论:0
An Overview on Common JVM Level Problems in Java SE Application - 1 of Series "Inside JVM"
Justin Chen 2009-01-08 22:15 阅读:3278 评论:3
The Role of Dev and QA In Agile Process - How Dev and QA cooperate in Agile Process
Justin Chen 2008-12-10 13:39 阅读:1409 评论:1
Common Validation Framework - How To Validate a Java Bean
Justin Chen 2008-12-01 11:48 阅读:4793 评论:1
Inside Solr (1) - Solr Cache
Justin Chen 2008-11-11 15:05 阅读:1712 评论:0
Create Restful Web Service With CXF 2.1.X/CXF 2.2, Part 1: create a service in Tomcat (Contine) - Create client code
Justin Chen 2008-11-05 22:48 阅读:1831 评论:0
Create Restful Web Service With CXF 2.1.X/CXF 2.2, Part 1: Create a service in Tomcat
Justin Chen 2008-11-05 18:24 阅读:3497 评论:1
Creating Restful Web Service instead of SOAP web service
Justin Chen 2008-11-05 10:43 阅读:2092 评论:3