June 2010

Deploying Static and Dynamic Content With Maven Wagon Plugin

One common performance requirement for large websites is that different domain names should be used to serve static and dynamic content. The reason behind this requirement is that usually browsers do not download more than two components in parallel per domain name, because of the HTTP 1.1 specification. Thus, separating static and dynamic content under […] Read more

My Five Cents about Agile Development

Agile has become THE buzzword in the software development industry. It seems to be used almost everywhere, and some lost souls even argue that might be the closest thing of the silver bullet we have seen yet. And if you spend your days listening to sales presentations, you might be under the impression that the […] Read more