I'm trying to build a j2me app which needs to locally read persistent
data. I'm new to j2me.

Is it possible to read data stored on the mobile phone with j2me?

How would you store the data? I've read about the "record sets" I think
they were called, this is one option. Are the any other ways? Could you
use a simple file?

The data consists of about 300 key value pairs. Would it not be too big
to use the record sets.

The other requirement I've got is that the data needs to synced with a
desktop.

What ways could you dot his synchronisation? could you use something
like syncml? I think an option would be to do it manually as well.

Reply via email to