Properties file in a java web application -


i have situation suppose want display hundreds of lines of string data in jsp page based on logic. save loads of string data in string array, database or property file?

have used properties file in web application before load database properties , other stuff.
can tell me properties files?
when store data in db & when go properties files?

properties file used read configuration initial setup of application have mentioned. xml based configuration files can used same purpose - reading initial configurations.

if saving logical data web application, suggest use dbms, that, advantage of acid properties , dbms systems supports reliable concurrent writes , reads.


Comments