Since iOS and Android came out as two big waves flooding the entire mobile world, leveraged by Apple and Google (and its partners) and their incredible devices, developers have wondered what is going to be the future of other mobile platforms. In our case, Java ME.
There are a lot of discussions in the internet about this topic. Actually, I have already exposed my point of view on this matter. However, I am not here today to extend this discussion. In fact, I would like to demonstrate how Java ME could be at a better place.
In my opinion, one of the greatest advantage of iOS
In any event, we know that Java ME has a different concept, which is to provide a base platform aimed to run on low, mid and high-end devices. Because this difference of hardware, not all JSRs specified by JCP are available on any Java ME-enabled device.
Since the existent set of specified JSRs, I believe that Java ME could be at a better place. Java ME has a very rich set of JSRs at JCP that could also provide a very rich and uniform base for Java ME devices. If we had a manufacturer interested on implementing all of them in a single device, I believe Java ME developers would not be so afraid. Sony Ericsson and Nokia have done a good work on providing devices with a very good set of APIs. However, it is not enough to compete with the other players.
So, let's imagine such device. Let's call it JPhone, running JOS. Now, let's outline some JSRs that could be present on it.
- JSR 139: Connected Limited Device Configuration 1.1
- JSR 271: Mobile Information Device Profile 3.0
- JSR 75: PDA Optional Packages (PIM and File System)
- JSR 80: Java USB API
- JSR 82: Java APIs for Bluetooth
- JSR 113: Java Speech API
- JSR 205: Wireless Messaging API 2.0
- JSR 135: Mobile Media API
- JSR 172: Web Services Specification
- JSR 177: Security and Trust Services API
- JSR 293: Location API 2.0
- JSR 180: SIP API
- JSR 184: Mobile 3D Graphics API
- JSR 190: Event Tracking API
- JSR 211: Content Handler API
- JSR 287: Scalable 2D Vector Graphics API 2.0
- JSR 229: Payment API
- JSR 234: Advanced Multimedia Supplements
- JSR 238: Mobile Internationalization API
- JSR 239: Binding for the OpenGL ES API
- JSR 253: Mobile Telephone API
- JSR 256: Mobile Sensor API
- JSR 257: Contactless Communication API
- JSR 258: Mobile User Interface Customization API
- JSR 272: Mobile Broadcast Service API for Handheld Terminals
- JSR 280: XML API
- JSR 281: IMS Services API
- JSR 300: DRM API
I would also add LWUIT
This my list is close to what is proposed by MSA. However, I would like to see no optionality, i.e., MSA subset or even hardware dependency.
We can't forget about the Java language itself. Today we are stuck in Java 1.3 language. On the other hand, there are some great new features, e.g., generics, enumerations, auto boxing, etc, in Java 5
Java has many more things to offer and that could be present on JPhone, e.g., collections, network, I/O, etc. Considering the hardware that runs iOS and Android, full Java SE 6 could run properly on it too.
Another leak of Java ME is related to an application model. iOS and Android have theirs, which are based on Model-View-Controller pattern. On the other hand, Java ME let this task on developers' hands. Java ME needs to provide more references for them.
Java ME also leaks providing a better solution for data storage. Record Store is not enough at all. On the other hand, iOS and Android provide their SQLite implementations. It is time for ORACLE to start thinking of using its huge background on it to help Java ME.
I know that my proposal is kind of surreal, but it seams to be a receipt for success of iOS and Android. Windows Phone 7 tends to follow it letter by letter.
See you in the next post...