3
votes
Java Web Deployment: build code, or deploy .war?
I'm firmly against building on the production box, because it means you're using a different build than you tested with. It also means every deployment machine has a different JAR/WAR file. If no …
