Share on Facebook Share on Twitter Email
Answers.com

PDA Optional Packages for the J2ME Platform

 
Wikipedia: PDA Optional Packages for the J2ME Platform

PDA Optional Packages for the J2ME Platform JSR 75 is a specification that standardizes access in the Java on embedded devices such as mobile phones and PDAs to data that resides natively on mobile devices. JSR 75 is part of the Java Platform, Micro Edition (Java ME) framework and sits on top of Connected Limited Device Configuration, a set of lower level programming interfaces. It has 2 main components. Not all devices that claim to implement JSR 75 will implement both components.

Contents

Personal Information Management (PIM)

The Personal Information Management (PIM) optional package, javax.microedition.pim, defines APIs to access Personal Information Management (PIM) data.

FileConnection (FC)

The File Connection Optional Package (FCOP), javax.microedition.io.file, is the other package defined by JSR 75. The FileConnection API specified in JSR 75 gives access to the local file systems on devices like PDA. It allows read and/or write access to the file system of the phone. This is needed for a java application to access images, songs, or in fact almost any file stored on the handset. In order to overcome security issues MIDlet needs to include requested file permission in its JAD file under MIDlet-Permission attribute.

See also

External links

Wikibooks
Wikibooks' Programming has more about this subject:

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "PDA Optional Packages for the J2ME Platform" Read more