If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Friday, September 24, 2010

Hibernate and Spring - Part 1

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