Tagged Questions
2
votes
2answers
129 views
Architecting BlackBerry CRM / SFA applications
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
739 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 ...