Hi,
I am working on a web application(Spring,Hibernate).
It has total 6 modules.and i generated all the DAO and Pojo and hbm files in a separate java project.
in that i used the location of properties file c:/Props/xyz.properties for reading the application configuration files.
for my web application i added this project as dependency one and using the above Dao andpojos.Its working fine to me.
I dont want to hardcode the properties file location.
It is urgent requirement to me
thanks in advance,
sureshv
I am working on a web application(Spring,Hibernate).
It has total 6 modules.and i generated all the DAO and Pojo and hbm files in a separate java project.
in that i used the location of properties file c:/Props/xyz.properties for reading the application configuration files.
for my web application i added this project as dependency one and using the above Dao andpojos.Its working fine to me.
I dont want to hardcode the properties file location.
It is urgent requirement to me
thanks in advance,
sureshv