Storing Setting Information

lindus

New Member
I am developing a web application and this web application is to be sold to many people. The application is being developed in Java Spring. The application has a database and when sold this database could be on different locations.Where is the best way to store this database location so the Java code can find the database?I would store it in a XML file but where would it go, so that the database location can be changed easily by someone.I don't want to store it in the Spring Beans. Is there another way?
 
Back
Top