Entries from October 2008

Thursday, October 16th, 2008

Reusing Annotation Based Controllers in Spring MVC

I was a late comer to the wonderful world of Spring. Seeing that I hate XML, I am very keen on using annotations everywhere! Everything I read said that using annotation based controllers wasn’t a good idea because they were hard to re-use due to their very fluid rules for method signatures. The first thing [...]