Best alternative of Property file in Java

Posted by Ranna on Programmers See other posts from Programmers or by Ranna
Published on 2013-06-28T19:09:07Z Indexed on 2013/06/28 22:28 UTC
Read the original article Hit count: 264

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 :

  1. For one property key there are multiple values in live portal for each different portal.

  2. Each time I change property file, I need to make the war again.

  3. The loading of any of the property should not be time-consuming.

Any help or suggession would be apprecialble !!!

© Programmers or respective owner

Related posts about java

Related posts about properties