java - What is a good method of persisting application properties? -


I have a series of applications in which all have different types

type, bullets, dates , Timestamps, or strings can be included.

I need to provide the ability to change these properties for administrative users and the system has to remember / continue in a file.

I'm looking for the best practice method to keep these app properties stored and replace them as well as to load them.

Especially for this purpose there is a feature of Java - properties Here's a great article about this


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -