1
vote
2answers
52 views
Architecting BlackBerry CRM / SFA applications
Hi, I am in process to start developing a Blackberry application (Proof Of Concept) on the lines of SalesForce and SalesNow CRM. I am a web developer with skills on LAMP technologies with a limited …
2
votes
2answers
227 views
MIDP Java implementation of SQLite DB
Are there any MIDP implementation of SQLite db available for use of sqlite db within a MIDlet, rather than using RMS. Of course, there are Floggy and OpenBaseMovil, however they are based on RMS, but …
2
votes
5answers
164 views
How to keep RMS after installing a new version?
I have an j2me application installed on a Nokia S40. Some configuration data is stored in the RMS. Is it possible to overwrite the installed app with a new version? How to keep RMS in the new version?
…
2
votes
8answers
2k views
Best practice for storing large amounts of data with J2ME
I am developing a J2ME application that has a large amount of data to store on the device (in the region of 1MB but variable). I can't rely on the file system so I'm stuck the Record Management System …
2
votes
2answers
269 views
Java ME object persistence
I know that Serialization (Serializable) is not available in the Micro Edition of Java.
It's kinda straight forward to save primitives like int and java.lang.String objects with the RMS.
But if I want …
0
votes
3answers
326 views
Store large amounts of data in RMS
I need to store large amount of data using RMS cocepts through J2ME so how can i store that mutiple column data
those data must be hardcoded so i need to store those multiple colum and rows data
…
