Gapchoos
Gapchoos

Reputation: 1422

Java Property File in MySQL

Is it possible to implement the properties file in a database table?

Upvotes: 2

Views: 223

Answers (1)

Edmon
Edmon

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

Related Questions