A blog about software development, primarily in Java and about web applications.

Monday, August 16, 2010

Spring WAR configuration for Development, QA, and Production

Configuring applications with Spring

This is an excellent article on how to configure a Spring web application. The main point that I would like to echo is that it's important to have your build procedure create the same exact artifact for each of your environments and just externalize the configuration where necessary. This is a point often missed by developers and operations staff.

No comments: