sqlite - Java SE - Advice RE: storing configuration data -
sqlite - Java SE - Advice RE: storing configuration data -
i'm writing java se 7 desktop application. need store info such configuration settings , 2 user accounts (an admin , everyone). simplest method seems writing text file don't see effective means protecting info , sensitive. i'm thinking sqlite best tool me wondering if might have suggestions smaller, more lightweight, simpler -- there isn't plenty info needs storing justify whole database seems.
thanks! irongleet
you can (and should) utilize preferences api that. on windows, write registry (so it's different each user).
java sqlite configuration persistence
Comments
Post a Comment