JP2002041290A - Business processing system - Google Patents

Business processing system

Info

Publication number
JP2002041290A
JP2002041290A JP2000226915A JP2000226915A JP2002041290A JP 2002041290 A JP2002041290 A JP 2002041290A JP 2000226915 A JP2000226915 A JP 2000226915A JP 2000226915 A JP2000226915 A JP 2000226915A JP 2002041290 A JP2002041290 A JP 2002041290A
Authority
JP
Japan
Prior art keywords
business
processing
class
server
client
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
JP2000226915A
Other languages
Japanese (ja)
Inventor
Arihiro Yoshida
有宏 吉田
Kenji Nishioka
健自 西岡
Hitoshi Yamaguchi
仁史 山口
Atsushi Yoshida
淳 吉田
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2000226915A priority Critical patent/JP2002041290A/en
Publication of JP2002041290A publication Critical patent/JP2002041290A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a business processing system that is highly efficient in software development work and operates on a C/S system. SOLUTION: In a client, a screen process means handles the screen process related to GUI, a business C process means informs its own information to the screen process means and performs the business process C related to GUI in the business processes, and a business R process means performs the business process R related to the communication process to a server in the business processes. In a server, the business S process means performs the business process S related to the requirement process in the business processes based on the requirement from the business process R class. The business C process means, the business R process means, and the business S process means take over the data or the method from the business common class in the client.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、業務処理システム
に関し、より詳細には、クライアント/サーバ(以下、
C/Sと呼ぶ)システムにおける、ソフトウェア開発の
作業効率が高い業務処理システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a business processing system, and more particularly, to a client / server (hereinafter, referred to as a client / server).
C / S), which is a business processing system with high software development work efficiency.

【0002】[0002]

【従来の技術】多くの業務処理システムは、クライアン
ト、アプリケーション(以下、APと呼ぶ)サーバ、及
び、データベース(以下、DBと呼ぶ)サーバから成る
3層モデルを採用し、変更や拡張に対して柔軟性を高く
している。また、APサーバ側のソフトウェア開発に
は、EJB(Enterprise JavaBeans)等のオブジェクト
指向に基づく業務処理システムが普及しつつある。
2. Description of the Related Art Many business processing systems employ a three-tier model including a client, an application (hereinafter, referred to as an AP) server, and a database (hereinafter, referred to as a DB) server. Increases flexibility. For software development on the AP server side, a business processing system based on object orientation such as EJB (Enterprise JavaBeans) is becoming widespread.

【0003】従来の業務処理システムにおけるソフトウ
ェア開発は、クライアント及びAPサーバの双方の連携
を要する処理に対して、情報隠蔽や処理分担がモデル化
されず、個々のシステムの裁量に任され、独自のソフト
ウェア開発が行われていた。
In software development in a conventional business processing system, information concealment and processing allotment are not modeled for processes that require cooperation between a client and an AP server, and are left to the discretion of each system, and are performed independently. Software development was taking place.

【0004】[0004]

【発明が解決しようとする課題】AP開発者は、クライ
アント側のソフトウェアの一部を開発する場合でも、A
Pサーバの仕組みや動作等の情報を理解し、対応するソ
フトウェアを新に設計し開発する必要があるため、ソフ
トウェア開発の作業効率が低い。
[0005] Even when developing a part of the software on the client side, the AP developer can use the A
Since it is necessary to understand information such as the mechanism and operation of the P server and newly design and develop corresponding software, the work efficiency of software development is low.

【0005】また、業務システムのソフトウェア開発に
は、クライアントとAPサーバとのビジネスロジック配
分の融通性、及び、クライアント上のソフトウェアのG
UI(Graphical User Interface)独立性等の開発課題
がある。従来のC/Sシステムでは、個々のシステムが
独自に開発課題を解決していたので、これに伴う二重投
資が発生するという問題もあった。
[0005] Further, in the software development of the business system, the flexibility of the business logic distribution between the client and the AP server and the G
There are development issues such as UI (Graphical User Interface) independence. In the conventional C / S system, since each system independently solves a development problem, there is also a problem that a double investment occurs with this.

【0006】本発明は、上記したような従来の技術が有
する問題点を解決するためになされたものであり、C/
Sシステム上で運用される業務処理システムであって、
各処理をモジュール化することによって、開発者が必要
とする情報を制限し、且つ、各モジュールの汎用性を高
めることによって、二重投資を抑えることができ、これ
によって、ソフトウェア開発の作業効率が高い業務処理
システムを提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-mentioned problems of the prior art,
A business processing system operated on the S system,
By modularizing each process, the information required by the developer can be limited, and by increasing the versatility of each module, double investment can be suppressed, thereby reducing the work efficiency of software development. The purpose is to provide a high-level business processing system.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に、本発明の業務処理システムは、クライアント/サー
バシステムで動作し、GUIを中心とする業務処理を実
現する、オブジェクト指向に基づく業務処理システムに
おいて、クライアント上に配置され、GUIに関する画
面処理を行う画面処理手段と、クライアント上に配置さ
れ、前記画面処理手段に自身の情報を知らせ、前記業務
処理の内でGUIに関する業務処理Cを行う業務C処理
手段と、クライアント上に配置され、前記業務処理の内
でサーバとの通信処理に関する業務処理Rを行う業務R
処理手段と、サーバ上に配置され、前記業務R処理手段
からの要求に基づいて、前記業務処理の内で要求処理に
関する業務処理Sを行う業務S処理手段とを有し、前記
業務C処理手段、前記業務R処理手段、及び、前記業務
S処理手段がデータ又はメソッドを継承する業務共通ク
ラスを設けたことを特徴とする。
In order to achieve the above object, a business processing system according to the present invention operates on a client / server system and realizes a business processing centered on a GUI. In the system, a screen processing unit arranged on the client and performing a screen processing related to a GUI, and a self-information is notified to the screen processing unit arranged on the client and performs a business process C related to the GUI in the business process. A task C processing means and a task R arranged on the client and performing a task processing R relating to a communication process with a server in the task processing;
The business C processing means, comprising: a processing means; and a business S processing means arranged on a server and performing a business processing S relating to a request processing in the business processing based on a request from the business R processing means. The business R processing means and the business S processing means are provided with a business common class that inherits data or method.

【0008】本発明の業務処理システムは、オブジェク
ト指向に基づいて、対象とする業務処理の機能を1つの
親クラスと3つのサブクラスとに分割し、クライアント
とサーバとに各クラスを配分するので、機能拡張や変更
が容易になり、C/Sシステムへ配置する業務処理の機
能の配分が容易になり、画面処理、業務処理、及び、通
信処理で情報隠蔽が行われ、相互の影響が少ない。
The business processing system of the present invention divides a target business processing function into one parent class and three subclasses based on object orientation and distributes each class to a client and a server. Functions can be easily extended or changed, the functions of the business processes to be arranged in the C / S system can be easily distributed, and information is concealed in the screen processing, the business processing, and the communication processing, and the mutual influence is small.

【0009】本発明の業務処理システムでは、サーバ上
に配置され、APIを経由しデータベースをアクセスす
るDBAPI処理を行うDBAPI処理手段を更に備
え、前記要求処理が前記DBAPI処理に関する業務処
理であることもできる。この場合、データベースのアク
セスが無意識に行われる。
The business processing system according to the present invention further comprises DBAPI processing means arranged on the server for performing DBAPI processing for accessing a database via an API, and the request processing may be business processing related to the DBAPI processing. it can. In this case, access to the database is performed unconsciously.

【0010】前記DBAPI処理手段が、オブジェクト
指向に基づかない汎用的なデータベースへのアクセス手
段であることも本発明の好ましい態様である。この場
合、一般的なデータベースのアクセス処理が使用でき
る。
It is also a preferred embodiment of the present invention that the DBAPI processing means is means for accessing a general-purpose database that is not based on object orientation. In this case, general database access processing can be used.

【0011】[0011]

【発明の実施の形態】まず、オブジェクト指向について
説明する。オブジェクト指向は、実世界のモノに対応す
るオブジェクトの集まりとしてソフトウェアを作成する
考え方である。オブジェクトは、自身の状態を表わすデ
ータ、及び、自身を操作するプログラムであるメソッド
(method)を内部に有する。オブジェクトが持つデータ
へのアクセスは、データのカプセル化(encapsulatio
n)により、そのオブジェクトのメソッドを通じて行わ
れる。オブジェクト指向では、同じ性質・メソッドを有
するオブジェクトの集まりをクラス(class)と呼び、
任意のクラスに入るオブジェクトをインスタンス(inst
ance)と呼ぶ。インスタンスは、メッセージを受け取る
と、クラスからメソッドとデータを持って来る継承(in
heritance)を行い、メソッドを起動し、データにアク
セスする。
DESCRIPTION OF THE PREFERRED EMBODIMENTS First, the object orientation will be described. Object orientation is the idea of creating software as a collection of objects corresponding to real world objects. An object internally has data representing its own state and a method that is a program for operating itself. Access to the data held by the object is performed by encapsulating the data (encapsulatio
n) through the methods of that object. In object orientation, a collection of objects having the same properties and methods is called a class.
An instance (inst
ance). When an instance receives a message, it inherits the method and data from the class (in
heritance), invoke methods and access data.

【0012】以下、本発明の実施形態例に基づいて、本
発明の業務処理システムについて図面を参照して説明す
る。図1は、本発明の一実施形態例の業務処理システム
であるCRSモデルの概要を示すブロック図である。本
実施形態例のCRSモデルは、業務処理のソフトウェア
に採用され、オブジェクト指向が取り入れられ、C/S
システムのソフトウェア開発に有効な手法である。CR
Sモデルは、画面処理1、業務C処理2、業務R処理
3、常駐セッション窓口の処理4、業務S処理5、及
び、DBAPI処理6で構成される。画面処理1、業務
C処理2、業務R処理3、及び、常駐セッション窓口の
処理4は、クライアント上で動作し、業務S処理5及び
DBAPI処理6は、APサーバ上で動作する。
A business processing system according to the present invention will be described below with reference to the drawings based on an embodiment of the present invention. FIG. 1 is a block diagram showing an outline of a CRS model which is a business processing system according to an embodiment of the present invention. The CRS model of this embodiment is adopted in business processing software, adopts object orientation,
This is an effective method for system software development. CR
The S model includes a screen process 1, a business C process 2, a business R process 3, a resident session window process 4, a business S process 5, and a DBAPI process 6. The screen processing 1, the business C processing 2, the business R processing 3, and the processing 4 of the resident session window operate on the client, and the business S processing 5 and the DBAPI processing 6 operate on the AP server.

【0013】画面処理1は、画面の表示やイベント処理
等に関する処理を行いGUI環境を提供し、画面共通処
理に対して上位クラスのデータ等を継承し、業務専用処
理に対して業務C処理2を利用するので、リモートメソ
ッドの情報が隠蔽される。GUIは、グラフィックスを
使ってコンピュータの操作を視覚化した操作環境であ
る。クライアント側の画面処理とAPサーバ側のDBア
クセス処理とは、相互に独立し、相互の変更に伴う影響
を最小限にする。
The screen processing 1 performs processing related to screen display and event processing to provide a GUI environment, inherits data of a higher class for screen common processing, and performs business C processing 2 for business dedicated processing. , The information of the remote method is hidden. The GUI is an operation environment in which the operation of a computer is visualized using graphics. The screen processing on the client side and the DB access processing on the AP server side are independent of each other, and minimize the effects of mutual changes.

【0014】業務C処理2は、クライアント上のビジネ
スロジック処理を行い、業務Rクラスからリモートメソ
ッドを継承し、画面処理1に対してリモートメソッドの
情報が隠蔽される。業務R処理3は、リモートメソッド
をCI形式(アプリケーションサーバの形式で決まるサ
ーバとの通信処理形式)に変換して起動する。常駐セッ
ション窓口の処理4は、CI形式をリモートメソッドに
変換して起動する。C/S通信(RMI)及びサーバの
セッション管理方式(Thread)の情報が隠蔽される。
The business C process 2 performs business logic processing on the client, inherits the remote method from the business R class, and hides the remote method information from the screen processing 1. The task R process 3 converts the remote method into a CI format (a communication processing format with a server determined by the format of the application server) and starts the process. Process 4 of the resident session window converts the CI format into a remote method and activates it. Information on the C / S communication (RMI) and the session management method (Thread) of the server is hidden.

【0015】業務S処理5は、リモートメソッド処理を
行い、全てのDBアクセスに関する処理をDBAPI処
理6を経由して行う。DBAPI処理6は、全てのDB
アクセスに関する処理、及び、DBテーブル構造とオブ
ジェクト属性との相互構造変換に関する処理である。A
PI(Application Programming Interface)は、オペ
レーションシステムに用意されている機能をAPプログ
ラムから読み出すための仕様である。DBAPI処理6
は、DBアクセスに関する情報を隠蔽する。
The business S process 5 performs a remote method process, and performs all DB access processes via the DBAPI process 6. DBAPI processing 6 is for all DB
This is processing related to access and processing related to mutual structure conversion between the DB table structure and object attributes. A
The PI (Application Programming Interface) is a specification for reading a function prepared in the operation system from an AP program. DBAPI processing 6
Hides information about DB access.

【0016】DBAPI処理6は、全てのDBアクセス
に関する処理、及び、DBテーブル構造とオブジェクト
属性との相互構造変換に関する処理である。DBアクセ
スは、DBAPI処理6を必ず経由し、DBのデータ構
成の変更、及び、RDB/ODB切替えに伴う変更が局
所化される。API(Application Programming Interf
ace)は、オペレーションシステムに用意されている機
能をAPプログラムから読み出すための仕様である。
The DBAPI process 6 is a process relating to all DB accesses and a process relating to mutual structure conversion between a DB table structure and an object attribute. The DB access always goes through the DBAPI processing 6, and the change in the data configuration of the DB and the change accompanying the RDB / ODB switching are localized. API (Application Programming Interface)
ace) is a specification for reading a function prepared in the operation system from the AP program.

【0017】図2は、図1のCRSモデルの具体例の基
本クラス構成を示すオブジェクト関連図である。同図の
基本クラス構成は、クラス名BusinessGuiの画面処理ク
ラス11、クラス名BusinessCの業務C処理クラス1
2、クラス名BusinessRの業務R処理クラス13、クラ
ス名Businessの業務共通クラス14、クラス名Business
Sの業務S処理クラス15、及び、クラス名BaDbapiStra
tegyとDBapi1とDBapi2の3つから成るDBAPI処理ク
ラス16で構成される。
FIG. 2 is an object relation diagram showing a basic class configuration of a specific example of the CRS model of FIG. The basic class configuration shown in the figure is a screen processing class 11 of class name BusinessGui and a business C processing class 1 of class name BusinessC.
2. Business R processing class 13 with class name BusinessR, business common class 14 with class name Business, class name Business
Business S processing class 15 of S and class name BaDbapiStra
It is composed of a DBAPI processing class 16 composed of tegy, DBapi1, and DBapi2.

【0018】業務C処理クラス12は、“BusinessC
( )”及び“Lmethod( )”の2つのメソッドが定義さ
れ、業務共通クラス14は、“Rmethod( )”の1つのメ
ソッドが定義される。画面処理クラス11、業務C処理
クラス12、業務R処理クラス13、及び、業務共通ク
ラス14は、クライアント側に配置され、業務S処理ク
ラス15及びDBAPI処理クラス16は、APサーバ
側に配置される。
The business C processing class 12 is “BusinessC
() ”And“ Lmethod () ”are defined, and the business common class 14 defines one method of“ Rmethod (). ”The screen processing class 11, the business C processing class 12, and the business R The processing class 13 and the business common class 14 are arranged on the client side, and the business S processing class 15 and the DBAPI processing class 16 are arranged on the AP server side.

【0019】業務R処理クラス13及び業務S処理クラ
ス15は、業務共通クラス14のサブクラスである。業
務C処理クラス12は、業務R処理クラス13のサブク
ラスである。DBAPI処理クラス16のクラス名DBap
i1及びDBapi2の双方のクラスは、クラス名BaDbapiStrat
egyのサブクラスである。DBAPI処理クラス16
は、業務S処理クラス15の一部に含まれる。
The business R processing class 13 and the business S processing class 15 are subclasses of the business common class 14. The business C processing class 12 is a subclass of the business R processing class 13. Class name DBap of DBAPI processing class 16
Both i1 and DBapi2 classes have the class name BaDbapiStrat
It is a subclass of egy. DBAPI processing class 16
Is included in a part of the business S processing class 15.

【0020】画面処理クラス11は、業務C処理クラス
12の情報を認識し、RMIやDBアクセス等の情報が
隠蔽される。GUIからAPサーバとのInteractionが
隠蔽され、画面からはビジネスロジックがAPサーバ又
はクライアントの何れにあるのかが隠蔽される。
The screen processing class 11 recognizes information of the business C processing class 12, and hides information such as RMI and DB access. Interaction with the AP server is hidden from the GUI, and whether the business logic is on the AP server or the client is hidden from the screen.

【0021】業務C処理クラス12は、GUI等の絡む
軽いビジネスロジック等を実装するクラスであり、業務
R処理クラス13からメソッドの情報を継承する。業務
R処理クラス13は、業務処理のメソッド呼出しを所定
のリモートオブジェクト呼出しに形式変換してAPサー
バに要求する通信処理の隠蔽クラスである。APサーバ
は、業務S処理クラス15のメソッドを呼び出す。
The business C processing class 12 is a class for implementing light business logic and the like involving GUI and the like, and inherits method information from the business R processing class 13. The business R processing class 13 is a concealment class of communication processing for converting a method call of business processing into a predetermined remote object call and requesting the AP server. The AP server calls a method of the business S processing class 15.

【0022】業務共通クラス14は、クライアント側と
サーバ側の業務クラス共通のリモート型メソッドインタ
ーフェイス等を規定する抽象クラスである。業務S処理
クラス15は、業務処理でインターフェイス定義したビ
ジネスロジック・メソッドの実体を持つクラスである。
業務S処理クラス15は、リモートメソッド処理を行
い、DBAPI処理クラス16を利用して全てのDBア
クセスに関する処理を行う。
The business common class 14 is an abstract class that defines a remote type method interface and the like common to business classes on the client side and the server side. The business S processing class 15 is a class having the entity of the business logic method defined by the interface in the business processing.
The business S processing class 15 performs remote method processing, and performs processing related to all DB accesses using the DBAPI processing class 16.

【0023】業務C処理クラス12は、クライアント側
のビジネスロジックの実装クラスであり、画面処理から
APサーバとDBの存在を隠蔽し、且つ、重い処理をA
Pサーバ上の業務クラスである業務S処理クラス15に
委託して、クライアントの負荷を軽くする関門の役割を
持つ。従って、画面処理からはこのクラスが必要な全て
のデータとビジネスロジックを持つように見えなくては
ならない。画面処理クラス11は、ローカル(Lmetho
d)、リモート(Rmethod)を意識せず、業務C処理クラ
ス12に委譲する。業務C処理クラス12は、“Rmetho
d( )”メソッドを呼び出す場合、業務共通クラス14か
ら“Rmethod( )”メソッドを継承し起動する。
The business C processing class 12 is an implementation class of business logic on the client side, conceals the existence of the AP server and DB from screen processing, and performs heavy processing by A.
It is outsourced to the business S processing class 15 which is a business class on the P server, and has a role of a gateway for reducing the load on the client. Therefore, from the screen processing, this class must appear to have all necessary data and business logic. Screen processing class 11 is local (Lmetho
d) Delegate to the business C processing class 12 without considering the remote (Rmethod). The business C processing class 12 is “Rmetho
When calling the “d ()” method, the “Rmethod ()” method is inherited from the business common class 14 and activated.

【0024】業務R処理クラス13は、クライアントの
リモート型インターフェイスを隠蔽するクラスである。
業務C処理クラス12を経由して起動されたリモートメ
ソッドをAPサーバで規定のリモート処理呼出し形式に
変換してAPサーバに委譲する。業務S処理クラス15
は、APサーバ側の業務処理で特に重い処理を分散環境
から独立させカプセル化し、業務R処理クラス13を経
由して、クライアント側の業務C処理クラス12から委
託を受ける。
The business R processing class 13 is a class for hiding the remote interface of the client.
The remote method activated via the business C processing class 12 is converted into a prescribed remote processing call format by the AP server and transferred to the AP server. Business S processing class 15
In the business process on the AP server side, particularly heavy processes are made independent of the distributed environment and encapsulated, and are entrusted from the business C processing class 12 on the client side via the business R processing class 13.

【0025】例えば、業務C処理クラス12は、着工確
定の画面関係処理が配置され、確定計画属性をDBのキ
ャッシュとして使用する。業務S処理クラス15は、着
工確定の工程評価のような重い処理が配置され、確定計
画属性を工程評価処理等でテンポラル情報の置き場とし
て使用し、DBにおけるクライアントのデータ変更に応
じて常時内容を変更する方式はとらない。DBとのイン
ターフェイスを局所化する場合は、属性としてDBAP
I処理クラス16のインスタンスをhas-a形式で持つ(S
trategyデザインパターン)。
For example, the business C processing class 12 includes a screen-related process for confirming the start of construction, and uses a confirmed plan attribute as a cache of the DB. In the business S processing class 15, heavy processing such as process evaluation for confirming the start of construction is arranged. There is no change method. To localize the interface with the DB, use DBAP as the attribute.
I have an instance of I processing class 16 in has-a format (S
trategy design pattern).

【0026】上記実施形態例によれば、オブジェクト指
向に基づいて、対象とする業務処理の機能を1つの親ク
ラスと3つのサブクラスとに分割し、クライアントとサ
ーバとに配分するので、機能拡張や変更が容易になり、
C/Sシステムへ配置する業務処理の機能の配分が容易
になり、画面処理、業務処理、及び、通信処理で情報隠
蔽が行われ、相互の影響が少ない。
According to the above embodiment, the target business processing function is divided into one parent class and three subclasses based on the object orientation and is distributed to the client and the server. Changes are easy,
The functions of the business processes to be arranged in the C / S system are easily distributed, and information is concealed in the screen processing, the business process, and the communication process, and the mutual influence is small.

【0027】以上、本発明をその好適な実施形態例に基
づいて説明したが、本発明の業務処理システムは、上記
実施形態例の構成にのみ限定されるものでなく、上記実
施形態例の構成から種々の修正及び変更を施した業務処
理システムも、本発明の範囲に含まれる。
Although the present invention has been described based on the preferred embodiment, the business processing system of the present invention is not limited to the configuration of the above-described embodiment, but rather the configuration of the above-described embodiment. A business processing system in which various modifications and changes have been made is also included in the scope of the present invention.

【0028】[0028]

【発明の効果】以上説明したように、本発明の業務処理
システムでは、オブジェクト指向に基づいて、対象とす
る業務処理の機能を1つの親クラスと3つのサブクラス
とに分割し、クライアントとサーバとに配分するので、
機能拡張や変更が容易になり、C/Sシステムへ配置す
る業務処理の機能の配分が容易になり、画面処理、業務
処理、及び、通信処理で情報隠蔽が行われ、相互の影響
が少ない。
As described above, in the business processing system of the present invention, the target business processing function is divided into one parent class and three subclasses based on object orientation, and the client, server, and Is distributed to
Functions can be easily extended or changed, the functions of the business processes to be arranged in the C / S system can be easily distributed, and information is concealed in the screen processing, the business processing, and the communication processing, and the mutual influence is small.

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

【図1】本発明の一実施形態例の業務処理システムであ
るCRSモデルの概要を示すブロック図である。
FIG. 1 is a block diagram showing an outline of a CRS model which is a business processing system according to an embodiment of the present invention.

【図2】図1のCRSモデルの具体例の基本クラス構成
を示すオブジェクト関連図である。
FIG. 2 is an object relation diagram showing a basic class configuration of a specific example of the CRS model of FIG. 1;

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

1 画面処理 2 業務C処理 3 業務R処理 4 常駐セッション窓口の処理 5 業務S処理 6 DBAPI処理 11 画面処理クラス 12 業務C処理クラス 13 業務R処理クラス 14 業務共通クラス 15 業務S処理クラス 16 DBAPI処理クラス 1 Screen Processing 2 Business C Processing 3 Business R Processing 4 Resident Session Window Processing 5 Business S Processing 6 DBAPI Processing 11 Screen Processing Class 12 Business C Processing Class 13 Business R Processing Class 14 Business Common Class 15 Business S Processing Class 16 DBAPI Processing class

フロントページの続き (72)発明者 吉田 淳 東京都武蔵野市中町2丁目9番32号 横河 電機株式会社内 Fターム(参考) 5B076 DA01 DB01 Continued on the front page (72) Inventor Atsushi Yoshida 2-9-32 Nakamachi, Musashino-shi, Tokyo F-term in Yokogawa Electric Corporation (reference) 5B076 DA01 DB01

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】クライアント/サーバシステムで動作し、
GUIを中心とする業務処理を実現する、オブジェクト
指向に基づく業務処理システムにおいて、 クライアント上に配置され、GUIに関する画面処理を
行う画面処理手段と、 クライアント上に配置され、前記画面処理手段に自身の
情報を知らせ、前記業務処理の内でGUIに関する業務
処理Cを行う業務C処理手段と、 クライアント上に配置され、前記業務処理の内でサーバ
との通信処理に関する業務処理Rを行う業務R処理手段
と、 サーバ上に配置され、前記業務R処理手段からの要求に
基づいて、前記業務処理の内で要求処理に関する業務処
理Sを行う業務S処理手段とを有し、 前記業務C処理手段、前記業務R処理手段、及び、前記
業務S処理手段がデータ又はメソッドを継承する業務共
通クラスを設けたことを特徴とする業務処理システム。
Claims: 1. An operating system in a client / server system,
In a business processing system based on object orientation that realizes business processing centered on a GUI, a screen processing means arranged on a client and performing screen processing related to a GUI, and a screen processing means arranged on the client and having its own screen processing means A business C processing means for notifying information and performing a business processing C relating to a GUI in the business processing; and a business R processing means arranged on a client and performing a business processing R relating to communication processing with a server in the business processing And a business S processing unit arranged on a server and performing a business process S related to a requested process in the business process based on a request from the business R processing unit, A task characterized by a task R processing means and a task common class in which the task S processing means inherits data or methods. Management systems.
【請求項2】サーバ上に配置され、APIを経由しデー
タベースをアクセスするDBAPI処理を行うDBAP
I処理手段を更に備え、 前記要求処理が前記DBAPI処理に関する業務処理で
ある、請求項1に記載の業務処理システム。
2. A DBAP arranged on a server and performing a DBAPI process for accessing a database via an API.
The business processing system according to claim 1, further comprising an I processing unit, wherein the request processing is business processing related to the DBAPI processing.
【請求項3】前記DBAPI処理手段が、オブジェクト
指向に基づかない汎用的なデータベースへのアクセス手
段である、請求項2に記載の業務処理システム。
3. The business processing system according to claim 2, wherein said DBAPI processing means is means for accessing a general-purpose database that is not based on object orientation.
JP2000226915A 2000-07-27 2000-07-27 Business processing system Pending JP2002041290A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000226915A JP2002041290A (en) 2000-07-27 2000-07-27 Business processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000226915A JP2002041290A (en) 2000-07-27 2000-07-27 Business processing system

Publications (1)

Publication Number Publication Date
JP2002041290A true JP2002041290A (en) 2002-02-08

Family

ID=18720452

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000226915A Pending JP2002041290A (en) 2000-07-27 2000-07-27 Business processing system

Country Status (1)

Country Link
JP (1) JP2002041290A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100738209B1 (en) * 2006-02-01 2007-07-10 에스케이 텔레콤주식회사 System for programming an application based on virtual machine and a method the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100738209B1 (en) * 2006-02-01 2007-07-10 에스케이 텔레콤주식회사 System for programming an application based on virtual machine and a method the same

Similar Documents

Publication Publication Date Title
CA2165893C (en) Visual application partitioning for creating distributed object oriented applications
JP3251800B2 (en) Communication system for exchanging data between computers in a network
CN103761082A (en) Componential research and development mode and domain driving model combined application development system and platform
US7950024B2 (en) Mechanism for transparently interfacing with a third party version control system
CN102253855B (en) A kind of method and apparatus transmitting shared drive
KR20080020604A (en) Managed automation programming model
JPH08286918A (en) System and method for creation of object-oriented transaction service mutually acting with procedure transaction coordinator
JP2005011362A (en) Modular object serialization architecture
US6353859B1 (en) Object-oriented apparatus and method for controlling accesses to objects in a distributed object environment
CN102981823B (en) A kind of domain driven development plug-in system
US20050177836A1 (en) Providing common memory management code to objects that are instances of different classes
US6542900B1 (en) Method and apparatus for distributed object mapping in a java language environment
CN102681852A (en) Agile development method based on JavaEE
EP1502192B1 (en) Simplified deallocation of memory for programming objects
Silva et al. The agent pattern for mobile agent systems
CN102523128B (en) Data synchronism method in remote data transmission
Tai et al. The aglets project
CA2213213A1 (en) Method and apparatus for performing efficient corba transactions
CN106293679B (en) A kind of element term conflict processing method and device
JP2002041290A (en) Business processing system
JP2011159275A (en) Computer method and system for providing access to data of target system
Silva et al. The agent pattern: A design pattern for dynamic and distributed applications
Aguirre et al. MCSARCH: An architecture for the development of manufacturing control systems
CN100407141C (en) Method for realizing software combination
Mili et al. Corbaviews: Distributing objects that support several functional aspects