Your daily dose of Java and related technologies.
News, Releases, Reviews, Tutorials, Articles, Events, Contests, Comments, Code and much more.
This java weblog is maintained by Xyling Technologies, making life simpler.

Friday, March 18, 2005

Sharing Data Between MIDlet Suites

In MIDP 1.0 each store is private to the MIDlet suite that creates it. The MIDP 2.0 specification adds a very useful new capability to the RMS package: It enables one MIDlet suite to share a record store with other MIDlet suites.

Read the article at the title of the post to learn how. Also included the technique for preventing your MIDlet data not to be shared with others.

[Resource-Type: Article; Category: Java/J2ME; XRating: 3]
Title of the post takes you to the article

2 Comments:

Anonymous Anonymous said...

This is a great article and the functionality provides some great potential for interesting uses. However, I cannot get the UseRMS class to read from the ShareRMS's RecordStore. I'm getting a RecordStoreException right now. Both the Linux WTK 2.2 and my Sony Ericsson k700i have the same problem.

Why would this be?

swylieto

3:39 PM

 
Anonymous Anonymous said...

I am getting the DITTO error- rse exception.Did you make it work..if yes..then please share.

5:21 PM

 

Post a Comment

<< Home