JP3886852B2 - Information processing system with front-end processing function - Google Patents

Information processing system with front-end processing function Download PDF

Info

Publication number
JP3886852B2
JP3886852B2 JP2002168838A JP2002168838A JP3886852B2 JP 3886852 B2 JP3886852 B2 JP 3886852B2 JP 2002168838 A JP2002168838 A JP 2002168838A JP 2002168838 A JP2002168838 A JP 2002168838A JP 3886852 B2 JP3886852 B2 JP 3886852B2
Authority
JP
Japan
Prior art keywords
processing
window
screen
client
application
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 - Fee Related
Application number
JP2002168838A
Other languages
Japanese (ja)
Other versions
JP2004013694A (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 JP2002168838A priority Critical patent/JP3886852B2/en
Publication of JP2004013694A publication Critical patent/JP2004013694A/en
Application granted granted Critical
Publication of JP3886852B2 publication Critical patent/JP3886852B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Computer And Data Communications (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は大規模で、多様な処理を行うアプリケーションプログラムと、所定の定型的な情報処理の実行を得手とするホストコンピュータとデータベースなどのバックエンドシステムとの間に、アプリケーションプログラムからの処理要求を単純化して中継しバックエンドシステムに処理させ、バックエンドシステムからその処理結果を受信してアプリケーションプログラムがほしい形に変換して返すフロントエンド処理機能を有する情報処理システムに関する。
【0002】
特に本発明は、アプリケーションプログラムが一つのブラウザで複数のウィンドウを立ち上げた場合などに、バックエンドシステムからの処理結果を正確にその処理結果を反映すべきウィンドウに表示させることができる、フロントエンド処理機能を有する情報処理システムに関する。
【0003】
【従来の技術】
ユーザから直接操作を受け付けて、さまざまな処理を行うコンピュータシステムは、ユーザインターフェースに関する部分と、具体的な業務処理に関する業務処理ロジックとに分けることができる。
【0004】
ユーザインターフェースの設計基準は、ユーザに与える印象、操作性等さまざまな要素がある。そのため、ユーザインターフェースの設計には高い自由度が求められる。また、ユーザインターフェースは、さまざまな理由から頻繁に変更されるものである。
【0005】
これに対して業務処理ロジックは、定型的な処理が多く、単純化できれば高性能なコンピューターによって高速に処理することができる。この業務処理ロジックは、ユーザインターフェースの変更に伴って変更する必要はなく、むしろ、ユーザインターフェースを変更する度に、業務処理ロジックまで変更しなければならないとすれば、不便である。
【0006】
【発明が解決しようとする課題】
上記問題に対し、本願出願人は、大規模で多様なアプリケーションプログラムを実行するクライアントと、所定の定型的な情報処理を得手とするホストコンピュータなどのバックエンドシステムとの間に、クライアントとバックシステムの間の処理要求や処理結果を中継するフロントエンドサーバーを介在させる情報処理システムを提案した。前記フロントエンドサーバーは、アプリケーションプログラムからの処理要求を受信してバックエンドシステムが処理可能な処理要求電文に変換し、バックエンドシステムの処理結果を受信してアプリケーションプログラムの所定の画面に処理結果を組み入れてクライアントに送信するものであった。このフロントエンドサーバーの作用により、バックエンドシステムの業務処理ロジックとアプリケーションプログラムの画面等が分離され、バックエンドシステムから独立してアプリケーションプログラムのユーザーインターフェースを変更し得るものになった。
【0007】
上記本願出願人が提案した情報処理システムは、アプリケーションプログラムのユーザーインターフェースが要求する複雑さと多様さと柔軟性と、バックエンドシステムが要求する単純性、不変性の双方を同時に満たすものであった。
【0008】
しかし、上記本願出願人が先に提案した情報処理システムは、一つの処理要求について画面遷移が一義的に定まる処理を対象とするものであった。
【0009】
ところが、アプリケーションプログラムの処理内容の高度化と大規模化により、現在では同一のブラウザによって複数のウィンドウを立ち上げ、それぞれのウィンドウからほぼ同時に処理要求を発することが多くなった。あるいは、一つのフレーム内に複数の画面を配置し、それぞれの画面から処理要求を発することもしばしばある。
【0010】
クライアントが処理要求を順次発し、バックエンドシステムが順次処理を行って処理結果を変える場合は、一つの処理要求に対して一つの画面遷移のみが定義されていても問題は生じない。
【0011】
しかし、複数のウィンドウが同時に立ち上げられ、複数のウィンドウから同時に処理要求が発せられる場合は、一つの処理要求に対して一つの画面遷移のみが定義されていると、バックエンドシステムからの処理結果がクライアントに返されるが、クライアント側では複数同時に存在するウィンドウのいずれに処理結果を表示していいのか判断できないという問題が生じる。たとえば複数のウィンドウを立ち上げて、各ウィンドウから銀行口座A,B,Cの残高照会をする場合に、銀行口座A,B,Cの残高が異なるウィンドに表示されることがある。
【0012】
そこで、本発明が解決しようとする課題は、複数のウィンドウが同時に立ち上げられ、複数の処理要求がほぼ同時に発せられた場合でも、処理結果を正しいウィンドウに表示させることができるフロントエンド処理機能を有する情報処理システムを提供することにある。
【0013】
【課題を解決するための手段】
本発明によるフロントエンド処理機能を有する情報処理システムは、
アプリケーションプログラムを実行する少なくとも一つのクライアントと業務処理ロジックを実行する少なくとも一つのバックエンドシステムの間に介在し、クライアントからアプリケーションの画面データと、ユーザーによって必要に応じて入力された入力データと、ウィンドウIDまたはウィンドウIDとアプリケーションIDとを含むデータを受信し、ウィンドウIDまたはウィンドウIDとアプリケーションIDから処理要求を特定し、前記処理要求を処理要求電文に変換し、所定のバックエンドシステムに実行させ、実行結果を要求を発したアプリケーションの所定の画面データに加入して要求元のクライアントに送信するフロントエンドサーバーを有し、
前記フロントエンドサーバーは、
前記クライアントから送信された前記画面データがクライアント側で新たに開いたウィンドウのデータか否かを画面データに付されたウィンドウIDとフロントエンドサーバーに備えられたウィンドウID管理テーブルとを比較して判断し、新たに開いたウィンドウと判断した場合は新たにウィンドウIDを付与するととも処理中オブジェクトを生成し、ウィンドウIDまたはウィンドウIDとアプリケーションIDから処理要求IDを特定し、前記処理要求IDから処理要求電文を生成して所定のバックエンドシステムに実行させ、処理結果を前記処理要求IDとウィンドウIDまたはウィンドウIDとアプリケーションIDによって特定されるアプリケーションの所定の画面に加入してなるデータにウィンドウIDまたはウィンドウIDとアプリケーションIDを付して要求元のクライアントに送信するサーバー側ウィンドウID管理手段と、
前記クライアントに表示させる画面の画面データを記憶する画面データ記憶手段と、前記クライアントから受信した画面からウィンドウIDまたはウィンドウIDとアプリケーションIDと必要な入力データを抽出し、あるいは前記クライアントに画面を表示させるために必要な処理結果を加入した画面データを生成しウィンドウIDとアプリケーションIDを付して出力する画面制御手段と、処理要求とその処理結果に対応する画面遷移の定義を記憶した画面遷移定義記憶手段と、を有する画面制御部と、
を有していることを特徴とするものである。
【0014】
本発明によるフロントエンド処理機能を有する情報処理システムは、
アプリケーションプログラムを実行する少なくとも一つのクライアントと業務処理ロジックを実行する少なくとも一つのバックエンドシステムの間に、前記クライアントから所定の処理要求を含むアプリケーション画面を受信し、前記処理要求を業務処理ロジックに変換し、所定のバックエンドシステムに実行させ、実行結果を要求を発したアプリケーションの所定の画面に加入して要求元のクライアントに送信するフロントエンドサーバーを介在させたフロントエンド処理機能を有する情報処理システムにおいて、
前記アプリケーションプログラムは、同一画面内で複数のアプリケーション処理を実行可能である場合は、前記画面のウィンドウIDに対して前記アプリケーション処理ごとにアプリケーションIDを予め定めており、
前記クライアントは、
ブラウザが所定のアプリケーション画面を開く時に、そのアプリケーション画面がウィンドウIDおよびアプリケーションIDが更新されたことを示す前記フロントエンドサーバーからのリセット信号を有している時は、そのアプリケーション画面に付されているウィンドウIDとアプリケーションIDとをそのアプリケーション画面の識別情報として採用するとともに、処理登録済み信号をオンにし、そのアプリケーション画面が前記リセット信号を有していない時は、そのアプリケーション画面に付されているウィンドウIDをヌル信号に変換し、処理登録済み情報をオンにする、クライアント側ウィンドウID管理手段を有していることを特徴とするものである。
【0015】
本発明によれば、フロントエンドサーバーが、クライアントから送信された画面データがクライアント側で新たに開いたウィンドウか否かを画面データに付されたウィンドウIDとアプリケーションIDとフロントエンドサーバーに備えられたウィンドウID管理テーブルとを比較して判断し、新たに開いたウィンドウと判断した場合は新たにウィンドウIDを付与するとともに処理中オブジェクトを生成し、ウィンドウIDとアプリケーションIDと処理要求IDの識別情報の組を処理要求に付して所定のバックエンドシステムに実行させ、処理結果を前記ウィンドウIDとアプリケーションIDと処理要求IDの識別情報の組によって特定されるアプリケーションの所定の画面に加入して前記ウィンドウIDとアプリケーションIDと処理要求IDの識別情報の組を付して要求元のクライアントに送信する。
【0016】
一方、クライアントは、ブラウザが所定のアプリケーション画面を開く時に、そのアプリケーション画面がウィンドウIDおよびアプリケーションIDが更新されたことを示す前記フロントエンドサーバーからのリセット信号を有している時は、そのアプリケーション画面に付されているウィンドウIDとアプリケーションIDとをそのアプリケーション画面の識別情報として採用するとともに、処理登録済み信号をオンにし、そのアプリケーション画面が前記リセット信号を有していない時は、そのアプリケーション画面に付されているウィンドウIDをヌル信号に変換し、処理登録済み情報をオンにする。
【0017】
これにより、クライアントで新規にウィンドウを開いた時も、画面のコピーによって新規にウィンドウを開いた時も、フロントエンドサーバーによって新規のウィンドウであると認識され、新たなウィンドウIDを付与される。
【0018】
バックエンドシステムの処理結果は処理要求のウィンドウID/アプリケーションIDの情報を付されてクライアントに送信されるので、クライアント側では処理結果を正しいウィンドウに表示させることができる。
【0019】
【発明の実施の形態】
次に、本発明によるフロントエンド処理機能を有する情報処理システムの実施の形態について以下に説明する。
【0020】
図1は、本発明による一実施形態によるフロントエンド処理機能を有する情報処理システムの全体の構成を示したものである。
【0021】
図1に示すように、本実施形態による情報処理システム1は、複数のクライアント2と、たとえばリレーショナルデータベース(RDB)、ホストコンピュータ、オンライントランザクション処理装置等のバックエンドシステム3と、前記クライアント2とバックエンドシステム3の間に設けられたフロントエンドサーバー4とを有している。
【0022】
クライアント2は種々のアプリケーションプログラムを実行するコンピューター、端末である。
【0023】
バックエンドシステム3は、複数のシステムからなり、それぞれのシステムは特定の定型処理を行うように特化されている。たとえば、RDBはデータ検索等を行い、ホストコンピューターは業務処理を行い、オンライントランザクション処理装置は所定のオンライントランザクション処理を行うように特化され、大量の処理を高性能なコンピューターによって高速に処理するように構成されている。
【0024】
フロントエンドサーバー4は、クライアント2(実際にはクライアント2上で作動するアプリケーションプログラム)からの処理要求をバックエンドシステム3への処理要求電文に変換し、その処理要求電文をバックエンドシステム3に送信し、その処理結果電文をバックエンドシステム3から受信し、処理結果をアプリケーションプログラムが認識できる形に変換してクライアント2に送信する。
【0025】
クライアント2からの処理要求が実際には複数のバックエンドシステム3を稼働させる必要がある時は、フロントエンドサーバー4は、一つの処理要求に対して複数の処理要求電文を生成し、これらの処理要求電文を複数のバックエンドシステム3に送信し、それらのバックエンドシステム3から処理要求電文を受信し、処理結果を組み立ててクライアント2に返す。
【0026】
クライアント2からの処理要求はWebページによるのが好ましい。ユーザーは、クライアント2上でWebページを表示させ、当該Webページに必要なデータを入力し、その入力データを含んだWebページをフロントエンドサーバー4に送信する。フロントエンドサーバー4は、前記入力データを含んだWebページから必要な情報(入力データと処理要求の種類)を抽出し、バックエンドシステム3に送信し、バックエンドシステム3から処理結果を受信してWebページに組み入れてクライアント2に返信する。
【0027】
本発明の情報処理システム1は、クライアント2が一つのブラウザによって複数のウィンドウを立ち上げて複数の処理要求を発する場合、あるいは、一つのフレーム内に複数の画面が含まれて複数の処理要求を発することができる場合に対し、フロントエンドサーバー4からの処理結果を組み入れた画面を正しいウィンドウに表示させることができる。
【0028】
フロントエンドサーバー4からの処理結果を正しいウィンドウに表示させるために、情報処理システム1は以下の構成を有している。
【0029】
クライアント2は、クライアント側ウィンドウID管理手段5を有している。
【0030】
また、フロントエンドサーバー4は、処理中オブジェクトの管理モジュール6と処理モジュール7とを有している。
【0031】
クライアント側ウィンドウID管理手段5は、クライアント2側でブラウザが立ち上げたウィンドウに識別情報を付して管理する手段である。また、クライアント側ウィンドウID管理手段5は、ブラウザが開いたウィンドウがバックエンドシステム3から送信されたウィンドウか、すでに開かれている画面をコピーしたウィンドウかを識別し、それによって識別情報を操作する機能を有している手段である。
【0032】
クライアント側ウィンドウID管理手段5の具体的な処理については後述する。
【0033】
処理中オブジェクトの管理モジュール6は、フロントエンドサーバー4が処理している途中の処理要求を管理する手段である。処理中オブジェクトの管理モジュール6は、各処理中の処理要求をオブジェクト(処理中オブジェクト)として管理し、クライアント2の各ウィンドウからの処理要求に対して一対一対応の処理中オブジェクトを生成し、終了した処理中オブジェクトを削除等する。ここで、処理中オブジェクトは、進行中の処理プロセスを表すものであって、問い合わせに対して処理状況や処理要求の種別等を返すオブジェクトである。
【0034】
処理中オブジェクトの管理モジュール6の具体的な処理については後述する。
【0035】
処理モジュール7は、処理中オブジェクトの管理モジュール6から、処理要求を受け取り、バックエンドシステム3に対して処理を要求し、その処理結果を受信してクライアント2へのWebページに組み入れて処理中オブジェクトの管理モジュール6に返す処理部である。
【0036】
処理モジュール7の具体的な処理については後述する。
【0037】
図2に、処理中オブジェクトの管理モジュール6の構成を示す。
【0038】
処理中オブジェクトの管理モジュール6は、サーバー側ウィンドウID管理手段8と、処理要求定義記憶手段9と、ウィンドウID管理テーブル10と、処理中オブジェクト記憶手段11とを有している。
【0039】
サーバー側ウィンドウID管理手段8は、クライアント2から受信した画面データがクライアント2で新たに開かれたウィンドウか否かを判定し、新たに開かれたウィンドウであれば、ウィンドウIDを付与して管理し、そのウィンドウに対応する処理中オブジェクトを生成する手段である。新たに開かれたウィンドウか否の情報は既に開かれているウィンドウのウィンドウIDを記憶したウィンドウID管理テーブル10を参照して判断する。
【0040】
処理中オブジェクトは、サーバー側ウィンドウID管理手段8によって生成、削除され、処理中オブジェクト記憶手段11によって記憶管理される。
【0041】
処理要求ID定義記憶手段9は、ウィンドウIDまたはアプリケーションIDに対応する処理要求IDの定義を記憶管理する手段である。
【0042】
ここで、ウィンドウIDは各ウィンドウに付される識別情報であり、アプリケーションIDはウィンドウ中の処理に付される識別情報である。ウィンドウが単一の処理のみを行う画面である場合には、アプリケーションIDを省略することができる。その場合は、ウィンドウIDと処理要求IDとが直接対応して定義される。
【0043】
図3は処理モジュール7の構成を示している。
【0044】
処理モジュール7は、画面制御部12と処理中継部13とを有している。
【0045】
画面制御部12は、クライアント2から受信した画面から必要な情報を抽出し、あるいはクライアント2に送信する画面を選択し、必要な情報を組み入れる処理部である。
【0046】
処理中継部13は、クライアント2から受信した画面データが要求する処理要求を適当なバックエンドシステム3に行わせ、バックエンドシステム3から処理結果を受信して画面制御部12に出力する処理部である。
【0047】
画面制御部12は、画面制御手段14と画面データ記憶手段15と画面遷移定義記憶手段16とを有している。
【0048】
画面制御手段14は、クライアント2から受信した画面から処理要求IDと必要な入力データを抽出し、あるいはクライアント2に画面を表示させるために必要な処理結果を加入した画面データを生成して出力する手段である。
【0049】
画面データ記憶手段15は、クライアントに表示させる画面の画面データを記憶する手段である。画面データは、例えばHTML(HyperTextMarkupLanguage)形式等であらかじめ作成されている。各画面データに基づいて表示された画面は、ユーザからの入力操作を受け付け、画面制御手段14がその操作内容に応じたフロントトランザクション処理をコールする。
【0050】
画面遷移定義記憶手段16は、処理要求とその処理結果に対応する画面遷移の定義を記憶する手段である。
【0051】
上記構成により、画面制御部12は、クライアント2から受信した画面データの処理要求IDを特定し、あるいは入力されているデータ(入力データ)等を抽出し、あるいは、クライアント2に送信する画面データのファイルを特定し、バックエンドシステム3の処理結果を組み入れて画面データを生成する。
【0052】
処理中継部13は、データストア17と、トランザクション変換手段18と、電文変換手段19と、コネクタ20と、データストア定義記憶手段21と、電文変換定義記憶手段22と、電文定義記憶手段23と、トランザクション定義記憶手段24とを有している。
【0053】
データストア17は、クライアント2から受信した画面データから抽出した入力データを記憶する手段である。このデータストア17は、サーバー側ウィンドウID管理手段8によってウィンドウID単位に複製される。そして該当するウィンドウに対応するウィンドウIDに関連づけられたデータストア17の一つが処理モジュール7上で選択され、使用される。
【0054】
トランザクション変換手段18は、クライアント2から受信した画面の処理要求IDを画面制御手段14から取得し、処理要求IDとトランザクション処理を対応させて記憶したトランザクション定義記憶手段24を参照して前記処理要求IDに対応するトランザクション処理を特定する手段である。
【0055】
電文変換手段19は、トランザクション変換手段18からトランザクション処理の情報を入力し、トランザクション処理とそれに必要な処理要求電文を対応させて記憶した電文変換定義記憶手段22と、各処理要求電文または処理結果電文の定義を記憶した電文定義記憶手段23とを参照して必要な入力データを組み込んで処理要求電文を生成し、あるいは、バックエンドシステム3から処理結果電文を受信し、処理結果電文から処理結果を抽出してデータストア17に出力する手段である。
【0056】
データストア定義記憶手段21は、画面データに含まれるデータの入出力項目、データ型、使用画面等の定義を記憶する手段である。
【0057】
上記構成により、処理中継部13は、クライアント2から受信した画面の処理要求IDと必要な入力データを画面制御手段14から取得し、前記処理要求IDに対応するトランザクション処理の要求電文のテンプレートに入力データを組み込んで処理要求電文を生成し、所定のバックエンドシステム3に前記処理要求電文を送信し、バックエンドシステム3から処理結果電文を受信し、その処理結果電文から処理結果を抽出してデータストア17を介して画面制御手段14に出力する。
【0058】
以下に情報処理システム1の処理の流れを説明する。
【0059】
図4は、クライアント側ウィンドウID管理手段5と、フロントエンドサーバーの処理中オブジェクトの管理モジュール6の間の処理の流れを示している。図4中、「WID」はウィンドウID、「APID」はアプリケーションIDを示す。
【0060】
図4において、クライアント2が所定の画面を新規に開いて処理中オブジェクトの管理モジュール6に送信するときは、その画面データにウィンドウIDがヌル(入力されていない状態;WID=””)とアプリケーションIDがたとえばP1(APID=”P1”)の情報を付して送信する(ステップS100)。なお、APIDはアプリケーションプログラムによってウィンドウ(画面)に対応して予め定められている。
【0061】
上記画面データを受信した処理中オブジェクトの管理モジュール6では、WID=””であるので、ウィンドウID管理テーブル10に新規のウィンドウID(図4の例ではW1)を登録し、WID=”W1”,APID=”P1”にし、処理登録済み信号をオフ(OnLoadCtr=0)にするとともに、WID=”W1”/APID=”P1”に対応する処理中オブジェクト(DSB)を生成する(ステップS110)。上記処理はサーバー側ウィンドウID管理手段8によって行われる。
【0062】
処理中オブジェクトの管理モジュール6は、要求された画面にOnLoadCtr=0,WID=”W1”,APID=”P1”の情報を付してクライアント2に送信する(ステップS120)。
【0063】
クライアント2のクライアント側ウィンドウID管理手段5は、画面が開かれた時に、画面データがリセット信号を有しているか否かを判断し、以下のような処理を行う。なお、リセット信号は、WID,APID等がフロントエンドサーバー4によって更新されたことを示す信号であって、処理登録済み信号をオフにすることでリセット信号に代えてもよい。図4の例はこの方法によりリセットの有無を判断している。
【0064】
すなわち、クライアント側ウィンドウID管理手段5は、アプリケーション画面がウィンドウIDが更新されたことを示すリセット信号を有している時は、そのアプリケーション画面の画面データに付されているウィンドウIDとアプリケーションIDをそのアプリケーション画面の識別情報として採用するとともに、処理登録済み信号をオンにし、一方、そのアプリケーション画面が前記リセット信号を有していない時は、そのアプリケーション画面に付されているウィンドウIDをヌル信号に変換し、処理登録済み情報をオンにする。
【0065】
この場合、OnLoadCtr=0(リセット信号を有している)ので、クライアント側ウィンドウID管理手段5は、その画面データに付されているウィンドウIDとアプリケーションIDをそのアプリケーション画面の識別情報として採用するとともに(WID=”W1”,APID=”P1”)、処理登録済み信号をオンにし(OnLoadCtr=1)にする(ステップS130)。
【0066】
次に、クライアント2でステップS130の画面から次の処理要求の画面データをフロントエンドサーバー4に送る時は、その画面に付されている情報WID=”W1”,APID=”P1”を画面データに付して送信する(ステップS140)。
【0067】
上記画面データを受信した処理中オブジェクトの管理モジュール6は、WID=”W1”,APID=”P1”という処理要求が既に処理中であるか否かをウィンドウID管理テーブル10を参照して判断する。この場合、既にWID=”W1”,APID=”P1”がウィンドウID管理テーブル10に登録されているので(ステップS110)、処理中オブジェクトの管理モジュール6はWID=”W1”/APID=”P1”に対応する処理中オブジェクト(DSB)の処理要求IDを処理モジュール7に出力し(ステップS150)、処理モジュール7が出力した画面データに情報OnLoadCtr=0,WID=”W1”,APID=”P2”の情報を付してクライアント2に送信する(ステップ160)。
【0068】
上記処理結果を組み込んだ画面データを受信したクライアント2ではクライアント側ウィンドウID管理手段5が、OnLoadCtr=0(リセット信号を有している)であるので、その画面データに付されているウィンドウIDとアプリケーションIDをそのアプリケーション画面の識別情報として採用するとともに(WID=”W1”,APID=”P2”)、処理登録済み信号をオンにし(OnLoadCtr=1)にする(ステップS170)。
【0069】
次に、クライアント2がステップS170の画面から次の処理要求の画面データをフロントエンドサーバー4に送る時は、その画面に付されている情報WID=”W1”,APID=”P2”を画面データに付して送信する(ステップS180)。
【0070】
上記画面データを受信したフロントエンドサーバー4では、処理中オブジェクトの管理モジュール6がウィンドウID管理テーブル10を参照し、同一ウィンドウ(WID=”W1”)の次の処理(P2)であることを認識し、WID=”W1”/APID=”P2”に対応する処理中オブジェクト(DSB)を生成し、ステップ150と同様の処理を行う(ステップS190)。
【0071】
以上のように、一つのウィンドウを開いて、通常の処理の手順に従って処理を行い画面が遷移するときは、同一のウィンドウIDWID=”W1”が保持され、処理がP1、P2へと変遷する。
【0072】
この場合には、バックエンドシステム3の処理結果を組み込んだ画面のデータは、ウィンドウIDと処理要求IDの識別情報の組(WID=”W1”/APID=”P1”、WID=”W1”/APID=”P2”等)を識別情報として有しているので、クライアント2側ではクライアント側ウィンドウID管理手段5が上記画面データを正しいウィンドウに表示させることができる。
【0073】
また、クライアント2のブラウザが複数のウィンドウを立ち上げた場合には、各ウィンドウが上記ステップS100〜S190のように処理され、各ウィンドウが異なるウィンドウIDを有しているので、クライアント2はフロントエンドサーバー4から受信した処理結果の画面データをいずれのウィンドウに表示させるべきかを判断でき、正しいウィンドウに処理結果を表示させることができる。
【0074】
一方、クライアント2でブラウザの画面をコピーして新たにウィンドウを開くことがある。この場合は、新しいウィンドウの画面データはフロントエンドサーバー4から送られない。
【0075】
クライアント2では、開かれている画面はいずれも処理登録済み信号(OnLoadCtr)、ウィンドウID(WID)、アプリケーションID(APID)の情報を有しており、これらの情報はコピーによって新しく開かれたウィンドウの画面にも付される。
【0076】
クライアント側ウィンドウID管理手段5は、コピーによってか否かに関わらず新規にウィンドウが開かれると、そのウィンドウに付されている処理登録済み信号(OnLoadCtr)、ウィンドウID(WID)、アプリケーションID(APID)を判断する。この場合、元のウィンドウのOnLoadCtr=1の情報がそのままコピーされているので、クライアント側ウィンドウID管理手段5は、そのウィンドウに付されているウィンドウIDをヌル信号に変換し(WID=””)、処理登録済み情報をオン(OnLoadCtr=1)にする(ステップS210)。なお、アプリケーションIDはそのまま採用する(APID=”P1”)。
【0077】
次に、このコピーによって生成されたウィンドウ上からフロントエンドサーバー4に対して処理要求を送信する場合には、上記ウィンドウIDとアプリケーションID(WID=””,APID=”P1”)が送信される(ステップS220)。
【0078】
上記画面データを受信したフロントエンドサーバー4では、画面データに付されたウィンドウIDがヌルになっているので(WID=””)、処理中オブジェクトの管理モジュール6が新たにウィンドウが開かれたことを検知し、元の画面のウィンドウID(WID=”W1”)と異なるウィンドウID(WID=”W2”)を付与する(ステップS230)。
【0079】
この処理要求に対する返信の画面データには、リセット信号、ウィンドウID、アプリケーションIDが付される(ステップS240)。
【0080】
以上のように、クライアント2において、コピーによって新たにウィンドウを開く場合は、コピーされた時にウィンドウIDがヌルに変更されるので、その画面データを送信する時には、コピー元のウィンドウと混同しないように新たなウィンドウIDが付与される。
【0081】
これにより、コピーによって複数のウィンドウを生成した場合であっても、各ウィンドウが異なるウィンドウIDを有することになり、所定のウィンドウからの処理要求がフロントエンドサーバー4に送られた場合には、その処理結果が正しいウィンドウに表示されるのである。
【0082】
以上から明らかなように、本発明によれば、ブラウザがフロントエンドサーバー4にアクセスして新たにウィンドを開く場合でも、コピーによって複数のウィンドウを開く場合でも、各ウィンドウごとに識別情報が付されることになり、これにより、バックエンドシステム3の処理結果が正しいウィンドウに表示される。
【0083】
図5は、処理中オブジェクトの管理モジュール6のオブジェクト管理の処理の流れを示している。
【0084】
図5に示すように、サーバー側ウィンドウID管理手段8は、クライアント2から画面データを受信すると、画面データに付されたウィンドウIDとウィンドウID管理テーブル10とを比較参照する。前記ウィンドウIDがウィンドウID管理テーブル10に登録されていなければ、サーバー側ウィンドウID管理手段8は、新しいウィンドウIDを設定し、管理を開始する(ステップS300)。図5の例では、クライアント2に二つのウィンドウが開かれ、ウィンドウIDとしてW1,W2がウィンドウID管理テーブル10に登録される。
【0085】
同時に、サーバー側ウィンドウID管理手段8は、ウィンドウID管理テーブル10において各ウィンドウへのアクセスタイムの管理も開始する。
【0086】
さらに、サーバー側ウィンドウID管理手段8は、ウィンドウID/アプリケーションID/処理要求のオブジェクト25(処理中オブジェクト25)を生成する。
【0087】
次に、クライアント2からウィンドウW1の処理要求を受信すると、サーバー側ウィンドウID管理手段8は、ウィンドウW1からのアクセス時刻と前回のアクセス時刻とを比較し、所定の時間幅以内のアクセスであれば、処理要求を許容し、処理要求に応じて処理結果をクライアント2のウィンドウW1に返信する(ステップS310)。
【0088】
上記ウィンドウW1のアクセス時刻をチェックするタイミングで、サーバー側ウィンドウID管理手段8はウィンドウW2のアクセスをもチェックする。
【0089】
ウィンドウW2が一定時間以上アクセスしていなければ、サーバー側ウィンドウID管理手段8はウィンドウID管理テーブル10上のウィンドウW2についてタイムアウトの信号を書き込み、コネクタ20に通知し、さらに、ウィンドウW2の処理中オブジェクト25も削除する(ステップS310)。
【0090】
クライアント2から新たな画面データを受信した時も、サーバー側ウィンドウID管理手段8はウィンドウID管理テーブル10にアクセスし、このタイミングで各ウィンドウのアクセスタイムをチェックする(ステップS320)。
【0091】
また、図5に示すように、既にタイムアウトの状態になっているウィンドウW2からアクセスがあった時は、サーバー側ウィンドウID管理手段8は、ウィンドウID管理テーブル10を参照して当該ウィンドウが既にタイムアウトの状態になっていることを検知し、タイムアウト画面をクライアント2に送信する(ステップS330)。
【0092】
次に、処理モジュール7の処理について概略説明する。
【0093】
なお、以下の説明は図3を参照することにより明らかに理解できる。
【0094】
処理モジュール7は、処理中オブジェクトの管理モジュール6からクライアント2からの処理要求を受け付け、バックエンドシステム3に処理をさせ、バックエンドシステム3から処理結果を受け取り、処理中オブジェクトの管理モジュール6に返却する。
【0095】
画面制御手段14は、処理中オブジェクトの管理モジュール6から所定の処理を要求する画面のデータを取得する。画面制御手段14は、その画面データの処理要求を特定し、処理要求IDという形でトランザクション変換手段18に出力する。また、画面制御手段14は、たとえば検索処理を要求する画面に検索すべき対象の情報が入力される時のように、ユーザーによってデータが入力されている場合は、その入力データを抽出してデータストア17に出力する。
【0096】
トランザクション変換手段18は、画面制御手段14から処理要求を処理要求IDという形で受け取り、その処理要求に対応するために必要なトランザクション処理をトランザクション定義記憶手段24を参照して取得する。一つの処理要求に対して複数のトランザクション処理が必要な場合は複数のトランザクション処理を取得する。
【0097】
トランザクション変換手段18は、必要なトランザクション処理の情報を電文変換手段19に出力する。
【0098】
電文変換手段19は、電文変換定義記憶手段22と電文定義記憶手段23を参照して、バックエンドシステム3に上記トランザクション処理を処理させるための処理要求電文を生成する。なお、電文変換定義記憶手段22には、どのトランザクション処理がどの処理要求電文に対応するかの情報が記憶され、電文定義記憶手段23には、前記電文変換定義記憶手段22によって特定された処理要求電文のテンプレート、すなわち、処理を要求する電文のベース部分と、前記データ(たとえば検索を要求する対象のデータ)を組み入れるべき電文の構造が記憶されている。
【0099】
電文変換手段19は、前記処理要求電文のテンプレートを取得し、データストア17から入力データを取得し、これらを組み合わせて完全な処理要求電文を生成し、コネクタ20に出力する。
【0100】
コネクタ20は、上記処理要求電文をそれを処理すべきバックエンドシステム3に送信し、当該バックエンドシステム3とコネクションを維持する。バックエンドシステム3から処理結果電文を受信すると、コネクタ20はその処理結果電文を電文変換手段19に出力する。
【0101】
電文変換手段19は、電文変換定義記憶手段22と電文定義記憶手段23とを参照し、その処理結果電文の構造を取得することにより、その処理結果電文から処理結果のデータを抽出してデータストア17に出力する。
【0102】
画面制御手段14は、前記データストア17からバックエンドシステム3の処理結果のデータを取得し、画面遷移定義記憶手段16を参照することにより、処理結果を組み込むべき画面(遷移画面)の情報を取得する。
【0103】
画面制御手段14は画面遷移定義記憶手段16から取得した遷移画面の情報に基づいて画面データ記憶手段15から当該画面のデータを取得する。前記画面データを取得した画面制御手段14は、データストア17から処理結果のデータを取得し、画面データ記憶手段15から取得した画面データに処理結果データを組み込んでクライアント2に表示させる画面データを生成する。
【0104】
画面制御手段14は、前記生成した画面データを処理中オブジェクトの管理モジュール6に出力する。
【0105】
以上の処理モジュール7によって取り扱われる処理要求は、ウィンドウIDとアプリケーションIDと処理要求IDの識別情報の組、アプリケーションIDが必要ない場合はウィンドウIDと処理要求IDの識別情報の組を付され、この識別情報の組によって識別される。
【0106】
画面データを入力した処理中オブジェクトの管理モジュール6は、処理モジュール7から処理結果を組み込んだ画面データを受け取り、識別情報の組によって既に説明したようにして表示させるべきウィンドウの情報、すなわちウィンドウID/アプリケーションIDを画面データに付してクライアント2に送信する。
【0107】
これにより、クライアント2側ではクライアント側ウィンドウID管理手段5によってウィンドウIDが管理されているので、処理結果の画面データが正しいウィンドウに表示される。
【0108】
【発明の効果】
以上の説明から明らかなように、本発明のフロントエンド処理機能を有する情報処理システムによれば、バックエンドシステムの業務処理ロジックとアプリケーションプログラムの画面等が分離され、バックエンドシステムから独立してアプリケーションプログラムのユーザーインターフェースを変更し得る利点を有するとともに、クライアントのブラウザが複数の画面を同時に立ち上げて複数の処理を同時にフロントエンドサーバーに要求した場合でも、バックエンドシステムの処理結果をクライアント側で正しいウィンドウに表示させることができる。
【図面の簡単な説明】
【図1】本発明の一実施形態によるフロントエンド処理機能を有する情報処理システムの全体構成を示すブロック図。
【図2】処理中オブジェクトの管理モジュールの構成例を示すブロック図。
【図3】処理モジュールの構成例を示すブロック図。
【図4】クライアント側ウィンドウID管理手段によるクライアント側のウィンドウID管理の流れを示した図。
【図5】サーバー側ウィンドウID管理手段によるサーバー側のウィンドウID管理の流れを示した図。
【符号の説明】
1 情報処理システム
2 クライアント
3 バックエンドシステム
4 フロントエンドサーバー
5 クライアント側ウィンドウID管理手段
6 処理中オブジェクトの管理モジュール
7 処理モジュール
8 サーバー側ウィンドウID管理手段
9 処理要求ID定義記憶手段
10 ウィンドウID管理テーブル
11 処理中オブジェクト記憶手段
12 画面制御部
13 処理中継部
14 画面制御手段
15 画面データ記憶手段
16 画面遷移定義記憶手段
17 データストア
18 トランザクション変換手段
19 電文変換手段
20 コネクタ
21 データストア定義記憶手段
22 電文変換定義記憶手段
23 電文定義記憶手段
24 トランザクション定義記憶手段
25 処理中オブジェクト
[0001]
BACKGROUND OF THE INVENTION
The present invention provides a processing request from an application program between a large-scale application program that performs various processes and a host computer that is good at performing predetermined routine information processing and a back-end system such as a database. The present invention relates to an information processing system having a front-end processing function that is simplified, relayed, processed by a back-end system, receives a processing result from the back-end system, and is converted into a desired form by an application program and returned.
[0002]
In particular, the present invention provides a front-end that can display the processing result from the back-end system in a window that should accurately reflect the processing result when the application program launches a plurality of windows with one browser. The present invention relates to an information processing system having a processing function.
[0003]
[Prior art]
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.
[0004]
The user interface design standard has various factors such as impression given to the user and operability. Therefore, a high degree of freedom is required for user interface design. Also, the user interface is frequently changed for various reasons.
[0005]
On the other hand, business processing logic has a lot of routine processing, and if it can be simplified, it can be processed at high speed by a high-performance computer. This business process logic does not need to be changed in accordance with the change of the user interface. Rather, it is inconvenient if the business process logic has to be changed every time the user interface is changed.
[0006]
[Problems to be solved by the invention]
In order to solve the above problem, the applicant of the present application has provided a client and a back system between a client that executes a large variety of application programs and a back-end system such as a host computer that is good at predetermined routine information processing. We proposed an information processing system with a front-end server that relays processing requests and processing results. The front-end server receives a processing request from the application program, converts it into a processing request message that can be processed by the back-end system, receives the processing result of the back-end system, and displays the processing result on a predetermined screen of the application program. It was incorporated and sent to the client. Due to the action of the front-end server, the business processing logic of the back-end system and the screen of the application program are separated, and the user interface of the application program can be changed independently of the back-end system.
[0007]
The information processing system proposed by the applicant of the present application satisfies both the complexity, diversity and flexibility required by the user interface of the application program, and the simplicity and invariance required by the back-end system at the same time.
[0008]
However, the information processing system previously proposed by the applicant of the present application is intended for processing in which screen transition is uniquely determined for one processing request.
[0009]
However, due to sophistication and large scale processing of application programs, multiple windows are now launched by the same browser and processing requests are issued almost simultaneously from each window. Alternatively, a plurality of screens are arranged in one frame, and a processing request is often issued from each screen.
[0010]
When the client issues processing requests sequentially, and the back-end system sequentially performs processing to change the processing result, no problem occurs even if only one screen transition is defined for one processing request.
[0011]
However, when multiple windows are launched at the same time and processing requests are issued simultaneously from multiple windows, if only one screen transition is defined for one processing request, the processing result from the backend system Is returned to the client, but there is a problem in that it is impossible for the client side to determine which of a plurality of simultaneously existing windows should display the processing result. For example, when a plurality of windows are launched and the balances of the bank accounts A, B, and C are inquired from each window, the balances of the bank accounts A, B, and C may be displayed in different windows.
[0012]
Therefore, the problem to be solved by the present invention is a front-end processing function that can display the processing result in the correct window even when a plurality of windows are started up simultaneously and a plurality of processing requests are issued almost simultaneously. It is to provide an information processing system.
[0013]
[Means for Solving the Problems]
  An information processing system having a front-end processing function according to the present invention includes:
  An intermediary between at least one client that executes application programs and at least one back-end system that executes business processing logic.Application screen data, input data entered by the user as needed, window ID or window ID and application IDincludingdataReceiveSpecify processing request from window ID or window ID and application ID,The processing requestProcessing request messageTo the specified screen of the application that issued the requestdataHas a front-end server that subscribes to and sends to the requesting client,
  The front-end server is
  Sent from the clientAboveNewly opened window with screen data on the client sideData ofIs determined by comparing the window ID attached to the screen data with the window ID management table provided in the front-end server, and if it is determined that the window is newly opened, a new window ID is assigned.InCreate an in-process object,A processing request ID is identified from the window ID or window ID and application ID, and a processing request message is generated from the processing request ID.A predetermined back-end system is executed, and the processing result is displayed as the processing request ID.And window ID or window ID and application IDSubscribe to a predetermined screen of the application identified byAppend window ID or window ID and application ID to the dataServer-side window ID management means for sending to requesting clientWhen,
  Screen data storage means for storing screen data of a screen to be displayed on the client, and a screen received from the clientWindow ID or window ID and application IDAnd necessary input data is extracted, or screen data is added to the processing result necessary to display the screen on the client.With window ID and application IDA screen control unit having output screen control means, and a screen transition definition storage means for storing a definition of screen transition corresponding to the processing request and the processing result;
It is characterized by having.
[0014]
An information processing system having a front-end processing function according to the present invention includes:
An application screen including a predetermined processing request is received from the client between at least one client that executes the application program and at least one back-end system that executes the business processing logic, and the processing request is converted into business processing logic. An information processing system having a front-end processing function that intervenes a front-end server that executes a predetermined back-end system and subscribes a result of execution to a predetermined screen of the application that issued the request and transmits it to the requesting client In
When the application program can execute a plurality of application processes within the same screen, an application ID is predetermined for each application process with respect to the window ID of the screen,
The client
When the browser opens a predetermined application screen, when the application screen has a reset signal from the front-end server indicating that the window ID and the application ID are updated, it is attached to the application screen. The window ID and the application ID are adopted as identification information of the application screen, the process registration completed signal is turned on, and when the application screen does not have the reset signal, the window attached to the application screen It has a client-side window ID management means for converting the ID into a null signal and turning on the process registered information.
[0015]
According to the present invention, the front-end server is provided with the window ID and application ID attached to the screen data and whether the screen data transmitted from the client is a newly opened window on the client side, or the front-end server. Judgment is made by comparing with the window ID management table. When it is determined that the window is newly opened, a new window ID is assigned and a processing object is generated, and identification information of the window ID, application ID, and processing request ID The group is attached to the processing request and executed by a predetermined back-end system, and the processing result is added to a predetermined screen of the application specified by the combination of the identification information of the window ID, the application ID, and the processing request ID, and the window ID, application ID and process Denoted by the set of identification information of the requested ID is sent to the requesting client.
[0016]
On the other hand, when the client opens a predetermined application screen, when the application screen has a reset signal from the front-end server indicating that the window ID and the application ID are updated, the application screen Is used as identification information of the application screen, the process registered signal is turned on, and when the application screen does not have the reset signal, the application screen displays The attached window ID is converted into a null signal, and the process registered information is turned on.
[0017]
As a result, both when a new window is opened on the client and when a new window is opened by copying the screen, the front-end server recognizes the new window and assigns a new window ID.
[0018]
Since the processing result of the back-end system is attached to the processing request window ID / application ID information and transmitted to the client, the processing result can be displayed in the correct window on the client side.
[0019]
DETAILED DESCRIPTION OF THE INVENTION
Next, an embodiment of an information processing system having a front-end processing function according to the present invention will be described below.
[0020]
FIG. 1 shows the overall configuration of an information processing system having a front-end processing function according to an embodiment of the present invention.
[0021]
As shown in FIG. 1, an information processing system 1 according to the present embodiment includes a plurality of clients 2, a back-end system 3 such as a relational database (RDB), a host computer, an online transaction processing device, and the like. And a front-end server 4 provided between the end systems 3.
[0022]
The client 2 is a computer or a terminal that executes various application programs.
[0023]
The back-end system 3 is composed of a plurality of systems, and each system is specialized to perform a specific routine process. For example, the RDB performs data retrieval, the host computer performs business processing, and the online transaction processing device is specialized to perform predetermined online transaction processing, so that a large amount of processing is processed at high speed by a high-performance computer. It is configured.
[0024]
The front-end server 4 converts a processing request from the client 2 (actually an application program running on the client 2) into a processing request message to the back-end system 3, and transmits the processing request message to the back-end system 3. Then, the processing result message is received from the back-end system 3, and the processing result is converted into a form that can be recognized by the application program and transmitted to the client 2.
[0025]
When a processing request from the client 2 actually needs to operate a plurality of back-end systems 3, the front-end server 4 generates a plurality of processing request messages for one processing request, and these processing Request messages are transmitted to a plurality of back-end systems 3, process request messages are received from those back-end systems 3, process results are assembled, and returned to the client 2.
[0026]
The processing request from the client 2 is preferably via a web page. The user displays a web page on the client 2, inputs necessary data to the web page, and transmits the web page including the input data to the front end server 4. The front-end server 4 extracts necessary information (input data and type of processing request) from the Web page including the input data, transmits the information to the back-end system 3, and receives the processing result from the back-end system 3. It is incorporated into a Web page and sent back to the client 2.
[0027]
In the information processing system 1 of the present invention, when the client 2 launches a plurality of windows by using a single browser and issues a plurality of processing requests, or when a plurality of screens are included in one frame, In contrast, the screen incorporating the processing result from the front-end server 4 can be displayed in the correct window.
[0028]
In order to display the processing result from the front-end server 4 in a correct window, the information processing system 1 has the following configuration.
[0029]
The client 2 has client-side window ID management means 5.
[0030]
Further, the front-end server 4 has a management module 6 and a processing module 7 for the object being processed.
[0031]
The client-side window ID management means 5 is a means for managing by attaching identification information to the window launched by the browser on the client 2 side. Further, the client-side window ID management means 5 identifies whether the window opened by the browser is a window transmitted from the back-end system 3 or a window obtained by copying an already opened screen, and operates the identification information accordingly. It is a means having a function.
[0032]
Specific processing of the client-side window ID management means 5 will be described later.
[0033]
The processing object management module 6 is means for managing processing requests being processed by the front-end server 4. The processing object management module 6 manages each processing request being processed as an object (processing object), generates a processing object corresponding to the processing request from each window of the client 2, and ends the processing. Delete the processed object. Here, the processing object represents an ongoing processing process, and is an object that returns a processing status, a type of processing request, and the like in response to an inquiry.
[0034]
Specific processing of the object management module 6 will be described later.
[0035]
The processing module 7 receives a processing request from the processing object management module 6, requests processing from the back-end system 3, receives the processing result, and incorporates the processing result into the Web page for the client 2. It is a processing unit returned to the management module 6.
[0036]
Specific processing of the processing module 7 will be described later.
[0037]
FIG. 2 shows the configuration of the processing object management module 6.
[0038]
The processing object management module 6 includes a server-side window ID management unit 8, a processing request definition storage unit 9, a window ID management table 10, and a processing object storage unit 11.
[0039]
The server-side window ID management means 8 determines whether or not the screen data received from the client 2 is a window newly opened by the client 2, and if it is a newly opened window, assigns a window ID and manages it. And a means for generating a processing object corresponding to the window. Information on whether or not the window is newly opened is determined by referring to the window ID management table 10 storing the window ID of the already opened window.
[0040]
The processing object is generated and deleted by the server-side window ID management unit 8 and stored and managed by the processing object storage unit 11.
[0041]
The processing request ID definition storage unit 9 is a unit that stores and manages the definition of the processing request ID corresponding to the window ID or the application ID.
[0042]
Here, the window ID is identification information attached to each window, and the application ID is identification information attached to processing in the window. If the window is a screen that performs only a single process, the application ID can be omitted. In that case, the window ID and the processing request ID are defined in direct correspondence.
[0043]
FIG. 3 shows the configuration of the processing module 7.
[0044]
The processing module 7 includes a screen control unit 12 and a processing relay unit 13.
[0045]
The screen control unit 12 is a processing unit that extracts necessary information from the screen received from the client 2 or selects a screen to be transmitted to the client 2 and incorporates necessary information.
[0046]
The processing relay unit 13 is a processing unit that causes an appropriate back-end system 3 to perform a processing request requested by the screen data received from the client 2, receives a processing result from the back-end system 3, and outputs the processing result to the screen control unit 12. is there.
[0047]
The screen control unit 12 includes a screen control unit 14, a screen data storage unit 15, and a screen transition definition storage unit 16.
[0048]
The screen control means 14 extracts the processing request ID and necessary input data from the screen received from the client 2, or generates and outputs screen data in which processing results necessary for displaying the screen on the client 2 are joined. Means.
[0049]
The screen data storage means 15 is means for storing screen data of a screen to be displayed on the client. 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 means 14 calls a front transaction process corresponding to the operation content.
[0050]
The screen transition definition storage means 16 is a means for storing the definition of the screen transition corresponding to the processing request and the processing result.
[0051]
With the above configuration, the screen control unit 12 specifies the processing request ID of the screen data received from the client 2, extracts the input data (input data) or the like, or the screen data to be transmitted to the client 2 The file is specified, and the processing result of the back-end system 3 is incorporated to generate screen data.
[0052]
The processing relay unit 13 includes a data store 17, a transaction conversion unit 18, a message conversion unit 19, a connector 20, a data store definition storage unit 21, a message conversion definition storage unit 22, a message definition storage unit 23, Transaction definition storage means 24.
[0053]
The data store 17 is means for storing input data extracted from the screen data received from the client 2. This data store 17 is replicated in window ID units by the server-side window ID management means 8. Then, one of the data stores 17 associated with the window ID corresponding to the corresponding window is selected on the processing module 7 and used.
[0054]
The transaction conversion unit 18 obtains the processing request ID of the screen received from the client 2 from the screen control unit 14, and refers to the transaction definition storage unit 24 that stores the processing request ID and the transaction processing in association with each other. It is a means for specifying the transaction processing corresponding to.
[0055]
The message conversion means 19 receives the transaction processing information from the transaction conversion means 18, stores the message conversion definition storage means 22 that stores the transaction processing and the processing request message necessary for the transaction processing, and each processing request message or processing result message. The processing request message is generated by incorporating necessary input data with reference to the message definition storage means 23 storing the definition of the received data, or the processing result message is received from the back-end system 3 and the processing result is received from the processing result message. It is a means for extracting and outputting to the data store 17.
[0056]
The data store definition storage means 21 is a means for storing definitions of data input / output items, data types, screens used, etc. included in the screen data.
[0057]
With the above configuration, the processing relay unit 13 acquires the screen processing request ID and necessary input data received from the client 2 from the screen control unit 14 and inputs them into the request message template for transaction processing corresponding to the processing request ID. The processing request message is generated by incorporating the data, the processing request message is transmitted to the predetermined back-end system 3, the processing result message is received from the back-end system 3, the processing result is extracted from the processing result message, and the data The data is output to the screen control means 14 via the store 17.
[0058]
The processing flow of the information processing system 1 will be described below.
[0059]
FIG. 4 shows the flow of processing between the client-side window ID management means 5 and the processing module 6 of the object under processing of the front-end server. In FIG. 4, “WID” indicates a window ID, and “APID” indicates an application ID.
[0060]
In FIG. 4, when the client 2 newly opens a predetermined screen and transmits it to the management module 6 of the object being processed, the window ID is null (not input; WID = “”) and the application For example, the information of ID P1 (APID = “P1”) is attached and transmitted (step S100). The APID is predetermined by the application program corresponding to the window (screen).
[0061]
In the processing object management module 6 that has received the screen data, since WID = "" ", a new window ID (W1 in the example of FIG. 4) is registered in the window ID management table 10, and WID =" W1 ". , APID = “P1”, the process registered signal is turned off (OnLoadCtr = 0), and a processing object (DSB) corresponding to WID = “W1” / APID = “P1” is generated (step S110). . The above processing is performed by the server side window ID management means 8.
[0062]
The processing object management module 6 attaches the information of OnLoadCtr = 0, WID = “W1”, APID = “P1” to the requested screen and transmits it to the client 2 (step S120).
[0063]
The client-side window ID management means 5 of the client 2 determines whether or not the screen data has a reset signal when the screen is opened, and performs the following processing. The reset signal is a signal indicating that the WID, APID, etc. has been updated by the front-end server 4, and may be replaced with the reset signal by turning off the process registered signal. In the example of FIG. 4, the presence or absence of reset is determined by this method.
[0064]
That is, when the application screen has a reset signal indicating that the window ID has been updated, the client-side window ID management means 5 sets the window ID and application ID attached to the screen data of the application screen. Adopted as identification information for the application screen and turning on the process registered signal. On the other hand, when the application screen does not have the reset signal, the window ID attached to the application screen is set to a null signal. Convert and turn on process registered information.
[0065]
In this case, since OnLoadCtr = 0 (has a reset signal), the client-side window ID management unit 5 employs the window ID and application ID attached to the screen data as identification information of the application screen. (WID = “W1”, APID = “P1”), the process registered signal is turned on (OnLoadCtr = 1) (step S130).
[0066]
Next, when the client 2 sends the screen data of the next processing request from the screen of step S130 to the front-end server 4, the information WID = “W1” and APID = “P1” attached to the screen is displayed as the screen data. (Step S140).
[0067]
The processing object management module 6 that has received the screen data determines whether or not a processing request of WID = “W1” and APID = “P1” has already been processed with reference to the window ID management table 10. . In this case, since WID = “W1” and APID = “P1” are already registered in the window ID management table 10 (step S110), the management module 6 of the object being processed has WID = “W1” / APID = “P1”. The processing request ID of the processing object (DSB) corresponding to "" is output to the processing module 7 (step S150), and the information OnLoadCtr = 0, WID = "W1", APID = "P2" is output to the screen data output by the processing module 7. "Is added and transmitted to the client 2 (step 160).
[0068]
In the client 2 that has received the screen data incorporating the processing result, since the client-side window ID management means 5 is OnLoadCtr = 0 (has a reset signal), the window ID attached to the screen data and The application ID is adopted as identification information of the application screen (WID = “W1”, APID = “P2”), and the process registered signal is turned on (OnLoadCtr = 1) (step S170).
[0069]
Next, when the client 2 sends screen data of the next processing request to the front-end server 4 from the screen of step S170, the information WID = “W1” and APID = “P2” attached to the screen is displayed as screen data. (Step S180).
[0070]
In the front-end server 4 that has received the screen data, the management module 6 of the object being processed refers to the window ID management table 10 and recognizes that it is the next process (P2) of the same window (WID = “W1”). Then, a processing object (DSB) corresponding to WID = “W1” / APID = “P2” is generated, and the same processing as step 150 is performed (step S190).
[0071]
As described above, when one window is opened and processing is performed according to the normal processing procedure and the screen transitions, the same window IDWID = “W1” is held, and the processing transitions to P1 and P2.
[0072]
In this case, the screen data incorporating the processing result of the back-end system 3 is a combination of identification information of the window ID and the processing request ID (WID = “W1” / APID = “P1”, WID = “W1” / APID = “P2” or the like) as identification information, the client-side window ID management means 5 can display the screen data in a correct window on the client 2 side.
[0073]
When the browser of the client 2 launches a plurality of windows, each window is processed as in steps S100 to S190, and each window has a different window ID. It can be determined in which window the screen data of the processing result received from the server 4 should be displayed, and the processing result can be displayed in the correct window.
[0074]
On the other hand, the client 2 may copy the browser screen and open a new window. In this case, the screen data of the new window is not sent from the front end server 4.
[0075]
In the client 2, each of the opened screens has information of a process registered signal (OnLoadCtr), a window ID (WID), and an application ID (APID). These information are newly opened by copying. Also attached to the screen.
[0076]
When a new window is opened regardless of whether or not it is copied, the client-side window ID management means 5 performs processing registration completion signal (OnLoadCtr), window ID (WID), application ID (APID) attached to the window. ). In this case, since the information of OnLoadCtr = 1 of the original window is copied as it is, the client-side window ID management unit 5 converts the window ID attached to the window into a null signal (WID = “”). Then, the process registered information is turned on (OnLoadCtr = 1) (step S210). The application ID is adopted as it is (APID = “P1”).
[0077]
Next, when a processing request is transmitted to the front-end server 4 from the window generated by this copy, the window ID and application ID (WID = “”, APID = “P1”) are transmitted. (Step S220).
[0078]
In the front-end server 4 that has received the above screen data, the window ID attached to the screen data is null (WID = “”), so that the processing object management module 6 has newly opened a window. And a window ID (WID = “W2”) different from the window ID (WID = “W1”) of the original screen is assigned (step S230).
[0079]
A reset signal, a window ID, and an application ID are attached to the return screen data for this processing request (step S240).
[0080]
As described above, when a new window is opened by copying in the client 2, the window ID is changed to null when the window is copied. Therefore, when transmitting the screen data, it is not confused with the copy source window. A new window ID is assigned.
[0081]
Thus, even when a plurality of windows are generated by copying, each window has a different window ID. When a processing request from a predetermined window is sent to the front-end server 4, The processing result is displayed in the correct window.
[0082]
As is clear from the above, according to the present invention, whether the browser accesses the front-end server 4 to open a new window or opens a plurality of windows by copying, identification information is attached to each window. As a result, the processing result of the back-end system 3 is displayed in the correct window.
[0083]
FIG. 5 shows a flow of object management processing of the object management module 6.
[0084]
As shown in FIG. 5, when the server-side window ID management means 8 receives the screen data from the client 2, the server-side window ID management means 8 compares and refers to the window ID attached to the screen data and the window ID management table 10. If the window ID is not registered in the window ID management table 10, the server side window ID management means 8 sets a new window ID and starts management (step S300). In the example of FIG. 5, two windows are opened in the client 2 and W1 and W2 are registered in the window ID management table 10 as window IDs.
[0085]
At the same time, the server-side window ID management means 8 starts managing the access time to each window in the window ID management table 10.
[0086]
Further, the server-side window ID management unit 8 generates a window ID / application ID / processing request object 25 (processing object 25).
[0087]
Next, when a processing request for the window W1 is received from the client 2, the server side window ID management means 8 compares the access time from the window W1 with the previous access time, and if the access is within a predetermined time width. The processing request is permitted, and the processing result is returned to the window W1 of the client 2 in response to the processing request (step S310).
[0088]
At the timing of checking the access time of the window W1, the server side window ID management means 8 also checks the access of the window W2.
[0089]
If the window W2 has not been accessed for a predetermined time or longer, the server-side window ID management means 8 writes a timeout signal for the window W2 on the window ID management table 10, notifies the connector 20, and further processes the object being processed in the window W2. 25 is also deleted (step S310).
[0090]
Even when new screen data is received from the client 2, the server-side window ID management means 8 accesses the window ID management table 10 and checks the access time of each window at this timing (step S320).
[0091]
As shown in FIG. 5, when there is an access from a window W2 that has already timed out, the server side window ID management means 8 refers to the window ID management table 10 and the window has already timed out. Is detected and a time-out screen is transmitted to the client 2 (step S330).
[0092]
Next, the process of the processing module 7 will be outlined.
[0093]
The following description can be clearly understood by referring to FIG.
[0094]
The processing module 7 receives a processing request from the client 2 from the processing object management module 6, causes the backend system 3 to perform processing, receives a processing result from the backend system 3, and returns it to the processing object management module 6. To do.
[0095]
The screen control unit 14 acquires screen data for requesting a predetermined process from the management module 6 of the object being processed. The screen control means 14 specifies the processing request for the screen data and outputs it to the transaction conversion means 18 in the form of a processing request ID. Further, the screen control means 14 extracts the input data when the data is input by the user, for example, when the target information to be searched is input to the screen requesting the search process. Output to the store 17.
[0096]
The transaction conversion unit 18 receives a processing request from the screen control unit 14 in the form of a processing request ID, and acquires a transaction process necessary for responding to the processing request with reference to the transaction definition storage unit 24. If multiple transaction processes are required for one process request, multiple transaction processes are acquired.
[0097]
The transaction conversion unit 18 outputs necessary transaction processing information to the message conversion unit 19.
[0098]
The message conversion unit 19 refers to the message conversion definition storage unit 22 and the message definition storage unit 23 and generates a processing request message for causing the back-end system 3 to process the transaction process. The message conversion definition storage unit 22 stores information about which transaction process corresponds to which process request message, and the message definition storage unit 23 stores the process request specified by the message conversion definition storage unit 22. A telegram template, that is, a base portion of a telegram requesting processing, and a telegram structure into which the data (for example, data to be searched) are to be incorporated are stored.
[0099]
The message conversion unit 19 acquires a template for the processing request message, acquires input data from the data store 17, generates a complete processing request message by combining them, and outputs it to the connector 20.
[0100]
The connector 20 transmits the processing request message to the back-end system 3 that should process it, and maintains a connection with the back-end system 3. When the processing result message is received from the back-end system 3, the connector 20 outputs the processing result message to the message conversion means 19.
[0101]
The message conversion means 19 refers to the message conversion definition storage means 22 and the message definition storage means 23, obtains the structure of the processing result message, extracts the processing result data from the processing result message, and stores the data. 17 to output.
[0102]
The screen control unit 14 acquires the data of the processing result of the back-end system 3 from the data store 17 and acquires information on the screen (transition screen) into which the processing result is to be incorporated by referring to the screen transition definition storage unit 16. To do.
[0103]
The screen control unit 14 acquires the data of the screen from the screen data storage unit 15 based on the transition screen information acquired from the screen transition definition storage unit 16. The screen control unit 14 that has acquired the screen data acquires processing result data from the data store 17, generates screen data to be displayed on the client 2 by incorporating the processing result data into the screen data acquired from the screen data storage unit 15. To do.
[0104]
The screen control means 14 outputs the generated screen data to the management module 6 of the object being processed.
[0105]
The processing request handled by the processing module 7 is given a set of identification information of a window ID, an application ID, and a processing request ID. When an application ID is not required, a set of identification information of a window ID and a processing request ID is attached. It is identified by a set of identification information.
[0106]
The processing object management module 6 to which the screen data is input receives the screen data incorporating the processing result from the processing module 7 and receives the window information to be displayed as already described by the set of identification information, that is, the window ID / The application ID is attached to the screen data and transmitted to the client 2.
[0107]
Thereby, since the window ID is managed by the client side window ID management means 5 on the client 2 side, the screen data of the processing result is displayed in the correct window.
[0108]
【The invention's effect】
As is clear from the above description, according to the information processing system having the front-end processing function of the present invention, the business processing logic of the back-end system and the screen of the application program are separated, and the application is independent of the back-end system. It has the advantage that the program user interface can be changed, and even if the client browser launches multiple screens simultaneously and requests multiple processes from the front-end server at the same time, the processing result of the back-end system is correct on the client side. It can be displayed in a window.
[Brief description of the drawings]
FIG. 1 is a block diagram showing the overall configuration of an information processing system having a front-end processing function according to an embodiment of the present invention.
FIG. 2 is a block diagram showing a configuration example of a management module for an object being processed.
FIG. 3 is a block diagram illustrating a configuration example of a processing module.
FIG. 4 is a diagram showing a flow of client-side window ID management by client-side window ID management means.
FIG. 5 is a diagram showing a flow of server-side window ID management by the server-side window ID management means.
[Explanation of symbols]
1 Information processing system
2 clients
3 Back-end system
4 Front-end server
5 Client side window ID management means
6 Processing object management module
7 processing modules
8 Server side window ID management means
9 Processing request ID definition storage means
10 Window ID management table
11 Processing object storage means
12 Screen controller
13 Processing relay part
14 Screen control means
15 Screen data storage means
16 Screen transition definition storage means
17 Data store
18 Transaction conversion means
19 Message conversion means
20 connectors
21 Data store definition storage means
22 Message conversion definition storage means
23 Message definition storage means
24 Transaction definition storage means
25 Processing object

Claims (4)

アプリケーションプログラムを実行する少なくとも一つのクライアントと業務処理ロジックを実行する少なくとも一つのバックエンドシステムの間に介在し、クライアントからアプリケーションの画面データと、ユーザーによって必要に応じて入力された入力データと、ウィンドウIDまたはウィンドウIDとアプリケーションIDとを含むデータを受信し、ウィンドウIDまたはウィンドウIDとアプリケーションIDから処理要求を特定し、前記処理要求を処理要求電文に変換し、所定のバックエンドシステムに実行させ、実行結果を要求を発したアプリケーションの所定の画面データに加入して要求元のクライアントに送信するフロントエンドサーバーを有し、
前記フロントエンドサーバーは、
前記クライアントから送信された前記画面データがクライアント側で新たに開いたウィンドウのデータか否かを画面データに付されたウィンドウIDとフロントエンドサーバーに備えられたウィンドウID管理テーブルとを比較して判断し、新たに開いたウィンドウと判断した場合は新たにウィンドウIDを付与するととも処理中オブジェクトを生成し、ウィンドウIDまたはウィンドウIDとアプリケーションIDから処理要求IDを特定し、前記処理要求IDから処理要求電文を生成して所定のバックエンドシステムに実行させ、処理結果を前記処理要求IDとウィンドウIDまたはウィンドウIDとアプリケーションIDによって特定されるアプリケーションの所定の画面に加入してなるデータにウィンドウIDまたはウィンドウIDとアプリケーションIDを付して要求元のクライアントに送信するサーバー側ウィンドウID管理手段と、
前記クライアントに表示させる画面の画面データを記憶する画面データ記憶手段と、前記クライアントから受信した画面からウィンドウIDまたはウィンドウIDとアプリケーションIDと必要な入力データを抽出し、あるいは前記クライアントに画面を表示させるために必要な処理結果を加入した画面データを生成しウィンドウIDとアプリケーションIDを付して出力する画面制御手段と、処理要求とその処理結果に対応する画面遷移の定義を記憶した画面遷移定義記憶手段と、を有する画面制御部と、
を有していることを特徴とするフロントエンド処理機能を有する情報処理システム。
It is interposed between at least one client that executes an application program and at least one back-end system that executes business processing logic. Application screen data from the client , input data input by the user as needed, and a window receiving data including the ID or window ID and the application ID, to identify the processing request from the window ID or window ID and the application ID, converts the processing request to the processing request message, to execute a predetermined back-end system, Having a front-end server that subscribes to the predetermined screen data of the application that issued the request and sends the execution result to the requesting client;
The front-end server is
Determined by comparing the newly opened window data whether the screen data to the assigned window ID management table provided in the window ID and the front-end server with the screen data transmitted client-side from the client and, if it is determined that the newly opened window generated during processing objects together Granting a new window ID, to identify the processing request ID from the window ID or window ID and the application ID, the process from the process request ID A request message is generated and executed by a predetermined back-end system, and a processing result is added to a window ID or window ID or window ID or data obtained by joining a predetermined screen of an application specified by the window ID and application ID . Window I And server-side window ID management means for transmitting given the application ID to the requesting client and,
Screen data storage means for storing screen data of a screen to be displayed on the client, and a window ID or window ID and application ID and necessary input data are extracted from the screen received from the client, or a screen is displayed on the client Screen control means for generating screen data to which processing results necessary for processing are added and outputting them with a window ID and application ID, and a screen transition definition storage for storing processing requests and screen transition definitions corresponding to the processing results A screen controller having means;
An information processing system having a front-end processing function.
前記ウィンドウID管理テーブルは、各処理中オブジェクトへのアクセス時間を記録し、
前記サーバー側ウィンドウID管理手段は、前記ウィンドウID管理テーブルを所定のタイミングで参照し、クライアントから所定の時間以上アクセスがなかった処理中オブジェクトの処理を中止するための処理を行うことを特徴とする請求項1記載のフロントエンド処理機能を有する情報処理システム。
The window ID management table records the access time to each object being processed,
The server-side window ID management means refers to the window ID management table at a predetermined timing, and performs processing for canceling processing of an object being processed that has not been accessed from a client for a predetermined time or longer. An information processing system having the front-end processing function according to claim 1 .
前記フロントエンドサーバーは、
前記クライアントから受信した画面データに付されたウィンドウIDまたはウィンドウIDとアプリケーションIDに対応する処理要求IDと必要な入力データを前記画面制御手段から取得し、前記処理要求IDに対応するトランザクション処理の要求電文のテンプレートに前記入力データを組み込んで処理要求電文を生成し、所定のバックエンドシステムに前記処理要求電文を送信し、前記バックエンドシステムから処理結果電文を受信し、前記処理結果電文から処理結果を抽出して前記画面制御部に出力する処理中継部を有していることを特徴とする請求項1に記載のフロントエンド処理機能を有する情報処理システム。
The front-end server is
A request for transaction processing corresponding to the processing request ID is acquired from the screen control means and a processing request ID corresponding to the window ID or window ID and application ID attached to the screen data received from the client, and necessary input data. A process request message is generated by incorporating the input data into a template of a message, the process request message is transmitted to a predetermined back-end system, a process result message is received from the back-end system, and a process result is transmitted from the process result message. The information processing system having a front-end processing function according to claim 1 , further comprising: a processing relay unit that extracts and outputs the information to the screen control unit.
前記フロントエンドサーバーは、
前記クライアントから受信した画面データに付されたウィンドウIDまたはウィンドウIDとアプリケーションIDに対応する処理要求IDを前記画面制御手段から取得し、処理要求IDとトランザクション処理を対応させて記憶したトランザクション定義記憶手段を参照して前記処理要求IDに対応するトランザクション処理を特定するトランザクション変換手段と、
前記クライアントから受信した画面データに付された入力データ、または、前記バックエンドシステムによる処理結果を記憶保持するデータストアと、
前記トランザクション変換手段から特定されたトランザクション処理の情報を入力し、トランザクション処理とそれに必要な処理要求電文を対応させて記憶した電文変換定義記憶手段と、各処理要求電文または処理結果電文の定義を記憶した電文定義記憶手段とを参照して必要な入力データを組み込んで処理要求電文を生成し、あるいは、前記バックエンドシステムから処理結果電文を受信し、前記処理結果電文から処理結果を抽出して前記データストアに出力する電文変換手段と、
前記電文変換手段から処理要求電文を入力し、所定のバックエンドシステムと接続して処理要求電文を送信し、前記バックエンドシステムから処理結果電文を受信して前記電文変換手段に出力するコネクタと、を有していることを特徴とする請求項1に記載のフロントエンド処理機能を有する情報処理システム。
The front-end server is
Transaction definition storage means for acquiring a processing ID corresponding to the window ID or window ID and application ID attached to the screen data received from the client from the screen control means, and storing the processing request ID and the transaction processing in association with each other Transaction conversion means for specifying the transaction processing corresponding to the processing request ID with reference to FIG.
A data store for storing and holding input data attached to screen data received from the client, or processing results by the back-end system;
Input the transaction processing information specified from the transaction conversion means, store the message conversion definition storage means storing the transaction processing and the processing request message necessary for the transaction processing, and store the definition of each processing request message or processing result message Generating a processing request message by incorporating necessary input data with reference to the message definition storage means, or receiving a processing result message from the back-end system and extracting the processing result from the processing result message Message conversion means for outputting to the data store;
A connector that inputs a processing request message from the message conversion unit, connects to a predetermined back-end system and transmits a processing request message, receives a processing result message from the back-end system, and outputs it to the message conversion unit; The information processing system having a front-end processing function according to claim 1 , wherein
JP2002168838A 2002-06-10 2002-06-10 Information processing system with front-end processing function Expired - Fee Related JP3886852B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002168838A JP3886852B2 (en) 2002-06-10 2002-06-10 Information processing system with front-end processing function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002168838A JP3886852B2 (en) 2002-06-10 2002-06-10 Information processing system with front-end processing function

Related Child Applications (2)

Application Number Title Priority Date Filing Date
JP2006272149A Division JP3999252B2 (en) 2006-10-03 2006-10-03 Information processing system with front-end processing function
JP2006272146A Division JP3999251B2 (en) 2006-10-03 2006-10-03 Information processing system with front-end processing function

Publications (2)

Publication Number Publication Date
JP2004013694A JP2004013694A (en) 2004-01-15
JP3886852B2 true JP3886852B2 (en) 2007-02-28

Family

ID=30435643

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002168838A Expired - Fee Related JP3886852B2 (en) 2002-06-10 2002-06-10 Information processing system with front-end processing function

Country Status (1)

Country Link
JP (1) JP3886852B2 (en)

Families Citing this family (4)

* 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
JP4860415B2 (en) * 2006-09-28 2012-01-25 Necビッグローブ株式会社 Web service test apparatus, web service test method, and program
JP5379910B2 (en) * 2010-09-28 2013-12-25 株式会社野村総合研究所 Operation verification apparatus, operation verification method, and operation verification program
JP6683031B2 (en) * 2016-06-22 2020-04-15 富士通株式会社 Control program, control method, and terminal device

Also Published As

Publication number Publication date
JP2004013694A (en) 2004-01-15

Similar Documents

Publication Publication Date Title
CN102270155B (en) Application program example and inquiry storage
CN106874334B (en) Data processing method and device and information processing system
JPS63181063A (en) Transaction processing
JP2006501558A (en) Apparatus and method for displaying a web page session for a web application to a user
CN104899274B (en) A kind of memory database Efficient Remote access method
JP3830389B2 (en) Internet-based remote data and file recovery system and method
US8019884B2 (en) Proxy content for submitting web service data in the user's security context
US9740537B2 (en) Contention and selection of controlling work coordinator in a distributed computing environment
US8527995B2 (en) Synchronization system for entities maintained by multiple applications
JP3999251B2 (en) Information processing system with front-end processing function
US8230002B2 (en) Method and system for automatic setup in web-based applications
JP3886852B2 (en) Information processing system with front-end processing function
US7424522B2 (en) Method of processing data from a submission interface
US20210390064A1 (en) Tracking movements of enrolled peripheral devices
JPH08235098A (en) Distributed application commuinication system
JP3999252B2 (en) Information processing system with front-end processing function
CN111753141A (en) Data management method and related equipment
US7979540B2 (en) Configurable recovery of aborted session data
JPH1188421A (en) Data using method in portable terminal using electronic mail
CN110175179B (en) Data transmission method and system, service node and storage device
JP2000222329A (en) Information communication system and information providing device and user attribute information collecting method and record medium
JP2000235514A (en) Method and system for retrieving information and recording medium recording information retrieval processing program
JP2001014281A (en) Information processing method and network information device
JP2000057065A (en) Data transfer method between data transfer system and browser window and recording medium
JP2002014963A (en) Database management system and its developing system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040326

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060804

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061003

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: 20061024

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061122

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 3886852

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: 20101201

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: 20101201

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111201

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: 20111201

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121201

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: 20131201

Year of fee payment: 7

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

LAPS Cancellation because of no payment of annual fees