JPH09198285A - Method and system for developing and constructing client/server system - Google Patents
Method and system for developing and constructing client/server systemInfo
- Publication number
- JPH09198285A JPH09198285A JP8009107A JP910796A JPH09198285A JP H09198285 A JPH09198285 A JP H09198285A JP 8009107 A JP8009107 A JP 8009107A JP 910796 A JP910796 A JP 910796A JP H09198285 A JPH09198285 A JP H09198285A
- Authority
- JP
- Japan
- Prior art keywords
- client
- server
- function
- processing
- execution
- 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
Links
- 238000000034 method Methods 0.000 title claims description 17
- 238000012545 processing Methods 0.000 claims abstract description 108
- 238000004891 communication Methods 0.000 claims abstract description 36
- 238000012546 transfer Methods 0.000 claims abstract description 13
- 238000011161 development Methods 0.000 claims abstract description 10
- 238000010276 construction Methods 0.000 claims description 13
- 230000018109 developmental process Effects 0.000 claims description 9
- 230000033772 system development Effects 0.000 claims description 5
- 230000006870 function Effects 0.000 description 66
- 238000010586 diagram Methods 0.000 description 2
- 239000000284 extract Substances 0.000 description 1
Landscapes
- Computer And Data Communications (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、クライアント/サ
ーバシステムの開発構築方法およびシステム
に関し、特に、1つ以上のクライアントと1つのサーバ
から構成され、特にサーバの処理としてデータベース処
理と、データベース処理以外の複雑なアプリケーション
独自の処理と、クライアント/サーバ間でファイル転送
等のファイルアクセス処理を含むクライアント/サーバ
システムを開発するための開発構築システムに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a client / server system development and construction method and system.
In particular, it is composed of one or more clients and one server. Especially, database processing as server processing, unique application processing other than database processing, and file access processing such as file transfer between client / server. The present invention relates to a development / construction system for developing a client / server system including a.
【0002】[0002]
【従来の技術】従来例としては、特開平5−12816
1号公報、特開平4−264661号公報等
に示されるような、クライアントからサーバに対してデ
ータベースをアクセスするための方式、またはサーバに
対するコマンド登録方式があり、サーバ/クライアント
間でデータベースをアクセスする場合、サーバに機能
(コマンド)を追加してそのコマンドを実行する場合、
サーバ/クライアント間でファイルのアクセスをする場
合等、機能別にそれぞれの方式を利用することによりク
ライアント/サーバの構築が可能である。2. Description of the Related Art As a conventional example, JP-flat 5-12816
No. 1, JP-A-4-264661, etc.
There is a method for accessing the database from the client to the server, or a command registration method for the server as shown in, and when accessing the database between the server and the client, add the function (command) to the server. If you run that command,
It is possible to construct a client / server by using each method according to the function, such as when accessing a file between the server / client.
【0003】[0003]
【発明が解決しようとする課題】データベースをもつ1
つのサーバと1つ以上のクライアントから構成される処
理システムを構築するためには、サーバ上のデータベー
スに対するアクセス処理機能と、データベース以外のデ
ータのクライアント/サーバ間のデータ転送処理機能
と、処理の高速化、簡略化のための開発対象のアプリケ
ーション独自の処理のサーバへの組み込み機能と、組み
込んだ機能をクライアントから実行するための機能が必
要である。ところが、それぞれの機能を実現するために
は各機能別の通信プログラムを利用する必要がある。こ
こで、1つには各ミドルウェアの共存性の可否が問題で
あり、1つには各ミドルウェア独自の言語やインターフ
ェースの理解/修得が必要であるという問題がある。[Problem to be Solved by the Invention] 1 having a database
In order to construct a processing system consisting of one server and one or more clients, the access processing function for the database on the server, the data transfer processing function between the client and the server for data other than the database, and the high-speed processing For the sake of simplification and simplification, it is necessary to have a function to incorporate the processing unique to the application to be developed into the server and a function to execute the incorporated function from the client. However, in order to realize each function, it is necessary to use a communication program for each function. Here, one is the problem of coexistence of each middleware, and the other is the problem that it is necessary to understand / acquire the language and interface unique to each middleware.
【0004】[0004]
【課題を解決するための手段】本発明のクライアント/
サーバシステムの開発構築方法は、クライアントからサ
ーバ上のデータベースに対するアクセス処理を依頼し、
結果を受け取るデータベースアクセス要求機能と、サー
バ側でクライアントから受け取ったデータベースに対す
るアクセス処理を実行してその結果をクライアントに返
すデータベースアクセス実行機能と、クライアントから
サーバに対してファイル転送実行、ファイル情報取り出
しを依頼するファイルアクセス要求機能と、サーバ側で
クライアントから要求のあったファイルに関するアクセ
ス処理を実行するファイルアクセス実行機能と、これら
の要求処理、実行処理に対してクライアントとサーバ間
の通信を行うクライアント通信機能およびサーバ通信機
能とを含むことを特徴とする。Clients of the present invention /
The server system development and construction method requests the client to access the database on the server,
The database access request function that receives the result, the database access execution function that executes the access process to the database received from the client on the server side and returns the result to the client, the file transfer execution from the client to the server, the file information retrieval File access request function to request, file access execution function to execute access processing related to file requested by client on server side, client communication to communicate between client and server for these request processing and execution processing It is characterized by including a function and a server communication function.
【0005】このクライアント/サーバシステムの開発
構築方法は、クライアント/サーバ間のアクセス機能
に、サーバ側にアプリケーション独自の処理を組み込む
ユーザ関数組み込み機能と、サーバに組み込んだユーザ
関数の実行要求を行うユーザ関数実行要求機能と、サー
バ側でクライアントから要求のあったユーザ関数の実行
を行うユーザ関数実行処理機能とを含んでもよい。This client / server system development / construction method includes a user function embedding function for embedding application-specific processing on the server side in the access function between the client and server, and a user who requests execution of the user function incorporated in the server. The function execution request function and the user function execution processing function for executing the user function requested by the client on the server side may be included.
【0006】本発明のクライアント/サーバシステムの
開発構築システムは、クライアントからサーバ上のデー
タベースに対するアクセス処理を依頼し、結果を受け取
るデータベースアクセス要求処理部と、サーバ側でクラ
イアントから受け取ったデータベースに対するアクセス
処理を実行してその結果をクライアントに返すデータベ
ースアクセス実行処理部と、クライアントからサーバに
対してファイル転送実行、ファイル情報取り出しを依頼
するファイルアクセス要求処理部と、サーバ側でクライ
アントから要求のあったファイルに関するアクセス処理
を実行するファイルアクセス実行処理部と、これらの要
求処理、実行処理に対してクライアントとサーバ間の通
信を行うクライアント通信部およびサーバ通信部とを含
むことを特徴とする。The client / server system development / construction system of the present invention comprises a database access request processing unit for requesting an access process from a client to a database on a server and a result, and an access process to the database received from the client on the server side. The database access execution part that executes the command and returns the result to the client, the file access request processing part that requests the server to execute the file transfer and retrieve the file information, and the file requested by the client on the server side. File access execution processing section for executing access processing relating to the above, and a client communication section and a server communication section for communicating between the client and the server for these request processing and execution processing. .
【0007】このクライアント/サーバシステムの開発
構築システムは、クライアント/サーバ間のアクセス処
理に、サーバ側にアプリケーション独自の処理を組み込
むユーザ関数組み込み処理部と、サーバに組み込んだユ
ーザ関数の実行要求を行うユーザ関数実行要求処理部
と、サーバ側でクライアントから要求のあったユーザ関
数の実行を行うユーザ関数実行処理部とを含んでもよ
い。The development / construction system of the client / server system requests the execution of the user function embedded in the server and the user function embedded processing unit for incorporating the processing unique to the application on the server side in the access processing between the client / server. A user function execution request processing unit and a user function execution processing unit that executes the user function requested by the client on the server side may be included.
【0008】[0008]
【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。BEST MODE FOR CARRYING OUT THE INVENTION Next, a description with reference to the drawings, embodiments of the present invention.
【0009】図1は本発明の一実施の形態を示す機能ブ
ロック図である。開発構築システム101はクライアン
ト111とサーバ112とからなるクライアント/サー
バシステムを開発構築することができる。クライアント
111は、……102:102と、アプリケーション1
02からの要求を処理するデータベースアクセス要求処
理部103と、ファイルアクセス要求処理部104と、
ユーザ関数実行要求処理部105と、データベースアク
セス要求処理部103,ファイルアクセス要求処理部1
04:,ユーザ関数実行要求処理部105からの要求を
サーバに発行し、結果を受けつけるためのクライアント
通信部109とを具備する。サーバ112は、データベ
ース116と、データベースアクセス実行処理部106
と、ファイルアクセス実行処理部107と、ユーザ関数
実行処理部108と、クライアント111からの要求を
受けつけ、結果を返却するためのサーバ通信部110
と、サーバ側にアプリケーション独自の処理を行うユー
ザ関数114を組み込むユーザ関数組み込み処理部11
3と、コマンド/関数対応テーブル115とを具備す
る。FIG. 1 is a functional block diagram showing an embodiment of the present invention. The development / construction system 101 can develop and construct a client / server system including a client 111 and a server 112. The client 111 is ... 102: 102 and the application 1
02, a database access request processing unit 103 for processing a request from the server 02, a file access request processing unit 104,
User function execution request processing unit 105, database access request processing unit 103, file access request processing unit 1
04: A client communication unit 109 for issuing a request from the user function execution request processing unit 105 to the server and receiving the result. The server 112 includes a database 116 and a database access execution processing unit 106.
, A file access execution processing unit 107, a user function execution processing unit 108, and a server communication unit 110 for receiving a request from the client 111 and returning the result.
And a user function embedding processing unit 11 that embeds a user function 114 for performing processing unique to the application on the server side.
3 and a command / function correspondence table 115.
【0010】データベースアクセス要求があると、デー
タベースアクセス要求処理部103が受け付け、要求内
容をチェックし、クライアント通信部109に渡し、結
果待ちとなる。クライアント通信部109はある決まっ
たプロトコルでサーバ112にデータベースアクセス要
求を通信する。データベースアクセス要求を受け取った
サーバ通信部110は、データベースアクセス実行処理
部106にデータベースアクセス要求を渡す。データベ
ースアクセス実行処理部106はデータベース116に
対する処理を行い、その結果をサーバ通信部110に渡
す。サーバ通信部110はある決まったプロトコルで結
果をクライアント111に通信する。クライアント通信
部109は結果をデータベース要求処理部103に返
し、データベース要求処理部103はアプリケーション
102に実行結果を返す。When there is a database access request, the database access request processing unit 103 accepts it, checks the content of the request, passes it to the client communication unit 109, and waits for the result. The client communication unit 109 communicates a database access request to the server 112 using a certain protocol. The server communication unit 110 that has received the database access request passes the database access request to the database access execution processing unit 106. The database access execution processing unit 106 processes the database 116 and passes the result to the server communication unit 110. The server communication unit 110 communicates the result to the client 111 using a certain protocol. The client communication unit 109 returns the result to the database request processing unit 103, and the database request processing unit 103 returns the execution result to the application 102.
【0011】同様にクライアントのアプリケーションか
らファイルアクセス要求があると、ファイルアクセス要
求処理部104が受け付け、要求内容をチェックし、ク
ライアント通信部109に渡し、結果待ちとなる。クラ
イアント通信部109はある決まったプロトコルでサー
バ112にファイルアクセス要求を通信し、サーバ11
2は通信部110、ファイルアクセス実行処理部107
を介して処理を実行する。ファイル転送を行う処理を要
求された場合はクライアント111とのファイル転送を
行い、その結果をサーバ通信部110、クライアント通
信部109を介してファイルアクセス要求処理部104
に返却する。Similarly, when there is a file access request from the client application, the file access request processing unit 104 receives it, checks the request content, passes it to the client communication unit 109, and waits for the result. The client communication unit 109 communicates the file access request to the server 112 using a certain protocol, and the server 11
2 is a communication unit 110 and a file access execution processing unit 107
Process through. When a file transfer process is requested, the file transfer with the client 111 is performed, and the result is transmitted via the server communication unit 110 and the client communication unit 109 to the file access request processing unit 104.
Return to.
【0012】図2は、コマンド/関数対応テーブルの構
成を示す。ユーザ関数を登録するには、まず、アプリケ
ーション独自の処理をサーバ側で行うためにユーザ関数
114をサーバ112に追加し、コマンド/関数対応テ
ーブル115にコマンド名と関数名を登録して、サーバ
を再生成する。クライアントのアプリケーション102
からはコマンド名とコマンドに渡す引数を指定してユー
ザ関数実行要求処理部105にユーザ関数の実行を要求
する。ユーザ関数要求処理部105はクライアント通信
部109にこの要求を渡し、結果待ちとなる。クライア
ント通信部109はある決まったプロトコルでサーバ1
12にユーザ関数の実行の要求を通信する。要求を受け
付けたサーバ通信部110はユーザ関数実行処理部10
8にその内容を渡す。ユーザ関数実行処理部108はコ
マンド名に対応する関数をコマンド/関数対応テーブル
115から取り出し、その関数に引数を渡して実行し、
実行結果をサーバ通信部110、クライアント通信部1
09を介してユーザ関数実行要求処理部105に返す。FIG. 2 shows the structure of the command / function correspondence table. In order to register the user function, first, the user function 114 is added to the server 112 in order to perform the processing unique to the application on the server side, the command name and the function name are registered in the command / function correspondence table 115, and the server is set up. Regenerate. Client application 102
Requesting execution of the user function to the user function execution request unit 105 specifies the arguments to be passed to the command name and the command from. The user function request processing unit 105 passes this request to the client communication unit 109 and waits for the result. The client communication unit 109 uses the server 1 with a certain protocol.
12. Communicate to 12 the request to execute the user function . The server communication unit 110 that has received the request is the user function execution processing unit 10
Pass the contents to 8. The user function execution processing unit 108 extracts the function corresponding to the command name from the command / function correspondence table 115, passes the argument to the function, and executes the function.
The execution result is displayed by the server communication unit 110 and the client communication unit 1
It is returned to the user function execution request processing unit 105 via 09.
【0013】データベース116のアクセスを行うため
のデータベースアクセス要求処理部103とデータベー
スアクセス実行処理部106、ファイルアクセスを行う
ためのファイルアクセス要求処理部104とファイルア
クセス実行処理部107、ユーザ関数の実行を行うため
のユーザ関数実行要求処理部105とユーザ関数実行処
理部108の各処理部は、1つ以上複数のそれぞれの目
的に合った要求と実行の組み合わせで本システムを構成
することができるのはもちろんである。The database access request processing unit 103 and the database access execution processing unit 106 for accessing the database 116, the file access request processing unit 104 and the file access execution processing unit 107 for performing file access, and the execution of user functions are executed. Each of the processing units of the user function execution request processing unit 105 and the user function execution processing unit 108 for execution can configure the present system with a combination of one or more requests and executions suitable for respective purposes. Of course.
【0014】図3は処理手順のフローチャートを示す。
クライアントのアプリケーションから要求が発行(
ステップ301)されると、その要求がデータベースア
クセスか、ファイルアクセスか、ユーザ関数アクセスか
によって、データベースアクセス要求処理(ステップ3
02)か、ファイルアクセス要求処理(ステップ30
3)か、ユーザ関数実行要求処理(ステップ304)を
行う。各要求処理部では通信プロトコルを組み立て、ク
ライアントからサーバに要求を発信(ステップ305)
し、結果の返却待ち状態となる。ネットワークを介して
サーバが要求を受け付け、サーバの各処理部に振り分け
る(ステップ306)。その処理により、データベース
アクセスに関する処理はデータベースアクセス実行処理
部で実行を行い(ステップ307)、ファイルアクセス
に関する処理はファイルアクセス実行処理部で実行を行
い(ステップ308)、ユーザ関数に関する処理はユー
ザ関数実行処理部で実行を行う(ステップ309)。各
実行処理部で実行した結果をサーバからクライアントに
発信する(ステップ310)。クライアントは結果を受
け取り、結果待ちの各要求処理に返す(ステップ31
1)。各要求処理部(ステップ312,313,31
4)はアプリケーションに実行結果を返す。FIG. 3 shows a flowchart of the processing procedure.
A request is issued from the client application (
When step 301) is performed, a database access request process (step 3) is performed depending on whether the request is a database access, a file access, or a user function access.
02) or file access request processing (step 30)
3) or the user function execution request process (step 304) is performed. Each request processing unit assembles a communication protocol and sends a request from the client to the server (step 305)
Then, the result will be returned. The server accepts the request via the network and distributes the request to each processing unit of the server (step 306). As a result, the database access execution processing unit executes the processing related to the database access (step 307), the file access execution processing unit executes the processing related to the file access (step 308), and the user function execution is executed regarding the user function. Execution is performed by the processing unit (step 309). The result executed by each execution processing unit is transmitted from the server to the client (step 310). The client receives the result and returns it to each request processing waiting for the result (step 31).
1). Each request processing unit (steps 312, 313, 31
4) returns the execution result to the application.
【0015】[0015]
【発明の効果】本発明のクライアント/サーバシステム
の開発構築システムは、クライアントからサーバ上のデ
ータベースに対するアクセス処理と、データベース以外
のデータのデータ転送処理を、開発対象のアプリケーシ
ョン独自に組み込んだ関数を実行するための処理を同じ
言語、同じインターフェースで行うことができるため、
それぞれの機能をもったミドルウェアを修得する必要が
なく、開発効率をあげることができるという効果があ
る。The development / construction system of the client / server system according to the present invention executes the function in which the access processing from the client to the database on the server and the data transfer processing of the data other than the database are uniquely incorporated into the application to be developed. Since the processing for doing can be done with the same language and the same interface,
There is an effect that development efficiency can be improved without having to learn middleware having each function.
【図面の簡単な説明】 【図1】本発明の機能ブロック図である。 【図2】本発明の一実施の形態におけるコマンド/関数
対応テーブルを示す図である。 【図3】本発明の一実施の形態の処理手順を示すフロー
チャートである。 【符号の説明】 101 開発構築システム 102 アプリケーション 103 データベースアクセス要求処理部 104 ファイルアクセス要求処理部 105 ユーザ関数実行要求処理部 106 データベースアクセス実行処理部 107 ファイルアクセス実行処理部 108 ユーザ関数実行処理部 109 クライアント通信部 110 サーバ通信部 111 クライアント 112 サーバ 113 ユーザ関数組み込み処理部 114 ユーザ関数 115 コマンド/関数対応テーブル 116 データベースBRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a functional block diagram of the present invention.It is. FIG. 2In one embodiment of the present inventionCommand / function
Correspondence tableFIG. FIG. 3According to one embodiment of the present inventionProcessing procedureShowflow
It is a chart. [Explanation of symbols] 101 Development and Construction System 102 Application 103 Database Access Request Processing Unit 104 File Access Request Processing Unit 105 User Function Execution Request Processing Unit 106 Database Access Execution Processing Unit 107 File Access Execution Processing Unit 108 User Function Execution Processing Unit 109 Client Communication Unit 110 Server Communication Part 111 Client 112 Server 113 User Function Embedded Processing Part 114 User Function 115 Command / Function Correspondence Table 116 Database
Claims (4)
スに対するアクセス処理を依頼し、結果を受け取るデー
タベースアクセス要求機能と、サーバ側でクライアント
から受け取ったデータベースに対するアクセス処理を実
行してその結果をクライアントに返すデータベースアク
セス実行機能と、クライアントからサーバに対してファ
イル転送実行、ファイル情報取り出しを依頼するファイ
ルアクセス要求機能と、サーバ側でクライアントから要
求のあったファイルに関するアクセス処理を実行するフ
ァイルアクセス実行機能と、これらの要求処理、実行処
理に対してクライアントとサーバ間の通信を行うクライ
アント通信機能およびサーバ通信機能とを含むことを特
徴とするクライアント/サーバシステムの開発構築方
法。1. A database access request function for requesting access processing from a client to a database on a server and receiving the result, and database access for executing the access processing to the database received from the client on the server side and returning the result to the client. An execution function, a file access request function for requesting file transfer execution and file information retrieval from the client to the server, and a file access execution function for executing access processing related to the file requested by the client on the server side. A development / construction method of a client / server system including a client communication function and a server communication function for performing communication between a client and a server for request processing and execution processing.
に、サーバ側にアプリケーション独自の処理を組み込む
ユーザ関数組み込み機能と、サーバに組み込んだユーザ
関数の実行要求を行うユーザ関数実行要求機能と、サー
バ側でクライアントから要求のあったユーザ関数の実行
を行うユーザ関数実行処理機能とを含むことを特徴とす
る請求項1記載のクライアント/サーバシステムの開発
構築方法。2. A client / server access function, a user function built-in function that incorporates application-specific processing on the server side, a user function execution request function that requests execution of a user function incorporated in the server, and a server side development construction method of a client / server system according to claim 1, comprising a user function execution process function for executing a user function was the client requested.
スに対するアクセス処理を依頼し、結果を受け取るデー
タベースアクセス要求処理部と、サーバ側でクライアン
トから受け取ったデータベースに対するアクセス処理を
実行してその結果をクライアントに返すデータベースア
クセス実行処理部と、クライアントからサーバに対して
ファイル転送実行、ファイル情報取り出しを依頼するフ
ァイルアクセス要求処理部と、サーバ側でクライアント
から要求のあったファイルに関するアクセス処理を実行
するファイルアクセス実行処理部と、これらの要求処
理、実行処理に対してクライアントとサーバ間の通信を
行うクライアント通信部およびサーバ通信部とを含むこ
とを特徴とするクライアント/サーバシステムの開発構
築システム。3. A database access request processing unit for requesting an access process from a client to a database on a server and receiving the result, and a database for executing the access process to the database received from the client on the server side and returning the result to the client. An access execution processing unit, a file access request processing unit that requests file transfer execution and file information retrieval from the client to the server, and a file access execution processing unit that performs access processing related to the file requested by the client on the server side And a client / server system development / construction system including a client communication unit and a server communication unit that perform communication between a client and a server for request processing and execution processing.
に、サーバ側にアプリケーション独自の処理を組み込む
ユーザ関数組み込み処理部と、サーバに組み込んだユー
ザ関数の実行要求を行うユーザ関数実行要求処理部と、
サーバ側でクライアントから要求のあったユーザ関数の
実行を行うユーザ関数実行処理部とを含むことを特徴と
する請求項3記載のクライアント/サーバシステムの開
発構築システム。4. A user function embedding processing unit for embedding application-specific processing on the server side in access processing between a client and a server, and a user function execution request processing unit for making an execution request for a user function incorporated in the server.
4. The development / construction system for a client / server system according to claim 3, further comprising a user function execution processing unit that executes a user function requested by the client on the server side.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8009107A JPH09198285A (en) | 1996-01-23 | 1996-01-23 | Method and system for developing and constructing client/server system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8009107A JPH09198285A (en) | 1996-01-23 | 1996-01-23 | Method and system for developing and constructing client/server system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH09198285A true JPH09198285A (en) | 1997-07-31 |
Family
ID=11711412
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8009107A Pending JPH09198285A (en) | 1996-01-23 | 1996-01-23 | Method and system for developing and constructing client/server system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH09198285A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7117252B1 (en) | 1999-01-29 | 2006-10-03 | Digitaldesign Co., Ltd. | Data transmission method, computer-readable medium, and data transmission apparatus |
-
1996
- 1996-01-23 JP JP8009107A patent/JPH09198285A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7117252B1 (en) | 1999-01-29 | 2006-10-03 | Digitaldesign Co., Ltd. | Data transmission method, computer-readable medium, and data transmission apparatus |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6088515A (en) | Method and apparatus for making a hypermedium interactive | |
US6225995B1 (en) | Method and apparatus for incorporating state information into a URL | |
KR100264535B1 (en) | Computer devices and methods for communicating between software applications and computers on the World Wide Web | |
JP3622313B2 (en) | Document management system | |
US6334114B1 (en) | Method and apparatus for performing transactions in a stateless web environment which supports a declarative paradigm | |
US6496825B1 (en) | Systems and methods for the detection of a loop-back of a transaction | |
US20050015491A1 (en) | Systems, methods, and articles of manufacture for dynamically providing web services | |
US20020147652A1 (en) | System and method for distruibuted client state management across a plurality of server computers | |
JPH07253943A (en) | Method for simulation of server architecture from client architecture | |
WO1999023558A1 (en) | Method and apparatus for conducting a transaction in a stateless web environment | |
JPH10177548A (en) | Session management system | |
JP2002505491A (en) | Apparatus and method for dynamic information certification in a distributed system | |
EP1198104A2 (en) | Method and system for sharing a single communication port between a plurality of servers | |
JPH09198285A (en) | Method and system for developing and constructing client/server system | |
JPH08212180A (en) | Inter-process communication processor | |
JPH11120127A (en) | Network service system | |
KR20180077827A (en) | Method for Transslation web server and database server | |
AU737604B2 (en) | A method for making a hypermedium interactive | |
JPH07295910A (en) | Client management method in client server system | |
JP2002244871A (en) | Data communication system and data communication method | |
JPH11184813A (en) | Data communication system | |
JP2002163184A (en) | Terminal, communication method and recording medium | |
JP2000163430A (en) | Data base system and identification information relaying method | |
JPH05120112A (en) | Distributed data base information transfer system | |
JPH0991231A (en) | Application program execution method and device therefor in server-client computer system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 19990323 |