wederer
wederer

Reputation: 570

Preferences-like Framework for multiple VM's

i am currently coding settings for a project.

Today i have found out that this project will be running on multiple VM's and that is why i have to scrap my Preferences Wrapper and code a new one.

What java.util.prefs.Preferences-like Frameworks are there except Properties? I do want the ability to save more than just String types.

Thank you

Upvotes: 0

Views: 45

Answers (1)

Daniel H.
Daniel H.

Reputation: 1842

Take a look to Apache Commons Preferences. It supports several formats.

Upvotes: 1

Related Questions