show/hide this revision's text 2 added 198 characters in body

If you are using XML configuration:

Put your database settings in a Spring configuration called "database-config.xml" and import it in the other configuration files.

<import resource="database-config.xml"/>

As to how you share it among three applications is more of a Configuration Management issue. You could use ant / maven to check it out of a repository and move it into the correct location.

show/hide this revision's text 1

If you are using XML configuration:

Put your database settings in a Spring configuration called "database-config.xml" and import it in the other configuration files.

<import resource="database-config.xml"/>