I have an application which locally runs against a mysql database but for QA and PROD we're using Oracle 10G. It's quite easy to setup a generic application context by injecting the correct property values. I'm using Cocoon-Spring-Configurator do load the correct properties once the application Context is initialized.
Below my configuration:
Some example property values for Mysql:
Some example property values for Oracle:
No comments:
Post a Comment