Thursday, February 18th, 2010 Posted in API, Java | No Comments »
In dynamic languages such as Groovy, each attribute have its' own pair of implied getter and setter method. Lombok offer same convenience to plain old Java, via Annotation. Below is an ... Read more..Saturday, August 30th, 2008 Posted in Java | No Comments »
Having code review is good to identify overlooked bad practice that lead to future problem. But the cost is high and the benefit is very dependent on the skill level ... Read more..Tuesday, August 12th, 2008 Posted in Automation, Java | No Comments »
JUnit is one of the de-facto standard unit testing framework, while JMeter is a popular open source load test tool. Both of them have make developers life easier. However, both JUnit ... Read more..