In this tutorial, you’ll learn how to deliver XHTML applications to XHTML-enabled mobile devices. We will develop a sample XHTML mobile application that posts requests to a Java servlet and receives responses in XHTML format. We’ll deploy and test the application using the Nokia Mobile Internet Toolkit. Developers who want to extend their Internet applications to wireless devices will want to read on and see how it’s done.
This tutorial…
This tutorial series shows how to build a mobile database application using the J2ME Record Management System and later synchronize it with a remote Cloudscape database. This is where you will also learn how to craft a MIDlet that performs the necessary logic for creating and accessing the database application and deploying it to a J2ME environment.
In this second tutorial, you’ll synchronize the order information stored in the J2ME…
This tutorial is the first in a two-part series designed as a step-by-step guide to building a smart J2ME mobile application. In this tutorial you learn how to build a simple mobile application for order placement. The example application uses the Java 2 Platform, Micro Edition (J2ME) record management system (J2ME RMS) to store order information and a MIDlet to perform the necessary logic of creating and accessing the database…
In this article , we will look at how to create Java applications on EPOC-based devices. We will build a Java application that accesses a database of contact information and deploy and test the application on a Nokia-based emulator. To run the sample application, you’ll need the Nokia 9200 Communicator Series SDK for Symbian OS . This article assumes that you are familiar with Java Swing programming, and gives…
This tutorial will detail the use of kXML 2, a small XML pull parser specially designed for constrained environments, to access, parse, and display XML files for Java 2 Micro Edition-enabled devices. This tutorial will demonstrate how to build a mobile application that brings XML data to wireless J2ME devices, and will instruct the reader in how to craft a MIDlet that performs the necessary logic and deploys it…