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..Sunday, April 19th, 2009 Posted in Eclipse, Editor | No Comments »
Edit multiple resource bundles file with plain text editor is error prone. It is difficult to detect the missing of certian entry in one of the file. It is also ... Read more..Saturday, September 27th, 2008 Posted in Eclipse, Java | No Comments »
Cycle dependency among packages is dependency among package where 2 or more packages depend on each other. For example, package A depend on package B, while package B also depend ... Read more..