Best alternative of Property file in Java
- by Ranna
Hey I an working on the product which is live at multiple portals. The product is developed in GWT, JAVA, Hibernate.
My question is : Whether there is any alternative of using property file in java.
My Requirement :
For one property key there are multiple values in live portal for each different portal.
Each time I change property file, I need to make the war again.
The loading of any of the property should not be time-consuming.
Any help or suggession would be apprecialble !!!