Persist few key-value pairs

motikata

New Member
I have about 10 key-value pairs which I need to persist. As it is not big I surely don't want to go with a database. So I was thinking of a simple java Hashmap. But then how can I persist it? The other option could be an xml file, but then I have the difficulty of parsing it.Which one do you recommend. Or any other solutions?Thank you.
 
Back
Top