JP3710719B2 - Information processing system and interface system - Google Patents

Information processing system and interface system Download PDF

Info

Publication number
JP3710719B2
JP3710719B2 JP2001086252A JP2001086252A JP3710719B2 JP 3710719 B2 JP3710719 B2 JP 3710719B2 JP 2001086252 A JP2001086252 A JP 2001086252A JP 2001086252 A JP2001086252 A JP 2001086252A JP 3710719 B2 JP3710719 B2 JP 3710719B2
Authority
JP
Japan
Prior art keywords
storage unit
data
screen
message
processing request
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.)
Expired - Lifetime
Application number
JP2001086252A
Other languages
Japanese (ja)
Other versions
JP2002287962A (en
Inventor
正 嶋本
英二 並河
淳一 瀧澤
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute 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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2001086252A priority Critical patent/JP3710719B2/en
Publication of JP2002287962A publication Critical patent/JP2002287962A/en
Application granted granted Critical
Publication of JP3710719B2 publication Critical patent/JP3710719B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • Stored Programmes (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、メンテナンスのしやすいコンピュータシステムに関する。
【0002】
【発明の背景】
ユーザから直接操作を受け付けて、さまざまな処理を行うコンピュータシステムは、ユーザインターフェースに関する部分と、具体的な業務処理に関する業務処理ロジックとに分けることができる。
【0003】
ユーザインターフェースの設計基準は、見た目がユーザに与える印象、操作性等さまざまな要素がある。そのため、ユーザインターフェースの設計には高い自由度が求められる。また、ユーザインターフェースは、さまざまな理由から頻繁に変更されることもある。
【0004】
これに対して業務処理ロジックは、ユーザインターフェースの変更に伴って変更する必要はない。むしろ、ユーザインターフェースを変更する度に、業務処理ロジックまで変更しなければならないとすれば、不便である。
【0005】
そこで、本発明は、ユーザインターフェースの変更と業務処理ロジックの変更とを、それぞれ独立して行うことができるコンピュータシステム等を提供することを目的とする。
【0006】
【課題を解決するための手段】
前記目的を達成するため、本発明では以下の処理を行う。すなわち、ユーザからの入力操作を受け付ける画面を表示するための画面データを記憶する第1の記憶部と、前記画面が受け付け可能な入力操作と、他のシステムに対する処理要求との対応を示す情報を記憶する第2の記憶部と、を備えたコンピュータシステムにおいて、前記第1の記憶部を参照し、前記画面データに基づいて、表示装置に前記画面を表示させる。表示されている前記画面に対する入力操作を受け付けると、前記第2の記憶部を参照して、当該入力操作に対応した前記処理要求をするための情報を生成して出力する。
【0007】
【発明の実施の形態】
以下、本発明の実施形態について、図面を用いて説明する。
【0008】
図1は、本発明を適用した業務処理システムの全体構成を示す。本システムは、端末10と、フロントエンドシステム20と、バックエンドシステム30とを備える。端末10およびバックエンドシステム30は、それぞれ、複数備えていてもよい。フロントエンドシステム20は、各端末10および各バックエンドシステム30と、それぞれ接続されている。また、本システムは、フロントエンドシステム20を複数備えることも可能である。その場合、各フロントエンドシステム20と端末10とで、後述するデータストア220の内容の同期を取るようにしてもよいし、あるいは、データストア220をフロントエンドシステム20の外部に備え、各フロントエンドシステム20がデータストア220を共有するようにしてもよい。
【0009】
端末10は、図示しない入力装置と表示装置とを備え、ユーザに対して情報を表示し、それに対する入力を受け付ける。フロントエンドシステム20は、端末10と、バックエンドシステム30とのインターフェースシステムとして機能する。すなわち、端末10を介してユーザからの業務処理要求を受け付け、それに応じて、いずれか1以上のバックエンドシステム30に対して業務処理要求を出力する。また、フロントエンドシステム20は、業務処理結果を各バックエンドシステム30から受け取る。バックエンドシステム30は、それぞれ、フロントエンドシステム20から業務処理要求を受け付けて、所定の処理を行う。処理結果は、フロントエンドシステム20へ返却される。さらに、処理結果に応じた情報が、フロントエンドシステム20から端末10へ返却される。
【0010】
端末10、フロントエンドシステム20およびバックエンドシステム30は、いずれもコンピュータシステムにより構成される。以下に説明する各構成または各機能は、例えば、コンピュータプログラムを実行することにより実現される。
【0011】
図2は、フロントエンドシステム20の構成を示す。フロントエンドシステム20は、画面データ記憶部21と、画面遷移定義記憶部22と、データストア定義記憶部23と、トランザクション変換定義記憶部24と、データ変換定義記憶部25と、電文定義記憶部26と、画面制御部210と、データストア220と、データ変換部230と、コネクタ250とを備える。
【0012】
画面データ記憶部21は、端末10の表示装置に表示させるための画面データを記憶する。画面データは、例えばHTML(Hyper Text Markup Language)形式等であらかじめ作成されている。各画面データに基づいて表示された画面は、ユーザからの入力操作を受け付け、画面制御部210がその操作内容に応じたフロントトランザクションをコールする。
【0013】
例えば、検索入力画面100の画面データを端末10に表示したときの例を図8に示す。検索入力画面100は、店コードの入力領域110と、検索ボタン120とを備える。検索ボタン120が押されると、フロントトランザクションSearchがコールされる。つまり、画像データには、図8に示す画面を表示し、フロントトランザクションをコールするためのデータが含まれる。
【0014】
画面遷移定義記憶部22は、画面の遷移する順番を定義する。例えば、各画面がコールするフロントトランザクションに対する応答に応じて、遷移する画面を定義する。画面遷移定義記憶部22の記憶内容の例を、図3に示す。ここでは、入力情報221と、業務処理222と、次の画面223とがそれぞれ対応付けられている。入力情報221は、さらに、画面221aと入力アクション221bとを含む。業務処理222は、さらに、フロントトランザクション222aとその処理結果222bとを含む。次の画面223は、さらに、画面223aとそのファイル名223bとを含む。
【0015】
ここに示す例では、以下のことが定義されている。すなわち、画面221a(検索入力画面100)を表示しているときに、ユーザから入力アクション221bに対応する操作(画面上の検索ボタン120のクリック)を受けたとき、フロントトランザクション222a(Search)がコールされる。そのフロントトランザクションを実行した結果222bに応じて、どの画面に遷移するかを画面223aに示す。ファイル名223bは、画面223aのファイル名である。
【0016】
画面制御部210は、端末10に表示する画面を制御する。例えば、画面制御部210は、画面データ記憶部21に記憶されている画面データを取得して、端末10へ出力する。また、画面制御部210は、端末10に表示されている表示画面の入力領域(例えば、店コードの入力領域110)に入力されたデータを受け付けて、データストア220に記憶する。さらに、データストア220からデータを取得して、表示画面に表示させるために画面データと併せて端末10へ出力する。
【0017】
また、画面制御部210は、フロントトランザクションの処理結果を示す返却値を受け付ける。そして、画面制御部210は、その返却値に応じて、画面遷移定義記憶部22に定義されている画面へ遷移させる。
【0018】
データストア定義記憶部23は、データストア220に記憶される各データのデータ形式を定義する。すなわち、データストア定義のデータ項目は、例えば図4に示すように、入出力項目231と、データ型232と、日本語名233と、項目属性234と、その項目が含まれている使用画面235とを含む。入出力項目231は、表示画面に含まれる入出力領域の名称である。入出力項目231は、フロントエンドシステム20において、一意に識別できるように命名されている。データ型232は、入出力項目に入出力されるデータの型を示す。日本語名233は、入出力項目231の日本語名称である。項目属性234は、入出力項目231に入出力されるデータの属性を示す。使用画面235は、入出力項目231が含まれる画面のファイル名を示す。
【0019】
データストア220は、表示画面ごとに、各画面で入出力されるデータを一時的に記憶する。具体的には、データストア220は、表示画面の入力領域に入力されたデータ、および表示画面へ出力するためのデータを、入出力項目231ごとに格納する領域を有する。さらに、データストア220は、データを格納する際、データストア定義記憶部23を参照して、データを項目属性234で指定された内容でチェック、書式変換、及び属性変換を行う。これにより、データの属性が指定された形式に変換されるので、以降の処理を行うときにデータのハンドリングがしやすい。
【0020】
トランザクション変換定義記憶部24は、フロントトランザクションからバックエンドシステムのトランザクションへの変換定義を記憶する。すなわち、トランザクション変換定義は、例えば、図5に示すように、フロントトランザクション241とバックエンドのトランザクション242とを対応付けて記憶する。各トランザクション242は、いずれかのバックエンドシステム30に対する業務処理要求である。例えば、一のフロントトランザクションを実行するために、複数のバックエンドシステム30で処理を行う必要があるときは、一のフロントトランザクション241に、複数のバックエンドトランザクション242が、対応付けられる。複数のバックエンドトランザクションが対応付けられるときには、各トランザクションをシーケンシャル(直列的)に実行する場合(242a)と、パラレル(同時実行または並列的)に実行する場合(242b)とがある。
【0021】
トランザクション変換部230は、トランザクション変換定義記憶部24を参照して、フロントトランザクションからバックエンドのトランザクションへ変換する。また、トランザクション変換部230は、データ変換部240へトランザクションの生成を指示する。
【0022】
データ変換定義記憶部25は、図6に示すように、バックエンドのトランザクションで使用する上り電文と下り電文とを対応付けて記憶する。具体的には、データ変換定義として、バックエンドのトランザクション251と、上り電文252と、下り電文と253とを対応付けて記憶する。
【0023】
また、各電文のフォーマットは、電文定義記憶部26に記憶されている。電文定義の例は、図7に示すように、電文名261と、桁数262と、電文におけるフィールド名263と、表示画面での入出力項目264とを対応付けて記憶する。なお、入出力項目264は、入出力項目231と対応している。
【0024】
データ変換部240は、電文の生成、および分解を行う。例えば、データ変換部240は、トランザクション変換部230からバックエンドトランザクションの生成指示を受け、必要な上り電文を生成する。生成された電文は、それぞれ、対応するコネクタ250へ出力する。
【0025】
上り電文の生成は、具体的には、以下のように行う。データ変換部240が、データ変換定義記憶部25を参照して、バックエンドトランザクション251に対応する上り電文252を取得する。さらに、その電文のフォーマットを電文定義記憶部26から取得する。そして、データ変換部240は、入出力項目264に示すデータをデータストア220から取得して、上り電文を生成する。
【0026】
また、データ変換部240は、コネクタ250から下り電文を受け付け、電文定義記憶部26を参照して、受け取った下り電文から、データを取り出す。データ変換部240が、取り出した各データは、データストア220の入出力項目264に示す位置へ格納される。
【0027】
コネクタ250は、バックエンドシステム30と電文の送受信をする。コネクタ250は、1のバックエンドシステム30に対して一つ存在する。
【0028】
次に、上記構成を備える本システムにおいて、図3に示す画面遷移定義(検索入力画面から店名入力画面または検索エラー画面への遷移)を例に、画面が遷移するときの処理手順ついて説明する。処理手順のフローチャートは、図9に示す。
【0029】
画面制御部210が、画面データ記憶部21から検索入力画面100の画面データを取得して、端末10に対して出力する。端末10では、表示装置に検索入力画面100が表示される(S110)。この画面に対して、ユーザが店コードを入力領域110に入力して、検索ボタン120を押す。画面制御部210は、入力領域110に入力されたデータを取り込んで、データストアに格納する(S120)。
【0030】
検索ボタン120が押されたときの入力アクションは「検索」であるので、画面制御部210は、画面遷移定義記憶部22を参照して、フロントトランザクションSearchをコールする(S125)。トランザクション変換部230は、トランザクション変換定義記憶部24を参照して、フロントトランザクションSearchに対応するトランザクションをデータ変換部240へ指示する(S130)。データ変換部240は、データ変換定義記憶部25を参照して、指示を受けたトランザクションに対応する電文の種類を判定する。ここでは、上り電文は、電文1であるので、データ変換部240は、その電文フォーマットを電文定義記憶部26から取得する。データ変換部240は、必要なデータをデータストア220から取得して、電文1を生成してコネクタ250へ渡す。コネクタ250が、バックエンドシステム30へ電文を送信する(S140)。
【0031】
バックエンドシステム30は、所定の処理(ここでは検索)を実行した結果(返却値およびデータ)を返却する。
【0032】
コネクタ250を介して検索結果を受信すると、データ変換部240は、電文を解析して、データストア220に格納すべきデータがある場合は、格納する(S150)。画面制御部210は、返却値および画面遷移定義に基づいて、遷移する画面を決定する。すなわち、返却値が2であるときは、店名入力画面へ遷移する(S160、S170)。返却値が1または0であるときは、検索エラー画面へ遷移する(S180、S190)。
【0033】
これにより、フロントエンドシステム20は、各定義情報に従ってユーザからの業務処理要求を実行することができる。特に、画面データが受け付けた入力アクションによってコールするフロントトランザクションの実体は、トランザクション変換定義により定まる。このため、画面のレイアウト等を変更するために、画面データを更新しても、業務処理のロジックを変更する必要がない。つまり、ユーザからの入力受け付けと、業務処理とを分離することができ、それぞれ独立して修正や変更をすることが可能となる。この結果、システムの拡張性、メンテナンス性が向上する。
【0034】
次に、上記実施形態の説明では、各記憶部に記憶されている定義情報は、図面に表形式で表示して説明した。しかし、本実施形態で実装する場合、XML(Extensible Markup Language)形式に変換されたものを用いる。以下、この定義形式の変換装置について説明する。
【0035】
定義形式変換装置50は、スプレッドシート形式の定義情報記憶部60から表形式のスプレッドシートで記述された定義情報を入力として受け付け、XML形式に変換し、XML形式定義情報記憶部70に出力する。その構成図を図10に示す。
【0036】
定義変換装置50は、複数の定義変換部51と、定義変換部51の選択を行う選択部52とを備える。各定義変換部51は、それぞれ、各定義情報と対応している。
【0037】
定義形式変換装置50は、コンピュータシステムにより構成される。以下に説明する各構成または各機能は、例えば、コンピュータプログラムを実行することにより実現される。
【0038】
スプレッドシート形式の定義情報記憶部60には、スプレッドシートで作成された図3〜図7に示す表形式の定義情報が記憶されている。定義形式変換装置50は、各スプレッドシートを入力として受け付ける。そして、選択部52が、スプレッドシートのファイル名から、いずれの定義情報であるかを判別する。判別の結果、入力されたスプレッドシートと対応する定義変換部51が選択される。選択された定義変換部51は、スプレッドシートを読み込み、所定の変換ルールに基づいてXML形式に変換する。具体的には、各定義変換部51は、XMLのひな型を保有している。そして、スプレッドシートのセルを読み込んで、そのひな型に当てはめてXML形式に変換する。XML形式の定義情報は、XML形式定義情報記憶部70に格納される。
【0039】
これにより、一般的なスプレッドシートで作成した定義情報を、他の表現形式に変換することができる。
【0040】
なお、ここではスプレッドシート形式からXML形式へ変換したが、他の形式へ変換してもよい。
【0041】
例えば、ユーザからの入力と業務処理との対応(トランザクション変換定義)、または、業務処理の処理結果と表示する画面との対応(画面遷移定義)を、スプレッドシート形式の定義情報として作成すれば、プログラミングすることなく、簡単に実装することができる。
【0042】
【発明の効果】
本発明によれば、ユーザインターフェースの変更と業務処理ロジックの変更とを、それぞれ独立して行うことができる。
【図面の簡単な説明】
【図1】本発明を適用した実施形態に係る業務処理システムの全体構成を示す図である。
【図2】フロントエンドシステム20の構成を示す図である。
【図3】画面遷移定義記憶部22の記憶内容の一例を示す図である。
【図4】データストア定義記憶部23の記憶内容の一例を示す図である。
【図5】トランザクション変換定義記憶部24の記憶内容の一例を示す図である。
【図6】データ変換定義記憶部25の記憶内容の一例を示す図である。
【図7】電文定義記憶部26の記憶内容の一例を示す図である。
【図8】検索入力画面100の一例を示す図である。
【図9】画面を遷移させるときの処理手順を示すフローチャートである。
【図10】スプレッドシート形式の定義情報を、XML形式に変換する定義形式変換装置50を示す図である。
【符号の説明】
10…端末、20…フロントエンドシステム、30…バックエンドシステム、21…画面データ記憶部、22…画面遷移定義記憶部、23…データストア定義記憶部、24…トランザクション変換定義記憶部、25…データ変換定義記憶部、26…電文定義記憶部、50…定義形式変換装置。
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a computer system that is easy to maintain.
[0002]
BACKGROUND OF THE INVENTION
A computer system that receives various operations directly from a user and performs various processes can be divided into a part related to a user interface and a business process logic related to a specific business process.
[0003]
The user interface design standard has various factors such as the impression that the appearance gives to the user, and operability. Therefore, a high degree of freedom is required for user interface design. Also, the user interface may change frequently for a variety of reasons.
[0004]
On the other hand, the business process logic does not need to be changed with the change of the user interface. Rather, it is inconvenient if the business processing logic has to be changed every time the user interface is changed.
[0005]
Therefore, an object of the present invention is to provide a computer system or the like that can independently change a user interface and a business processing logic.
[0006]
[Means for Solving the Problems]
In order to achieve the above object, the present invention performs the following processing. That is, the first storage unit that stores screen data for displaying a screen for receiving an input operation from the user, information indicating the correspondence between the input operation that can be received by the screen and a processing request for another system. In a computer system including a second storage unit that stores data, the first storage unit is referred to, and the screen is displayed on a display device based on the screen data. When an input operation for the displayed screen is accepted, the second storage unit is referred to generate and output information for requesting the processing corresponding to the input operation.
[0007]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
[0008]
FIG. 1 shows the overall configuration of a business processing system to which the present invention is applied. The system includes a terminal 10, a front end system 20, and a back end system 30. A plurality of terminals 10 and back-end systems 30 may be provided. The front end system 20 is connected to each terminal 10 and each back end system 30. The system can also include a plurality of front end systems 20. In that case, the contents of the data store 220 (to be described later) may be synchronized between the front-end systems 20 and the terminals 10, or the data store 220 is provided outside the front-end system 20, and each front-end system 20 The system 20 may share the data store 220.
[0009]
The terminal 10 includes an input device and a display device (not shown), displays information for the user, and accepts input thereto. The front end system 20 functions as an interface system between the terminal 10 and the back end system 30. That is, a business process request from a user is received via the terminal 10 and a business process request is output to any one or more back-end systems 30 accordingly. Further, the front end system 20 receives the business process result from each back end system 30. Each of the back-end systems 30 receives a business process request from the front-end system 20 and performs a predetermined process. The processing result is returned to the front end system 20. Further, information corresponding to the processing result is returned from the front end system 20 to the terminal 10.
[0010]
The terminal 10, the front end system 20, and the back end system 30 are all configured by a computer system. Each configuration or each function described below is realized, for example, by executing a computer program.
[0011]
FIG. 2 shows the configuration of the front-end system 20. The front-end system 20 includes a screen data storage unit 21, a screen transition definition storage unit 22, a data store definition storage unit 23, a transaction conversion definition storage unit 24, a data conversion definition storage unit 25, and a message definition storage unit 26. A screen controller 210, a data store 220, a data converter 230, and a connector 250.
[0012]
The screen data storage unit 21 stores screen data to be displayed on the display device of the terminal 10. The screen data is created in advance in, for example, an HTML (Hyper Text Markup Language) format. The screen displayed based on each screen data receives an input operation from the user, and the screen control unit 210 calls a front transaction according to the operation content.
[0013]
For example, FIG. 8 shows an example when the screen data of the search input screen 100 is displayed on the terminal 10. The search input screen 100 includes a store code input area 110 and a search button 120. When the search button 120 is pressed, the front transaction Search is called. That is, the image data includes data for displaying the screen shown in FIG. 8 and calling a front transaction.
[0014]
The screen transition definition storage unit 22 defines the order of screen transition. For example, a screen that transitions according to a response to a front transaction that each screen calls is defined. An example of the contents stored in the screen transition definition storage unit 22 is shown in FIG. Here, the input information 221, the business process 222, and the next screen 223 are associated with each other. The input information 221 further includes a screen 221a and an input action 221b. The business process 222 further includes a front transaction 222a and a processing result 222b. The next screen 223 further includes a screen 223a and its file name 223b.
[0015]
In the example shown here, the following is defined. That is, when the screen 221a (search input screen 100) is displayed and the user receives an operation corresponding to the input action 221b (click on the search button 120 on the screen), the front transaction 222a (Search) is called. Is done. A screen 223a indicates which screen is to be changed according to the result 222b of the front transaction. The file name 223b is the file name of the screen 223a.
[0016]
The screen control unit 210 controls the screen displayed on the terminal 10. For example, the screen control unit 210 acquires screen data stored in the screen data storage unit 21 and outputs the screen data to the terminal 10. Further, the screen control unit 210 accepts data input to an input area (for example, the store code input area 110) of the display screen displayed on the terminal 10 and stores the data in the data store 220. Further, data is acquired from the data store 220 and output to the terminal 10 together with the screen data for display on the display screen.
[0017]
In addition, the screen control unit 210 receives a return value indicating the processing result of the front transaction. Then, the screen control unit 210 makes a transition to a screen defined in the screen transition definition storage unit 22 according to the return value.
[0018]
The data store definition storage unit 23 defines the data format of each data stored in the data store 220. That is, the data items of the data store definition include, as shown in FIG. 4, for example, an input / output item 231, a data type 232, a Japanese name 233, an item attribute 234, and a usage screen 235 including the item. Including. The input / output item 231 is the name of the input / output area included in the display screen. The input / output item 231 is named so that it can be uniquely identified in the front-end system 20. The data type 232 indicates the type of data input / output to / from the input / output item. The Japanese name 233 is the Japanese name of the input / output item 231. The item attribute 234 indicates an attribute of data input / output to / from the input / output item 231. The usage screen 235 indicates the file name of the screen including the input / output item 231.
[0019]
The data store 220 temporarily stores data input / output on each screen for each display screen. Specifically, the data store 220 has an area for storing data input to the input area of the display screen and data to be output to the display screen for each input / output item 231. Furthermore, when storing the data, the data store 220 refers to the data store definition storage unit 23 to check, format conversion, and attribute conversion of the data with the content specified by the item attribute 234. As a result, the data attributes are converted into the designated format, so that the data can be easily handled during the subsequent processing.
[0020]
The transaction conversion definition storage unit 24 stores a conversion definition from a front transaction to a back-end system transaction. That is, the transaction conversion definition stores, for example, a front transaction 241 and a back-end transaction 242 in association with each other as shown in FIG. Each transaction 242 is a business process request for any back-end system 30. For example, when it is necessary to perform processing in a plurality of back-end systems 30 in order to execute one front transaction, a plurality of back-end transactions 242 are associated with one front transaction 241. When a plurality of back-end transactions are associated, there are a case where each transaction is executed sequentially (serially) (242a) and a case where each transaction is executed in parallel (simultaneous execution or parallel) (242b).
[0021]
The transaction conversion unit 230 refers to the transaction conversion definition storage unit 24 and converts from a front transaction to a back-end transaction. The transaction converter 230 instructs the data converter 240 to generate a transaction.
[0022]
As shown in FIG. 6, the data conversion definition storage unit 25 stores an uplink message and a downlink message used in a back-end transaction in association with each other. Specifically, the back-end transaction 251, the upstream message 252, and the downstream message 253 are stored in association with each other as the data conversion definition.
[0023]
The format of each message is stored in the message definition storage unit 26. In the example of the message definition, as shown in FIG. 7, the message name 261, the number of digits 262, the field name 263 in the message, and the input / output item 264 on the display screen are stored in association with each other. The input / output item 264 corresponds to the input / output item 231.
[0024]
The data conversion unit 240 generates and decomposes a message. For example, the data conversion unit 240 receives a back-end transaction generation instruction from the transaction conversion unit 230 and generates a necessary upstream message. Each of the generated messages is output to the corresponding connector 250.
[0025]
Specifically, the generation of the upstream message is performed as follows. The data conversion unit 240 refers to the data conversion definition storage unit 25 and acquires the upstream message 252 corresponding to the back-end transaction 251. Furthermore, the format of the message is acquired from the message definition storage unit 26. Then, the data conversion unit 240 acquires the data indicated by the input / output item 264 from the data store 220 and generates an upstream message.
[0026]
In addition, the data conversion unit 240 receives a downstream message from the connector 250, refers to the message definition storage unit 26, and extracts data from the received downstream message. Each piece of data extracted by the data conversion unit 240 is stored in the position indicated by the input / output item 264 of the data store 220.
[0027]
The connector 250 transmits and receives messages with the back-end system 30. One connector 250 exists for one back-end system 30.
[0028]
Next, in the present system having the above-described configuration, a processing procedure when the screen transitions will be described using the screen transition definition (transition from the search input screen to the store name input screen or the search error screen) shown in FIG. 3 as an example. A flowchart of the processing procedure is shown in FIG.
[0029]
The screen control unit 210 acquires the screen data of the search input screen 100 from the screen data storage unit 21 and outputs it to the terminal 10. In the terminal 10, the search input screen 100 is displayed on the display device (S110). On this screen, the user inputs the store code in the input area 110 and presses the search button 120. The screen control unit 210 takes in the data input to the input area 110 and stores it in the data store (S120).
[0030]
Since the input action when the search button 120 is pressed is “search”, the screen control unit 210 refers to the screen transition definition storage unit 22 and calls the front transaction Search (S125). The transaction conversion unit 230 refers to the transaction conversion definition storage unit 24 and instructs the data conversion unit 240 to perform a transaction corresponding to the front transaction Search (S130). The data conversion unit 240 refers to the data conversion definition storage unit 25 and determines the type of message corresponding to the received transaction. Here, since the uplink message is message 1, the data conversion unit 240 acquires the message format from the message definition storage unit 26. The data conversion unit 240 acquires necessary data from the data store 220, generates a message 1, and passes it to the connector 250. The connector 250 transmits a message to the backend system 30 (S140).
[0031]
The back-end system 30 returns a result (return value and data) of executing a predetermined process (here, search).
[0032]
When the search result is received via the connector 250, the data conversion unit 240 analyzes the message and stores the data to be stored in the data store 220 (S150). The screen control unit 210 determines a transition screen based on the return value and the screen transition definition. That is, when the return value is 2, the screen transitions to the store name input screen (S160, S170). When the return value is 1 or 0, the screen transits to the search error screen (S180, S190).
[0033]
Accordingly, the front-end system 20 can execute a business process request from the user according to each definition information. In particular, the entity of the front transaction called by the input action accepted by the screen data is determined by the transaction conversion definition. Therefore, even if the screen data is updated in order to change the screen layout or the like, there is no need to change the business process logic. That is, it is possible to separate input reception from the user and business processing, and it is possible to make corrections and changes independently of each other. As a result, the expandability and maintainability of the system are improved.
[0034]
Next, in the description of the above embodiment, the definition information stored in each storage unit has been described in the form of a table in the drawing. However, when implemented in the present embodiment, one converted into an XML (Extensible Markup Language) format is used. Hereinafter, the conversion apparatus of this definition format will be described.
[0035]
The definition format conversion apparatus 50 receives definition information described in a spreadsheet format from the spreadsheet format definition information storage unit 60 as an input, converts the definition information into an XML format, and outputs the XML format definition information storage unit 70. The configuration diagram is shown in FIG.
[0036]
The definition conversion device 50 includes a plurality of definition conversion units 51 and a selection unit 52 that selects the definition conversion unit 51. Each definition conversion unit 51 corresponds to each definition information.
[0037]
The definition format conversion apparatus 50 is configured by a computer system. Each configuration or each function described below is realized, for example, by executing a computer program.
[0038]
The spreadsheet format definition information storage unit 60 stores the definition information in the table format shown in FIGS. The definition format conversion apparatus 50 receives each spreadsheet as input. Then, the selection unit 52 determines which definition information is based on the file name of the spreadsheet. As a result of the determination, the definition conversion unit 51 corresponding to the input spreadsheet is selected. The selected definition conversion unit 51 reads the spreadsheet and converts it into the XML format based on a predetermined conversion rule. Specifically, each definition conversion unit 51 has an XML template. Then, the spreadsheet cell is read and applied to the template and converted into the XML format. The XML format definition information is stored in the XML format definition information storage unit 70.
[0039]
Thereby, the definition information created with a general spreadsheet can be converted into another expression format.
[0040]
Here, the spreadsheet format is converted to the XML format, but may be converted to another format.
[0041]
For example, if the correspondence between the input from the user and the business process (transaction conversion definition) or the correspondence between the processing result of the business process and the screen to be displayed (screen transition definition) is created as definition information in spreadsheet format, Can be easily implemented without programming.
[0042]
【The invention's effect】
According to the present invention, it is possible to independently change the user interface and the business process logic.
[Brief description of the drawings]
FIG. 1 is a diagram showing an overall configuration of a business processing system according to an embodiment to which the present invention is applied.
FIG. 2 is a diagram showing a configuration of a front end system 20;
FIG. 3 is a diagram illustrating an example of storage contents of a screen transition definition storage unit 22;
FIG. 4 is a diagram illustrating an example of storage contents of a data store definition storage unit 23;
FIG. 5 is a diagram illustrating an example of storage contents of a transaction conversion definition storage unit 24;
6 is a diagram showing an example of the contents stored in a data conversion definition storage unit 25. FIG.
FIG. 7 is a diagram illustrating an example of stored contents of a message definition storage unit 26;
8 is a diagram showing an example of a search input screen 100. FIG.
FIG. 9 is a flowchart showing a processing procedure when a screen is changed.
FIG. 10 is a diagram illustrating a definition format conversion apparatus 50 that converts definition information in a spreadsheet format into an XML format.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 10 ... Terminal, 20 ... Front-end system, 30 ... Back-end system, 21 ... Screen data storage part, 22 ... Screen transition definition storage part, 23 ... Data store definition storage part, 24 ... Transaction conversion definition storage part, 25 ... Data Conversion definition storage unit, 26 ... message definition storage unit, 50 ... definition format conversion device.

Claims (6)

バックエンドシステムとユーザとのインタフェースのためのインタフェースシステムであって、
ユーザからの文字また記号の入力を受け付ける、1以上の入力領域を有する複数の画面を表示するための画面データを記憶する画面記憶部と、
前記画面記憶部に記憶されている画面データに基づいて、表示装置に画面を表示させる表示制御部と、
前記表示装置に表示された画面が受け付ける入力操作と、前記バックエンドシステムに対する処理要求とを対応付けて記憶する処理要求記憶部と、
前記処理要求記憶部を参照して、前記表示装置に表示された画面が受け付けた入力操作を前記バックエンドシステムに対する処理要求に変換する処理要求変換部と、
それぞれユニークな識別情報が割り当てられているとともに、前記表示装置に表示された画面の1以上の入力領域と対応付けられていて、各入力領域に入力されたデータを格納する1以上のデータ格納領域を有するデータ記憶部と、
複数の電文の電文名と各電文に含まれるデータを示す前記識別情報とを対応付けた電文定義を記憶した電文定義記憶部と、
前記バックエンドシステムに対する処理要求と電文名とを対応付けて記憶した電文変換記憶部と、
前記電文変換記憶部を参照して前記処理要求変換部により変換された処理要求に対応付けられている電文名を特定するとともに、前記電文定義記憶部を参照して前記特定された電文名の電文定義に含まれる前記識別情報のデータを前記データ記憶部から取得して、前記処理要求変換部により変換された処理要求のための処理要求電文を生成するデータ変換部と、
前記データ変換部が生成した処理要求電文を出力するコネクタと、を備えたインタフェースシステム。
An interface system for interface between a backend system and a user,
A screen storage unit that stores screen data for displaying a plurality of screens having one or more input areas that accept input of characters or symbols from a user;
Based on the screen data stored in the screen storage unit, a display control unit for displaying each screen on a display device,
A processing request storage unit that stores an input operation received by each screen displayed on the display device and a processing request for the back-end system in association with each other;
With reference to the processing request storage unit, a processing request conversion unit that converts an input operation received by each screen displayed on the display device into a processing request for the back-end system;
One or more data storages each storing unique identification information and associated with one or more input areas of each screen displayed on the display device and storing data input to each input area A data storage unit having an area;
A message definition storage unit that stores a message definition in which message names of a plurality of messages are associated with the identification information indicating data included in each message ;
A message conversion storage unit that stores a processing request for the back-end system and a message name in association with each other;
The message name associated with the process request converted by the process request conversion unit with reference to the message conversion storage unit is specified, and the message with the specified message name with reference to the message definition storage unit A data conversion unit that acquires data of the identification information included in the definition from the data storage unit and generates a processing request message for the processing request converted by the processing request conversion unit;
An interface system comprising: a connector that outputs a processing request message generated by the data conversion unit.
前記データ記憶部の1以上のデータ格納領域に格納されるデータの属性が定義されているデータ属性記憶部をさらに備え、
前記1以上のデータ格納領域には、前記データ属性記憶部の定義に従ったデータ属性に変換されたデータが格納されることを特徴とする請求項に記載のインタフェースシステム。
A data attribute storage unit in which attributes of data stored in one or more data storage areas of the data storage unit are defined;
2. The interface system according to claim 1 , wherein the one or more data storage areas store data converted into data attributes according to the definition of the data attribute storage unit.
前記処理要求記憶部には、一の入力操作に対して複数の処理要求が対応付けられていて、当該複数の処理要求は、前記バックエンドシステムでパラレルまたはシーケンシャルに実行されることを特徴とする請求項1または2に記載のインタフェースシステム。In the processing request storage unit, a plurality of processing requests are associated with one input operation, and the plurality of processing requests are executed in parallel or sequentially in the back-end system. The interface system according to claim 1 or 2 . 前記バックエンドシステムに対する処理要求の処理結果別に画面遷移を定義した画面遷移情報を記憶した画面遷移記憶部をさらに備え、
前記コネクタは、前記処理要求電文に対して所定の処理が実行された結果を示す処理結果情報を含む応答電文を受信し、
前記データ変換部は、前記コネクタが受信した応答電文に含まれる処理結果情報を前記データ記憶部に格納し、
前記表示制御部は、前記データ記憶部に格納された前記処理結果情報に基づいて、前記画面遷移記憶部に記憶されている画面遷移情報に従って特定される画面の画面データを前記画面記憶部から取得して前記表示装置に表示させることを特徴とする請求項1からのいずれかに記載のインタフェースシステム。
A screen transition storage unit that stores screen transition information that defines screen transitions according to processing results of processing requests to the back-end system;
The connector receives a response message including processing result information indicating a result of execution of a predetermined process for the processing request message,
The data conversion unit stores processing result information included in a response message received by the connector in the data storage unit,
The display control unit acquires screen data of a screen specified according to the screen transition information stored in the screen transition storage unit from the screen storage unit based on the processing result information stored in the data storage unit interface system according to any of claims 1 3, characterized in that to be displayed on the display device in.
バックエンドシステムとユーザとのインタフェースのために、ユーザからの文字また記号の入力を受け付ける、1以上の入力領域を有する複数の画面を表示するための画面データを記憶する画面記憶部と、前記画面が受け付ける入力操作と、前記バックエンドシステムに対する処理要求とを対応付けて記憶する処理要求記憶部と、それぞれユニークな識別情報が割り当てられているとともに、前記画面の1以上の入力領域と対応付けられていて、各入力領域に入力されたデータを格納する1以上のデータ格納領域を有するデータ記憶部と、複数の電文の電文名と各電文に含まれるデータを示す前記識別情報とを対応付けた電文定義を記憶した電文定義記憶部と、を備えたインタフェースシステムが、
前記画面記憶部に記憶されている画面データに基づいて、表示装置に画面を表示させるステップと、
前記表示装置に表示された画面の1以上の入力領域に入力されたデータを、各入力領域と対応付けられている前記データ記憶部のデータ格納領域に格納するステップと、
前記処理要求記憶部を参照して、前記表示装置に表示された画面が受け付けた入力操作を前記バックエンドシステムに対する処理要求に変換するステップと、
前記1以上のデータ格納領域に格納されているデータを取得して、前記変換された処理要求のための処理要求電文を生成するステップと、
前記電文変換記憶部を参照して前記変換された処理要求に対応付けられている電文名を特定するとともに、前記電文定義記憶部を参照して、前記特定された電文名の電文定義に含まれる前記識別情報のデータを前記データ記憶部から取得して、前記変換された処理要求のための処理要求電文を生成するステップと、
前記生成された処理要求電文を出力するステップと、を行うインタフェース方法。
For interface with back-end systems and user accepts the input of characters also symbols from the user, a screen storage unit for storing the screen data for displaying a plurality of screens having at least one input region, each An input operation received by the screen and a processing request storage unit that stores the processing request for the back-end system in association with each other , each having unique identification information assigned thereto, and corresponding to one or more input areas of each screen A data storage unit having at least one data storage area for storing data input to each input area, and correspondence between the message names of a plurality of messages and the identification information indicating the data included in each message An interface system comprising a message definition storage unit that stores the attached message definition,
Displaying a screen on a display device based on screen data stored in the screen storage unit;
Storing data input to one or more input areas of the screen displayed on the display device in a data storage area of the data storage unit associated with each input area;
Referring to the processing request storage unit, converting the input operation received by the screen displayed on the display device into a processing request for the back-end system;
Acquiring data stored in the one or more data storage areas and generating a processing request message for the converted processing request;
The message name associated with the converted processing request is specified with reference to the message conversion storage unit, and is included in the message definition of the specified message name with reference to the message definition storage unit. Obtaining data of the identification information from the data storage unit, and generating a processing request message for the converted processing request;
And outputting the generated processing request message.
バックエンドシステムとユーザとのインタフェースのために、ユーザからの文字また記号の入力を受け付ける、1以上の入力領域を有する複数の画面を表示するための画面データを記憶する画面記憶部と、前記画面が受け付ける入力操作と、前記バックエンドシステムに対する処理要求とを対応付けて記憶する処理要求記憶部と、それぞれユニークな識別情報が割り当てられているとともに、前記画面の1以上の入力領域と対応付けられていて、各入力領域に入力されたデータを格納する1以上のデータ格納領域を有するデータ記憶部と、複数の電文の電文名と各電文に含まれるデータを示す前記識別情報とを対応付けた電文定義を記憶した電文定義記憶部と、を備えたインタフェースシステムに、
前記画面記憶部に記憶されている画面データに基づいて、表示装置に画面を表示させるステップと、
前記表示装置に表示された画面の1以上の入力領域に入力されたデータを、各入力領域と対応付けられている前記データ記憶部のデータ格納領域に格納するステップと、
前記処理要求記憶部を参照して、前記表示装置に表示された画面が受け付けた入力操作を前記バックエンドシステムに対する処理要求に変換するステップと、
前記1以上のデータ格納領域に格納されているデータを取得して、前記変換された処理要求のための処理要求電文を生成するステップと、
前記電文変換記憶部を参照して前記変換された処理要求に対応付けられている電文名を特定するとともに、前記電文定義記憶部を参照して、前記特定された電文名の電文定義に含まれる前記識別情報のデータを前記データ記憶部から取得して、前記変換された処理要求のための処理要求電文を生成するステップと、
前記生成された処理要求電文を出力するステップと、を実行させるためのコンピュータプログラム。
For interface with back-end systems and user accepts the input of characters also symbols from the user, a screen storage unit for storing the screen data for displaying a plurality of screens having at least one input region, each An input operation received by the screen and a processing request storage unit that stores the processing request for the back-end system in association with each other , each having unique identification information assigned thereto, and corresponding to one or more input areas of each screen A data storage unit having at least one data storage area for storing data input to each input area, and correspondence between the message names of a plurality of messages and the identification information indicating the data included in each message In an interface system comprising a message definition storage unit that stores the attached message definition,
Displaying a screen on a display device based on screen data stored in the screen storage unit;
Storing data input to one or more input areas of the screen displayed on the display device in a data storage area of the data storage unit associated with each input area;
Referring to the processing request storage unit, converting the input operation received by the screen displayed on the display device into a processing request for the back-end system;
Acquiring data stored in the one or more data storage areas and generating a processing request message for the converted processing request;
The message name associated with the converted processing request is specified with reference to the message conversion storage unit, and is included in the message definition of the specified message name with reference to the message definition storage unit. Obtaining data of the identification information from the data storage unit, and generating a processing request message for the converted processing request;
And a step of outputting the generated processing request message.
JP2001086252A 2001-03-23 2001-03-23 Information processing system and interface system Expired - Lifetime JP3710719B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001086252A JP3710719B2 (en) 2001-03-23 2001-03-23 Information processing system and interface system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001086252A JP3710719B2 (en) 2001-03-23 2001-03-23 Information processing system and interface system

Publications (2)

Publication Number Publication Date
JP2002287962A JP2002287962A (en) 2002-10-04
JP3710719B2 true JP3710719B2 (en) 2005-10-26

Family

ID=18941661

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001086252A Expired - Lifetime JP3710719B2 (en) 2001-03-23 2001-03-23 Information processing system and interface system

Country Status (1)

Country Link
JP (1) JP3710719B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1760650A1 (en) * 2005-08-17 2007-03-07 Deutsche Post AG Method and arrangement of devices for operating a computer based branch system
JP2007072546A (en) * 2005-09-05 2007-03-22 Nomura Research Institute Ltd Flow editing device and flow editing method
JP2007087127A (en) * 2005-09-22 2007-04-05 Open Stream Inc Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04299437A (en) * 1991-03-27 1992-10-22 Nec Corp On-line program processing system
JPH05158672A (en) * 1991-12-10 1993-06-25 Chubu Nippon Denki Software Kk Program start selection system using menu
JPH05204860A (en) * 1992-01-09 1993-08-13 Nec Corp Job identification mark input conversion system
JPH05289991A (en) * 1992-04-06 1993-11-05 Chubu Nippon Denki Software Kk On-line picture control system
JP3853387B2 (en) * 1994-11-15 2006-12-06 富士通株式会社 Data access right management method in data independent computer system

Also Published As

Publication number Publication date
JP2002287962A (en) 2002-10-04

Similar Documents

Publication Publication Date Title
CA2428821C (en) Accessing a platform independent input method editor from an underlying operating system
JP3710719B2 (en) Information processing system and interface system
JPH01232412A (en) Help system
JP5739968B2 (en) Multi-character set character code input method, multi-character set character code input system, and apparatus for executing multi-character set character code input program
JP2005092522A (en) System for transition of screen state, interface system, program for transition of screen state, program for interface system, method for transition of screen state, and interface method
CN115081423A (en) Document editing method and device, electronic equipment and storage medium
JP2005107635A (en) Electronic form input system, method and program, and medium
JP2003308512A (en) Data processing method, program and information processor
JP7306088B2 (en) program group
US11640502B2 (en) Word registration device, word registration method, and word registration program stored on computer-readable storage
JP7290073B2 (en) program
JPH0512067A (en) Error message display device
JPH02105220A (en) Automatic software preparing device
KR100741268B1 (en) Method for inputting data using input-select-window
JP2020107020A (en) Program, information processor, and processing method
JPS62229433A (en) Document processor
CN114547516A (en) Railway station yard graph processing method and system
CN116627986A (en) Form realization method and system capable of dynamically configuring display and search
CN116954621A (en) Code generation method and code generation device
JPH0362115A (en) Menu control system
JPH0452829A (en) Information processor
JPH07160455A (en) Data selecting method
JPH07129374A (en) Customized macro command preparation supporting system
JPS61272822A (en) Graph drawing device
JPH10143592A (en) Report preparation device provided with connection repetitive frame and connection repetitive frame generation method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050111

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050314

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050314

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050317

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050516

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050713

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050805

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050810

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 3710719

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090819

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090819

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100819

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110819

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110819

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120819

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120819

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130819

Year of fee payment: 8

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term