J2ME Programming
From Wikibooks, the open-content textbooks collection
Contents |
Welcome to the J2ME Programming book at wikibooks. This book not only covers the MIDP device programming; but, also the full J2ME Platform. J2ME Programming is still a "work in progress".
[edit] Getting Started
Here you will find tutorials, tool listings, and etc.
- Statements
- Device Databases
- MIDP(Mobile Information Device Profile)
[edit] API(Profile) Summaries
Generally, the APIs of a family of devices is an API(Profile) or APIs(Profiles) on top of the language definition(configuration profile). The Profiles(APIs):
[edit] JVM Features
In J2ME small devices performance of the JVM also contributes to how the language definition is implemented. For a clear picture view this article:
[edit] Consumer Platform Technologies
Often, in order to understand what optional APIs are used with specific devices we need to understand the underlying consumer platform in which our J2ME technology is in fact implemented. For example, if you know the SymbianOS version of a SymbianOS powered device than you have a clear idea what optional J2ME APis are included on that device.
As Mobile Operating Systems and CPUs merge than it becomes important to also know what CPU is in the device or even what cellular network or network infrastructure the device is connected or interfaces with in its operation. thus, this section covers operating systems, CPUs, and network infrastructure as it relates to J2ME programming and J2ME application development.
- Operating Systems
- JVMs by OEM
- Hardware
- Cellular Network Technology
[edit] Build System Design
All aspects of the J2ME Platform whether you are targeting MIDP devices or set boxes in iTV require some modifications and new tricks in build system design:
[edit] Appendices
[edit] See Also
- Wikibooks
[edit] Authors and Contributors
This wikibook has been written by:
- Fred Grott (Contributions)
- DJ Clayworth (Definition reworking/editng when this was a wikipedia set of articles)
To contribute read Contributing