Should Development / Testing / QA / Staging environments be similar?
- by Walter White
Hi all,
After much time and effort, we're finally using maven to manage our application lifecycle for development. We still unfortunately use ANT to build an EAR before deploying to Test / QA / Staging.
My question is, while we made that leap forward, developers are still free to do as they please for testing their code. One issue that we have…