java - placing properties in database instead of property file -
java, placing , loading properties database instead of property file better approach ?
advantages if place in db.
- it can centrally shared.
- if want retrieve particular key don't need load whole data can uniquely obtain value key.
- dbms reliable file io.
advantages of properties file :
- if data size smaller storing in properties file beneficial.
Comments
Post a Comment