|
| |
|
Pocket PC phone and MS Smartphone talk to AS/400 December 31, 2003 [General] | By anonymous 1. Running ZCOM for Pocket PC on a wireless device such as a Pocket PC Phone Edition or a Windows Smartphone allows data to be easily yet safely exchanged with a company’s back-end host system, reducing the risk, complexity and expense associated with wireless implementations as they were previously developed. Bill Herron from Zanden Communications - the manufacturer of ZCOM - explains to us: Our ZCOM for Pocket PC product is the latest in the series of ZCOM clients that all provide connectivity to the AS/400 platform (we also support non-AS/400 platforms, but the AS/400 continues to be our primary focus). Most of our customers are quite large, and can have up to 15,000 or so users (a LOT of users). However, most are between 250 and 1,500 users. So that is the background. All of our clients operate through the same ZCOM Secure Gateway (which runs either on the AS/400 or on a Windows Server). The Gateway, in turn, connects directly to one or more back-end AS/400´s. This is not a store-and-forward solution, all data is sent, via the Gateway, to and from the AS/400. A typical application would be an order-entry application. The customer fills out an order on the Pocket PC, and then either stores the order in a file, or maybe in a database. The orders might even accumlate in a local directory, just waiting to be transmitted. When the orders need to be sent (could be right away, or could be at the end of the day), the application uses one of two approaches: 1. Under program control, send each order file to the AS/400, possibly calling the program to process the orders immediately after each upload or when all uploads are complete. 2. Call the Synch2Host method in the ZCOM for Pocket PC DLL, passing the name of the local and remote directories, and have ZCOM take care of transmitting everything that has been "staged" for transmission. The Synch2Host method will only send what is new, and does date and time checking to ensure that only newer files on the Pocket PC are sent. On the AS/400, the received file has the same date/time stamp as that on the Pocket PC. Another interesting twist on more or less the same theme would be to run a program on a separate thread, and have it call the Synch2Host method every so often, checking to see if there is anything new to send, and if so, sending it to the AS/400 host. Why would this approach be attractive to AS/400 shops? There are a number of reasons: 1. The AS/400 does not need to be put on the "Internet", it is instead hidden behind the ZCOM Gateway, and direct access to the AS/400 is not possible. 2. The AS/400 does not need to expose any Web Services for remote clients to get access to AS/400 programs and files. That is all taken care of by ZCOM. 3. The ZCOM for Pocket PC client will also authenticate each user against the AS/400 local directory, not only ensuring that the user is valid, but also providing a security context under which all transactions will be performed. 4. The time it takes to build an application that can directly access AS/400 programs and files is very, very short. Actually, in some cases the time to integrate the AS/400 into a Pocket PC-based application can be measured in hours. For more information visit web site of Zanden here. Credit: Bill Herron and "bbeligh" - both from Zanden Communications.
|
| ||||||
| |