Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Introduction to Pathway/iTS Web Clients
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
1-2
Development Process for Web Clients
Development Process for Web Clients
The process of creating a Pathway/iTS web client is shown in Figure 1-1.
To convert a SCREEN COBOL object program to a web client, you invoke the
Pathway/iTS converter utility through the CONVERT command in the SCREEN
COBOL Utility Program (SCUP). The converter scans the compiled SCREEN COBOL
object code and generates an equivalent web client.
The web client consists of a combination of Java code and HTML pages. Requester-
based business logic is converted to Java classes. Screen components are converted
to HTML pages with embedded JavaScript code to link them to the Java business
logic.
Figure 1-1. Development of a Pathway/iTS Web Client
SCREEN COBOL
Compiler
optional
SCREEN
COBOL
Object Code
Directory
Symbol
Table
Java
Source
Code
SCREEN COBOL
Source
SCUP
Utility
HTML
Pages with
JavaScript
Standard Web
Publishing
Tools
Web Server
TM
Compaq NonStop
System
VST001.vsd