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

android - Cannot use ndk-build on Cygwin -

sql server - python to mssql encoding problem -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -