Joined: Fri Aug 19, 2011 5:51 am Posts: 1
|
Hi Friends,
I developed a standalone application which uses hibernate for its persistance logic and uses mysql database on php server hosting. as we know hibernate logic is with my standalone app at client side. So now i want to run that app on multiple machines.
In hibernate we write configuration file in which we should give connection url as property along with username and password of database. So is there any way that i can hide this configuration file and still make my hibernate app work on multiple systems.
Since all can see my hibernate configuration file so anyone can use my database details and get access.
please hepl me out. Thanks in advance.
|
|