A

Amey Dhoke's Is This A Blog?

I write my opinion about technical stuff that I come across
in my project and about the stuff that I personally do.

  • Rated2.0/ 5
  • Updated 11 Years Ago

Recent blog posts from Is This A Blog?


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......
11 Years Ago
BlogAdda
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......
13 Years Ago
BlogAdda
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......
13 Years Ago
BlogAdda
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......
13 Years Ago
BlogAdda
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......
14 Years Ago
BlogAdda
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
BlogAdda