Collection Contents Index Introduction to building applications Next Page PDF

Application Developer Guide for M-Business Anywhere  > Building applications with M-Business XML conduit

Designing an application

The example is focused on a simple company employee directory. The data follows the following schema: last name, first name, phone number, ID.

This sample application will provide the following functionality:

Although you could create this simple application using offline web pages, in doing so, you would encounter a few limitations. First, in order to display all of the application data, you would need to create three basic pages:

Another thing to consider is that because the server generates the update/detail pages, you will synchronize 102 web pages to the device if you have 100 employee records in the directory. In addition, because the update/detail pages are generated by the server, none of the changes made to the update/detail page are be reflected in the list page until the changes have been synchronized with the server.

Although the same application created using DHTML and the M-Business XML conduit contains the same basic HTML pages listed above, you will implement them differently.

When using the M-Business XML conduit you will generate three types of files from the web application server: