Introduction
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.
Before you start this tutorial, you should have a good working knowledge of HTML and Java servlets. You'll also need the following software packages installed on your system:
- The Nokia Mobile Internet Toolkit 3.1, available from Forum Nokia.
- JSDK 1.4, available from Java.sun.com.
- Tomcat version 4.1 or later, available from the Apache Foundation.
- The sample code that accompanies this article.
We've assumed that you have installed and configured all of the above software in a Windows 2000 environment.

