When you?re writing a Java application for the server or desktop, you can be reasonably sure that the Java platform will fulfill its ?Write Once, Run Anywhere? promise. But when you?re dealing with code that will run under the J2ME Mobile Information Device Profile (MIDP), things get a little trickier. If you?ve downloaded the Web Services Tool Kit for Mobile Devices (WSTKMD) and are eager to write mobile Java Web services, you?ll need to check out the warnings in this article(see Resources).
MIDP
programming
The MIDP programming environment offers a very limited amount
of functionality to the programmer. In addition, MIDP has been
implemented differently on different devices. Therefore, you cannot
program to MIDP and assume that your application will look and behave
consistently in varying environments. For example, the MIDP GUI library
does not support a single class for buttons. You can draw buttons
natively, or you can rely on each individual MIDP implementation for
each device to provide buttons for your menu items.
Come to learn more about: http://www.javajazzup.com/issue12/page34.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Cross-platform programming with Java technology and the IBM Web Services Toolkit for Mobile Devices
Post your Comment