Y
Y
Yu Yu2015-03-13 20:21:42
Java
Yu Yu, 2015-03-13 20:21:42

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

3 answer(s)
O
OnYourLips, 2015-03-13
@OnYourLips

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.

T
Timur, 2015-03-13
@timych

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.

P
protven, 2015-03-14
@protven

Look towards derby . I myself touched derby, but not in the context of j2me, quite a nice thing for my tasks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question