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…
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…
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…
In this fourth and final installment of the Spring Series , I introduce you to features of the Spring JMS (Java Message Service) framework. JMS defines a standard way for Java applications to create and exchange messages through a Message Oriented Middleware (MOM). As in the…
In this third installment of the Spring Series, I introduce you to the Spring Model-View-Controller (MVC) framework. As in the previous articles, I use a banking example to show you how to model and build a simple application. The example application will encompass some of the…
In the previous installment of this series, I introduced the seven modules of the Spring framework, including Spring AOP and the inversion of control (IOC) container. I then used a simple example to show you how the IOC pattern (as implemented by the Spring IOC container) works…
Spring is an open source framework created to address the complexity of enterprise application development. One of the chief advantages of the Spring framework is its layered architecture, which allows you to be selective about which of its components you use while also…
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…
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…
This article demonstrates how to build a JavaTM application that accesses DB2 Everyplace Enterprise data built using the MAB, deploy it and test it locally on a Nokia Emulator. This article assists developers by: - Providing an overview of Java development support on MAB -…
This article describes how Mobile Application Builder (MAB) can be used to build wireless applications and, together with IBM DB2 Everyplace, deliver enterprise data into wireless devices. It can also be used to access and perform updates to this data. The purpose of this…
Learn how to set up and integrate LDAP with IBM® DB2® Content Manager for authentication and authorization. This tutorial walks you through the design of a sample claims workflow-based application and the assignment of user roles to work nodes using the DB2 Content Manager…