What's the best way to keep java app data stored redundantly in a file?
Posted
by Bijan
on Stack Overflow
See other posts from Stack Overflow
or by Bijan
Published on 2010-04-22T21:30:00Z
Indexed on
2010/04/22
21:33 UTC
Read the original article
Hit count: 257
If I have systems that are based on realtime data, how can I ensure that all the information that is current is redundantly stored in a file? So that when the program starts again, it uses this information to initialize itself back to where it was when it closed.
I know of xstream and HSQLDB. but wasn't sure if this was the best option for data that needs to be a literal carbon copy.
© Stack Overflow or respective owner