Currently I’m developing a Blackberry Application to access internal business contacts in our company. As far as I know there is no database platform for j2me or blackberry applications.
What the the best way to store large sets of data without a database?
I found http://www.mcobject.com/j2me_database via google which uses a B-Tree algorithm.
Any other Ideas (besides RMS) , I should test?
thanks!
You might want to check out the OpenBaseMovil framework or you could build up your own storing engine on top of RMS with own indexing, etc. It’s a litte bit overkill, nevertheless.