This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Optional J2ME APIs
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Part of the challenge of developing J2ME applications across multiple mobile operating systems is that its not as nice as SymbianOS in determing what optional apis you have access to on a device. In symbian its just knowing what underlying OS supports and the Device Platform number. Its covered in this article. Extremely simple when compare to the mess on Brew, PalmOS and etc.
Thus, will be completing an article on J2ME JVMs so that one can determine optional apis on Brew and PalmOS devices for the J2ME wikibook.