Sunday, April 1, 2007

The PDAs of tomorrow




Earlier I used to believe in Java, a bit more exactly Java to Micro Environment (J2ME). This technology was dedicated to be the bridge between the different mobile platforms (Symbian, Palm, Linux, Windows mobile, etc). How? There is (or at least should be) a so calls Java Virtual Machine (JVM) for all the operating systems (OS) to enable the J2ME applications run. So the architecture is simple: You have a device with a specific OS, with the proper JVM installed. Then You can take any J2ME application, and run it on your device, just like the applications specific to the OS of your device. This is a common interest of both the provider of the OS and Java to create and distribute JVMs and let as many user have it as possible. It is rather promising to see the developing power that creates J2ME applications, and many of them for free!


I could still believe in it, if I had no bad experiences with the different JVMs. For example, the JVM for Palm OS simply does not support bluetooth (the JSR-72 API is missing), though a lot of Palm devices are equipped with bluetooth radio. Once the JVMs are not providing the same environment, J2ME applications cannot be absolutely universal anymore.


So I am changing my mind right now, and the new direction is Javascript.


Javascript has not too much to do with Java, it is rather a program language used by the web browsers. In this case, applications are reached via the Internet, instead of the PDA, and it is the web browser that runs them, rather than the operating system. Such web application is e.g. the Google Maps, or any of the individual applications using the Maps API from Google, like my one. No matter whether You watch these pages from a Mac with OSX operating system, or from a PC running Windows. It is the web browser that runs this web applications, and the best web browsers all support Javascript (Safari, Opera, Firefox, etc.). Unfortunately, the browsers of the PDAs are currently not strong enough to support complex Javascript codes, but, thanks to Apple, soon we'll have one on the market: the Apple iPhone.


And, once a PDA browser is generally able to handle the web applications, we have got the universal solution that is independent from operating systems. There is no use to develop applications for the different operating systems (the same product for J2ME, Symbian, Palm, Win Mobile, etc.) so that as many users can use it as possible. Internet access is a MUST for each PDA maker, so there will most likely be no PDA without a web browser.


So, probably the PDAs of the future will have the following mission: a robust OS with a full-featured web browser

No comments: