Java 7: Multi-catch block
I wrote a blog about using multiple exceptions catch statement long before Java 7 was released. That time, multi-catch block and better r......
12 Years Ago
Rails best practices
I am from Java/C# background and working on my first rails project. I heard in the beginning that rails has a specific style. Now, after spe......
14 Years Ago
Loading a readonly ActiveRecord object
I am working on a story, with my pair Jaju , which generates reports from database. The database has questions and answers. We want to gener......
14 Years Ago
Public defender methods - yet another Java 7 proposal
Support of lambdas and closures is the most important language feature that is proposed to ship with Java 7. With lambdas, it will be possib......
14 Years Ago
Spring AOP : Avoide JDK proxies for struts application
Spring AOP uses both JDK proxies and cglib for creating dynamic proxies. The main purpose of proxy classes is to intercept method invocation......
15 Years Ago
Do you really want moist test ?
Moist tests are the test cases that do not follow DRY(Don't repeat yourself) principle. According to this philosophy, the setup and any oth......
15 Years Ago