Is there any option for local database like Sqlite for j2me - CLDC devices?
Asked Answered
I

2

12

Is there any option for local database like Sqlite for j2me - CLDC devices? PerstLite and OpenBaseMovil are both under dual license. Is there any open source option for this? Or, any alternate way of developing application.

Impasse answered 25/4, 2009 at 6:50 Comment(1)
MoSync.com also has a SQLite binding, making the implementation cross platform as well.Haehaecceity
S
12

from List of Database in J2ME:
Apache Derby - an open source relational database / about 2 megabytes
Java DB - Sun's supported distribution of Apache Derby database / footprint of 2.5 MB
Floggy - free object persistence framework for J2ME/MIDP applications / 11k API
J2MEMicroDB - free object persistence framework for J2ME
mDrawer - J2ME generic database program with DES encryption
RMS DB Class - J2ME class to provide easy access to the RMS-Database system of mobile phones
Micro DB - implementation of relation database in J2ME plataform

For small amount of data you also may use kXML + miniXPath

Stipe answered 21/5, 2009 at 18:8 Comment(2)
Anything specific for Blackberry devices? UltraliteJ is not open source. Sqlite not available for Blackberry devices...Impasse
Well... UltraliteJ is a part of Sybase SQL Anywhere. It has developer license for 1 machine, so you can develope and test with it for free. but it's commertial and youll have to buy deployement license for delivery. Anyway I heard there will be sqllite support for blackberry in next version, so hold on ;)Stipe
H
4

I think Floggy is promising. It's frequently updated and it has good documentation. Released under Apache license.

Halve answered 19/1, 2010 at 10:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.