JP2016066355A - Web application generating system, control method of web application generating system, program for web application generating system, web application generating device, control method of web application generating device, and program for web application generating device - Google Patents

Web application generating system, control method of web application generating system, program for web application generating system, web application generating device, control method of web application generating device, and program for web application generating device Download PDF

Info

Publication number
JP2016066355A
JP2016066355A JP2015182633A JP2015182633A JP2016066355A JP 2016066355 A JP2016066355 A JP 2016066355A JP 2015182633 A JP2015182633 A JP 2015182633A JP 2015182633 A JP2015182633 A JP 2015182633A JP 2016066355 A JP2016066355 A JP 2016066355A
Authority
JP
Japan
Prior art keywords
information
web application
server
web
data structure
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
JP2015182633A
Other languages
Japanese (ja)
Other versions
JP6002302B2 (en
Inventor
文洋 柴本
Fumihiro Shibamoto
文洋 柴本
勲 上田
Isao Ueda
勲 上田
鈴木 智子
Tomoko Suzuki
智子 鈴木
ゆみ 石塚
Yumi Ishizuka
ゆみ 石塚
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.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
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 Canon Marketing Japan Inc, Canon IT Solutions Inc filed Critical Canon Marketing Japan Inc
Publication of JP2016066355A publication Critical patent/JP2016066355A/en
Application granted granted Critical
Publication of JP6002302B2 publication Critical patent/JP6002302B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To generate a web application, when configuring the web application from a client application in order to allow the web application to process a system configured to process in the client application, without converting processing of the client application into that for the web application.SOLUTION: A web application generating device 100 receives data structure information 121 being design information of a client application 150, holds the data structure information 121 as data model definition 104 and generates a web application 160 by using the data model definition 104 and definition information for enabling existing processing information usable by a provided web service to be processed.SELECTED DRAWING: Figure 3

Description

本発明は、既存システムと連携する、Webアプリケーションの生成を支援するための技術に関する。   The present invention relates to a technology for supporting generation of a Web application that cooperates with an existing system.

社内業務にワークフローシステムを利用することは一般的である。ワークフロー処理を行うにあたっては、社内では主にPCが利用される。   It is common to use a workflow system for internal work. When performing workflow processing, a PC is mainly used in the company.

また、従来、社内利用のためのワークフローシステムの多くは、帳票画面にはネイティブ言語で開発したクライアントアプリケーションから、サーバに対してデータ送受信を行うクライアントサーバ型のシステムが多かった。   Conventionally, many of the workflow systems for in-house use have a client server type system in which data is transmitted to and received from a server from a client application developed in a native language on a form screen.

このような状況において、近年は外出先でモバイル端末を利用し、承認操作を行いたいといった要求が増えている。   Under these circumstances, in recent years, there has been an increasing demand for performing an approval operation using a mobile terminal on the go.

しかしながら、クライアントアプリケーションで動作するワークフローシステムを、利用者端末がPCからの利用を前提で構築した場合、PCでワークフローシステムにおける処理を行うことは可能であるが、モバイル端末から処理を行うことは、PCというOSの利用を前提で構築されているため、不可能となる場合がある。そのため、その問題を解決するべく、一般的にはクライアントサーバ型のワークフローシステムをブラウザで動作するWebアプリケーションとして再構築を行うことが多い。   However, when a user terminal is constructed on the premise that a user terminal uses a workflow system that operates on a client application, it is possible to perform processing in the workflow system on a PC, but processing from a mobile terminal Since it is built on the premise of using an OS called a PC, it may be impossible. Therefore, in order to solve the problem, in general, a client server type workflow system is often reconstructed as a Web application that operates on a browser.

このように、クライアントアプリケーションで動作するワークフローシステムを、Webアプリケーションで動作するワークフローシステムへ再構築を行うことは開発コストが大きくなる課題があり、この課題に対する解決策として、特許文献1が提案されている。   As described above, restructuring a workflow system that operates on a client application into a workflow system that operates on a Web application has a problem of increasing development costs. Patent Document 1 has been proposed as a solution to this problem. Yes.

特許文献1においては、オブジェクト指向で記述されているクライアントアプリケーションの開発データから部品と部品に対する処理の記述を抽出し、部品はWebオブジェクト部品に変換し、部品に対する処理の記述はWebオブジェクト部品のメソッドに変換するとある。具体的にはASPファイルとサーバプログラムを生成する。Webアプリケーションの生成が可能かどうかを判定する判定部があり、不可能と判定された場合は開発データの修正を要求する。   In Japanese Patent Laid-Open No. 2004-228561, a description of processing for parts and components is extracted from development data of a client application described in object orientation, the parts are converted into Web object parts, and the description of processing for parts is a method of a Web object part. It is converted to. Specifically, an ASP file and a server program are generated. There is a determination unit that determines whether or not a Web application can be generated. When it is determined that the Web application cannot be generated, the development data is requested to be corrected.

特開2002−182912号公報JP 2002-182912 A

特許文献1で提案されているプログラム(アプリケーションの画面上の部品に対する処理)を別のアプリケーションにおける、同じ処理を可能とするプログラムに変換する技術は難易度が高く、変換が可能なケースは少ないと考えられる。また、変換したプログラムが正しく動作する保証はなく、検証作業が別途必要になる。また、特許文献1ではクライアントアプリケーションからの操作とWebブラウザからの操作で、同じデータに関して相互運用することができない。このため、Webアプリケーションを構築するにあたっては、既存のクライアントアプリケーションの設計情報を利用しつつも、Webアプリケーションの処理の部分に関しては、クライアントアプリケーションで動作している処理のロジックを変換することなく、そのまま利用できるようにWebアプリケーションを構築することが望まれる。また、一般的には、ユーザの利用端末の種別に応じて、適切なアプリケーション画面が呼び出され、同じデータにアクセスできるようにすることが望まれている。   The technology for converting the program proposed in Patent Document 1 (processing for parts on the screen of the application) into a program that enables the same processing in another application is highly difficult, and there are few cases where conversion is possible Conceivable. In addition, there is no guarantee that the converted program will operate correctly, and verification work will be required separately. Further, in Patent Document 1, the same data cannot be interoperated by an operation from a client application and an operation from a Web browser. For this reason, when building a Web application, while using design information of an existing client application, the processing part of the Web application is not changed without converting the logic of the process operating in the client application. It is desired to construct a Web application so that it can be used. In general, it is desired that an appropriate application screen is called according to the type of user's terminal to be able to access the same data.

そこで、本発明の目的は上記課題を鑑み、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーションを生成するWebアプリケーション生成システムを提供することを目的とする。   Therefore, in view of the above-described problems, the object of the present invention is to construct a Web application from a client application so that the system that performs processing by the client application can also perform processing from the Web application. An object of the present invention is to provide a Web application generation system that generates a Web application without converting it into a process for use.

前述した課題を解決するための第1の発明は、Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムにおいて、前記サーバは、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報とを記憶する設計情報記憶手段と、前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段と、を備え、前記Webアプリケーション生成装置は、前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段と、前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段と、前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段と、を備えることを特徴とするWebアプリケーション生成システムである。   A first invention for solving the above-described problem is a Web application generation system in which a Web application generation apparatus and a server having design information of a client application can be connected via a network, wherein the server includes the client application Design information storage means for storing data structure information, which is data item information used in the server, and processing information performed by the server in response to a request from the client application, and the processing information can be called from a Web application Web service providing means for providing a Web service for performing the processing, wherein the Web application generation apparatus receives the data structure information stored in the design information storage means from the server. Means, data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application, and the data model definition; Generating means for generating a Web application by using definition information for enabling processing of the existing processing information that can be used by the Web service provided by the Web service providing means. This is a Web application generation system.

第1の発明によって、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合であって、クライアントアプリケーションからのリクエストに応じてサーバが行う処理がWebアプリケーションから呼び出し可能となるようにWebサービスとして提供されている場合に、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成システムを提供することが可能になる。   According to the first aspect of the present invention, a Web application is constructed from a client application in order to enable a system that performs processing by the client application to perform processing from the Web application, and the server responds to a request from the client application. When the processing to be performed is provided as a Web service so that it can be called from the Web application, the Web application generation system can be provided without converting the processing of the client application into the processing for the Web application. .

前記サーバは、前記サーバの前記クライアントアプリケーションに対しアクセスを受け付けた場合にアクセス元を判定する判定手段と、前記判定手段により、前記サーバが端末からアクセスを受け付けたと判定した場合は、前記クライアントアプリケーションを前記端末へ表示するとともに、前記判定手段により、前記サーバがモバイル端末からアクセスを受け付けたと判定した場合は、前記Webアプリケーションの画面を前記モバイル端末へ表示する切替手段と、を更に備えることが望ましい。   The server is configured to determine an access source when access to the client application of the server is received, and when the determination unit determines that the server has received access from a terminal, the server It is preferable to further include a switching unit that displays the screen of the Web application on the mobile terminal when the determination unit determines that the server has received access from the mobile terminal.

これにより、サーバは、サーバへのアクセスが端末かモバイル端末かに応じて、クライアントアプリケーションを表示するか、Webアプリケーションを表示するかを切り替えることができる。   Thus, the server can switch between displaying the client application or displaying the Web application depending on whether the access to the server is a terminal or a mobile terminal.

前記サーバは、前記判定手段により、前記サーバが前記モバイル端末からアクセスを受け付けたと判定した場合に表示するWebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけた対応テーブルを記憶するフィルタ設定情報記憶手段を更に備えることが望ましい。   Filter setting information for storing a correspondence table in which the URL of the Web application displayed when the determination unit determines that the server has received access from the mobile terminal and the URL of the client application are associated by the determination unit It is desirable to further comprise storage means.

これにより、サーバは、WebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけたフィルタ設定情報を利用することができる。   Thus, the server can use the filter setting information in which the URL of the Web application and the URL of the client application are associated with each other.

前記切替手段は、前記アクセス元のモバイル端末がリクエスト情報として前記サーバに送信した前記クライアントアプリケーションのURLに対応する、前記Webアプリケーションを表示するためのURLが前記フィルタ設定情報記憶手段に存在する場合、前記アクセス元のモバイル端末に当該Webアプリケーションを表示するURLに対応する前記Webアプリケーションを表示することが望ましい。   When the URL for displaying the Web application corresponding to the URL of the client application transmitted to the server as request information by the access source mobile terminal exists in the filter setting information storage unit, It is desirable to display the Web application corresponding to the URL for displaying the Web application on the access source mobile terminal.

これにより、サーバは、モバイル端末がリクエストしたクライアントアプリケーションの処理画面に対応するWebアプリケーションの処理画面がある場合には、モバイル端末にWebアプリケーションの処理画面を表示させるようにすることができる。   Accordingly, when there is a Web application processing screen corresponding to the client application processing screen requested by the mobile terminal, the server can display the Web application processing screen on the mobile terminal.

第2の発明は、Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムにおいて、前記サーバは、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報と、を記憶する設計情報記憶手段と、を備え、前記Webアプリケーション生成装置は、前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段と、前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段と、前記設計情報記憶手段に記憶された前記レイアウト情報を前記サーバから受信するレイアウト情報受信手段と、前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段と、前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段と、前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段と、を備えることを特徴とするWebアプリケーション生成システムである。   According to a second aspect of the present invention, there is provided a Web application generation system in which a Web application generation apparatus and a server having client application design information can be connected via a network, wherein the server includes information on data items used in the client application. Data structure information, layout information defining attribute information when the data structure information is used in the client application, and processing information performed by the server in response to a request from the client application. Design information storage means, wherein the Web application generation device receives the data structure information stored in the design information storage means from the server, and the data structure information reception means Data model definition storage means for storing the received data structure information as a data model definition that is data item information used in the Web application, and the layout information stored in the design information storage means in the server Layout information receiving means received from the input / output definition storage for storing the layout information received from the layout information receiving means as input / output definitions which are definition information defining attribute information when used in the Web application Means, a web service creation means for creating a web service for enabling the processing information to be called from a web application, the data model definition, the input / output definition, and the web service created by the web service creation means By existing said processing And definition information for enabling processing the broadcast, by using a Web application generation system characterized by comprising: a generating means for generating a Web application, a.

第2の発明によって、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成システムを提供することが可能になる。   According to the second aspect of the present invention, when a Web application is constructed from a client application so that a system that performs processing by the client application can also perform processing from the Web application, the processing of the client application is converted into processing for the Web application. Therefore, it is possible to provide a Web application generation system.

前記サーバは、前記サーバの前記クライアントアプリケーションに対しアクセスを受け付けた場合にアクセス元を判定する判定手段と、前記判定手段により、前記サーバが端末からアクセスを受け付けたと判定した場合は、前記クライアントアプリケーションを前記端末へ表示するとともに、前記判定手段により、前記サーバがモバイル端末からアクセスを受け付けたと判定した場合は、前記Webアプリケーションの画面を前記モバイル端末へ表示する切替手段と、を更に備え、前記Webアプリケーション生成装置は、前記判定手段と、前記切替手段とを備えるフィルタプログラムを生成するフィルタプログラム生成手段を更に備えることが望ましい。   The server is configured to determine an access source when access to the client application of the server is received, and when the determination unit determines that the server has received access from a terminal, the server Switching means for displaying the screen of the Web application on the mobile terminal when the determination means determines that the server has received access from the mobile terminal, and the Web application further comprises: It is desirable that the generation device further includes a filter program generation unit that generates a filter program including the determination unit and the switching unit.

これにより、サーバは、サーバへのアクセスが端末かモバイル端末かに応じて、クライアントアプリケーションを表示するか、Webアプリケーションを表示するかを切り替えることができ、Webアプリケーション生成装置は、アクセス元の判定及び切り替えを行うフィルタプログラムを生成することができる。   As a result, the server can switch between displaying the client application and displaying the Web application depending on whether the access to the server is a terminal or a mobile terminal. A filter program for switching can be generated.

前記サーバは、前記判定手段により、前記サーバが前記モバイル端末からアクセスを受け付けたと判定した場合に表示するWebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけた対応テーブルを記憶するフィルタ設定情報記憶手段を更に備えることが望ましい。   Filter setting information for storing a correspondence table in which the URL of the Web application displayed when the determination unit determines that the server has received access from the mobile terminal and the URL of the client application are associated by the determination unit It is desirable to further comprise storage means.

これにより、サーバは、WebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけたフィルタ設定情報を利用することができる。   Thus, the server can use the filter setting information in which the URL of the Web application and the URL of the client application are associated with each other.

前記切替手段は、前記アクセス元のモバイル端末がリクエスト情報として前記サーバに送信した前記クライアントアプリケーションのURLに対応する、前記Webアプリケーションを表示するためのURLが前記フィルタ設定情報記憶手段に存在する場合、前記アクセス元のモバイル端末に当該Webアプリケーションを表示するURLに対応する前記Webアプリケーションを表示することが望ましい。   When the URL for displaying the Web application corresponding to the URL of the client application transmitted to the server as request information by the access source mobile terminal exists in the filter setting information storage unit, It is desirable to display the Web application corresponding to the URL for displaying the Web application on the access source mobile terminal.

これにより、サーバは、モバイル端末がリクエストしたクライアントアプリケーションの処理画面に対応するWebアプリケーションの処理画面がある場合には、モバイル端末にWebアプリケーションの処理画面を表示させるようにすることができる。   Accordingly, when there is a Web application processing screen corresponding to the client application processing screen requested by the mobile terminal, the server can display the Web application processing screen on the mobile terminal.

第3の発明は、Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムの制御方法にであって、前記サーバは、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報とを記憶する設計情報記憶ステップと、前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供ステップと、を含み、前記Webアプリケーション生成装置は、前記設計情報記憶ステップにおいて記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信ステップと、前記データ構造情報受信ステップより受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶ステップと、前記データモデル定義と、前記Webサービス提供ステップにより提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成ステップと、を含むことを特徴とするWebアプリケーション生成システムの制御方法である。   A third invention is a control method of a Web application generation system in which a Web application generation device and a server having client application design information can be connected via a network, and the server is used by the client application A design information storage step for storing data structure information, which is information of data items to be processed, and processing information performed by the server in response to a request from the client application, and enabling the processing information to be called from a Web application A Web service providing step of providing the Web service, wherein the Web application generation device receives the data structure information stored in the design information storage step from the server. A data model definition storing step for storing the data structure information received from the data structure information receiving step as a data model definition that is information of data items used in the Web application, and the data model definition; A generation step of generating a Web application by using definition information for enabling processing of the existing processing information that can be used by the Web service provided by the Web service providing step. It is the control method of the characteristic Web application generation system.

第3の発明によって、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合であって、クライアントアプリケーションからのリクエストに応じてサーバが行う処理がWebアプリケーションから呼び出し可能となるようにWebサービスとして提供されている場合に、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成システムを制御することが可能になる。   According to the third aspect of the present invention, a Web application is constructed from a client application so that a system that performs processing by the client application can also perform processing from the Web application, and the server responds to a request from the client application. When the processing to be performed is provided as a Web service so that it can be called from the Web application, the Web application generation system can be controlled without converting the processing of the client application into the processing for the Web application. .

第4の発明は、Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムのプログラムであって、前記サーバであるコンピュータを、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報とを記憶する設計情報記憶手段、前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段、として機能させ、前記Webアプリケーション生成装置であるコンピュータを、前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段、前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段、前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段、として機能させるためのWebアプリケーション生成システムのプログラムである。   According to a fourth aspect of the present invention, there is provided a program for a Web application generation system in which a Web application generation apparatus and a server having design information of a client application can be connected via a network. Design information storage means for storing data structure information, which is information of data items to be used, and processing information performed by the server in response to a request from the client application, so that the processing information can be called from a Web application The computer serving as the Web application generation device is caused to function as a Web service providing unit that provides the Web service, and the data structure information stored in the design information storage unit is transferred from the server. Data structure information receiving means for receiving, data model definition storing means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application, the data Functions as a generation unit that generates a Web application by using a model definition and definition information for enabling processing of the existing processing information that can be used by the Web service provided by the Web service providing unit A web application generation system program for causing

第4の発明を汎用のコンピュータにインストールすることにより、第1の発明に係るWebアプリケーション生成システムを実現するプログラムを実行することができる。   By installing the fourth invention on a general-purpose computer, a program for realizing the Web application generation system according to the first invention can be executed.

第5の発明は、クライアントアプリケーションの設計情報を有し、前記クライアントアプリケーションからのリクエストに応じて行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段を備えるサーバとネットワークを介して接続可能なWebアプリケーション生成装置であって、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信手段と、前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段と、前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段と、を備えることを特徴とするWebアプリケーション生成装置である。   According to a fifth aspect of the present invention, there is provided a server comprising web service providing means for providing a web service that has design information of a client application and that allows processing information to be called in response to a request from the client application to be called from the web application. A data structure information receiving unit that is a Web application generation device connectable via a network, and that receives data structure information that is data item information used by the client application from the server; and the data structure information receiving unit Data model definition storage means for storing the received data structure information as a data model definition that is data item information used in the Web application, the data model definition, and the Web service provision A Web application comprising: generating means for generating a Web application by using definition information for enabling processing of the existing processing information usable by the Web service provided by the stage; It is a generation device.

第5の発明によって、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合であって、クライアントアプリケーションからのリクエストに応じてサーバが行う処理がWebアプリケーションから呼び出し可能となるようにWebサービスとして提供されている場合に、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成装置を提供することが可能になる。   According to the fifth aspect of the present invention, in order to enable a system that performs processing by a client application to also perform processing from the Web application, the Web application is constructed from the client application, and the server responds to a request from the client application. When the processing to be performed is provided as a Web service so that it can be called from the Web application, it is possible to provide the Web application generation device without converting the processing of the client application into the processing for the Web application. .

第6の発明は、クライアントアプリケーションの設計情報を有し、前記クライアントアプリケーションからのリクエストに応じて行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段を備えるサーバとネットワークを介して接続可能なWebアプリケーション生成装置の制御方法であって、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信ステップと、前記データ構造情報受信ステップより受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶ステップと、前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成ステップと、を含むことを特徴とするWebアプリケーション生成装置の制御方法である。   A sixth invention includes a server having web service providing means for providing a web service that has design information of a client application and that enables processing information to be called from the web application in response to a request from the client application. A method for controlling a Web application generation apparatus connectable via a network, the data structure information receiving step for receiving, from the server, data structure information that is data item information used in the client application, and the data structure A data model definition storing step for storing the data structure information received from the information receiving step as a data model definition that is information of data items used in the web application; and the data model definition; A generation step of generating a Web application by using definition information for enabling processing of the existing processing information usable by the Web service provided by the Web service providing means. This is a control method of the Web application generation apparatus.

第6の発明によって、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合であって、クライアントアプリケーションからのリクエストに応じてサーバが行う処理がWebアプリケーションから呼び出し可能となるようにWebサービスとして提供されている場合に、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成装置を制御することが可能になる。   According to the sixth aspect of the present invention, in order to enable a system that performs processing by a client application to perform processing from the Web application as well, the Web application is constructed from the client application, and the server responds to a request from the client application. When the processing to be performed is provided as a Web service so that it can be called from the Web application, the Web application generation apparatus can be controlled without converting the processing of the client application into the processing for the Web application. .

第7の発明は、クライアントアプリケーションの設計情報を有し、前記クライアントアプリケーションからのリクエストに応じて行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段を備えるサーバとネットワークを介して接続可能なWebアプリケーション生成装置のプログラムであって、前記Webアプリケーション生成装置であるコンピュータを、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信手段、前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段、前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段、として機能させるためのWebアプリケーション生成装置のプログラムである。   A seventh invention includes a server having Web service providing means for providing a Web service that has design information of a client application and that enables processing information to be called in response to a request from the client application to be called from the Web application. A program of a Web application generation device connectable via a network, wherein the computer receives the data structure information that is data item information used by the client application from the server. Structure information receiving means, a data module for storing the data structure information received from the data structure information receiving means as a data model definition that is information of data items used in the Web application By using the definition definition storage unit, the data model definition, and the definition information for enabling processing of the existing processing information that can be used by the Web service provided by the Web service providing unit, It is a program of a Web application generation device for causing it to function as a generation unit for generation.

第7の発明を汎用のコンピュータにインストールすることにより、第5の発明に係るWebアプリケーション生成装置を実現するプログラムを実行することができる。   By installing the seventh invention on a general-purpose computer, a program for realizing the Web application generating apparatus according to the fifth invention can be executed.

第8の発明は、Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムの制御方法であって、前記サーバは、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報と、を記憶する設計情報記憶ステップと、を含み、前記Webアプリケーション生成装置は、前記設計情報記憶ステップにおいて記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信ステップと、前記データ構造情報受信ステップより受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶ステップと、前記設計情報記憶ステップにおいて記憶された前記レイアウト情報を前記サーバから受信するレイアウト情報受信ステップと、前記レイアウト情報受信ステップより受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶ステップと、前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成ステップと、前記データモデル定義と、前記入出力定義と、前記Webサービス作成ステップにより作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成ステップと、を含むことを特徴とするWebアプリケーション生成システムの制御方法である。   An eighth invention is a control method of a Web application generation system in which a Web application generation device and a server having client application design information can be connected via a network, and the server is used in the client application Data structure information that is data item information, layout information that defines attribute information when the data structure information is used in the client application, and processing information that the server performs in response to a request from the client application A data structure information receiving step for receiving the data structure information stored in the design information storing step from the server; The data structure information received from the data structure information receiving step is stored in the data model definition storing step for storing the data structure information as data model definition that is information of data items used in the Web application, and stored in the design information storing step. The layout information receiving step for receiving the layout information from the server, and the layout information received from the layout information receiving step as input / output definitions that are definition information defining attribute information when used in the Web application An input / output definition storing step for storing; a web service creating step for creating a web service for enabling the processing information to be called from a web application; the data model definition; the input / output definition; and the web service. A generation step of generating a Web application by using definition information for enabling processing of the existing processing information by the Web service created in the creation step. This is a control method.

第8の発明によって、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成システムを制御することが可能になる。   According to the eighth aspect of the invention, when a web application is constructed from a client application so that a system that performs processing by the client application can also perform processing from the web application, the processing of the client application is converted into processing for the web application. It is possible to control the Web application generation system without any problems.

第9の発明は、Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムのプログラムであって、前記サーバであるコンピュータを、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報と、を記憶する設計情報記憶手段、として機能させ、前記Webアプリケーション生成装置であるコンピュータを、前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段、前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段、前記設計情報記憶手段に記憶された前記レイアウト情報を前記サーバから受信するレイアウト情報受信手段、前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段、前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段、前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段、として機能させるためのWebアプリケーション生成システムのプログラムである。   According to a ninth aspect of the present invention, there is provided a Web application generation system program in which a Web application generation apparatus and a server having design information of a client application can be connected via a network. Data structure information which is information of data items to be used, layout information defining attribute information when the data structure information is used in the client application, and the server in response to a request from the client application And functioning as design information storage means for storing processing information, and the computer that is the Web application generation device receives the data structure information stored in the design information storage means from the server. Data structure information receiving means, data model definition storing means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application, and the design information storage Layout information receiving means for receiving the layout information stored in the means from the server, and definition information defining attribute information when the layout information received from the layout information receiving means is used in the Web application. Input / output definition storage means for storing as input / output definition, Web service creation means for creating a web service for enabling the processing information to be called from a web application, the data model definition, the input / output definition, and the web service Created by creation means By using the definition information for enabling the processing of existing the process information by the Web services, a Web application generation system program to function as a generator, for generating a Web application.

第9の発明を汎用のコンピュータにインストールすることにより、第2の発明に係るWebアプリケーション生成システムを実現するプログラムを実行することができる。   By installing the ninth invention on a general-purpose computer, a program for realizing the Web application generation system according to the second invention can be executed.

第10の発明は、クライアントアプリケーションの設計情報を有するサーバとネットワークを介して接続可能なWebアプリケーション生成装置であって、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信手段と、前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段と、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報を前記サーバから受信するレイアウト情報受信手段と、前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段と、前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段と、を備えることを特徴とするWebアプリケーション生成装置である。   A tenth aspect of the present invention is a Web application generation apparatus connectable to a server having design information of a client application via a network, and data structure information which is data item information used in the client application is transmitted from the server. Data structure information receiving means for receiving, data model definition storage means for storing the data structure information received from the data structure information receiving means as data model definition that is data item information used in the Web application, Layout information receiving means for receiving layout information defining attribute information when the data structure information is used in the client application from the server; and the layout information received from the layout information receiving means Input / output definition storage means for storing as input / output definition, which is definition information defining attribute information when used in an application, and processing information performed by the server in response to a request from the client application can be called from a Web application In order to make it possible to process the existing processing information by the web service creating means for creating a web service for creating, the data model definition, the input / output definition, and the web service created by the web service creating means And a generating unit that generates a Web application by using the definition information of the Web application generating apparatus.

第10の発明によって、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成装置を提供することが可能になる。   According to the tenth aspect of the present invention, when a web application is constructed from a client application so that a system that performs processing by the client application can also perform processing from the web application, the processing of the client application is converted into processing for the web application. Therefore, it is possible to provide a Web application generation device.

第11の発明は、クライアントアプリケーションの設計情報を有するサーバとネットワークを介して接続可能なWebアプリケーション生成装置の制御方法であって、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信ステップと、前記データ構造情報受信ステップより受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶ステップと、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報を前記サーバから受信するレイアウト情報受信ステップと、前記レイアウト情報受信ステップより受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶ステップと、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成ステップと、前記データモデル定義と、前記入出力定義と、前記Webサービス作成ステップにより作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成ステップと、を含むことを特徴とするWebアプリケーション生成装置の制御方法である。   An eleventh aspect of the invention is a control method of a Web application generation apparatus connectable via a network to a server having client application design information, wherein data structure information which is data item information used in the client application is stored. Data structure information receiving step received from the server, and data model definition storage for storing the data structure information received from the data structure information receiving step as a data model definition that is data item information used in the Web application Received from the layout information receiving step, layout information receiving step for receiving from the server layout information defining attribute information when the data structure information is used in the client application Input / output definition storage step for storing the layout information as input / output definition which is definition information defining attribute information used in the Web application, and processing performed by the server in response to a request from the client application The web service creation step for creating a web service for enabling information to be called from the web application, the data model definition, the input / output definition, and the existing processing by the web service created by the web service creation step A control method for a Web application generation apparatus, comprising: a generation step of generating a Web application by using definition information for enabling processing of information.

第11の発明によって、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成装置を制御することが可能になる。   According to the eleventh aspect of the present invention, when a web application is constructed from a client application so that a system that performs processing by the client application can also perform processing from the web application, the processing of the client application is converted into processing for the web application. It is possible to control the Web application generation apparatus without any problems.

第12の発明は、クライアントアプリケーションの設計情報を有するサーバとネットワークを介して接続可能なWebアプリケーション生成装置のプログラムであって、前記Webアプリケーション生成装置であるコンピュータを、前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信手段、前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報を前記サーバから受信するレイアウト情報受信手段、前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段、前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段、として機能させるためのWebアプリケーション生成装置のプログラムである。   According to a twelfth aspect of the present invention, there is provided a program for a Web application generation apparatus connectable to a server having design information of a client application via a network, wherein the computer that is the Web application generation apparatus uses Data structure information receiving means for receiving data structure information that is item information from the server, and data model that is data item information used by the Web application is the data structure information received from the data structure information receiving means. A data model definition storing means for storing as a definition; a layout information receiving means for receiving layout information defining attribute information when the data structure information is used in the client application; Input / output definition storage means for storing the layout information received from the out information receiving means as input / output definition that is definition information defining attribute information when used in the Web application, in response to a request from the client application Web service creation means for creating a web service for enabling processing information performed by the server to be called from a web application, the data model definition, the input / output definition, and the web service created by the web service creation means By using the definition information for making it possible to process the existing processing information, the program of the Web application generation apparatus for causing it to function as a generation unit that generates a Web application.

第12の発明を汎用のコンピュータにインストールすることにより、第10の発明に係るWebアプリケーション生成装置を実現するプログラムを実行することができる。   By installing the twelfth invention on a general-purpose computer, a program for realizing the Web application generating apparatus according to the tenth invention can be executed.

本発明によれば、クライアントアプリケーションで処理を行うシステムをWebアプリケーションからも処理を行えるようにするために、クライアントアプリケーションからWebアプリケーションを構築する場合、クライアントアプリケーションの処理をWebアプリケーション用の処理に変換することなく、Webアプリケーション生成システムを提供することが可能になる。   According to the present invention, when a Web application is constructed from a client application so that a system that performs processing by the client application can also perform processing from the Web application, the processing of the client application is converted into processing for the Web application. Therefore, it is possible to provide a Web application generation system.

本発明の実施形態におけるシステム構成の一例を示す図である。It is a figure which shows an example of the system configuration | structure in embodiment of this invention. 本発明の実施形態のWebアプリケーション生成装置、ワークフローサーバ、利用者端末のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of the Web application production | generation apparatus of an embodiment of this invention, a workflow server, and a user terminal. 本発明の実施形態における機能構成の一例を示す図である。It is a figure which shows an example of the function structure in embodiment of this invention. 本発明の実施形態におけるWebサービスへの変換処理の一例を示すフローチャートである。It is a flowchart which shows an example of the conversion process to the web service in embodiment of this invention. 本発明の実施形態におけるWebサービスのソースコードの変換の一例を示す図である。It is a figure which shows an example of the conversion of the source code of the Web service in embodiment of this invention. 本発明の実施形態におけるGUIのエディタ画面でデータ構造情報を表示している一例を示す図である。It is a figure which shows an example which is displaying data structure information on the editor screen of GUI in embodiment of this invention. 本発明の実施形態におけるXMLファイルで管理されたデータ構造情報の一例を示す図である。It is a figure which shows an example of the data structure information managed with the XML file in embodiment of this invention. 本発明の実施形態における、データモデル定義の定義項目に対応するデータ構造情報のXMLタグ情報を管理したテーブルの一例を示す図である。It is a figure which shows an example of the table which managed the XML tag information of the data structure information corresponding to the definition item of a data model definition in embodiment of this invention. 本発明の実施形態における、データ構造情報の値の変換ルールを管理したテーブルの一例を示す図である。It is a figure which shows an example of the table which managed the conversion rule of the value of the data structure information in embodiment of this invention. 本発明の実施形態における、データ構造情報をデータモデル定義へ変換する処理の一例を示すフローチャートである。It is a flowchart which shows an example of the process which converts data structure information into a data model definition in embodiment of this invention. 本発明の実施形態におけるGUIのエディタ画面でデータモデル定義を表示している一例を示す図である。It is a figure which shows an example which is displaying the data model definition on the editor screen of GUI in embodiment of this invention. 本発明の実施形態におけるGUIのエディタ画面でレイアウト情報を表示している一例を示す図である。It is a figure which shows an example which is displaying layout information on the editor screen of GUI in embodiment of this invention. 本発明の実施形態におけるXMLファイルで管理されたレイアウト情報の一例を示す図である。It is a figure which shows an example of the layout information managed with the XML file in embodiment of this invention. 本発明の実施形態における、入出力定義の定義項目に対応するレイアウト情報のXMLタグ情報を管理したテーブルの一例を示す図である。It is a figure which shows an example of the table which managed the XML tag information of the layout information corresponding to the definition item of an input / output definition in embodiment of this invention. 本発明の実施形態における、レイアウト情報の値変換ルールの一例を示す図である。It is a figure which shows an example of the value conversion rule of layout information in embodiment of this invention. 本発明の実施形態における、レイアウト情報を入出力定義へ変換する処理の一例を示すフローチャートである。It is a flowchart which shows an example of the process which converts layout information into an input-output definition in embodiment of this invention. 本発明の実施形態におけるGUIのエディタ画面で入出力定義を表示している一例を示す図である。It is a figure which shows an example which is displaying the input-output definition on the editor screen of GUI in embodiment of this invention. 本発明の実施形態におけるGUIのエディタ画面で入出力定義を表示している一例を示す図である。It is a figure which shows an example which is displaying the input-output definition on the editor screen of GUI in embodiment of this invention. 本発明の実施形態における処理定義の設定の一例を示す図である。It is a figure which shows an example of the setting of the process definition in embodiment of this invention. 本発明の実施形態におけるクライアントアプリケーション側の処理のWSDLの一例を示す図である。It is a figure which shows an example of WSDL of the process by the side of the client application in embodiment of this invention. 本発明の実施形態におけるWebアプリケーション生成の処理の一例を示すフローチャートである。It is a flowchart which shows an example of the process of the web application production | generation in embodiment of this invention. 本発明の実施形態におけるフィルタ設定情報の一例を示す図である。It is a figure which shows an example of the filter setting information in embodiment of this invention. 本発明の実施形態におけるフィルタプログラム生成の処理の一例を示すフローチャートである。It is a flowchart which shows an example of the process of the filter program production | generation in embodiment of this invention. 本発明の実施形態における、ワークフローサーバが利用者端末からアクセスを受け付けた時の利用者端末に対する表示画面の切り替え処理の一例を示すフローチャートである。It is a flowchart which shows an example of the switching process of the display screen with respect to a user terminal when a workflow server receives access from a user terminal in embodiment of this invention. 本発明の実施形態におけるweb.xmlの一例を示す図である。It is a figure which shows an example of web.xml in embodiment of this invention.

以下、本発明の実施の形態を、図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の第1の実施形態を示すワークフローシステム1の全体構成を示すシステム構成図である。   FIG. 1 is a system configuration diagram showing an overall configuration of a workflow system 1 showing a first embodiment of the present invention.

図1は、ネイティブ型のクライアントアプリケーションを帳票画面として返すワークフローシステム1において、ワークフローデータにアクセス可能なWebアプリケーションを生成することで、当該ワークフローシステム1の利用者が、利用者端末140から、従来のクライアントアプリケーションだけではなく、ブラウザ利用によってWebアプリケーションより、同じワークフロー処理を行えるシステムをWebアプリケーション生成装置100によって生成可能とすることを示す、構成図である。   FIG. 1 shows a workflow system 1 that returns a native-type client application as a form screen. By generating a Web application that can access workflow data, a user of the workflow system 1 can use a conventional terminal 140 from a user terminal 140. It is a block diagram which shows that the system which can perform the same workflow process from not only a client application but a Web application by browser utilization can be produced | generated by the Web application production | generation apparatus 100. FIG.

つまり、ワークフローシステム1が、Personal Computer(PC)を前提として構築されたクライアントアプリケーションである場合に、利用者端末140がPCなどの端末である場合、ネイティブ型のクライアントアプリケーションにアクセスすることは可能であるが、利用者端末140がスマートフォンなどのモバイル端末である場合、モバイル端末からネイティブ型のクライアントアプリケーションにアクセスすることは不可能なので、このような場合に、Webアプリケーションからアクセスできるようにするための、Webアプリケーション構築のシステム構成図となる。   In other words, when the workflow system 1 is a client application built on the premise of a personal computer (PC), if the user terminal 140 is a terminal such as a PC, it is possible to access a native type client application. However, when the user terminal 140 is a mobile terminal such as a smartphone, it is impossible to access a native type client application from the mobile terminal. It becomes a system configuration diagram of Web application construction.

ワークフローサーバ120は、利用者端末140(PC等の端末、または、モバイル端末)より行われたワークフローシステム1における帳票の起案や承認などの処理を受け付け、帳票のデータ、あるいは、起案や承認などの処理の履歴のデータをワークフローデータベース130に保存する。   The workflow server 120 accepts processing such as drafting and approval of a form in the workflow system 1 performed from the user terminal 140 (terminal such as a PC or mobile terminal), and the form data, drafting and approval, etc. Processing history data is stored in the workflow database 130.

また、ワークフローサーバ120は、利用者端末140から、ネイティブ型のクライアントアプリケーション、または、Webアプリケーションによってもワークフローシステム1へアクセスを可能とすることを可能とする。つまり、利用者端末140がワークフローサーバ120へアクセスすると、ワークフローサーバ120が、利用者端末140に対し、クライアントアプリケーション150またはWebアプリケーション160のいずれかの画面を返すことによって、利用者端末140からワークフロー処理が可能になる。   In addition, the workflow server 120 enables the workflow system 1 to be accessed from the user terminal 140 by a native type client application or a Web application. That is, when the user terminal 140 accesses the workflow server 120, the workflow server 120 returns the screen of either the client application 150 or the web application 160 to the user terminal 140, so that the workflow processing is performed from the user terminal 140. Is possible.

Webアプリケーション生成装置100は、アプリケーションで使用する項目の情報や、アプリケーション画面の定義情報をワークフローサーバ120の設計情報から取得し、Webアプリケーションを生成するために必要な設計情報として保持する。その設計情報の値をパラメータとして、Webアプリケーションを生成するのに必要となるソースコードのテンプレートに当てはめることによって、Webアプリケーションを生成する。   The Web application generation apparatus 100 acquires item information used in the application and application screen definition information from the design information of the workflow server 120 and holds it as design information necessary for generating the Web application. A web application is generated by applying the value of the design information as a parameter to a template of a source code necessary for generating the web application.

なお、Webアプリケーションにおけるワークフローの処理を実行する処理情報については、Webサービスとして公開されている、既存のクライアントアプリケーションからのリクエストに応じてクライアントアプリケーションのサーバが行う処理の機能を利用する。そして、Webアプリケーション160を、Webアプリケーションサーバ170に配置する。   For processing information for executing workflow processing in the Web application, a function of processing performed by the server of the client application in response to a request from an existing client application that is disclosed as a Web service is used. Then, the web application 160 is arranged on the web application server 170.

以上によって、ワークフローサーバ120の設計情報から生成したWebアプリケーションがWebアプリケーションとして動作し、ワークフローデータベース130のデータへアクセスし、ワークフロー処理を可能とする(図1でいうとワークフローシステム1を使用可能とする)。   As described above, the Web application generated from the design information of the workflow server 120 operates as a Web application, accesses the data in the workflow database 130, and enables workflow processing (the workflow system 1 can be used in FIG. 1). ).

なお、本実施例の図1、図3の説明において、利用者端末140からアクセスするシステムを、ワークフローシステム1を例として挙げて説明を行っているが、利用者端末140からアクセスするシステムは、ワークフロー処理を行わないシステムであっても本発明を応用できることとする。   In the description of FIG. 1 and FIG. 3 of the present embodiment, the system accessed from the user terminal 140 is described by taking the workflow system 1 as an example, but the system accessed from the user terminal 140 is The present invention can be applied even to a system that does not perform workflow processing.

なお、このワークフローシステム1によって、本発明に係る「Webアプリケーション生成システム」の一例が構成されており、ワークフローサーバ120によって、本発明に係る「クライアントアプリケーションの設計情報を有するサーバ」の一例が構成されており、Webアプリケーション生成装置100によって、本発明に係る「Webアプリケーション生成装置」の一例が構成されている。   The workflow system 1 constitutes an example of a “Web application generation system” according to the present invention, and the workflow server 120 constitutes an example of a “server having design information of a client application” according to the present invention. The web application generation apparatus 100 constitutes an example of a “web application generation apparatus” according to the present invention.

また、モバイル端末である場合の利用者端末140によって、本発明に係る「モバイル端末」の一例が構成されており、PCである場合の利用者端末140によって、本発明に係る「端末」の一例が構成されている。   An example of the “mobile terminal” according to the present invention is configured by the user terminal 140 in the case of the mobile terminal, and an example of the “terminal” according to the present invention is configured by the user terminal 140 in the case of the PC. Is configured.

次に、図2を用いて、本発明の実施形態におけるハードウェア構成の一例について説明を行う。   Next, an example of a hardware configuration in the embodiment of the present invention will be described with reference to FIG.

図2は、図1に示したWebアプリケーション生成装置100、ワークフローサーバ120、利用者端末140のハードウェア構成の一例を示す図である。   FIG. 2 is a diagram illustrating an example of a hardware configuration of the Web application generation apparatus 100, the workflow server 120, and the user terminal 140 illustrated in FIG.

CPU201は、システムバス204に接続される各デバイスやコントローラを統括的に制御する。   The CPU 201 comprehensively controls each device and controller connected to the system bus 204.

また、ROM202あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PC、各モバイル端末の実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。RAM203は、CPU201の主メモリ、ワークエリア等として機能する。   In addition, the ROM 202 or the external memory 211 implements a BIOS (Basic Input / Output System) or an operating system program (hereinafter referred to as an OS) that is a control program of the CPU 201, and functions executed by each server, each PC, and each mobile terminal. Various programs to be described later are stored. The RAM 203 functions as a main memory, work area, and the like for the CPU 201.

CPU201は、処理の実行に際して必要なプログラム等をRAM203にロードして、プログラムを実行することで各種動作を実現するものである。   The CPU 201 implements various operations by loading a program necessary for execution of processing into the RAM 203 and executing the program.

また、入力コントローラ(入力C)205は、キーボード(KB)209や不図示のマウス等のポインティングデバイスからの入力を制御する。なお、モバイル端末への入力の制御は、画面に表示されるソフトキーボードを使用することにより、画面に直に接触することによって行う。   An input controller (input C) 205 controls input from a keyboard (KB) 209 or a pointing device such as a mouse (not shown). Control of input to the mobile terminal is performed by directly touching the screen by using a soft keyboard displayed on the screen.

ビデオコントローラ(VC)206は、CRTディスプレイ(CRT)210等の表示器への表示を制御する。表示器はCRTや、液晶ディスプレイを想定するが、これに限らない。これらは必要に応じて管理者が使用するものである。本発明には直接関係があるものではない。   A video controller (VC) 206 controls display on a display device such as a CRT display (CRT) 210. The display device is assumed to be a CRT or a liquid crystal display, but is not limited thereto. These are used by the administrator as needed. The present invention is not directly related.

メモリコントローラ(MC)207は、ブートプログラム、ブラウザソフトウエア、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、各種データ等を記憶するハードディスク(HD)やフロッピー(登録商標)ディスク或いはPCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)メモリ等の外部メモリ211へのアクセスを制御する。   The memory controller (MC) 207 is stored in a hard disk (HD), a floppy (registered trademark) disk or a PCMCIA card slot for storing a boot program, browser software, various applications, font data, user files, editing files, various data, and the like. Controls access to an external memory 211 such as a compact flash (registered trademark) memory connected via an adapter.

通信I/Fコントローラ(通信I/FC)208は、ネットワークを介して、外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いたインターネット通信等が可能である。   A communication I / F controller (communication I / FC) 208 is connected to and communicates with an external device via a network, and executes communication control processing in the network. For example, Internet communication using TCP / IP is possible.

なお、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、CRTディスプレイ210上での表示を可能としている。また、CPU201は、CRTディスプレイ210上の不図示のマウスカーソルや、タッチ操作等によるユーザ指示を可能とする。   Note that the CPU 201 can perform display on the CRT display 210 by executing outline font rasterization processing on a display information area in the RAM 203, for example. In addition, the CPU 201 enables a user instruction by a mouse cursor (not shown) on the CRT display 210 or a touch operation.

本発明を実現するためのプログラムは外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。   A program for realizing the present invention is recorded in the external memory 211, and is executed by the CPU 201 by being loaded into the RAM 203 as necessary.

<第1の実施形態>
次に、第1の実施形態について図3を用いて説明を行う。図3は、本発明の実施形態における機能構成の一例を示す図である。
<First Embodiment>
Next, the first embodiment will be described with reference to FIG. FIG. 3 is a diagram illustrating an example of a functional configuration according to the embodiment of the present invention.

図3のワークフローサーバ120は、ワークフローサーバ120で動作するアプリケーションの設計情報として、データ構造情報121、レイアウト情報122、および、ワークフロー処理部123を保持する。さらに、ワークフロー処理部123の処理を行う部分をWebサービスとして公開したものとして、Webサービスインタフェース124(以下、WSインタフェース124という)を保持する。   The workflow server 120 in FIG. 3 holds data structure information 121, layout information 122, and a workflow processing unit 123 as design information of applications that run on the workflow server 120. Further, the Web service interface 124 (hereinafter referred to as the WS interface 124) is held assuming that the part that performs the processing of the workflow processing unit 123 is disclosed as a Web service.

なお、クライアントアプリケーション150は、利用者端末140側が使用するために、利用者端末140b側に構築され、ワークフローシステム1においてワークフローの処理を行うことを可能とする。このクライアントアプリケーション150は、ワークフローサーバ120で管理される、レイアウト情報122、ならびに、データ構造情報121の内容が反映されたアプリケーションである。   Note that the client application 150 is constructed on the user terminal 140b side for use on the user terminal 140 side, and allows the workflow system 1 to perform workflow processing. The client application 150 is an application that reflects the contents of the layout information 122 and the data structure information 121 managed by the workflow server 120.

Webアプリケーション生成装置100は、サーバ処理プログラム変換部101、データ構造情報取得部102、データモデル定義変換部103、データモデル定義104、レイアウト情報取得部105、入出力定義変換部106、入出力定義107、レイアウトエディタ部108、フィルタプログラム生成部109、プログラム生成部110を機能として保持する。   The Web application generation apparatus 100 includes a server processing program conversion unit 101, a data structure information acquisition unit 102, a data model definition conversion unit 103, a data model definition 104, a layout information acquisition unit 105, an input / output definition conversion unit 106, and an input / output definition 107. The layout editor unit 108, the filter program generation unit 109, and the program generation unit 110 are held as functions.

Webアプリケーション生成装置100のプログラム生成部110は、アプリケーションで使用する項目となるデータモデル定義104や、アプリケーション画面の入出力定義107の定義情報をもとに、その定義情報の値をパラメータとして、Webアプリケーションを生成するのに必要となるソースコードのテンプレートに当てはめ、Webアプリケーションの処理についてはWebサービスコードを読み込み、スタブコードを作成することによって、Webアプリケーション160を生成する。そして、生成したWebアプリケーション160をWebアプリケーションサーバ170に配置する。   The program generation unit 110 of the Web application generation apparatus 100 uses the data model definition 104, which is an item used in the application, and the definition information of the input / output definition 107 of the application screen, and uses the value of the definition information as a parameter. The web application 160 is generated by reading the web service code and creating the stub code for the web application processing by applying the template to the source code necessary for generating the application. Then, the generated web application 160 is arranged on the web application server 170.

利用者端末140は、ワークフローシステム1でワークフロー処理を行うための端末である。利用者端末140には、モバイル端末である利用者端末140aと、PCである利用者端末140bの2種類の種別の端末が存在する。   The user terminal 140 is a terminal for performing workflow processing in the workflow system 1. The user terminal 140 includes two types of terminals: a user terminal 140a that is a mobile terminal and a user terminal 140b that is a PC.

なお、ワークフローサーバ120のフィルタ処理部125は、利用者端末140に対し、クライアントアプリケーション150またはWebアプリケーション160の画面を返すことによって、利用者端末140のワークフローシステム1へのアクセスを可能にする。   Note that the filter processing unit 125 of the workflow server 120 enables the user terminal 140 to access the workflow system 1 by returning the screen of the client application 150 or the Web application 160 to the user terminal 140.

すなわち、フィルタ処理部125は、利用者端末140aからアクセスを受け付けた場合は、Webアプリケーションサーバ170のWebアプリケーション160にアクセスさせ、利用者端末140bからアクセスを受け付けた場合は、利用者端末140bに存在するクライアントアプリケーション150にアクセスさせる。   That is, the filter processing unit 125 causes the web application 160 of the web application server 170 to be accessed when access is received from the user terminal 140a, and exists at the user terminal 140b when access is received from the user terminal 140b. The client application 150 is accessed.

また、その生成されたWebアプリケーション160からワークフローデータベース130のデータへアクセス可能とするために(図1でいうとワークフローシステム1を使用可能とするために)、サーバ処理プログラム変換部101は、ワークフロー処理部123の既存の処理をWebサービスとして公開し、WSインタフェース124を作成する。   Further, in order to make it possible to access the data of the workflow database 130 from the generated Web application 160 (in order to enable the workflow system 1 in FIG. 1), the server processing program conversion unit 101 performs workflow processing. The existing processing of the unit 123 is disclosed as a Web service, and the WS interface 124 is created.

以下、図3の各部(各機能)の詳細について説明する。   The details of each part (each function) in FIG. 3 will be described below.

<<処理機能のWebサービスとしての公開処理>>
まず、Webアプリケーション160から、ワークフローサーバ120のワークフロー処理部123に存在する既存の処理機能(ワークフローシステム1である場合は、起案、承認等の処理)を呼び出せるようにWebサービスとして公開するための処理について説明する。
<< Publication Process of Processing Function as Web Service >>
First, a process for publishing as a Web service so that an existing processing function (in the case of the workflow system 1, drafting, approval, etc.) existing in the workflow processing unit 123 of the workflow server 120 can be called from the Web application 160. Will be described.

サーバ処理プログラム変換部101は、ワークフロー処理部123に対して、外部からWebサービス経由でアクセスできるように、ワークフロー処理部123のソースの処理内容をWSインタフェース124に変換生成する。   The server processing program conversion unit 101 converts the processing content of the source of the workflow processing unit 123 into the WS interface 124 so that the workflow processing unit 123 can be accessed from the outside via a Web service.

図4は、Webサービス変換処理を示すフローチャートである。なお、図4の処理は、Webアプリケーション生成装置100のサーバ処理プログラム変換部101が行うこととする。   FIG. 4 is a flowchart showing Web service conversion processing. 4 is performed by the server processing program conversion unit 101 of the Web application generation device 100.

S201において、Webアプリケーション生成装置100のCPU201(サーバ処理プログラム変換部101)は、ワークフローサーバ120のワークフロー処理部123に記載してある、ワークフロー処理を行うためのソースコードファイルを取得する。なお、ワークフロー処理を行っているソースコードファイルの指定は開発者が行う。例えば、図5(a)に図示するソースコードファイル301の指定を行うこととする。   In step S <b> 201, the CPU 201 (server processing program conversion unit 101) of the Web application generation apparatus 100 acquires a source code file for performing workflow processing, which is described in the workflow processing unit 123 of the workflow server 120. The developer specifies the source code file that is performing the workflow process. For example, the source code file 301 illustrated in FIG.

次に、S202において、Webアプリケーション生成装置100のCPU201(サーバ処理プログラム変換部101)は、開発者によって指定されたソースコードファイルの構文解析を行う。   Next, in S202, the CPU 201 (server processing program conversion unit 101) of the Web application generation apparatus 100 performs syntax analysis of the source code file designated by the developer.

次に、S203において、Webアプリケーション生成装置100のCPU201(サーバ処理プログラム変換部101)は、S201で取得したソースコードのコピーを受け付け、コピーしたソースコードに対するWebサービス公開用のアノテーションの記述の追加を受け付ける(図5(b)の303、304、305)。   Next, in S203, the CPU 201 (server processing program conversion unit 101) of the Web application generation apparatus 100 accepts a copy of the source code acquired in S201, and adds an annotation description for publishing the Web service to the copied source code. Accept (303, 304, 305 in FIG. 5B).

図5に、ソースコード変換の一例を示す。図5(a)のソースコードファイル301は、変換前のソースコードである。なお、この例ではJava(登録商標)言語を例にしているが、任意の言語において、変換処理は可能である。図5(b)のソースコードファイル302は、ソースコードファイル301に対して、Webサービスとして公開するためのJava(登録商標)言語用の記述として、アノテーションを追加したソースコードである。図5(b)の304および305で、アノテーションを示す。なお、303はアノテーションを利用するための、インポート宣言である。   FIG. 5 shows an example of source code conversion. A source code file 301 in FIG. 5A is a source code before conversion. In this example, the Java (registered trademark) language is taken as an example, but conversion processing is possible in any language. The source code file 302 in FIG. 5B is a source code in which annotations are added to the source code file 301 as a description for Java (registered trademark) language to be published as a Web service. Annotations are shown at 304 and 305 in FIG. Reference numeral 303 denotes an import declaration for using an annotation.

次に、S204において、Webアプリケーション生成装置100のCPU201(サーバ処理プログラム変換部101)は、この変換したソースコードに対するWebサービス処理コードを生成し、S205において、どのようなWebサービスが存在し、その中にどのようなオペレーションが存在し、そのオペレーションにはどの引数を渡せばよいかが記述されているWSDL(Web Services Description Language)を生成する。図20にWSDLを例示する。なお、Webサービス処理コードとWSDLは、例えば、WSGENというコマンドを実行することによって、生成することが可能であることとする。   Next, in S204, the CPU 201 (server processing program conversion unit 101) of the Web application generation apparatus 100 generates a Web service processing code for the converted source code, and in S205, what Web service exists, A WSDL (Web Services Description Language) is generated that describes what operations exist in the file and what arguments should be passed to the operation. FIG. 20 illustrates WSDL. Note that the Web service processing code and the WSDL can be generated by executing a command called WSGEN, for example.

最後に、S206において、Webアプリケーション生成装置100のCPU201(サーバ処理プログラム変換部101)は、Webサービスをネットワークからアクセスできるように、Webサービス処理コードとWSDLを公開する。なお、Webアプリケーション生成装置100のCPU201(サーバ処理プログラム変換部101)は、公開されたWebサービス処理コードとWSDLが使用されるようにするために、Webサービス処理コードおよびWSDLを、WSインタフェース124に配備する。   Finally, in S206, the CPU 201 (server processing program conversion unit 101) of the Web application generation apparatus 100 publishes the Web service processing code and WSDL so that the Web service can be accessed from the network. Note that the CPU 201 (server processing program conversion unit 101) of the Web application generation apparatus 100 sends the Web service processing code and WSDL to the WS interface 124 so that the published Web service processing code and WSDL are used. Deploy.

以上の方法により、既存のクライアントアプリケーションから呼び出される処理を新たに開発することなく、Webサービスインタフェースを介して処理できるWebアプリケーションを構築することが可能になる。   With the above method, it is possible to construct a Web application that can be processed via the Web service interface without newly developing a process called from an existing client application.

なお、このワークフロー処理部123によって、本発明に係る「前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報」の一例が構成されている。   The workflow processing unit 123 configures an example of “processing information performed by the server in response to a request from the client application” according to the present invention.

また、このS201〜206によって、本発明に係る「前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段」の一例が構成されている。   Further, S201 to 206 constitute an example of “Web service creation means for creating a Web service for enabling the processing information to be called from a Web application” according to the present invention.

<<データ構造情報のデータモデル定義への変換処理>>
続いて、アプリケーションを構成するのに必要となる、ワークフローサーバ120における項目データ(データ構造情報121)をWebアプリケーション生成装置100側のデータ構造(データモデル定義104)に変換する処理について説明する。
<< Conversion processing of data structure information to data model definition >>
Next, a process of converting item data (data structure information 121) in the workflow server 120 required for configuring an application into a data structure (data model definition 104) on the Web application generation apparatus 100 side will be described.

データ構造情報取得部102は、ワークフローサーバ120が保持する、ワークフローシステム1において起案される案件のデータ構造であるデータ構造情報121を取得する。   The data structure information acquisition unit 102 acquires the data structure information 121 that is stored in the workflow server 120 and that is the data structure of a case drafted in the workflow system 1.

なお、このデータ構造情報取得部102によって、本発明に係る「前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段」の一例が構成されている。   The data structure information acquisition unit 102 constitutes an example of “data structure information receiving means for receiving the data structure information stored in the design information storage means from the server” according to the present invention.

ここで、ワークフローサーバ120が保持するデータ構造情報121について説明する。   Here, the data structure information 121 held by the workflow server 120 will be described.

図6は、ワークフローサーバ120が保持するデータ構造情報121をGUIの編集画面で表示している一例を示す図である。データ構造情報121を定義する場合、図6に示すようなGUI画面(データ構造情報GUI画面400)を利用することによって行うことができる。また、データそのものはXMLファイルで管理されることが多い。   FIG. 6 is a diagram showing an example in which the data structure information 121 held by the workflow server 120 is displayed on the GUI editing screen. The data structure information 121 can be defined by using a GUI screen (data structure information GUI screen 400) as shown in FIG. The data itself is often managed as an XML file.

図7は、図6に示すデータ構造情報GUI画面400で編集した結果をXML形式のデータで保存した例を示す図である。データ構造情報GUI画面400で編集したデータ構造情報121は、XMLファイル510として保存されている。   FIG. 7 is a diagram showing an example in which the result of editing on the data structure information GUI screen 400 shown in FIG. 6 is saved as XML format data. Data structure information 121 edited on the data structure information GUI screen 400 is stored as an XML file 510.

項目ID401は、XMLファイル510のschemaItem要素のid属性511に保存されている。項目名402は、XMLファイル510のschemaItem要素のname属性512に保存されている。属性403は、XMLファイル510のschemaItem要素のtype属性513に保存されている。文字数404は、XMLファイル510のschemaItem要素のlength属性514に保存されている。小数405は、XMLファイル01のschemaItem要素のpoint属性515に保存されている。主キー情報(不図示)は、XMLファイル510のschemaItem要素のpkey属性516に保存されている。NULL可の情報(不図示)は、XMLファイル510のschemaItem要素のnullEnable属性517に保存されている。   The item ID 401 is stored in the id attribute 511 of the schemaItem element of the XML file 510. The item name 402 is stored in the name attribute 512 of the schemaItem element of the XML file 510. The attribute 403 is stored in the type attribute 513 of the schemaItem element of the XML file 510. The number of characters 404 is stored in the length attribute 514 of the schemaItem element of the XML file 510. The decimal 405 is stored in the point attribute 515 of the schemaItem element of the XML file 01. Primary key information (not shown) is stored in the pkey attribute 516 of the schemaItem element of the XML file 510. The nullable information (not shown) is stored in the nullEnable attribute 517 of the schemaItem element of the XML file 510.

データ構造情報GUI画面400では属性403は文字や数値といった名称で表示されているのに対し、XMLファイル510では00や01といった値で保存されている。これは、データ構造情報GUI画面400が値によって、表示を変更しているためである。   In the data structure information GUI screen 400, the attribute 403 is displayed with a name such as a character or a numerical value, whereas in the XML file 510, it is stored with a value such as 00 or 01. This is because the data structure information GUI screen 400 changes the display depending on the value.

以上が、ワークフローサーバ120が保持するデータ構造情報121の一例の説明である。   The above is an example of the data structure information 121 held by the workflow server 120.

なお、このデータ構造情報121によって、本発明に係る「クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報」の一例が構成されている。   The data structure information 121 constitutes an example of “data structure information that is data item information used in the client application” according to the present invention.

データモデル定義変換部103は、データ構造情報取得部102が取得したデータ構造情報121を、データ構造情報XMLタグルール610及びデータ構造情報値変換ルール710を参照して、データモデル定義104に変換する。   The data model definition conversion unit 103 converts the data structure information 121 acquired by the data structure information acquisition unit 102 into the data model definition 104 with reference to the data structure information XML tag rule 610 and the data structure information value conversion rule 710. .

図8は、図7の510示したXML形式で管理されたデータ構造情報121を、図11の910に示すデータモデル定義104の定義に変換するためのルールを示したテーブルの一例である。図8のテーブルを、データ構造情報XMLタグルール610と呼ぶ。データ構造情報XMLタグルール610は、図11の各データモデル定義104(例えば、911、912等)に定義する値が、図7のデータ構造情報121のどのXMLのタグが参照する値から取得するかについて表形式で管理する。   FIG. 8 is an example of a table showing rules for converting the data structure information 121 managed in the XML format 510 shown in FIG. 7 into the definition of the data model definition 104 shown in 910 of FIG. The table in FIG. 8 is referred to as data structure information XML tag rule 610. The data structure information XML tag rule 610 is obtained from the value referred to by which XML tag in the data structure information 121 in FIG. 7 as the value defined in each data model definition 104 (for example, 911, 912, etc.) in FIG. Manage in a table format.

ID600は、各項目種別601をIDで管理する。項目種別601は、図11に示すデータモデル定義104(例えば、911、912等)に定義する値を示す。また、XMLタグルール602は、項目種別601のデータモデル定義104に設定する値を取得してくる場所を、図7のXML形式で管理されたデータ構造情報121の階層における位置で示す。   The ID 600 manages each item type 601 by ID. The item type 601 indicates a value defined in the data model definition 104 (for example, 911, 912, etc.) shown in FIG. Further, the XML tag rule 602 indicates the location from which the value set in the data model definition 104 of the item type 601 is acquired by the position in the hierarchy of the data structure information 121 managed in the XML format of FIG.

図11は、Webアプリケーション生成装置100におけるデータモデル定義104の定義画面910の一例を示す図である。図11は、図7のデータ構造情報121(XMLファイル510)を、Webアプリケーションを構築する際の画面定義に必要となるデータモデル定義104へ変換した例である。   FIG. 11 is a diagram illustrating an example of the definition screen 910 for the data model definition 104 in the Web application generation apparatus 100. FIG. 11 shows an example in which the data structure information 121 (XML file 510) in FIG. 7 is converted into a data model definition 104 necessary for screen definition when building a Web application.

なお、このデータモデル定義104によって、本発明に係る「Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義」の一例が構成されている。   The data model definition 104 constitutes an example of “a data model definition that is data item information used in a Web application” according to the present invention.

図8の説明に戻る。図8のID600=1の項目種別601にはDM_ITEM_CODEの値がある。この値はデータモデル定義104の定義画面910の項目コード911を指す。図8において、このDM_ITEM_CODEに対応するXMLタグルール602はschemaDefinition.schema.schemaItem.idとなっている。これは、図11のデータモデル定義104の項目コード911の値は、図7の<schemaDefinition>の子要素<schema>の子要素<schemItem>の属性であるidの値を使用するというルールを示している。   Returning to the description of FIG. The item type 601 of ID 600 = 1 in FIG. 8 has a DM_ITEM_CODE value. This value indicates the item code 911 on the definition screen 910 of the data model definition 104. In FIG. 8, the XML tag rule 602 corresponding to this DM_ITEM_CODE is schemaDefinition.schema.schemaItem.id. This shows the rule that the value of the item code 911 of the data model definition 104 in FIG. 11 uses the value of id which is the attribute of the child element <schemItem> of the child element <schema> of <schemaDefinition> in FIG. ing.

同様に、図8のID600=2の項目種別601の値であるDM_ITEM_NAMEは、データモデル定義104の定義画面910の名前912を指し、これに該当する図11のデータモデル定義104の名前912の値は、図7の<schemaDefinition>の子要素<schema>の子要素<schemaItem>要素の属性であるnameの値を使用するというルールを示している。このように、データモデル定義104とデータ構造情報121との値の関係性は決まる。   Similarly, DM_ITEM_NAME which is the value of the item type 601 of ID 600 = 2 in FIG. 8 indicates the name 912 of the definition screen 910 of the data model definition 104, and the value of the name 912 of the data model definition 104 in FIG. Shows a rule that the value of name that is an attribute of the child element <schemaItem> element of the child element <schema> of <schemaDefinition> in FIG. 7 is used. Thus, the relationship between the values of the data model definition 104 and the data structure information 121 is determined.

つまり、図11の911には図7の511の値が、図11の912には図7の512の値が、図11の913には図7の517の値が、図11の914には図7の516の値が、図11の915には図7の514の値が、図11の916には図7の515の値が、図11の917には図7の513値が、データモデル定義変換部103によって変換されて登録される。   That is, 511 in FIG. 11 has a value 511 in FIG. 7, 912 in FIG. 11 has a value 512 in FIG. 7, 913 in FIG. 11 has a value 517 in FIG. 7, and 914 in FIG. The value of 516 in FIG. 7, the value of 514 in FIG. 7 in 915 in FIG. 11, the value of 515 in FIG. 7 in 916 in FIG. 11, the value of 513 in FIG. It is converted and registered by the model definition conversion unit 103.

データモデル定義変換部103は、この変換を図7のデータ構造情報121の全てのschemaItemの情報に対して行うことで、図11の定義画面910で表示されるデータモデル定義104とすることができる。   The data model definition conversion unit 103 can perform the conversion on all the schemaItem information of the data structure information 121 in FIG. 7 to obtain the data model definition 104 displayed on the definition screen 910 in FIG. .

なお、データ構造情報121の値を図8のルールに従って、データモデル定義104の値とする場合に、更なる関係性の定義が必要な場合もある。   When the value of the data structure information 121 is set to the value of the data model definition 104 in accordance with the rule of FIG. 8, further relationship definition may be necessary.

例えば、図8のID600=5の項目種別601の値であるDM_ITEM_TYPEは、図11のデータモデル定義104のデータタイプ917を指し、その値は、TEXT テキスト型、NUM 数値型などである。一方、図7のデータ構造情報121での対応する値(図7の513のtype)は、00、01などの値である。   For example, DM_ITEM_TYPE which is the value of the item type 601 of ID 600 = 5 in FIG. 8 indicates the data type 917 of the data model definition 104 in FIG. 11, and the value is a TEXT text type, a NUM numeric type, or the like. On the other hand, the corresponding value (type 513 in FIG. 7) in the data structure information 121 in FIG. 7 is a value such as 00 or 01.

このような場合には、図9の例に示す変換テーブルを定義する必要となる。図9は、データ構造情報121における値がデータモデル定義104へ移行できないときの変換ルールを定義した、データ構造情報値変換ルール710のテーブルである。例えば、図9のXML値701において00の値の、データモデル定義104におけるデータモデル−データタイプ702の値は、TEXT(図11の917の表示においては、TEXT テキスト型)となる。   In such a case, it is necessary to define the conversion table shown in the example of FIG. FIG. 9 is a table of data structure information value conversion rules 710 that defines conversion rules when values in the data structure information 121 cannot be transferred to the data model definition 104. For example, a value of 00 in the XML value 701 in FIG. 9 and a value of the data model-data type 702 in the data model definition 104 is TEXT (TEXT text type in the display of 917 in FIG. 11).

これにより、クライアントアプリケーションのデータ構造情報を、Webアプリケーションを生成する際に利用するデータモデル定義に適切に変換することができる。   Thereby, the data structure information of the client application can be appropriately converted into a data model definition used when generating the Web application.

図10に、以上の説明をまとめた、データモデル定義変換部103が、データ構造情報121からデータモデル定義104を作成するフローチャートを示す。   FIG. 10 shows a flowchart in which the data model definition conversion unit 103 summarizes the above description and creates the data model definition 104 from the data structure information 121.

S801において、Webアプリケーション生成装置100のCPU201(データモデル定義変換部103)は、データ構造情報取得部102がワークフローサーバ120から取得したデータ構造情報121を読み込む。   In step S <b> 801, the CPU 201 (data model definition conversion unit 103) of the Web application generation apparatus 100 reads the data structure information 121 acquired from the workflow server 120 by the data structure information acquisition unit 102.

S802において、Webアプリケーション生成装置100のCPU201(データモデル定義変換部103)は、図8に示すデータ構造情報XMLタグルール610および図9に示すデータ構造情報値変換ルール710を参照する。   In step S802, the CPU 201 (data model definition conversion unit 103) of the Web application generation apparatus 100 refers to the data structure information XML tag rule 610 illustrated in FIG. 8 and the data structure information value conversion rule 710 illustrated in FIG.

S803において、Webアプリケーション生成装置100のCPU201(データモデル定義変換部103)は、S801で取得したデータ構造情報121とS802で参照した各ルールとから、データモデル定義104(又はそのファイル)を作成し、Webアプリケーション生成装置100の外部メモリ211に記憶する。なお、記憶先は不図示の内蔵ハードディスクや、外部ハードディスクであっても良いこととする。   In step S803, the CPU 201 (data model definition conversion unit 103) of the Web application generation apparatus 100 creates the data model definition 104 (or its file) from the data structure information 121 acquired in step S801 and each rule referenced in step S802. And stored in the external memory 211 of the Web application generating apparatus 100. The storage destination may be an internal hard disk (not shown) or an external hard disk.

S801からS803の処理は、取得したデータ構造情報121に存在する項目ごとに行うこととする。   The processing from S801 to S803 is performed for each item existing in the acquired data structure information 121.

以上で、データモデル定義104の作成に関する説明を完了する。   This completes the description of the creation of the data model definition 104.

なお、このS801〜S803によって、本発明に係る「前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段」の一例が構成されている。   The data model definition for storing the data structure information received from the data structure information receiving means as a data model definition that is information of data items used in the Web application according to the present invention by S801 to S803. An example of “storage means” is configured.

<<レイアウト情報の入出力定義への変換処理>>
続いて、アプリケーションを構成するのに必要となる、ワークフローサーバ120における画面のレイアウトの情報(レイアウト情報122)をWebアプリケーション生成装置100側の画面のレイアウトの情報(入出力定義107)に変換する処理について説明する。
<< Conversion processing of layout information to input / output definition >>
Subsequently, processing for converting screen layout information (layout information 122) in the workflow server 120 necessary for configuring the application into screen layout information (input / output definition 107) on the Web application generation apparatus 100 side. Will be described.

レイアウト情報取得部105は、ワークフローサーバ120が保持するレイアウト情報122を取得する。   The layout information acquisition unit 105 acquires layout information 122 held by the workflow server 120.

なお、このレイアウト情報取得部105によって、本発明に係る「前記設計情報記憶手段に記憶された前記レイアウト情報を前記サーバから受信するレイアウト情報受信手段」することの一例が構成されている。   The layout information acquisition unit 105 constitutes an example of “layout information receiving means for receiving the layout information stored in the design information storage means from the server” according to the present invention.

図12は、ワークフローサーバ120が保持するレイアウト情報122をGUIの編集画面で表示している一例を示す図である。   FIG. 12 is a diagram illustrating an example in which the layout information 122 held by the workflow server 120 is displayed on the GUI editing screen.

ワークフロー処理の画面レイアウトを定義する場合、図12に示すようなGUI画面(レイアウト情報GUI画面1000)を利用することが多い。また、画面のレイアウト定義そのものはXMLファイルで管理されることが多い。   When defining a screen layout for workflow processing, a GUI screen (layout information GUI screen 1000) as shown in FIG. 12 is often used. Also, the screen layout definition itself is often managed by an XML file.

図13は、レイアウト情報GUI画面1000で編集した結果をXML形式のデータで保存した例を示す図である。レイアウト情報GUI画面1000で編集したレイアウト情報122は、レイアウト情報XML(ファイル)1100として保存されている。   FIG. 13 is a diagram illustrating an example in which the result of editing on the layout information GUI screen 1000 is saved as XML format data. The layout information 122 edited on the layout information GUI screen 1000 is stored as layout information XML (file) 1100.

例えば、図12のレイアウト情報GUI画面1000に部品として登録されている注文番号フィールド1001は、図13のレイアウト情報XML1100では、1101で示したfield要素の属性であるidがORDER_NOとなっているタグ要素とその子要素として保存されている。   For example, the order number field 1001 registered as a component in the layout information GUI screen 1000 of FIG. 12 is a tag element whose id, which is the attribute of the field element indicated by 1101, is ORDER_NO in the layout information XML 1100 of FIG. And its child elements.

同様に、図12の優先度フィールド1002は、図13の1102で示したfield要素の属性であるidがPRIORITYとなっているタグ要素とその子要素として保存されている。   Similarly, the priority field 1002 in FIG. 12 is stored as a tag element whose id which is the attribute of the field element shown by 1102 in FIG. 13 is PRIORITY and its child elements.

なお、このレイアウト情報122によって、本発明に係る「前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報」の一例が構成されている。また、データ構造情報121、レイアウト情報122、及び、ワークフロー処理部123によって、本発明に係る「設計情報記憶手段」の一例が構成されている。   The layout information 122 constitutes an example of “layout information defining attribute information when the data structure information is used in the client application” according to the present invention. The data structure information 121, the layout information 122, and the workflow processing unit 123 constitute an example of the “design information storage unit” according to the present invention.

入出力定義変換部106は、レイアウト情報取得部105が取得したレイアウト情報122を、レイアウト情報XMLタグルール1210及びレイアウト情報値変換ルール1310を参照して、入出力定義107に変換する。   The input / output definition conversion unit 106 converts the layout information 122 acquired by the layout information acquisition unit 105 into the input / output definition 107 with reference to the layout information XML tag rule 1210 and the layout information value conversion rule 1310.

図14は、レイアウト情報122とWebアプリケーション生成装置100の図17で定義される入出力定義107との関係性を示したテーブルの一例である。図14のテーブルを、レイアウト情報XMLタグルール1210と呼ぶ。レイアウト情報XMLタグルール1210は、図17で定義される入出力定義107に定義する値とレイアウト情報XML1100のタグが参照する値との関係を表形式で管理する。   FIG. 14 is an example of a table showing the relationship between the layout information 122 and the input / output definition 107 defined in FIG. 17 of the Web application generation apparatus 100. The table in FIG. 14 is referred to as a layout information XML tag rule 1210. The layout information XML tag rule 1210 manages the relationship between the value defined in the input / output definition 107 defined in FIG. 17 and the value referred to by the tag of the layout information XML 1100 in a table format.

ID1200は、各項目種別1201をIDで管理する。項目種別1201は図17の入出力定義107で定義される項目を示す。XMLタグルール1202は、項目種別1201で管理される入出力定義107に設定する値を取得してくる場所を、図13のXML形式で管理されたレイアウト情報122の階層における位置で示す。   ID 1200 manages each item type 1201 by ID. An item type 1201 indicates an item defined by the input / output definition 107 in FIG. The XML tag rule 1202 indicates the location in the hierarchy of the layout information 122 managed in the XML format in FIG. 13 where the value set in the input / output definition 107 managed by the item type 1201 is acquired.

図17は、Webアプリケーション生成装置100における入出力定義107の定義画面1500の一例を示す図である。なお、図17の入出力定義107の定義画面1500は、図13のレイアウト情報XML1100(レイアウト情報122)を、Webアプリケーション生成装置100の入出力定義107へ変換した状態で表示している例である。   FIG. 17 is a diagram illustrating an example of a definition screen 1500 for the input / output definition 107 in the Web application generation apparatus 100. Note that the definition screen 1500 of the input / output definition 107 in FIG. 17 is an example in which the layout information XML 1100 (layout information 122) in FIG. 13 is displayed in a state converted to the input / output definition 107 of the Web application generation device 100. .

なお、この入出力定義107によって、本発明に係る「前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義」の一例が構成されている。   The input / output definition 107 constitutes an example of “input / output definition that is definition information defining attribute information when used in the Web application” according to the present invention.

図14の説明に戻る。図14のID1200=1の項目種別1201にはIO_ITEM_CODEの値がある。この値は、図17の入出力定義107の定義画面1500の項目コード1501を指す。図14において、このIO_ITEM_CODEに対応するXMLタグルール1202はformDefinition.page.elements.field.idとなっている。これは、図17の入出力定義107の項目コード1501の値は、図13の<formDefinition>の子要素<page>の子要素<elements>の子要素<field>の属性であるidの値を使用するというルールを示している。   Returning to the description of FIG. The item type 1201 of ID 1200 = 1 in FIG. 14 has a value of IO_ITEM_CODE. This value indicates the item code 1501 of the definition screen 1500 of the input / output definition 107 in FIG. In FIG. 14, the XML tag rule 1202 corresponding to this IO_ITEM_CODE is formDefinition.page.elements.field.id. This is because the value of the item code 1501 of the input / output definition 107 in FIG. 17 is the value of id which is the attribute of the child element <field> of the child element <element> of the child element <page> of <formDefinition> in FIG. It shows the rule to use.

同様に、図14のID1200=2の項目種別1201の値であるIO_ITEM_NAMEは、図17の入出力定義107の定義画面1500の名前1502を指し、これに該当する入出力定義107の名前1502の値は、図13の<formDefinition>の子要素<page>の子要素<elements>の子要素<field>要素の子要素<label>の値を使用するというルールを示している。このように、レイアウト情報122と入出力定義107との値の関係性は決まる。   Similarly, IO_ITEM_NAME which is the value of the item type 1201 of ID 1200 = 2 in FIG. 14 indicates the name 1502 of the definition screen 1500 of the input / output definition 107 in FIG. 17 and the value of the name 1502 of the input / output definition 107 corresponding to this. Shows a rule that the value of the child element <label> of the child element <field> element of the child element <elements> of the child element <page> of the <formDefinition> in FIG. 13 is used. Thus, the relationship between the values of the layout information 122 and the input / output definition 107 is determined.

なお、レイアウト情報122の値を図14のルールに従って、入出力定義107の値とする場合に、更なる関係性の定義が必要な場合もある。   When the value of the layout information 122 is set to the value of the input / output definition 107 in accordance with the rules of FIG. 14, further relationship definition may be required.

例えば、図14のID1200=3の項目種別1201の値であるIO_ITEM_TYPEは、図17の入出力定義107の項目タイプ1503を指し、その値は、O 出力、IO 入出力などである。一方、図13のレイアウト情報122での対応する値(図13の<editable>タグの値)は、true、falseなどである。   For example, IO_ITEM_TYPE which is the value of the item type 1201 of ID 1200 = 3 in FIG. 14 indicates the item type 1503 of the input / output definition 107 in FIG. 17, and the values are O output, IO input / output, and the like. On the other hand, the corresponding value (value of the <editable> tag in FIG. 13) in the layout information 122 in FIG. 13 is true, false, or the like.

そのため、この変換を定義する必要があり、その一例を図15に示す。図15は、レイアウト情報122の値(図13の<editable>タグの値)と入出力定義107の項目タイプ1503との関係性を定義した、レイアウト情報値変換ルール1310のテーブルである。例えば、レイアウト情報値変換ルール1310において、XML値1301がfalseの場合は、項目タイプ1302はOとなっているので、図13のレイアウト情報122のXMLにおける<editable>タグの値がfalseの場合の、図17の入出力定義107における項目タイプ1503の値は、O出力となる。   Therefore, it is necessary to define this conversion, an example of which is shown in FIG. FIG. 15 is a table of the layout information value conversion rule 1310 that defines the relationship between the value of the layout information 122 (the value of the <editable> tag in FIG. 13) and the item type 1503 of the input / output definition 107. For example, in the layout information value conversion rule 1310, when the XML value 1301 is false, the item type 1302 is O, so the value of the <editable> tag in the XML of the layout information 122 in FIG. 13 is false. The value of the item type 1503 in the input / output definition 107 in FIG.

これにより、クライアントアプリケーションのレイアウト情報を、Webアプリケーションを生成する際に利用する入出力定義に適切に変換することができる。   As a result, the layout information of the client application can be appropriately converted into the input / output definition used when generating the Web application.

図16に、以上の説明をまとめた、入出力定義変換部106が、(ネイティブ型の)クライアントアプリケーション側のレイアウト情報122より、Webアプリケーションを構築するのに必要となる入出力定義107を作成するフローチャートを示す。   FIG. 16 summarizes the above description, and the input / output definition conversion unit 106 creates the input / output definition 107 necessary for constructing the Web application from the layout information 122 on the client application side (native type). A flowchart is shown.

S1401において、Webアプリケーション生成装置100のCPU201(入出力定義変換部106)は、レイアウト情報取得部105がワークフローサーバ120から取得したレイアウト情報122を読み込む。   In step S <b> 1401, the CPU 201 (input / output definition conversion unit 106) of the Web application generation apparatus 100 reads the layout information 122 acquired by the layout information acquisition unit 105 from the workflow server 120.

S1402において、Webアプリケーション生成装置100のCPU201(入出力定義変換部106)は、図14に示すレイアウト情報XMLタグルール1210および図15に示すレイアウト情報値変換ルール1310を参照する。   In step S1402, the CPU 201 (input / output definition conversion unit 106) of the Web application generation apparatus 100 refers to the layout information XML tag rule 1210 illustrated in FIG. 14 and the layout information value conversion rule 1310 illustrated in FIG.

S1403において、Webアプリケーション生成装置100のCPU201(入出力定義変換部106)は、図14のレイアウト情報XMLタグルール1210と、図15のレイアウト情報値変換ルール1310に基づき、レイアウト情報122から入出力定義107(又はそのファイル)を作成し、Webアプリケーション生成装置100の外部メモリ211に記憶する。なお、記憶先は不図示の内蔵ハードディスクや、外部ハードディスクであっても良いこととする。   In step S1403, the CPU 201 (input / output definition conversion unit 106) of the Web application generation apparatus 100 performs input / output definition from the layout information 122 based on the layout information XML tag rule 1210 in FIG. 14 and the layout information value conversion rule 1310 in FIG. 107 (or its file) is created and stored in the external memory 211 of the Web application generating apparatus 100. The storage destination may be an internal hard disk (not shown) or an external hard disk.

S801からS803の処理は、取得したレイアウト情報122に存在するレイアウト情報ごとに行うこととする。   The processing from S801 to S803 is performed for each layout information existing in the acquired layout information 122.

以上で、入出力定義107の作成に関する説明を完了する。   This completes the description regarding the creation of the input / output definition 107.

なお、このS1401〜S1403によって、本発明に係る「前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段」の一例が構成されている。   It should be noted that, according to S1401 to S1403, “the layout information received from the layout information receiving means” according to the present invention is stored as an input / output definition that is definition information defining attribute information when used in the Web application. An example of “input / output definition storage means” is configured.

<<レイアウトエディタによるレイアウト調整及び処理の呼び出しの定義>>
レイアウトエディタ部108は、作成した入出力定義107を読み込み、レイアウトの調整、及び、ワークフロー処理部123が保持する処理を呼び出すための定義の配置を受け付け、受け付けた結果を、入出力定義107に反映する。
<< Definition of layout adjustment and processing call by layout editor >>
The layout editor unit 108 reads the created input / output definition 107, accepts layout adjustment and definition placement for calling the process held by the workflow processing unit 123, and reflects the received result on the input / output definition 107. To do.

図18に、レイアウトエディタ部108のレイアウトエディタGUI画面1600の一例を示す。レイアウトエディタ部108は、入出力定義107の内容を読み取り、レイアウトエディタGUI画面1600で表示することが可能である。また、レイアウトエディタ部108により、配置済みのフィールド項目については、レイアウト位置を変更する、ラベル名を変更する、削除するといった編集操作が可能である。また、レイアウトエディタ部108により、レイアウトエディタGUI画面1600内に新規に項目を配置することによって、新たな項目を追加することも可能とする。また、レイアウトエディタ部108により、図18の1601に示す操作ボタンに対して、ワークフローの処理を呼び出す定義を行うことができる。この定義については、次に述べる。   FIG. 18 shows an example of the layout editor GUI screen 1600 of the layout editor unit 108. The layout editor unit 108 can read the contents of the input / output definition 107 and display it on the layout editor GUI screen 1600. Further, the layout editor unit 108 can perform editing operations such as changing the layout position, changing the label name, and deleting the arranged field items. Further, a new item can be added by arranging a new item in the layout editor GUI screen 1600 by the layout editor unit 108. In addition, the layout editor unit 108 can perform definition for invoking workflow processing for the operation button 1601 in FIG. This definition is described next.

続いて、アプリケーションを構成するのに必要となる、ワークフローサーバ120における処理ロジックをWebアプリケーション生成装置100側の処理ロジックに変換する処理について説明する。   Next, processing for converting processing logic in the workflow server 120 required for configuring an application into processing logic on the Web application generation apparatus 100 side will be described.

図19は、処理定義の定義画面1700の一例である。図19は、図18のレイアウトエディタGUI画面1600において、承認1601で示す操作ボタンに対して、WSインタフェース124を介して、ワークフロー処理部123が保持する処理を呼び出すための定義をする際に表示される定義画面である。なお、ワークフロー処理部123が保持する処理とは、ワークフローシステム1の場合は起案、承認などの処理であるが、クライアントアプリ側をワークフローシステム1としない場合は、起案、承認の処理に限られない。   FIG. 19 shows an example of a process definition definition screen 1700. FIG. 19 is displayed in the layout editor GUI screen 1600 of FIG. 18 when defining the operation button indicated by the approval 1601 to call the process held by the workflow processing unit 123 via the WS interface 124. This is a definition screen. The processes held by the workflow processing unit 123 are processes such as drafting and approval in the case of the workflow system 1, but are not limited to drafting and approval processes when the client application side is not the workflow system 1. .

また、このボタンの定義は、図17の入出力定義107を管理する定義画面1500において、項目タイプ1503においてアクション(アクション定義)として管理することが可能な項目であることとする(例えば、図17の1504)。   The definition of this button is an item that can be managed as an action (action definition) in the item type 1503 on the definition screen 1500 for managing the input / output definition 107 in FIG. 17 (for example, FIG. 17). 1504).

一例として、図19の承認ボタン1701に対し、加工式1702に「ExecuteCaseWS#approveCase」と定義している。これは、図5のソースコードファイル302の例に示すExcecuteCaseWSクラス(図5の304)のapproveCaseメソッド(図5の305)を呼び出すための定義となる。   As an example, “ExecuteCaseWS # approveCase” is defined in the processing formula 1702 for the approval button 1701 in FIG. This is a definition for calling the approveCase method (305 in FIG. 5) of the ExcecuteCaseWS class (304 in FIG. 5) shown in the example of the source code file 302 in FIG.

開発者は定義に際して、図4のS205のステップで生成した図20のWSDL1800の指定箇所(図20の1801および1802)を確認することで、定義すべき内容を決定する。   At the time of definition, the developer confirms the designated portions (1801 and 1802 in FIG. 20) of the WSDL 1800 in FIG. 20 generated in step S205 in FIG.

つまり、図19の加工式1702は、どのWebサービスのどのオペレーションを起動するかを記載している(ExecuteCaseWSはWebサービス、approveCaseはオペレーション名)箇所であって、加工式1702のExecuteCaseWSは、図20のWSDL1800の1801の情報、加工式1702のapproveCaseは、図20のWSDL1800の1802の情報を確認することによって定義可能となる。   That is, the processing formula 1702 in FIG. 19 describes which operation of which Web service is to be activated (ExecuteCaseWS is the Web service and approveCase is the operation name). The WSDL1800 1801 information and the approveCase of the processing formula 1702 can be defined by checking the WSDL1800 1802 information in FIG.

以上の方法により、既存のクライアントアプリケーションから呼び出される処理を新たに開発することなく、サーバが処理を行う機能である処理情報を、起動する操作ボタンに設定することで、Webサービスインタフェースを介して処理できるWebアプリケーションを構築することが可能になる。   By using the above method, processing can be performed via the Web service interface by setting processing information, which is a function that the server performs processing, to the operation button to be started without newly developing processing called from an existing client application. It is possible to construct a Web application that can be used.

なお、この図19の1702よって、本発明に係る「Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報」の一例が構成されている。   Note that 1702 in FIG. 19 constitutes an example of “definition information for enabling processing of existing processing information by the Web service created by the Web service creation unit” according to the present invention.

<<Webアプリケーションの生成処理>>
プログラム生成部110は、データモデル定義104および入出力定義107を読み込み、Webアプリケーション160を生成する。図21は、プログラム生成部110がデータモデル定義104および入出力定義107を読み込み、Webアプリケーション160を生成する処理を示すフローチャートである。
<< Web application generation processing >>
The program generation unit 110 reads the data model definition 104 and the input / output definition 107 and generates a Web application 160. FIG. 21 is a flowchart illustrating processing in which the program generation unit 110 reads the data model definition 104 and the input / output definition 107 and generates the Web application 160.

S1901において、Webアプリケーション生成装置100のCPU201(プログラム生成部110)は、ワークフローサーバ120が公開するWSDLを読み込む。   In step S1901, the CPU 201 (program generation unit 110) of the Web application generation apparatus 100 reads the WSDL published by the workflow server 120.

S1902において、Webアプリケーション生成装置100のCPU201(プログラム生成部110)は、ワークフロー処理部123のWebサービスを呼び出すためにWebアプリケーション160に保持するスタブコードを生成する。   In step S <b> 1902, the CPU 201 (program generation unit 110) of the Web application generation apparatus 100 generates a stub code held in the Web application 160 in order to call the Web service of the workflow processing unit 123.

S1903において、Webアプリケーション生成装置100のCPU201(プログラム生成部110)は、データモデル定義104を読み込む。さらにS1904において、Webアプリケーション生成装置100のCPU201(プログラム生成部110)は、入出力定義107を読み込む。   In step S <b> 1903, the CPU 201 (program generation unit 110) of the Web application generation apparatus 100 reads the data model definition 104. In step S1904, the CPU 201 (program generation unit 110) of the Web application generation apparatus 100 reads the input / output definition 107.

S1905において、Webアプリケーション生成装置100のCPU201(プログラム生成部110)は、読み込んだデータモデル定義104と入出力定義107をメモリ内にオブジェクトに変換して取り込み、定義の解析処理を行う。   In step S <b> 1905, the CPU 201 (program generation unit 110) of the Web application generation apparatus 100 converts the read data model definition 104 and the input / output definition 107 into objects in the memory and imports them to perform definition analysis processing.

S1906において、Webアプリケーション生成装置100のCPU201(プログラム生成部110)は、Webアプリケーション生成装置100が保持するソースコードテンプレートをメモリ内に読み込む。   In step S <b> 1906, the CPU 201 (program generation unit 110) of the Web application generation apparatus 100 reads the source code template held by the Web application generation apparatus 100 into the memory.

S1907において、Webアプリケーション生成装置100のCPU201(プログラム生成部110)は、S1903において読み込んだデータモデル定義104とS1904において読み込んだ入出力定義107とから抽出した定義情報、および、S1906で読み込んだソースコードテンプレートを利用し、ソースコード生成処理を行う。   In step S1907, the CPU 201 (program generation unit 110) of the Web application generation apparatus 100 defines the definition information extracted from the data model definition 104 read in step S1903 and the input / output definition 107 read in step S1904, and the source code read in step S1906. Perform source code generation using a template.

つまり、Webアプリケーション生成装置100のCPU201(プログラム生成部110)は、S1903からS1907の処理では、Webアプリケーション生成装置100に定義として存在する、図11(データモデル定義104)、図17(入出力定義107)、図19(入出力定義107で定義されたアクション定義の情報)で設定された情報をもとに、Webアプリケーション160を動作させるのに必要となるソースコードを生成することになる。なお、ソースコードにより生成されるWebアプリケーション160は、利用者端末140からワークフローサーバ120へアクセス可能とする。   In other words, the CPU 201 (program generation unit 110) of the Web application generation device 100 exists as a definition in the Web application generation device 100 in the processing from S1903 to S1907, FIG. 11 (data model definition 104), FIG. 107), based on the information set in FIG. 19 (action definition information defined in the input / output definition 107), the source code necessary to operate the Web application 160 is generated. Note that the Web application 160 generated by the source code can be accessed from the user terminal 140 to the workflow server 120.

このように、図21の処理においては、Webアプリケーション160を動作させるために必要となる、スタブコード(S1902)と、Webアプリケーションのソースコード(S1907)を生成したということになる。   In this way, in the processing of FIG. 21, the stub code (S1902) and the web application source code (S1907) necessary for operating the web application 160 are generated.

以上で、図21のWebアプリケーション160を生成するフローチャートの説明を完了する。   This completes the description of the flowchart for generating the Web application 160 of FIG.

なお、図21のS1901〜1907によって、本発明に係る「前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段」の一例が構成されている。   21. According to S1901 to 1907 in FIG. 21, according to the present invention, “to make it possible to process the existing processing information by the data model definition, the input / output definition, and the web service created by the web service creation unit. Using the definition information, an example of “generating means for generating a Web application” is configured.

<<フィルタプログラムの生成処理>>
続いて、ワークフローサーバ120に利用者端末140からアクセスがあった場合に、利用者端末140の端末の種別に応じて、利用者端末140の表示画面に表示する画面のプログラムを切り替えるために必要となるフィルタプログラムの生成処理について説明する。
<< Filter program generation processing >>
Subsequently, when the workflow server 120 is accessed from the user terminal 140, it is necessary to switch the program of the screen displayed on the display screen of the user terminal 140 according to the type of the terminal of the user terminal 140. A filter program generation process will be described.

なお、利用者端末140がモバイル端末である場合は、PCによる処理を前提として構築されたクライアントアプリケーションを介してワークフローデータベース130にある処理対象のデータへアクセスすることが出来ないため、利用者端末140の端末の種別に応じて、クライアントアプリケーション150、または、Webアプリケーション160を操作可能に切り替えるためのプログラム生成処理が必要となる。   Note that when the user terminal 140 is a mobile terminal, it is impossible to access data to be processed in the workflow database 130 via a client application constructed on the premise of processing by a PC. Depending on the type of the terminal, a program generation process for switching the client application 150 or the Web application 160 to be operable is necessary.

図22は、利用者端末140によってワークフローサーバ120にアクセスが行われた場合に、ワークフローサーバ120のフィルタ処理部125が呼び出すアプリケーションを振り分けるために必要となるフィルタ設定情報2010が登録されているテーブルの一例である。   FIG. 22 is a table in which filter setting information 2010 necessary for distributing an application to be called by the filter processing unit 125 of the workflow server 120 when the user terminal 140 accesses the workflow server 120 is registered. It is an example.

フィルタ設定情報2010によって、ワークフローサーバ120に対してPCからアクセスされたときは、クライアントアプリケーション150を呼び出す、あるいは、モバイル端末からアクセスされたときはWebアプリケーション160を呼び出す、といったように、利用者端末140の種別に応じて、呼び出すアプリケーションを切り替えることができる。   According to the filter setting information 2010, when the workflow server 120 is accessed from a PC, the client application 150 is called, or when accessed from a mobile terminal, the user application 140 is called. Depending on the type of application, the application to be called can be switched.

図22のフィルタ設定情報2010は、ワークフローシステム1の処理画面へアクセスするためのURLを管理している。ID2000は、各ワークフローシステム1における各処理画面をIDで管理する。処理画面2001は、ワークフローシステム1における各処理画面の名称が管理される。クライアントアプリケーション2002は、利用者端末140からアクセスされた場合のURLが各処理画面2001ごとに管理される。Webアプリケーション2003は、モバイル端末からアクセスされた場合にWebアプリケーション画面への表示へ切り替えるためのURLが各処理画面2001ごとに管理される。   The filter setting information 2010 in FIG. 22 manages the URL for accessing the processing screen of the workflow system 1. ID 2000 manages each processing screen in each workflow system 1 by ID. In the processing screen 2001, the name of each processing screen in the workflow system 1 is managed. The client application 2002 manages the URL when accessed from the user terminal 140 for each processing screen 2001. In the Web application 2003, a URL for switching to display on the Web application screen when accessed from a mobile terminal is managed for each processing screen 2001.

なお、この図22によって、本発明に係る「前記サーバは、前記判定手段により、前記サーバが前記モバイル端末からアクセスを受け付けたと判定した場合に表示するWebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけた対応テーブルを記憶するフィルタ設定情報記憶手段」の一例が構成されている。   Note that, according to FIG. 22, according to the present invention, “the server determines the Web application URL to be displayed when the determination unit determines that the server has received access from the mobile terminal, and the URL of the client application. An example of “filter setting information storage means for storing a correspondence table in which is associated with” is configured.

これにより、サーバは、WebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけたフィルタ設定情報を利用することができる。   Thus, the server can use the filter setting information in which the URL of the Web application and the URL of the client application are associated with each other.

なお、クライアントアプリケーション2002のみURLが記述されている場合があるが、これは、運用上、ワークフローの処理をPCからのアクセスのみを想定し、モバイルからのアクセスは想定していない場合のケースである。   In some cases, only the client application 2002 describes a URL, but this is a case where the workflow processing is assumed to be only access from a PC and access from a mobile is not assumed. .

この場合、仮にモバイル端末からのアクセスがあった場合、まず、モバイル端末においては、クライアントアプリケーション150を呼び出すことは不可能となる。   In this case, if there is an access from a mobile terminal, first, the mobile terminal cannot call the client application 150 in the mobile terminal.

また、クライアントアプリケーション2002において、モバイルから送信されたURLに該当するURLが存在したとしても、それに対応するWebアプリケーション2003のURLの情報が存在しないため、Webアプリケーション160は呼び出すことは出来ない(フィルタ設定情報2010のID2000=1及びID2000=3並びに図24のS2206でNoの場合)。   Further, even if there is a URL corresponding to the URL transmitted from the mobile in the client application 2002, the Web application 160 cannot be called because there is no URL information of the corresponding Web application 2003 (filter setting). (In the case of ID 2000 = 1 and ID 2000 = 3 in the information 2010 and No in S2206 of FIG. 24).

なお、PC等の端末、或いは、モバイル端末である利用者端末140からアクセスがされた場合に送信してきたURLが、クライアントアプリケーション2002に存在しない場合は、対応する処理画面2001をPCから呼び出せないということになる。   Note that if the client application 2002 does not have the URL transmitted when accessed from a terminal such as a PC or the user terminal 140 that is a mobile terminal, the corresponding processing screen 2001 cannot be called from the PC. It will be.

フィルタプログラム生成部109は、ワークフローサーバ120のフィルタ処理部125に対して、埋め込むフィルタプログラムを生成する。   The filter program generation unit 109 generates a filter program to be embedded in the filter processing unit 125 of the workflow server 120.

図23は、フィルタプログラム生成部109のフィルタプログラムの生成処理の一例を示すフローチャートである。   FIG. 23 is a flowchart illustrating an example of filter program generation processing of the filter program generation unit 109.

このフィルタプログラムは、利用者端末140からワークフローサーバ120へアクセスした時に、ワークフローサーバ120へ渡されるリクエスト情報(アクセス先のURL情報、アクセス元の端末情報を含む)から、リクエスト情報として渡されたURLの情報に基づくプログラムで表示するのか、それとも、別のURLに基づくプログラムで表示するのかを切り替える処理を行う。なお、このフィルタプログラムの処理については、図24で説明を行う。   This filter program is a URL passed as request information from request information (including access destination URL information and access source terminal information) passed to the workflow server 120 when the user terminal 140 accesses the workflow server 120. A process of switching whether to display with a program based on the information or whether to display with a program based on another URL is performed. The processing of this filter program will be described with reference to FIG.

図23のS2101において、Webアプリケーション生成装置100のCPU201(フィルタプログラム生成部109)は、図22で示したフィルタ設定情報2010をメモリに読み込む。   In S2101 of FIG. 23, the CPU 201 (filter program generation unit 109) of the Web application generation apparatus 100 reads the filter setting information 2010 shown in FIG. 22 into the memory.

S2102において、Webアプリケーション生成装置100のCPU201(フィルタプログラム生成部109)は、フィルタプログラムのためのソースコードテンプレートをメモリに読み込む。なお、ソースコードテンプレートというのは、Webアプリケーション生成装置100が、アプリケーションを動作させるためのソースコードを生成するために必要となるソースコードのテンプレートことを指す。また、ソースコードテンプレートは、Webアプリケーション生成装置100の外部メモリ211等に記憶されている。したがって、ここでは、フィルタプログラムのソースを作成するためのステップとしてソースコードテンプレートを読み込んでいるということになる。   In step S2102, the CPU 201 (filter program generation unit 109) of the Web application generation apparatus 100 reads a source code template for the filter program into the memory. The source code template refers to a source code template that is necessary for the Web application generating apparatus 100 to generate a source code for operating an application. The source code template is stored in the external memory 211 of the Web application generation apparatus 100. Therefore, here, the source code template is read as a step for creating the source of the filter program.

S2103において、Webアプリケーション生成装置100のCPU201(フィルタプログラム生成部109)は、S2101で読み込んだフィルタ設定情報2010とS2102で読み込んだフィルタプログラムのためのソースコードテンプレートから、ソースコード生成処理を行う。   In step S2103, the CPU 201 (filter program generation unit 109) of the Web application generation apparatus 100 performs source code generation processing from the filter setting information 2010 read in step S2101 and the source code template for the filter program read in step S2102.

S2104において、Webアプリケーション生成装置100のCPU201(フィルタプログラム生成部109)は、生成したソースコードをコンパイルして、フィルタプログラムを生成する。また、Webアプリケーション生成装置100のCPU201(フィルタプログラム生成部109)は、コンパイルしたソースコード(フィルタプログラム)を、ライブラリとしてアーカイブする。   In step S2104, the CPU 201 (filter program generation unit 109) of the Web application generation apparatus 100 compiles the generated source code to generate a filter program. Also, the CPU 201 (filter program generation unit 109) of the Web application generation apparatus 100 archives the compiled source code (filter program) as a library.

S2105において、Webアプリケーション生成装置100のCPU201(フィルタプログラム生成部109)は、ワークフローサーバ120へアクセスするためのURLについて、コンパイルしたフィルタプログラムを経由するように記述した図25に示すweb.xmlファイルを生成する。つまり、S2105で作成するweb.xmlは、ワークフローサーバ120へ利用者端末140からアクセスがあった場合に、最初にフィルタプログラムを呼び出すための設定ファイルとなる。   In step S <b> 2105, the CPU 201 (filter program generation unit 109) of the Web application generation apparatus 100 converts the URL for accessing the workflow server 120 into the web.xml file illustrated in FIG. 25 described so as to pass through the compiled filter program. Generate. That is, the web.xml created in S2105 is a setting file for first calling the filter program when the workflow server 120 is accessed from the user terminal 140.

S2106にて、Webアプリケーション生成装置100のCPU201(フィルタプログラム生成部109)は、ライブラリ(フィルタプログラム)とweb.xmlをワークフローサーバ120のフィルタ処理部125へ配備する。
以上で、図23の説明を完了する。
In step S <b> 2106, the CPU 201 (filter program generation unit 109) of the Web application generation apparatus 100 deploys a library (filter program) and web.xml to the filter processing unit 125 of the workflow server 120.
This completes the description of FIG.

なお、このフィルタプログラム生成部109によって、本発明に係る「前記判定手段と、前記切替手段とを備えるフィルタプログラムを生成するフィルタプログラム生成手段」の一例が構成されている。   The filter program generation unit 109 constitutes an example of “a filter program generation unit that generates a filter program including the determination unit and the switching unit” according to the present invention.

これにより、サーバは、サーバへのアクセスが端末かモバイル端末かに応じて、クライアントアプリケーションを表示するか、Webアプリケーションを表示するかを切り替えることができ、Webアプリケーション生成装置は、アクセス元の判定及び切り替えを行うフィルタプログラムを生成することができる。   As a result, the server can switch between displaying the client application and displaying the Web application depending on whether the access to the server is a terminal or a mobile terminal. A filter program for switching can be generated.

<<アプリケーションの切り替え処理>>
フィルタ処理部125は、利用者端末140がワークフローサーバ120へアクセスしワークフローシステム1を利用しようとした場合に、端末情報等に応じて、利用者端末140側の端末に表示されるアプリケーションの切り替えの処理を行う。
<< Application switching process >>
When the user terminal 140 tries to use the workflow system 1 by accessing the workflow server 120, the filter processing unit 125 switches the application displayed on the terminal on the user terminal 140 side according to the terminal information or the like. Process.

続いて、図24を用いて、フィルタ処理部125による利用者端末140側の端末に表示されるアプリケーションの切り替えの処理について説明を行う。   Next, a process of switching applications displayed on the terminal on the user terminal 140 side by the filter processing unit 125 will be described with reference to FIG.

S2201において、ワークフローサーバ120のCPU201(フィルタ処理部125)は、利用者端末140からのアクセスを受け付ける。   In step S <b> 2201, the CPU 201 (filter processing unit 125) of the workflow server 120 receives access from the user terminal 140.

S2202において、ワークフローサーバ120のCPU201(フィルタ処理部125)は、ワークフローサーバ120の決められた位置に配備された図25に示すweb.xmlを参照し、フィルタプログラムを呼び出すためのURLパターン2301を確認する。   In S2202, the CPU 201 (filter processing unit 125) of the workflow server 120 refers to the web.xml shown in FIG. 25 deployed at a predetermined position of the workflow server 120 and confirms the URL pattern 2301 for calling the filter program. To do.

利用者端末140からワークフローサーバ120へアクセス時に送信されるリクエスト情報の中に含まれるURL情報(送信されるURL情報はクライアントアプリケーションのURL)が、そのURLパターン2301に合致する場合は、フィルタプログラムを呼び出すということになり、ワークフローサーバ120のCPU201(フィルタ処理部125)は、次のS2203への処理へ進めることになる。   If the URL information included in the request information transmitted when accessing the workflow server 120 from the user terminal 140 (the transmitted URL information is the URL of the client application) matches the URL pattern 2301, the filter program is executed. The CPU 201 (filter processing unit 125) of the workflow server 120 proceeds to the process to the next S2203.

なお、URLパターン2301が「/*」と記載されている場合は、送信されてきたURLがどのURLパターンでもフィルタ処理を行うということになるが、例えば、URLパターン2301が「/approve01」のように固定値が記載されている場合は、「/approve01」の記載を有するURLのみフィルタ処理を行うということになる。   In addition, when the URL pattern 2301 is described as “/ *”, it means that filtering is performed for any URL pattern of the transmitted URL. For example, the URL pattern 2301 is “/ approve01”. When a fixed value is described in, only URLs having a description of “/ approve01” are filtered.

S2203において、ワークフローサーバ120のCPU201(フィルタプログラム(フィルタ処理部125))は、リクエスト情報に含まれる端末情報を読み取る。端末情報には、端末がPCなのかモバイルなのかといった判別可能な情報が含まれる。   In step S2203, the CPU 201 (filter program (filter processing unit 125)) of the workflow server 120 reads terminal information included in the request information. The terminal information includes identifiable information such as whether the terminal is a PC or a mobile.

S2204において、S2203で読み取った端末情報がPCと判断した場合は、S2205において、ワークフローサーバ120のCPU201(フィルタプログラム(フィルタ処理部125))は、利用者端末140に対し、クライアントアプリケーション150を表示する。   In S2204, when it is determined that the terminal information read in S2203 is a PC, in S2205, the CPU 201 (filter program (filter processing unit 125)) of the workflow server 120 displays the client application 150 on the user terminal 140. .

これにより、サーバは、端末がリクエストしたクライアントアプリケーションの処理画面を、端末に表示させるようにすることができる。   Accordingly, the server can cause the terminal to display the processing screen of the client application requested by the terminal.

S2204において、S2203で読み取った端末情報がモバイル端末と判断した場合は、ワークフローサーバ120のCPU201(フィルタプログラム(フィルタ処理部125))は、S2206へ処理をすすめる。   In S2204, when the terminal information read in S2203 is determined to be a mobile terminal, the CPU 201 (filter program (filter processing unit 125)) of the workflow server 120 proceeds to S2206.

S2206において、ワークフローサーバ120のCPU201(フィルタプログラム(フィルタ処理部125))は、図22のフィルタ設定情報2010において、S2201で受け付けたリクエスト情報のURLに対応する、Webアプリケーション160を表示可能とするURLが存在しているか否かを判定する。   In S2206, the CPU 201 (filter program (filter processing unit 125)) of the workflow server 120 can display the Web application 160 corresponding to the URL of the request information received in S2201 in the filter setting information 2010 in FIG. It is determined whether or not exists.

S2206において、URLが存在すると判断した場合は、S2207において、ワークフローサーバ120のCPU201(フィルタプログラム(フィルタ処理部125))は、利用者端末140にはブラウザを介して、そのURLに該当するWebアプリケーションの画面を返す。   If it is determined in S2206 that a URL exists, in S2207, the CPU 201 (filter program (filter processing unit 125)) of the workflow server 120 sends a Web application corresponding to the URL to the user terminal 140 via a browser. Returns the screen.

これにより、サーバは、モバイル端末がリクエストしたクライアントアプリケーションの処理画面に対応するWebアプリケーションの処理画面がある場合には、モバイル端末にWebアプリケーションの処理画面を表示させるようにすることができる。   Accordingly, when there is a Web application processing screen corresponding to the client application processing screen requested by the mobile terminal, the server can display the Web application processing screen on the mobile terminal.

S2206において、URLが存在しないと判断した場合は、利用者端末140にはブラウザを介して、Webアプリケーション160の画面を表示できなくなるため、ワークフローサーバ120のCPU201(フィルタプログラム(フィルタ処理部125))は、本処理を終了する。   If it is determined in S2206 that the URL does not exist, the screen of the Web application 160 cannot be displayed on the user terminal 140 via the browser, so the CPU 201 of the workflow server 120 (filter program (filter processing unit 125)). Ends this processing.

ここで、S2203以降の処理について、例を用いて説明する。例えば、「http://wfserve01/approve01/」で利用者端末140からワークフローサーバ120へアクセスがあった場合、図22の2001の設定のうち、クライアントアプリケーション2002が「/approve01/」と設定されている部分に着目する(図22のID2000=2のクライアントアプリケーション2002の値)。この設定によれば、リーダー承認の処理画面2001については、PCからのアクセスについては、クライアントアプリケーション150でhttp://wfserve01/approve01/のアドレスのリクエストとして、そのまま処理する(S2205)。つまり、利用者端末140に対し、http://wfserve01/approve01/のURLに対応するクライアントアプリケーション150のアプリケーション画面を表示する。   Here, the processing after S2203 will be described using an example. For example, when the user terminal 140 accesses the workflow server 120 at “http: // wfserve01 / approve01 /”, the client application 2002 is set to “/ approve01 /” in the settings of 2001 in FIG. (A value of the client application 2002 with ID 2000 = 2 in FIG. 22). According to this setting, as for the reader approval processing screen 2001, the access from the PC is directly processed as a request for the address http: // wfserve01 / approve01 / by the client application 150 (S2205). That is, the application screen of the client application 150 corresponding to the URL of http: // wfserve01 / approve01 / is displayed on the user terminal 140.

一方、モバイルからのアクセスの場合は、Webアプリケーション2003の設定があるかどうかを確認し、設定があると判断した場合(S2206でYesの場合)は、Webアプリケーション160の画面を表示する(S2207)。   On the other hand, in the case of access from a mobile device, it is confirmed whether there is a setting of the Web application 2003. If it is determined that there is a setting (Yes in S2206), the screen of the Web application 160 is displayed (S2207). .

例えば、「http://wfserve01/approve01/」で利用者端末140からワークフローサーバ120へアクセスがあった場合、図22のフィルタ設定情報2010の設定のうち、クライアントアプリケーション2002が「/approve01/」と設定されている部分に着目する(図22のID2000=2のクライアントアプリケーション2002の値)。次に、モバイルからアクセスされた場合であるため、クライアントアプリケーション2002に対応するWebアプリケーション2003の値を取得する。   For example, when the user terminal 140 accesses the workflow server 120 at “http: // wfserve01 / approve01 /”, the client application 2002 is “/ approve01 /” among the settings of the filter setting information 2010 in FIG. Pay attention to the set part (value of client application 2002 with ID 2000 = 2 in FIG. 22). Next, since it is a case where it is accessed from a mobile, the value of the Web application 2003 corresponding to the client application 2002 is acquired.

図22のクライアントアプリケーション2002=/approve01/に対応するWebアプリケーション2003では、「http://webserve01/approve/」の値が設定されているため、モバイルからのアクセスでは利用者端末140に対し「http://webserve01/approve/」の画面を表示する。この場合、利用者端末140にはWebアプリケーション160で処理された画面を表示する(S2207)。   In the Web application 2003 corresponding to the client application 2002 = / approve01 / in FIG. 22, the value “http: // webserve01 / approve /” is set. : // webserve01 / approve / "screen is displayed. In this case, the screen processed by the Web application 160 is displayed on the user terminal 140 (S2207).

なお、S2206において、モバイルからのアクセスの場合に、Webアプリケーション2003のURLの設定があるかどうかを確認し、設定が無いと判断した場合(S2206でNoの場合)は、利用者端末140においては、Webアプリケーション160の画面を表示することは不可能とし、本処理を終了する。なお、このとき、表示不可能であるためエラー表示をしても良いこととする。   In S2206, in the case of access from a mobile, it is confirmed whether or not there is a URL setting of the Web application 2003. If it is determined that there is no setting (No in S2206), the user terminal 140 , It is impossible to display the screen of the Web application 160, and this process is terminated. At this time, since it cannot be displayed, an error may be displayed.

なお、このフィルタ処理部125、及び、図24のS2201〜S2204によって、本発明に係る「前記サーバの前記クライアントアプリケーションに対しアクセスを受け付けた場合にアクセス元を判定する判定手段」の一例が構成されている。また、フィルタ処理部125、及び、図24のS2205によって、本発明に係る「前記判定手段により、前記サーバが端末からアクセスを受け付けたと判定した場合は、前記クライアントアプリケーションを前記端末へ表示する」ことの一例が構成されている。また、フィルタ処理部125、及び、図24のS2207によって、本発明に係る「前記判定手段により、前記サーバがモバイル端末からアクセスを受け付けたと判定した場合は、前記Webアプリケーションの画面を前記モバイル端末へ表示する」ことの一例が構成されている。   The filter processing unit 125 and S2201 to S2204 in FIG. 24 constitute an example of “determination means for determining an access source when access to the client application of the server is accepted” according to the present invention. ing. In addition, according to the present invention, “if the determination unit determines that the server has received access from the terminal, the client application is displayed on the terminal” by the filter processing unit 125 and S2205 in FIG. An example is configured. In addition, according to the filter processing unit 125 and S2207 of FIG. 24, “if the determination unit determines that the server has received an access from a mobile terminal, the Web application screen is displayed to the mobile terminal. An example of “display” is configured.

また、図22の「ID=2」、及び、図24のS2206がYesの場合、によって、本発明に係る「前記切替手段は、前記アクセス元のモバイル端末がリクエスト情報として前記サーバに送信した前記クライアントアプリケーションのURLに対応する、前記Webアプリケーションを表示するためのURLが前記フィルタ設定情報記憶手段に存在する場合」の一例が構成されている。また、図24のS2207によって、本発明に係る「前記アクセス元のモバイル端末に当該Webアプリケーションを表示するURLに対応する前記Webアプリケーションを表示する」ことの一例が構成されている。   Further, when “ID = 2” in FIG. 22 and S2206 in FIG. 24 are Yes, according to the present invention, “the switching unit transmits the request source mobile terminal to the server as request information. An example of “when the URL for displaying the Web application corresponding to the URL of the client application exists in the filter setting information storage unit” is configured. Further, S2207 in FIG. 24 constitutes an example of “displaying the Web application corresponding to the URL for displaying the Web application on the access source mobile terminal” according to the present invention.

以上、第1の実施形態により、既存のクライアントアプリケーションから呼び出される処理を新たに開発することなく、サーバが処理を行う機能である処理情報を、起動する操作ボタンに設定することで、Webサービスインタフェースを介して処理できるWebアプリケーションを生成するWebアプリケーション生成システムを提供することが可能になる。   As described above, according to the first embodiment, the Web service interface is set by setting processing information, which is a function that the server performs, without newly developing a process called from an existing client application, to the operation button to be activated. It is possible to provide a Web application generation system that generates a Web application that can be processed via the Web interface.

<第2の実施形態>
続いて、第2の実施形態について説明する。
<Second Embodiment>
Next, the second embodiment will be described.

第2の実施形態においては、ワークフロー処理部123に存在する、ワークフローサーバ120上で起案されたデータをワークフローシステム1で配送させる処理を可能とする、承認処理、起案処理などの処理が、Webサービスとして既に公開されて、さらに、フィルタプログラムが既に存在し、Webアプリケーション生成装置100が設計情報としてデータ構造情報121のみをワークフローサーバ120から受け取る、という状態によって(他の方法については第1の実施形態と同様の処理)、Webアプリケーションを生成する方法について説明をする。なお、第2の実施形態においては、利用者端末140がアクセスするシステムは、ワークフロー処理を行うシステム(ワークフローシステム1)であることとする。   In the second embodiment, processes such as an approval process and a drafting process that enable the workflow system 1 to deliver data drafted on the workflow server 120 that exists in the workflow processing unit 123 are Web services. In addition, the filter program already exists, and the Web application generation apparatus 100 receives only the data structure information 121 as design information from the workflow server 120 (for other methods, see the first embodiment). A method for generating a Web application will be described. In the second embodiment, the system accessed by the user terminal 140 is a system that performs workflow processing (workflow system 1).

まず、ワークフロー処理部123の処理を呼び出すためのWSインタフェース124が存在している場合、サーバ処理プログラム変換部101の処理である図4の処理は行わなくて良いことになる。したがって、サーバ処理プログラム変換部101は無くてよいことになる。また、図21のプログラム生成部110の処理においては、S1901、S1902のWebサービスの読込みとスタブコードの作成の処理は、既にプログラム生成部110において行われている処理となるためこの処理も行わなくてよくなる。   First, when the WS interface 124 for invoking the processing of the workflow processing unit 123 exists, the processing of FIG. 4 that is the processing of the server processing program conversion unit 101 does not have to be performed. Therefore, the server processing program conversion unit 101 is not necessary. In the processing of the program generation unit 110 in FIG. 21, the Web service reading and stub code generation processing of S1901 and S1902 is already performed in the program generation unit 110, so this processing is also not performed. Get better.

つまり、図4の処理によって行われるWebサービスの公開は、既にワークフローサーバ120によって行われているということである。このとき、WSDLも予め用意されている状態であるため、Webアプリケーション生成装置100の図19の1701のアクション定義で配置可能な起案、承認等のボタンの、どのサービスのどのオペレーションを呼ぶかについて、予め、既にワークフローサーバ120のWSDLに則った内容で記載がされていることにすると、図4の処理や、図19の1702における、WSDLに記載のWebサービス名とオペレーション名を記載しなくてよいことになる。また、前述したように、ワークフローサーバ120においては、ワークフロー処理部123のWebサービスも公開されていて、スタブコードもプログラム生成部110に既に作成済みのため、図21のS1901からS1902の処理は行わなくて良いということになる。   That is, the web service publication performed by the processing of FIG. 4 has already been performed by the workflow server 120. At this time, since WSDL is also prepared in advance, regarding which service and which operation of the button such as drafting and approval that can be arranged in the action definition 1701 in FIG. If it is already described in advance in accordance with the WSDL of the workflow server 120, it is not necessary to describe the Web service name and operation name described in WSDL in the processing in FIG. 4 or 1702 in FIG. It will be. Further, as described above, in the workflow server 120, since the Web service of the workflow processing unit 123 is also disclosed and the stub code has already been created in the program generation unit 110, the processing from S1901 to S1902 in FIG. 21 is performed. That means you do n’t have to.

なお、ワークフロー処理部123によって、本発明に係る「前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報」の一例が構成されている。   The workflow processing unit 123 configures an example of “processing information performed by the server in response to a request from the client application” according to the present invention.

また、WSインタフェース124、並びに、第2の実施形態の「ワークフロー処理部123の処理を呼び出すためのWSインタフェース124が存在している」及び「Webサービスの公開は、既にワークフローサーバ120によって行われている」という記載等によって、本発明に係る「処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段」の一例が構成されている。   In addition, the WS interface 124 and the “WS interface 124 for invoking the processing of the workflow processing unit 123 exists” and “Web service publication of the second embodiment have already been performed by the workflow server 120. Is an example of “Web service providing means for providing a Web service for enabling processing information to be called from a Web application” according to the present invention.

また第2の実施形態では、フィルタ処理部125が行うフィルタプログラムをフィルタプログラム生成部109が、Webアプリケーションを開発する度に生成しないこととする。   In the second embodiment, the filter program generated by the filter processing unit 125 is not generated every time the filter program generation unit 109 develops a Web application.

予め、ワークフローサーバ120において、既存のフィルタプログラム(フィルタ処理部125)を準備しておくことにより、フィルタプログラム生成部109によって、フィルタ処理を行うプログラムを生成しなくてよくなる。(第1の実施形態においてフィルタプログラム生成部109が必要なのはワークフローサーバ120側にフィルタ処理部125であるフィルタプログラムが存在していないことを前提とし、これを作成するという意味でフィルタプログラム生成部109を存在させている。)このような理由により、第2の実施形態では、フィルタプログラム生成部109が機能として無い形態とする。   By preparing an existing filter program (filter processing unit 125) in the workflow server 120 in advance, the filter program generation unit 109 does not have to generate a program for performing filter processing. (In the first embodiment, the filter program generation unit 109 is required on the premise that the filter program that is the filter processing unit 125 does not exist on the workflow server 120 side. For this reason, in the second embodiment, the filter program generation unit 109 does not function as a function.

更に、第2の実施形態では、Webアプリケーション生成装置100は、ワークフローサーバ120からデータ構造情報121のみを受け取ることによって、Webアプリケーション160を生成するのに必要となる処理定義以外の部分の設計情報を生成することとする。   Furthermore, in the second embodiment, the Web application generation apparatus 100 receives only the data structure information 121 from the workflow server 120, and thereby receives design information of a part other than the process definition necessary for generating the Web application 160. It will be generated.

なお、図10のS801、及び、第2の実施形態の「Webアプリケーション生成装置100は、ワークフローサーバ120からデータ構造情報121のみを受け取る」という記載によって、本発明に係る「前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段」の一例が構成されている。   It should be noted that S801 in FIG. 10 and “Web application generation device 100 receives only data structure information 121 from workflow server 120” in the second embodiment, “in the design information storage unit” according to the present invention. An example of “data structure information receiving means for receiving the stored data structure information from the server” is configured.

最低限、ワークフローサーバ120のデータ構造情報121から、項目の定義情報を受け取り、データモデル定義104を生成することによって、Webアプリケーション生成装置100においては、(ワークフロー処理の定義以外の)入出力定義107の定義を生成することが可能であることとする。   At least, by receiving item definition information from the data structure information 121 of the workflow server 120 and generating the data model definition 104, the Web application generation device 100 allows the input / output definition 107 (other than the workflow processing definition). It is possible to generate a definition of

なお、第2の実施形態の「ワークフローサーバ120のデータ構造情報121から、項目の定義情報を受け取る」という記載、及び、「データ構造情報121」によって、本発明に係る「前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報」の一例が構成されている。   In addition, according to the description of “receiving item definition information from the data structure information 121 of the workflow server 120” and “data structure information 121” in the second embodiment, “used in the client application”. An example of “data structure information that is data item information” is configured.

また、図10のS802〜S803、及び、第2の実施形態の「ワークフローサーバ120のデータ構造情報121から、項目の定義情報を受け取り、データモデル定義104を生成する」という記載によって、本発明に係る「前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段」の一例が構成されている。   Further, according to the present invention, S802 to S803 in FIG. 10 and the description of “receiving item definition information from the data structure information 121 of the workflow server 120 and generating the data model definition 104” in the second embodiment. An example of “a data model definition storing unit that stores the data structure information received from the data structure information receiving unit as a data model definition that is data item information used in the Web application” is configured.

これにより、レイアウト情報取得部105と入出力定義変換部106が無くてよいことになる。なお、入出力定義107は、レイアウトエディタ部108の機能を使用することによって、データモデル定義104の定義情報から作成することが可能であることとする。   This eliminates the need for the layout information acquisition unit 105 and the input / output definition conversion unit 106. The input / output definition 107 can be created from the definition information of the data model definition 104 by using the function of the layout editor unit 108.

なお、Webアプリケーション160の生成において、このデータモデル定義104や、入出力定義107の設計情報が関わる処理は、第1の実施形態のプログラム生成部110が行う、図21のS1903からS1907の処理と同様であることとする。   Note that in the generation of the Web application 160, the processes related to the design information of the data model definition 104 and the input / output definition 107 are the processes of S1903 to S1907 in FIG. 21 performed by the program generation unit 110 of the first embodiment. The same shall apply.

以上、第2の実施形態により、クライアントアプリケーションの項目情報と、既存のWebサービスと、既存のフィルタプログラムを使用することにより、既存のクライアントアプリケーションから呼び出される処理を新たに開発することなく、Webアプリケーション生成システムを提供することが可能になる。なお、第1の実施形態と異なる点を中心に説明したが、それ以外の部分については、第1の実施形態と同様とする。   As described above, according to the second embodiment, by using the item information of the client application, the existing Web service, and the existing filter program, the Web application can be developed without newly developing a process called from the existing client application. A generation system can be provided. In addition, although it demonstrated centering on a different point from 1st Embodiment, it is the same as that of 1st Embodiment about another part.

なお、第2の実施形態の記載、特に「クライアントアプリケーションの項目情報と、既存のWebサービスと、既存のフィルタプログラムを使用することにより、既存のクライアントアプリケーションから呼び出される処理を新たに開発することなく」という記載等によって、本発明に係る「前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段」の一例が構成されている。   It should be noted that the description of the second embodiment, particularly “the item information of the client application, the existing Web service, and the existing filter program are used, so that a process called from the existing client application is not newly developed. The data model definition according to the present invention and definition information for enabling processing of the existing processing information that can be used by the Web service provided by the Web service providing unit are used. Thus, an example of “generating means for generating a Web application” is configured.

なお、このフィルタ処理部125、及び、図24のS2201〜S2204によって、本発明に係る「前記サーバの前記クライアントアプリケーションに対しアクセスを受け付けた場合にアクセス元を判定する判定手段」の一例が構成されている。また、フィルタ処理部125、及び、図24のS2205によって、本発明に係る「前記判定手段により、前記サーバが端末からアクセスを受け付けたと判定した場合は、前記クライアントアプリケーションを前記端末へ表示する」ことの一例が構成されている。また、フィルタ処理部125、及び、図24のS2207によって、本発明に係る「前記判定手段により、前記サーバがモバイル端末からアクセスを受け付けたと判定した場合は、前記Webアプリケーションの画面を前記モバイル端末へ表示する」ことの一例が構成されている。   The filter processing unit 125 and S2201 to S2204 in FIG. 24 constitute an example of “determination means for determining an access source when access to the client application of the server is accepted” according to the present invention. ing. In addition, according to the present invention, “if the determination unit determines that the server has received access from the terminal, the client application is displayed on the terminal” by the filter processing unit 125 and S2205 in FIG. An example is configured. In addition, according to the filter processing unit 125 and S2207 of FIG. 24, “if the determination unit determines that the server has received an access from a mobile terminal, the Web application screen is displayed to the mobile terminal. An example of “display” is configured.

また、第2の実施形態の「フィルタプログラム生成部109が機能として無い形態とする」という記載によって、本発明において「フィルタプログラム生成手段」を備えていないことが構成されている。   Further, according to the description of the second embodiment that “the filter program generation unit 109 does not function as a function”, it is configured that the present invention does not include “filter program generation means”.

また、図22によって、本発明に係る「前記サーバは、前記判定手段により、前記サーバが前記モバイル端末からアクセスを受け付けたと判定した場合に表示するWebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけた対応テーブルを記憶するフィルタ設定情報記憶手段」の一例が構成されている。   Further, according to the present invention, according to the present invention, “the server determines the URL of the Web application to be displayed when the determination unit determines that the server has received access from the mobile terminal, and the URL of the client application. An example of “filter setting information storage means for storing the associated correspondence table” is configured.

また、図22の「ID=2」、及び、図24のS2206がYesの場合、によって、本発明に係る「前記切替手段は、前記アクセス元のモバイル端末がリクエスト情報として前記サーバに送信した前記クライアントアプリケーションのURLに対応する、前記Webアプリケーションを表示するためのURLが前記フィルタ設定情報記憶手段に存在する場合」の一例が構成されている。また、図24のS2207によって、本発明に係る「前記アクセス元のモバイル端末に当該Webアプリケーションを表示するURLに対応する前記Webアプリケーションを表示する」ことの一例が構成されている。   Further, when “ID = 2” in FIG. 22 and S2206 in FIG. 24 are Yes, according to the present invention, “the switching unit transmits the request source mobile terminal to the server as request information. An example of “when the URL for displaying the Web application corresponding to the URL of the client application exists in the filter setting information storage unit” is configured. Further, S2207 in FIG. 24 constitutes an example of “displaying the Web application corresponding to the URL for displaying the Web application on the access source mobile terminal” according to the present invention.

以上、2つの実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施態様をとることが可能である。具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   Although two embodiments have been described above, the present invention can take the form of, for example, a system, apparatus, method, program, or recording medium. Specifically, the present invention may be applied to a system composed of a plurality of devices, or may be applied to an apparatus composed of a single device.

また、本発明におけるプログラムは、図4、図10、図16、図21、図23、図24に示すフローチャートの処理方法をコンピュータが実行可能なプログラムであり、本発明の記憶媒体は図4、図10、図16、図21、図23、図24の処理方法をコンピュータが実行可能なプログラムが記憶されている。なお、本発明におけるプログラムは図4、図10、図16、図21、図23、図24の各装置の処理方法ごとのプログラムであってもよい。   In addition, the program in the present invention is a program that allows a computer to execute the processing methods of the flowcharts shown in FIGS. 4, 10, 16, 21, 23, and 24. A program capable of being executed by the computer in the processing methods of FIGS. 10, 16, 21, 23, and 24 is stored. Note that the program according to the present invention may be a program for each processing method of each device in FIGS. 4, 10, 16, 21, 23, and 24.

以上のように、前述した実施形態の機能を実現するプログラムを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記録媒体に格納されたプログラムを読み出し実行することによっても、本発明の目的が達成されることは言うまでもない。   As described above, a recording medium that records a program that implements the functions of the above-described embodiments is supplied to a system or apparatus, and a computer (or CPU or MPU) of the system or apparatus stores the program stored in the recording medium. It goes without saying that the object of the present invention can also be achieved by executing reading.

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記憶した記録媒体は本発明を構成することになる。   In this case, the program itself read from the recording medium realizes the novel function of the present invention, and the recording medium storing the program constitutes the present invention.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、DVD−ROM、磁気テープ、不揮発性のメモリカード、ROM、EEPROM、シリコンディスク、ソリッドステートドライブ等を用いることができる。   As a recording medium for supplying the program, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD-ROM, magnetic tape, nonvolatile memory card, ROM, EEPROM, silicon A disk, solid state drive, or the like can be used.

また、コンピュータが読み出したプログラムを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) operating on the computer based on an instruction of the program is actually It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the processing and the processing is included.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Furthermore, after the program read from the recording medium is written to the memory provided in the function expansion board inserted into the computer or the function expansion unit connected to the computer, the function expansion board is based on the instructions of the program code. It goes without saying that the case where the CPU or the like provided in the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

また、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器からなる装置に適用してもよい。また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Further, the present invention may be applied to a system composed of a plurality of devices or an apparatus composed of a single device. Needless to say, the present invention can be applied to a case where the present invention is achieved by supplying a program to a system or apparatus. In this case, by reading a recording medium storing a program for achieving the present invention into the system or apparatus, the system or apparatus can enjoy the effects of the present invention.

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ、データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Furthermore, by downloading and reading a program for achieving the present invention from a server, database, etc. on a network using a communication program, the system or apparatus can enjoy the effects of the present invention.

なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。   In addition, all the structures which combined each embodiment mentioned above and its modification are also included in this invention.

1 ワークフローシステム
100 Webアプリケーション生成装置
120 ワークフローサーバ
130 ワークフローデータベース
140 利用者端末(PC、モバイル)
170 Webアプリケーション
201 CPU
202 ROM
203 RAM
204 システムバス
205 入力コントローラ
206 ビデオコントローラ
207 メモリコントローラ
208 通信I/Fコントローラ
209 キーボード
210 CRTディスプレイ
211 外部メモリ
1 Workflow System 100 Web Application Generation Device 120 Workflow Server 130 Workflow Database 140 User Terminal (PC, Mobile)
170 Web application 201 CPU
202 ROM
203 RAM
204 System bus 205 Input controller 206 Video controller 207 Memory controller 208 Communication I / F controller 209 Keyboard 210 CRT display 211 External memory

Claims (18)

Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムにおいて、
前記サーバは、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報とを記憶する設計情報記憶手段と、
前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段と、
を備え、
前記Webアプリケーション生成装置は、
前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段と、
前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段と、
前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段と、
を備えることを特徴とするWebアプリケーション生成システム。
In a Web application generation system in which a Web application generation device and a server having client application design information can be connected via a network,
The server
Design information storage means for storing data structure information, which is information of data items used in the client application, and processing information performed by the server in response to a request from the client application;
Web service providing means for providing a Web service for enabling the processing information to be called from a Web application;
With
The web application generation device
Data structure information receiving means for receiving the data structure information stored in the design information storage means from the server;
Data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application;
Generating means for generating a Web application by using the data model definition and definition information for enabling processing of the existing processing information usable by the Web service provided by the Web service providing means; ,
A web application generation system comprising:
前記サーバは、
前記サーバの前記クライアントアプリケーションに対しアクセスを受け付けた場合にアクセス元を判定する判定手段と、
前記判定手段により、前記サーバが端末からアクセスを受け付けたと判定した場合は、前記クライアントアプリケーションを前記端末へ表示するとともに、前記判定手段により、前記サーバがモバイル端末からアクセスを受け付けたと判定した場合は、前記Webアプリケーションの画面を前記モバイル端末へ表示する切替手段と、
を更に備えることを特徴とする請求項1に記載のWebアプリケーション生成システム。
The server
Determining means for determining an access source when access is accepted for the client application of the server;
When the determination means determines that the server has received access from the terminal, the client application is displayed on the terminal, and when the determination means determines that the server has received access from the mobile terminal, Switching means for displaying the screen of the web application on the mobile terminal;
The web application generation system according to claim 1, further comprising:
前記サーバは、前記判定手段により、前記サーバが前記モバイル端末からアクセスを受け付けたと判定した場合に表示するWebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけた対応テーブルを記憶するフィルタ設定情報記憶手段
を更に備えることを特徴とする請求項2に記載のWebアプリケーション生成システム。
Filter setting information for storing a correspondence table in which the URL of the Web application displayed when the determination unit determines that the server has received access from the mobile terminal and the URL of the client application are associated by the determination unit The web application generation system according to claim 2, further comprising storage means.
前記切替手段は、前記アクセス元のモバイル端末がリクエスト情報として前記サーバに送信した前記クライアントアプリケーションのURLに対応する、前記Webアプリケーションを表示するためのURLが前記フィルタ設定情報記憶手段に存在する場合、前記アクセス元のモバイル端末に当該Webアプリケーションを表示するURLに対応する前記Webアプリケーションを表示する
ことを特徴とする請求項3に記載のWebアプリケーション生成システム。
When the URL for displaying the Web application corresponding to the URL of the client application transmitted to the server as request information by the access source mobile terminal exists in the filter setting information storage unit, The Web application generation system according to claim 3, wherein the Web application corresponding to a URL for displaying the Web application is displayed on the access source mobile terminal.
Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムにおいて、
前記サーバは、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報と、を記憶する設計情報記憶手段と、
を備え、
前記Webアプリケーション生成装置は、
前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段と、
前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段と、
前記設計情報記憶手段に記憶された前記レイアウト情報を前記サーバから受信するレイアウト情報受信手段と、
前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段と、
前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段と、
前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段と、
を備えることを特徴とするWebアプリケーション生成システム。
In a Web application generation system in which a Web application generation device and a server having client application design information can be connected via a network,
The server
Data structure information that is data item information used in the client application, layout information that defines attribute information when the data structure information is used in the client application, and a request from the client application Design information storage means for storing processing information performed by the server;
With
The web application generation device
Data structure information receiving means for receiving the data structure information stored in the design information storage means from the server;
Data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application;
Layout information receiving means for receiving the layout information stored in the design information storage means from the server;
Input / output definition storage means for storing the layout information received from the layout information receiving means as input / output definition that is definition information defining attribute information when used in the Web application;
Web service creation means for creating a web service for enabling the processing information to be called from a web application;
A Web application is generated by using the data model definition, the input / output definition, and definition information for enabling processing of the existing processing information by the Web service created by the Web service creation unit. Generating means;
A web application generation system comprising:
前記サーバは、
前記サーバの前記クライアントアプリケーションに対しアクセスを受け付けた場合にアクセス元を判定する判定手段と、
前記判定手段により、前記サーバが端末からアクセスを受け付けたと判定した場合は、前記クライアントアプリケーションを前記端末へ表示するとともに、前記判定手段により、前記サーバがモバイル端末からアクセスを受け付けたと判定した場合は、前記Webアプリケーションの画面を前記モバイル端末へ表示する切替手段と、
を更に備え、
前記Webアプリケーション生成装置は、
前記判定手段と、前記切替手段とを備えるフィルタプログラムを生成するフィルタプログラム生成手段
を更に備えることを特徴とする請求項5に記載のWebアプリケーション生成システム。
The server
Determining means for determining an access source when access is accepted for the client application of the server;
When the determination means determines that the server has received access from the terminal, the client application is displayed on the terminal, and when the determination means determines that the server has received access from the mobile terminal, Switching means for displaying the screen of the web application on the mobile terminal;
Further comprising
The web application generation device
The Web application generation system according to claim 5, further comprising: a filter program generation unit that generates a filter program including the determination unit and the switching unit.
前記サーバは、前記判定手段により、前記サーバが前記モバイル端末からアクセスを受け付けたと判定した場合に表示するWebアプリケーションのURLと、前記クライアントアプリケーションのURLとを対応づけた対応テーブルを記憶するフィルタ設定情報記憶手段
を更に備えることを特徴とする請求項6に記載のWebアプリケーション生成システム。
Filter setting information for storing a correspondence table in which the URL of the Web application displayed when the determination unit determines that the server has received access from the mobile terminal and the URL of the client application are associated by the determination unit The web application generation system according to claim 6, further comprising storage means.
前記切替手段は、前記アクセス元のモバイル端末がリクエスト情報として前記サーバに送信した前記クライアントアプリケーションのURLに対応する、前記Webアプリケーションを表示するためのURLが前記フィルタ設定情報記憶手段に存在する場合、前記アクセス元のモバイル端末に当該Webアプリケーションを表示するURLに対応する前記Webアプリケーションを表示する
ことを特徴とする請求項7に記載のWebアプリケーション生成システム。
When the URL for displaying the Web application corresponding to the URL of the client application transmitted to the server as request information by the access source mobile terminal exists in the filter setting information storage unit, The web application generation system according to claim 7, wherein the web application corresponding to a URL for displaying the web application is displayed on the access source mobile terminal.
Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムの制御方法にであって、
前記サーバは、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報とを記憶する設計情報記憶ステップと、
前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供ステップと、
を含み、
前記Webアプリケーション生成装置は、
前記設計情報記憶ステップにおいて記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信ステップと、
前記データ構造情報受信ステップより受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶ステップと、
前記データモデル定義と、前記Webサービス提供ステップにより提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成ステップと、
を含むことを特徴とするWebアプリケーション生成システムの制御方法。
A control method of a Web application generation system in which a Web application generation device and a server having design information of a client application can be connected via a network,
The server
A design information storage step for storing data structure information which is information of data items used in the client application, and processing information performed by the server in response to a request from the client application;
A web service providing step of providing a web service for enabling the processing information to be called from a web application;
Including
The web application generation device
A data structure information receiving step for receiving the data structure information stored in the design information storing step from the server;
A data model definition storing step of storing the data structure information received from the data structure information receiving step as a data model definition that is information of data items used in the web application;
A generating step for generating a Web application by using the data model definition and definition information for enabling processing of the existing processing information usable by the Web service provided by the Web service providing step; ,
A control method for a Web application generation system, comprising:
Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムのプログラムであって、
前記サーバであるコンピュータを、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報とを記憶する設計情報記憶手段、
前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段、
として機能させ、
前記Webアプリケーション生成装置であるコンピュータを、
前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段、
前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段、
前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段、
として機能させるためのWebアプリケーション生成システムのプログラム。
A Web application generation system program in which a Web application generation apparatus and a server having design information of a client application can be connected via a network,
A computer as the server;
Design information storage means for storing data structure information which is information of data items used in the client application and processing information performed by the server in response to a request from the client application;
Web service providing means for providing a Web service for enabling the processing information to be called from a Web application;
Function as
A computer that is the Web application generation apparatus is
Data structure information receiving means for receiving the data structure information stored in the design information storage means from the server;
Data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application;
Generating means for generating a Web application by using the data model definition and definition information for enabling processing of the existing processing information usable by the Web service provided by the Web service providing means;
Web application generation system program for functioning as
クライアントアプリケーションの設計情報を有し、前記クライアントアプリケーションからのリクエストに応じて行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段を備えるサーバとネットワークを介して接続可能なWebアプリケーション生成装置であって、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信手段と、
前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段と、
前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段と、
を備えることを特徴とするWebアプリケーション生成装置。
It has client application design information and can be connected via a network to a server having a Web service providing means for providing a Web service for enabling processing information to be called from the Web application in response to a request from the client application. A web application generation device,
Data structure information receiving means for receiving data structure information, which is information of data items used in the client application, from the server;
Data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application;
Generating means for generating a Web application by using the data model definition and definition information for enabling processing of the existing processing information usable by the Web service provided by the Web service providing means; ,
A Web application generation apparatus comprising:
クライアントアプリケーションの設計情報を有し、前記クライアントアプリケーションからのリクエストに応じて行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段を備えるサーバとネットワークを介して接続可能なWebアプリケーション生成装置の制御方法であって、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信ステップと、
前記データ構造情報受信ステップより受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶ステップと、
前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成ステップと、
を含むことを特徴とするWebアプリケーション生成装置の制御方法。
It has client application design information and can be connected via a network to a server having a Web service providing means for providing a Web service for enabling processing information to be called from the Web application in response to a request from the client application. A method for controlling a Web application generation apparatus,
A data structure information receiving step for receiving, from the server, data structure information that is data item information used in the client application;
A data model definition storing step of storing the data structure information received from the data structure information receiving step as a data model definition that is information of data items used in the web application;
A generating step of generating a Web application by using the data model definition and definition information for enabling processing of the existing processing information usable by the Web service provided by the Web service providing unit; ,
A control method for a Web application generation device.
クライアントアプリケーションの設計情報を有し、前記クライアントアプリケーションからのリクエストに応じて行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを提供するWebサービス提供手段を備えるサーバとネットワークを介して接続可能なWebアプリケーション生成装置のプログラムであって、
前記Webアプリケーション生成装置であるコンピュータを、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信手段、
前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段、
前記データモデル定義と、前記Webサービス提供手段により提供されるWebサービスにより使用可能な既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段、
として機能させるためのWebアプリケーション生成装置のプログラム。
It has client application design information and can be connected via a network to a server having a Web service providing means for providing a Web service for enabling processing information to be called from the Web application in response to a request from the client application. A web application generation apparatus program,
A computer that is the Web application generation apparatus is
Data structure information receiving means for receiving data structure information, which is data item information used in the client application, from the server;
Data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application;
Generating means for generating a Web application by using the data model definition and definition information for enabling processing of the existing processing information usable by the Web service provided by the Web service providing means;
A program for a Web application generation apparatus for causing the function to function as a program.
Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムの制御方法であって、
前記サーバは、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報と、を記憶する設計情報記憶ステップと、
を含み、
前記Webアプリケーション生成装置は、
前記設計情報記憶ステップにおいて記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信ステップと、
前記データ構造情報受信ステップより受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶ステップと、
前記設計情報記憶ステップにおいて記憶された前記レイアウト情報を前記サーバから受信するレイアウト情報受信ステップと、
前記レイアウト情報受信ステップより受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶ステップと、
前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成ステップと、
前記データモデル定義と、前記入出力定義と、前記Webサービス作成ステップにより作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成ステップと、
を含むことを特徴とするWebアプリケーション生成システムの制御方法。
A control method of a Web application generation system in which a Web application generation device and a server having design information of a client application can be connected via a network,
The server
Data structure information that is data item information used in the client application, layout information that defines attribute information when the data structure information is used in the client application, and a request from the client application Design information storage step for storing processing information performed by the server;
Including
The web application generation device
A data structure information receiving step for receiving the data structure information stored in the design information storing step from the server;
A data model definition storing step of storing the data structure information received from the data structure information receiving step as a data model definition that is information of data items used in the web application;
A layout information receiving step for receiving the layout information stored in the design information storing step from the server;
An input / output definition storing step for storing the layout information received from the layout information receiving step as input / output definition that is definition information defining attribute information when used in the web application;
A web service creation step of creating a web service for enabling the processing information to be called from a web application;
A web application is generated by using the data model definition, the input / output definition, and definition information for enabling processing of the existing processing information by the web service created in the web service creation step. Generation step;
A control method for a Web application generation system, comprising:
Webアプリケーション生成装置と、クライアントアプリケーションの設計情報を有するサーバとがネットワークを介して接続可能なWebアプリケーション生成システムのプログラムであって、
前記サーバであるコンピュータを、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報と、前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報と、前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報と、を記憶する設計情報記憶手段、
として機能させ、
前記Webアプリケーション生成装置であるコンピュータを、
前記設計情報記憶手段に記憶された前記データ構造情報を前記サーバから受信するデータ構造情報受信手段、
前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段、
前記設計情報記憶手段に記憶された前記レイアウト情報を前記サーバから受信するレイアウト情報受信手段、
前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段、
前記処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段、
前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段、
として機能させるためのWebアプリケーション生成システムのプログラム。
A Web application generation system program in which a Web application generation apparatus and a server having design information of a client application can be connected via a network,
A computer as the server;
Data structure information that is data item information used in the client application, layout information that defines attribute information when the data structure information is used in the client application, and a request from the client application Design information storage means for storing processing information performed by the server;
Function as
A computer that is the Web application generation apparatus is
Data structure information receiving means for receiving the data structure information stored in the design information storage means from the server;
Data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application;
Layout information receiving means for receiving the layout information stored in the design information storage means from the server;
Input / output definition storage means for storing the layout information received from the layout information receiving means as input / output definition which is definition information defining attribute information when used in the web application;
Web service creation means for creating a web service for enabling the processing information to be called from a web application;
A Web application is generated by using the data model definition, the input / output definition, and definition information for enabling processing of the existing processing information by the Web service created by the Web service creation unit. Generating means,
Web application generation system program for functioning as
クライアントアプリケーションの設計情報を有するサーバとネットワークを介して接続可能なWebアプリケーション生成装置であって、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信手段と、
前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段と、
前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報を前記サーバから受信するレイアウト情報受信手段と、
前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段と、
前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段と、
前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段と、
を備えることを特徴とするWebアプリケーション生成装置。
A web application generation apparatus connectable to a server having design information of a client application via a network,
Data structure information receiving means for receiving data structure information, which is information of data items used in the client application, from the server;
Data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application;
Layout information receiving means for receiving, from the server, layout information defining attribute information when the data structure information is used in the client application;
Input / output definition storage means for storing the layout information received from the layout information receiving means as input / output definition that is definition information defining attribute information when used in the Web application;
Web service creation means for creating a web service for enabling processing information performed by the server to be called from a web application in response to a request from the client application;
A Web application is generated by using the data model definition, the input / output definition, and definition information for enabling processing of the existing processing information by the Web service created by the Web service creation unit. Generating means;
A Web application generation apparatus comprising:
クライアントアプリケーションの設計情報を有するサーバとネットワークを介して接続可能なWebアプリケーション生成装置の制御方法であって、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信ステップと、
前記データ構造情報受信ステップより受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶ステップと、
前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報を前記サーバから受信するレイアウト情報受信ステップと、
前記レイアウト情報受信ステップより受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶ステップと、
前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成ステップと、
前記データモデル定義と、前記入出力定義と、前記Webサービス作成ステップにより作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成ステップと、
を含むことを特徴とするWebアプリケーション生成装置の制御方法。
A method for controlling a Web application generation device connectable to a server having client application design information via a network,
A data structure information receiving step for receiving, from the server, data structure information that is data item information used in the client application;
A data model definition storing step of storing the data structure information received from the data structure information receiving step as a data model definition that is information of data items used in the web application;
A layout information receiving step for receiving, from the server, layout information defining attribute information when the data structure information is used in the client application;
An input / output definition storing step for storing the layout information received from the layout information receiving step as input / output definition that is definition information defining attribute information when used in the web application;
A web service creation step of creating a web service for enabling processing information performed by the server to be called from the web application in response to a request from the client application;
A web application is generated by using the data model definition, the input / output definition, and definition information for enabling processing of the existing processing information by the web service created in the web service creation step. Generation step;
A control method for a Web application generation device.
クライアントアプリケーションの設計情報を有するサーバとネットワークを介して接続可能なWebアプリケーション生成装置のプログラムであって、
前記Webアプリケーション生成装置であるコンピュータを、
前記クライアントアプリケーションで使用されるデータ項目の情報であるデータ構造情報を前記サーバから受信するデータ構造情報受信手段、
前記データ構造情報受信手段より受信した前記データ構造情報を、前記Webアプリケーションで使用されるデータ項目の情報であるデータモデル定義として記憶するデータモデル定義記憶手段、
前記データ構造情報が前記クライアントアプリケーションで使用される時の属性情報を定義したレイアウト情報を前記サーバから受信するレイアウト情報受信手段、
前記レイアウト情報受信手段より受信した前記レイアウト情報を、前記Webアプリケーションで使用される時の属性情報を定義した定義情報である入出力定義として記憶する入出力定義記憶手段、
前記クライアントアプリケーションからのリクエストに応じて前記サーバが行う処理情報をWebアプリケーションから呼び出し可能にするためのWebサービスを作成するWebサービス作成手段、
前記データモデル定義と、前記入出力定義と、前記Webサービス作成手段により作成した前記Webサービスにより既存の前記処理情報を処理可能にするための定義情報と、を用いることにより、Webアプリケーションを生成する生成手段、
として機能させるためのWebアプリケーション生成装置のプログラム。
A program for a Web application generation device connectable to a server having client application design information via a network,
A computer that is the Web application generation apparatus is
Data structure information receiving means for receiving data structure information, which is data item information used in the client application, from the server;
Data model definition storage means for storing the data structure information received from the data structure information receiving means as a data model definition that is data item information used in the Web application;
Layout information receiving means for receiving, from the server, layout information defining attribute information when the data structure information is used in the client application;
Input / output definition storage means for storing the layout information received from the layout information receiving means as input / output definition which is definition information defining attribute information when used in the web application;
Web service creation means for creating a web service for enabling processing information performed by the server to be called from a web application in response to a request from the client application;
A Web application is generated by using the data model definition, the input / output definition, and definition information for enabling processing of the existing processing information by the Web service created by the Web service creation unit. Generating means,
A program for a Web application generation apparatus for causing the function to function as a program.
JP2015182633A 2014-09-17 2015-09-16 Web application generation system, Web application generation system control method, Web application generation system program, Web application generation device, Web application generation device control method, and Web application generation device program Active JP6002302B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2014189051 2014-09-17
JP2014189051 2014-09-17

Publications (2)

Publication Number Publication Date
JP2016066355A true JP2016066355A (en) 2016-04-28
JP6002302B2 JP6002302B2 (en) 2016-10-05

Family

ID=55805589

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015182633A Active JP6002302B2 (en) 2014-09-17 2015-09-16 Web application generation system, Web application generation system control method, Web application generation system program, Web application generation device, Web application generation device control method, and Web application generation device program

Country Status (1)

Country Link
JP (1) JP6002302B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018010631A (en) * 2016-06-30 2018-01-18 キヤノンマーケティングジャパン株式会社 Information processing device, processing method and program thereof
JP2018081716A (en) * 2018-01-09 2018-05-24 キヤノンマーケティングジャパン株式会社 Information processing device, information processing system, method for controlling the same, and program
JP2018106747A (en) * 2016-06-30 2018-07-05 キヤノンマーケティングジャパン株式会社 Information processing apparatus, server, method for processing the same, and program
JP2019159456A (en) * 2018-03-08 2019-09-19 富士ゼロックス株式会社 Information processing system and information processing program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002182912A (en) * 2000-12-15 2002-06-28 Nec System Technologies Ltd Web application generating method, web application generator and recording medium
JP2004265278A (en) * 2003-03-04 2004-09-24 Jasminsoft:Kk Automatic program generation device
JP2004362185A (en) * 2003-06-04 2004-12-24 Hitachi Ltd Method for creating program, execution device, and processing program
US20120166963A1 (en) * 2010-12-27 2012-06-28 Microsoft Corporation Converting desktop applications to web applications

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002182912A (en) * 2000-12-15 2002-06-28 Nec System Technologies Ltd Web application generating method, web application generator and recording medium
JP2004265278A (en) * 2003-03-04 2004-09-24 Jasminsoft:Kk Automatic program generation device
JP2004362185A (en) * 2003-06-04 2004-12-24 Hitachi Ltd Method for creating program, execution device, and processing program
US20120166963A1 (en) * 2010-12-27 2012-06-28 Microsoft Corporation Converting desktop applications to web applications

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018010631A (en) * 2016-06-30 2018-01-18 キヤノンマーケティングジャパン株式会社 Information processing device, processing method and program thereof
JP2018106747A (en) * 2016-06-30 2018-07-05 キヤノンマーケティングジャパン株式会社 Information processing apparatus, server, method for processing the same, and program
JP7014960B2 (en) 2016-06-30 2022-02-02 キヤノンマーケティングジャパン株式会社 Information processing equipment, servers, their processing methods and programs
JP2018081716A (en) * 2018-01-09 2018-05-24 キヤノンマーケティングジャパン株式会社 Information processing device, information processing system, method for controlling the same, and program
JP2019159456A (en) * 2018-03-08 2019-09-19 富士ゼロックス株式会社 Information processing system and information processing program

Also Published As

Publication number Publication date
JP6002302B2 (en) 2016-10-05

Similar Documents

Publication Publication Date Title
US10705942B1 (en) Simulated testing of API
Guerrero-Garcia et al. A theoretical survey of user interface description languages: Preliminary results
US11762634B2 (en) Systems and methods for seamlessly integrating multiple products by using a common visual modeler
JP2016224923A (en) Method and system for automated generation of user form interface
CN108388622B (en) API interface dynamic generation method and device, computer equipment and storage medium
EP2402854A1 (en) Application development assisting device, program, and recording medium
US11797273B2 (en) System and method for enhancing component based development models with auto-wiring
CN104090749A (en) Processing method and system for updating and changing interface theme of WinCE product
KR20100133382A (en) Application management within deployable object hierarchy
JP2010521726A (en) Method, system, and computer program for distributing customized software products
JP6002302B2 (en) Web application generation system, Web application generation system control method, Web application generation system program, Web application generation device, Web application generation device control method, and Web application generation device program
JP2013518321A (en) Pattern-based user interface
US20170168860A1 (en) Dynamically binding data in an application
CN101876998B (en) Method and system for editing data
Lachgar et al. Modeling and generating native code for cross-platform mobile applications using DSL
US10706225B2 (en) Form management system and method
CN113656005A (en) Application component library construction method, application component configuration method and related device
Cimino et al. An efficient model-based methodology for developing device-independent mobile applications
JP7014960B2 (en) Information processing equipment, servers, their processing methods and programs
CN107533468A (en) For cloud and the scalability bundle of suite of devices
KR102397494B1 (en) Low code web development and operating system, and service method using of it
JP2018181073A (en) Information processing apparatus, processing method thereof, and program
JP2020170530A (en) Information processing apparatus, processing method thereof, and program
Nestor Ribeiro et al. An automated model based approach to mobile UI specification and development
KR20200082024A (en) Method for creating business screen and system for performing the same

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160729

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20160809

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160902

R150 Certificate of patent or registration of utility model

Ref document number: 6002302

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250