Monthly Archives: February 2009

Feedback for improvement in agility

Last week, during a casual chat with our Agile evangelist, I asked about what could be improved in our team based on what he observed. He quickly said that it depends on a lot of things and that it is difficult to … Continue reading

Posted in Agile | Tagged , | Leave a comment

Application Configuration properties simplified by Spring

The combination of PropertyPlaceholderConfigurer and PropertyOverrideConfigurer classes in Spring Beans API have been invaluable for me to simplify configuration properties for a few of applications I have worked-on recently. The placeholder configurer helps us to share the properties across various … Continue reading

Posted in Java | Tagged , , , | Leave a comment

Best way to demo/learn a Java-based API

I designed and implemented a dual-API SDK at my current job. This dual-API SDK did not initially run on any application server. During this implementation, I learnt that it is best to use a dynamic language like JRuby or JPython or Groovy for … Continue reading

Posted in Java | Tagged , , , , , | 1 Comment