JP2002373148A - Task processing system, task processing method and server program - Google Patents

Task processing system, task processing method and server program

Info

Publication number
JP2002373148A
JP2002373148A JP2001178806A JP2001178806A JP2002373148A JP 2002373148 A JP2002373148 A JP 2002373148A JP 2001178806 A JP2001178806 A JP 2001178806A JP 2001178806 A JP2001178806 A JP 2001178806A JP 2002373148 A JP2002373148 A JP 2002373148A
Authority
JP
Japan
Prior art keywords
business
request
data
business processing
database
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.)
Withdrawn
Application number
JP2001178806A
Other languages
Japanese (ja)
Inventor
Junya Kurahashi
絢也 倉橋
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2001178806A priority Critical patent/JP2002373148A/en
Publication of JP2002373148A publication Critical patent/JP2002373148A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To improve the productivity or maintainability of a task application part in a task processing system. SOLUTION: An I/O layer 11, a task application layer 12, and a data base layer 13 are separated from each other so that a display format for a client whose specification changes often occur or a data input and output part (that is, a part to be processed by the I/O layer 11) and a data base part (that is, a part to be processed by the data base layer 13) are separated from the task application layer 12. Thus, it is possible to improve the productivity of the task application layer 12.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、例えば入出庫管理
などといった各種業務処理を実行する業務処理システム
および業務処理方法、並びに、その業務処理システムお
よび業務処理方法で使用されるサーバプログラムに関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a business processing system and a business processing method for executing various business processes such as entry / exit management, and a server program used in the business processing system and the business processing method. is there.

【0002】[0002]

【従来の技術】様々な業種において、例えば入出庫管
理、顧客管理、座席や部屋の予約管理、決済管理などの
様々な業務処理の自動化が進められている。
2. Description of the Related Art In various industries, automation of various business processes such as entry / exit management, customer management, reservation management of seats and rooms, and settlement management has been promoted.

【0003】図7は、各種業務処理を実行する従来の業
務処理システムの一例を示すブロック図である。図7に
おいて、業務処理システム101は、各種業務処理を実
行する従来の業務処理システムであり、クライアント端
末装置102は、この業務処理システム101に対して
所定のリクエストを供給し、そのリクエストに応じた各
種業務処理を、業務処理システム101に実行させる装
置である。
FIG. 7 is a block diagram showing an example of a conventional business processing system for executing various business processes. In FIG. 7, a business processing system 101 is a conventional business processing system that executes various business processes, and a client terminal device 102 supplies a predetermined request to the business processing system 101 and responds to the request. This is an apparatus that causes the business processing system 101 to execute various business processes.

【0004】業務処理システム101において、業務ア
プリケーション111は、特定の業務向けに設計され、
業務処理の各種リクエストを受け付けたり、その業務処
理の結果などを出力したりする入出力制御機能121、
そのリクエストに対応した業務処理を実行する業務処理
機能122、およびデータベース112に対してデータ
操作を指令するデータベース操作機能123を有し、こ
れらの機能を記述したプログラムをコンピュータで実行
することで実現されるものである。
In the business processing system 101, a business application 111 is designed for a specific business,
An input / output control function 121 for receiving various requests for business processing and outputting the results of the business processing;
It has a business processing function 122 for executing business processing corresponding to the request, and a database operation function 123 for instructing the database 112 to perform data operations, and is realized by executing a program describing these functions on a computer. Things.

【0005】そして、この業務アプリケーション111
のプログラムは、特定の業務向けに設計されるため、そ
の業務の形態、ユーザの要望、データベースの仕様など
に合わせてコーディングが行われ、入出力制御機能12
1、業務処理機能122およびデータベース操作機能1
23といった各種機能は関連したものとしてまとめてコ
ーディングされることが多い。
[0005] The business application 111
Is designed for a specific business, and is coded according to the form of the business, user demands, database specifications, etc., and the input / output control function 12
1. Business processing function 122 and database operation function 1
Various functions such as 23 are often coded together as related.

【0006】また、1または複数のデータベース112
は、例えば、入出庫履歴、顧客名簿、予約データ、決済
データなどといった業務処理に必要とされるデータを格
納する記憶手段である。
[0006] One or more databases 112
Is storage means for storing data required for business processing, such as, for example, an entry / exit history, a customer list, reservation data, and settlement data.

【0007】次に、この従来の業務処理システム101
の動作について説明する。
Next, this conventional business processing system 101
Will be described.

【0008】クライアント端末装置102は、ユーザに
操作され、そのユーザの操作に応じて、各種業務処理の
リクエストを業務処理システム101に送信する。
[0008] The client terminal device 102 is operated by a user, and transmits various business processing requests to the business processing system 101 in accordance with the operation of the user.

【0009】クライアント端末装置102が業務処理の
リクエストを業務処理システム101へ送信すると、業
務処理システム101の業務アプリケーション111
が、そのリクエストを受け取り、そのリクエストを解析
して、対応する業務処理を実行する。この際、業務アプ
リケーション111は、そのリクエストにデータが添付
されていた場合には、そのデータを使用して業務処理を
実行する。
When the client terminal device 102 transmits a request for business processing to the business processing system 101, the business application 111 of the business processing system 101
Receives the request, analyzes the request, and executes a corresponding business process. At this time, if data is attached to the request, the business application 111 executes business processing using the data.

【0010】この添付データが正規の形式になっていな
い場合には、業務アプリケーション111がその都度、
その添付データの形式を正規の形式に変換する。
When the attached data is not in a regular format, the business application 111
The format of the attached data is converted to a regular format.

【0011】そして、業務処理の実行の際に、いずれか
のデータベース112へのアクセスが必要になると、業
務アプリケーション111は、そのデータベース112
へココマンドを発行して、そのデータベースを操作す
る。
When the business application needs access to any one of the databases 112, the business application 111 transmits the data to the database 112.
Issue a lever command to operate the database.

【0012】この際、データベース112の操作として
は、新たなデータの登録、既存データの読み出し、既存
データの編集などがある。
At this time, operations of the database 112 include registration of new data, reading of existing data, and editing of existing data.

【0013】このように、業務アプリケーション111
は、必要に応じて1または複数のデータベース112へ
アクセスして、リクエストを受けた業務処理を実行す
る。
As described above, the business application 111
Accesses one or more databases 112 as needed to execute the requested business process.

【0014】そして、リクエストを受けた業務処理を完
了すると、業務アプリケーション111は、その結果を
クライアント端末装置102へ出力する。
When the requested business process is completed, the business application 111 outputs the result to the client terminal device 102.

【0015】クライアント端末装置102は、その結果
を受信し、ユーザに対して表示したりする。
The client terminal device 102 receives the result and displays it to the user.

【0016】[0016]

【発明が解決しようとする課題】しかしながら、従来の
業務処理システム101では、特定業務向けに業務アプ
リケーション111を作成する際に、その都度、その特
定業務に関連するデータベース112の操作やユーザへ
の表示画面の様式などをその業務アプリケーション11
1に組み込んでいくので、データベース112やユーザ
への表示画面の様式の仕様を考慮して業務アプリケーシ
ョン111を作成する必要があり、生産性を向上するこ
とが困難である。
However, in the conventional business processing system 101, when a business application 111 is created for a specific business, the database 112 related to the specific business is displayed and displayed to the user every time the business application 111 is created. Change the screen style etc. to the business application 11
In this case, it is necessary to create the business application 111 in consideration of the specifications of the database 112 and the format of the display screen for the user, and it is difficult to improve the productivity.

【0017】また、従来の業務処理システム101で
は、データベース112の仕様やユーザへの表示画面の
様式の仕様に変更があった場合に、その仕様変更に対応
して業務アプリケーション111を変更する必要があ
り、保守性を向上することが困難である。
In the conventional business processing system 101, when the specification of the database 112 or the specification of the format of the display screen for the user is changed, it is necessary to change the business application 111 in response to the specification change. And it is difficult to improve maintainability.

【0018】例えば、業務処理システムの構築後におい
て、他の業務処理システムと連携する場合、他の業務処
理システムが有するデータベース112を利用すること
がある。その場合には、そのデータベース112の仕様
に合うように、業務アプリケーション111を変更する
必要がある。
For example, after the construction of the business processing system, when cooperating with another business processing system, the database 112 of the other business processing system may be used. In that case, it is necessary to change the business application 111 so as to meet the specifications of the database 112.

【0019】本発明は、上記の問題に鑑みてなされたも
のであり、業務アプリケーション部分の生産性を向上す
ることができる業務処理システムおよび業務処理方法、
並びにそれらに使用するサーバプログラムを得ることを
目的とする。
The present invention has been made in view of the above problems, and has been made in view of the above circumstances and provides a business processing system and a business processing method capable of improving the productivity of a business application part.
And to obtain a server program used for them.

【0020】また、本発明は、データベースの仕様やユ
ーザへの表示画面の様式の仕様に変更があった場合に
も、業務アプリケーション部分の変更を抑制することが
できる業務処理システムおよび業務処理方法、並びにそ
れらに使用するサーバプログラムを得ることを目的とす
る。
Further, the present invention provides a business processing system and a business processing method capable of suppressing a change of a business application part even when a specification of a database or a specification of a format of a display screen for a user is changed. And to obtain a server program used for them.

【0021】[0021]

【課題を解決するための手段】上記の課題を解決するた
めに、本発明の業務処理システムは、クライアントから
の業務処理のリクエストを受信するとともに、その業務
処理の結果をそのクライアントに送信するI/O手段
と、I/O手段から分離して実装され、I/O手段によ
り受信されたリクエストに対応する業務処理を行う業務
アプリケーション手段とを備える。そして、I/O手段
が、クライアントからの業務処理のリクエストを受信
し、そのリクエストに添付されたデータの形式を検査
し、そのデータの形式が、業務アプリケーション手段に
よる業務処理に要求される所定のデータ形式ではない場
合には、そのデータの形式をその所定のデータ形式に変
換するデータ管理サーバを有し、業務アプリケーション
手段が、データ管理サーバにより変換されたデータを使
用して業務処理を行う。
In order to solve the above-mentioned problems, a business processing system according to the present invention receives a business processing request from a client and transmits a result of the business processing to the client. An I / O unit and a business application unit that is mounted separately from the I / O unit and performs business processing corresponding to the request received by the I / O unit. Then, the I / O means receives the business processing request from the client, checks the format of the data attached to the request, and determines the data format to be the predetermined format required for the business processing by the business application means. If the data format is not used, the data management server has a data management server for converting the data format to the predetermined data format, and the business application means performs business processing using the data converted by the data management server.

【0022】この業務処理システムを利用すると、I/
O手段が業務アプリケーション手段から分離されること
で、業務アプリケーション手段の作成が簡単になり生産
性が向上するとともに、業務アプリケーション手段を変
更することなくI/O手段の変更のみでクライアントに
対する表示画面などの様式の変更を行うことができ、保
守性が向上する。また、クライアントからのリクエスト
に添付されたデータの形式の変換処理を業務アプリケー
ション手段から分離し、業務アプリケーション手段の負
荷集中を抑制することができる。
When this business processing system is used, I / O
Since the O means is separated from the business application means, the creation of the business application means is simplified and the productivity is improved, and a display screen for a client or the like only by changing the I / O means without changing the business application means. Can be changed, and maintainability is improved. Further, the conversion processing of the format of the data attached to the request from the client can be separated from the business application means, and the load concentration on the business application means can be suppressed.

【0023】さらに、本発明の業務処理システムは、上
記発明の業務処理システムに加え、I/O手段が、WW
Wサーバを有し、データ管理サーバが、クライアントか
らのリクエストをHTTPで受信し、そのリクエストを
WWWサーバにそのまま転送し、WWWサーバが、その
リクエストをHTTPで受信し、CGIを起動してその
リクエストに応じた業務処理を業務アプリケーション手
段に実行させるようにしたものである。
Further, in the business processing system of the present invention, in addition to the business processing system of the above-mentioned invention, the I / O means includes a WW
A WWW server, the data management server receives the request from the client by HTTP, transfers the request to the WWW server as it is, and the WWW server receives the request by HTTP, activates the CGI, and executes the request. In this case, the business application means is caused to execute a business process corresponding to the above.

【0024】この業務処理システムを利用すると、さら
に、クライアントとI/O手段との通信に既存のWWW
サーバ技術およびWWWブラウザ技術を利用でき、シス
テムを安価かつ簡単に構築することができる。
When this business processing system is used, the communication between the client and the I / O means can be further performed by using the existing WWW.
The server technology and the WWW browser technology can be used, and the system can be constructed cheaply and easily.

【0025】本発明の業務処理システムは、クライアン
トからの業務処理のリクエストを受信するとともに、そ
の業務処理の結果をそのクライアントに送信するI/O
手段と、I/O手段から分離して実装され、I/O手段
により受信されたリクエストに対応する業務処理を行う
業務アプリケーション手段とを備える。そして、I/O
手段が、業務アプリケーション手段による業務処理の結
果を、そのリクエストの送信元であるクライアントに応
じた形式に加工および/または整形するユーザインター
フェースサーバを有する。
The business processing system of the present invention receives a business processing request from a client and transmits the result of the business processing to the client.
And a business application means which is mounted separately from the I / O means and performs business processing corresponding to the request received by the I / O means. And I / O
The means has a user interface server for processing and / or shaping the result of the business process by the business application means into a format corresponding to the client that transmitted the request.

【0026】この業務処理システムを利用すると、I/
O手段が業務アプリケーション手段から分離されること
で、業務アプリケーション手段の作成が簡単になり生産
性が向上するとともに、業務アプリケーション手段を変
更することなくI/O手段の変更のみでクライアントに
対する表示画面などの様式の変更を行うことができ、保
守性が向上する。また、業務処理システムを使用するユ
ーザであるクライアントごとにそのクライアントの業務
上適切なデータとして、業務処理の結果を提供すること
ができる。
When this business processing system is used, I / O
Since the O means is separated from the business application means, the creation of the business application means is simplified and the productivity is improved, and a display screen for a client or the like only by changing the I / O means without changing the business application means. Can be changed, and maintainability is improved. Further, for each client who is a user of the business processing system, the result of the business processing can be provided as data appropriate for the business of the client.

【0027】さらに、本発明の業務処理システムは、上
記発明の業務処理システムに加え、業務処理の結果に対
する加工および/または整形の様式を示すユーザインタ
ーフェース情報を、リクエストの送信元であるクライア
ントごと、あるいは、そのクライアントの属するグルー
プごとに予め記憶するユーザインターフェース情報記憶
手段を備え、ユーザインターフェースサーバが、そのユ
ーザインターフェース情報に基づいて業務処理の結果を
加工および/または整形するようにしたものである。
Further, the business processing system according to the present invention further comprises, in addition to the business processing system according to the present invention, user interface information indicating a mode of processing and / or shaping for a result of the business processing for each client which is a transmission source of the request. Alternatively, a user interface information storage unit that stores in advance for each group to which the client belongs is provided, and the user interface server processes and / or shapes the result of the business process based on the user interface information.

【0028】この業務処理システムを利用すると、さら
に、ユーザインターフェース情報を追加したり、編集し
たりするだけで、業務処理の結果を提示する際の様式
を、クライアントやそのクライアントが属するグループ
に応じて適宜設定でき、新規クライアントについてのそ
のような様式の設定や、既存クライアントについてのそ
のような様式の変更を簡単に行うことができる。
When this business processing system is used, the style of presenting the business processing result can be changed according to the client and the group to which the client belongs by simply adding or editing the user interface information. It can be set as appropriate, and it is easy to set such a style for a new client or to change such a style for an existing client.

【0029】さらに、本発明の業務処理システムは、上
記各発明の業務処理システムに加え、ユーザインターフ
ェース情報の登録および/または編集を行うユーザイン
ターフェース情報登録/編集手段を備えるものである。
Further, the business processing system of the present invention includes, in addition to the business processing system of each of the above-mentioned inventions, a user interface information registration / editing unit for registering and / or editing user interface information.

【0030】この業務処理システムを利用すると、さら
に、業務処理の結果を提示する際の様式に関する、新規
クライアントについての様式の設定や、既存クライアン
トについての様式の変更を行うことができる。
By using this business processing system, it is possible to set a format for a new client and to change a format for an existing client with respect to a format for presenting a result of a business process.

【0031】さらに、本発明の業務処理システムは、上
記各発明の業務処理システムに加え、I/O手段がWW
Wサーバを有し、ユーザインターフェースサーバが、加
工および/または整形後の業務処理の結果をHTML文
書として生成し、WWWサーバが、業務処理の結果とし
て生成されたHTML文書を、業務処理のリクエストを
送信したクライアントにHTTPで送信するようにした
ものである。
Further, in the business processing system of the present invention, in addition to the business processing system of each of the above-mentioned inventions, the I / O means is WW
A W interface, wherein the user interface server generates a result of the business process after the processing and / or shaping as an HTML document, and the WWW server transmits the HTML document generated as a result of the business process to a request for the business process. In this case, the data is transmitted to the transmitting client by HTTP.

【0032】この業務処理システムを利用すると、さら
に、クライアントとI/O手段との通信に既存のWWW
サーバ技術およびWWWブラウザ技術を利用でき、シス
テムを安価かつ簡単に構築することができる。
When this business processing system is used, the communication between the client and the I / O means can be further performed by using the existing WWW.
The server technology and the WWW browser technology can be used, and the system can be constructed cheaply and easily.

【0033】本発明の業務処理システムは、クライアン
トからの業務処理のリクエストを受信するとともに、そ
の業務処理の結果をそのクライアントに送信するI/O
手段と、I/O手段から分離して実装され、I/O手段
により受信されたリクエストに対応する業務処理を行う
業務アプリケーション手段とを備える。I/O手段が、
クライアントからの業務処理のリクエストを受信し、そ
のリクエストに添付されたデータの形式を検査し、その
データの形式が業務アプリケーション手段による業務処
理に要求される所定のデータ形式ではない場合には、そ
のデータの形式をその所定のデータ形式に変換するデー
タ管理サーバと、業務アプリケーション手段による業務
処理の結果を、そのリクエストの送信元であるクライア
ントに応じた形式に加工および/または整形するユーザ
インターフェースサーバと、データ管理サーバによるデ
ータ変換後に、リクエストに応じた業務処理を業務アプ
リケーション手段に実行させるとともに、ユーザインタ
フェースサーバにより加工および/または整形された業
務処理の結果をそのリクエストの送信元のクライアント
に送信するI/Oサーバとを有する。そして、業務アプ
リケーション手段が、データ管理サーバにより変換され
たデータを使用して業務処理を行い、その結果をユーザ
インターフェースサーバに送信する。
The business processing system of the present invention receives a business processing request from a client and transmits the result of the business processing to the client.
And a business application means which is mounted separately from the I / O means and performs business processing corresponding to the request received by the I / O means. I / O means
Upon receiving a business processing request from the client, the format of the data attached to the request is inspected. If the data format is not the predetermined data format required for business processing by the business application A data management server for converting a data format into the predetermined data format, and a user interface server for processing and / or shaping the result of the business process by the business application means into a format according to the client that transmitted the request. After the data is converted by the data management server, the business application according to the request is executed by the business application means, and the result of the business processing processed and / or shaped by the user interface server is transmitted to the client that transmitted the request. I / O And an over server. Then, the business application unit performs business processing using the data converted by the data management server, and transmits the result to the user interface server.

【0034】この業務処理システムを利用すると、I/
O手段が業務アプリケーション手段から分離されること
で、業務アプリケーション手段の作成が簡単になり生産
性が向上するとともに、業務アプリケーション手段を変
更することなくI/O手段の変更のみでクライアントに
対する表示画面などの様式の変更を行うことができ、保
守性が向上する。また、クライアントからのリクエスト
に添付されたデータの形式の変換処理を業務アプリケー
ション手段から分離して、業務アプリケーション手段の
負荷集中を抑制しつつ、業務処理システムを使用するユ
ーザであるクライアントごとにそのクライアントの業務
上適切なデータとして、業務処理の結果を提供すること
ができる。
When this business processing system is used, I / O
Since the O means is separated from the business application means, the creation of the business application means is simplified and the productivity is improved, and a display screen for a client or the like only by changing the I / O means without changing the business application means. Can be changed, and maintainability is improved. In addition, the conversion process of the format of the data attached to the request from the client is separated from the business application means, and the load concentration on the business application means is suppressed, and the client which is a user who uses the business processing system has the client The result of the business process can be provided as data appropriate for the business.

【0035】さらに、本発明の業務処理システムは、上
記発明の業務処理システムにおいて、データ管理サー
バ、ユーザインターフェースサーバおよびI/Oサーバ
の少なくとも1つがプログラムであり、各サーバのプロ
グラムが、1台のコンピュータか、コンピュータネット
ワークで互いに接続された複数のコンピュータのいずれ
かにより実行されるようにしたものである。
Further, in the business processing system according to the present invention, in the business processing system according to the above invention, at least one of the data management server, the user interface server, and the I / O server is a program, and the program of each server is one. It is intended to be executed by either a computer or a plurality of computers connected to each other by a computer network.

【0036】この業務処理システムを利用すると、さら
に、コンピュータシステムでこれらのサーバを簡単に実
現することができ、複数のコンピュータを使用する場合
には、負荷分散を簡単に行うことができる。
By using this business processing system, these servers can be easily realized by a computer system. When a plurality of computers are used, load distribution can be easily performed.

【0037】さらに、本発明の業務処理システムは、上
記各発明の業務処理システムに加え、データ管理サーバ
が、クライアントからのリクエストをHTTPで受信
し、そのリクエストをI/Oサーバにそのまま転送し、
ユーザインターフェースサーバが、加工および/または
整形後の業務処理の結果をHTML文書として生成し、
I/Oサーバは、クライアントからのリクエストをHT
TPで受信し、CGIを起動してそのリクエストに応じ
た業務処理を業務アプリケーション手段に実行させると
ともに、ユーザインタフェースサーバにより加工および
/または整形された業務処理の結果としてのHTML文
書をそのリクエストの送信元のクライアントにHTTP
で送信するようにしたものである。
Further, according to the business processing system of the present invention, in addition to the business processing system of each of the above-mentioned inventions, the data management server receives a request from the client by HTTP, and transfers the request as it is to the I / O server.
The user interface server generates a result of the business processing after the processing and / or shaping as an HTML document,
The I / O server sends the request from the client to the HT
The TP is received, the CGI is activated, the business application according to the request is executed by the business application means, and the HTML document as a result of the business processing processed and / or shaped by the user interface server is transmitted to the request. HTTP to original client
Is to be transmitted.

【0038】この業務処理システムを利用すると、さら
に、クライアントとI/O手段との通信に既存のWWW
サーバ技術およびWWWブラウザ技術を利用でき、シス
テムを安価かつ簡単に構築することができる。
When this business processing system is used, the communication between the client and the I / O means can be further performed by using the existing WWW.
The server technology and the WWW browser technology can be used, and the system can be constructed cheaply and easily.

【0039】本発明の業務処理システムは、クライアン
トによりリクエストされた業務処理を行う業務アプリケ
ーション手段と、業務アプリケーション手段から分離し
て実装され、業務処理に使用されるデータを格納するデ
ータベース手段とを備える。そして、業務アプリケーシ
ョン手段が、所定の単一のコマンドセットにおけるいず
れかのコマンドをデータベース手段に対して発行して業
務処理に伴うデータ操作をデータベース手段に実行させ
る。また、データベース手段は、業務処理に使用される
データを実際に格納する1または複数の実データベース
と、実データベースの仕様情報を格納する抽象データベ
ースと、抽象データベースからそのコマンドの対象であ
る実データベースの仕様情報を読み出し、その実データ
ベースの仕様に応じて、業務アプリケーション手段から
のコマンドをその実データベース向けのコマンドに変換
し、変換後のコマンドをその実データベースに発行する
抽象データベースサーバとを有する。
The business processing system of the present invention comprises business application means for performing business processing requested by a client, and database means which is mounted separately from the business application means and stores data used for business processing. . Then, the business application unit issues one of the commands in the predetermined single command set to the database unit, and causes the database unit to execute the data operation accompanying the business process. The database means includes one or a plurality of real databases that actually store data used for business processing, an abstract database that stores specification information of the real database, and a real database that is a target of the command from the abstract database. An abstract database server that reads specification information, converts a command from a business application unit into a command for the real database according to the specification of the real database, and issues the converted command to the real database.

【0040】この業務処理システムを利用すると、業務
アプリケーション手段を変更せずに、異なる仕様のデー
タベースを単一仕様のデータベースとして使用すること
ができ、実データベースの仕様変更を簡単に行うことが
できる。また、他のデータベースを有する他のシステム
との連携に伴うそのデータベースへのアクセスのための
業務アプリケーション手段の変更を抑制することがで
き、そのような他のシステムとの連携が簡単になる。す
なわち、業務アプリケーション手段は、データベース手
段を単一仕様のものと見なせるので、業務アプリケーシ
ョン手段についての生産性および保守性が向上する。
When this business processing system is used, a database having a different specification can be used as a single specification database without changing the business application means, and the specification of an actual database can be easily changed. In addition, it is possible to suppress a change in the business application means for accessing the database associated with the cooperation with another system having another database, and the cooperation with such another system is simplified. That is, since the business application means can regard the database means as having a single specification, the productivity and maintainability of the business application means are improved.

【0041】さらに、本発明の業務処理システムは、上
記発明の業務処理システムに加え、抽象データベースサ
ーバが、変換後のコマンドを実データベースに発行した
後に、そのコマンドに対応してその実データベースから
データを取得し、そのデータの形式をその実データベー
スの仕様に基づいて所定の単一のデータ形式に逆変換
し、逆変換後のデータを業務アプリケーション手段へ供
給するようにしたものである。
Further, in the business processing system of the present invention, in addition to the business processing system of the above invention, after the abstract database server issues the converted command to the real database, data is converted from the real database in response to the command. The acquired data format is inversely converted into a predetermined single data format based on the specifications of the real database, and the data after the inverse conversion is supplied to the business application means.

【0042】この業務処理システムを利用すると、さら
に、発行したコマンドに対応してデータベースから得ら
れるデータの形式についても一様になり、業務アプリケ
ーション手段についての生産性および保守性がより向上
する。
When this business processing system is used, the format of the data obtained from the database in accordance with the issued command becomes uniform, and the productivity and maintainability of the business application means are further improved.

【0043】さらに、本発明の業務処理システムは、上
記各発明の業務処理システムに加え、抽象データベース
に対して、実データベースの仕様情報の登録および/ま
たは変更を行う抽象データベース管理手段を備えるもの
である。
Further, the business processing system of the present invention includes an abstract database management means for registering and / or changing the specification information of the real database with respect to the abstract database, in addition to the business processing system of the above inventions. is there.

【0044】この業務処理システムを利用すると、さら
に、抽象データベースを操作することで、他のシステム
との連携、実データベースの追加や仕様変更を簡単に行
うことができる。
Using this business processing system, by further operating the abstract database, it is possible to easily cooperate with other systems, add real databases, and change specifications.

【0045】本発明の業務処理システムは、クライアン
トからの業務処理のリクエストを受信するとともに、そ
の業務処理の結果をそのクライアントに送信するI/O
手段と、I/O手段から分離して実装され、I/O手段
により受信されたリクエストに対応する業務処理を行う
業務アプリケーション手段と、I/O手段および業務ア
プリケーション手段から分離して実装され、業務処理に
使用されるデータを格納するデータベース手段とを備え
る。そして、I/O手段が、クライアントからの業務処
理のリクエストを受信し、そのリクエストに添付された
データの形式を検査し、そのデータの形式が、業務アプ
リケーション手段による業務処理に要求される所定のデ
ータ形式ではない場合には、そのデータの形式をその所
定のデータ形式に変換するデータ管理サーバと、業務ア
プリケーション手段による業務処理の結果を、そのリク
エストの送信元であるクライアントに応じた形式に加工
および/または整形するユーザインターフェースサーバ
と、データ管理サーバによるデータ変換後に、リクエス
トに応じた業務処理を業務アプリケーション手段に実行
させるとともに、ユーザインタフェースサーバにより加
工および/または整形された業務処理の結果をそのリク
エストの送信元のクライアントに送信するI/Oサーバ
とを有する。また、業務アプリケーション手段は、デー
タ管理サーバにより変換されたデータを使用して業務処
理を行い、その業務処理の際に必要に応じて、所定の単
一のコマンドセットにおけるいずれかのコマンドをデー
タベース手段に対して発行して業務処理に伴うデータ操
作をデータベース手段に実行させ、その業務処理の結果
をユーザインターフェースサーバに送信する。また、デ
ータベース手段は、業務処理に使用されるデータを実際
に格納する1または複数の実データベースと、実データ
ベースの仕様情報を格納する抽象データベースと、抽象
データベースからそのコマンドの対象である実データベ
ースの仕様情報を読み出し、その実データベースの仕様
に応じて、データベース手段からのコマンドをその実デ
ータベース向けのコマンドに変換し、変換後のコマンド
をその実データベースに発行する抽象データベースサー
バとを有する。
The business processing system of the present invention receives a business processing request from a client and transmits the result of the business processing to the client.
Means, a business application means, which is mounted separately from the I / O means and performs business processing corresponding to the request received by the I / O means, and a business application means, which is separately mounted from the I / O means and the business application means, Database means for storing data used for business processing. Then, the I / O means receives the business processing request from the client, checks the format of the data attached to the request, and determines the data format to be the predetermined format required for the business processing by the business application means. If the data format is not used, the data management server converts the data format to the predetermined data format, and the result of the business process by the business application means is processed into a format corresponding to the client that transmitted the request. A user interface server for performing and / or shaping, and after the data conversion by the data management server, causing the business application means to execute the business process according to the request, and displaying a result of the business process processed and / or shaped by the user interface server. The class that sent the request And an I / O server sending the Ant. Further, the business application means performs business processing using the data converted by the data management server, and, when necessary, executes any one of the commands in the predetermined single command set in the database means when performing the business processing. And causes the database means to execute the data operation associated with the business process, and transmits the result of the business process to the user interface server. The database means includes one or a plurality of real databases that actually store data used for business processing, an abstract database that stores specification information of the real database, and a real database that is a target of the command from the abstract database. An abstract database server that reads specification information, converts a command from a database unit into a command for the real database according to the specification of the real database, and issues the converted command to the real database.

【0046】この業務処理システムを利用すると、I/
O手段およびデータベース手段が業務アプリケーション
手段から分離されることで、業務アプリケーション手段
の作成が簡単になり生産性が向上するとともに、業務ア
プリケーション手段を変更することなくI/O手段やデ
ータベース手段の変更のみで、クライアントに対する表
示画面などの様式の変更を行うことができ、保守性が向
上する。また、クライアントからのリクエストに添付さ
れたデータの形式の変換処理を業務アプリケーション手
段から分離して、業務アプリケーション手段の負荷集中
を抑制しつつ、業務処理システムを使用するユーザであ
るクライアントごとにそのクライアントの業務上適切な
データとして、業務処理の結果を提供することができ
る。
Using this business processing system, I / O
By separating the O means and the database means from the business application means, the creation of the business application means is simplified and the productivity is improved, and only the I / O means and the database means are changed without changing the business application means. Thus, the style of the display screen and the like for the client can be changed, and the maintainability is improved. In addition, the conversion process of the format of the data attached to the request from the client is separated from the business application means, and the load concentration on the business application means is suppressed, and the client which is a user who uses the business processing system has the client The result of the business process can be provided as data appropriate for the business.

【0047】このように、仕様変更の起こりやすいクラ
イアントに対する表示画面などの様式やデータ入出力処
理の部分、およびデータベースの部分が、業務アプリケ
ーション手段から切り離され、業務アプリケーション手
段の生産性が向上する。
As described above, the form of the display screen for the client whose specification is likely to change, the data input / output processing portion, and the database portion are separated from the business application means, and the productivity of the business application means is improved.

【0048】さらに、本発明の業務処理システムは、上
記発明の業務処理システムにおいて、データ管理サー
バ、ユーザインターフェースサーバ、I/Oサーバおよ
び抽象データベースサーバの少なくとも1つがプログラ
ムであり、各サーバのプログラムは、1台のコンピュー
タか、コンピュータネットワークで互いに接続された複
数のコンピュータのいずれかにより実行されるようにし
たものである。
Further, in the business processing system of the present invention, at least one of the data management server, the user interface server, the I / O server and the abstract database server is a program, and the program of each server is 1 is executed by either one computer or a plurality of computers connected to each other by a computer network.

【0049】この業務処理システムを利用すると、さら
に、コンピュータシステムでこれらのサーバを簡単に実
現することができ、複数のコンピュータを使用する場合
には、負荷分散を簡単に行うことができる。
By using the business processing system, these servers can be easily realized by a computer system, and when a plurality of computers are used, load distribution can be easily performed.

【0050】さらに、本発明の業務処理システムは、上
記各発明の業務処理システムに加え、業務アプリケーシ
ョン手段が、当該業務処理システムの使用される業務特
有の処理を行う業務プログラムと、業務処理の汎用ツー
ル群とを有し、コンピュータで実行されるようにしたも
のである。
Further, in the business processing system of the present invention, in addition to the business processing system of each of the above-mentioned inventions, the business application means includes a business program for performing processing specific to the business used by the business processing system, and a general-purpose business processing system. And a tool group, which is executed by a computer.

【0051】この業務処理システムを利用すると、さら
に、特定業務向けの業務アプリケーション手段を作成す
る際に、汎用ツール群を流用することができるため、業
務アプリケーション手段についての生産性がより向上す
る。
When this business processing system is used, a general-purpose tool group can be used when creating business application means for a specific business, so that the productivity of the business application means is further improved.

【0052】本発明の業務処理方法は、業務処理を実行
する業務アプリケーション手段の前段で、クライアント
からの業務処理のリクエストを受信するステップと、そ
のリクエストに添付されたデータの形式を検査するステ
ップと、そのデータの形式が、業務処理に要求される所
定のデータ形式ではない場合に、そのデータの形式をそ
の所定のデータ形式に変換するステップと、業務アプリ
ケーション手段によりその変換後のデータを使用して上
記業務処理を実行するステップとを備える。
In the business processing method of the present invention, a step of receiving a business processing request from a client and a step of inspecting a format of data attached to the request are provided before the business application means for executing the business processing. Converting the data format to the predetermined data format if the data format is not the predetermined data format required for business processing; and using the converted data by business application means. Executing the business process.

【0053】この業務処理方法を利用すると、クライア
ントからのリクエストに添付されたデータの形式の変換
処理が業務アプリケーション手段から分離され、業務ア
プリケーション手段についての生産性および保守性が向
上する。
When this business processing method is used, the conversion process of the data format attached to the request from the client is separated from the business application means, and the productivity and maintainability of the business application means are improved.

【0054】さらに、本発明の業務処理方法は、上記発
明の業務処理方法に加え、クライアントからのリクエス
トをHTTPで受信し、そのリクエストをWWWサーバ
にそのまま転送し、WWWサーバがそのリクエストをH
TTPで受信し、CGIを起動してそのリクエストに応
じた業務処理を業務アプリケーション手段に実行させる
ようにしたものである。
Further, according to the business processing method of the present invention, in addition to the business processing method of the present invention, a request from a client is received by HTTP, and the request is forwarded to a WWW server as it is.
It is received by TTP, activates the CGI, and causes the business application means to execute business processing according to the request.

【0055】この業務処理方法を利用すると、さらに、
クライアントと、業務処理システムとの通信に既存のW
WWサーバ技術およびWWWブラウザ技術を利用でき、
業務処理システムを安価かつ簡単に構築することができ
る。
By using this business processing method,
Existing W for communication between client and business processing system
WWW server technology and WWW browser technology can be used,
A business processing system can be constructed cheaply and easily.

【0056】本発明の業務処理方法は、業務処理を実行
する業務アプリケーション手段の後段で、業務処理の結
果を、そのリクエストの送信元であるクライアントに応
じた形式に加工および/または整形するステップと、そ
の加工および/または整形後の結果を、そのリクエスト
の送信元であるクライアントに送信するステップとを備
える。
The business processing method according to the present invention includes a step of processing and / or shaping the result of the business processing into a format according to the client that is the transmission source of the request, at a stage subsequent to the business application means for executing the business processing. Transmitting the processed and / or shaped result to the client that has transmitted the request.

【0057】この業務処理方法を利用すると、業務処理
の結果についての各クライアント向けのデータ形式の変
換処理が業務アプリケーション手段から分離され、業務
アプリケーション手段についての生産性および保守性が
向上する。
When this business processing method is used, the conversion of the data format for each client for the result of the business processing is separated from the business application means, and the productivity and maintainability of the business application means are improved.

【0058】さらに、本発明の業務処理方法は、上記発
明の業務処理方法に加え、リクエストの送信元であるク
ライアントごと、あるいは、クライアントの属するグル
ープごとに予め設定された、業務処理の結果に対する加
工および/または整形の様式を示すユーザインターフェ
ース情報に基づいて業務処理の結果を加工および/また
は整形するようにしたものである。
Further, the business processing method of the present invention, in addition to the business processing method of the invention described above, further comprises a processing for a result of the business processing set in advance for each client or each group to which the client belongs. And / or processing and / or shaping the result of the business process based on the user interface information indicating the style of shaping.

【0059】この業務処理方法を利用すると、さらに、
ユーザインターフェース情報を追加したり、編集したり
するだけで、業務処理の結果を提示する際の様式を、ク
ライアントやそのクライアントが属するグループに応じ
て適宜設定でき、新規クライアントについてのそのよう
な様式の設定や、既存クライアントについてのそのよう
な様式の仕様変更を簡単に行うことができる。
Using this business processing method,
By simply adding or editing the user interface information, the format for presenting the results of business processing can be set as appropriate according to the client and the group to which the client belongs. It is easy to make settings and change specifications of such styles for existing clients.

【0060】さらに、本発明の業務処理方法は、上記各
発明の業務処理方法に加え、加工および/または整形後
の業務処理の結果をHTML文書として生成し、そのH
TML文書をHTTPでクライアントに送信するように
したものである。
Further, in the business processing method of the present invention, in addition to the business processing method of each of the above-mentioned inventions, a business processing result after processing and / or shaping is generated as an HTML document, and the H
The TML document is transmitted to the client by HTTP.

【0061】この業務処理方法を利用すると、さらに、
クライアントと、業務処理システムとの通信に既存のW
WWサーバ技術およびWWWブラウザ技術を利用でき、
業務処理を実行するシステムを安価かつ簡単に構築する
ことができる。
Using this business processing method,
Existing W for communication between client and business processing system
WWW server technology and WWW browser technology can be used,
It is possible to easily and inexpensively construct a system for executing business processes.

【0062】本発明の業務処理方法は、業務処理を実行
する業務アプリケーション手段の前段で、クライアント
からの業務処理のリクエストを受信するステップと、そ
のリクエストに添付されたデータの形式を検査するステ
ップと、そのデータの形式が、業務処理に要求される所
定のデータ形式ではない場合に、そのデータの形式をそ
の所定のデータ形式に変換するステップと、業務アプリ
ケーション手段によりその変換後のデータを使用して業
務処理を実行するステップと、業務処理の結果を、その
リクエストの送信元であるクライアントに応じた形式に
加工および/または整形するステップと、加工および/
または整形した業務処理の結果をそのリクエストの送信
元のクライアントに送信するステップとを備える。
According to the business processing method of the present invention, a step of receiving a business processing request from a client and a step of inspecting the format of data attached to the request are provided before the business application means for executing the business processing. Converting the data format to the predetermined data format if the data format is not the predetermined data format required for business processing; and using the converted data by business application means. Executing the business process, processing and / or shaping the result of the business process into a format according to the client that transmitted the request, and processing and / or
Or transmitting the formatted result of the business process to the client that transmitted the request.

【0063】この業務処理方法を利用すると、クライア
ントからのリクエストに添付されたデータの形式の変換
処理や業務処理の結果についての各クライアント向けの
データ形式の変換処理が業務アプリケーション手段から
分離され、業務アプリケーション手段についての生産性
および保守性が向上する。
When this business processing method is used, the conversion processing of the data format attached to the request from the client and the conversion processing of the data format for each client regarding the result of the business processing are separated from the business application means. The productivity and maintainability of the application means are improved.

【0064】さらに、本発明の業務処理方法は、上記発
明の業務処理方法に加え、クライアントからのリクエス
トをHTTPで受信し、そのリクエストをWWWサーバ
にそのまま転送し、WWWサーバがそのリクエストをH
TTPで受信し、CGIを起動してそのリクエストに応
じた業務処理を業務アプリケーション手段に実行させ、
加工および/または整形後の業務処理の結果をHTML
文書として生成した後、WWWサーバがそのHTML文
書をそのリクエストの送信元のクライアントにHTTP
で送信するようにしたものである。
Further, according to the business processing method of the present invention, in addition to the business processing method of the present invention, a request from a client is received by HTTP, and the request is directly transferred to a WWW server.
Received by TTP, activates CGI, and causes business application means to execute business processing corresponding to the request,
HTML processing results after processing and / or shaping
After generating the document, the WWW server sends the HTML document to the client that transmitted the request via HTTP.
Is to be transmitted.

【0065】この業務処理方法を利用すると、さらに、
クライアントと、業務処理システムとの通信に既存のW
WWサーバ技術およびWWWブラウザ技術を利用でき、
業務処理を実行するシステムを安価かつ簡単に構築する
ことができる。
By using this business processing method,
Existing W for communication between client and business processing system
WWW server technology and WWW browser technology can be used,
It is possible to easily and inexpensively construct a system for executing business processes.

【0066】本発明の業務処理方法は、業務処理におい
て、データベースにおけるデータの操作が必要な際に、
所定の単一のコマンドセットにおけるいずれかのコマン
ドを発行するステップと、業務処理に使用されるデータ
を実際に格納する実データベースの仕様情報を格納する
抽象データベースからそのコマンドの対象である実デー
タベースの仕様情報を読み出すステップと、その実デー
タベースの仕様に応じて、コマンドをその実データベー
ス向けのコマンドに変換するステップと、変換後のコマ
ンドをその実データベースに発行するステップとを備え
る。
According to the business processing method of the present invention, when business data operation is required in business processing,
A step of issuing any command in a predetermined single command set; and a step of issuing a command from the abstract database storing specification information of the real database that actually stores data used in the business process. The method includes a step of reading specification information, a step of converting a command into a command for the real database according to the specification of the real database, and a step of issuing the converted command to the real database.

【0067】この業務処理方法を利用すると、業務処理
を行う業務アプリケーション手段を変更せずに、異なる
仕様のデータベースを使用することができ、実データベ
ースの仕様変更を簡単に行うことができる。すなわち、
業務アプリケーション手段がデータベース手段を単一仕
様のものであるとみなせるので、業務アプリケーション
手段についての生産性および保守性が向上する。
When this business processing method is used, a database having a different specification can be used without changing the business application means for performing business processing, and the specification of the actual database can be easily changed. That is,
Since the business application means can regard the database means as having a single specification, the productivity and maintainability of the business application means are improved.

【0068】さらに、本発明の業務処理方法は、上記発
明の業務処理方法に加え、変換後のコマンドを実データ
ベースに発行した後に、そのコマンドに対してその実デ
ータベースからデータを取得し、そのデータの形式を、
その実データベースの仕様に基づいて所定の単一のデー
タ形式に逆変換するようにしたものである。
Further, according to the business processing method of the present invention, in addition to the business processing method of the invention described above, after a converted command is issued to a real database, data is acquired from the real database for the command, and Format
The reverse conversion is made to a predetermined single data format based on the specifications of the real database.

【0069】この業務処理方法を利用すると、さらに、
発行したコマンドに対応してデータベースから得られる
データの形式についても一様になり、業務アプリケーシ
ョン手段についての生産性および保守性がより向上す
る。
When this business processing method is used,
The format of the data obtained from the database corresponding to the issued command is also uniform, and the productivity and maintainability of the business application means are further improved.

【0070】本発明の業務処理方法は、業務処理を実行
する業務アプリケーション手段の前段で、クライアント
からの業務処理のリクエストを受信するステップと、そ
のリクエストに添付されたデータの形式を検査するステ
ップと、そのデータの形式が、業務処理に要求される所
定のデータ形式ではない場合に、そのデータの形式をそ
の所定のデータ形式に変換するステップと、業務アプリ
ケーション手段によりその変換後のデータを使用して業
務処理を実行するステップと、業務処理の結果を、その
リクエストの送信元であるクライアントに応じた形式に
加工および/または整形するステップと、加工および/
または整形した業務処理の結果をそのリクエストの送信
元のクライアントに送信するステップとを備え、さら
に、業務処理でデータベースにおけるデータの操作が必
要な際には、所定の単一のコマンドセットにおけるいず
れかのコマンドを発行するステップと、業務処理に使用
されるデータを実際に格納する実データベースの仕様情
報を格納する抽象データベースからそのコマンドの対象
である実データベースの仕様情報を読み出すステップ
と、その実データベースの仕様に応じて、コマンドをそ
の実データベース向けのコマンドに変換するステップ
と、変換後のコマンドをその実データベースに発行する
ステップとを備える。
The business processing method according to the present invention includes a step of receiving a business processing request from a client and a step of inspecting a format of data attached to the request in a stage preceding the business application means for executing the business processing. Converting the data format to the predetermined data format if the data format is not the predetermined data format required for business processing; and using the converted data by business application means. Executing the business process, processing and / or shaping the result of the business process into a format according to the client that transmitted the request, and processing and / or
Or transmitting the result of the formatted business process to the client that transmitted the request, and when the business process requires data manipulation in the database, any one of the predetermined single command set Issuing the command of the real database, and reading the specification information of the real database that is the object of the command from the abstract database that stores the specification information of the real database that actually stores the data used for the business process. According to the specifications, the method includes a step of converting a command into a command for the real database, and a step of issuing the converted command to the real database.

【0071】この業務処理方法を利用すると、クライア
ントからのリクエストに添付されたデータの形式の変換
処理や業務処理の結果についての各クライアント向けの
データ形式の変換処理が業務アプリケーション手段から
分離されるとともに、業務アプリケーション手段は、デ
ータベース手段を単一仕様のものであるとみなせるの
で、業務アプリケーション手段についての生産性および
保守性がより向上する。また、クライアントからのリク
エストに添付されたデータの形式の変換処理を業務アプ
リケーション手段から分離して、業務アプリケーション
手段の負荷集中を抑制することができる。
When this business processing method is used, the conversion processing of the data format attached to the request from the client and the conversion processing of the data format for each client regarding the result of the business processing are separated from the business application means. Since the business application means can be regarded as a database means having a single specification, productivity and maintainability of the business application means are further improved. Further, the conversion process of the format of the data attached to the request from the client can be separated from the business application means, and the load concentration of the business application means can be suppressed.

【0072】本発明のサーバプログラムは、クライアン
トからの業務処理のリクエストを受信し、そのリクエス
トに添付されたデータの形式を検査し、そのデータの形
式が、業務処理に要求される所定のデータ形式ではない
場合に、そのデータの形式をその所定のデータ形式に変
換するデータ管理サーバとしてコンピュータを機能させ
る。
The server program of the present invention receives a business process request from a client, checks the format of data attached to the request, and checks the format of the data for a predetermined data format required for the business process. If not, the computer is made to function as a data management server that converts the data format into the predetermined data format.

【0073】このサーバプログラムを実行することによ
り、クライアントからのリクエストに添付されたデータ
の形式の変換処理を業務アプリケーション手段について
の生産性および保守性を向上することができる。また、
上記データの形式の変換処理が業務アプリケーション手
段から分離されることで、業務アプリケーション手段の
負荷集中を抑制することができる。
By executing this server program, it is possible to improve the productivity and maintainability of the business application means in the conversion process of the data format attached to the request from the client. Also,
By separating the conversion process of the data format from the business application unit, the load concentration of the business application unit can be suppressed.

【0074】本発明のサーバプログラムは、業務処理の
結果を、そのリクエストの送信元であるクライアントに
応じた形式に加工および/または整形するユーザインタ
ーフェースサーバとしてコンピュータを機能させる。
The server program of the present invention causes a computer to function as a user interface server for processing and / or shaping the result of business processing into a format corresponding to the client that transmitted the request.

【0075】このサーバプログラムを実行することによ
り、業務処理の結果についての各クライアント向けのデ
ータ形式の変換処理が、業務処理を行う業務アプリケー
ション手段から分離され、業務アプリケーション手段に
ついての生産性および保守性が向上する。
By executing this server program, the data format conversion process for each client with respect to the result of the business process is separated from the business application unit that performs the business process, and the productivity and maintainability of the business application unit are separated. Is improved.

【0076】さらに、本発明のサーバプログラムは、上
記発明のサーバプログラムに加え、リクエストの送信元
であるクライアントごと、あるいは、クライアントの属
するグループごとに予め設定された、業務処理の結果に
対する加工および/または整形の様式を示すユーザイン
ターフェース情報に基づいて業務処理の結果を加工およ
び/または整形するように、前記ユーザインターフェー
スサーバとしてコンピュータを機能させる。
Further, in addition to the server program of the above-mentioned invention, the server program of the present invention further includes processing and / or processing for the result of the business process, which is set in advance for each client that is the source of the request or for each group to which the client belongs. Alternatively, a computer is caused to function as the user interface server so as to process and / or shape the result of the business process based on the user interface information indicating the style of shaping.

【0077】このサーバプログラムを実行することによ
り、さらに、ユーザインターフェース情報を追加した
り、編集したりするだけで、業務処理の結果を提示する
際の様式を、クライアントやそのクライアントが属する
グループに応じて適宜設定でき、新規クライアントにつ
いてのそのような様式の設定や、既存クライアントにつ
いてのそのような様式の仕様変更を簡単に行うことがで
きる。
By executing the server program, the style of presenting the result of the business process can be changed according to the client and the group to which the client belongs by merely adding or editing the user interface information. It is possible to easily set such a style for a new client or change the specification of such a style for an existing client.

【0078】さらに、本発明のサーバプログラムは、上
記各発明のサーバプログラムに加え、加工および/また
は整形後の業務処理の結果をHTML文書として生成す
るように、前記ユーザインターフェースサーバとしてコ
ンピュータを機能させる。
Further, the server program of the present invention causes a computer to function as the user interface server so as to generate, as an HTML document, the result of the business processing after processing and / or shaping, in addition to the server program of the above-mentioned inventions. .

【0079】このサーバプログラムを実行することによ
り、さらに、クライアントとユーザインターフェースサ
ーバとの通信に既存のWWWサーバ技術およびWWWブ
ラウザ技術を利用でき、業務処理システムを安価かつ簡
単に構築することができる。
By executing this server program, the existing WWW server technology and WWW browser technology can be used for communication between the client and the user interface server, and a business processing system can be constructed inexpensively and easily.

【0080】本発明のサーバプログラムは、業務処理に
おけるデータ操作についての所定の単一のコマンドセッ
トにおけるいずれかのコマンドを供給されると、1また
は複数の実データベースの仕様情報を格納する抽象デー
タベースからそのコマンドの対象である実データベース
の仕様情報を読み出し、その実データベースの仕様に応
じて、コマンドをその実データベース向けのコマンドに
変換し、変換後のコマンドをその実データベースに発行
する抽象データベースサーバとしてコンピュータを機能
させる。
When the server program of the present invention is supplied with any one of commands in a predetermined single command set for data operation in business processing, the server program reads from an abstract database storing specification information of one or more real databases. The computer functions as an abstract database server that reads the specification information of the real database that is the target of the command, converts the command into a command for the real database according to the specification of the real database, and issues the converted command to the real database. Let it.

【0081】このサーバプログラムを実行することによ
り、業務処理を行う業務アプリケーション手段を変更せ
ずに、異なる仕様のデータベースを使用することがで
き、実データベースの仕様変更を簡単に行うことができ
る。また、他のデータベースを有する他のシステムとの
連携に伴うそのデータベースへのアクセスのための業務
アプリケーション手段の設計変更を抑制することがで
き、そのような他のシステムとの連携が簡単になる。す
なわち、業務アプリケーション手段がデータベース手段
を単一仕様のものであるとみなせるので、業務アプリケ
ーション手段についての生産性および保守性が向上す
る。
By executing this server program, a database having a different specification can be used without changing the business application means for performing business processing, and the specification of the actual database can be easily changed. Further, it is possible to suppress a change in design of the business application means for accessing the database in association with another system having another database, and the cooperation with such another system is simplified. That is, since the business application means can be regarded as having a single specification of the database means, productivity and maintainability of the business application means are improved.

【0082】さらに、本発明のサーバプログラムは、上
記発明のサーバプログラムに加え、変換後のコマンドを
実データベースに発行した後に、そのコマンドに対して
その実データベースからデータを取得し、そのデータの
形式をその実データベースの仕様に基づいて所定の単一
のデータ形式に変換するように、前記抽象データベース
サーバとしてコンピュータを機能させる。
Further, the server program of the present invention, in addition to the server program of the above invention, issues a converted command to a real database, acquires data from the real database for the command, and changes the format of the data. A computer functions as the abstract database server so as to convert the data into a predetermined single data format based on the specification of the real database.

【0083】このサーバプログラムを実行することによ
り、さらに、発行したコマンドに対応してデータベース
から得られるデータの形式についても一様になり、業務
処理を行う業務アプリケーション手段についての生産性
および保守性が向上する。
By executing this server program, the format of the data obtained from the database in accordance with the issued command becomes uniform, and the productivity and maintainability of the business application means for performing business processing are improved. improves.

【0084】[0084]

【発明の実施の形態】以下、図に基づいて本発明の実施
の形態を説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.

【0085】実施の形態1.図1は、本発明の実施の形
態に係る業務処理システムの構成を示すブロック図であ
る。図1において、業務処理システム1は、各種業務処
理を実行する本実施の形態1の業務処理システムであ
り、クライアント端末装置2は、ユーザに操作され、そ
の操作に応じて、この業務処理システム1に対して所定
のリクエストを供給し、そのリクエストに応じた各種業
務処理を業務処理システム1に実行させるクライアント
の端末装置である。
Embodiment 1 FIG. 1 is a block diagram illustrating a configuration of a business processing system according to an embodiment of the present invention. In FIG. 1, a business processing system 1 is a business processing system according to the first embodiment for executing various business processes, and a client terminal device 2 is operated by a user. Is a client terminal device that supplies a predetermined request to the client and causes the business processing system 1 to execute various business processes corresponding to the request.

【0086】図1に示す業務処理システム1において、
I/O層11は、クライアント端末装置2からの業務処
理のリクエストを受信するとともに、その業務処理の結
果をそのクライアントに送信するI/O手段であって、
そのような機能を記述した1または複数のサーバプログ
ラムを1または複数のコンピュータで実行することによ
り実現されるものである。
In the business processing system 1 shown in FIG.
The I / O layer 11 is an I / O unit that receives a business process request from the client terminal device 2 and transmits a result of the business process to the client.
It is realized by executing one or a plurality of server programs describing such functions on one or a plurality of computers.

【0087】また、業務アプリケーション層12は、I
/O層11から分離して実装され、I/O層11により
受信されたリクエストに対応する業務処理を行う業務ア
プリケーション手段であって、そのような機能を記述し
た1または複数のプログラムを1または複数のコンピュ
ータで実行することにより実現されるものである。
The business application layer 12 has I
A business application unit that is implemented separately from the I / O layer 11 and performs business processing corresponding to the request received by the I / O layer 11, and stores one or a plurality of programs describing such functions as one or more programs. This is realized by executing on a plurality of computers.

【0088】なお、この業務アプリケーション層12
は、業務処理システム1の使用される業務特有の処理を
行う業務プログラムと、例えばデータベース層13への
アクセスといった汎用性のある、業務処理の汎用ツール
群とを有し、コンピュータで実行されるようにしてもよ
い。その場合、業務プログラムは、例えばASP(Acti
ve Server Page)やJavaServletなどに基づ
いて作成され、汎用ツール群は、例えばCOM(Compon
ent Object Model)やEJB(Enterprise JavaBeans)
に基づいて作成される。
The business application layer 12
Has a business program that performs processing specific to the business used by the business processing system 1 and a general-purpose group of business processing tools such as, for example, access to the database layer 13, and is executed by a computer. It may be. In that case, the business program is, for example, ASP (Acti
ve Server Page), JavaServlet, etc., and a general-purpose tool group is, for example, COM (Compon
ent Object Model) and EJB (Enterprise JavaBeans)
Created based on

【0089】また、データベース層13は、I/O層1
1および業務アプリケーション層12から分離して実装
され、業務処理に使用されるデータを格納し、業務アプ
リケーション層12から見て単一の仕様で動作するデー
タベース手段であって、データベースを有するととも
に、そのデータベースを操作するサーバプログラムをコ
ンピュータで実行することにより実現されるものであ
る。
The database layer 13 includes the I / O layer 1
1 and a database means which is implemented separately from the business application layer 12, stores data used for business processing, and operates according to a single specification as viewed from the business application layer 12, and has a database. This is realized by executing a server program for operating a database on a computer.

【0090】図2は、図1におけるI/O層11の構成
を示すブロック図である。図2に示すI/O層11にお
いて、データ管理サーバ21は、クライアント端末装置
2からの業務処理のリクエストを受信し、そのリクエス
トに添付されたデータ(以下、リクエスト添付データと
いう)の形式を検査し、そのデータの形式が、業務アプ
リケーション層12による業務処理に要求される所定の
データ形式ではない場合には、そのデータの形式をその
所定のデータ形式に変換するサーバであって、そのよう
な機能を記述したプログラムを1または複数のコンピュ
ータのいずれかで実行することにより実現されるもので
ある。
FIG. 2 is a block diagram showing the configuration of I / O layer 11 in FIG. In the I / O layer 11 shown in FIG. 2, the data management server 21 receives a business process request from the client terminal device 2 and checks the format of data attached to the request (hereinafter referred to as request attached data). If the data format is not the predetermined data format required for business processing by the business application layer 12, the server converts the data format to the predetermined data format. It is realized by executing a program describing a function on one or a plurality of computers.

【0091】また、リクエスト添付データ記憶手段22
は、データ管理サーバ21により受信された所定のデー
タ形式のリクエスト添付データ、あるいは、データ管理
サーバ21により所定のデータ形式に変換されたリクエ
スト添付データを記憶する例えばハードディスク装置、
メモリ装置といった記憶手段である。なお、このリクエ
スト添付データは、業務アプリケーション層12により
データ管理サーバ21を介して読み出され、業務処理に
使用される。
The request attached data storage means 22
A hard disk device that stores request attached data in a predetermined data format received by the data management server 21 or request attached data converted into a predetermined data format by the data management server 21;
It is a storage means such as a memory device. The request attached data is read by the business application layer 12 via the data management server 21 and used for business processing.

【0092】また、ユーザインターフェースサーバ(以
下、UIサーバという)23は、業務アプリケーション
層12による業務処理の結果を、そのリクエストの送信
元であるクライアント端末装置2のユーザ、すなわち、
業務処理のクライアントに応じた形式に加工および/ま
たは整形するサーバであって、そのような機能を記述し
たプログラムを1または複数のコンピュータのいずれか
で実行することにより実現されるものである。
The user interface server (hereinafter, referred to as a UI server) 23 transmits the result of the business process by the business application layer 12 to the user of the client terminal device 2 that has transmitted the request, ie,
A server for processing and / or shaping a business process into a format corresponding to a client, which is realized by executing a program describing such functions on one or a plurality of computers.

【0093】なお、本実施の形態1の場合、UIサーバ
23は、ユーザインターフェース情報記憶手段24に記
憶されたユーザインターフェース情報に基づいて業務処
理の結果を加工および/または整形するようになされて
いる。
In the case of the first embodiment, the UI server 23 processes and / or shapes the result of the business process based on the user interface information stored in the user interface information storage means 24. .

【0094】ユーザインターフェース情報記憶手段(以
下、UI情報記憶手段という)24は、業務処理の結果
に対する加工および/または整形の様式を示すユーザイ
ンターフェース情報(以下、UI情報という)を、リク
エストの送信元であるクライアントごと、あるいは、そ
のクライアントの属するグループごとに予め記憶する例
えばハードディスク装置、メモリ装置といった記憶手段
である。なお、このグループとしては、クライアントが
企業内の者である場合には、例えば、企業の支店、営業
所といった管轄や、企業内の課、部といった部署などが
あり、クライアントが個人顧客である場合には、クライ
アントの年齢、性別、住所のある地域などが挙げられ
る。
The user interface information storage means (hereinafter, referred to as UI information storage means) 24 stores user interface information (hereinafter, referred to as UI information) indicating a mode of processing and / or shaping of the result of the business process, as a request source. Storage means such as a hard disk device or a memory device that stores in advance for each client or for each group to which the client belongs. When the client is a person in a company, for example, there are jurisdictions such as branch offices and sales offices of the company, departments such as divisions and departments in the company, and the client is an individual customer. May include the client's age, gender, location, etc.

【0095】WWW(World Wide Web)サーバ25は、
データ管理サーバ21によるデータ変換後に、リクエス
トに応じた業務処理を業務アプリケーション層12に実
行させるとともに、UIサーバ23により加工および/
または整形された業務処理の結果をそのリクエストの送
信元のクライアントに送信するI/Oサーバであって、
そのような機能を記述したプログラムを1または複数の
コンピュータのいずれかで実行することにより実現され
るものである。
The WWW (World Wide Web) server 25
After the data conversion by the data management server 21, the business application layer 12 is caused to execute the business process according to the request, and the UI server 23 processes and / or processes the data.
Or an I / O server that sends the formatted business process result to the client that sent the request,
It is realized by executing a program describing such a function on one or a plurality of computers.

【0096】さらに、この実施の形態1においては、W
WWサーバ25は、データ管理サーバ21を介してクラ
イアント端末装置2からのリクエストをHTTP(Hype
r Text Transfer Protocol)で受信し、CGI(Common
Gateway Interface)を起動してそのリクエストに応じ
た業務処理を業務アプリケーション層12に実行させ、
また、UIサーバ23により加工および/または整形さ
れたHTML(HyperText Markup Language)文書であ
る業務処理の結果を受信し、業務処理のリクエストを送
信したクライアント端末装置2にHTTPで送信するサ
ーバである。なお、HTML文書には、HTMLによる
ページデータの他、画像データやスクリプトなどを含め
てもよい。
Further, in the first embodiment, W
The WW server 25 sends a request from the client terminal device 2 via the data management server 21 to an HTTP (Hype
r Text Transfer Protocol) and CGI (Common
Gateway Interface) is started and the business application corresponding to the request is executed by the business application layer 12,
The server also receives the result of business processing, which is an HTML (HyperText Markup Language) document processed and / or shaped by the UI server 23, and transmits the result to the client terminal device 2 that transmitted the business processing request by HTTP. It should be noted that the HTML document may include image data, script, and the like, in addition to page data in HTML.

【0097】また、図3は、図1におけるデータベース
層13の構成を示すブロック図である。図3に示すデー
タベース層13において、抽象データベースサーバ(以
下、抽象DBサーバという)41は、業務アプリケーシ
ョン層12から供給されるコマンドの対象である実デー
タベース43−i(i=1〜Nのいずれか)の仕様情報
を抽象データベース42から読み出し、その実データベ
ース43−iの仕様に応じて、業務アプリケーション層
12からのコマンドをその実データベース43−i向け
のコマンドに変換し、変換後のコマンドをその実データ
ベース43−iに発行するサーバである。
FIG. 3 is a block diagram showing the structure of the database layer 13 in FIG. In the database layer 13 shown in FIG. 3, an abstract database server (hereinafter, referred to as an abstract DB server) 41 is a real database 43-i (i = 1 to N) which is a target of a command supplied from the business application layer 12. ) Is read from the abstract database 42, the command from the business application layer 12 is converted into a command for the real database 43-i according to the specification of the real database 43-i, and the converted command is converted into the real database 43-i. -I server.

【0098】また、抽象DBサーバ41は、変換後のコ
マンドを実データベース43−iに発行した後に、その
コマンドに対応してその実データベース43−iからデ
ータを取得し、そのデータの形式をその実データベース
43−iの仕様に基づいて所定の単一のデータ形式に変
換し、変換後のデータを業務アプリケーション層12へ
供給するサーバでもある。
After issuing the converted command to the real database 43-i, the abstract DB server 41 acquires data from the real database 43-i in response to the command, and changes the format of the data to the real database 43-i. The server also converts the data into a predetermined single data format based on the specifications of 43-i and supplies the converted data to the business application layer 12.

【0099】そして、この抽象DBサーバ41は、上記
のような機能を記述したプログラムを1または複数のコ
ンピュータのいずれかで実行することにより実現される
ものである。例えば、ODBC(Open DataBase Connec
tivity)に基づいて、この抽象DBサーバ41のプログ
ラムを記述することで、個々の実DB43−iに対し
て、その実DB43−iを管理しているデータベース管
理システムの違いを意識せずに抽象DBサーバ41を作
成することができる。
The abstract DB server 41 is realized by executing a program describing the above functions on one or a plurality of computers. For example, ODBC (Open DataBase Connec
Describing the program of the abstract DB server 41 based on the specific DB, the abstract DB is managed without being aware of the difference between the database management systems managing the real DB 43-i. A server 41 can be created.

【0100】また、抽象データベース(以下、抽象DB
という)42は、実データベース43−1〜43−Nの
仕様情報を格納するデータベースである。実データベー
ス(以下、実DBという)43−1〜43−Nは、業務
処理に使用されるデータを実際に格納する1または複数
のデータベースである。なお、実DB43−1〜43−
Nとしては、リレーショナルデータベースや構造化デー
タベースの他、各種構造のデータベースを使用すること
ができる。
An abstract database (hereinafter, abstract DB)
42) is a database that stores the specification information of the real databases 43-1 to 43-N. The real databases (hereinafter, referred to as real DBs) 43-1 to 43-N are one or a plurality of databases that actually store data used for business processing. Note that the real DBs 43-1 to 43-
As N, a database having various structures other than a relational database or a structured database can be used.

【0101】例えば、実DB43−1〜43−Nには、
キーに対応付けてデータの値のみを記憶し、抽象DB4
2に、その実DB43−1〜43−Nにおける各データ
の属性を記憶したりする。なお、データの属性として
は、データの種類、データの状況(値が定まっているか
など)、値を計算するためのロジック、データ間のリレ
ーションなどがある。
For example, in the real DBs 43-1 to 43-N,
Only the data value is stored in association with the key, and the abstract DB4
2 stores the attribute of each data in the real DBs 43-1 to 43-N. The attributes of the data include the type of data, the state of the data (whether or not a value is determined), the logic for calculating the value, the relation between the data, and the like.

【0102】すなわち、データベース層13は、抽象D
Bデータ41によりデータベースの仕様を単一仕様に変
換する仮想データベース層51、並びに抽象DB42お
よび実DB43−1〜43−Nで構成される実データベ
ース層52で構成され、実データベース43−1〜43
−Nがどのような仕様のデータベースであっても、抽象
DBサーバ41の動作により、業務アプリケーション層
12から見て所定の単一の仕様のデータベースあるいは
データベース群として機能する。
In other words, the database layer 13
The virtual database layer 51 converts a database specification into a single specification using B data 41, and the real database layer 52 includes an abstract DB 42 and real DBs 43-1 to 43-N.
Regardless of the database of any specification, the abstract DB server 41 functions as a database or a database group of a predetermined single specification as viewed from the business application layer 12 by the operation of the abstract DB server 41.

【0103】次に、上記業務処理システム1の動作につ
いて説明する。図4は、実施の形態1に係る業務処理シ
ステム1の動作について説明するフローチャートであ
る。
Next, the operation of the business processing system 1 will be described. FIG. 4 is a flowchart illustrating the operation of the business processing system 1 according to the first embodiment.

【0104】まず、業務処理のクライアントであるユー
ザがクライアント端末装置2を操作すると、クライアン
ト端末装置2が、その操作に応じた業務処理のリクエス
トを、コンピュータネットワークなどを介して業務処理
システム1に送信する。なお、通信プロトコルとして
は、本実施の形態の場合、HTTPを使用する。
First, when a user who is a client of a business process operates the client terminal device 2, the client terminal device 2 transmits a business process request corresponding to the operation to the business processing system 1 via a computer network or the like. I do. In this embodiment, HTTP is used as the communication protocol.

【0105】この際、例えば、クライアント端末装置2
が、特定業務専用のプログラムを実行して、ユーザが、
そのプログラムに従ってリクエストの操作を行う。ある
いは、クライアント端末装置2が、WWWブラウザプロ
グラムを実行し、ユーザの操作などに応じて、業務処理
システム1のWWWサーバ25などにおける特定業務向
けのWWWページにアクセスし、そのWWWページのD
HTML(Dynamic HTML)文書などをダウンロードし、
ユーザは、そのWWWページにおいてリクエストの操作
を行う。
At this time, for example, the client terminal device 2
However, by executing a program dedicated to specific tasks, the user,
Operate the request according to the program. Alternatively, the client terminal device 2 executes a WWW browser program, accesses a WWW page for a specific business in the WWW server 25 or the like of the business processing system 1 in response to a user operation or the like, and
Download HTML (Dynamic HTML) documents, etc.
The user performs a request operation on the WWW page.

【0106】一方、業務処理システム1は、リクエスト
が送信されてくるまで待機しており、いずれかのクライ
アント端末装置2からリクエストが送信されてくるとそ
れを受信して、以下の処理を実行する(ステップS
1)。その際、そのリクエストは、I/O層11のデー
タ管理サーバ21により受信される。
On the other hand, the business processing system 1 stands by until a request is transmitted. When a request is transmitted from any one of the client terminal devices 2, it receives the request and executes the following processing. (Step S
1). At that time, the request is received by the data management server 21 of the I / O layer 11.

【0107】I/O層11のデータ管理サーバ21は、
そのリクエストを受信するとともに、そのリクエストに
添付されたデータ(リクエスト添付データ)も受信し、
そのリクエスト添付データのデータ形式を検査する(ス
テップS2)。この際のデータ形式とは、リクエスト添
付データのデータ型、個数などであり、リクエスト添付
データが複数存在する場合には、そのリクエスト添付デ
ータの順序なども含まれる。
The data management server 21 of the I / O layer 11
In addition to receiving the request, it also receives the data attached to the request (request attached data)
The data format of the request attached data is checked (step S2). The data format at this time is the data type, the number, and the like of the request attached data, and includes the order of the request attached data when there are a plurality of request attached data.

【0108】また、リクエスト添付データとしては、プ
レーンテキストやバイナリデータの他、例えばマイクロ
ソフト社製のWordやExcelといったアプリケー
ションに特有なファイル形式のものを受け付けるように
してもよい。
As the request attached data, in addition to plain text and binary data, for example, a file format specific to an application such as Microsoft Word or Excel may be accepted.

【0109】すなわち、データ管理サーバ21は、受信
したリクエストの種類に応じて、そのリクエスト添付デ
ータに要求されるデータ形式、すなわち業務アプリケー
ション層12がそのリクエストの業務処理に対してリク
エスト添付データに要求するデータ形式を特定し、その
所定のデータ形式と、受信したリクエスト添付データの
データ形式とを比較して検査する。なお、この所定のデ
ータ形式の情報については、データ管理サーバ21が予
め記憶しておくようにしてもよいし、データベース層1
3に記憶しておき、必要に応じてデータ管理サーバ21
が読み出すようにしてもよい。
That is, in accordance with the type of the received request, the data management server 21 requests the data format required for the request attached data, that is, the business application layer 12 requests the request attached data for the business processing of the request. The data format to be specified is specified, and the predetermined data format is compared with the data format of the received request attached data for inspection. The information in the predetermined data format may be stored in the data management server 21 in advance, or may be stored in the database layer 1.
3 and, if necessary, the data management server 21
May be read.

【0110】検査後、データ管理サーバ21は、受信し
たリクエスト添付データのデータ形式がその所定のデー
タ形式ではない場合には、そのリクエスト添付データの
データ形式をその所定のデータ形式に変換する(ステッ
プS3)。
After the inspection, if the data format of the received request attached data is not the predetermined data format, the data management server 21 converts the data format of the request attached data to the predetermined data format (step S3).

【0111】この際、そのリクエスト添付データの個数
が不足していたり、未知のデータ型であることに起因し
て、そのリクエスト添付データのデータ形式をその所定
のデータ形式に変換することができない場合には、デー
タ管理サーバ21は、その旨のエラーメッセージをリク
エスト元のクライアント端末装置2に送信し(ステップ
S4)、このリクエストに対する処理を終了する。クラ
イアント端末装置2は、このエラーメッセージを受信す
ると、それを表示して、そのユーザに対して注意を促
す。
At this time, when the number of the request attached data is insufficient or the data format of the request attached data cannot be converted to the predetermined data format due to an unknown data type. Then, the data management server 21 transmits an error message to that effect to the requesting client terminal device 2 (step S4), and ends the processing for this request. Upon receiving this error message, the client terminal device 2 displays the error message to call attention to the user.

【0112】一方、そのリクエスト添付データのデータ
形式をその所定のデータ形式に変換した場合には、デー
タ管理サーバ21は、変換後のリクエスト添付データ
を、そのリクエストに関連付けて、リクエスト添付デー
タ記憶手段22に記憶させる。
On the other hand, when the data format of the request attached data is converted to the predetermined data format, the data management server 21 associates the converted request attached data with the request and stores the request attached data in the request attached data storage means. 22.

【0113】なお、受信したリクエスト添付データのデ
ータ形式がその所定のデータ形式である場合には、特に
変換を行わずに、データ管理サーバ21は、そのリクエ
スト添付データを、そのリクエストに関連付けて、リク
エスト添付データ記憶手段22にそのまま記憶させる。
When the data format of the received request attached data is the predetermined data format, the data management server 21 associates the request attached data with the request without performing any conversion. It is stored in the request attached data storage means 22 as it is.

【0114】また、データ管理サーバ21は、受信した
リクエストをHTTPでWWWサーバ25に転送する
(ステップS5)。
The data management server 21 transfers the received request to the WWW server 25 by HTTP (step S5).

【0115】WWWサーバ25は、そのリクエストを受
信すると、所定のCGIを起動して(ステップS6)、
そのリクエストに応じた業務処理を業務アプリケーショ
ン層12に実行させる(ステップS7)。
Upon receiving the request, the WWW server 25 activates a predetermined CGI (step S6),
The business application according to the request is executed by the business application layer 12 (step S7).

【0116】この際、業務アプリケーション層12が、
例えば入庫処理、出庫処理、在庫確認処理といった、業
務処理ごとに異なるプログラムで構成される場合には、
WWWサーバ25のCGIは、そのリクエストに応じた
業務処理を記述したプログラムを実行させる。あるい
は、業務アプリケーション層12において、ある1つの
プログラムで複数の業務処理が実行される場合には、W
WWサーバ25のCGIは、リクエストされた業務処理
の種類を引数として供給して、そのリクエストに応じた
業務処理の記述を含むプログラムを実行させる。
At this time, the business application layer 12
For example, in the case of different programs for each business process such as warehousing process, warehousing process, inventory check process,
The CGI of the WWW server 25 executes a program describing a business process according to the request. Alternatively, in the case where a plurality of business processes are executed by one program in the business application layer 12, W
The CGI of the WW server 25 supplies the type of the requested business process as an argument, and executes a program including a description of the business process in accordance with the request.

【0117】そして、業務アプリケーション層12は、
リクエストで指定された業務処理を実行すると、その結
果をI/O層11に送信する(ステップS8)。この
際、業務アプリケーション層12は、JAVA(商標)
技術や、.NET技術を利用して、クライアント端末装
置2と連携して業務処理を行うようにしてもよい。
Then, the business application layer 12
When the business process specified by the request is executed, the result is transmitted to the I / O layer 11 (step S8). At this time, the business application layer 12 uses the JAVA (trademark)
Technology and. The business process may be performed in cooperation with the client terminal device 2 using the NET technology.

【0118】この業務処理の結果としては、その業務処
理が良好に完了した旨の通知、その業務処理による出力
データ(計算結果のデータ、データベースから読み出し
たデータ)などがある。
As the result of the business process, there is a notification that the business process has been successfully completed, output data (data of a calculation result, data read from a database) by the business process, and the like.

【0119】I/O層11のUIサーバ23は、その業
務処理の結果を受信すると、その業務処理のリクエスト
元であるクライアントすなわちユーザを特定し、そのユ
ーザあるいはそのユーザの属するグループに対して予め
指定されているUI情報をUI情報記憶手段24から読
み出し、そのUI情報に基づいて、受信した業務処理の
結果を加工および/または整形し(ステップS9)、加
工および/または整形後の業務処理の結果をWWWサー
バ25に供給する(ステップS10)。
Upon receiving the result of the business process, the UI server 23 of the I / O layer 11 specifies the client, that is, the user who is the request source of the business process, and determines in advance the user or the group to which the user belongs. The designated UI information is read from the UI information storage unit 24, and based on the UI information, the received business process result is processed and / or shaped (step S9), and the processed and / or shaped business process is processed. The result is supplied to the WWW server 25 (step S10).

【0120】例えば、業務処理の結果として、データ
A,B,Cが得られた場合に、そのうち、そのユーザあ
るいはそのユーザの属するグループの業務上不要なデー
タ(例えばデータC)を削除したり、そのユーザあるい
はそのユーザの属するグループの業務上他の形式のデー
タ(例えばデータA,B,Cに対して所定の計算を施し
て得られるデータなど)を生成したりする。すなわち、
UI情報には、得られたデータのうち、そのユーザに対
する業務処理の結果として残すデータが設定されたり、
データの変換式や、データの表示書式などが設定され
る。
For example, when data A, B, and C are obtained as a result of business processing, data unnecessary for business (for example, data C) of the user or the group to which the user belongs is deleted. For example, data of another format (for example, data obtained by performing predetermined calculations on the data A, B, and C) of the user or the group to which the user belongs is generated. That is,
In the UI information, among the obtained data, data to be left as a result of business processing for the user is set,
Data conversion formulas, data display formats, etc. are set.

【0121】なお、UI情報には、各業務処理の結果に
対する加工および/または整形の上述のような様式が、
ユーザあるいはそのユーザの属するグループごとに設定
されている。
The UI information includes the above-described format of processing and / or shaping for the result of each business process.
It is set for each user or group to which the user belongs.

【0122】また、リクエスト元であるユーザの特定の
方法は、どのような方法でもよい。例えば、クライアン
ト端末装置2がそのユーザ固有の識別子(ユーザ識別
子)をリクエストに付し、データ管理サーバ21がその
リクエストを受信すると、そのリクエストにリクエスト
識別子を付すとともに、そのリクエスト識別子とユーザ
識別子とを関連付けてUIサーバ23に通知し、WWW
サーバ25が、業務処理を業務アプリケーション層12
に実行させる際にもそのリクエスト識別子を業務アプリ
ケーション層12に渡し、業務アプリケーション層12
が、その業務処理の結果にそのリクエスト識別子を付し
てUIサーバ23に送信し、UIサーバ23は、先にデ
ータ管理サーバ21から受信したリクエスト識別子とそ
のリクエスト元のユーザのユーザ識別子との関連の情
報、および、業務アプリケーション層12からの業務処
理の結果に付されたリクエスト識別子から、そのリクエ
スト元のユーザを特定するようにしてもよい。
The method of specifying the requesting user may be any method. For example, when the client terminal device 2 attaches an identifier (user identifier) unique to the user to the request and the data management server 21 receives the request, the client terminal device 2 attaches the request identifier to the request, and associates the request identifier with the user identifier. Notify the UI server 23 in association with the
The server 25 executes the business processing by the business application layer 12
The request identifier is also passed to the business application layer 12 when the
Sends the result of the business process with the request identifier to the UI server 23, and the UI server 23 associates the request identifier previously received from the data management server 21 with the user identifier of the requesting user. The requesting user may be specified from the information of the request and the request identifier attached to the result of the business process from the business application layer 12.

【0123】さらに、この際、UIサーバ23は、加工
および/または整形後の業務処理の結果を含むHTML
文書を作成し、WWWサーバ25に供給するようにして
もよい。その場合、UI情報に、そのHTML文書のレ
イアウトなどを設定しておくようにしてもよい。
Further, at this time, the UI server 23 transmits the HTML including the result of the business processing after the processing and / or shaping.
A document may be created and supplied to the WWW server 25. In that case, the layout of the HTML document may be set in the UI information.

【0124】WWWサーバ25は、加工および/または
整形後の業務処理の結果を受け取ると、その業務処理の
結果あるいはそれを含むHTML文書を、その業務処理
のリクエスト元のクライアント端末装置2にHTTPで
送信する(ステップS11)。
When the WWW server 25 receives the result of the business processing after the processing and / or shaping, the WWW server 25 transmits the result of the business processing or an HTML document including the result to the client terminal device 2 which has requested the business processing by HTTP. It transmits (step S11).

【0125】リクエストを送信したクライアント端末装
置2は、そのリクエストに対応する業務処理の結果を受
信すると、受信した業務処理の結果を表示したり、保存
したり、印刷したりする。この際、業務処理の結果は、
UIサーバ23により加工および/または整形されたよ
うにして表示されたり、保存されたり、印刷されたりす
る。
When the client terminal device 2 that has transmitted the request receives the result of the business process corresponding to the request, the client terminal device 2 displays, saves, or prints the received result of the business process. At this time, the result of the business process
It is displayed, saved, or printed as processed and / or shaped by the UI server 23.

【0126】なお、この際に、そのクライアント端末装
置2が、WWWブラウザプログラムを実行してDHTM
L文書内のスクリプトなどに従ってリクエストを送信し
ており、そのリクエストの業務処理の結果が、HTML
文書として送信されてきた場合には、WWWブラウザプ
ログラムに従って、そのHTML文書に基づいてその業
務処理の結果を表示する。
At this time, the client terminal device 2 executes the WWW browser program to execute DHTM
The request is sent according to a script in the L document, and the result of the business process of the request is HTML
When sent as a document, the result of the business process is displayed based on the HTML document according to a WWW browser program.

【0127】このようにして、クライアント端末装置2
からのリクエストを受信すると、業務処理システム1
は、そのリクエストに対応する業務処理を実行し、その
業務処理の結果をそのクライアント端末装置2へ送信す
る。
Thus, the client terminal device 2
Receives the request from the business processing system 1
Executes the business process corresponding to the request, and transmits the result of the business process to the client terminal device 2.

【0128】次に、上記業務処理を実行する際に、デー
タベースへのアクセスを実行する場合の動作について説
明する。
Next, a description will be given of an operation for executing access to a database when executing the above business process.

【0129】業務アプリケーション層12は、リクエス
トに対応する業務処理を実行する際にデータベース層1
3へのアクセスが必要な場合、データベース層13で仮
想的に構築されている所定の単一仕様のデータベース向
けのコマンドをデータベース層13の抽象DBサーバ4
1に送信する。
The business application layer 12 executes the business process corresponding to the request when the database layer 1
When access to the database 3 is required, a command for a predetermined single-specification database virtually constructed in the database layer 13 is transmitted to the abstract DB server 4 of the database layer 13.
Send to 1.

【0130】この際、業務アプリケーション層12に、
汎用ツール群として、この所定の単一仕様のデータベー
スとの間のインターフェースを実施するものを備えて、
業務アプリケーション層12がその汎用ツール群を使用
して抽象DBサーバ41との間のコマンドやデータの送
受信するようにしてもよい。
At this time, the business application layer 12
With a set of general-purpose tools that implement an interface with this predetermined single-specification database,
The business application layer 12 may transmit and receive commands and data to and from the abstract DB server 41 using the general-purpose tool group.

【0131】抽象DBサーバ41は、業務アプリケーシ
ョン層12から供給されるコマンドを受け取ると、その
コマンドの対象である1または複数の実DB43−i
(i=1〜Nのいずれか)の仕様情報(例えば、実DB
43−i内の各データの属性データ)を抽象DB42か
ら読み出し、その実DB43−iの仕様に応じて、業務
アプリケーション層12からのコマンドをその実DB4
3−i向けのコマンドに変換し、変換後のコマンドをそ
の実DB43−iに発行する。なお、実DB43−iが
リレーショナルデータベースである場合には、この変換
後のコマンドとしてSQL(Structured Query Languag
e)のコマンドを使用するようにしてもよい。
Upon receiving a command supplied from the business application layer 12, the abstract DB server 41 receives one or a plurality of real DBs 43-i as targets of the command.
(I = 1 to N) specification information (for example, real DB
The attribute data of each data in the real DB 43-i is read from the abstract DB 42, and the command from the business application layer 12 is read according to the specification of the real DB 43-i.
The command is converted into a command for 3-i, and the converted command is issued to the real DB 43-i. If the real DB 43-i is a relational database, the converted command is SQL (Structured Query Language).
The command of e) may be used.

【0132】その実DB43−iは、そのコマンドを受
け取ると、そのコマンドを解析し、そのコマンドに応じ
た処理(データの追加、変更、読み出しなど)を行う。
When the real DB 43-i receives the command, the real DB 43-i analyzes the command and performs processing (addition, change, reading, etc.) according to the command.

【0133】そして、例えばデータの読み出しなどの処
理を行った場合、実DB43−iは、そのデータを抽象
DBサーバ41に送信する。抽象DBサーバ41は、そ
のデータを取得し、そのデータの形式をその実DB43
−iの仕様に基づいて所定の単一仕様のデータ形式に変
換し、変換後のデータを業務アプリケーション層12へ
供給する。
[0133] Then, when processing such as data reading is performed, the real DB 43-i transmits the data to the abstract DB server 41. The abstract DB server 41 acquires the data and converts the format of the data to the actual DB 43.
Based on the specification of -i, the data is converted into a predetermined single specification data format, and the converted data is supplied to the business application layer 12.

【0134】このように、抽象DBサーバ41が、実D
B43−1〜43−Nにおけるデータを、抽象DB42
に登録された各実DB43−iの仕様情報に基づいて変
更して、業務アプリケーション層12から見た場合、デ
ータベース層13が、所定の単一仕様のデータベースと
して機能する。
As described above, the abstract DB server 41
B43-1 to 43-N are transferred to the abstract DB42.
The database layer 13 functions as a database of a predetermined single specification when changed based on the specification information of each real DB 43-i registered in the database and viewed from the business application layer 12.

【0135】上述のように、I/O層11、業務アプリ
ケーション層12およびデータベース層13は、それぞ
れ独立したプログラム群で実現され、業務アプリケーシ
ョン層12は、直接に、クライアントからのリクエスト
を受け付けず、また、データベース層13を所定の単一
の仕様のデータベースとみなしてコマンドやデータの入
出力を行う。
As described above, the I / O layer 11, the business application layer 12, and the database layer 13 are realized by independent programs, and the business application layer 12 does not directly receive a request from a client. The database layer 13 is regarded as a database having a predetermined single specification, and inputs and outputs commands and data.

【0136】そして、I/O層11では、データ管理サ
ーバ21およびUIサーバ23が各クライアント向けの
データ処理を行うことで、業務アプリケーション層12
は、それらの処理を行わずに済む。
In the I / O layer 11, the data management server 21 and the UI server 23 perform data processing for each client, so that the business application layer 12
Need not perform those processes.

【0137】また、データベース層13では、抽象DB
サーバ41が、実データベース43−1〜43−Nの仕
様の違いを吸収し、データベース層13を単一仕様のデ
ータベースとみなせるようにしているため、業務アプリ
ケーション層12は、その単一仕様のデータベースに対
してコマンドおよびデータの入出力を行えばよい。
In the database layer 13, the abstract DB
Since the server 41 absorbs the difference between the specifications of the real databases 43-1 to 43-N and allows the database layer 13 to be regarded as a single-specification database, the business application layer 12 Command and data may be input / output to / from the device.

【0138】以上のように、上記実施の形態1によれ
ば、I/O層11、業務アプリケーション層12および
データベース層13を互いに分離したので、仕様変更の
起こりやすいクライアントに対する表示様式やデータ入
出力の部分(すなわち、I/O層11が処理する部分)
およびデータベースの部分(すなわち、データベース層
13が処理する部分)が業務アプリケーション層12か
ら切り離され、業務アプリケーション層12の生産性お
よび保守性が向上する。
As described above, according to the first embodiment, the I / O layer 11, the business application layer 12, and the database layer 13 are separated from each other. (That is, the part processed by the I / O layer 11)
In addition, the database part (that is, the part processed by the database layer 13) is separated from the business application layer 12, and the productivity and maintainability of the business application layer 12 are improved.

【0139】また、上記実施の形態1によれば、I/O
層11のデータ管理サーバ21が、業務アプリケーショ
ン層12の前段で、クライアントからの業務処理のリク
エストを受信し、そのリクエストに添付されたデータの
形式を検査し、そのデータの形式が、業務アプリケーシ
ョン層12による業務処理に要求される所定のデータ形
式ではない場合には、そのデータの形式をその所定のデ
ータ形式に変換し、業務アプリケーション層12が、デ
ータ管理サーバ21により変換されたデータを使用して
業務処理を行う。これにより、クライアントからのリク
エストに添付されたデータの形式の変換処理を業務アプ
リケーション層12から分離することができるととも
に、業務アプリケーション層12の負荷集中を抑制する
ことができる。また、I/O層11が業務アプリケーシ
ョン層12から分離されることで、業務アプリケーショ
ン層12の作成が簡単になり生産性が向上するととも
に、業務アプリケーション層12を変更することなくI
/O層11の変更のみでクライアントに対する表示画面
などの様式の変更を行うことができ、保守性が向上す
る。
According to the first embodiment, the I / O
The data management server 21 of the layer 11 receives a business process request from a client at a stage prior to the business application layer 12 and checks the format of data attached to the request. If the data format is not the predetermined data format required for the business process by the data management server 21, the business application layer 12 converts the data format to the predetermined data format and uses the data converted by the data management server 21. To perform business processing. Thereby, the conversion process of the format of the data attached to the request from the client can be separated from the business application layer 12 and the load concentration on the business application layer 12 can be suppressed. In addition, since the I / O layer 11 is separated from the business application layer 12, creation of the business application layer 12 is simplified and productivity is improved.
Only by changing the / O layer 11, the style such as the display screen for the client can be changed, and the maintainability is improved.

【0140】さらに、上記実施の形態1によれば、I/
O層11において、データ管理サーバ21が、クライア
ントからのリクエストをHTTPで受信し、そのリクエ
ストをWWWサーバ25にそのまま転送し、WWWサー
バ25が、そのリクエストをHTTPで受信し、CGI
を起動してそのリクエストに応じた業務処理を業務アプ
リケーション層12に実行させる。これにより、クライ
アントとI/O層11との通信に既存のWWWサーバ技
術およびWWWブラウザ技術を利用でき、システムを安
価かつ簡単に構築することができる。
Further, according to the first embodiment, the I / O
In the O layer 11, the data management server 21 receives the request from the client by HTTP, transfers the request to the WWW server 25 as it is, and the WWW server 25 receives the request by HTTP, and
And causes the business application layer 12 to execute the business process according to the request. Thus, the existing WWW server technology and WWW browser technology can be used for communication between the client and the I / O layer 11, and the system can be constructed cheaply and easily.

【0141】また、上記実施の形態1によれば、I/O
層11のUIサーバ23が、業務アプリケーション層1
2による業務処理の結果を、そのリクエストの送信元で
あるクライアントに応じた形式に加工および/または整
形する。これにより、業務処理システム1を使用するユ
ーザであるクライアントごとにそのクライアントの業務
上適切なデータとして、業務処理の結果を提供すること
ができるとともに、その処理を業務アプリケーション層
12から分離できる。また、I/O層11が業務アプリ
ケーション層12から分離されることで、業務アプリケ
ーション層12の作成が簡単になり生産性が向上すると
ともに、業務アプリケーション層12を変更することな
くI/O層11の変更のみでクライアントに対する表示
画面などの様式の変更を行うことができ、保守性が向上
する。
According to the first embodiment, the I / O
The UI server 23 of the tier 11 is the business application tier 1
2 is processed and / or shaped into a format corresponding to the client that transmitted the request. As a result, the result of the business process can be provided as data appropriate for the business of the client, which is a user who uses the business processing system 1, and the process can be separated from the business application layer 12. In addition, since the I / O layer 11 is separated from the business application layer 12, creation of the business application layer 12 is simplified and productivity is improved, and the I / O layer 11 is changed without changing the business application layer 12. It is possible to change the style of the display screen and the like for the client only by the change of the client, and the maintainability is improved.

【0142】さらに、上記実施の形態1によれば、業務
処理の結果に対する加工および/または整形の様式を示
すUI情報を、リクエストの送信元であるクライアント
ごと、あるいは、そのクライアントの属するグループご
とに予め記憶するUI情報記憶手段24を備え、UIサ
ーバ23が、そのUI情報に基づいて業務処理の結果を
加工および/または整形する。これにより、UI情報を
追加したり、編集したりするだけで、業務処理の結果を
提示する際の様式を、クライアントやそのクライアント
が属するグループに応じて適宜設定でき、新規クライア
ントについてのそのような様式の設定や、既存クライア
ントについてのそのような様式の仕様変更を簡単に行う
ことができる。
Further, according to the first embodiment, the UI information indicating the mode of processing and / or shaping for the result of the business process is provided for each client that is the source of the request or for each group to which the client belongs. The UI server 23 includes a UI information storage unit 24 that stores in advance, and the UI server 23 processes and / or shapes the result of the business process based on the UI information. Thus, by simply adding or editing the UI information, the style of presenting the result of the business process can be appropriately set according to the client and the group to which the client belongs. It is easy to set the style and change the specifications of such style for existing clients.

【0143】さらに、上記実施の形態1によれば、I/
O層11において、UIサーバ23が、加工および/ま
たは整形後の業務処理の結果をHTML文書として生成
し、WWWサーバ25が、業務処理の結果として生成さ
れたHTML文書を、業務処理のリクエストを送信した
クライアントにHTTPで送信する。これにより、クラ
イアントとI/O層11との通信に既存のWWWサーバ
技術およびWWWブラウザ技術を利用でき、システムを
安価かつ簡単に構築することができる。
Further, according to the first embodiment, I / O
In the O layer 11, the UI server 23 generates a result of the business processing after the processing and / or shaping as an HTML document, and the WWW server 25 transmits the HTML document generated as a result of the business processing to the business processing request. It transmits to the transmitting client by HTTP. Thus, the existing WWW server technology and WWW browser technology can be used for communication between the client and the I / O layer 11, and the system can be constructed cheaply and easily.

【0144】さらに、上記実施の形態1によれば、デー
タ管理サーバ21、UIサーバ23、WWWサーバ25
および抽象DBサーバ41がプログラムであり、各サー
バのプログラムが、1台のコンピュータか、コンピュー
タネットワークで互いに接続された複数のコンピュータ
のいずれかにより実行される。これにより、コンピュー
タシステムでこれらのサーバを簡単に実現することがで
き、複数のコンピュータを使用する場合には、負荷分散
を簡単に行うことができる。なお、これらの効果は、デ
ータ管理サーバ21、UIサーバ23、WWWサーバ2
5および抽象DBサーバ41の少なくとも1つがプログ
ラムであれば得られる。
Further, according to the first embodiment, the data management server 21, the UI server 23, the WWW server 25
The abstract DB server 41 is a program, and the program of each server is executed by one computer or a plurality of computers connected to each other via a computer network. As a result, these servers can be easily realized by a computer system, and when a plurality of computers are used, load distribution can be easily performed. It should be noted that these effects are achieved by the data management server 21, the UI server 23, the WWW server 2
5 and at least one of the abstract DB servers 41 is a program.

【0145】なお、その場合、複数のコンピュータを1
つのローカルネットワークに接続してもよいし、直接的
にまたは間接的に互いに接続された複数のローカルネッ
トワークに分散して接続してもよい。その場合、ベース
となるプロトコルとしては、TCP/IP(Transmissi
on Control Protocol/Internet Protocol)などを使用
すればよい。また、クライアント端末装置2を、それら
のネットワークに直接接続してもよいし、インターネッ
ト、専用回線、電話回線などを介して間接的に接続して
もよい。
In this case, a plurality of computers are connected to one computer.
One local network may be connected, or a plurality of local networks connected directly or indirectly to each other may be distributed and connected. In that case, TCP / IP (Transmissi
on Control Protocol / Internet Protocol). Further, the client terminal device 2 may be directly connected to those networks, or may be indirectly connected via the Internet, a dedicated line, a telephone line, or the like.

【0146】また、上記実施の形態1によれば、データ
ベース層13が、業務処理に使用されるデータを実際に
格納する1または複数の実DB43−1〜43−Nと、
実DB43−1〜43−Nの仕様情報を格納する抽象D
B42と、抽象DB42からそのコマンドの対象である
実DB43−i(i=1〜Nのいずれか)の仕様情報を
読み出し、その実DB43−iの仕様に応じて、業務ア
プリケーション層12からのコマンドをその実DB43
−i向けのコマンドに変換し、変換後のコマンドをその
実DB43−iに発行する抽象DBサーバ41とを有
し、業務アプリケーション層12が、所定の単一のコマ
ンドセットにおけるいずれかのコマンドをデータベース
層13に対して発行して業務処理に伴うデータ操作をデ
ータベース層13に実行させる。これにより、業務アプ
リケーション層12を変更せずに、異なる仕様の実DB
43−1〜43−Nを使用することができ、実DB43
−1〜43−Nの仕様変更を簡単に行うことができる。
また、他のデータベースを有する他のシステムとの連携
に伴うそのデータベースへのアクセスのための業務アプ
リケーション層12の設計変更を抑制することができ、
そのような他のシステムとの連携が簡単になる。
Further, according to the first embodiment, the database layer 13 includes one or a plurality of real DBs 43-1 to 43-N for actually storing data used for business processing.
Abstract D for storing specification information of real DBs 43-1 to 43-N
B42 and the specification information of the real DB 43-i (i = 1 to N), which is the target of the command, is read from the abstract DB 42, and the command from the business application layer 12 is read according to the specification of the real DB 43-i. The real DB43
And an abstract DB server 41 that converts the command into a command for the real DB 43-i and issues the converted command to the real DB 43-i. It is issued to the layer 13 to cause the database layer 13 to execute data operations associated with business processing. As a result, without changing the business application layer 12, the real DB
43-1 to 43-N can be used.
-1 to 43-N can be easily changed.
Further, it is possible to suppress a change in the design of the business application layer 12 for accessing the database in association with another system having another database,
Coordination with such other systems is simplified.

【0147】さらに、上記実施の形態1によれば、抽象
DBサーバ41が、変換後のコマンドを実DB43−i
に発行した後に、そのコマンドに対応してその実DB4
3−iからデータを取得し、そのデータの形式をその実
DB43−iの仕様に基づいて所定の単一のデータ形式
に変換し、変換後のデータを業務アプリケーション層1
2へ供給する。これにより、発行したコマンドに対応し
てデータベースから得られるデータの形式についても一
様になり、業務アプリケーション層12についての生産
性および保守性が向上する。
Further, according to the first embodiment, the abstract DB server 41 transmits the converted command to the real DB 43-i.
To the real DB4 corresponding to the command
3-i, and converts the data format into a predetermined single data format based on the specifications of the real DB 43-i, and converts the converted data into the business application layer 1
Supply to 2. As a result, the format of data obtained from the database in accordance with the issued command becomes uniform, and the productivity and maintainability of the business application layer 12 are improved.

【0148】さらに、上記実施の形態1によれば、業務
アプリケーション層12が、当該業務処理システム1の
使用される業務特有の処理を行う業務プログラムと、業
務処理における例えばデータベース操作といった汎用な
用途の汎用ツール群とを有する。これにより、特定業務
向けの業務アプリケーション層12を作成する際に、汎
用ツール群を流用することができるため、業務アプリケ
ーション層12についての生産性がより向上する。
Further, according to the first embodiment, the business application layer 12 includes a business program that performs processing specific to the business used by the business processing system 1 and a general-purpose application such as a database operation in the business processing. And a general-purpose tool group. Thus, when creating the business application layer 12 for a specific business, the general-purpose tool group can be used, so that the productivity of the business application layer 12 is further improved.

【0149】実施の形態2.この発明の実施の形態2に
係る業務処理システム1は、実施の形態1に係る業務処
理システム1に、後述のUI情報作成/編集ツール61
を追加したものである。
Embodiment 2 The business processing system 1 according to the second embodiment of the present invention is different from the business processing system 1 according to the first embodiment in that a UI information creation / editing tool 61 described later is used.
Is added.

【0150】図5は、実施の形態2に係る業務処理シス
テム1においてI/O層11に接続されるUI情報作成
/編集ツール61を示すブロック図である。図5におい
て、UI情報作成/編集ツール61は、UI情報の登録
および/または編集を行うユーザインターフェース情報
登録/編集手段であって、そのように機能するプログラ
ムやスクリプトをコンピュータで実行することにより実
現される。
FIG. 5 is a block diagram showing a UI information creation / editing tool 61 connected to the I / O layer 11 in the business processing system 1 according to the second embodiment. In FIG. 5, a UI information creating / editing tool 61 is a user interface information registering / editing unit for registering and / or editing UI information, and is realized by executing a program or script that functions as such on a computer. Is done.

【0151】なお、UI情報作成/編集ツール61は、
このUI情報の登録および/または編集において、新た
なユーザ(クライアント)のUI情報を登録したり、既
存のユーザ(クライアント)のUI情報を編集したりす
るときのみに使用されるので、コンピュータネットワー
クを介してこの業務処理システム1のUIサーバ23に
接続される他のコンピュータでこのUI情報作成/編集
ツール61を実行するようにしてもよい。
Note that the UI information creation / editing tool 61
In registering and / or editing this UI information, the UI is used only when registering UI information of a new user (client) or editing UI information of an existing user (client). The UI information creation / editing tool 61 may be executed by another computer connected to the UI server 23 of the business processing system 1 via the UI server 23.

【0152】なお、実施の形態2に係る業務処理システ
ム1についてのその他の構成要素については実施の形態
1に係るものと同様であるので、その説明を省略する。
Note that the other components of the business processing system 1 according to the second embodiment are the same as those according to the first embodiment, and a description thereof will be omitted.

【0153】次に、上記業務処理システムの動作につい
て説明する。
Next, the operation of the business processing system will be described.

【0154】UI情報作成/編集ツール61は、新規の
UI情報を登録する場合、UI情報を作成するための必
要な情報を含むファイルを読み込んで、その情報に基づ
いてUI情報を生成したり、GUI(Graphical User I
nterface)で、業務処理の結果を表示させる際の各デー
タ欄の位置や大きさ、タイトルなどを、ユーザにより入
力されたものに設定してUI情報を生成し、そのUI情
報を、UIサーバ23に送信して、UI情報記憶手段2
4に記憶させる。
When registering new UI information, the UI information creation / editing tool 61 reads a file containing information necessary for creating UI information, and generates UI information based on the information. GUI (Graphical User I
nterface), UI information is generated by setting the position, size, title, and the like of each data column when displaying the result of the business process to those input by the user, and the UI information is stored in the UI server 23. To the UI information storage means 2
4 is stored.

【0155】また、UI情報作成/編集ツール61は、
既存のUI情報を編集する場合、まず、UIサーバ23
を介して、編集対象のUI情報を読み出し、そのUI情
報を表示し、各種設定値をユーザにより入力されたもの
に設定してUI情報を編集し、その編集後のUI情報
を、UIサーバ23に送信して、UI情報記憶手段24
に記憶させる。
The UI information creation / editing tool 61
When editing existing UI information, first, the UI server 23
, The UI information to be edited is read, the UI information is displayed, the UI information is edited by setting various setting values to those input by the user, and the edited UI information is stored in the UI server 23. To the UI information storage means 24
To memorize.

【0156】なお、業務処理システム1における業務処
理のその他の動作については実施の形態1に係るものと
同様であるので、その説明を省略する。
Note that the other operations of the business processing in the business processing system 1 are the same as those according to the first embodiment, and a description thereof will be omitted.

【0157】以上のように、上記実施の形態2によれ
ば、UI情報作成/編集ツール61がUI情報の登録お
よび/または編集を行うので、業務処理の結果を提示す
る際の様式に関する、新規クライアントについての様式
の設定や、既存クライアントについての様式の変更を行
うことができる。
As described above, according to the second embodiment, since the UI information creating / editing tool 61 registers and / or edits UI information, the UI information creating / editing tool 61 has a new format for presenting the result of business processing. You can set the format for clients and change the format for existing clients.

【0158】実施の形態3.この発明の実施の形態3に
係る業務処理システム1は、実施の形態1に係る業務処
理システム1に、後述の抽象DB管理ツール71を追加
したものである。
Embodiment 3 The business processing system 1 according to the third embodiment of the present invention is obtained by adding an abstract DB management tool 71 described later to the business processing system 1 according to the first embodiment.

【0159】図6は、実施の形態3に係る業務処理シス
テム1においてデータベース層13に接続される抽象D
B管理ツール71を示すブロック図である。図6におい
て、抽象DB管理ツール71は、抽象DB42に対し
て、実DB43−1〜43−Nの仕様情報の登録および
/または変更を行う抽象データベース管理手段であっ
て、そのように機能するプログラムやスクリプトをコン
ピュータで実行することにより実現される。
FIG. 6 shows an abstract D connected to the database layer 13 in the business processing system 1 according to the third embodiment.
5 is a block diagram illustrating a B management tool 71. FIG. In FIG. 6, an abstract DB management tool 71 is an abstract database management means for registering and / or changing the specification information of the real DBs 43-1 to 43-N with respect to the abstract DB 42. And scripts are executed by a computer.

【0160】なお、抽象DB管理ツール71は、実DB
43−(N+1)を新たに追加したり、既存の実DB4
3−i(i=1〜Nのいずれか)を新たな実DB43−
(N+1)に交換したりする際に、その実DB43−
(N+1)の仕様を抽象DB42に登録したり、交換前
の既存の実DB43−iの仕様を交換後の実DB43−
(N+1)の仕様に変更したりするときのみに使用され
るので、コンピュータネットワークを介してこの業務処
理システム1の抽象DB42に接続される他のコンピュ
ータでこの抽象DB管理ツール71を実行するようにし
てもよい。
It should be noted that the abstract DB management tool 71
43- (N + 1) is newly added or the existing real DB4
3-i (i = 1 to N) is added to the new real DB 43-
When exchanging for (N + 1), the actual DB 43-
The specification of (N + 1) is registered in the abstract DB 42, and the specification of the existing real DB 43-i before exchange is replaced with the actual DB 43-
Since it is used only when the specification is changed to (N + 1), the abstract DB management tool 71 is executed by another computer connected to the abstract DB 42 of the business processing system 1 via a computer network. You may.

【0161】なお、実施の形態3に係る業務処理システ
ム1についてのその他の構成要素については実施の形態
1あるいは実施の形態2に係るものと同様であるので、
その説明を省略する。
The other components of the business processing system 1 according to the third embodiment are the same as those according to the first or second embodiment.
The description is omitted.

【0162】次に上記装置の動作について説明する。Next, the operation of the above device will be described.

【0163】抽象DB管理ツール71は、実DB43−
(N+1)の仕様情報を抽象DB42に追加する場合、
追加する実DB43−(N+1)の仕様(データ配列、
データ種別、クエリ)を解析し、その仕様情報を抽象D
B42に追加したり、ユーザにより手動で入力されたそ
の実DB43−(N+1)の仕様情報を抽象DB42に
追加する。
[0163] The abstract DB management tool 71
When the (N + 1) specification information is added to the abstract DB 42,
Specifications of the real DB 43- (N + 1) to be added (data array,
Data type, query) is analyzed and the specification information is
B42 or the specification information of the real DB 43- (N + 1) manually input by the user is added to the abstract DB 42.

【0164】また、抽象DB管理ツール71は、既存の
実DB43−iの仕様情報を編集する場合、まず、編集
対象の実DB43−iの仕様情報を読み出し、その仕様
情報を表示し、各種設定値をユーザにより入力されたも
のに設定して、その仕様情報を編集し、その編集後の仕
様情報を、抽象DB42に記憶させる。
When editing the specification information of the existing real DB 43-i, the abstract DB management tool 71 first reads the specification information of the real DB 43-i to be edited, displays the specification information, and displays various settings. The value is set to the value input by the user, the specification information is edited, and the edited specification information is stored in the abstract DB 42.

【0165】なお、業務処理システム1における業務処
理についての動作については実施の形態1に係るものと
同様であるので、その説明を省略する。
The operation of the business processing system 1 for business processing is the same as that according to the first embodiment, and a description thereof will be omitted.

【0166】以上のように、上記実施の形態3によれ
ば、抽象DB管理ツール71が、抽象DB42に対し
て、実DB43−1〜43−Nの仕様情報の登録および
/または変更を行うので、抽象DB42を操作すること
で、他のシステムとの連携、実データベースの追加や仕
様変更を簡単に行うことができる。
As described above, according to the third embodiment, the abstract DB management tool 71 registers and / or changes the specification information of the real DBs 43-1 to 43-N in the abstract DB. By operating the abstract DB 42, cooperation with other systems, addition of a real database, and specification change can be easily performed.

【0167】なお、上記実施の形態1〜3における各サ
ーバは、プログラムを実行することで実現可能である
が、その各プログラムは、コンピュータ内蔵のハードデ
ィスク装置、メモリ装置などといった記録媒体、あるい
は、CD−ROM、MO(Magneto Optical)ディス
ク、DVD(Digital Versatile Disc)などといった可
搬性のある記録媒体などに記録される。また、必要に応
じて、その各プログラムは、コンピュータネットワーク
などの伝送媒体を介して業務アプリケーションシステム
1に供給されるようにしてもよい。
Each server in the first to third embodiments can be realized by executing a program, and each program is stored in a recording medium such as a hard disk device or a memory device built in a computer, or a CD. -Recorded on a portable recording medium such as a ROM, an MO (Magneto Optical) disk, and a DVD (Digital Versatile Disc). If necessary, each program may be supplied to the business application system 1 via a transmission medium such as a computer network.

【0168】また、この業務処理システム1は、企業間
業務についての業務処理を実行するようにしてもよい
し、企業顧客間業務についての業務処理を実行するよう
にしてもよい。さらに、この業務処理システム1によ
り、アプリケーションサービスプロバイダを実現するよ
うにしてもよい。
Further, the business processing system 1 may execute business processing for business between enterprises, or may execute business processing for business between enterprise customers. Further, an application service provider may be realized by the business processing system 1.

【0169】[0169]

【発明の効果】本発明では、業務処理システムにおける
業務アプリケーション部分の生産性を向上することがで
きる業務処理システムおよび業務処理方法、並びにそれ
らに使用するサーバプログラムを得ることができる。
According to the present invention, it is possible to obtain a business processing system and a business processing method capable of improving the productivity of a business application part in a business processing system, and a server program used therefor.

【0170】また、本発明は、データベースの仕様やユ
ーザへの表示画面の様式の仕様に変更があった場合に
も、業務アプリケーション部分の変更を抑制することが
できる業務処理システムおよび業務処理方法、並びにそ
れらに使用するサーバプログラムを得ることができる。
Further, the present invention provides a business processing system and a business processing method capable of suppressing a change in a business application portion even when a specification of a database or a specification of a format of a display screen for a user is changed. In addition, a server program used for them can be obtained.

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

【図1】 本発明の実施の形態に係る業務処理システム
の構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a business processing system according to an embodiment of the present invention.

【図2】 図1におけるI/O層の構成を示すブロック
図である。
FIG. 2 is a block diagram showing a configuration of an I / O layer in FIG.

【図3】 図1におけるデータベース層の構成を示すブ
ロック図である。
FIG. 3 is a block diagram showing a configuration of a database layer in FIG. 1;

【図4】 実施の形態1に係る業務処理システムの動作
について説明するフローチャートである。
FIG. 4 is a flowchart illustrating an operation of the business processing system according to the first embodiment;

【図5】 実施の形態2に係る業務処理システムにおい
てI/O層に接続されるUI情報作成/編集ツールを示
すブロック図である。
FIG. 5 is a block diagram showing a UI information creation / editing tool connected to an I / O layer in the business processing system according to the second embodiment.

【図6】 実施の形態3に係る業務処理システムにおい
てデータベース層に接続される抽象DB管理ツールを示
すブロック図である。
FIG. 6 is a block diagram showing an abstract DB management tool connected to a database layer in a business processing system according to a third embodiment.

【図7】 従来の業務処理システムの一例を示すブロッ
ク図である。
FIG. 7 is a block diagram illustrating an example of a conventional business processing system.

【符号の説明】[Explanation of symbols]

1 業務処理システム 2 クライアント端末装置 11 I/O層(I/O手段) 12 業務アプリケーション層(業務アプリケーション
手段) 13 データベース層(データベース手段) 21 データ管理サーバ 23 ユーザインターフェースサーバ 24 ユーザインターフェース情報記憶手段 25 WWWサーバ(I/Oサーバ) 41 抽象DBサーバ 42 抽象DB 43−1〜43−N 実DB 61 UI情報作成/編集ツール(ユーザインターフェ
ース情報作成/編集手段) 71 抽象DB管理ツール(抽象データベース管理手
段)
DESCRIPTION OF SYMBOLS 1 Business processing system 2 Client terminal device 11 I / O layer (I / O means) 12 Business application layer (business application means) 13 Database layer (database means) 21 Data management server 23 User interface server 24 User interface information storage means 25 WWW server (I / O server) 41 Abstract DB server 42 Abstract DB 43-1 to 43-N Real DB 61 UI information creation / edit tool (user interface information creation / edit means) 71 Abstract DB management tool (abstract database management means) )

Claims (31)

【特許請求の範囲】[Claims] 【請求項1】 1または複数のクライアントから業務処
理のリクエストを受信し、そのリクエストに対応する業
務処理を実行する業務処理システムにおいて、 上記クライアントからの上記業務処理のリクエストを受
信するとともに、その業務処理の結果をそのクライアン
トに送信するI/O手段と、上記I/O手段から分離し
て実装され、上記I/O手段により受信されたリクエス
トに対応する上記業務処理を行う業務アプリケーション
手段とを備え、 上記I/O手段は、上記クライアントからの上記業務処
理のリクエストを受信し、そのリクエストに添付された
データの形式を検査し、そのデータの形式が、上記業務
アプリケーション手段による業務処理に要求される所定
のデータ形式ではない場合には、そのデータの形式をそ
の所定のデータ形式に変換するデータ管理サーバを有
し、 上記業務アプリケーション手段は、上記データ管理サー
バにより変換されたデータを使用して上記業務処理を行
うこと、 を特徴とする業務処理システム。
1. A business processing system for receiving a business processing request from one or a plurality of clients and executing a business processing corresponding to the request, wherein the business processing request is received from the client and the business processing request is received. I / O means for transmitting the result of processing to the client, and business application means which is mounted separately from the I / O means and performs the business processing corresponding to the request received by the I / O means. The I / O means receives the business processing request from the client, checks the format of data attached to the request, and requests the business processing by the business application means for the data format. If the data format is not the specified data format, the format of the data is changed to the specified data format. It has a data management server for converting the data format, the business application means, the business processing system, characterized in that, to carry out the business processing by using the data converted by said data management server.
【請求項2】 前記I/O手段は、WWWサーバを有
し、 前記データ管理サーバは、前記クライアントからのリク
エストをHTTPで受信し、そのリクエストを上記WW
Wサーバにそのまま転送し、 上記WWWサーバは、そのリクエストをHTTPで受信
し、CGIを起動してそのリクエストに応じた業務処理
を前記業務アプリケーション手段に実行させること、 を特徴とする請求項1記載の業務処理システム。
2. The I / O means has a WWW server, wherein the data management server receives a request from the client by HTTP and sends the request to the WWW server.
2. The WWW server transfers the request as it is, the WWW server receives the request by HTTP, activates a CGI, and causes the business application unit to execute a business process corresponding to the request. Business processing system.
【請求項3】 1または複数のクライアントから業務処
理のリクエストを受信し、そのリクエストに対応する業
務処理を実行する業務処理システムにおいて、 上記クライアントからの上記業務処理のリクエストを受
信するとともに、その業務処理の結果をそのクライアン
トに送信するI/O手段と、上記I/O手段から分離し
て実装され、上記I/O手段により受信されたリクエス
トに対応する上記業務処理を行う業務アプリケーション
手段とを備え、 上記I/O手段は、上記業務アプリケーション手段によ
る上記業務処理の結果を、そのリクエストの送信元であ
る上記クライアントに応じた形式に加工および/または
整形するユーザインターフェースサーバを有すること、 を特徴とする業務処理システム。
3. A business processing system for receiving a business processing request from one or a plurality of clients and executing a business processing corresponding to the request, wherein the business processing request is received from the client and the business processing request is received. I / O means for transmitting the result of processing to the client, and business application means which is mounted separately from the I / O means and performs the business processing corresponding to the request received by the I / O means. Wherein the I / O means has a user interface server for processing and / or shaping the result of the business processing by the business application means into a format according to the client which is the transmission source of the request. Business processing system.
【請求項4】 前記業務処理の結果に対する加工および
/または整形の様式を示すユーザインターフェース情報
を、リクエストの送信元であるクライアントごと、ある
いは、そのクライアントの属するグループごとに予め記
憶するユーザインターフェース情報記憶手段を備え、 前記ユーザインターフェースサーバは、そのユーザイン
ターフェース情報に基づいて前記業務処理の結果を加工
および/または整形すること、 を特徴とする請求項3記載の業務処理システム。
4. A user interface information storage for storing in advance user interface information indicating a mode of processing and / or shaping for a result of the business process for each client that is a transmission source of a request or for each group to which the client belongs. The business processing system according to claim 3, further comprising means, wherein the user interface server processes and / or shapes the result of the business processing based on the user interface information.
【請求項5】 前記ユーザインターフェース情報の登録
および/または編集を行うユーザインターフェース情報
登録/編集手段を備えることを特徴とする請求項4記載
の業務処理システム。
5. The business processing system according to claim 4, further comprising a user interface information registering / editing means for registering and / or editing the user interface information.
【請求項6】 前記I/O手段は、WWWサーバを有
し、 前記ユーザインターフェースサーバは、加工および/ま
たは整形後の前記業務処理の結果をHTML文書として
生成し、 上記WWWサーバは、前記業務処理の結果として生成さ
れた上記HTML文書を、前記業務処理のリクエストを
送信した前記クライアントにHTTPで送信すること、 を特徴とする請求項3記載の業務処理システム。
6. The I / O means includes a WWW server, the user interface server generates a result of the business processing after processing and / or shaping as an HTML document, and the WWW server includes 4. The business processing system according to claim 3, wherein the HTML document generated as a result of the processing is transmitted to the client that transmitted the business processing request by HTTP.
【請求項7】 1または複数のクライアントから業務処
理のリクエストを受信し、そのリクエストに対応する業
務処理を実行する業務処理システムにおいて、 上記クライアントからの上記業務処理のリクエストを受
信するとともに、その業務処理の結果をそのクライアン
トに送信するI/O手段と、上記I/O手段から分離し
て実装され、上記I/O手段により受信されたリクエス
トに対応する上記業務処理を行う業務アプリケーション
手段とを備え、 上記I/O手段は、上記クライアントからの上記業務処
理のリクエストを受信し、そのリクエストに添付された
データの形式を検査し、そのデータの形式が上記業務ア
プリケーション手段による業務処理に要求される所定の
データ形式ではない場合には、そのデータの形式をその
所定のデータ形式に変換するデータ管理サーバと、上記
業務アプリケーション手段による業務処理の結果を、そ
のリクエストの送信元である上記クライアントに応じた
形式に加工および/または整形するユーザインターフェ
ースサーバと、上記データ管理サーバによるデータ変換
後に、上記リクエストに応じた業務処理を上記業務アプ
リケーション手段に実行させるとともに、上記ユーザイ
ンタフェースサーバにより加工および/または整形され
た上記業務処理の結果をそのリクエストの送信元のクラ
イアントに送信するI/Oサーバとを有し、 上記業務アプリケーション手段は、上記データ管理サー
バにより変換されたデータを使用して上記業務処理を行
い、その結果を上記ユーザインターフェースサーバに送
信すること、 を特徴とする業務処理システム。
7. A business processing system for receiving a business processing request from one or a plurality of clients and executing a business processing corresponding to the request. The business processing system receives the business processing request from the client and receives the business processing request from the client. I / O means for transmitting the result of processing to the client, and business application means which is mounted separately from the I / O means and performs the business processing corresponding to the request received by the I / O means. The I / O means receives the business processing request from the client, checks the format of data attached to the request, and requests the data format for the business processing by the business application means. If the data format is not the specified data format, the format of the data is changed to the specified data format. A data management server for converting the data into a format, a user interface server for processing and / or shaping the result of the business processing by the business application means into a format corresponding to the client that is the transmission source of the request, After the data conversion, the business process corresponding to the request is executed by the business application unit, and the result of the business process processed and / or shaped by the user interface server is transmitted to the client that transmitted the request. / O server, wherein the business application means performs the business process using the data converted by the data management server, and transmits the result to the user interface server. Processing system Tem.
【請求項8】 前記データ管理サーバ、前記ユーザイン
ターフェースサーバおよび前記I/Oサーバの少なくと
も1つは、プログラムであり、 各サーバのプログラムは、1台のコンピュータか、コン
ピュータネットワークで互いに接続された複数のコンピ
ュータのいずれかにより実行されること、 を特徴とする請求項7記載の業務処理システム。
8. At least one of the data management server, the user interface server, and the I / O server is a program, and the program of each server is a single computer or a plurality of computers connected to each other via a computer network. The business processing system according to claim 7, which is executed by any one of the computers.
【請求項9】 前記I/Oサーバは、WWWサーバであ
り、 前記データ管理サーバは、前記クライアントからのリク
エストをHTTPで受信し、そのリクエストを前記I/
Oサーバにそのまま転送し、 前記ユーザインターフェースサーバは、加工および/ま
たは整形後の前記業務処理の結果をHTML文書として
生成し、 前記I/Oサーバは、前記クライアントからのリクエス
トをHTTPで受信し、CGIを起動してそのリクエス
トに応じた業務処理を前記業務アプリケーション手段に
実行させるとともに、前記ユーザインタフェースサーバ
により加工および/または整形された前記業務処理の結
果としてのHTML文書をそのリクエストの送信元のク
ライアントにHTTPで送信すること、 を特徴とする請求項7記載の業務処理システム。
9. The I / O server is a WWW server, wherein the data management server receives a request from the client by HTTP and sends the request to the I / O server.
The user interface server generates the result of the business process after processing and / or shaping as an HTML document, the I / O server receives a request from the client by HTTP, The CGI is activated to cause the business application means to execute the business process according to the request, and the HTML document as a result of the business process processed and / or shaped by the user interface server is transmitted to the source of the request. The business processing system according to claim 7, wherein the data is transmitted to the client by HTTP.
【請求項10】 業務処理を行う業務アプリケーション
手段と、上記業務アプリケーション手段から分離して実
装され、上記業務処理に使用されるデータを格納するデ
ータベース手段とを備え、 上記業務アプリケーション手段は、所定の単一のコマン
ドセットにおけるいずれかのコマンドを上記データベー
ス手段に対して発行して上記業務処理に伴うデータ操作
を上記データベース手段に実行させ、 上記データベース手段は、上記業務処理に使用されるデ
ータを実際に格納する1または複数の実データベース
と、上記実データベースの仕様情報を格納する抽象デー
タベースと、上記抽象データベースからそのコマンドの
対象である上記実データベースの仕様情報を読み出し、
その実データベースの仕様に応じて、上記業務アプリケ
ーション手段からのコマンドをその実データベース向け
のコマンドに変換し、変換後のコマンドをその実データ
ベースに発行する抽象データベースサーバとを有するこ
と、 を特徴とする業務処理システム。
10. A business application means for performing business processing, and a database means which is mounted separately from the business application means and stores data used for the business processing, wherein the business application means has a predetermined function. A command in a single command set is issued to the database means to cause the database means to execute data operations associated with the business processing, and the database means actually executes data used for the business processing. One or more real databases to be stored in the database, an abstract database that stores the specification information of the real database, and the specification information of the real database that is the object of the command is read from the abstract database,
An abstract database server that converts a command from the business application unit into a command for the real database in accordance with the specification of the real database, and issues the converted command to the real database. .
【請求項11】 前記抽象データベースサーバは、変換
後のコマンドを前記実データベースに発行した後に、そ
のコマンドに対応してその実データベースからデータを
取得し、そのデータの形式をその実データベースの仕様
に基づいて所定の単一のデータ形式に逆変換し、逆変換
後のデータを前記業務アプリケーション手段へ供給する
ことを特徴とする請求項10記載の業務処理システム。
11. The abstract database server, after issuing a converted command to the real database, acquires data from the real database in response to the command, and formats the data based on the specification of the real database. 11. The business processing system according to claim 10, wherein the business application system reversely converts the data into a predetermined single data format and supplies the data after the reverse conversion to the business application means.
【請求項12】 前記抽象データベースに対して、前記
実データベースの仕様情報の登録および/または変更を
行う抽象データベース管理手段を備えることを特徴とす
る請求項10記載の業務処理システム。
12. The business processing system according to claim 10, further comprising an abstract database management unit for registering and / or changing specification information of the real database with respect to the abstract database.
【請求項13】 1または複数のクライアントから業務
処理のリクエストを受信し、そのリクエストに対応する
業務処理を実行し、その処理の結果をそのクライアント
に送信する業務処理システムにおいて、 上記クライアントからの上記業務処理のリクエストを受
信するとともに、その業務処理の結果をそのクライアン
トに送信するI/O手段と、上記I/O手段から分離し
て実装され、上記I/O手段により受信されたリクエス
トに対応する上記業務処理を行う業務アプリケーション
手段と、上記I/O手段および上記業務アプリケーショ
ン手段から分離して実装され、上記業務処理に使用され
るデータを格納するデータベース手段とを備え、 上記I/O手段は、上記クライアントからの上記業務処
理のリクエストを受信し、そのリクエストに添付された
データの形式を検査し、そのデータの形式が、上記業務
アプリケーション手段による業務処理に要求される所定
のデータ形式ではない場合には、そのデータの形式をそ
の所定のデータ形式に変換するデータ管理サーバと、上
記業務アプリケーション手段による業務処理の結果を、
そのリクエストの送信元である上記クライアントに応じ
た形式に加工および/または整形するユーザインターフ
ェースサーバと、上記データ管理サーバによるデータ変
換後に、上記リクエストに応じた業務処理を上記業務ア
プリケーション手段に実行させるとともに、上記ユーザ
インタフェースサーバにより加工および/または整形さ
れた上記業務処理の結果をそのリクエストの送信元のク
ライアントに送信するI/Oサーバとを有し、 上記業務アプリケーション手段は、上記データ管理サー
バにより変換されたデータを使用して上記業務処理を行
い、その業務処理の際に必要に応じて、所定の単一のコ
マンドセットにおけるいずれかのコマンドを上記データ
ベース手段に対して発行して上記業務処理に伴うデータ
操作を上記データベース手段に実行させ、その業務処理
の結果を上記ユーザインターフェースサーバに送信し、 上記データベース手段は、上記業務処理に使用されるデ
ータを実際に格納する1または複数の実データベース
と、上記実データベースの仕様情報を格納する抽象デー
タベースと、上記抽象データベースからそのコマンドの
対象である上記実データベースの仕様情報を読み出し、
その実データベースの仕様に応じて、上記データベース
手段からのコマンドをその実データベース向けのコマン
ドに変換し、変換後のコマンドをその実データベースに
発行する抽象データベースサーバとを有すること、 を特徴とする業務処理システム。
13. A business processing system for receiving a business processing request from one or a plurality of clients, executing a business processing corresponding to the request, and transmitting a result of the processing to the client. An I / O means for receiving a business processing request and transmitting a result of the business processing to the client; and an I / O means mounted separately from the I / O means for responding to a request received by the I / O means. A business application means for performing the business processing described above, and a database means for storing data used for the business processing, which is separately mounted from the I / O means and the business application means; Receives the business processing request from the client, Examines the format of the data attached to the application, and if the format of the data is not the predetermined data format required for business processing by the business application means, converts the data format to the predetermined data format Data management server, and the result of the business process by the business application means,
A user interface server for processing and / or shaping into a format according to the client as the transmission source of the request, and after the data conversion by the data management server, causing the business application means to execute the business process according to the request. An I / O server for transmitting a result of the business process processed and / or shaped by the user interface server to a client that has transmitted the request, wherein the business application unit is converted by the data management server. Performs the above-mentioned business process using the data thus processed, and issues any command in a predetermined single command set to the above-mentioned database means as necessary at the time of the business process to execute the above-mentioned business process. Accompanying data manipulation with the above database And transmitting the result of the business process to the user interface server. The database means includes one or more real databases that actually store data used for the business process, and specifications of the real database. An abstract database for storing information, and the specification information of the real database that is the target of the command is read from the abstract database,
A business processing system comprising: an abstract database server that converts a command from the database means into a command for the real database according to the specification of the real database and issues the converted command to the real database.
【請求項14】 前記データ管理サーバ、前記ユーザイ
ンターフェースサーバ、前記I/Oサーバおよび前記抽
象データベースサーバの少なくとも1つは、プログラム
であり、 各サーバのプログラムは、1台のコンピュータか、コン
ピュータネットワークで互いに接続された複数のコンピ
ュータのいずれかにより実行されること、 を特徴とする請求項13記載の業務処理システム。
14. The data management server, the user interface server, at least one of the I / O server and the abstract database server is a program, and the program of each server is a single computer or a computer network. 14. The business processing system according to claim 13, which is executed by any one of a plurality of computers connected to each other.
【請求項15】 前記業務アプリケーション手段は、当
該業務処理システムの使用される業務特有の処理を行う
業務プログラムと、業務処理の汎用ツール群とを有し、
コンピュータで実行されることを特徴とすることを特徴
とする請求項1から請求項14のうちのいずれか1項記
載の業務処理システム。
15. The business application means has a business program for performing processing specific to the business used by the business processing system, and a general-purpose tool group for business processing.
The business processing system according to any one of claims 1 to 14, wherein the business processing system is executed by a computer.
【請求項16】 1または複数のクライアントから業務
処理のリクエストを受信し、そのリクエストに対応する
業務処理を実行する業務処理方法において、上記業務処
理を実行する業務アプリケーション手段の前段で、上記
クライアントからの上記業務処理のリクエストを受信す
るステップと、 そのリクエストに添付されたデータの形式を検査するス
テップと、 そのデータの形式が、上記業務処理に要求される所定の
データ形式ではない場合に、そのデータの形式をその所
定のデータ形式に変換するステップと、 上記業務アプリケーション手段によりその変換後のデー
タを使用して上記業務処理を実行するステップと、 を備えることを特徴とする業務処理方法。
16. A business processing method for receiving a business processing request from one or a plurality of clients and executing a business processing corresponding to the request. Receiving the request for the business process described above, checking the format of the data attached to the request, and, if the format of the data is not a predetermined data format required for the business process, A business processing method, comprising: converting a data format into a predetermined data format; and executing the business processing by using the converted data by the business application means.
【請求項17】 前記クライアントからのリクエストを
HTTPで受信し、そのリクエストをWWWサーバにそ
のまま転送し、 上記WWWサーバがそのリクエストをHTTPで受信
し、CGIを起動してそのリクエストに応じた業務処理
を前記業務アプリケーション手段に実行させること、 を特徴とする請求項16記載の業務処理方法。
17. A request from the client is received by HTTP, and the request is transferred to a WWW server as it is. The WWW server receives the request by HTTP, activates a CGI, and performs a business process according to the request. The business processing method according to claim 16, wherein the business application means is executed.
【請求項18】 1または複数のクライアントから業務
処理のリクエストを受信し、そのリクエストに対応する
業務処理を実行する業務処理方法において、上記業務処
理を実行する業務アプリケーション手段の後段で、上記
業務処理の結果を、そのリクエストの送信元であるクラ
イアントに応じた形式に加工および/または整形するス
テップと、 その加工および/または整形後の結果を、そのリクエス
トの送信元であるクライアントに送信するステップと、 を備えることを特徴とする業務処理方法。
18. A business processing method for receiving a business processing request from one or a plurality of clients and executing a business processing corresponding to the request. Processing and / or shaping the result of the request into a format corresponding to the client that transmitted the request; and transmitting the processed and / or shaped result to the client that transmitted the request. A business processing method, comprising:
【請求項19】 リクエストの送信元であるクライアン
トごと、あるいは、クライアントの属するグループごと
に予め設定された、前記業務処理の結果に対する加工お
よび/または整形の様式を示すユーザインターフェース
情報に基づいて前記業務処理の結果を加工および/また
は整形することを特徴とする請求項18記載の業務処理
方法。
19. The task based on user interface information indicating a processing and / or shaping style for the result of the task processing, which is set in advance for each client or a group to which the client belongs, which is the source of the request. 19. The business processing method according to claim 18, wherein the processing result is processed and / or shaped.
【請求項20】 加工および/または整形後の前記業務
処理の結果をHTML文書として生成し、 そのHTML文書をHTTPで前記クライアントに送信
すること、 を特徴とする請求項18記載の業務処理方法。
20. The business processing method according to claim 18, wherein a result of the business processing after processing and / or shaping is generated as an HTML document, and the HTML document is transmitted to the client by HTTP.
【請求項21】 1または複数のクライアントから業務
処理のリクエストを受信し、そのリクエストに対応する
業務処理を実行する業務処理方法において、 上記業務処理を実行する業務アプリケーション手段の前
段で、上記クライアントからの上記業務処理のリクエス
トを受信するステップと、 そのリクエストに添付されたデータの形式を検査するス
テップと、 そのデータの形式が、上記業務処理に要求される所定の
データ形式ではない場合に、そのデータの形式をその所
定のデータ形式に変換するステップと、 上記業務アプリケーション手段によりその変換後のデー
タを使用して上記業務処理を実行するステップと、 上記業務処理の結果を、そのリクエストの送信元である
クライアントに応じた形式に加工および/または整形す
るステップと、 加工および/または整形した上記業務処理の結果をその
リクエストの送信元のクライアントに送信するステップ
と、 を備えることを特徴とする業務処理方法。
21. A business processing method for receiving a business processing request from one or a plurality of clients and executing a business processing corresponding to the request. Receiving the request for the business process described above, checking the format of the data attached to the request, and, if the format of the data is not a predetermined data format required for the business process, Converting the data format to the predetermined data format; executing the business process using the converted data by the business application means; and transmitting the result of the business process to the source of the request. Steps for processing and / or shaping to a format appropriate for the client If, business processing method characterized by comprising the step of transmitting a result of processing and / or shaping the above work processing to the transmission source of the client of the request, the.
【請求項22】 前記クライアントからのリクエストを
HTTPで受信し、そのリクエストをWWWサーバにそ
のまま転送し、 上記WWWサーバがそのリクエストをHTTPで受信
し、CGIを起動してそのリクエストに応じた業務処理
を前記業務アプリケーション手段に実行させ、 加工および/または整形後の前記業務処理の結果をHT
ML文書として生成し、 上記WWWサーバがそのHTML文書をそのリクエスト
の送信元のクライアントにHTTPで送信すること、 を特徴とする請求項21記載の業務処理方法。
22. A request from the client is received by HTTP, and the request is transferred to a WWW server as it is. The WWW server receives the request by HTTP, activates a CGI, and performs a business process according to the request. Is executed by the business application means, and the result of the business processing after processing and / or shaping is referred to as HT
22. The business processing method according to claim 21, wherein the business processing method is generated as an ML document, and the WWW server transmits the HTML document to a client which transmitted the request by HTTP.
【請求項23】 業務処理において、データベースにお
けるデータの操作が必要な際に、所定の単一のコマンド
セットにおけるいずれかのコマンドを発行するステップ
と、 上記業務処理に使用されるデータを実際に格納する実デ
ータベースの仕様情報を格納する抽象データベースから
そのコマンドの対象である上記実データベースの仕様情
報を読み出すステップと、 その実データベースの仕様に応じて、上記コマンドをそ
の実データベース向けのコマンドに変換するステップ
と、 変換後のコマンドをその実データベースに発行するステ
ップと、 を備えることを特徴とする業務処理方法。
23. A step of issuing any command in a predetermined single command set when a data operation in a database is required in a business process, and actually storing data used in the business process. Reading the specification information of the real database that is the target of the command from the abstract database storing the specification information of the real database to be executed; and converting the command into a command for the real database according to the specification of the real database. Issuing the converted command to the actual database.
【請求項24】 前記変換後のコマンドを前記実データ
ベースに発行した後に、そのコマンドに対してその実デ
ータベースからデータを取得し、 そのデータの形式を、その実データベースの仕様に基づ
いて所定の単一のデータ形式に逆変換すること、 を特徴とする請求項23記載の業務処理方法。
24. After the converted command is issued to the real database, data is obtained from the real database in response to the command, and the format of the data is changed to a predetermined single data based on the specification of the real database. The business processing method according to claim 23, wherein the business processing method is inversely converted to a data format.
【請求項25】 1または複数のクライアントから業務
処理のリクエストを受信し、そのリクエストに対応する
業務処理を実行する業務処理方法において、 上記業務処理を実行する業務アプリケーション手段の前
段で、上記クライアントからの上記業務処理のリクエス
トを受信するステップと、 そのリクエストに添付されたデータの形式を検査するス
テップと、 そのデータの形式が、上記業務処理に要求される所定の
データ形式ではない場合に、そのデータの形式をその所
定のデータ形式に変換するステップと、 上記業務アプリケーション手段によりその変換後のデー
タを使用して上記業務処理を実行するステップと、 上記業務処理の結果を、そのリクエストの送信元である
クライアントに応じた形式に加工および/または整形す
るステップと、 加工および/または整形した上記業務処理の結果をその
リクエストの送信元のクライアントに送信するステップ
とを備え、さらに、 上記業務処理でデータベースにおけるデータの操作が必
要な際には、所定の単一のコマンドセットにおけるいず
れかのコマンドを発行するステップと、 上記業務処理に使用されるデータを実際に格納する実デ
ータベースの仕様情報を格納する抽象データベースから
そのコマンドの対象である上記実データベースの仕様情
報を読み出すステップと、 その実データベースの仕様に応じて、上記コマンドをそ
の実データベース向けのコマンドに変換するステップ
と、 変換後のコマンドをその実データベースに発行するステ
ップと、 を備えることを特徴とする業務処理方法。
25. A business processing method for receiving a business processing request from one or a plurality of clients and executing a business processing corresponding to the request, the business processing means executing the business processing being provided from the client before the business application means. Receiving the request for the business process described above, checking the format of the data attached to the request, and, if the format of the data is not a predetermined data format required for the business process, Converting the data format to the predetermined data format; executing the business process using the converted data by the business application means; and transmitting the result of the business process to the source of the request. Steps for processing and / or shaping to a format appropriate for the client And transmitting a processed and / or shaped result of the business process to a client that has transmitted the request. Further, when the business process requires data manipulation in a database, a predetermined unit is required. Issuance of any command in one command set; and specification of the real database as a target of the command from an abstract database storing specification information of a real database that actually stores data used for the business process. A business process comprising: reading information; converting the command into a command for the real database according to the specifications of the real database; and issuing the converted command to the real database. Method.
【請求項26】 1または複数のクライアントから業務
処理のリクエストを受信し、そのリクエストに対応する
業務処理を実行する業務処理システムにおいて使用され
るデータ管理サーバであって、上記クライアントからの
上記業務処理のリクエストを受信し、そのリクエストに
添付されたデータの形式を検査し、そのデータの形式
が、上記業務処理に要求される所定のデータ形式ではな
い場合に、そのデータの形式をその所定のデータ形式に
変換するデータ管理サーバとしてコンピュータを機能さ
せるサーバプログラム。
26. A data management server used in a business processing system that receives a business processing request from one or a plurality of clients and executes a business processing corresponding to the request, wherein the data processing server receives the business processing request from the client. And checks the format of the data attached to the request. If the data format is not the predetermined data format required for the business process, the data format is changed to the predetermined data format. A server program that causes a computer to function as a data management server that converts data into a format.
【請求項27】 1または複数のクライアントから業務
処理のリクエストを受信し、そのリクエストに対応する
業務処理を実行する業務処理システムにおいて使用され
るユーザインターフェースサーバであって、上記業務処
理の結果を、そのリクエストの送信元であるクライアン
トに応じた形式に加工および/または整形するユーザイ
ンターフェースサーバとしてコンピュータを機能させる
サーバプログラム。
27. A user interface server used in a business processing system that receives a business processing request from one or a plurality of clients and executes a business processing corresponding to the request. A server program for causing a computer to function as a user interface server for processing and / or shaping into a format according to a client that has transmitted the request.
【請求項28】 リクエストの送信元であるクライアン
トごと、あるいは、クライアントの属するグループごと
に予め設定された、前記業務処理の結果に対する加工お
よび/または整形の様式を示すユーザインターフェース
情報に基づいて前記業務処理の結果を加工および/また
は整形するように、前記ユーザインターフェースサーバ
としてコンピュータを機能させる請求項27記載のサー
バプログラム。
28. The task based on user interface information indicating a processing and / or shaping mode for the result of the task processing, which is set in advance for each client or a group to which the client belongs as a request transmission source. 28. The server program according to claim 27, wherein the server program causes a computer to function as the user interface server so as to process and / or shape the processing result.
【請求項29】 加工および/または整形後の前記業務
処理の結果をHTML文書として生成するように、前記
ユーザインターフェースサーバとしてコンピュータを機
能させる請求項27記載のサーバプログラム。
29. The server program according to claim 27, wherein a computer functions as the user interface server so as to generate a result of the business process after processing and / or shaping as an HTML document.
【請求項30】 業務処理におけるデータ操作について
の所定の単一のコマンドセットにおけるいずれかのコマ
ンドを供給されると、1または複数の実データベースの
仕様情報を格納する抽象データベースからそのコマンド
の対象である上記実データベースの仕様情報を読み出
し、その実データベースの仕様に応じて、上記コマンド
をその実データベース向けのコマンドに変換し、変換後
のコマンドをその実データベースに発行する抽象データ
ベースサーバとしてコンピュータを機能させるサーバプ
ログラム。
30. When any one of commands in a predetermined single command set for data operation in business processing is supplied, an abstract database storing specification information of one or a plurality of real databases is used as a target of the command. A server program that reads specification information of a certain real database, converts the command into a command for the real database in accordance with the specification of the real database, and causes a computer to function as an abstract database server that issues the converted command to the real database. .
【請求項31】 変換後のコマンドを前記実データベー
スに発行した後に、そのコマンドに対してその実データ
ベースからデータを取得し、そのデータの形式をその実
データベースの仕様に基づいて所定の単一のデータ形式
に逆変換するように、前記抽象データベースサーバとし
てコンピュータを機能させる請求項30記載のサーバプ
ログラム。
31. After the converted command is issued to the real database, data is acquired from the real database in response to the command, and the format of the data is changed to a predetermined single data format based on the specification of the real database. 31. The server program according to claim 30, wherein the server program causes a computer to function as the abstract database server so as to perform a reverse conversion to.
JP2001178806A 2001-06-13 2001-06-13 Task processing system, task processing method and server program Withdrawn JP2002373148A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001178806A JP2002373148A (en) 2001-06-13 2001-06-13 Task processing system, task processing method and server program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001178806A JP2002373148A (en) 2001-06-13 2001-06-13 Task processing system, task processing method and server program

Publications (1)

Publication Number Publication Date
JP2002373148A true JP2002373148A (en) 2002-12-26

Family

ID=19019450

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001178806A Withdrawn JP2002373148A (en) 2001-06-13 2001-06-13 Task processing system, task processing method and server program

Country Status (1)

Country Link
JP (1) JP2002373148A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006268125A (en) * 2005-03-22 2006-10-05 Fuji Electric Systems Co Ltd Application server and its program
CN111967746A (en) * 2020-08-07 2020-11-20 江苏海岸线互联网科技有限公司 Quality collaborative management system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006268125A (en) * 2005-03-22 2006-10-05 Fuji Electric Systems Co Ltd Application server and its program
CN111967746A (en) * 2020-08-07 2020-11-20 江苏海岸线互联网科技有限公司 Quality collaborative management system

Similar Documents

Publication Publication Date Title
US7483913B2 (en) XML-based system and method for collaborative web-based design and verification of system-on-a-chip
US7120703B2 (en) Transforming data automatically between communications parties in a computing network
US8122457B2 (en) System and method for facilitating the exchange of information among applications
AU759477B2 (en) Providing clients with services that retrieve data from data sources that do not necessarily support the format required by the clients
US10073898B2 (en) Content transfer
US20020169789A1 (en) System and method for accessing, organizing, and presenting data
US20070011291A1 (en) Grid automation bus to integrate management frameworks for dynamic grid management
US20060178898A1 (en) Unified event monitoring system
US20070233902A1 (en) User interface methods and apparatus for rules processing
US9734466B2 (en) Multi-tenancy engine
JP2001282594A (en) Corporate work integration system and method for integrating a plurality of data sources
US6199111B1 (en) Client-led network computing system and its method
US7120663B2 (en) Method and apparatus for updating XML data
JP2002373148A (en) Task processing system, task processing method and server program
US20050193001A1 (en) Client-side wizard framework
JP2006309697A (en) Computer system, program for computer system, and program generating application program based on spreadsheet program among the programs
US20050119906A1 (en) Web product interface system and method
KR20000063932A (en) Apparatus and control method for trade type engine in electronic trading system
KR20020066151A (en) Spatial information distributing system based on open gis and method thereof
JP2011133925A (en) Data processing apparatus and method
US8396782B2 (en) Client-oriented, on-demand trading system
US20230096930A1 (en) Platform-agnostic data storage and retrieval in a multiplatform computing environment
Tkachuck et al. WEB DEVELOPMENT OF A SERVICE CENTER PLATFORM FOR WORKING WITH CLIENTS
JPH10149320A (en) Processing system and medium recorded with program
JP2001282727A (en) Computer, service providing system, data output method, service providing method, and storage medium

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080902