JP2003242127A - Business integrated system - Google Patents

Business integrated system

Info

Publication number
JP2003242127A
JP2003242127A JP2002036142A JP2002036142A JP2003242127A JP 2003242127 A JP2003242127 A JP 2003242127A JP 2002036142 A JP2002036142 A JP 2002036142A JP 2002036142 A JP2002036142 A JP 2002036142A JP 2003242127 A JP2003242127 A JP 2003242127A
Authority
JP
Japan
Prior art keywords
business
support server
business support
service
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002036142A
Other languages
Japanese (ja)
Inventor
Hidetaka Miyazawa
秀毅 宮澤
Takamasa Kawasaki
孝征 川崎
Yasuyuki Hoshi
靖之 星
Tamotsu Funatsu
有 船津
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP2002036142A priority Critical patent/JP2003242127A/en
Publication of JP2003242127A publication Critical patent/JP2003242127A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem that if each business support server executes business process to a client, the client must perform an operation with consciousness of each business support server as another system. <P>SOLUTION: In this business integrated system, a business integrated server is arranged between a Web type client and various business support servers through a network, and this business integrated server cooperates with each business support server in the automatic execution of the logic of the preset business process. A business process logic execution part 2 acquires detailed information for a business support server corresponding to a business process function from a service repository management part 3, asks a service execution to the business support server through a business support server communication part 4 on the basis of the information, and stores the result of the service execution as internal data. A GUI (graphical user interface) formation part 6 dynamically forms a GUI to be transmitted to the client on the basis of a style sheet report in which the service execution result of the business support server is designated. <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワークを介
し分散配置されている各種業務支援サーバを統合的に機
能させる業務統合システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a business integration system that causes various business support servers distributed over a network to function in an integrated manner.

【0002】[0002]

【従来の技術】近年、情報化の促進やネットワーク環境
の整備、さらにネットワークの高速化を背景に、従来ス
タンドアロン型であった業務支援システム(例えば監視
業務における監視支援システムや保守業務における保守
支援システム等)がネットワーク対応型へとなってきて
いる。特に、企業内ネットワークを利用したイントラネ
ット対応システムや、インターネットに代表される広域
のネットワークを利用したシステムでは、時間や場所に
対する制約を受けずに業務支援システムを利用すること
が可能となり、利便性を向上させている。
2. Description of the Related Art In recent years, due to the promotion of computerization, the improvement of network environment, and the speeding up of networks, a conventional stand-alone business support system (for example, a monitoring support system for monitoring work or a maintenance support system for maintenance work). Etc.) are becoming network compatible. In particular, in an intranet-compatible system that uses the corporate network or a system that uses a wide area network such as the Internet, it is possible to use the business support system without being restricted by time and place, and it is convenient. Is improving.

【0003】このようなネットワーク対応型業務支援シ
ステムでは、業務処理を要求するクライアントと要求さ
れた業務処理を実行する業務支援サーバから構成され、
それらがネットワークを介して通信しあう。この通信の
方式には、Web技術をべ一スとしたHTML形式、X
ML形式、SOAP形式等がある。
Such a network-compatible work support system comprises a client that requests work processing and a work support server that executes the requested work processing.
They communicate over the network. This communication method includes HTML format based on Web technology, X
There are ML format, SOAP format and the like.

【0004】HTML(Hyper Text Markup Language)
形式は、HTMLで記述された処理結果を業務支援サー
バからクライアントへ送信する方式である。
HTML (Hyper Text Markup Language)
The format is a method of transmitting the processing result described in HTML from the business support server to the client.

【0005】XML(Extensible Markup Language)形
式は、XMLで記述された処理結果を業務支援サーバか
らクライアントへ送信する方式である。XMLはW3C
(world wide web consortium)が標準化したメタ言語
であり、文章やデータをタグでマーク付けすることによ
り、データの属性情報や論理構造を独自に定義すること
ができる。また、XMLの表示スタイルを指定するスタ
イルシート言語であるXSL(Extensible Styleseet L
anguage)やXMLの構造を変換するための言語である
XSLT(XML Transfomations)等の周辺技術もW
3Cにより標準化されている。
The XML (Extensible Markup Language) format is a method for transmitting a processing result described in XML from a job support server to a client. XML is W3C
(World wide web consortium) is a standardized meta-language. By marking sentences and data with tags, attribute information and logical structure of data can be uniquely defined. In addition, XSL (Extensible Styleseet L), which is a style sheet language that specifies the XML display style,
peripheral technologies such as XSLT (XML Transfomations), which is a language for converting anguage) and XML structure.
It is standardized by 3C.

【0006】SOAP(Simple Object Acess Protoco
l)形式は、SOAPと呼ばれる分散オブジェクト通信
プロトコルを利用した通信方式である。業務支援サーバ
に処理を実行するオブジェクトを配置しておき、クライ
アントはこのオブジェクトのメソッド(処理関数)にS
OAPでアクセスし、オブジェクトはメソッドの実行結
果をSOAPでクライアントに送信する。
SOAP (Simple Object Acess Protoco)
The l) format is a communication method using a distributed object communication protocol called SOAP. An object that executes processing is placed in the business support server, and the client adds S to the method (processing function) of this object.
Accessed by OAP, the object sends the execution result of the method to the client by SOAP.

【0007】HTML形式及びXML形式の2つのクラ
イアントには通常Webプラウザが利用され、SOAP
形式のクライアントはクライアントアプリケーションと
なる。
A Web browser is usually used for two clients of HTML format and XML format, and SOAP is used.
The type of client is a client application.

【0008】[0008]

【発明が解決しようとする課題】現在の各業務支援シス
テムはネットワークに接続こそされているが、それぞれ
が独立したアプリケーショシステムであるため、各シス
テム間の連携が困難である。ある一連の業務処理(以
下、業務プロセスと称す)の実行に際し、複数の業務支
援サーバを動作させる場合、それぞれの業務システムが
別々のシステムであるということを、クライアントは意
識しながら操作しなければならない。
Each of the current business support systems is connected to a network, but since they are independent application systems, it is difficult to link them. When operating a plurality of business support servers when executing a series of business processes (hereinafter referred to as business processes), the client must be aware of the fact that each business system is a separate system. I won't.

【0009】例えば、システムAの処理結果をシステム
Bの入力パラメータとする場合、システムAの処理結果
をクライアントを操作している人が認識し、その処理結
果をシステムBの入力画面に入力し、システムBに処理
依頼をかけるといった人手の作業が必要となってしま
う。
For example, when the processing result of the system A is used as an input parameter of the system B, the person operating the client recognizes the processing result of the system A and inputs the processing result into the input screen of the system B, Manual work such as requesting processing to the system B is required.

【0010】従って、現在の業務システムは時間や場所
に対する制約を受けないという利便性はあるものの、各
業務システムのデータを連携させることによる業務プロ
セスの自動化等、業務処理に対する効率化を実現する事
はできない。
Therefore, although the current business system has the convenience of not being restricted by time and place, the efficiency of business processing such as automation of business processes by linking data of each business system can be realized. I can't.

【0011】本発明の目的は、上記の課題を解決した業
務統合システムを提供することにある。
An object of the present invention is to provide a business integration system that solves the above problems.

【0012】[0012]

【課題を解決するための手段】前記の課題を解決するた
め、本発明は以下の構成を特徴とする。
In order to solve the above problems, the present invention is characterized by the following configurations.

【0013】(1)Web型クライアントと各種業務支
援サーバとの間に業務統合サーバをネットワークを介し
て配置し、この業務統合サーバが予め設定されている業
務プロセスのロジックを自動実行する中で、各業務支援
サーバと連携する業務統合システムであって、前記業務
統合サーバは、クライアントゲート部と、業務プロセス
ロジック実行部と、サービスリポジトリ管理部と、業務
支援サーバ通信部およびGUI作成部とを備え、前記ク
ライアントゲート部は、クライアントから送信されたデ
ータの中から、実行する業務プロセスのロジック、該ロ
ジックの実行に必要な各種パラメータ、作成するGUI
に対するスタイルシートの情報を抽出し、内部データと
して格納し、前記業務プロセスロジック実行部は、業務
プロセス機能の名前に対応する業務支援サーバの詳細情
報を前記サービスリポジトリ管理部より取得し、これら
名前及び業務支援サーバの詳細情報を前記業務支援サー
バ通信部を通して前記業務支援サーバにサービス実行を
依頼し、このサービス実行の結果は内部データとして格
納し、前記サービスリポジトリ管理部は、前記業務プロ
セスロジック実行部が指定する業務プロセス機能のサー
ビス名に対応する前記業務支援サーバの詳細情報を取得
し、前記業務プロセスロジック実行部に通知し、前記業
務支援サーバ通信部は、前記業務プロセスロジック実行
部が指定するサービス名及び業務支援サーバの詳細情報
をもとに、業務支援サーバと通信し、前記業務支援サー
バのサービス実行結果を前記業務プロセスロジック実行
部に通知し、前記GUI作成部は、内部データに格納さ
れている前記業務プロセスロジック実行部の処理結果
と、指定されたスタイルシート情報をもとに、前記クラ
イアントへ送信すべきGUIを動的に作成することを特
徴とする。
(1) A business integration server is arranged between a Web-type client and various business support servers via a network, and while this business integration server automatically executes the logic of a preset business process, A business integration system that cooperates with each business support server, wherein the business integration server includes a client gate unit, a business process logic execution unit, a service repository management unit, a business support server communication unit, and a GUI creation unit. The client gate unit executes the logic of the business process to be executed, various parameters necessary for executing the logic, and the GUI to be created from the data transmitted from the client.
Information of the style sheet for is extracted and stored as internal data, the business process logic execution unit acquires detailed information of the business support server corresponding to the name of the business process function from the service repository management unit, and the name and Detailed information of the business support server is requested to the business support server through the business support server communication unit to execute a service, the result of the service execution is stored as internal data, and the service repository management unit stores the business process logic execution unit. Obtains detailed information of the business support server corresponding to the service name of the business process function specified by, and notifies the business process logic execution unit, and the business support server communication unit specifies the business process logic execution unit. Based on the service name and detailed information on the business support server, And communicating with the server, notifying the business process logic execution unit of the service execution result of the business support server, and the GUI creation unit is designated with the processing result of the business process logic execution unit stored in internal data. The GUI to be transmitted to the client is dynamically created based on the style sheet information.

【0014】(2)前記内部データは、プログラム構造
体で実装する方式、XMLで実装する方式、プログラム
構造体とXMLで実装する方式のいずれか1つの実装方
式とすることを特徴とする。
(2) The internal data may be implemented by any one of a program structure mounting method, an XML mounting method, and a program structure and XML mounting method.

【0015】(3)前記プロセスロジックは、プログラ
ムモジュールで実装する方式またはXMLで実装する方
式とすることを特徴とする。
(3) The process logic is characterized in that it is implemented by a program module or by XML.

【0016】(4)前記サービスリポジトリは、CSV
で記述されたファイルで実装する方式、XMLで記述さ
れたファイルで実装する方式、RDBで実装する方式、
XMLで記述されたファイルとRDBで実装する方式の
いずれか1つの実装方式とすることを特徴とする。
(4) The service repository is CSV
The method implemented with the file described in, the method implemented with the file described in XML, the method implemented with RDB,
The present invention is characterized in that any one of a file described in XML and a method implemented by RDB is adopted.

【0017】(5)前記業務支援サーバとの通信は、H
TMLでの通信を実装する方式、XMLでの通信を実装
する方式、SOAPでの通信を実装する方式のいずれか
1つの実装方式とすることを特徴とする。
(5) Communication with the business support server is H
It is characterized in that any one of a method of implementing communication in TML, a method of implementing communication in XML, and a method of implementing SOAP communication.

【0018】[0018]

【発明の実施の形態】図1は、本発明の実施形態を示す
システム構成図であり、従来のシステム構成図と対比し
て示す。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a system configuration diagram showing an embodiment of the present invention, which is shown in comparison with a conventional system configuration diagram.

【0019】図1において、対象とするシステム形態
は、クライアントがWebプラウザであるWeb型シス
テムとする。本発明は、基本的には従来のクライアント
Aと各種業務支援サーバBとの間に業務統合サーバCを
ネットワークを介して配置し、この業務統合サーバCが
予め設定されている業務プロセスのロジック(業務プロ
セスロジック)を自動実行することで、各業務支援サー
バBとデータ連携する。
In FIG. 1, the target system form is a web type system in which the client is a web browser. The present invention basically arranges a business integration server C between a conventional client A and various business support servers B via a network, and the business integration server C has a preset logic of a business process ( Data link with each business support server B by automatically executing the business process logic).

【0020】この構成により、クライアントAは、業務
統合サーバCに業務プロセスの実行を依頼するだけで、
最終的な業務プロセスの結果を得、業務処理に対する効
率化を実現する。
With this configuration, the client A simply requests the business integration server C to execute the business process,
Obtain the final business process result and realize efficiency in business processing.

【0021】図2は、業務統合サーバのS/Wブロック
図を示す。図中、実線矢印は本サーバS/Wが規定する
内部データの各ブロック間の流れを、波線矢印は各情報
源とブロック間の情報の流れを示している。以下に各S
/Wブロックの詳細を説明する。
FIG. 2 is a S / W block diagram of the business integration server. In the figure, solid arrows indicate the flow of each block of internal data defined by the server S / W, and broken arrows indicate the flow of information between each information source and each block. Below each S
The details of the / W block will be described.

【0022】クライアントゲート部1は、クライアント
Aから送信されたデータの中から、実行するプロセスロ
ジック、プロセスロジック実行に必要な各種パラメー
タ、作成するGUIに対するスタイルシートの情報を抽
出し、内部データとして格納する。
The client gate unit 1 extracts the process logic to be executed, various parameters required to execute the process logic, and the style sheet information for the GUI to be created from the data transmitted from the client A, and stores it as internal data. To do.

【0023】業務プロセスロジック実行部2は、指定さ
れた業務プロセスのロジックシーケンス(以下、プロセ
スロジックと称す)をもとに業務プロセスを実行する。
プロセスロジックは、予め実行に必要な情報が記述され
ており、S/Wブロックの外部に配置される。プロセス
ロジックの中には、実行すべき業務プロセス機能の名前
(サービス名)が記述されている。
The business process logic execution unit 2 executes the business process based on the logic sequence of the specified business process (hereinafter referred to as process logic).
Information necessary for execution is described in advance in the process logic, and the process logic is arranged outside the S / W block. The name of the business process function (service name) to be executed is described in the process logic.

【0024】この業務プロセスロジック実行部2では、
サービス名に対応する業務支援サーバの詳細情報(サー
バ名またはIPアドレス、サービース実行に必要なパラ
メータ要素等)をサービスリポジトリ管理部3より取得
する。また、サービス名及び業務支援サーバの詳細情報
を業務支援サーバ通信部4に渡し、業務支援サーバBと
の通信(サービス実行)を依頼する。サービス実行の結
果は内部データとして格納する。この一連の処理をプロ
セスロジックに記述されている全部の業務支援サーバB
に対して実行し、各業務支援サーバ間の連携を実現す
る。
In this business process logic execution unit 2,
Detailed information (server name or IP address, parameter elements necessary for executing the service, etc.) of the business support server corresponding to the service name is acquired from the service repository management unit 3. Further, the service name and the detailed information of the work support server are passed to the work support server communication unit 4 to request communication (service execution) with the work support server B. The result of service execution is stored as internal data. All the business support servers B that describe this series of processes in the process logic
To realize cooperation between the respective business support servers.

【0025】サービスリポジトリ管理部3は、業務プロ
セスロジック実行部2が指定する業務プロセス機能の名
前(サービス名)に対応する業務支援サーバBの詳細情
報(サーバ名またはIPアドレス、サービス実行に必要
なパラメータ要素等)をS/Wブロックの外部に配置さ
れたサービスリポジトリ5から取得し、業務プロセスロ
ジック実行部2に通知する。
The service repository management unit 3 details the business support server B corresponding to the name (service name) of the business process function designated by the business process logic execution unit 2 (server name or IP address, necessary for service execution). (Parameter elements, etc.) are acquired from the service repository 5 arranged outside the S / W block, and the business process logic execution unit 2 is notified.

【0026】業務支援サーバ通信部4は、業務プロセス
ロジック実行部2が指定するサービス名及び業務支援サ
ーバの詳細情報をもとに、業務支援サーバBと通信(サ
ービス実行)し、業務支援サーバBのサービス実行結果
を業務プロセスロジック実行部2に通知する。
The business support server communication unit 4 communicates with the business support server B (service execution) based on the service name designated by the business process logic execution unit 2 and the detailed information of the business support server, and the business support server B The business process logic execution unit 2 is notified of the service execution result of.

【0027】サービスリポジトリ5は、業務プロセス機
能の名前(サーバ名)に対応する業務支援サーバの詳細
情報(サーバ名またはIPアドレス、サーバ実行に必要
なパラメータ要素等)を格納する。業務統合サーバCの
S/Wブロックからは切り離された外部リソースであ
る。
The service repository 5 stores detailed information (server name or IP address, parameter elements necessary for server execution, etc.) of the business support server corresponding to the name of the business process function (server name). It is an external resource separated from the S / W block of the business integration server C.

【0028】GUI作成部6は、内部データに格納され
ている業務プロセスロジック実行部2の処理結果と、指
定されたスタイルシート情報(S/Wブロックの外部に
配置されている)をもとに、クライアントAへ送信すべ
きGUIを動的に作成する。
The GUI creation unit 6 is based on the processing result of the business process logic execution unit 2 stored in the internal data and the specified style sheet information (located outside the S / W block). , Dynamically create a GUI to be sent to client A.

【0029】上記で説明したS/Wブロック構成より、
業務統合サーバCは、具体的な業務アプリケーションに
依存しない処理を実行するフレームワーク的な部分と、
具体的な業務アプリケーションに依存する外部リソース
部分(サービスリポジトリ情報、業務支援サーバ、プロ
セスロジック、GUIスタイルシート)とで構成されて
いることが特徴となる。
From the S / W block configuration described above,
The business integration server C includes a framework-like portion that executes a process that does not depend on a specific business application,
It is characterized by being configured with external resource parts (service repository information, business support server, process logic, GUI style sheet) that depend on a specific business application.

【0030】以下に、本実施形態の業務統合サーバの実
装方式を説明する。この実装方式は大別して、(1)内
部データの実装方式、(2)プロセスロジックの実装方
式、(3)サービスリポジトリの実装方式、(4)業務
支援サーバ通信の実装方式の4種類がある。
The implementation method of the business integration server of this embodiment will be described below. This mounting method is roughly classified into four types: (1) internal data mounting method, (2) process logic mounting method, (3) service repository mounting method, and (4) business support server communication mounting method.

【0031】(1)内部データの実装方式 業務統合サーバの機能を実現するために必要な内部デー
タのデータ項目は以下の通りである。
(1) Internal data mounting method The data items of internal data necessary for realizing the function of the business integration server are as follows.

【0032】・実行するプロセスロジック名。The name of the process logic to be executed.

【0033】・プロセスロジックの実行に必要なクライ
アントからの各種パラメータ情報。
Various parameter information from the client necessary for executing the process logic.

【0034】・プロセスロジック実行中に各業務支援サ
ーバから送信されてくるサービス実行結果。
Service execution result transmitted from each business support server during process logic execution.

【0035】・GUIを作成するためのスタイルシート
名。
A style sheet name for creating a GUI.

【0036】・その他。[Others]

【0037】これらデータを格納する内部データの実装
方式の詳細を以下に説明する。
Details of the mounting method of the internal data for storing these data will be described below.

【0038】(1a)本実施形態では、内部データをプ
ログラム構造体で実装する方式である。プログラム構造
体での実装は、内部データを統合業務サーバのS/Wを
実装するプログラム言語に依存したデータ型で表現し保
持する方式である。
(1a) In this embodiment, the internal data is implemented by a program structure. The implementation in the program structure is a method of expressing and holding the internal data in a data type depending on the programming language that implements the S / W of the integrated business server.

【0039】プログラム構造体による実装では、プログ
ラム言語に依存したデータを処理するため、処理効率が
高く、高速なデータ処理が可能となる。しかしながら、
クライアントからのパラメータ情報や業務支援サーバか
らのサービス実行結果等、予め定義する事のできない不
定型なデータに対する扱いは複雑となり、また、データ
型を固定的に扱うためデータ型を変更する場合等におけ
るロバスト性が低い。C言語でのプログラム構造体によ
る内部データの実装例を図3に示す。
In the implementation by the program structure, since the data depending on the programming language is processed, the processing efficiency is high and the high speed data processing is possible. However,
Handling of undefined data that cannot be defined in advance, such as parameter information from the client and service execution results from the business support server, becomes complicated, and when the data type is changed to handle it in a fixed manner, etc. Robustness is low. FIG. 3 shows an example of mounting internal data by a program structure in C language.

【0040】(1b)本実施形態では、内部データをX
MLで実装する方式である。前述したとおり、XMLは
データをタグでマーク付けすることにより、データの属
性情報や論理構造を独自に定義することができるメタ言
語である。XMLでの実装は、内部データの構造を示す
タグを規定し、そのタグに対応した実際のデータを保持
する方式である。
(1b) In this embodiment, the internal data is X
This is a method implemented by ML. As described above, XML is a meta-language that allows data attribute information and logical structure to be uniquely defined by marking data with tags. The implementation in XML is a method of defining a tag indicating the structure of internal data and holding actual data corresponding to the tag.

【0041】S/W上ではXMLはDOM(Document O
bject Model)と呼ばれるタグとそれに対応するデータ
との組を文字列で管理するオブジェクトで扱われる。X
MLによる実装では、自由なタグ付けが可能なことか
ら、不定型なデータに対する扱いが簡単であり、また、
全てのデータを文字列として扱うため、元データのデー
タ型を変更する場合等におけるロバスト性が高い。しか
しながら、全てのデータを文字列として扱うため数値デ
ータ等文字列以外のデータに対する処理効率が低く、デ
ータ処理を高速化することはできない。XMLによる内
部データの実装例を図4に示す。
On the S / W, XML is DOM (Document O
bject Model) is treated as an object that manages a set of tags and corresponding data as a character string. X
In ML implementation, it is possible to freely tag, so it is easy to handle irregular data.
Since all data is treated as a character string, it is highly robust when changing the data type of the original data. However, since all data is treated as a character string, the processing efficiency for data other than character strings such as numerical data is low, and the data processing cannot be speeded up. FIG. 4 shows an implementation example of internal data in XML.

【0042】(1c)本実施形態では、内部データをプ
ログラム構造体とXMLで実装する方式である。本実装
方式は、内部データの固定的なデータ項目はプログラム
構造体で、不定型なデータ項目はXMLで保持する方式
である。
(1c) In this embodiment, the internal data is implemented by the program structure and XML. In this mounting method, fixed data items of internal data are held in a program structure, and unfixed data items are held in XML.

【0043】本方式では、固定的なデータに対する処理
効率が高く、また、不定形なデータに対する扱いが簡単
となる。しかしながら、2つのデータ構造を合わせ持っ
ているため、処理用S/Wが複雑化されてしまう。C言
語でのプログラム構造体とXMLによる内部データの実
装例を図5に示す。
In this method, the processing efficiency for fixed data is high, and the handling of irregular data is simple. However, since the two data structures are combined, the processing S / W is complicated. FIG. 5 shows an implementation example of the program structure in C language and the internal data in XML.

【0044】(2)プロセスロジックの実装方式 業務統合サーバの機能を実現するために必要なプロセス
ロジックの要件項目は以下の通りである。
(2) Process Logic Mounting Method The requirements items of the process logic necessary to realize the function of the business integration server are as follows.

【0045】・実行すべき業務プロセス機能(サービ
ス)の実行順序が記されている。
The execution order of the business process functions (services) to be executed is described.

【0046】・同時に複数の業務プロセス機能(サービ
ス)の実行が可能である。
It is possible to execute a plurality of business process functions (services) at the same time.

【0047】・ある業務プロセス機能(サービス)の結
果を他の業務プロセス機能(サービス)の入力パラメー
タとして利用できる出一入力データのマッピングが可能
である。
It is possible to perform mapping of input / output input data in which the result of a certain business process function (service) can be used as an input parameter of another business process function (service).

【0048】・同一業務プロセス機能(サービス)の繰
り返し実行や、ある条件により実行する業務プロセス機
能(サービス)を選択できるといった制御構造の記述が
可能である。
It is possible to describe the control structure such that the same business process function (service) is repeatedly executed and the business process function (service) to be executed can be selected according to a certain condition.

【0049】・その他。Others

【0050】これら要件項目を実現するプロセスロジッ
クの実装方式の詳細を以下に説明する。
Details of the mounting method of the process logic that realizes these requirement items will be described below.

【0051】(2a)本実施形態では、プロセスロジッ
クをプログラムモジュールで実装する方式である。プロ
グラムモジュールでの実装は、業務プロセス機能(サー
ビス)の実行順序、マッピング・制御構造をS/Wブロ
ックと同じプログラム言語で作成後(プログラムソース
ファイル)、コンパイルして実行可能なモジュールとし
てサーバに配置する方式である。業務プロセスロジック
実行部はロジック実行時に動的にプロセスロジックを呼
び出す。
(2a) In this embodiment, the process logic is implemented by a program module. To implement with a program module, create the business process function (service) execution order and mapping / control structure in the same programming language as the S / W block (program source file), then compile and place it on the server as an executable module. It is a method to do. The business process logic execution unit dynamically calls the process logic when the logic is executed.

【0052】プログラムモジュールによる実行方式で
は、プロセスロジックが業務プロセスロジック実行部と
同じ実行コード(ネイティブ実行コード)で実行される
ため、理想に近い処理速度を実現する事が出来る。しか
しながら、動的に不定のプログラムモジュールを呼び出
す機能を持つプログラム言語(例えばJavaはこの機
能を有する)は限定されてしまい、また、プロセスロジ
ックを修正・変更する場合、プログラムソースファイル
を編集後、再コンパイルしなければならないため、ロジ
ックの修正・変更を柔軟に実行する事が出来ない。
In the execution method by the program module, since the process logic is executed by the same execution code (native execution code) as the business process logic execution unit, it is possible to realize a processing speed close to an ideal one. However, programming languages that have the function of dynamically calling indefinite program modules (for example, Java has this function) are limited, and when modifying or changing the process logic, edit the program source file and then re-edit it. Since it has to be compiled, it is not possible to flexibly modify / change the logic.

【0053】(2b)本実施形態では、プロセスロジッ
クをXMLで実装する方式である。このXMLでの実装
は、業務プロセス機能(サービス)の実行順序、マッピ
ング・制御構造を示すタグを規定し、そのタグに対応し
た実際のロジックを実装する方式である。XMLで記述
されたプロセスロジックはファイルとしてサーバに配置
される。業務プロセスロジック実行部はロジック実行時
に動的にプロセスロジックをファイルから読み込み、プ
ロセスロジックに記されているタグに従ってロジックを
実行する。
(2b) In this embodiment, the process logic is implemented in XML. The implementation in XML is a method of defining a tag indicating a business process function (service) execution order and a mapping / control structure, and implementing an actual logic corresponding to the tag. The process logic described in XML is placed in the server as a file. The business process logic execution unit dynamically reads the process logic from the file when the logic is executed, and executes the logic according to the tags described in the process logic.

【0054】XMLによる実装では、自由なタグ付けが
可能な事からロジックの拡張が容易であり、かつ、プロ
セスロジックをXMLファイルとして配置するため、プ
ロセスロジックを修正・変更が容易である。しかしなが
ら、XMLはS/W上ではDOMと呼ばれるオブジェク
トで扱われ、データは全て文字列で処理されるため、ロ
ジック実行の処理速度が遅くなってしまう。XMLによ
るプロセスロジック実装例を図6に示す。
In the implementation by XML, since the tag can be freely attached, the logic can be easily extended, and since the process logic is arranged as an XML file, the process logic can be easily modified or changed. However, XML is handled by an object called DOM on S / W, and all data is processed by character strings, so the processing speed of logic execution becomes slow. An example of the process logic implementation by XML is shown in FIG.

【0055】(3)サービスリポジトリの実装方式 業務統合サーバの機能を実現するために必要なサービス
リポジトリのデータ項目は以下の通りである。
(3) Service Repository Mounting Method The data items of the service repository necessary for realizing the function of the business integration server are as follows.

【0056】・サービス名サービスを提供するサーバ
(業務支援サーバ)のホスト名またはIPアドレス。
Service name The host name or IP address of the server (business support server) that provides the service.

【0057】・サービスの実行に必要なパラメータ情報
(サービスパラメータ)。
Parameter information (service parameters) necessary for executing the service.

【0058】・サービスの実行結果に関するデータ情
報。
Data information relating to the execution result of the service.

【0059】・その他。Others

【0060】これらデータを格納するサービスリポジト
リの実装方式の詳細を以下に説明する。
The details of the mounting method of the service repository for storing these data will be described below.

【0061】(3a)本実施形態では、サービスリポジ
トリをCSVで記述されたファイルで実装する方式であ
る。CSV(CommaSeparatedValues)はファイルの1行
に1データレコードを格納し、そのデータレコードの各
データフィールドをカンマ(“、”)で区切って並べた
ファイル形式である。カンマで区切られた各データ値の
先頭位置からの順番にデータの属性を予め割り当てるこ
とにより、データを管理する(例えば、1番目のデータ
はサービス名、2番目のデータはIPアドレス等)。
(3a) In this embodiment, the service repository is implemented by a file described in CSV. CSV (Comma Separated Values) is a file format in which one data record is stored in one line of a file and each data field of the data record is separated by commas (“,”). Data is managed by pre-assigning data attributes in order from the head position of each data value separated by commas (for example, the first data is the service name, the second data is the IP address, etc.).

【0062】この方式では、単純なテキストファイルで
あるため、エディタでの直接編集が可能となり、サービ
スリポジトリの構築が非常に簡単である。しかしなが
ら、カンマで区切られた各データは、その順番に意味が
割り当てられているため、サービスパラメータのような
不定形のデータを扱う場合、実装するデータ構造が複雑
となってしまう。CSVによるサービスリポジトリの実
装例を図7に示す。
In this method, since it is a simple text file, it is possible to directly edit with an editor, and the construction of a service repository is very easy. However, since each data separated by a comma is assigned a meaning in that order, the data structure to be implemented becomes complicated when handling irregular data such as service parameters. FIG. 7 shows an implementation example of a service repository by CSV.

【0063】(3b)本実施形態では、サービスリボジ
トリをXMLで記述されたファイルで実装する方式であ
る。XMLでの実装は、サービスリポジトリのデータ構
造を示すタグを規定し、そのタグに対応した実際のデー
タを保持する方式である。
(3b) In this embodiment, the service repository is implemented by a file described in XML. The implementation in XML is a method of defining a tag indicating a data structure of a service repository and holding actual data corresponding to the tag.

【0064】このXMLによる実装では、自由なタグ付
けが可能なことから、サービスパラメータのような不定
型なデータに対する扱いが簡単である。しかしながら、
全てのデータを文字列として扱うため、サービス名に対
するサーバのIPアドレス検索のようなデータ検索操作
に対する処理効率が低く、高速な検索の実現が難しい。
XMLによるサービスリポジトリの実装例を図8に示
す。
In this XML implementation, since tagging can be freely performed, it is easy to handle unfixed data such as service parameters. However,
Since all data is handled as a character string, the processing efficiency for data search operations such as server IP address search for service names is low, and it is difficult to realize high-speed search.
FIG. 8 shows an implementation example of a service repository in XML.

【0065】(3c)本実施形態では、サービスリポジ
トリをRDB(リレーショナルデータベース)で実装す
る方式である。RDBによる実装では、サービスリポジ
トリの各データフィールドを表形式でデータベース内に
格納する。
(3c) In this embodiment, the service repository is implemented by RDB (relational database). In the RDB implementation, each data field of the service repository is stored in the database in a tabular format.

【0066】このRDBMS(RDB Managment Syst
em)を利用することにより、データ検索操作に対する処
理効率が高くなり、高速な検索を実現することが可能と
なる。しかしながら、格納されるデータには、データベ
ース内で固定的な領域が割り当てられるため、サービス
パラメータのような不定型なデータを扱う場合、実装す
るデータ構造が複雑となってしまう。RDBによるサー
ビスリポジトリの実装例を図9に示す。
This RDBMS (RDB Managment Syst
By using (em), the processing efficiency for data search operation is improved and high-speed search can be realized. However, since a fixed area in the database is allocated to the stored data, the data structure to be implemented becomes complicated when dealing with irregular data such as service parameters. FIG. 9 shows an implementation example of a service repository by RDB.

【0067】(3d)本実施形態では、サービスリポジ
トリをXMLで記述されたファイルとRDBで管理する
方式である。本実装方式は、サービスリポジトリデータ
の固定的なデータ項目はRDBで、不定型なデータ項目
はXMLで保持する方式である。
(3d) In this embodiment, the service repository is managed by files described in XML and RDB. This implementation method is a method in which fixed data items of service repository data are held in RDB and unfixed data items are held in XML.

【0068】本方式では、固定的なデータに対するデー
タ検索の処理効率が高く(検索のキーとなるのは固定的
なデータ項目であるため有効)、また、不定形なデータ
に対する扱いが簡単となる。しかしながら、2つのデー
タ構造を合わせ持っているため、処理用S/Wが複雑化
されてしまう。XMLとRDBによるサービスリポジト
リの実装例を図10に示す。
In this method, the processing efficiency of data retrieval for fixed data is high (effective because the retrieval key is a fixed data item), and the handling of irregular data is simple. . However, since the two data structures are combined, the processing S / W is complicated. FIG. 10 shows an example of implementation of a service repository by XML and RDB.

【0069】(4)業務支援サーバ通信部の実装方式 業務統合サーバの機能を実現するためには、各種業務支
援サーバと通信(サービス実行)し、業務支援サーバの
サービス実行結果を取得する必要がある。業務支援サー
バ通信部のS/Wブロックでは、業務プロセスロジック
実行部が指定するサービス名及び業務支援サーバの詳細
情報をもとに、業務支援サーバと通信(サービス実行)
する。これらの通信を実現する業務支援サーバ通信部の
実現方式を以下に詳細に説明する。
(4) Implementation method of business support server communication unit In order to realize the function of the business integration server, it is necessary to communicate (service execution) with various business support servers and acquire the service execution result of the business support server. is there. The S / W block of the business support server communication unit communicates with the business support server (service execution) based on the service name specified by the business process logic execution unit and the detailed information of the business support server.
To do. The implementation method of the work support server communication unit that implements these communications will be described in detail below.

【0070】(4a)本実施形態では、業務支援サーバ
との通信をHTMLで実行する方式である。HTMLに
よる通信では、業務支援サーバの静的・動的情報をHT
ML形式で取得する事ができる。静的情報は業務支援サ
ーバにHTMLファイルとして配置されており、業務支
援サーバ通信部は業務プロセスロジック実行部が指定し
たファイルのURL(Unifom Resource Locator)を業
務支援サーバに要求し、そのファイルの内容を受信す
る。動的情報は業務支援サーバがCGI(CommonGatewa
y Interface)等の方式でアプリケーションを実行し、
その実行結果をHTMLで記述する。
(4a) In this embodiment, the communication with the business support server is executed by HTML. In HTML communication, the static / dynamic information of the business support server is HT.
It can be obtained in ML format. The static information is arranged as an HTML file on the business support server, and the business support server communication unit requests the URL (Unifom Resource Locator) of the file specified by the business process logic execution unit from the business support server, and the contents of the file. To receive. For dynamic information, the business support server uses CGI (Common Gateway
y Interface) to execute the application,
The execution result is described in HTML.

【0071】業務支援サーバ通信部は、業務プロセスロ
ジック実行部が指定したアプリケーションのURL及び
アプリケーション実行に必要なパラメータ情報を業務支
援サーバに送信、アプリケーションを実行させた後、結
果のHTMLを受信する。
The business support server communication unit transmits the URL of the application designated by the business process logic execution unit and the parameter information necessary for executing the application to the business support server, causes the application to be executed, and then receives the resulting HTML.

【0072】このHTMLによる通信では、大半の業務
支援サーバがHTML形式に対応しているため、容易に
通信が実現できるという長所がある反面、得られたHT
ML形式のサービス結果から所望のデータを抽出する処
理が複雑化するという短所がある。(HTML形式は、
データ部分だけを抽出することが困難である。) (4b)本実施形態では、業務支援サーバとの通信をX
MLで実行する方式である。XMLによる通信では、業
務支援サーバの静的・動的情報をXML形式で取得する
事ができる。静的情報は業務支援サーバにXMLファイ
ルとして配置されており、業務支援サーバ通信部は業務
プロセスロジック実行部が指定したファイルのURLを
業務支援サーバに要求し、そのファイルの内容を受信す
る。動的情報は業務支援サーバがCGI等の方式でアプ
リケーションを実行し、その実行結果をXMLで記述し
た情報である。
In this HTML communication, most of the business support servers are compatible with the HTML format, so that there is an advantage that communication can be realized easily, but the obtained HT
There is a disadvantage that the process of extracting desired data from the ML format service result becomes complicated. (HTML format is
It is difficult to extract only the data part. (4b) In the present embodiment, communication with the business support server is performed by X.
This is a method executed by ML. In XML communication, static / dynamic information of the business support server can be obtained in XML format. The static information is arranged in the business support server as an XML file, and the business support server communication unit requests the business support server for the URL of the file designated by the business process logic execution unit, and receives the contents of the file. The dynamic information is information in which the business support server executes an application by a method such as CGI and the execution result is described in XML.

【0073】業務支援サーバ通信部は業務プロセスロジ
ック実行部が指定したアプリケーションのURL及びア
プリケーション実行に必要なパラメータ情報(サービス
パラメータ)を業務支援サーバに送信、アプリケーショ
ンを実行させた後、結果のXMLを受信する。
The business support server communication unit transmits the URL of the application designated by the business process logic execution unit and the parameter information (service parameters) necessary for executing the application to the business support server, causes the application to be executed, and then outputs the resulting XML. To receive.

【0074】このXMLによる通信では、得られたXM
L形式のサービス結果から所望のデータを抽出する事が
容易である(XML形式はデータの属性を示すタグとそ
のタグに対応したデータとが格納されているため、タグ
を識別することによりデータを抽出することができ
る)。
In this XML communication, the obtained XM
It is easy to extract the desired data from the L format service result (the XML format stores the tag indicating the attribute of the data and the data corresponding to the tag, so the data can be extracted by identifying the tag. Can be extracted).

【0075】(4c)本実施形態では、業務支援サーバ
との通信をSOAPで実行する方式である。SOAPに
よる通信では、業務支援サーバの静的・動的情報を分散
オブジェクト通信として取得する事ができる。SOAP
による通信における動的情報は、業務支援サーバに配置
されたアプリケーションオブジェクト(サービスオブジ
ェクト)のメソッド(処理関数)を実行する事により得
られるオブジェクト情報である。業務支援サーバ通信部
は業務プロセスロジック実行部が指定したSOAPサー
バ(業務支援サーバ)のIPアドレス、実行するアプリ
ケーションオブジェクトのメソッド名(サービス名)及
びアプリケーション実行に必要なパラメータ情報(サー
ビスパラメータ)を業務支援サーバに送信、アプリケー
ションオブジェクトのメソッドを実行させた後、結果の
オブジェクトを受信する。
(4c) In the present embodiment, SOAP is used for communication with the business support server. In SOAP communication, static / dynamic information of the business support server can be acquired as distributed object communication. SOAP
The dynamic information in the communication by is the object information obtained by executing the method (processing function) of the application object (service object) arranged in the business support server. The business support server communication unit provides the IP address of the SOAP server (business support server) specified by the business process logic execution unit, the method name (service name) of the application object to be executed, and the parameter information (service parameter) necessary for executing the application. After sending to the support server and executing the method of the application object, the resulting object is received.

【0076】このSOAPによる通信では、業務プロセ
スロジック実行部からみると、あたかもローカルなアプ
リケーションオブジェクトのメソッドを実行しているか
のごとく、業務支援サーバのオブジェクトメソッドを実
行する事が可能となり、プログラムの保守性を高めるこ
とが可能である。
In this SOAP communication, from the viewpoint of the business process logic execution unit, it becomes possible to execute the object method of the business support server as if the method of the local application object is being executed. It is possible to improve the sex.

【0077】[0077]

【発明の効果】以上のとおり、本発明によれば、Web
型クライアントと各種業務支援サーバとの間に業務統合
サーバをネットワークを介して配置し、この業務統合サ
ーバが予め設定されている業務プロセスのロジックを自
動実行する中で、各業務支援サーバと連携することによ
り、業務統合サーバに業務プロセスの実行を依頼するだ
けで、最終的な業務プロセスの結果が得られるため、業
務処理に対する効率化を実現することが可能となる。
As described above, according to the present invention, the Web
A business integration server between a type client and various business support servers via a network, and this business integration server cooperates with each business support server while automatically executing the logic of a preset business process. As a result, the final result of the business process can be obtained only by requesting the business integration server to execute the business process, so that the efficiency of the business process can be realized.

【0078】また、業務統合サーバは、具体的な業務ア
プリケーションに依存しない処理を実行するフレームワ
ーク的な部分と、具体的な業務アプリケーションに依存
する外部リソース部分(サービスリポジトリ情報、業務
支援サーバ、プロセスロジック、GUIスタイルシー
ト)とで構成されていることから、種々の業務アプリケ
ーションに適用する際に、アプリケァションに依存する
外部リソース部分だけを構築すればよいため、アプリケ
ーション構築が簡易となる。
Further, the business integration server includes a framework-like portion for executing processing independent of a specific business application and an external resource portion (service repository information, business support server, process) dependent on a specific business application. Since it is composed of a logic and a GUI style sheet), when it is applied to various business applications, only the external resource portion depending on the application needs to be constructed, so that the application construction becomes simple.

【0079】内部データの実装方式として、プログラム
構造体で実装することでプログラム言語に依存したデー
タを処理するため、処理効率が高く、高速なデータ処理
が可能となる。また、XMLで実装することで自由なタ
グ付けが可能なことから、不定型なデータに対する扱い
が簡単であり、また、全てのデータを文字列として扱う
ため、元データのデータ型を変更する場合等におけるロ
バスト性が高い。また、プログラム構造体とXMLで実
装することで、固定的なデータに対する処理効率が高
く、また、不定形なデータに対する扱いが簡単となる。
As the internal data mounting method, since the data dependent on the programming language is processed by mounting the program structure, the processing efficiency is high and high-speed data processing is possible. Also, since it is possible to tag freely by implementing it in XML, it is easy to handle irregular data, and when all data is handled as a character string, when changing the data type of the original data. It has high robustness. Also, by implementing the program structure and XML, the processing efficiency for fixed data is high, and the handling of irregular data becomes easy.

【0080】プロセスロジックの実装方式として、プロ
グラムモジュールで実装することでプロセスロジックが
業務プロセスロジック実行部と同じ実行コードで実行さ
れるため、理想に近い処理速度を実現する事が出来る。
また、XMLで実装することで自由なタグ付けが可能な
事からロジックの拡張が容易であり、かつ、プロセスロ
ジックをXMLファイルとして配置するため、プロセス
ロジックを修正・変更が容易である。
Since the process logic is implemented by the program module as the implementation method of the process logic, the process logic is executed by the same execution code as the business process logic execution unit, it is possible to realize a processing speed close to ideal.
Further, since the tag can be freely attached by implementing it in XML, the logic can be easily expanded, and since the process logic is arranged as an XML file, the process logic can be easily modified or changed.

【0081】また、サービスリポジトリの実装方式とし
て、CSVで記述されたファイルで実装することで、単
純なテキストファイルであるため、エディタでの直接編
集が可能となり、サービスリポジトリの構築が非常に簡
単である。また、XMLで記述されたファイルで実装す
ることで、自由なタグ付けが可能なことから、サービス
パラメータのような不定型なデータに対する扱いが簡単
である。また、RDBで実装することで、データ検索操
作に対する処理効率が高くなり、高速な検索を実現する
ことが可能となる。また、XMLで記述されたファイル
とRDBで実装することで、固定的なデータに対するデ
ータ検索の処理効率が高く、また、不定形なデータに対
する扱いが簡単となる。
As a method of implementing the service repository, by implementing the file described in CSV, since it is a simple text file, it is possible to directly edit with an editor, and the construction of the service repository is very easy. is there. In addition, since the tags can be freely attached by implementing the files described in XML, it is easy to handle unfixed data such as service parameters. Further, by implementing the RDB, the processing efficiency for the data search operation becomes high, and it becomes possible to realize high-speed search. Further, by implementing the file described in XML and the RDB, the processing efficiency of the data search for the fixed data is high, and the handling of the irregular data becomes easy.

【0082】また、業務支援サーバ通信方式として、H
TMLでの通信を実装することで、大半の業務支援サー
バがHTML形式に対応しているため、容易に通信が実
現できる。また、XMLでの通信を実装することで、得
られたXML形式のサービス結果から所望のデータを抽
出する事が容易となる。また、SOAPでの通信を実装
することで、業務プロセスロジック実行部からみると、
あたかもローカルなアプリケーションオブジェクトのメ
ソッドを実行しているかのごとく、業務支援サーバのオ
ブジェクトメソッドを実行する事が可能となり、プログ
ラムの保守性を高めることが可能となる。
As the business support server communication method, H
By implementing TML communication, most business support servers support the HTML format, so communication can be easily realized. Further, by implementing communication in XML, it becomes easy to extract desired data from the obtained service result in XML format. Also, by implementing SOAP communication, from the perspective of the business process logic execution unit,
The object method of the business support server can be executed as if the method of the local application object is being executed, and the maintainability of the program can be improved.

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

【図1】本発明の実施形態を示す業務統合サーバによる
システム構成図。
FIG. 1 is a system configuration diagram of a business integration server showing an embodiment of the present invention.

【図2】実施形態における業務統合サーバのS/W構成
図。
FIG. 2 is a S / W configuration diagram of the business integration server according to the embodiment.

【図3】実施形態におけるプログラム構造体による内部
データの実装例。
FIG. 3 is an example of mounting internal data by a program structure according to the embodiment.

【図4】実施形態におけるXMLによる内部データの実
装例。
FIG. 4 is an exemplary implementation of internal data in XML according to the embodiment.

【図5】実施形態におけるプログラム構造体とXMLに
よる内部データの実装例。
FIG. 5 is an example of mounting a program structure and internal data in XML according to an embodiment.

【図6】実施形態におけるXMLによるプロセスロジッ
ク実装例。
FIG. 6 is an example of a process logic implementation using XML according to the embodiment.

【図7】実施形態におけるCSVによるサービスリポジ
トリの実装例。
FIG. 7 is an implementation example of a service repository using CSV according to the embodiment.

【図8】実施形態におけるXMLによるサービスリポジ
トリの実装例。
FIG. 8 is an implementation example of a service repository using XML according to the embodiment.

【図9】実施形態におけるRDBによるサービスリポジ
トリの実装例。
FIG. 9 is an implementation example of a service repository by RDB in the embodiment.

【図10】実施形態におけるXMLとRDBによるサー
ビスリポジトリの実装例。
FIG. 10 is an implementation example of a service repository using XML and RDB in the embodiment.

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

1…クライアントゲート部 2…業務プロセスロジック実行部 3…サービスリポジトリ管理部 4…業務支援サーバ通信部 5…サービスリポジトリ 6…GUI作成部 A…クライアント B…業務支援サーバ C…業務統合サーバ 1 ... Client Gate 2 ... Business process logic execution unit 3 ... Service repository management department 4 ... Business support server communication unit 5 ... Service repository 6 ... GUI creation unit A ... Client B: Business support server C ... Business integration server

───────────────────────────────────────────────────── フロントページの続き (72)発明者 星 靖之 東京都品川区大崎2丁目1番17号 株式会 社明電舎内 (72)発明者 船津 有 東京都品川区大崎2丁目1番17号 株式会 社明電舎内 Fターム(参考) 5B045 GG06 5B089 GA11 HB10 JA11 JA16 JB02 JB08 KA05 KB10 KE09    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Yasuyuki Hoshi             2-17 Osaki, Shinagawa-ku, Tokyo Stock market             Shameidensha (72) Inventor Yuzu Funatsu             2-17 Osaki, Shinagawa-ku, Tokyo Stock market             Shameidensha F term (reference) 5B045 GG06                 5B089 GA11 HB10 JA11 JA16 JB02                       JB08 KA05 KB10 KE09

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 Web型クライアントと各種業務支援サ
ーバとの間に業務統合サーバをネットワークを介して配
置し、この業務統合サーバが予め設定されている業務プ
ロセスのロジックを自動実行する中で、各業務支援サー
バと連携する業務統合システムであって、 前記業務統合サーバは、クライアントゲート部と、業務
プロセスロジック実行部と、サービスリポジトリ管理部
と、業務支援サーバ通信部およびGUI作成部とを備
え、 前記クライアントゲート部は、クライアントから送信さ
れたデータの中から、実行する業務プロセスのロジッ
ク、該ロジックの実行に必要な各種パラメータ、作成す
るGUIに対するスタイルシートの情報を抽出し、内部
データとして格納し、 前記業務プロセスロジック実行部は、業務プロセス機能
の名前に対応する業務支援サーバの詳細情報を前記サー
ビスリポジトリ管理部より取得し、これら名前及び業務
支援サーバの詳細情報を前記業務支援サーバ通信部を通
して前記業務支援サーバにサービス実行を依頼し、この
サービス実行の結果は内部データとして格納し、 前記サービスリポジトリ管理部は、前記業務プロセスロ
ジック実行部が指定する業務プロセス機能のサービス名
に対応する前記業務支援サーバの詳細情報を取得し、前
記業務プロセスロジック実行部に通知し、 前記業務支援サーバ通信部は、前記業務プロセスロジッ
ク実行部が指定するサービス名及び業務支援サーバの詳
細情報をもとに、業務支援サーバと通信し、前記業務支
援サーバのサービス実行結果を前記業務プロセスロジッ
ク実行部に通知し、 前記GUI作成部は、内部データに格納されている前記
業務プロセスロジック実行部の処理結果と、指定された
スタイルシート情報をもとに、前記クライアントへ送信
すべきGUIを動的に作成することを特徴とする業務統
合システム。
1. A business integration server is arranged between a Web-type client and various business support servers via a network, and each business integration server automatically executes a preset business process logic. A business integration system that cooperates with a business support server, wherein the business integration server includes a client gate unit, a business process logic execution unit, a service repository management unit, a business support server communication unit, and a GUI creation unit, The client gate unit extracts the logic of the business process to be executed, various parameters required to execute the logic, and the style sheet information for the GUI to be created from the data transmitted from the client, and stores it as internal data. , The business process logic execution part is The detailed information of the corresponding business support server is acquired from the service repository management unit, and the name and the detailed information of the business support server are requested to the business support server through the business support server communication unit to execute the service. The result is stored as internal data, the service repository management unit acquires detailed information of the business support server corresponding to the service name of the business process function designated by the business process logic execution unit, and the business process logic execution unit The business support server communication unit communicates with the business support server based on the service name designated by the business process logic execution unit and the detailed information of the business support server, and the service execution result of the business support server. To the business process logic execution unit, and the GUI creation unit Business integration system for the processing result of the business process logic execution unit is stored in the data, on the basis of the specified style sheet information, characterized in that dynamically create GUI to be transmitted to the client.
【請求項2】 前記内部データは、プログラム構造体で
実装する方式、XMLで実装する方式、プログラム構造
体とXMLで実装する方式のいずれか1つの実装方式と
することを特徴とする請求項1に記載の業務統合システ
ム。
2. The internal data is one of a mounting method of a program structure, a mounting method of XML, and a mounting method of a program structure and XML. Business integration system described in.
【請求項3】 前記プロセスロジックは、プログラムモ
ジュールで実装する方式またはXMLで実装する方式と
することを特徴とする請求項1または2に記載の業務統
合システム。
3. The business integration system according to claim 1, wherein the process logic is implemented by a program module or XML.
【請求項4】 前記サービスリポジトリは、CSVで記
述されたファイルで実装する方式、XMLで記述された
ファイルで実装する方式、RDBで実装する方式、XM
Lで記述されたファイルとRDBで実装する方式のいず
れか1つの実装方式とすることを特徴とする請求項1〜
3のいずれか1項に記載の業務統合システム。
4. The service repository is implemented by a file described in CSV, a method implemented by a file described in XML, a method implemented by RDB, and an XM.
The method according to any one of the file described in L and the method implemented in RDB is used.
Item 3. The business integration system according to any one of items 3.
【請求項5】 前記業務支援サーバとの通信は、HTM
Lでの通信を実装する方式、XMLでの通信を実装する
方式、SOAPでの通信を実装する方式のいずれか1つ
の実装方式とすることを特徴とする請求項1〜4のいず
れか1項に記載の業務統合システム。
5. The communication with the business support server is HTM.
5. A method for implementing L communication, a method for implementing XML communication, and a method for implementing SOAP communication, wherein the method is any one of the mounting methods. Business integration system described in.
JP2002036142A 2002-02-14 2002-02-14 Business integrated system Pending JP2003242127A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002036142A JP2003242127A (en) 2002-02-14 2002-02-14 Business integrated system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002036142A JP2003242127A (en) 2002-02-14 2002-02-14 Business integrated system

Publications (1)

Publication Number Publication Date
JP2003242127A true JP2003242127A (en) 2003-08-29

Family

ID=27778104

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002036142A Pending JP2003242127A (en) 2002-02-14 2002-02-14 Business integrated system

Country Status (1)

Country Link
JP (1) JP2003242127A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005111834A1 (en) * 2004-05-13 2005-11-24 Hewlett-Packard Development Company, L.P. Information processing system and method thereof
JP2007241510A (en) * 2006-03-07 2007-09-20 Nomura Research Institute Ltd Business control system
JP2009530738A (en) * 2006-03-17 2009-08-27 マイクロソフト コーポレーション Declarations for transformations in service sequences
JP2009245281A (en) * 2008-03-31 2009-10-22 Japan Research Institute Ltd Data retrieval system, data retrieval method, and program
JP2010002963A (en) * 2008-06-18 2010-01-07 Hitachi Ltd Service cooperation method, service cooperation program, bp (business process) node, and service cooperation system
JP2014048860A (en) * 2012-08-31 2014-03-17 Hitachi Systems Ltd Operation work automation system, operation work automation method and operation work automation program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005111834A1 (en) * 2004-05-13 2005-11-24 Hewlett-Packard Development Company, L.P. Information processing system and method thereof
JP2007241510A (en) * 2006-03-07 2007-09-20 Nomura Research Institute Ltd Business control system
JP2009530738A (en) * 2006-03-17 2009-08-27 マイクロソフト コーポレーション Declarations for transformations in service sequences
JP2009245281A (en) * 2008-03-31 2009-10-22 Japan Research Institute Ltd Data retrieval system, data retrieval method, and program
JP2010002963A (en) * 2008-06-18 2010-01-07 Hitachi Ltd Service cooperation method, service cooperation program, bp (business process) node, and service cooperation system
JP2014048860A (en) * 2012-08-31 2014-03-17 Hitachi Systems Ltd Operation work automation system, operation work automation method and operation work automation program

Similar Documents

Publication Publication Date Title
CA2368089C (en) Providing clients with services that retrieve data from data sources that do not necessarily support the format required by the clients
JP4456485B2 (en) Method and apparatus for managing a collection of portlets in a portal server
JP4473128B2 (en) Method and apparatus that allows associated portlets of a web portal to collaborate for synchronized content display
KR20030064828A (en) Method and system for fulfilling requests for information from a network client
US9471557B2 (en) Client-side modification of electronic documents in a client-server environment
JP2003288143A (en) Method for automatically generating user interface
CA2438176A1 (en) Xml-based multi-format business services design pattern
JP2001282594A (en) Corporate work integration system and method for integrating a plurality of data sources
JP2006501558A (en) Apparatus and method for displaying a web page session for a web application to a user
JP2006502477A (en) Method and apparatus for relaying session information from portal server
US6766350B1 (en) Shared management of data objects in a communication network
US7613696B2 (en) Configuring search results using a layout editor
US20030158894A1 (en) Multiterminal publishing system and corresponding method for using same
US20150012819A1 (en) Template-driven decoration engine
EP2874071A1 (en) Method of implementing structured and non-structured data in xml document
US7017014B2 (en) Method, system and program product for maintaining data consistency across a hierarchy of caches
JPH1115723A (en) Multimedia data supplying method and multimedia data server
JP2003242127A (en) Business integrated system
JP4287830B2 (en) Job management apparatus, job management method, and job management program
JP5393242B2 (en) Data providing method and intermediate server device
EP3502925B1 (en) Computer system and method for extracting dynamic content from websites
US7546313B1 (en) Method and framework for using XML files to modify network resource configurations
CA2436538A1 (en) System and method for dynamic web page generation
JP2006202176A (en) Document management system and document management method
JP2007272443A (en) Development support device, development support method and development support program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041117

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070109

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070529