Reputation: 1422
Is it possible to implement the properties file in a database table?
Upvotes: 2
Views: 223
Reputation: 4872
Certainly.
You can use JavaDB for this, SQL lite, MySQL etc. It is really easy to bind too.
Here are some sample projects:
http://pure-essence.net/2011/02/10/spring-loading-properties-from-database-with-a-twist/
http://www.codeproject.com/Articles/28893/Loading-Application-Properties-from-a-Database
Upvotes: 2