Monthly Archives: January 2009

OSGi for Web Applications?

Web applications are the most common type of deployments on the application servers. So, if OSGi is going to be a serious contender in the application server market, I would expect it to have great support for deploying web applications … Continue reading

Posted in Java, OSGi, Web Technologies | Tagged , , , , , | Leave a comment

Stig’s identity revealed..!

TopGear is one my favorite TV shows. One of the attractions about TopGear was the suspense about the Stig, especially after the hilarious introductions (“some say…..”) of the Stig by Jeremy Clarkson in almost every show. Today, this was revealed by BBC. … Continue reading

Posted in Cars | Tagged , , | Leave a comment

Hibernate direct field acess and encapsulation

I am a big fan of the Hibernate’s direct field access functionality. I am not sure why ”property” access is the default instead of “field”. Direct field access allows me to control the number of getters/setters that are actually needed from the DAO Client’s perspective. … Continue reading

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

Agility and large Backlogs

Backlog is used for prioritizing, tracking and communicating the work (work items) to be done in the future Iterations/Sprints. There may be multiple teams working from one backlog, but if there are more than 3-5 sprints worth of work items … Continue reading

Posted in Agile | Tagged , , , | 2 Comments

So, what is SOA?

I read so many articles about SOA and they all seem to have slightly different takes on this term. And, there are a few more related acronyms/buzzwords thrown in to the mix to confuse the audience. Sadly, some of this is … Continue reading

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