JPH10269179A - Use of host on-line work from decentralized application - Google Patents

Use of host on-line work from decentralized application

Info

Publication number
JPH10269179A
JPH10269179A JP7501097A JP7501097A JPH10269179A JP H10269179 A JPH10269179 A JP H10269179A JP 7501097 A JP7501097 A JP 7501097A JP 7501097 A JP7501097 A JP 7501097A JP H10269179 A JPH10269179 A JP H10269179A
Authority
JP
Japan
Prior art keywords
host
program
data
screen
application program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP7501097A
Other languages
Japanese (ja)
Inventor
Shinji Kino
信次 木野
Jintaro Nozawa
仁太郎 野澤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Hitachi Information Systems Ltd
Original Assignee
Hitachi Ltd
Hitachi Information Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd, Hitachi Information Systems Ltd filed Critical Hitachi Ltd
Priority to JP7501097A priority Critical patent/JPH10269179A/en
Publication of JPH10269179A publication Critical patent/JPH10269179A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To generate structure data with item name, by generating an application program interface that a decentralized application program can use on a client terminal. SOLUTION: A screen definition generation system 1 generates a structure and row/column conversion table by a conversion table generating program 6 from screen definition information 2. On the client terminal 11, on the other hand, a host emulator program 12 displays screen information sent from a host 8 on a display. Here, the host emulator program 12 is modified and when a connection request is made by the decentralized application program 13, structure data are edited by using the structure and row/column conversion table 7 and exchanged with the decentralized application program 13. Then the program 13 sets and refers to data by using the structure 4. This system can decentralize processes without changing resources of a host program.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ホスト、サーバコ
ンピュータで動作するアプリケーションプログラムとネ
ットワークで結ばれた分散サーバ、パーソナルコンピュ
ータ上の分散アプリケーションプログラム間のデータ交
換方式に適用して有効な技術に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a technique effective when applied to a data exchange system between a distributed server connected to an application program running on a host, a server computer and a network, and a distributed application program on a personal computer. It is.

【0002】[0002]

【従来の技術】ホストコンピュータ上のアプリケーショ
ンプログラムをネットワークで結ばれた端末で利用する
場合、端末側にホストエミュレータプログラムを搭載
し、画面の表示、プリンタへの印字を行う。ホストエミ
ュレータプログラムはホスト側からのデータを規則通り
変換して画面として組み立て表示し、画面への入力デー
タを編集しホストコンピュータへ送信するものである。
この為、端末側にある分散アプリケーションプログラム
がホストエミュレータプログラム経由でホストコンピュ
ータ上のアプリケーションプログラムとデータ交換する
には表示している画面経由でデータを交換する必要があ
る。
2. Description of the Related Art When an application program on a host computer is used by a terminal connected to a network, a host emulator program is mounted on the terminal side to display a screen and print it on a printer. The host emulator program converts data from the host according to the rules, assembles and displays the data as a screen, edits data input to the screen, and transmits the data to the host computer.
Therefore, in order for the distributed application program on the terminal side to exchange data with the application program on the host computer via the host emulator program, it is necessary to exchange data via the displayed screen.

【0003】[0003]

【発明が解決しようとする課題】本発明者は、上記従来
技術を検討した結果、以下の問題点を見いだした。従来
の画面経由のデータ交換では、端末側にある分散アプリ
ケーションプログラムを作成する際の処理方式は、ホス
トエミュレータプログラムの画面上に表示された、ある
いは表示するデータを分散アプリケーションプログラム
の表示している画面との間で画面上でコピーする方式が
基本となる為、データ指定の方式は実際の画面上の行、
桁、データ長での指定になり一般的な項目名や構造体を
使用したコーディングに比べ工数が増大する。またホス
トコンピュータ上のアプリケーションプログラム処理に
変更が無くても画面構成が変わるとデータ位置の行、桁
が変わるためプログラムの変更につながる問題がある。
さらに、画面経由のため処理速度が低下する問題があ
る。
SUMMARY OF THE INVENTION As a result of studying the above prior art, the present inventor has found the following problems. In conventional data exchange via a screen, the processing method used to create a distributed application program on the terminal side is a screen displayed on the screen of the host emulator program or data displayed on the screen of the distributed application program. The method of copying data on the screen is basically between
It is specified in digits and data length, and the man-hour is increased compared to coding using general item names and structures. Further, even if there is no change in the processing of the application program on the host computer, if the screen configuration changes, the row and column of the data position change, leading to a problem that the program is changed.
Further, there is a problem that the processing speed is reduced due to passing through the screen.

【0004】本発明の目的は、このようなデータ交換の
方式をアプリケーションプログラムインターフェイスで
行い画面データから項目名のついた構造体データを作成
する技術を提供するものである。
An object of the present invention is to provide a technique for performing such a data exchange method by an application program interface and generating structure data having an item name from screen data.

【0005】[0005]

【課題を解決するための手段】クライアント端末上で動
作するホストエミュレータプログラムに、分散アプリケ
ーションプログラムから使用可能なアプリケーションプ
ログラムインターフェイスを作成する事により課題を解
決する。このアプリケーションプログラムインターフェ
イスでは、分散アプリケーションプログラムが予め提供
された画面毎のデータ送信用構造体にデータを設定しホ
ストエミュレータプログラムに引き渡す。本構造体は画
面定義時に生成しホストアプリケーションプログラムで
使用するものと基本的に同一である。ホストエミュレー
タプログラムでは引き渡された構造体データを、画面定
義時の定義情報から抽出した構造体、行、桁変換テーブ
ルに従い展開し、あたかも画面から入力されたかの様な
データを作成しホストコンピュータに送信する。ホスト
コンピュータでは分散アプリケーションプログラムを全
く意識する事無く業務処理を行い応答画面を返す。クラ
イアント端末上のホストエミュレータプログラムはホス
トコンピュータから受信したデータを先の構造体、行、
桁変換テーブルに従い構造体データに編集し分散アプリ
ケーションプログラムに引き渡す。
The object is achieved by creating an application program interface usable from a distributed application program in a host emulator program running on a client terminal. In this application program interface, a distributed application program sets data in a data transmission structure provided for each screen provided in advance and transfers the data to a host emulator program. This structure is basically the same as that generated at the time of screen definition and used in the host application program. The host emulator program expands the passed structure data according to the structure, line, and digit conversion tables extracted from the definition information at the time of screen definition, creates data as if it were input from the screen, and sends it to the host computer . The host computer performs business processing without being aware of the distributed application program and returns a response screen. The host emulator program on the client terminal converts the data received from the host computer into the structure, line,
The data is edited into structure data according to the digit conversion table and delivered to the distributed application program.

【0006】[0006]

【発明の実施の形態】図1に全体の構成を示す。また、
本図では実際の動作上で必要になる基本プログラム、通
信プログラム等は省略してある。図1にあるように、全
体の構成は開発環境である画面定義作成系構成と、シス
テム実行時に使用する実行系形構成に分かれる。はじめ
に画面定義作成系構成から説明する。画面定義作成シス
テムで開発者は実際表示する画面構成に従って2の画面
定義情報を作成する。画面定義情報にはマップ名、画面
サイズなどの定義と、実際の表示画面上のタイトルや罫
線等の固定項目定義、実際のデータの表示や入力を行う
各フィールドを定義する可変項目定義からなる。図−2
に画面定義情報例を示す。このうち可変項目の定義は各
フィールド毎に、画面上表示位置の行、桁、入出力項目
(IO)、出力項目(O)の別、文字属性(C:キャラ
クタ)、データ長、項目名を定義する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 shows the overall configuration. Also,
In this figure, basic programs, communication programs, and the like necessary for actual operation are omitted. As shown in FIG. 1, the overall configuration is divided into a screen definition creation system configuration, which is a development environment, and an execution system configuration used when executing the system. First, the screen definition creation system configuration will be described. In the screen definition creation system, the developer creates the second screen definition information according to the screen configuration to be actually displayed. The screen definition information includes a definition such as a map name and a screen size, a fixed item definition such as a title and a ruled line on an actual display screen, and a variable item definition defining each field for displaying and inputting actual data. Figure-2
Shows an example of screen definition information. Of these, the variable items are defined for each field, such as the line, column, input / output item (IO), output item (O), character attribute (C: character), data length, and item name of the display position on the screen. Define.

【0007】画面定義情報は3のマップ作成プログラム
によりコンパイルされ、画面展開用の4マップとアプリ
ケーションプログラム用の5構造体が作成される。(図
−3に作成される構造体例を示す)ここまでは従来機能
だが、本発明では6の変換テーブル作成プログラムによ
り7の構造体、行桁変換テーブルを作成する。(図−4
に構造体、行桁変換テーブル例を示す。) また、参考までに以上の例で作成した画面定義から作成
される画面イメージを図−5に示す。実際の動作環境で
は8のホストシステム内のホストアプリケーションプロ
グラムが、5の構造体を使用して10の画面展開プログ
ラムとデータ変換を行う。画面展開プログラムは、4の
マップを使用して構造体データと実際の画面情報の変換
を行う。11のクライアント端末では12のホストエミ
ュレータプログラムが、ホストから送られてきた画面情
報をディスプレイに表示する。
[0007] The screen definition information is compiled by three map creation programs, and four maps for screen development and five structures for application programs are created. (FIG. 3 shows an example of a structure to be created.) This is a conventional function, but in the present invention, a structure of 7 and a row / column conversion table are created by a conversion table creation program of 6. (Figure-4
Shows an example of a structure and a line / column conversion table. FIG. 5 shows a screen image created from the screen definition created in the above example for reference. In an actual operating environment, the host application program in the host system 8 performs data conversion with the screen development program 10 using the structure 5. The screen development program converts the structure data and the actual screen information using the map of 4. In the eleventh client terminal, the twelve host emulator programs display screen information sent from the host on a display.

【0008】本発明では、ホストエミュレータプログラ
ムに変更を行い、13の分散アプリケーションプログラ
ムから接続要求があった場合、7の構造体、行桁変換テ
ーブルを使用し、構造体データを編集し分散アプリケー
ションプログラムとデータ交換する。分散アプリケーシ
ョンプログラムは、5の構造体を使用してデータの設
定、参照を行う。実際問い合わせ応答を行う場合のフロ
ーを図−6に示す。図−6はMAP001の画面に対し
入力データ’12’を入力しホスト側業務プログラムに
問い合わせを行い、それに相当する応答データを受け取
る例である。
According to the present invention, a change is made to the host emulator program, and when a connection request is received from the 13 distributed application programs, the structure data is edited by using the structure of 7 and the row / column conversion table to edit the structure data. Exchange data with The distributed application program uses the five structures to set and refer to data. FIG. 6 shows a flow for actually performing an inquiry response. FIG. 6 shows an example in which input data '12' is input to the MAP001 screen, an inquiry is made to the host-side business program, and response data corresponding to the inquiry is received.

【0009】この方式によりホスト側プログラムを一切
変更することなく分散アプリケーションプログラムが、
容易にホストアプリケーションプログラムとデータ交換
できる。
According to this method, the distributed application program can be used without changing the host program at all.
Data can be easily exchanged with the host application program.

【0010】[0010]

【発明の効果】本発明の方式により現存するホストプロ
グラムの資産を変更せずに、有効に利用しつつ処理の分
散化が可能になる。また、分散アプリケーションプログ
ラムの開発も容易になる。本機能は分散アプリケーショ
ンプログラムがホストシステムにしか無いデータベース
にアクセスする必要があるとき特に有効である。
According to the present invention, the processing can be decentralized while effectively utilizing the existing host program without changing the assets. Further, development of a distributed application program is facilitated. This function is particularly effective when the distributed application program needs to access a database that exists only in the host system.

【図面の簡単な説明】[Brief description of the drawings]

【図1】プログラム開発時の画面定義システムと、プロ
グラム実行時の、ホストシステムと、分散アプリケーシ
ョンプログラムが動作するクライアント端末の構成概念
図。
FIG. 1 is a configuration conceptual diagram of a screen definition system at the time of program development, a host system at the time of program execution, and a client terminal on which a distributed application program operates.

【図2】画面定義情報の定義例。FIG. 2 is a definition example of screen definition information.

【図3】図−2の画面定義情報からマップ作成プログラ
ムにて作成される構造体例。
FIG. 3 is an example of a structure created by a map creation program from the screen definition information of FIG. 2;

【図4】図−2の画面定義情報から変換テーブル作成プ
ログラムにより作成された構造体、行、桁変換テーブル
の例。
FIG. 4 is an example of a structure, row, and digit conversion table created by the conversion table creation program from the screen definition information in FIG.

【図5】図−2の画面定義情報で定義した画面の表示イ
メージ。
FIG. 5 is a display image of a screen defined by the screen definition information of FIG.

【図6】実行系構成での問合せ応答の処理イメージ。FIG. 6 is a processing image of an inquiry response in an execution system configuration.

【図7】構造体データを構造体、行、桁変換テーブルを
使い入力画面データに変換する例。
FIG. 7 is an example of converting structure data into input screen data using a structure, row, and digit conversion table.

【図8】出力画面データを構造体、行、桁変換テーブル
を使い構造体データに変換する例。
FIG. 8 is an example of converting output screen data into structure data using a structure, row, and digit conversion table.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】ホストオンライン業務の表示、印字を行う
クライアント端末上のエミュレータプログラムにアプリ
ケーションプログラムインターフェイスを作成し、クラ
イアント端末上の分散アプリケーションからホストオン
ライン業務を利用する場合のデータ交換をホストアプリ
ケーションプログラムと同一項目、構造体名で行う方
式。
An application program interface is created in an emulator program on a client terminal that displays and prints a host online business, and exchanges data between the distributed application on the client terminal and the host application program when using the host online business. Method using the same item and structure name.
JP7501097A 1997-03-27 1997-03-27 Use of host on-line work from decentralized application Pending JPH10269179A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7501097A JPH10269179A (en) 1997-03-27 1997-03-27 Use of host on-line work from decentralized application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7501097A JPH10269179A (en) 1997-03-27 1997-03-27 Use of host on-line work from decentralized application

Publications (1)

Publication Number Publication Date
JPH10269179A true JPH10269179A (en) 1998-10-09

Family

ID=13563801

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7501097A Pending JPH10269179A (en) 1997-03-27 1997-03-27 Use of host on-line work from decentralized application

Country Status (1)

Country Link
JP (1) JPH10269179A (en)

Similar Documents

Publication Publication Date Title
US6320587B1 (en) Font processing apparatus in network environment and method thereof
Ba et al. Using client-broker-server architecture for Intranet decision support
EP0547903A2 (en) Method and system for isolating data and information collection components from other components in a distributed environment
WO2000013108A1 (en) Computer product for integrated document development
Kuno Surveying the e-services technical landscape
Thacker Personal distributed computing: The Alto and Ethernet hardware
Saeki et al. A method for software process modeling and description using LOTOS
KR100377189B1 (en) System and method for data exchange between workflow system and applications
JPH10269179A (en) Use of host on-line work from decentralized application
US7596750B2 (en) Data processing method, program, and information processor
US20020107883A1 (en) Distributed visual communications content development method and system
Ginige New Paradigm for Developing Evolutionary Software to Support E-Business
US20070288884A1 (en) Managing non-essential formatting elements peculiar to individual program developers in source code in a system for shared computer program development
Watanabe et al. VWDB2: A Network Virtual Reality System with a Database Function for a Shared Work Environment.
TWI233034B (en) Hierarchical software application system
Doherty Total cost management in the internet age
JPH06243002A (en) Data base processing method using file
JPH09223004A (en) Program development supporting method
JP3269021B2 (en) Image information operation management system and printing system using the same
JPH04299437A (en) On-line program processing system
Billington et al. Petri nets and Traders: enabling technologies for Virtual Enterprises
Bell Keynote address: toward a history of (personal) workstations
Björk Computers in the British construction industry
Hazony Interactive cartography using APL-graphics
JPH07168701A (en) Integrated application device