2
votes
How do you maintain java webapps in different staging environments?
I just use different Spring XML configuration files for each machine, and make sure that all the bits of configuration data that vary between machines is referenced by beans that load from those Sp …
0
votes
