Hello,
Do you experts have experience on accessing local data stored in a client
database like Oracle Lite? I'm developing an application that will run low
memory machines (16MB RAM and 1.5GB HD) and will be written in Java and
will access a small amount of data locally.
Actually, I want an _efficient_ tool to make objects persistent but I
can't use a normal database and a common object-relational mapping
tool because of the low memory constraint. I've heard a something about
PSE for Java from ObjectDesign.
How can I store the data locally in an efficient and robust way (basics
requirement to my application, typically a POS)?
Thanks for the attention!
Andre Mendonca