Tag Archives: Spring

Using the Spring Framework and Java to Configure Development Evironments

Configuring separate development, QA and production connection configurations for a software project is a task that has many different solutions.  My solution had been to store a Spring configuration file on the application server and load DataSources from it programmatically, … Continue reading

Posted in Code | Tagged , | Leave a comment