Hi
I want to create an application using Hibernate but dont know what database the end user might use. Therefore I want to let the user edit the Config file based on his database choice and deploy it. All I want to provide is a war file for the application. Could someone pls explain how it would all work - where would the config file be located (inside or outside war). Should I provide a screen in my application where the user could change the url,login,password information and then eventually it gets written to the hibernate config file somewhere
thanks
RK
|