JP2000137600A - Method and device for preparing client/server application and information recording medium - Google Patents

Method and device for preparing client/server application and information recording medium

Info

Publication number
JP2000137600A
JP2000137600A JP10309248A JP30924898A JP2000137600A JP 2000137600 A JP2000137600 A JP 2000137600A JP 10309248 A JP10309248 A JP 10309248A JP 30924898 A JP30924898 A JP 30924898A JP 2000137600 A JP2000137600 A JP 2000137600A
Authority
JP
Japan
Prior art keywords
application
client
unit
server
source code
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.)
Granted
Application number
JP10309248A
Other languages
Japanese (ja)
Other versions
JP3449256B2 (en
Inventor
Isao Okada
勲 岡田
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP30924898A priority Critical patent/JP3449256B2/en
Publication of JP2000137600A publication Critical patent/JP2000137600A/en
Application granted granted Critical
Publication of JP3449256B2 publication Critical patent/JP3449256B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To automatically prepare client and server applications only by inputting the source code of an application to be independently driven and to shorten the manhour of development for applications. SOLUTION: The client/server application preparing device is provided with an input device 1, a data analyzer 2, a data storage device 3, an application preparing device 4, and an output device 5. An interface of a processing function whose execution is requested from a client application to a server application is extracted. The source codes of the client application and the server application are respectively automatically prepared from application source codes. Then processing for requesting the execution of the processing function is automatically integrated in the client application and processing for responding to the request for executing the processing function from the client application is automatically integrated in the server application.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、単独で動作するア
プリケーションを分割してクライアント/サーバシステ
ムにおけるクライアントアプリケーション及びサーバア
プリケーションを作成し、特に、単独で動作するアプリ
ケーションのソースコードを入力するのみでクライアン
トアプリケーション及びサーバアプリケーションを作成
するクライアント/サーバアプリケーション作成方法及
びその装置並びに情報記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of dividing a separately operating application into a client application and a server application in a client / server system. The present invention relates to a method and apparatus for creating a client / server application for creating an application and a server application, and an information recording medium.

【0002】[0002]

【従来の技術】近時の開発者が使用するクライアント/
サーバシステムの開発環境(ソフトウェア)としては、
独自開発又は汎用(市販)として提供される「Visi
genic社のVisiBroker」、「日本ユニシ
ス社のSYSTEMv」、「IONA社のOrbix」
などが知られている。これらの独自開発又は汎用ソフト
ウェアを使用してクライアント/サーバシステムにおけ
るクライアントアプリケーション及びサーバアプリケー
ションを作成している。
2. Description of the Related Art Clients used by recent developers /
As a server system development environment (software),
"Visi" provided as original development or general purpose (commercially available)
Genic's VisiBroker "," Nihon Unisys's SYSTEMv ","IONA's Orbix "
Etc. are known. A client application and a server application in a client / server system are created using these proprietary or general-purpose software.

【0003】図7は従来のクライアントアプリケーショ
ン及びサーバアプリケーションの作成手順を示すフロー
チャートである。この作成手順では、まず、サーバアプ
リケーションに示される処理関数のインタフェースをユ
ーザが作成する(ステップS71)。次に、ユーザは、
作成したインタフェースをソフトウェア(開発環境)が
提供するコンパイラに適用することによって、サーバア
プリケーションで使用するサーバ用処理ソースコード
(適宜、サーバスケルトンと記載する)と、クライアン
トアプリケーションで使用するクライアント用処理ソー
スコード(適宜、クライアントスタブと記載する)を作
成する(ステップS72)。次に、ユーザは、サーバス
ケルトンを用いてサーバアプリケーションを作成し(ス
テップS73)、更に、クライアントスタブを用いてク
ライアントアプリケーションを作成する(ステップS7
4)。
FIG. 7 is a flowchart showing a conventional procedure for creating a client application and a server application. In this creation procedure, first, the user creates an interface of a processing function indicated by the server application (step S71). Next, the user:
By applying the created interface to the compiler provided by the software (development environment), the server processing source code used in the server application (referred to as the server skeleton as appropriate) and the client processing source code used in the client application (Referred to as a client stub as appropriate) is created (step S72). Next, the user creates a server application using the server skeleton (step S73), and further creates a client application using the client stub (step S7).
4).

【0004】このような作成手順では、クライアントア
プリケーションからサーバアプリケーションに対して、
実行を要求する処理関数の抽出方法について、その考慮
が行われていないため、ユーザがインタフェース定義を
行う必要がある。また、開発者は、独自開発又は汎用
(市販)アプリケーションソースコードを、サーバアプ
リケーションとクライアントアプリケーションで再利用
できるように、適切に分割した後に、この分割したコー
ドに開発環境で作成したサーバスケルトン及びクライア
ントスタブに組み込むための作業が必要になる。したが
って、インタフェースからサーバスケルトン及びクライ
アントスタブを作成した後に、クライアントアプリケー
ション及びサーバアプリケーションを作成し直す作業が
必要になり、その開発工数が増加する。
[0004] In such a creation procedure, a client application sends a request to a server application.
Since no consideration has been given to a method of extracting a processing function that requires execution, it is necessary for the user to define an interface. In addition, the developer appropriately divides the proprietary or general-purpose (commercially available) application source code into a server application and a client application so that the source code can be reused. Work to incorporate it into the stub is required. Therefore, after creating the server skeleton and the client stub from the interface, it is necessary to re-create the client application and the server application, and the number of development steps increases.

【0005】このようなクライアント/サーバシステム
の作成として、特開平6−51968号及び特開平6−
67865号の「遠隔手続き呼び出しプログラム生成装
置」が知られている。この従来例では、効率的な遠隔手
続き呼び出し処理を実現している。これと同時にユーザ
が共有データ領域を追加するための余分な作業を必要と
しない遠隔手続き呼び出しプログラムを生成している。
Japanese Patent Application Laid-Open Nos. Hei 6-51968 and Hei 6-51968 disclose such a client / server system.
No. 67865, "Remote Procedure Call Program Generating Device" is known. In this conventional example, efficient remote procedure call processing is realized. At the same time, a remote procedure call program that does not require the user to add an additional shared data area is generated.

【0006】[0006]

【発明が解決しようとする課題】このように上記従来例
では、インタフェースからクライアントスタブ及びサー
バスケルトンを作成した後に、クライアントアプリケー
ション及びサーバアプリケーションを作成し直す必要が
あり、開発工数が増大するという欠点があった。また、
公報例も開発工数の低減の視点からの改善の余地があ
る。
As described above, in the above-mentioned conventional example, it is necessary to re-create the client application and the server application after creating the client stub and the server skeleton from the interface, thereby increasing the number of development steps. there were. Also,
The publication examples also have room for improvement from the viewpoint of reducing the number of development steps.

【0007】本発明は、このような従来の技術における
課題を解決するものであり、単独で動作するアプリケー
ションのソースコードを入力するのみで、クライアント
アプリケーション及びサーバアプリケーションが自動的
に作成できるようになり、アプリケーションから移行し
て作成されるクライアント/サーバシステム用のクライ
アントアプリケーション及びサーバアプリケーションを
作成する際の開発工数が削減できるクライアント/サー
バアプリケーション作成方法及びその装置並びに情報記
録媒体の提供を目的とする。
[0007] The present invention solves the above-mentioned problems in the conventional technology, and a client application and a server application can be automatically created only by inputting a source code of an application that operates independently. It is an object of the present invention to provide a method and apparatus for creating a client / server application that can reduce the number of development steps when creating a client application and a server application for a client / server system created by migrating from an application, and an information recording medium.

【0008】[0008]

【課題を解決するための手段】上記課題を達成するため
に、本発明は、単独で動作するアプリケーションを分割
してクライアント/サーバシステムにおけるクライアン
トアプリケーション及びサーバアプリケーションを作成
するクライアント/サーバアプリケーション作成方法に
おいて、クライアントアプリケーションからサーバアプ
リケーションに対して実行を要求する処理関数のインタ
フェースを抽出する処理と、アプリケーションソースコ
ードから、クライアントアプリケーションのソースコー
ドとサーバアプリケーションのソースコードとを自動作
成する処理と、処理関数の実行を要求する処理をクライ
アントアプリケーションに自動的に組み込む処理と、ク
ライアントアプリケーションから処理関数の実行要求に
応答する処理をサーバアプリケーションに自動的に組み
込む処理とを有している。
In order to achieve the above object, the present invention provides a client / server application creating method for creating a client application and a server application in a client / server system by dividing an independently operating application. A process of extracting an interface of a processing function that requests execution from a client application to a server application, a process of automatically creating a source code of a client application and a source code of a server application from an application source code, The process that automatically incorporates the process that requires execution into the client application and the process that responds to the execution request of the processing function from the client application are supported. And an automatically incorporate processing in server applications.

【0009】前記クライアント/サーバアプリケーショ
ン作成方法に、クライアントアプリケーションへ移行す
るグラフィカルユーザインタフェース(GUI)画面を
選択する処理と、クライアントアプリケーションにおけ
るグラフィカルユーザインタフェース画面の遷移を実行
する処理とを更に含んでいる。
The method for creating a client / server application further includes a process of selecting a graphical user interface (GUI) screen to be shifted to the client application, and a process of executing a transition of the graphical user interface screen in the client application.

【0010】本発明のクライアント/サーバアプリケー
ション作成装置は、アプリケーションのソースコードを
入力するための入力手段と、入力手段からのアプリケー
ションのソースコードによって処理関数データとGUI
画面データとを作成するデータ解析手段と、データ解析
手段で作成された処理関数データ及びGUI画面データ
を記憶するデータ記憶手段と、データ記憶手段に記憶し
ているGUI画面データおよび、データ記憶手段に記憶
している処理関数データに基づいたインタフェースで作
成したクライアント用処理ソースコードとによってクラ
イアントアプリケーションを作成し、かつ、データ記憶
手段に記憶している処理関数データに基づいたインタフ
ェースで作成したサーバ用処理ソースコードと入力手段
からのアプリケーションのソースコードとによって、サ
ーバアプリケーションを作成するアプリケーション作成
手段と、アプリケーション作成手段で作成したクライア
ントアプリケーション及びサーバアプリケーションを出
力する出力手段とを備える構成としてある。
The client / server application creating apparatus of the present invention has input means for inputting a source code of an application, and processing function data and a GUI based on the source code of the application from the input means.
Data analysis means for creating screen data, data storage means for storing processing function data and GUI screen data created by the data analysis means, and GUI screen data and data storage means stored in the data storage means. Server processing created by an interface based on the processing function data stored in the data storage means, and a client application created by using the processing source code for the client created by the interface based on the stored processing function data Application creating means for creating a server application based on the source code and the application source code from the input means, and output means for outputting the client application and the server application created by the application creating means There configured to include.

【0011】前記データ解析手段として、入力手段から
のアプリケーションのソースコードを解析し、GUI画
面で発生するイベント処理で呼び出された処理関数の関
数名、戻り値の型、引数の型、引数名からなる処理関数
データを作成する処理関数データ抽出部と、入力手段か
らのアプリケーションのソースコードを解析し、GUI
画面に位置しているGUI部品の種類、属性、部品で発
生するイベント処理で呼び出された処理と処理関数デー
タ抽出部で作成された処理関数データとの関係に基づい
てGUI画面データを作成するGUI画面データ抽出部
とを備える構成としてある。
The data analysis means analyzes the source code of the application from the input means, and determines a function name, a return value type, an argument type, and an argument name of a processing function called in an event process generated on a GUI screen. A processing function data extraction unit for generating processing function data, and a source code of an application from an input unit are analyzed.
A GUI for creating GUI screen data based on the relationship between the type and attribute of the GUI component located on the screen, the process called in event processing occurring in the component, and the processing function data created by the processing function data extraction unit And a screen data extraction unit.

【0012】前記データ記憶手段として、処理関数デー
タ抽出部で作成された処理関数データを記憶する処理関
数データ記憶部と、GUI画面データ抽出部で作成した
GUI画面データを記憶するGUI画面データ記憶部と
を備える構成としてある。
As the data storage means, a processing function data storage unit for storing processing function data created by the processing function data extraction unit, and a GUI screen data storage unit for storing GUI screen data created by the GUI screen data extraction unit This is a configuration including:

【0013】前記アプリケーション作成手段は、データ
記憶手段に記憶している処理関数データによってGUI
画面で発生するイベント処理で呼び出された処理関数の
インタフェースを作成するインタフェース作成部と、イ
ンタフェース作成部で作成したインタフェースに基づい
てクライアントアプリケーションの処理関数実行の要求
を受け取るためのサーバ用処理ソースコードを作成する
サーバスケルトン作成部と、インタフェース作成部で生
成したインタフェースに基づいてサーバアプリケーショ
ンの処理関数実行の要求を行うためのクライアント用処
理ソースコードを作成するクライアントスタブ作成部
と、入力手段からのアプリケーションのソースコード及
びサーバスケルトン作成部で作成されたサーバ用処理ソ
ースコードからサーバアプリケーションを作成するサー
バアプリケーション作成部と、データ記憶手段に記憶し
ているGUI画面データ及びクライアントスタブ作成部
で作成されたクライアント用処理ソースコードからクラ
イアントアプリケーションを作成するクライアントアプ
リケーション作成部とを備える構成である。
[0013] The application creating means is a GUI based on the processing function data stored in the data storage means.
An interface creation unit that creates an interface for the processing function called in the event processing that occurs on the screen, and a server processing source code that receives a request to execute the processing function of the client application based on the interface created by the interface creation unit A server skeleton creation unit to be created; a client stub creation unit to create a client processing source code for requesting execution of a processing function of a server application based on the interface created by the interface creation unit; A server application creating unit for creating a server application from the source code and the server processing source code created by the server skeleton creating unit; and a GUI screen data stored in the data storage unit. It is configured to the client for processing source code created by the motor and the client stub creation unit and a client application creating unit that creates a client application.

【0014】前記出力手段として、アプリケーション作
成手段で作成されたサーバアプリケーションソースコー
ドを記憶装置に送出するサーバアプリケーション出力部
と、アプリケーション作成手段で作成されたクライアン
トアプリケーションソースコードを記憶装置に送出する
クライアントアプリケーション出力部とを備える構成と
してある。
As the output means, a server application output unit for sending a server application source code created by the application creation means to a storage device, and a client application sending the client application source code created by the application creation means to the storage device And an output unit.

【0015】前記データ解析手段が、入力手段からのア
プリケーションソースコードに基づいて全てのGUI画
面を抽出する処理、及び、記憶手段に記憶しているGU
I画面データ間の遷移関係を入力手段からのアプリケー
ションソースコードから抽出してGUI画面遷移データ
を作成する処理を更に実行し、かつ、データ記憶手段
が、データ解析手段で作成されたGUI画面遷移データ
を記憶する処理を更に実行するとともに、この処理を実
行するデータ解析手段に、抽出したGUI画面中から、
クライアントアプリケーションで用いるGUI画面を選
択するための画面選択手段を更に備える構成としてあ
る。
The data analysis means extracts all GUI screens based on the application source code from the input means, and the GUI stored in the storage means.
A process for extracting a transition relationship between the I-screen data from the application source code from the input means and generating GUI-screen transition data; and wherein the data storage means stores the GUI-screen transition data created by the data analysis means. Is further executed, and the data analyzing means for executing this processing transmits, from the extracted GUI screen,
It is configured to further include a screen selection unit for selecting a GUI screen used in the client application.

【0016】前記データ解析手段に、入力手段からのア
プリケーションソースコードから全てのGUI画面を抽
出する処理を行うGUI画面抽出部と、データ記憶手段
に記憶しているGUI画面データ間の遷移関係を入力手
段からのアプリケーションソースコードから抽出して、
遷移元、イベント処理、遷移先からなるGUI画面遷移
データを作成するGUI画面遷移データ抽出手段とを更
に備える構成としてある。
The data analysis means inputs a GUI screen extraction unit for performing processing for extracting all GUI screens from the application source code from the input means, and a transition relation between GUI screen data stored in the data storage means. Extract from the application source code from the means,
It is configured to further include a GUI screen transition data extraction unit that creates GUI screen transition data including a transition source, an event process, and a transition destination.

【0017】前記データ記憶手段に、データ解析手段で
作成したGUI画面遷移データを記憶するGUI画面遷
移データ記憶部を更に備える構成としてある。
The data storage means may further comprise a GUI screen transition data storage unit for storing the GUI screen transition data created by the data analysis means.

【0018】前記単独で動作するアプリケーションを、
独自開発したクライアント/サーバシステムのためのソ
フトウェアとし、又は、クライアント/サーバシステム
の開発環境として提供される汎用ソフトウェアとする構
成としてある。
The application that operates independently is
It is configured as software for a client / server system developed independently or as general-purpose software provided as a development environment for the client / server system.

【0019】前記クライアント/サーバアプリケーショ
ン作成方法における処理を、汎用小型コンピュータで実
行し、また、前記クライアント/サーバアプリケーショ
ン作成装置として、汎用小型コンピュータを用いてい
る。
The processing in the client / server application creation method is executed by a general-purpose small computer, and a general-purpose small computer is used as the client / server application creation device.

【0020】本発明の情報記録媒体は、クライアントア
プリケーションからサーバアプリケーションに対して実
行を要求する処理関数のインタフェースを抽出し、アプ
リケーションソースコードから、クライアントアプリケ
ーションのソースコードとサーバアプリケーションのソ
ースコードとを自動作成し、処理関数の実行を要求する
処理をクライアントアプリケーションに自動的に組み込
み、クライアントアプリケーションから処理関数の実行
要求に応答する処理をサーバアプリケーションに自動的
に組み込む制御を実行するプログラムを格納している。
According to the information recording medium of the present invention, an interface of a processing function for requesting execution from a client application to a server application is extracted, and the source code of the client application and the source code of the server application are automatically extracted from the application source code. It stores a program that creates and automatically incorporates a process that requests execution of a processing function into a client application, and automatically incorporates a process that responds to a processing function execution request from the client application into a server application. .

【0021】前記情報記録媒体に、更に、クライアント
アプリケーションへ移行するグラフィカルユーザインタ
フェース画面を選択し、かつ、クライアントアプリケー
ションにおけるグラフィカルユーザインタフェース画面
の遷移を実行するプログラムを格納している。
[0021] The information recording medium further stores a program for selecting a graphical user interface screen to be shifted to a client application and executing a transition of the graphical user interface screen in the client application.

【0022】このような本発明のクライアント/サーバ
アプリケーション作成方法及びその装置は、クライアン
トアプリケーションからサーバアプリケーションに対し
て実行を要求する処理関数のインタフェースを抽出し、
アプリケーションソースコードから、クライアントアプ
リケーションのソースコードとサーバアプリケーション
のソースコードとを自動作成する。そして、処理関数の
実行を要求する処理をクライアントアプリケーションに
自動的に組み込み、かつ、クライアントアプリケーショ
ンから処理関数の実行要求に応答する処理をサーバアプ
リケーションに自動的に組み込んでいる。
The method and apparatus for creating a client / server application according to the present invention extract an interface of a processing function for requesting execution of the server application from the client application.
Automatically create the source code of the client application and the source code of the server application from the application source code. The processing for requesting the execution of the processing function is automatically incorporated in the client application, and the processing for responding to the processing function execution request from the client application is automatically incorporated in the server application.

【0023】この結果、単独で動作するアプリケーショ
ンのソースコードを入力するのみで、サーバアプリケー
ション及びクライアントアプリケーションが自動的に作
成できるようになり、独自開発又は既存のアプリケーシ
ョン(汎用ソフトウェア)を移行してクライアント/サ
ーバシステム用のサーバアプリケーション及びクライア
ントアプリケーションを作成する際の開発工数が削減さ
れる。
As a result, the server application and the client application can be automatically created only by inputting the source code of the application that operates independently, and the original application or the existing application (general-purpose software) is transferred to the client application. / The number of development steps for creating a server application and a client application for a server system is reduced.

【0024】また、本発明のクライアント/サーバアプ
リケーション作成方法及びその装置は、クライアントア
プリケーションへ移行するグラフィカルユーザインタフ
ェース画面を選択し、また、クライアントアプリケーシ
ョンにおけるグラフィカルユーザインタフェース画面の
遷移を実行している。
Further, the method and apparatus for creating a client / server application of the present invention select a graphical user interface screen to be shifted to a client application, and execute transition of the graphical user interface screen in the client application.

【0025】この結果、前記した開発工数の削減が可能
になるとともに、例えば、クライアント/サーバシステ
ムの開発環境として用いられる独自開発又は汎用アプリ
ケーションにおいて、グラフィカルユーザインタフェー
ス画面を選択し、また、クライアントアプリケーション
におけるグラフィカルユーザインタフェース画面の遷移
実行中に、その画面表示が可能になり、よりクライアン
トアプリケーション及びサーバアプリケーションに移行
する作業が容易になる。
As a result, it is possible to reduce the number of development steps as described above. For example, in a proprietary or general-purpose application used as a development environment for a client / server system, a graphical user interface screen is selected. While the transition of the graphical user interface screen is being executed, the screen can be displayed, and the work of shifting to the client application and the server application becomes easier.

【0026】また、本発明の情報記録媒体は、単独で動
作するアプリケーションを分割してクライアント/サー
バシステムにおけるクライアントアプリケーション及び
サーバアプリケーションの作成を実行するプログラムを
格納している。この結果、特に、汎用小型コンピュータ
(例えば、パーソナルコンピュータ/ワークステーショ
ン等)で、本発明を実施できるようになる。
Further, the information recording medium of the present invention stores a program for dividing a separately operating application to create a client application and a server application in a client / server system. As a result, in particular, the present invention can be implemented on a general-purpose small computer (for example, a personal computer / workstation or the like).

【0027】また、本発明の情報記録媒体は、前記の情
報記録媒体に、更に、クライアントアプリケーションへ
移行するグラフィカルユーザインタフェース画面を選択
し、また、クライアントアプリケーションにおけるグラ
フィカルユーザインタフェース画面の遷移を実行するプ
ログラムを格納している。
[0027] The information recording medium of the present invention further comprises a program for selecting a graphical user interface screen to be shifted to a client application and executing a transition of the graphical user interface screen in the client application. Is stored.

【0028】この結果、特に、汎用小型コンピュータ
で、本発明を実施できるようになるとともに、グラフィ
カルユーザインタフェース画面を選択し、また、クライ
アントアプリケーションにおけるグラフィカルユーザイ
ンタフェース画面の遷移実行中に、その画面表示が可能
になり、よりクライアントアプリケーション及びサーバ
アプリケーションに移行する作業が容易になる。
As a result, in particular, the present invention can be implemented on a general-purpose small-sized computer, a graphical user interface screen is selected, and the screen display is performed during the transition of the graphical user interface screen in the client application. This makes it easier to migrate to client and server applications.

【0029】[0029]

【発明の実施の形態】次に、本発明のクライアント/サ
ーバアプリケーション作成方法及びその装置並びに情報
記録媒体の実施の形態を図面を参照して詳細に説明す
る。図1は本発明のクライアント/サーバアプリケーシ
ョン作成方法及びその装置並びに情報記録媒体の第1実
施形態における構成を示すブロック図である。このクラ
イアント/サーバアプリケーション作成装置は、アプリ
ケーションのソースコードを入力するための入力装置1
と、制御プログラムを実行するデータ解析装置2と、デ
ータを一時的に記憶するデータ記憶装置3と、アプリケ
ーションを作成するアプリケーション作成装置4と、作
成したアプリケーションソースコードをハードディスク
装置などに送出する出力装置5とを備えている。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of a method for creating a client / server application according to the present invention; FIG. 1 is a block diagram showing the configuration of a first embodiment of a client / server application creation method and apparatus and an information recording medium according to the present invention. This client / server application creation device is an input device 1 for inputting a source code of an application.
A data analysis device 2 for executing a control program, a data storage device 3 for temporarily storing data, an application creation device 4 for creating an application, and an output device for sending the created application source code to a hard disk device or the like. 5 is provided.

【0030】データ解析装置2は、処理関数データ抽出
部21及びグラフィカルユーザインタフェース(GU
I)画面データ抽出部22とを備えている。処理関数デ
ータ抽出部21は、入力装置1からのアプリケーション
のソースコードを解析し、GUI画面で発生するイベン
ト処理で呼び出されている処理関数の関数名、戻り値の
型、引数の型、引数名を抽出して処理関数データを作成
する。GUI画面データ抽出部22は、入力装置1から
のアプリケーションのソースコードを解析し、GUI画
面に位置されているGUI部品の種類、属性、部品で発
生するイベント処理で呼び出される処理と処理関数デー
タ抽出部21で作成された処理関数データとの関係を抽
出してGUI画面データを作成する。
The data analyzer 2 includes a processing function data extraction unit 21 and a graphical user interface (GU).
I) a screen data extraction unit 22. The processing function data extraction unit 21 analyzes the source code of the application from the input device 1, and outputs a function name, a return value type, an argument type, and an argument name of a processing function called in an event process generated on the GUI screen. To create processing function data. The GUI screen data extraction unit 22 analyzes the source code of the application from the input device 1, and performs processing called by the type of the GUI component located on the GUI screen, the attribute, and the event processing generated by the component, and the processing function data extraction. GUI screen data is created by extracting the relationship with the processing function data created by the unit 21.

【0031】データ記憶装置3は、処理関数データ抽出
部21で作成された処理関数データを記憶する処理関数
データ記憶部31と、GUI画面データ抽出部22で作
成したGUI画面データを記憶するGUI画面データ記
憶部32とを備えている。
The data storage device 3 includes a processing function data storage unit 31 for storing the processing function data created by the processing function data extraction unit 21 and a GUI screen for storing the GUI screen data created by the GUI screen data extraction unit 22. And a data storage unit 32.

【0032】アプリケーション作成装置4は、インタフ
ェース作成部41と、サーバスケルトン(サーバ用処理
ソースコード)作成部42と、クライアントスタブ(ク
ライアント用処理ソースコード)作成部43と、サーバ
アプリケーション作成部44と、クライアントアプリケ
ーション作成部45とを有している。
The application creating device 4 includes an interface creating unit 41, a server skeleton (processing source code for server) creating unit 42, a client stub (processing source code for client) creating unit 43, a server application creating unit 44, And a client application creation unit 45.

【0033】このアプリケーション作成装置4における
インタフェース作成部41は、処理関数データ記憶部3
1に記憶している処理関数データの入力によって、GU
I画面で発生するイベント処理で呼び出される処理関数
のインタフェースを作成する。サーバスケルトン作成部
42は、インタフェース作成部41で作成したインタフ
ェースを通じてクライアントアプリケーションの処理関
数実行の要求を受け取るサーバスケルトン(サーバ用処
理ソースコード)を作成する。クライアントスタブ作成
部43は、インタフェース作成部41で作成したインタ
フェースを通じてサーバアプリケーションの処理関数実
行の要求を行うクライアントスタブ(クライアント用処
理ソースコード)を作成する。
The interface creation unit 41 of the application creation device 4 is provided with the processing function data storage unit 3
1 by inputting the processing function data stored in
Create an interface for a processing function called in event processing that occurs on the I screen. The server skeleton creating unit 42 creates a server skeleton (server processing source code) that receives a request for executing a processing function of a client application through the interface created by the interface creating unit 41. The client stub creating unit 43 creates a client stub (processing source code for a client) that requests execution of a processing function of a server application through the interface created by the interface creating unit 41.

【0034】また、アプリケーション作成装置4のサー
バアプリケーション作成部44は、入力装置1からのア
プリケーションのソースコードとサーバスケルトン作成
部42で作成されたサーバスケルトンとからサーバアプ
リケーションを作成する。クライアントアプリケーショ
ン作成部45は、GUI画面データ記憶部32に記憶し
ているGUI画面データ及びクライアントスタブ作成部
43で作成されたクライアントスタブからクライアント
アプリケーションを作成する。
The server application creating section 44 of the application creating apparatus 4 creates a server application from the source code of the application from the input device 1 and the server skeleton created by the server skeleton creating section 42. The client application creation unit 45 creates a client application from the GUI screen data stored in the GUI screen data storage unit 32 and the client stub created by the client stub creation unit 43.

【0035】出力装置5は、サーバアプリケーション作
成部44で作成されたサーバアプリケーションソースコ
ードを、ハードディスク装置などに送出して記憶するた
めのサーバアプリケーション出力部51と、クライアン
トアプリケーション作成部45で作成されたクライアン
トアプリケーションソースコードを、ハードディスク装
置などに送出して記憶するためのクライアントアプリケ
ーション出力部52とを備えている。
The output device 5 has a server application output unit 51 for sending the server application source code created by the server application creation unit 44 to a hard disk device and storing it, and a client application creation unit 45. A client application output unit 52 for sending and storing the client application source code to a hard disk device or the like;

【0036】なお、この図1に示す構成は、汎用小型コ
ンピュータ(パーソナルコンピュータ)やワークステー
ションで実現できる。また、以下の本発明の実施形態に
かかる動作を実行するためのプログラムは、汎用小型コ
ンピュータ用のソフトウェア(情報記録媒体/フロッピ
ーディスク、ハードディスク、メモリ等)として提供可
能である。
The configuration shown in FIG. 1 can be realized by a small general-purpose computer (personal computer) or a workstation. Further, a program for executing the operation according to the following embodiment of the present invention can be provided as software (information recording medium / floppy disk, hard disk, memory, etc.) for a general-purpose small computer.

【0037】次に、この第1実施形態の動作について説
明する。図2は第1実施形態の動作の処理手順を示すフ
ローチャートである。図1及び図2において、入力装置
1からのソースコードが、データ解析装置2の処理関数
データ抽出部21に入力される。処理関数データ抽出部
21では、GUI画面のソースコードを検索し、このソ
ースコード中にGUI画面で発生するイベント処理で呼
び出している処理関数を抽出する(ステップS1)。こ
こで、抽出した処理にGUI画面に対する処理以外の処
理が含まれているかを判断する(ステップS2)。この
判断でGUI画面に対する処理以外の処理が含まれてい
ない場合(No)、GUI画面が他の処理と関連してい
ないためアプリケーションの分割を行わない。したがっ
て、エラーメッセージを出力し、その表示を行って処理
終了となる(ステップS10)。
Next, the operation of the first embodiment will be described. FIG. 2 is a flowchart showing a processing procedure of the operation of the first embodiment. 1 and 2, a source code from an input device 1 is input to a processing function data extraction unit 21 of a data analysis device 2. The processing function data extraction unit 21 searches the source code of the GUI screen, and extracts the processing function called in the event processing occurring on the GUI screen from the source code (step S1). Here, it is determined whether the extracted process includes a process other than the process for the GUI screen (step S2). If the determination does not include any processing other than the processing for the GUI screen (No), the application is not divided because the GUI screen is not related to other processing. Therefore, an error message is output, the message is displayed, and the process ends (step S10).

【0038】ステップS2でGUI画面に対する処理以
外の処理が含まれている場合(Yes)、この処理関数
を抽出する。この処理関数の宣言を、入力装置1から付
与されるソースコードから検索する。この関数宣言から
「関数名」、「戻り値の型」、「引数の型」、「引数
名」を取り出して処理関数データを作成し、処理関数デ
ータ記憶部31に記憶する(ステップS3)。この処理
関数データ記憶部31に記憶している処理関数データに
は、それぞれに番号を割り当てる。
If processing other than the processing for the GUI screen is included in step S2 (Yes), the processing function is extracted. The declaration of this processing function is searched from the source code provided from the input device 1. The function name, the return type, the argument type, and the argument name are extracted from the function declaration to create processing function data and stored in the processing function data storage unit 31 (step S3). The processing function data stored in the processing function data storage unit 31 is assigned a number.

【0039】次に、入力装置1からのソースコードは、
GUI画面データ抽出部22に入力される。GUI画面
データ抽出部22では、GUI画面のソースコードを検
索して、GUI画面の属性を抽出する(ステップS
4)。また、処理関数データ記憶部31に記憶している
処理関数をGUI画面で発生するイベント処理で使用し
ている場合は、GUI画面と処理関数データ記憶部31
のデータとの関係を抽出する。この抽出した情報からG
UI画面データを作成し、GUI画面データ記憶部32
に記憶する。
Next, the source code from the input device 1 is
The data is input to the GUI screen data extraction unit 22. The GUI screen data extraction unit 22 searches the source code of the GUI screen and extracts the attributes of the GUI screen (Step S).
4). When the processing function stored in the processing function data storage unit 31 is used in the event processing generated on the GUI screen, the GUI screen and the processing function data storage unit 31 are used.
Extract the relationship with the data. From this extracted information, G
The UI screen data is created, and the GUI screen data storage unit 32 is created.
To memorize.

【0040】次に、インタフェース作成部41は、処理
関数データ記憶部31に記憶されている処理関数データ
の入力によって、GUI画面で発生するイベント処理で
呼び出される処理関数のインタフェースを作成する(ス
テップS5)。次に、サーバスケルトン作成部42は、
インタフェース作成部41で作成されたインタフェース
から、サーバスケルトンを作成する(ステップS6)。
このサーバスケルトンには、クライアントアプリケーシ
ョンからの処理関数実行の要求を受け取って所定の適切
な処理関数を実行し、処理関数の戻り値をクライアント
アプリケーションに返送するための処理が記述されてい
る。
Next, the interface creation unit 41 creates an interface of a processing function called in an event process generated on the GUI screen by inputting the processing function data stored in the processing function data storage unit 31 (step S5). ). Next, the server skeleton creating unit 42
A server skeleton is created from the interface created by the interface creating unit 41 (step S6).
The server skeleton describes processing for receiving a request for execution of a processing function from a client application, executing a predetermined appropriate processing function, and returning a return value of the processing function to the client application.

【0041】次に、クライアントスタブ作成部43は、
インタフェース作成部41で作成されたインタフェース
からクライアントスタブを作成する(ステップS7)。
このクライアントスタブは、処理関数データ記憶部31
に記憶されている処理関数と同一の「関数名」「戻り
値」「引数を持つ関数」とから構成され、かつ、サーバ
アプリケーションに対して処理関数の実行を要求する処
理が記述されている。
Next, the client stub creation unit 43
A client stub is created from the interface created by the interface creating unit 41 (step S7).
This client stub is stored in the processing function data storage unit 31.
And a function for requesting the server application to execute the processing function, which is composed of the same "function name", "return value", and "function having an argument" which are the same as the processing functions stored in the server.

【0042】また、サーバアプリケーション作成部44
は、入力装置1からのソースコードとサーバスケルトン
作成部42で作成されたサーバスケルトンから、サーバ
アプリケーションを作成する(ステップS8)。具体的
には、入力装置1からのソースコードに、アプリケーシ
ョン起動時にサーバスケルトンを初期化する処理を加え
る。
The server application creating section 44
Creates a server application from the source code from the input device 1 and the server skeleton created by the server skeleton creating unit 42 (step S8). Specifically, a process of initializing the server skeleton at the time of starting the application is added to the source code from the input device 1.

【0043】次に、クライアントアプリケーション作成
部45では、GUI画面データ記憶部32に記憶してい
るGUI画面データとクライアントスタブ作成部43で
作成したクライアントスタブとから、クライアントアプ
リケーションを作成する(ステップS9)。具体的に
は、GUI画面データからGUI画面のソースコードと
GUI画面で発生するイベント処理で実行される処理関
数のソースコードを作成する。作成した処理関数のソー
スコードにおいて、サーバアプリケーションの処理関数
を実行する処理では、クライアントスタブに定義されて
いる処理関数を呼び出すためのコードが記述されてい
る。
Next, the client application creating section 45 creates a client application from the GUI screen data stored in the GUI screen data storage section 32 and the client stub created by the client stub creating section 43 (step S9). . Specifically, the source code of the GUI screen and the source code of the processing function to be executed in the event processing generated on the GUI screen are created from the GUI screen data. In the processing for executing the processing function of the server application in the source code of the created processing function, a code for calling the processing function defined in the client stub is described.

【0044】最後に、サーバアプリケーション出力部5
1に対して、サーバアプリケーション作成部44で作成
されたソースコードが付与され、このソースコードがハ
ードディスク装置などに保存される。同様に、クライア
ントアプリケーション出力部52に対して、クライアン
トアプリケーション作成部45で作成されたソースコー
ドが付与され、このソースコードがハードディスク装置
などに保存される。
Finally, the server application output unit 5
1, the source code created by the server application creating unit 44 is added, and this source code is stored in a hard disk device or the like. Similarly, the source code created by the client application creating unit 45 is provided to the client application output unit 52, and this source code is stored in a hard disk device or the like.

【0045】次に、具体例を挙げて第1実施形態の要部
動作について説明する。図3は第1実施形態の具体例の
要部動作を説明するための図である。図3において、
「画面B11」、「関数click_Search
( )」(B12)、「関数SearchID fro
m Name(…)」(B13)などから構成されるア
プリケーションが、入力ソースコード(B1)として与
えられる。このソースコードは、「画面B11」のSe
archボタンをクリック(選択)すると「関数cli
ck_Search( )」が呼び出されるように関連
付けられている。
Next, the operation of the main part of the first embodiment will be described with a specific example. FIG. 3 is a diagram for explaining an operation of a main part of a specific example of the first embodiment. In FIG.
“Screen B11”, “Function click_Search”
() ”(B12),“ Function SearchID from
An application composed of “m Name (...)” (B13) and the like is provided as the input source code (B1). This source code is the Se of “Screen B11”.
Clicking (selecting) the arch button causes the "function cli
ck_Search () ”is associated so as to be called.

【0046】以下、このアプリケーションを入力した場
合の処理について説明する。アプリケーションのソース
コードを入力装置1に与えると、処理関数データ抽出部
21は、「画面B11」のSearchボタンに関連付
けられている「関数click_Search( )」
(B12)内の「関数SearchID from N
ame(…)」を抽出する(ステップS1,S2)。こ
の関数の宣言「string SearchID fr
om Name(string Name)」(B1
3)から、関数名:SearchID from Na
me、戻り値:string、引数の型:strin
g、引数名:name」という処理関数データを作成
し、この処理関数データを関数番号1として図3中の
(B12)に示す内容を、処理関数データ記憶部31に
記憶する(ステップS3)。
The processing when this application is input will be described below. When the source code of the application is provided to the input device 1, the processing function data extraction unit 21 outputs the “function click_Search ()” associated with the Search button on the “screen B11”.
(Function SearchID from N in (B12))
ame (...) "(steps S1 and S2). Declaration of this function "string SearchID fr
om Name (string Name) "(B1
From 3), the function name: SearchID from Na
me, return value: string, argument type: string
g, argument name: name "is created, and the contents shown in (B12) in FIG. 3 are stored in the processing function data storage unit 31 with this processing function data as function number 1 (step S3).

【0047】次に、GUI画面データ抽出部22では、
「画面B11」のソースコードを解析して、GUI画面
に配置しているGUI部品や属性を抽出する。また、
「画面B11」で発生するイベント処理によって実行さ
れる処理関数を解析し、Searchボタンのイベント
処理が発生するとclick_Search( )関数
が実行される。この関数で「関数番号1の関数を呼び出
している」という情報を抽出する。そして、抽出した情
報からGUI画面データを作成し、図3中に示す(B3
1)(B32)に示す内容をGUI画面データ記憶部3
2に保存する(ステップS4)。
Next, the GUI screen data extraction unit 22
The source code of “screen B11” is analyzed to extract GUI components and attributes arranged on the GUI screen. Also,
The processing function executed by the event processing generated on the “screen B11” is analyzed, and when the event processing of the Search button occurs, the click_Search () function is executed. With this function, information that "the function of function number 1 is being called" is extracted. Then, GUI screen data is created from the extracted information, and shown in FIG.
1) The contents shown in (B32) are stored in the GUI screen data storage unit 3
2 (step S4).

【0048】次に、インタフェース作成部41では、処
理関数データ記憶部31に保存されている処理関数デー
タ「関数名:SearchID from Name、
戻り値:string、引数の型:string、引数
名:nameから図3中の(B4)に示すインタフェー
スを作成する(ステップS5)。サーバスケルトン作成
部42は、インタフェース作成部41で作成されたイン
タフェースを用いて、サーバスケルトン(B52)を作
成する(ステップS6)。クライアントスタブ作成部4
3は、クライアントスタブ(B63)を作成する(ステ
ップS7)。
Next, in the interface creation unit 41, the processing function data “function name: SearchID from Name, stored in the processing function data storage unit 31.
An interface shown in (B4) of FIG. 3 is created from the return value: string, the argument type: string, and the argument name: name (step S5). The server skeleton creating unit 42 creates a server skeleton (B52) using the interface created by the interface creating unit 41 (Step S6). Client stub creation unit 4
3 creates a client stub (B63) (step S7).

【0049】サーバアプリケーション作成部44では、
サーバスケルトン作成部42で作成されたサーバスケル
トン(B52)と入力装置1からのアプリケーションソ
ースコード(B51)とを組み合わせることによって、
クライアントアプリケーションからの処理関数実行の要
求を受け取るためのサーバアプリケーションソースコー
ドを作成する(ステップS8)。クライアントアプリケ
ーション作成部45では、GUI画面データ記憶部32
に記憶されているGUI画面データ(B3)とクライア
ントスタブ作成部43で作成されたクライアントスタブ
(B63)から、クライアントアプリケーションソース
コード(B6)を作成する。
In the server application creating section 44,
By combining the server skeleton (B52) created by the server skeleton creating unit 42 with the application source code (B51) from the input device 1,
A server application source code for receiving a processing function execution request from the client application is created (step S8). In the client application creation unit 45, the GUI screen data storage unit 32
The client application source code (B6) is created from the GUI screen data (B3) stored in the client stub (B63) created by the client stub creation unit 43.

【0050】このソースコードにおいて、Search
ボタンがクリックされた際に呼び出される「関数cli
ck_Search( )」(B62)の中で、更に呼
び出される「関数SearchID from Nam
e(…)」が、クライアントスタブ(B63)で定義さ
れている関数となる(ステップS9)。
In this source code, Search
"Function cli" called when the button is clicked
ck_Search () ”(B62),“ Function SearchID from Nam ”
e (...) "is a function defined in the client stub (B63) (step S9).

【0051】最後に、サーバアプリケーション作成部4
4で作成されたサーバアプリケーションソースコード
(B5)が、サーバアプリケーション出力部51へ送出
され、ここからハードディスク装置などに出力される。
また、クライアントアプリケーション作成部45で作成
されたクライアントアプリケーションソースコード(B
6)もクライアントアプリケーション出力部52に送出
されて、ここからハードディスク装置などに出力され
る。
Finally, the server application creating unit 4
The server application source code (B5) created in step 4 is sent to the server application output unit 51, from which it is output to a hard disk device or the like.
Further, the client application source code (B
6) is also sent to the client application output unit 52, and is output therefrom to a hard disk device or the like.

【0052】このように,この第1実施形態では、単独
のアプリケーションを分割する際に、クライアントアプ
リケーションからサーバアプリケーションに対して実行
を要求する処理関数のインタフェースを、アプリケーシ
ョンのソースコードから自動作成している。そして、処
理関数の実行を要求する処理をクライアントアプリケー
ションに自動的に組み込み、クライアントアプリケーシ
ョンから処理関数の実行要求に応答する処理をサーバア
プリケーションに自動的に組み込んでいる。
As described above, in the first embodiment, when a single application is divided, an interface of a processing function that requests execution from the client application to the server application is automatically created from the source code of the application. I have. Then, processing for requesting the execution of the processing function is automatically incorporated in the client application, and processing for responding to the execution request of the processing function from the client application is automatically incorporated in the server application.

【0053】この結果、単独で動作するアプリケーショ
ンのソースコードを入力するのみで、クライアントアプ
リケーション及びサーバアプリケーションを自動的に作
成できるようになる。したがって、既存のアプリケーシ
ョンを移行してクライアント/サーバシステム用のクラ
イアントアプリケーション及びサーバアプリケーション
を作成する際の開発工数を削減できるようになる。
As a result, a client application and a server application can be automatically created only by inputting the source code of an application that operates independently. Therefore, it is possible to reduce the number of development steps when migrating an existing application and creating a client application and a server application for a client / server system.

【0054】次に、第2実施形態について説明する。図
4は第2実施形態の構成を示すブロック図である。この
第2実施形態では、図4中のデータ解析装置6に、図1
中の第1実施形態におけるデータ解析装置2の構成に追
加して、GUI画面抽出部23及びGUI画面遷移デー
タ抽出部24が設けられている。また、図4中のデータ
記憶装置7には、図1中の第1実施形態におけるデータ
記憶装置3の構成に追加して、GUI画面遷移データ記
憶部33が設けられている。更に、この第2実施形態に
は画面選択装置8が、図1中の第1実施形態に追加して
設けられている。
Next, a second embodiment will be described. FIG. 4 is a block diagram showing the configuration of the second embodiment. In the second embodiment, the data analysis device 6 in FIG.
A GUI screen extraction unit 23 and a GUI screen transition data extraction unit 24 are provided in addition to the configuration of the data analysis device 2 according to the first embodiment. Further, the data storage device 7 in FIG. 4 is provided with a GUI screen transition data storage unit 33 in addition to the configuration of the data storage device 3 in the first embodiment in FIG. Further, in the second embodiment, a screen selection device 8 is provided in addition to the first embodiment in FIG.

【0055】図4中のデータ解析装置6におけるGUI
画面抽出部23は、入力装置1からのアプリケーション
ソースコードから全てのGUI画面を抽出する処理を行
う。また、GUI画面遷移データ抽出部24は、GUI
画面データ記憶部32に記憶されているGUI画面デー
タ間の遷移関係を、入力装置1からのアプリケーション
ソースコードから抽出し、「遷移元」「イベント処理」
「遷移先」からなるGUI画面遷移データを作成する。
GUI in the data analyzer 6 in FIG.
The screen extracting unit 23 performs a process of extracting all GUI screens from the application source code from the input device 1. Further, the GUI screen transition data extraction unit 24 includes a GUI
The transition relation between the GUI screen data stored in the screen data storage unit 32 is extracted from the application source code from the input device 1, and “transition source” and “event processing” are performed.
Create GUI screen transition data consisting of “transition destination”.

【0056】また、図4中のGUI画面遷移データ記憶
部33は、GUI画面遷移データ抽出部24で作成され
たGUI画面遷移データを記憶する。
The GUI screen transition data storage unit 33 in FIG. 4 stores the GUI screen transition data created by the GUI screen transition data extraction unit 24.

【0057】更に、図4中の画面選択装置8では、GU
I画面抽出部23で抽出したGUI画面中から、クライ
アントアプリケーションで用いるGUI画面をユーザが
選択する。この第2実施形態では、複数のGUI画面が
アプリケーションソースコードに含まれている場合に
は、これらのGUI画面の全てをユーザに提示し、クラ
イアントアプリケーションに移行するGUI画面を選択
させる。このGUI画面は複数の選択が可能である。
Further, the screen selection device 8 shown in FIG.
The user selects a GUI screen used by the client application from the GUI screens extracted by the I-screen extraction unit 23. In the second embodiment, when a plurality of GUI screens are included in the application source code, all of these GUI screens are presented to the user, and the GUI screen to be shifted to the client application is selected. This GUI screen allows a plurality of selections.

【0058】次に、第2実施形態の動作について説明す
る。図5は第2実施形態の動作の処理手順を示すフロー
チャートである。なお、このフローチャートでは、図2
に示す第1実施形態のフローチャートと同一の処理に同
一のステップ符号を付した。前記の第1実施形態では、
クライアントアプリケーションに使用するGUI画面
を、入力装置1から与えられたソースコードに存在する
一つのGUI画面としていたが、この第2実施形態で
は、図4及び図5において、GUI画面抽出部23が、
入力装置1から与えられたソースコードを解析してGU
I画面を抽出する(ステップS11)。
Next, the operation of the second embodiment will be described. FIG. 5 is a flowchart showing the processing procedure of the operation of the second embodiment. In this flowchart, FIG.
The same steps as those in the flowchart of the first embodiment shown in FIG. In the first embodiment,
Although the GUI screen used for the client application is one GUI screen existing in the source code given from the input device 1, in the second embodiment, the GUI screen extracting unit 23 in FIGS.
Analyze the source code given from the input device 1 and execute GU
An I screen is extracted (step S11).

【0059】画面選択装置8では、GUI画面抽出部2
3で抽出したGUI画面を受け取ってユーザに提示し、
クライアントアプリケーションへ移行するGUI画面を
選択させる(ステップS12)。ここでGUI画面が一
つ以上選択されたか否かを判断する(ステップS1
3)。この判断でGUI画面が一つ以上選択されていな
い場合(No)、エラーメッセージを表示し、その処理
を終了する(ステップS10)。GUI画面が選択され
た場合の処理中にあって、ステップS1からステップS
4までの処理は、図2に示す第2実施形態の場合と同様
である。
In the screen selecting device 8, the GUI screen extracting unit 2
Receiving the GUI screen extracted in step 3 and presenting it to the user,
A GUI screen to be shifted to the client application is selected (step S12). Here, it is determined whether one or more GUI screens have been selected (step S1).
3). If one or more GUI screens have not been selected (No), an error message is displayed, and the process ends (step S10). During the processing when the GUI screen is selected, steps S1 to S
The processes up to 4 are the same as those in the second embodiment shown in FIG.

【0060】GUI画面データの作成及び記憶(ステッ
プS4)が終了した場合、GUI画面遷移データ抽出部
24は、GUI画面データ記憶部32に記憶しているG
UI画面データ間の遷移を抽出し、GUI画面遷移デー
タを作成して、GUI画面遷移データ記憶部33に記憶
する(ステップS14)。また、図5中のステップS6
からステップS8までの処理は、図2の第2実施形態と
同様である。
When the creation and storage of the GUI screen data (Step S 4) is completed, the GUI screen transition data extraction unit 24 stores the G screen data stored in the GUI screen data storage unit 32.
The transition between UI screen data is extracted, GUI screen transition data is created, and stored in the GUI screen transition data storage unit 33 (step S14). Step S6 in FIG.
Steps S8 to S8 are the same as those in the second embodiment shown in FIG.

【0061】クライアントアプリケーション作成部45
では、クライアントスタブ作成部43で作成されたクラ
イアントスタブと、GUI画面データ記憶部32に記憶
しているGUI画面データとGUI画面遷移データ記憶
部33に記憶されているGUI画面遷移データとから、
クライアントアプリケーションを作成する(ステップS
9)。最後に、サーバアプリケーションソースコードと
クライアントアプリケーションソースコードとが、それ
ぞれサーバアプリケーション出力部51及びクライアン
トアプリケーション出力部52に送出され、ここからハ
ードディスク装置などに出力される。
Client application creation unit 45
Then, the client stub created by the client stub creation unit 43, the GUI screen data stored in the GUI screen data storage unit 32, and the GUI screen transition data stored in the GUI screen transition data storage unit 33,
Create a client application (Step S
9). Finally, the server application source code and the client application source code are sent to the server application output unit 51 and the client application output unit 52, respectively, and are output therefrom to a hard disk device or the like.

【0062】図6は第2実施形態の具体例の要部動作を
説明するための図である。図6では、図3に示した第1
実施形態におけるアプリケーションソースコードに「画
面B14」を加えたソースコードを用いている。この
「画面B14」は二つのボタンを有しており、この中の
一つのSearchIDボタンには、クリック(指示)
した際に、「画面B11」を表示するためのコードが記
述されている。なお、「画面B11」の動作は、図3の
第1実施形態の場合と同様である。
FIG. 6 is a diagram for explaining the operation of the main part of a specific example of the second embodiment. In FIG. 6, the first type shown in FIG.
A source code obtained by adding “screen B14” to the application source code in the embodiment is used. This “screen B14” has two buttons, one of which is clicked (instructed) to the SearchID button.
Then, a code for displaying “screen B11” is described. The operation of “screen B11” is the same as that of the first embodiment in FIG.

【0063】このアプリケーションを入力装置1に与え
るとGUI画面抽出部23では、「画面B11」及び
「画面B14」を抽出する(ステップS11)。画面選
択装置8は、ユーザに「画面B11」及び「画面B1
4」を提示して、クライアントアプリケーションとして
使用する画面を選択させる(ステップS12)。ここで
は、「画面B11」及び「画面B14」が選択される。
二つのGUI画面が選択され、その処理を続行する(ス
テップS13)。処理関数データ抽出部21では、「画
面B11」及び「画面B14」から「関数Search
ID from Name(…)」を抽出し(ステップ
S1,S2)、図6中の(B2)に示すデータを処理関
数データ記憶部31に記憶する。
When this application is given to the input device 1, the GUI screen extracting unit 23 extracts "screen B11" and "screen B14" (step S11). The screen selection device 8 provides the user with “screen B11” and “screen B1”.
"4" is presented to select a screen to be used as a client application (step S12). Here, “Screen B11” and “Screen B14” are selected.
Two GUI screens are selected, and the processing is continued (step S13). The processing function data extraction unit 21 converts the “screen B11” and “screen B14” into “function search”.
ID from Name (...) "is extracted (steps S1 and S2), and the data indicated by (B2) in FIG. 6 is stored in the processing function data storage unit 31.

【0064】GUI画面データ抽出部22では、「画面
B11」のデータと「画面B11」で発生するイベント
処理によって実行される処理関数とを解析して、「関数
click_Search( )」を抽出し、図6中の
(B31)(B32)に示す内容をGUI画面データ記
憶部32が記憶する。また、「画面B14」のデータも
解析され、図6の(B33)に示すようにGUI画面デ
ータをGUI画面データ記憶部32に記憶する(ステッ
プS4)。次に、GUI画面遷移データ抽出部24おい
て、GUI画面データ記憶部32に記憶されているGU
I画面データ間のGUI画面遷移データを得るために、
入力装置1からのソースコードを解析する。
The GUI screen data extraction unit 22 analyzes the data of “screen B11” and the processing function executed by the event processing occurring on “screen B11”, and extracts “function click_Search ()”. The contents shown in (B31) and (B32) in No. 6 are stored in the GUI screen data storage unit 32. The data of "screen B14" is also analyzed, and the GUI screen data is stored in the GUI screen data storage unit 32 as shown in (B33) of FIG. 6 (step S4). Next, in the GUI screen transition data extraction unit 24, the GUI stored in the GUI screen data storage unit 32
To obtain GUI screen transition data between I screen data,
The source code from the input device 1 is analyzed.

【0065】このソースコードには、「画面B14」の
SearchIDボタンをクリックした際に「画面B1
1」を表示する内容が記述されている。更に、GUI画
面データ記憶部32では、「画面B11」が(B3
1)、「画面B14」が(B33)として記憶されてい
るため、(B10)に示す内容のGUI画面データが、
GUI画面遷移データ記憶部33に記憶される(ステッ
プS14)。この後に処理されるステップS5からステ
ップS8までの具体例は、図3に示した場合と同様であ
る。
When the Search ID button of “Screen B14” is clicked, the source code includes “Screen B1”.
"1" is described. Further, in the GUI screen data storage unit 32, “screen B11” is displayed as (B3
1) Since “screen B14” is stored as (B33), the GUI screen data having the content shown in (B10) is
It is stored in the GUI screen transition data storage unit 33 (Step S14). Specific examples from step S5 to step S8 to be processed thereafter are the same as those shown in FIG.

【0066】クライアントアプリケーション作成部45
では、クライアントスタブ作成部43で作成されたクラ
イアントスタブ(B63)と、GUI画面データ記憶部
32に保存されているデータ(B31)(B32)(B
33)及びGUI画面遷移データ記憶部33に記憶され
ているGUI画面遷移データ(B10)から(B9)に
示すクライアントアプリケーションを作成する(ステッ
プS9)。(B9)において、「画面B61」への遷移
を行うソースコードは、(B10)のGUI画面遷移デ
ータを用いて作成される。これ以降の出力装置5におけ
る処理は、図3に示す具体的例と同様である。
Client application creation unit 45
Now, the client stub (B63) created by the client stub creation unit 43 and the data (B31) (B32) (B) stored in the GUI screen data storage unit 32
33), and a client application shown in (B9) is created from the GUI screen transition data (B10) stored in the GUI screen transition data storage unit 33 (step S9). In (B9), the source code for performing the transition to “screen B61” is created using the GUI screen transition data of (B10). Subsequent processing in the output device 5 is the same as the specific example shown in FIG.

【0067】このように、この第2実施形態では、入力
されたソースコードからGUI画面を抽出してユーザに
選択させるとともに、GUI画面遷移データを抽出し、
また、GUI画面遷移データを記憶することにより、ユ
ーザがクライアントアプリケーションへ移行するGUI
画面を選択できるようになる。また、クライアントアプ
リケーションへ移行するGUI画面を選択できるととも
に、クライアントアプリケーションにおけるGUI画面
の遷移が出来るようになる。
As described above, in the second embodiment, the GUI screen is extracted from the input source code to allow the user to select the GUI screen, and the GUI screen transition data is extracted.
Also, by storing the GUI screen transition data, the user can switch to the client application by using the GUI.
The screen can be selected. In addition, a GUI screen to be shifted to the client application can be selected, and a transition of the GUI screen in the client application can be performed.

【0068】この結果、第1実施形態と同様に開発工数
の削減が可能になるとともに、グラフィカルユーザイン
タフェース画面を選択し、また、クライアントアプリケ
ーションにおけるグラフィカルユーザインタフェース画
面の遷移実行中に、その画面表示が可能になり、よりク
ライアントアプリケーション及びサーバアプリケーショ
ンに移行する作業が容易になる。
As a result, development man-hours can be reduced as in the first embodiment, and a graphical user interface screen can be selected, and during the transition of the graphical user interface screen in the client application, the screen can be displayed. This makes it easier to migrate to client and server applications.

【0069】[0069]

【発明の効果】以上の説明から明らかなように、本発明
のクライアント/サーバアプリケーション作成方法及び
その装置によれば、クライアントアプリケーションから
サーバアプリケーションに対して実行を要求する処理関
数のインタフェースを抽出し、アプリケーションソース
コードから、クライアントアプリケーションのソースコ
ードとサーバアプリケーションのソースコードとを自動
作成する。そして、処理関数の実行を要求する処理をク
ライアントアプリケーションに自動的に組み込み、か
つ、クライアントアプリケーションから処理関数の実行
要求に応答する処理をサーバアプリケーションに自動的
に組み込んでいる。
As is apparent from the above description, according to the method and apparatus for creating a client / server application of the present invention, an interface of a processing function that requests execution from a client application to a server application is extracted. Automatically create the source code of the client application and the source code of the server application from the application source code. The processing for requesting the execution of the processing function is automatically incorporated in the client application, and the processing for responding to the processing function execution request from the client application is automatically incorporated in the server application.

【0070】この結果、単独で動作するアプリケーショ
ンのソースコードを入力するのみで、サーバアプリケー
ション及びクライアントアプリケーションが自動的に作
成できるようになる。したがって、独自開発又は既存の
アプリケーションの移行してクライアント/サーバシス
テム用のサーバアプリケーション及びクライアントアプ
リケーションを作成する際の開発工数を削減できるよう
になる。
As a result, the server application and the client application can be automatically created only by inputting the source code of the application that operates independently. Therefore, it is possible to reduce the number of development steps when creating a server application and a client application for a client / server system by migrating an original application or an existing application.

【0071】また、本発明のクライアント/サーバアプ
リケーション作成方法及びその装置によれば、クライア
ントアプリケーションへ移行するグラフィカルユーザイ
ンタフェース画面を選択し、また、クライアントアプリ
ケーションにおけるグラフィカルユーザインタフェース
画面の遷移を実行している。
Further, according to the client / server application creation method and apparatus of the present invention, the graphical user interface screen to be shifted to the client application is selected, and the transition of the graphical user interface screen in the client application is executed. .

【0072】この結果、前記の開発工数の削減が可能に
なるとともに、独自開発又は汎用アプリケーションにお
いて、グラフィカルユーザインタフェース画面を選択
し、また、クライアントアプリケーションにおけるグラ
フィカルユーザインタフェース画面の遷移実行中に、そ
の画面表示が可能になり、よりクライアントアプリケー
ション及びサーバアプリケーションに移行する作業が容
易になる。
As a result, the development man-hours can be reduced, and a graphical user interface screen can be selected in an independently developed or general-purpose application. The display becomes possible, and the operation of shifting to the client application and the server application becomes easier.

【0073】また、本発明の情報記録媒体によれば、単
独で動作するアプリケーションを分割してクライアント
/サーバシステムにおけるクライアントアプリケーショ
ン及びサーバアプリケーションの作成を実行するプログ
ラムを格納している。この結果、特に、汎用小型コンピ
ュータで、本発明を実施できるようになる。
According to the information recording medium of the present invention, a program for executing a client application and a server application in a client / server system by dividing an independently operating application is stored. As a result, in particular, the present invention can be implemented by a general-purpose small computer.

【0074】また、本発明の情報記録媒体は、前記した
情報記録媒体に、更に、クライアントアプリケーション
へ移行するグラフィカルユーザインタフェース画面を選
択し、また、クライアントアプリケーションにおけるグ
ラフィカルユーザインタフェース画面の遷移を実行する
プログラムを格納している。
Further, the information recording medium of the present invention further comprises a program for selecting a graphical user interface screen to be shifted to a client application and executing a transition of the graphical user interface screen in the client application. Is stored.

【0075】この結果、特に、汎用小型コンピュータ
で、本発明を実施できるようになるとともに、グラフィ
カルユーザインタフェース画面を選択し、また、クライ
アントアプリケーションにおけるグラフィカルユーザイ
ンタフェース画面の遷移実行中に、その画面表示が可能
になり、よりクライアントアプリケーション及びサーバ
アプリケーションに移行する作業が容易に出来るように
なる。
As a result, in particular, the present invention can be implemented with a general-purpose small-sized computer, a graphical user interface screen is selected, and during the transition of the graphical user interface screen in the client application, the screen display is changed. It becomes possible, and the work of migrating to the client application and the server application becomes easier.

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

【図1】本発明のクライアント/サーバアプリケーショ
ン作成方法及びその装置並びに情報記録媒体の第1実施
形態における構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a first embodiment of a method and apparatus for creating a client / server application and an information recording medium according to the present invention.

【図2】第1実施形態の動作の処理手順を示すフローチ
ャートである。
FIG. 2 is a flowchart illustrating a processing procedure of an operation according to the first embodiment.

【図3】第1実施形態の具体例の要部動作を説明するた
めの図である。
FIG. 3 is a diagram for explaining an operation of a main part of a specific example of the first embodiment.

【図4】第2実施形態の構成を示すブロック図である。FIG. 4 is a block diagram showing a configuration of a second embodiment.

【図5】第2実施形態の動作の処理手順を示すフローチ
ャートである。
FIG. 5 is a flowchart illustrating a processing procedure of an operation according to the second embodiment.

【図6】第2実施形態の具体例の要部動作を説明するた
めの図である。
FIG. 6 is a diagram for explaining an operation of a main part of a specific example of the second embodiment.

【図7】従来例にあってクライアントアプリケーション
及びサーバアプリケーションの作成手順を示すフローチ
ャートである。
FIG. 7 is a flowchart showing a procedure for creating a client application and a server application in a conventional example.

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

1 入力装置 2 データ解析装置 3 データ記憶装置 4 アプリケーション作成装置 5 出力装置 8 画面選択装置 21 処理関数データ抽出部 22 GUI画面データ抽出部 23 GUI画面抽出部 24 GUI画面遷移データ抽出部 31 処理関数データ記憶部 32 GUI画面データ記憶部 33 GUI画面遷移データ記憶部 41 インタフェース作成部 42 サーバスケルトン作成部 43 クライアントスタブ作成部 44 サーバアプリケーション作成部 45 クライアントアプリケーション作成部 51 サーバアプリケーション出力部 52 クライアントアプリケーション出力部 Reference Signs List 1 input device 2 data analysis device 3 data storage device 4 application creation device 5 output device 8 screen selection device 21 processing function data extraction unit 22 GUI screen data extraction unit 23 GUI screen extraction unit 24 GUI screen transition data extraction unit 31 processing function data Storage unit 32 GUI screen data storage unit 33 GUI screen transition data storage unit 41 Interface creation unit 42 Server skeleton creation unit 43 Client stub creation unit 44 Server application creation unit 45 Client application creation unit 51 Server application output unit 52 Client application output unit

Claims (15)

【特許請求の範囲】[Claims] 【請求項1】 単独で動作するアプリケーションを分割
してクライアント/サーバシステムにおけるクライアン
トアプリケーション及びサーバアプリケーションを作成
するクライアント/サーバアプリケーション作成方法に
おいて、 クライアントアプリケーションからサーバアプリケーシ
ョンに対して実行を要求する処理関数のインタフェース
を抽出する処理と、 アプリケーションソースコードから、クライアントアプ
リケーションのソースコードとサーバアプリケーション
のソースコードとを自動作成する処理と、 処理関数の実行を要求する処理をクライアントアプリケ
ーションに自動的に組み込む処理と、 クライアントアプリケーションから処理関数の実行要求
に応答する処理をサーバアプリケーションに自動的に組
み込む処理と、 を有することを特徴とするクライアント/サーバアプリ
ケーション作成方法。
1. A client / server application creation method for creating a client application and a server application in a client / server system by dividing an independently operating application, wherein a processing function for requesting the server application to execute from a client application is provided. A process of extracting an interface, a process of automatically creating a source code of a client application and a source code of a server application from an application source code, a process of automatically incorporating a process for requesting execution of a processing function into a client application, Automatically incorporating the process responding to the processing function execution request from the client application into the server application; and Client / server application creation method which is characterized in that.
【請求項2】 前記請求項1記載のクライアント/サー
バアプリケーション作成方法に、 クライアントアプリケーションへ移行するグラフィカル
ユーザインタフェース(GUI)画面を選択する処理
と、 クライアントアプリケーションにおけるグラフィカルユ
ーザインタフェース画面の遷移を実行する処理と、 を更に含むことを特徴とするクライアント/サーバアプ
リケーション作成方法。
2. The client / server application creating method according to claim 1, wherein a process of selecting a graphical user interface (GUI) screen to be shifted to the client application, and a process of executing a transition of the graphical user interface screen in the client application are performed. A method for creating a client / server application, further comprising:
【請求項3】 アプリケーションのソースコードを入力
するための入力手段と、 前記入力手段からのアプリケーションのソースコードに
よって処理関数データとGUI画面データとを作成する
データ解析手段と、 前記データ解析手段で作成された処理関数データ及びG
UI画面データを記憶するデータ記憶手段と、 前記データ記憶手段に記憶しているGUI画面データお
よび、前記データ記憶手段に記憶している処理関数デー
タに基づいたインタフェースで作成したクライアント用
処理ソースコードとによってクライアントアプリケーシ
ョンを作成し、かつ、前記データ記憶手段に記憶してい
る処理関数データに基づいたインタフェースで作成した
サーバ用処理ソースコードと入力手段からのアプリケー
ションのソースコードとによって、サーバアプリケーシ
ョンを作成するアプリケーション作成手段と、 前記アプリケーション作成手段で作成したクライアント
アプリケーション及びサーバアプリケーションを出力す
る出力手段と、 を備えることを特徴とするクライアント/サーバアプリ
ケーション作成装置。
3. An input unit for inputting an application source code, a data analysis unit for generating processing function data and GUI screen data based on the application source code from the input unit, and a data analysis unit. Processing function data and G
A data storage means for storing UI screen data; a GUI screen data stored in the data storage means; and a client processing source code created by an interface based on the processing function data stored in the data storage means. And a server application is created by processing source code for the server created by an interface based on the processing function data stored in the data storage means and the source code of the application from the input means. A client / server application creation device, comprising: an application creation unit; and an output unit that outputs the client application and the server application created by the application creation unit. .
【請求項4】 前記データ解析手段として、 入力手段からのアプリケーションのソースコードを解析
し、GUI画面で発生するイベント処理で呼び出された
処理関数の関数名、戻り値の型、引数の型、引数名から
なる処理関数データを作成する処理関数データ抽出部
と、 入力手段からのアプリケーションのソースコードを解析
し、GUI画面に位置しているGUI部品の種類、属
性、部品で発生するイベント処理で呼び出された処理と
前記処理関数データ抽出部で作成された処理関数データ
との関係に基づい てGUI画面データを作成するGUI画面データ抽出部
と、を備えることを特徴とする請求項3記載のクライア
ント/サーバアプリケーション作成装置。
4. The data analysis means analyzes a source code of an application from an input means, and outputs a function name, a return value type, an argument type, and an argument of a processing function called in an event process generated on a GUI screen. A processing function data extraction unit that creates processing function data consisting of names, analyzes the source code of the application from the input unit, and is called by the event processing generated by the type, attribute, and component of the GUI component located on the GUI screen 4. A client / data processing apparatus according to claim 3, further comprising: a GUI screen data extracting unit that creates GUI screen data based on a relationship between the processed process and the processing function data created by the processing function data extracting unit. Server application creation device.
【請求項5】 前記データ記憶手段として、 処理関数データ抽出部で作成された処理関数データを記
憶する処理関数データ記憶部と、 GUI画面データ抽出部で作成したGUI画面データを
記憶するGUI画面データ記憶部と、 を備えることを特徴とする請求項3又は4記載のクライ
アント/サーバアプリケーション作成装置。
5. A processing function data storage unit that stores processing function data created by a processing function data extraction unit, and a GUI screen data that stores GUI screen data created by a GUI screen data extraction unit, as the data storage unit. The client / server application creation device according to claim 3, further comprising: a storage unit.
【請求項6】 前記アプリケーション作成手段として、 データ記憶手段に記憶している処理関数データによって
GUI画面で発生するイベント処理で呼び出された処理
関数のインタフェースを作成するインタフェース作成部
と、 前記インタフェース作成部で作成したインタフェースに
基づいてクライアントアプリケーションの処理関数実行
の要求を受け取るためのサーバ用処理ソースコードを作
成するサーバスケルトン作成部と、 前記インタフェース作成部で生成したインタフェースに
基づいてサーバアプリケーションの処理関数実行の要求
を行うためのクライアント用処理ソースコードを作成す
るクライアントスタブ作成部と、 入力手段からのアプリケーションのソースコード及び前
記サーバスケルトン作成部で作成されたサーバ用処理ソ
ースコードからサーバアプリケーションを作成するサー
バアプリケーション作成部と、 前記データ記憶手段に記憶しているGUI画面データ及
び前記クライアントスタブ作成部で作成されたクライア
ント用処理ソースコードからクライアントアプリケーシ
ョンを作成するクライアントアプリケーション作成部
と、 を備えることを特徴とする請求項3,4又は5記載のク
ライアント/サーバアプリケーション作成装置。
6. An interface creating unit for creating an interface of a processing function called in an event process generated on a GUI screen by processing function data stored in a data storage unit, as the application creating unit; A server skeleton creation unit for creating a server processing source code for receiving a request for execution of a processing function of a client application based on the interface created in step 2, and a processing function execution of the server application based on the interface created by the interface creation unit Client stub creation unit for creating a client process source code for making a request, and an application source code from input means and a server process created by the server skeleton creation unit A server application creating unit for creating a server application from the source code, and a client application creating unit for creating a client application from the GUI screen data stored in the data storage unit and the client processing source code created by the client stub creating unit The client / server application creation device according to claim 3, wherein the client / server application creation device comprises:
【請求項7】 前記出力手段として、 前記アプリケーション作成手段で作成されたサーバアプ
リケーションソースコードを記憶装置に送出するサーバ
アプリケーション出力部と、 前記アプリケーション作成手段で作成されたクライアン
トアプリケーションソースコードを記憶装置に送出する
クライアントアプリケーション出力部と、 を備えることを特徴とする請求項3,4,5又は6記載
のクライアント/サーバアプリケーション作成装置。
7. A server application output unit for sending a server application source code created by the application creation unit to a storage device as the output unit, and a client application source code created by the application creation unit to a storage device. 7. The client / server application creating apparatus according to claim 3, further comprising: a client application output unit for sending.
【請求項8】 前記請求項3記載のデータ解析手段が、 入力手段からのアプリケーションソースコードに基づい
て全てのGUI画面を抽出する処理、及び、記憶手段に
記憶しているGUI画面データ間の遷移関係を入力手段
からのアプリケーションソースコードから抽出してGU
I画面遷移データを作成する処理を更に実行し、 かつ、データ記憶手段が、前記データ解析手段で作成さ
れたGUI画面遷移データを記憶する処理を更に実行す
るとともに、 この処理を実行するデータ解析手段に、抽出したGUI
画面中から、クライアントアプリケーションで用いるG
UI画面を選択するための画面選択手段を更に備えるこ
とを特徴とするクライアント/サーバアプリケーション
作成装置。
8. A process for extracting all GUI screens based on an application source code from an input unit, and a transition between GUI screen data stored in a storage unit. GU by extracting the relationship from the application source code from the input means
Data analysis means for further executing processing for creating I-screen transition data, and wherein the data storage means further executes processing for storing the GUI screen transition data created by the data analysis means; The extracted GUI
From the screen, G used in the client application
A client / server application creation device, further comprising a screen selection unit for selecting a UI screen.
【請求項9】 前記データ解析手段に、 入力手段からのアプリケーションソースコードから全て
のGUI画面を抽出する処理を行うGUI画面抽出部
と、 前記データ記憶手段に記憶しているGUI画面データ間
の遷移関係を入力手段からのアプリケーションソースコ
ードから抽出して、遷移元、イベント処理、遷移先から
なるGUI画面遷移データを作成するGUI画面遷移デ
ータ抽出手段と、 を更に備えることを特徴とする請求項4記載のクライア
ント/サーバアプリケーション作成装置。
9. A GUI screen extracting unit for performing a process of extracting all GUI screens from an application source code from an input unit, a transition between GUI screen data stored in the data storage unit. 5. A GUI screen transition data extracting unit that extracts a relationship from an application source code from an input unit and creates GUI screen transition data including a transition source, an event process, and a transition destination. The client / server application creation device according to the above.
【請求項10】 前記データ記憶手段に、 データ解析手段で作成したGUI画面遷移データを記憶
するGUI画面遷移データ記憶部を更に備えることを特
徴とする請求項5記載のクライアント/サーバアプリケ
ーション作成装置。
10. The client / server application creating apparatus according to claim 5, wherein the data storage unit further includes a GUI screen transition data storage unit that stores the GUI screen transition data created by the data analysis unit.
【請求項11】 前記単独で動作するアプリケーション
が、 独自開発したクライアント/サーバシステムのためのソ
フトウェアであり、又は、クライアント/サーバシステ
ムの開発環境として提供される汎用ソフトウェアである
ことを特徴とする請求項3記載のクライアント/サーバ
アプリケーション作成装置。
11. The application which operates independently is software for a client / server system independently developed or general-purpose software provided as a development environment for the client / server system. Item 4. The client / server application creation device according to Item 3.
【請求項12】 前記請求項1及び2記載のクライアン
ト/サーバアプリケーション作成方法における処理を、
汎用小型コンピュータで実行することを特徴とするクラ
イアント/サーバアプリケーション作成方法。
12. The processing in the client / server application creation method according to claim 1 or 2,
A method for creating a client / server application, wherein the method is executed by a general-purpose small computer.
【請求項13】 前記請求項3記載のクライアント/サ
ーバアプリケーション作成装置として、 汎用小型コンピュータを用いることを特徴とするクライ
アント/サーバアプリケーション作成装置。
13. A client / server application creating apparatus according to claim 3, wherein a general-purpose small computer is used.
【請求項14】 クライアントアプリケーションからサ
ーバアプリケーションに対して実行を要求する処理関数
のインタフェースを抽出し、 アプリケーションソースコードから、クライアントアプ
リケーションのソースコードとサーバアプリケーション
のソースコードとを自動作成し、 処理関数の実行を要求する処理をクライアントアプリケ
ーションに自動的に組み込み、 クライアントアプリケーションから処理関数の実行要求
に応答する処理をサーバアプリケーションに自動的に組
み込む制御を実行するプログラムを格納したことを特徴
とする情報記録媒体。
14. An interface of a processing function for requesting execution of a server application from a client application is extracted, and a source code of a client application and a source code of a server application are automatically created from an application source code. An information recording medium storing a program for executing a control for automatically incorporating a process requesting execution into a client application and automatically incorporating a process responding to a request for execution of a processing function from the client application into a server application. .
【請求項15】 前記請求項14記載の情報記録媒体
に、 更に、クライアントアプリケーションへ移行するグラフ
ィカルユーザインタフェース画面を選択し、かつ、クラ
イアントアプリケーションにおけるグラフィカルユーザ
インタフェース画面の遷移を実行するプログラムを格納
したことを特徴とする情報記録媒体。
15. The information recording medium according to claim 14, further comprising a program for selecting a graphical user interface screen to be shifted to a client application and executing a transition of the graphical user interface screen in the client application. An information recording medium characterized by the above-mentioned.
JP30924898A 1998-10-29 1998-10-29 Method and apparatus for creating client / server application and information recording medium Expired - Fee Related JP3449256B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30924898A JP3449256B2 (en) 1998-10-29 1998-10-29 Method and apparatus for creating client / server application and information recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30924898A JP3449256B2 (en) 1998-10-29 1998-10-29 Method and apparatus for creating client / server application and information recording medium

Publications (2)

Publication Number Publication Date
JP2000137600A true JP2000137600A (en) 2000-05-16
JP3449256B2 JP3449256B2 (en) 2003-09-22

Family

ID=17990723

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30924898A Expired - Fee Related JP3449256B2 (en) 1998-10-29 1998-10-29 Method and apparatus for creating client / server application and information recording medium

Country Status (1)

Country Link
JP (1) JP3449256B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002109088A (en) * 2000-10-03 2002-04-12 Matsushita Electric Ind Co Ltd Energy analysis order reception system and software order reception system
JP2012014633A (en) * 2010-07-05 2012-01-19 Mitsubishi Electric Corp Application creating device, application creating method, application execution device and application execution method
JP2012094148A (en) * 2010-10-28 2012-05-17 Samsung Sds Co Ltd Application generation device and its method
JP2012514267A (en) * 2008-12-29 2012-06-21 エスケーテレコム株式会社 Software separation execution method, apparatus, and computer-readable recording medium
WO2015045108A1 (en) * 2013-09-27 2015-04-02 三菱電機株式会社 Client/server program generation device and client/server program generation program
KR20150040483A (en) * 2013-10-07 2015-04-15 에스케이플래닛 주식회사 Apparatus, method and computer-readable medium for development web application

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002109088A (en) * 2000-10-03 2002-04-12 Matsushita Electric Ind Co Ltd Energy analysis order reception system and software order reception system
JP2012514267A (en) * 2008-12-29 2012-06-21 エスケーテレコム株式会社 Software separation execution method, apparatus, and computer-readable recording medium
US9454456B2 (en) 2008-12-29 2016-09-27 Sk Planet Co., Ltd. Method for separately executing software, apparatus, and computer-readable recording medium
JP2012014633A (en) * 2010-07-05 2012-01-19 Mitsubishi Electric Corp Application creating device, application creating method, application execution device and application execution method
JP2012094148A (en) * 2010-10-28 2012-05-17 Samsung Sds Co Ltd Application generation device and its method
CN102591632A (en) * 2010-10-28 2012-07-18 三星Sds株式会社 Apparatus and method for generating applications automatically
US8850389B2 (en) 2010-10-28 2014-09-30 Samsung Sds Co., Ltd. Apparatus and method for generating applications automatically
WO2015045108A1 (en) * 2013-09-27 2015-04-02 三菱電機株式会社 Client/server program generation device and client/server program generation program
KR20150040483A (en) * 2013-10-07 2015-04-15 에스케이플래닛 주식회사 Apparatus, method and computer-readable medium for development web application
KR102150545B1 (en) * 2013-10-07 2020-10-26 에스케이플래닛 주식회사 Apparatus, method and computer-readable medium for development web application

Also Published As

Publication number Publication date
JP3449256B2 (en) 2003-09-22

Similar Documents

Publication Publication Date Title
US7676794B2 (en) Testing scenarios that sequentially execute a plurality of application program interfaces
US6493006B1 (en) Graphical user interface having contextual menus
JP3521147B2 (en) User interface customizing method and apparatus
JP2002544584A (en) System and method for dynamic assistance in a software application using behavioral and host application models
US7603624B2 (en) System and method for styling content in a graphical user interface control
JPH03129451A (en) Constitution for integrating application in digital processing system
JP4059547B2 (en) How to execute commands in a client / server medical imaging system
JPH0954669A (en) Dynamic dialogue box function for graphical user interface
JP4201363B2 (en) Cell overlap detection and correction method
JPH11191062A (en) Application image development support system
JP3449256B2 (en) Method and apparatus for creating client / server application and information recording medium
US7936356B2 (en) Information processing method for information registration, and information processing method for information retrieval
JP3294691B2 (en) Object-oriented system construction method
JP2004362343A (en) Source code conversion apparatus, source code conversion method, and program
JP3119960B2 (en) Logic simulation system
CN113064588B (en) Command arranging method, device and computer readable medium
JP2010026695A (en) Business process execution method, business process execution device and business process execution program
CN113806596B (en) Operation data management method and related device
JP3305782B2 (en) Software standardization method and software product analysis method
JP7532964B2 (en) Information processing device, control program, and control method
JP2000020296A (en) Program change support device
JP2534433B2 (en) Message verification method
JP2924778B2 (en) Communication module generation device and communication information file design device
JPH1021191A (en) Command history managing device for information processor
CN113706209A (en) Operation data processing method and related device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees