In-Depth

Mobile Applications: Making the Move to Wireless

In much the same way as the Internet considerably transformed the way companies conducted their business over the past five years, wireless communications will forever change the way a company's employees perform their jobs.

The ability for mobile workers to access data from anywhere, at anytime, is based on the mobile, always-on and convenient nature of wireless communications. This wireless freedom enables mobile workers to always access mission-critical information, which directly translates into an increase in employee productivity. While it seems easy for a corporation to tap into the business benefits of mobile applications, there are a number of challenges that they must face before successfully deploying a wireless solution.

Many organizations are compelled to make the move to wireless. Some organizations are implementing wireless solutions in response to pressure from its employees who have become very comfortable with their personal handheld devices, such as Palm Pilots and cell phones. Other companies recognize that wireless technology can provide a measurable way to increase the productivity of its mobile workforce. The majority of companies that are turning to wireless solutions fall into the former category, not the latter.

The Starting Point

An organization that is going to adopt wireless technology must first decide which application they are going to untether, which mobile device(s) they're going to use and which wireless carrier(s) and network(s) they are going to contract with for service. In addition, the issue of network security is an extremely important factor to consider, especially since the worker will probably need access to confidential data and information to perform their job. The organization must keep in mind that the early choices made in this process will clearly impact the other issues involved in developing the mobile business solution.

All these steps may seem rather simple, but the corporate motivation for deploying these mobile solutions will cause quite a significant ramification on the development procedure. If the company is looking at deploying mobile solutions because their employees have become used to their mobile devices, they have to deal with a unique set of challenges related to this existing population of devices. However, a company that independently decides to develop this type of solution does not have to deal with this already existing, heterogeneous population of mobile devices.

When employees already have different devices, it becomes much more difficult and costly to uniformly develop and deploy a mobile application. This is due to the varied network services (e.g., CDMA, CDPD, Mobitex, etc.), different data delivery technologies (e.g. WAP, HDML), varied portable operating systems (e.g., Palm OS, Pocket PC, EPOC, etc.) and different screen sizes being used by these devices. What a company must do is assess what devices are currently being used and develop a plan to address these varied device operating systems and platforms - whether by creating customized applications for each one, or by developing a device exchange program.

Once the company has overcome this issue, they must determine which application to wirelessly enable. Many big enterprises have decided to start with its messaging applications, as this is the way most people in the organization communicate. However, it is easier to justify the cost of these solutions by starting with a revenue-generating application, such as giving salespeople realtime access to inventory and ordering systems, where the measurable return on investment (ROI) is readily apparent.

Mobile Devices

There are many different mobile devices to use, but these fall into specific categories. There are handheld devices running either on the Palm OS or PocketPC/Windows CE platform (e.g., Palm Pilot, Pocket PCs, Handspring Visor, Sony CLIE, etc.), Web-enabled mobile phones, interactive paging devices (e.g., RIM, Motorola, etc.) and laptop PCs. These devices have varying processing power, screen size/user interface (UI), storage and memory.

However, because the required functionality of the application being deployed is really the determining factor for device selection, the above factors are only relevant insofar as they relate to the application. For example, if the application is a high-powered customer relationship management (CRM) or sales force automation (SFA) solution, then users should be given laptop PCs, since these are currently the only devices with enough processing power to deal with these systems. In addition, with the availability of local storage on these devices, these applications can be run in an "offline" mode and then can be connected to the network to transfer data.

Other devices, like handheld devices and phones are best used in regions where wireless coverage is almost constantly available, as these devices will not store an application and the employees' work. If the connection to the network is lost while in the middle of their work, when they regain the connection, they will have to begin from scratch. That is why Web browsing or access to personal information management (PIM) solutions are ideal applications for these platforms.

Interactive pagers, like RIM devices, have the ability to store some information, which make them ideal for e-mail applications. When in network coverage, the device is continuously connected to the wireless network, allowing workers to be discreetly notified as new e-mail arrives. With outside network coverage, workers can look at their previously received e-mail in an "offline" mode, and can resume looking at new e-mail when the network connection is reestablished.

Mobile Application Design Approaches

Another factor to consider is how to wirelessly enable current applications. There are currently three main approaches to developing mobile applications:

1. Point solutions

2. Platform-specific or application-specific middleware

3. Transcoding and/or WAP-based approaches

Point solutions address specific interim needs, but are not scalable infrastructure solutions. They require significant effort to integrate, manage and maintain; therefore, they are not an ideal long-term solution. Many of these are further limited in scope, as they are tailored only for wireless access to enterprise e-mail.

Proprietary platform-specific or application-specific middleware (or application platforms) are either optimized for particular devices or for particular applications (or application servers). Because of their specialization, these platforms generally exhibit higher levels of usability, performance, ease of integration and ease of management than point solutions. However, the pitfall is their extensibility and platform-dependence - it is difficult to develop applications or incorporate new features beyond the goals for which the platform was originally designed.

Many solutions today involve some form of transcoding - the process of translating between HTML and WML. WAP, or Wireless Application Protocol, is generally used with WML, a simplified markup language and WMLScript, a minimalistic scripting language for WML. The transcoding process essentially waters down HTML into WML and delivers the WML content to WAP minibrowsers on wireless devices. This approach is very similar to the desktop's Web browser model, in which server content is viewed using a client-side browser.

Many problems of transcoding are the inherent problems of running applications in a browser-based architecture. Browser-based architecture is an inefficient way of running applications (it was originally designed for the purpose of sharing documents). There are noticeable flaws in browser-based applications even on the desktop; trying to run browser-based applications over a wireless network only exacerbates the following performance and usability problems:

Applications cannot fully utilize client-side resources. WAP browsers have very limited access to local storage resources and PIM functions without special support, so features, such as the synchronization of data between the local storage on the device and the server, are difficult to implement.

Lack of alert mechanism from the server. In a browser-based model, the server cannot initiate a connection with the client. The client device is required to send an initial request for data, and without client-side application components, such as applets, that can listen to server signals, the server has no way of sending alerts to the client. For example, users must actively refresh Web pages in order to check if they have received a new e-mail on Hotmail; the server has no way of alerting the user upon the receipt of new e-mails.

WAP applications cannot match traditional client-server applications. Due to the intrinsic overhead required to operate in a browser-based environment, the performance, bandwidth-efficiency and usability of applications is limited. For instance, in order to retrieve a stock quote, an entire WML page must be fetched, as opposed to just the relevant data the user is looking for. WML also contains limited syntax compared to HTML, which makes it more difficult to build sophisticated user interfaces.

User experience and quality of service is less than adequate. Since the entire application's logic is carried out on the server, and there is little or no offline caching, the user experience and quality of service are heavily dependent on the bandwidth and reliability of the wireless network. Because the bandwidth is low, users are required to wait long periods of time for their data. The lack of an offline caching capability means that if the device is not connected (which, according to GartnerGroup, is the case approximately 50 percent of the time), the application will cease to run.

Java: A Future Alternative to Application Design

Future developments in device and application design technology, such as the emergence of Java 2 Micro Edition (J2ME), will begin to better address these issues. J2ME-based technology platforms will extend the ability to work in an "offline" mode to other devices, while also enabling enterprise IT departments to better deal with the logistical management of handheld devices. For example, new applications and or system updates will be able to be installed on the devices, over the air, without needing to involve the end user in the process.

Another benefit that this approach brings is the ability to leverage the millions of Java programmers that are already familiar with this development environment. By harnessing this community to write applications once for any mobile device, the development times for useful mobile applications will be greatly reduced.

Diverse Wireless Networks

Once an organization has settled on the application and device that it will use, it can consider the various network choices. Another factor to consider in this decision is the location and travel habits of the end user, as network availability and coverage is definitely important. In addition, large applications can grind to a halt on a slow network.

The choices are BellSouth's Mobitex or Motient's Artis network (both run at 8 Kbps), Sprint PCS's CDMA network (14.4 Kbps), either Verizon or AT&T Wireless' CDPD network (19.2 Kbps) or Metricom's Ricochet II (128 Kbps). While the Mobitex or Artis networks are excellent for e-mail, other applications would crawl at that speed. Compression techniques can be used to increase the data transfer rates of the Verizon and AT&T Wireless networks to 33.6 Kbps. Finally, the Metricom high-speed network has the bandwidth to support even the most robust application, but is currently only available in eight metropolitan areas.

With mobile workforces spread out across the country, it isn't as simple as choosing a single wireless carrier. Some carriers do not offer service in certain regions of the country. Stitching together a national footprint of coverage may involve having to negotiate with multiple carriers, further complicating this process.

Security

Once these other items have been considered, network security, the number one concern of the enterprise, must be addressed. Depending on the application, there are different levels of security needs. When accessing corporate e-mail, there is less valuable information to protect than can be found in a corporation's SFA application. Moreover, there are new viruses that target handheld devices, so appropriate anti-virus systems must be utilized. The best option to secure the wireless transfer of information is to utilize a wireless Virtual Private Network (VPN). Unlike the traditional VPN, a wireless VPN is designed to strip out much of the overhead to take advantage of the inefficient wireless bandwidth. Another option is to use a mobile device (PC, RIM, CE devices only) that supports client-side encryption to create a secure, end-to-end solution. For e-mail, a secure approach is to use RIM's Blackberry operating system.

Finding a Valued Partner

The process of developing and deploying mobile business applications is a highly complex one as is evidenced by the multitude of issues that a company must address. Most IT departments must approach these matters with caution and may be better served by seeking a partner who can offer them the knowledge and support that will be needed to deploy a mobile business solution.

Sam Farraj is Senior Vice President of Marketing & Product Development at Vaultus (New York City).

Wireless: Not Just for E-mail Anymore

The wireless revolution has exploded, with billions of bits of information floating through the air and into the processors of cell phones, PDAs and interactive pagers. The ability to swap information anytime, anywhere has changed the way we communicate. But access to stock updates on cell phones and untethered e-mail on interactive paging devices doesn't begin to exploit the power of mobile business applications. By strategically deploying mobile solutions for out-of-office workers, enterprises can shorten sales cycles and improve customer relationships to increase business opportunities.

To understand wireless technology's full potential, it is helpful to divide business data into two categories: contextual and procedural. Information from the Internet, e-mail, and voicemail falls into the first category and provides the context for doing business - the who, where and why. For example, a busy executive jumping between meetings can easily check and respond to e-mails on an interactive pager or PDA. The executive can manage a schedule, respond to basic inquiries and have access to administrative data, such as phone numbers and addresses. These applications allow an executive to save time and perhaps eliminate a trip back to the office to prepare for the next day, but are unlikely to impact the overall productivity and profitability of the business.

The second category of data - process data - provides the facts and figures associated with a business transaction. Such data would include numbers from a general ledger and information from a sales forces automation system or other infrastructure applications. Building on the adage that knowledge is power, procedural data provides the information required to make informed business decisions. A sales representative in the field cannot promise a key customer immediate product delivery without understanding actual numbers as they relate to inventory in the nearest warehouse. Traditionally, this sales rep would need to phone or fax a warehouse manager to get up-to-date information on availability of product. By using a secure mobile solution that is connected to an inventory management system, the salesperson can instantly provide the customer with realtime information regarding the status of an order. Besides providing this critical information when the sales rep needs it most, this type of application can provide the company with a sizeable return on investment, through increased sales and lower costs of doing business.

The convenience and productivity benefits of mobile solutions can impact every facet of the business. When strategically applied to key business functions within the company, mobile solutions can create a chain reaction of usage across an enterprise, as each facet of business discovers measurable return on investment by shortening the sales cycle.

Mobile solutions help maximize the efficiency of business processes with easily measured results. To determine return on investment of a mobile solution, consider total cost of deployment, cycle time reduction, increased customer satisfaction, increased sales and reduced costs. Increased efficiency is not delivered just through access to information, but access to information at the moment in the business cycle when it is most valuable.

For example, supply chain management deals with the planning, scheduling and control of the supply chain - the sequence of organizations and functions that make or assemble products or goods from creation to delivery. The driving force behind supply chain management systems is the desire to reduce inventory and control costs. Traditionally, there has been a gap in the information cycle of the supply chain. Consider, again, the field sales representative. This function is a crucial link between a supplier and a purchaser within the supply chain. However, a gap has existed between the time an order was placed by a customer and the time the order is received by the supplier. Through the use of wireless devices, orders can be transmitted while in front of the customer. Possible delays within the procurement cycle, such as items being out of stock or back ordered, are eliminated, as realtime information on inventory is shared with the potential buyer and substitutions are made on-the-fly. Mobile solutions help squeeze further efficiency out of the supply chain by providing the right information at the most critical moment of the business transaction.

Mobile solutions are also extremely beneficial to the field service industry. Almost everyone has waited at home for the cable man. Field service is an industry that requires workers to be mobile, but offers limited ability to communicate with the home base. Beyond a cell phone, a mobile solution can provide field service workers with new schedules, route maps and realtime access to mission-critical data they need to better serve their customers. Communication between the worker and their office allows customers to be notified of a missed appointment time and can alert drivers to critical route changes in response to emergency service calls or traffic problems.

The benefits of mobile applications reach beyond sales and services workers. Consider a large financial institution that wants to improve customer retention rates. The company, recognizing the financial benefits and cost savings associated with retaining customers versus obtaining new customers, introduces "value added services" to its high-worth accounts. Interactive pagers are provided to qualified customers as a demonstration of thanks, while providing the company with a stronger customer relationship management solution. The device is easily customized to the specific needs of the customer and can provide secure access to portfolio information at anytime, while also allowing brokers to instantly push significant information to their clients. The result is a stronger "always on" relationship with customers, which leads to increased customer satisfaction ratings and a rise in customer retention rates.

Enterprises are just beginning to understand the potential of mobile solutions, other than e-mail, to improve business processes. Sharing information is not just enough - sharing information at the right time in the business cycle can improve business. At a customer site, on the road, or communicating with customers, mobile solutions create an architecture for sharing business information. The constant feed of information shared through these solutions is improving business process efficiency between relationships and the corporate bottom line.

-S.F.

Must Read Articles