Answer the question
In order to leave comments, you need to log in
Is there an in-memory embeddable database for J2ME?
An interesting application of the Java ME platform for embedded devices. It is necessary to accumulate some data with subsequent transfer to the server upon request. Are there any means to implement data storage in J2ME? There is BerkleyDB, but it needs J2SE from 5, there is SQLite, which is not clear how it is soldered to the project.
Answer the question
In order to leave comments, you need to log in
Do you really understand what you are trying to do?
J2ME is a micro edition Java, which is for very old mobile phones. Are you sure you don't need to do something for Android?
It's easy to accumulate: we serialize and write to a file, then we send the file to the server.
Dig towards H2 - very easy to use, weighs little and can work as an in memory database. Only here I can not guarantee about J2ME.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question