16
Thu, May
6 New Articles

Wireless? Get iSerious!

Development Tools / Utilities
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

During a 1995 company meeting, a young colleague of mine suggested that our company, LANSA Inc., should begin to develop applications for use on the World Wide Web. Although nobody wanted to squash the young buck’s enthusiasm, the walls and boardroom table whispered “Get serious!” Our company focus was the delivery of serious business applications, not trinkets for the Web.

Who knew that just one year later, our company would deliver a large-scale, serious, browser-based intranet application integrated into J.D. Edwards & Company on an AS/400?

Now That It’s Time for Wireless...Get iSerious!

As with the PC revolution of the ’80s and the Internet revolution of the ’90s, the current wireless revolution is being championed by consumers first, with businesses trailing. Now that the average city dweller uses at least one wireless device, it’s time that most businesses begin to profit from (or at least prepare for) the wireless revolution.

Why Should You Run Your Wireless Solutions on Your iSeries or AS/400?

If the answer because my business already runs there doesn’t sound familiar, you probably missed the client/server and e-business revolutions. If that’s not enough of a reason, independent consultants such as Zona Research, Inc. and Aberdeen Group, Inc. confirm that your iSeries (or AS/400) is a highly reliable, integrated, secure, scaleable, and powerful transaction server ideal for e-business. By the definition that I accept, e-business certainly includes wireless technologies—besides “w-business” just has no ring to it!

Wireless is another form of client/server computing. Terms like thin client and fat client still apply. At the extreme, thin client means that your back-end server does most of the work, leaving only the user interface to your client. Examples are Wireless Application Protocol (WAP), Wireless Markup Language (WML), and Web browsers. Fat client suggests that your iSeries is to act primarily as a database manager, while your wireless application sits on your personal digital assistant (PDA). Examples are Puma Technology’s Satellite Forms and C++ applications with Palm conduits. Many solutions will likely fall somewhere in between a fat and thin client. This article focuses on Palm OS devices since they claim roughly 75 percent of the world PDA market, and cellular phones are not generally considered a viable business application interface.


OS/400 Requirements

Although I am discussing wireless solutions that center around IBM’s newer iSeries machines running OS/400 V4R5, you will also be able to configure most, if not all, of the wireless solutions described here on an AS/400 running OS/400 V4R5. If your AS/400 is running OS/400 V4R4 or below, some of the networking technologies needed for Web and wireless solutions may be at a lower implementation level or altogether absent. Check with your wireless solutions provider to determine what capabilities are needed.

Selecting from Practical Wireless Solutions

Currently, there are several practical ways for you to integrate wireless technology with your core iSeries communications and applications. Your choice depends on a few key factors:

• Device availability—Are your users already equipped with a certain type of PDA?

• Network availability—Is the wireless network generally available to your target users?

• Connection persistence—Is the wireless network available to your users 100 percent of the time or only occasionally?

Figure 1 depicts some of the technologies that can form part of your iSeries- integrated wireless solution and some of the parameters. Lotus EasySync for Notes uses Palm’s HotSync Server to synchronize your calendar and email files between a Palm device and a Lotus Notes-equipped computer. Lotus Mobile Notes allows for more direct access to your calendar and email from your Palm device or Wireless Application Protocol-enabled cell phone. IBM’s DB2 Everyplace (formerly called DB2 Everywhere) and Mobile Connect can also serve to synchronize your Lotus Notes email and calendar, but more importantly, they allow for synchronization of DB2 application data and transactions. Separating the two products, DB2 Everyplace is the DB2 database implementation for a Palm device. Mobile Connect is the technology that allows you to synchronize the DB2 data between your Palm device and DB2 on your iSeries via an NT server. Mobile Connect also offers some limited data synchronization conflict notification and resolution. Figure 2 shows how Mobile Connect and DB2 Everyplace combine to address your synchronization strategy.

Making use of the mini-browser available on your Palm VII device (or Palm V with cellular modem and OmniSky service), you can gain access to Web applications that are pared down specifically for the very limited screen size, graphical capabilities, JavaScript, and memory of the target device. This is certainly the easiest solution to implement, and it offers real-time AS/400 and iSeries data and application access thus eliminating the need for data synchronization and the possibility of data conflict. However, this solution is reliant upon having a persistent wireless connection, which may not be available or feasible in all situations.

Web clipping is a technology of storing subsets of HTML content on the Palm device itself, with links to access more information that is usually served from an Internet- accessible Web server. To develop the Web clipping application—also known as a Palm Query Application (PQA)—you use a simple text editor to author an HTML document with limited syntax (HTML 3.2), then compile it into a .pqa file that is ready to be loaded on the target Palm device. The Web clipping application is now available to the Palm user via standard Palm navigation. The Internet-served content is usually dynamic and based on some user-determined query parameters. Proxy servers automatically convert between HTML and the Web-clipping format.

IBM’s MQSeries Everyplace is an extension of the MQSeries multiplatform messaging software to include handheld devices. Although it does not provide a complete


solution on its own, MQSeries Everyplace could be used in both a direct-connect and a data synchronization solution architecture.

Palm conduits are software plug-ins for HotSync Manager. They can be used to synchronize information between a Palm device and a Windows or Macintosh computer. Palm offers a conduit development kit (CDK) to help you build custom conduits using C++ or Java. Once the data is on your PC, it can be transmitted to your iSeries via tools like DataMirror Corporation’s Transformation Server.

Direct-connect or Synchronization?

If a direct-connection strategy is feasible (e.g., persistently connected mini-browser, WML, WAP) then there is no need for any sort of data synchronization or conflict resolution. Your Web application generally controls the page presentation, the information that can be viewed, and what DB2 data can be updated. If you have employed a repository- style application architecture—where reusable business rules, triggers, and server routines are separated from your user interface—then your task to deploy your business applications to handheld devices will be relatively straightforward.

However, if a synchronization strategy is to be employed, things are far more complicated. Even once the data makes its way to your iSeries database (e.g., through IBM’s Mobile Connect), you may still be left with the task of integrating this data into your core business applications. Why? Enterprise applications—such as ERP systems—have databases that are often too complicated to directly update by a mere HotSync. Those customer orders, which your remote sales force has recorded on Palm devices all day, require inventory to be allocated, data to be validated, and orders to be placed.

Absorbing a single customer order into your ERP system may require hundreds or even thousands of lines of code. Your ERP vendor can probably provide you with an API that your synchronization routine can call in order to facilitate this effort. If you’ve previously implemented a Web ordering solution that’s integrated into your back-end ERP application, it’s likely that you’ve already overcome this challenge.

The other big issue with employing a synchronization strategy is that your remote sales force cannot predict a delivery date until the orders are uploaded and processed. Product stock levels downloaded to the Palm device the night before may be depleted before the day’s wireless orders are received. Worse, if the field representatives and customers had access to this information at the time of ordering, a substitute product might have been selected.

Your customers may be used to this information vacuum between ordering and receiving, but they will likely become more demanding. A quick fix is to have automatic emails sent to your customers notifying them of their order’s status and projected delivery date as it moves through your back-end system.

In the future, it is likely that a direct-connection strategy will become the standard, but this cannot happen until wireless networks become cheaper, more reliable, and faster. Until then, the very complex problem of data synchronization and conflict resolution will continue to offer challenges for the business and technical communities.

So, What’s Right for You?

There is, of course, no easy answer. Here are two hypothetical scenarios to help your gray matter attack the gray area:
Scenario One
Business problem—Your company distributes snack foods to various small retailers. You want to expand your market share by in-store visits to larger variety stores. Wireless networks are only available in 20 percent of your territory, while 75 percent of your customers already access the Internet.

Business solution—Use Palm devices with simple fulfillment software (fat client), uploading orders nightly to your iSeries-based ERP system.


Before heading out on the road, a salesperson connects his Palm device to your iSeries back-end application via telephone access to the Internet and downloads the names and addresses of customers to visit that day, available products, pricing data, fulfillment lead times, and previous orders of those customers.

Navigating via a Global Positioning System-enabled Palm device, referencing the next customer’s address, the sales person travels from store to store, armed with product samples and a Palm device to input orders. At the end of the day, the sales person reconnects their Palm device to your iSeries back-end to upload the orders and access the information needed for the next morning.

As soon as an order is entered using the Palm-based application, an order reference number, user ID, and password can be given to the customer. This solution provides customers with the ability to track their orders via an existing Web-based order-inquiry application, and perhaps it will seduce the customer into placing future orders via an existing Web-based order-entry application—all without the need for a costly in-store visit. Combine this with an electronic customer relationship management system and you have an end-to-end solution. Palm III devices with simple C++ application running over a DB2 Everyplace database connected to your iSeries by Mobile Connect are the technologies that make this work.

Scenario Two

Business problem—Your company inspects the construction of bridges. Sometimes your employees are inspecting construction material wear hundreds of feet up the side of a bridge abutment. Inspectors need access to safety codes and to be guided through a series of pages to capture information that will end up in an inspection report. Wireless Internet is widely available in these urban areas.

Business solution—Inspectors use laptops computers whenever possible, but carry Palm devices in places where a laptop is too cumbersome. Either way, a browser can be the main interface (thin client) to an iSeries-based Web application tied directly into your real- time data.

Since the connection to your iSeries back-end system is real-time, inspectors have Web and wireless access to your database of previous inspections on that bridge or those similar. This can help corroborate inspectors’ findings and prevent the need for off-site research and follow-up visits. Since no information is recorded on paper, inspection reports and certifications can also be delivered online without transcribing messy handwritten notes. Laptops with landline modems and Palm VII devices—both directly connected to the same iSeries-based Web application, but with pages tailored to the parameters of the specific device—are the technologies that make this possibility a reality.

How to Get Started

If you’re wondering how to get started with wireless applications, here’s my quick list of items to think about:

• Determine where you are starting—Hopefully, you have already realized the importance of having a central repository of business rules, triggers, and modular server-side routines—logically cushioning your core systems from your user interfaces. If not, you may have to consider modularizing or even re-engineering your core applications before you can truly take advantage of the wireless world—or the Web world for that matter.

• Determine your business needs—Almost every company has a business case in which to wireless-enable at least one small part of its systems. Choose something important, but not too large, and get moving. Inquiry applications are usually a good place to cut your teeth.


• Identify the wireless devices and supporting network—Consider factors such as screen size, transmission speed, the practicality of user training, the importance of real-time data, network persistence, and the complexity of data synchronization.

• Find the software and development tools needed to deliver the client and server sides of the business application solution—Most of the software tools mentioned in this article offer 30-day trials, sample code, and application building blocks to help you test the waters. For example, DB2 Everyplace has a Query By Example application that allows you to quickly develop inquiry applications without having to code. And if it is not feasible to equip all your application builders and testers with Palm devices, you can download a Palm operating system emulator that will run on your PC.

Wireless technologies are still emerging. You will suffer some growing pains if you start integrating with them now, but your competitors will thank you if you don’t. So, get iSerious!

References and Related Materials

“Getting Ready to Publish AS/400 Data to Wireless Devices,” Jyh-Ching Yaur, AS/400 Network Expert, September/October 2000

IBM DB2 Everyplace Web site: www-4.ibm.com/software/ data/db2/everyplace/

IBM DB2 Everyplace and Mobile Connect Web site: www. developer.ibm.com/tech/integration/pcdb2emc/paper.html

IBM Pervasive computing with IBM DB2 Everywhere and IBM Mobile Connect Web site: www.developer.ibm.com/tech/integration/pcdb2emc/paper.html

LANSA Inc. Web site: www.lansa.com

“Management Central-Pervasive,” Greg Hintermeister, Midrange Network Expert, January/February 2000

Palm IBM Enterprise Solutions Web site: www.palm.com/enterprise/solutions/ibm.html

Lotus Lotus DB2 Mini- MQ Series Custom Easy Mobile Everyplace Browser Everyplace Conduit Sync Notes & Mobile WML or

Connect WAP

Relies on persistent wireless connection? No Yes No Yes Yes or No No Synchronization strategy? Yes No Yes No Yes or No Yes Calendar, email? Yes Yes Yes No No Yes DB2 application data inquiry? No No Yes Yes Yes, custom No DB2 application transactions? No No Yes Yes Yes, custom No Solution complexity rating Low Low Medium Low High High

Figure 1: Here’s how several practical technologies are positioned as part of a wireless solution.


Wireless-_Get_iSerious_06-00.jpg 455x200

Figure 2: Mobile Connect and DB2 Everyplace combine to address your synchronization strategy.


BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: