Skip to Main Content

Java SE (Java Platform, Standard Edition)

What's the best way for persistence in a Desktop stand alone application?

wellington7Feb 3 2010 — edited Feb 12 2010
I was thinking about hibernate, but I think it is so slow (to boot) for a simple desktop application.
In the Serialization javadoc they recommend us to use the XMLEncoder, but I don't want the user to have a so easy access to the data (as user password) in a xml file.

So, what do say?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 12 2010
Added on Feb 3 2010
8 comments
90 views