Archive for the tag 'build'

Oct 31 2007

Deploying your app in several environments

Published by under Java

I have a strong aversion to custom build steps and generation of code. I do have to do it sometimes, but I don’t like it. If I generate a WAR for my application I should not need to generate a new one for each environment I need to deploy it in. Joris Kuipers [...]

No responses yet