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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -