Nokia 9500 - Java - CDC - Bluetooth
Hi,
I need to develop a Java application that runs on Nokia 9500 and uses Bluetooth on top of CDC. I have some questions.
1 - What are the Bluetooth APIs that I can use?
2 - Can I use JSR-82 on top of CDC? Or is JSR-82 only suited for MIDP (CLDC) applications?
3 - Is it possible to access a MIDP (Midlet) application from a CDC application? If it is, could I implement my application using the JSR-82 on top of MIDP and access it from my CDC application? If it is not possible, could I access the MIDP application from the CDC application through Sockets?
Thanks,
Glauber Ferreira
Re: Nokia 9500 - Java - CDC - Bluetooth
hi Glauber,
shouldn't we be able to use most of CLDC api in CDC application (superset of CLDC)?
[url]http://java.sun.com/javame/technologies/index.jsp#1[/url]
it could be however that some reference implementations of additional api do not extend/provide api for CDC I guess (guess, having no much experience with CDC platform),
regards,
Peter
Re: Nokia 9500 - Java - CDC - Bluetooth
Hi,
I don't what is correct for Nokia phones.
But I found this at the SavaJe Forum:
JSRs CURRENTLY AVAILABLE TO MIDP AND CDC(xlet) DEVELOPERS ARE:
JSR 139 CLDC 1.1
JSR 118 MIDP 2.0
JSR 185 JTWI
JSR 120 Wireless Messaging API 1.1 (WMA)
JSR 205 Wireless Messaging API 2.0
JSR 135 Mobile Media API 1.1
JSR 184 Mobile 3D Graphics
JSR 75 FILE/PIM Optional Packages
JSR 82 Bluetooth (except for javax.obex)
JSR 172 J2ME Web Services (XML Parsing only)
[url]http://java.savaje.com/bb/showthread.php?t=11[/url]
-ove