JonAustin1905
Programmer
I've got a prototype app running, which management are very eager to deploy..
Which is unsurprising, as it tramples on the original version.
However it's using Spring/Hibernate, and the connection object is instatiated at server initialization, based on the settings in the Hibernate properties file.
In the prototype, it connects from the DEV platform, to the DEV DB.. All's well..
However when deployed, we log in from the QA platform, to a number of QA, or Production DB's..
Does anyone know how we can go about making this dynamic?
Thanks,
~ Jon
Which is unsurprising, as it tramples on the original version.
However it's using Spring/Hibernate, and the connection object is instatiated at server initialization, based on the settings in the Hibernate properties file.
In the prototype, it connects from the DEV platform, to the DEV DB.. All's well..
However when deployed, we log in from the QA platform, to a number of QA, or Production DB's..
Does anyone know how we can go about making this dynamic?
Thanks,
~ Jon