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
June 2010
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
SiteMesh is a web page layout and decoration framework, which can be used to select the layout and style of the web application's user interface when certain criterias are met. I will not go into any details, because Will Iverson has written an article, which gives the reader a good introduction to Sitemesh framework. Even […] Read more