JP2018181073A - Information processing apparatus, processing method thereof, and program - Google Patents

Information processing apparatus, processing method thereof, and program Download PDF

Info

Publication number
JP2018181073A
JP2018181073A JP2017081668A JP2017081668A JP2018181073A JP 2018181073 A JP2018181073 A JP 2018181073A JP 2017081668 A JP2017081668 A JP 2017081668A JP 2017081668 A JP2017081668 A JP 2017081668A JP 2018181073 A JP2018181073 A JP 2018181073A
Authority
JP
Japan
Prior art keywords
screen
document
output
input
program
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
JP2017081668A
Other languages
Japanese (ja)
Other versions
JP6795767B2 (en
Inventor
麻彩子 森
Masako Mori
麻彩子 森
文洋 柴本
Fumihiro Shibamoto
文洋 柴本
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
Priority to JP2017081668A priority Critical patent/JP6795767B2/en
Publication of JP2018181073A publication Critical patent/JP2018181073A/en
Application granted granted Critical
Publication of JP6795767B2 publication Critical patent/JP6795767B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a mechanism of generating a document relating to an input-output definition to be used in generating a program of a web application, and easily displaying it.SOLUTION: An information processing apparatus which generates a program to be executed in a web system, in accordance with an input-output definition corresponding to a screen to be displayed in a client device to be used in a web system includes: document generation means which generates a document including specifications on a screen, in accordance with the above input-output definition; link information generation means which generates link information of the document generated by the document generation means; and setting means which sets the link information on a screen to be used in the program so as to display the document generated by the document generation means from the screen.SELECTED DRAWING: Figure 3

Description

本発明は、プログラムを生成するための情報処理装置と、その処理方法及びプログラムに関する。   The present invention relates to an information processing apparatus for generating a program, and a processing method and program thereof.

従来から、入出力定義やデータモデル定義などを設定し、Webアプリケーションのプログラムを動的に生成するWebアプリケーション技術が存在する。   2. Description of the Related Art Conventionally, there is a web application technology that sets an input / output definition, a data model definition, and the like and dynamically generates a web application program.

例えば、特許文献1には、Webアプリケーションのプログラムを動的に生成する技術において、GUIレイアウト画面と呼ばれるレイアウトエディタを用いて、Webアプリケーションの画面の入力項目(検索条件テキストボックスや検索ボタン等)及び出力項目(検索結果等)の配置レイアウト及び属性を定義し、その入出力定義情報に基づいてWebアプリケーションのプログラムを生成する仕組みが示されている。   For example, in Patent Document 1, in a technology for dynamically generating a program of a web application, using a layout editor called a GUI layout screen, input items (search condition text box, search button, etc.) of the screen of the web application A mechanism for defining the layout and attributes of output items (search results etc.) and generating a Web application program based on the input / output definition information is shown.

特開2015−99590号公報JP, 2015-99590, A

特許文献1のように容易にWebアプリケーションを生成することができるようになった一方、Webアプリケーションで使用する画面の仕様(定義)がどのようになっているのかを確認する場合、Webアプリケーションのプログラム生成するツールにて対応する画面を探し、その画面で設定した入出力定義を確認しなければならず困難な作業を伴うことが発生する。   While it has become possible to easily generate a Web application as in Patent Document 1, when checking how the screen specifications (definitions) used in the Web application are, the Web application program The tool to be generated searches for the corresponding screen, and the input / output definition set on the screen must be confirmed, which may cause difficult work.

特にWebアプリケーションにプログラムを動的に生成するための入出力定義として各種の設定が必要であり、画面の大まかな仕様を把握することは困難を伴うものであった。   In particular, various settings are required as input / output definitions for dynamically generating a program in a Web application, and it is difficult to grasp the rough specifications of the screen.

また、Webアプリケーションを利用するユーザ(システムの利用者)は、入出力定義を確認することはできないため利用する画面の仕様を確認することはできなかった。   In addition, since the user (user of the system) using the Web application can not confirm the input / output definition, the user can not confirm the specification of the screen to be used.

そこで、本発明の目的は、Webアプリケーションのプログラムの生成に用いられる入出力定義にかかるドキュメントを生成し、容易に表示させる仕組みを提供することである。   Therefore, an object of the present invention is to provide a mechanism for generating and easily displaying a document related to an input / output definition used for generating a program of a web application.

Webシステムで用いるクライアント装置で表示する画面に対応する入出力定義に従って、Webシステムで実行するプログラムを生成する情報処理装置であって、前記入出力定義に従って、画面に関する仕様を含むドキュメントを生成するドキュメント生成手段と、前記ドキュメント生成手段により生成されるドキュメントのリンク情報を生成するリンク情報生成手段と、前記画面から前記ドキュメント生成手段で生成されるドキュメントを表示させるべく、前記プログラムで用いられる画面に前記リンク情報を設定する設定手段とを備えることを特徴とする。   An information processing apparatus for generating a program to be executed on a Web system according to an input / output definition corresponding to a screen displayed on a client apparatus used in a Web system, a document for generating a document including a specification regarding the screen according to the input / output definition Generating means, link information generating means for generating link information of the document generated by the document generating means, and the screen used by the program to display the document generated by the document generating means from the screen And setting means for setting link information.

本発明によれば、Webアプリケーションのプログラムの生成に用いられる入出力定義にかかるドキュメントを生成し、容易に表示させることができる。   According to the present invention, a document relating to an input / output definition used to generate a web application program can be generated and easily displayed.

本発明に係るプログラム開発装置、プログラム開発サーバ、データベースサーバ、アプリケーションクライアント、アプリケーションサーバの構成の一例を示すシステム構成図である。It is a system configuration figure showing an example of composition of a program development device, a program development server, a database server, an application client, and an application server concerning the present invention. 本発明に係るプログラム開発装置、プログラム開発サーバ、データベースサーバ、アプリケーションクライアント、アプリケーションサーバとして適用可能な各ハードウェア構成の一例を示すブロック図である。It is a block diagram showing an example of each hardware constitution applicable as a program development device concerning the present invention, a program development server, a database server, an application client, and an application server. 本実施形態のプログラム開発装置101の機能構成を示すブロック図である。It is a block diagram showing functional composition of program development device 101 of this embodiment. 本実施形態のWebシステムにおける処理概要を示す構成図である。It is a block diagram which shows the processing outline in the Web system of this embodiment. Webアプリケーション及びドキュメント生成のフローチャート並びにドキュメント生成のフローチャートの一例を示す図である。FIG. 6 is a diagram showing an example of a flowchart of Web application and document generation and a flowchart of document generation. リポジトリ定義の一例を示す図である。It is a figure which shows an example of a repository definition. ドキュメント生成詳細のフローチャートの一例を示す図である。It is a figure which shows an example of the flowchart of a document production | generation detail. ドキュメント出力のフローチャートの一例を示す図である。It is a figure which shows an example of the flowchart of a document output. 関連文書・ヘッダ・フッタ等出力処理のフローチャートの一例を示す図である。It is a figure which shows an example of the flowchart of related document * header * footer etc. output processing. 検索情報生成のフローチャートの一例を示す図である。It is a figure which shows an example of the flowchart of search information generation. 画面一覧情報生成のフローチャートの一例を示す図である。It is a figure which shows an example of the flowchart of screen list information production | generation. 画面仕様表示部の生成・出力のフローチャートの一例を示す図である。It is a figure which shows an example of the flowchart of a production | generation / output of a screen specification display part. 画面項目仕様表示部の生成・出力のフローチャートの一例を示す図である。It is a figure which shows an example of the flowchart of a production | generation / output of a screen item specification display part. 入出力定義画面、入出力項目定義画面、NODOC定義画面の一例を示す図である。It is a figure which shows an example of an input / output definition screen, an input / output item definition screen, and a NODOC definition screen. 生成された画面仕様ドキュメント1500の一例を示す図である。It is a figure which shows an example of the produced | generated screen specification document 1500. As shown in FIG. 生成された画面仕様ドキュメントの表紙の一例を示す図である。It is a figure which shows an example of the cover of the produced | generated screen specification document. ドキュメントフィルタ定義の一例を示す図である。It is a figure which shows an example of a document filter definition. ドキュメントフィルタ定義の一例を示す図である。It is a figure which shows an example of a document filter definition. ドキュメントフィルタ定義の一例を示す図である。It is a figure which shows an example of a document filter definition. アプリケーション設定のダイアログの一例を示す図である。It is a figure which shows an example of the dialog of application setting. リンク情報の一例を示す図である。It is a figure which shows an example of link information. 「NODOC」指定の有無による画面一覧表示の一例を示す図である。It is a figure which shows an example of the screen list display by the presence or absence of "NODOC" designation | designated. 入出力レイアウト定義(画面レイアウト)の一例を示す図である。It is a figure which shows an example of an input-output layout definition (screen layout).

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

図1は、本発明に係わるプログラム開発装置(開発者がWebアプリケーション生成のために使用する情報処理装置)、プログラム開発サーバ、データベースサーバ、アプリケーションクライアント(クライアント装置)、アプリケーションサーバ、Webサーバの構成の一例を示すシステム(情報処理システム)構成図である。   FIG. 1 shows the configuration of a program development apparatus (an information processing apparatus used by a developer to generate a Web application), a program development server, a database server, an application client (client apparatus), an application server, and a Web server according to the present invention. It is a system (information processing system) block diagram which shows an example.

プログラム開発装置101は、開発者の操作に従って画面レイアウト及びデータベース検索指示などを定義する。プログラム開発装置101単体では、開発者の入力受付を行い、後述するプログラム開発サーバ102に実際のプログラム生成処理、アプリケーション生成処理をさせてもよいし、プログラム開発装置101単体でプログラム生成、アプリケーション生成まで処理してもよい。   The program development apparatus 101 defines a screen layout, a database search instruction, and the like according to the operation of the developer. The program development apparatus 101 alone may receive input from the developer, and may cause the program development server 102 described later to execute actual program generation processing and application generation processing, or the program development apparatus 101 alone may execute program generation and application generation. It may be processed.

なお、この実施形態においては、プログラム開発装置101で生成するアプリケーションはWebアプリケーションとしたが、これに限定するものではなく、携帯電話・スマートフォン・タブレットなどの情報処理装置で動作するアプリケーションや組込みソフトウェアなど、Web技術による通信を利用したアプリケーションでなくてもよい。   In this embodiment, although the application generated by the program development apparatus 101 is a Web application, the application is not limited to this, and an application operating on an information processing apparatus such as a mobile phone, a smartphone, a tablet, embedded software, etc. , It does not have to be an application using communication by Web technology.

プログラム開発サーバ102a〜102b(情報処理装置)は、プログラム開発装置101により入力された開発者の指示に従って、プログラムを開発する。プログラム開発サーバ102aはLANなどのネットワーク107内に配置されてもよいし、プログラム開発サーバ102bはインターネット上やクラウド上に配置されてもよい。   The program development servers 102 a to 102 b (information processing apparatuses) develop programs in accordance with a developer's instruction input by the program development apparatus 101. The program development server 102a may be disposed in a network 107 such as a LAN, and the program development server 102b may be disposed on the Internet or on a cloud.

データベースサーバ103a〜103b(情報処理装置)は、開発されたアプリケーションが使用するデータベースであり、また本発明では開発時にも動作確認などのために利用してもよい。例えば、開発者が利用するためにデータベースサーバ103は、プログラム開発装置101と同一の装置で構成されていてもよいし、LANなどのネットワーク107内に配置されてもよい(データベースサーバ103a)。またインターネット上やクラウド上に配置されてもよい(データベースサーバ103b)。また、プログラム開発装置101が、プログラム開発サーバ102と協調する場合には、プログラム開発サーバ102とデータベースサーバ103が同一の装置内に構成されていてもよい。   The database servers 103a to 103b (information processing apparatuses) are databases used by developed applications, and in the present invention, they may be used also for operation confirmation at the time of development. For example, the database server 103 may be configured with the same device as the program development device 101 for use by a developer, or may be disposed in a network 107 such as a LAN (database server 103a). It may be arranged on the Internet or on the cloud (database server 103b). When the program development device 101 cooperates with the program development server 102, the program development server 102 and the database server 103 may be configured in the same device.

アプリケーションサーバ105(情報処理装置)は、プログラム開発装置101で生成されたアプリケーションプログラムを実行する。アプリケーションサーバ105は、LANなどのネットワーク107内に配置されてもよいし、またインターネット上やクラウド上に配置されてもよい。また、ネットワーク107、インターネット、クラウド上のデータベースサーバ103と接続して動作することが可能である。   The application server 105 (information processing apparatus) executes an application program generated by the program development apparatus 101. The application server 105 may be disposed in a network 107 such as a LAN, or may be disposed on the Internet or on a cloud. In addition, it is possible to operate by connecting to the network 107, the Internet, and the database server 103 on the cloud.

アプリケーションクライアント104a〜104b(情報処理装置)は、アプリケーションサーバ105と協調してプログラム開発装置101で開発したアプリケーションプログラムを動作させる、ユーザの入力端末である。LANなどのネットワーク107内に配置されてもよい(アプリケーションクライアント104a)し、またインターネット上やクラウド上に配置されてもよい(アプリケーションクライアント104b)。携帯端末などの情報処理装置であってもよい。   The application clients 104 a to 104 b (information processing apparatuses) are input terminals of users that operate application programs developed by the program development apparatus 101 in cooperation with the application server 105. It may be disposed in a network 107 such as a LAN (application client 104a), and may be disposed on the Internet or on a cloud (application client 104b). It may be an information processing apparatus such as a portable terminal.

Webサーバ106(情報処理装置)は、プログラム開発装置101で生成された画面仕様ドキュメント443をアプリケーションクライアント104からのリクエストに応じて送信する。Webサーバ106は、LANなどのネットワーク107内に配置されてもよいし、またインターネット上やクラウド上等に配置されてもよい。   The Web server 106 (information processing apparatus) transmits the screen specification document 443 generated by the program development apparatus 101 in response to a request from the application client 104. The web server 106 may be disposed in a network 107 such as a LAN, or may be disposed on the Internet, a cloud, or the like.

なお、本実施形態においては、アプリケーションサーバ105とWebサーバ106は別筐体の情報処理装置としたが、これに限定するものではなく、1つの情報処理装置であっても、仮想環境上に構築されてもよい。   In the present embodiment, the application server 105 and the Web server 106 are separate information processing apparatuses, but the present invention is not limited to this. Even one information processing apparatus may be constructed on a virtual environment. It may be done.

なお、本実施形態のプログラム開発装置101又はプログラム開発サーバ102は、Webシステムで用いるクライアント装置で表示する画面に対応する入出力定義に従って、Webシステムで実行するプログラムを生成する情報処理装置と言い換えることが可能である。   Note that the program development apparatus 101 or the program development server 102 of the present embodiment can be reworded as an information processing apparatus that generates a program to be executed on the Web system according to an input / output definition corresponding to a screen displayed on a client apparatus used in the Web system. Is possible.

図2は、本発明に係わるプログラム開発装置101、プログラム開発サーバ102、データベースサーバ103、アプリケーションクライアント104、アプリケーションサーバ105、Webサーバ106として適用可能な各ハードウェア構成の一例を示すブロック図である。   FIG. 2 is a block diagram showing an example of each hardware configuration applicable as the program development apparatus 101, program development server 102, database server 103, application client 104, application server 105, and Web server 106 according to the present invention.

図2において、CPU201は、システムバス204に接続される各デバイスを統括的に制御する。   In FIG. 2, the CPU 201 centrally controls the devices connected to the system bus 204.

また、ROM203あるいは外部メモリ211には、CPU201の制御プログラムであるオペレーティングシステム(OS)や、各サーバ、クライアント、装置など情報処理装置の後述する各種機能を実現するためのプログラムが記憶されている。   The ROM 203 or the external memory 211 stores an operating system (OS) which is a control program of the CPU 201, and programs for realizing various functions of the information processing apparatus such as each server, client, and device described later.

RAM202は、CPU201の主メモリ、ワークエリア、一時待避領域等として機能する。   The RAM 202 functions as a main memory, a work area, a temporary save area, and the like of the CPU 201.

入力コントローラ205は、入力部209からの入力を制御する。この入力部209としては、情報処理装置では、キーボード、マウス等のポインティングデバイスが挙げられる。   The input controller 205 controls an input from the input unit 209. In the information processing apparatus, examples of the input unit 209 include pointing devices such as a keyboard and a mouse.

出力コントローラ206は、出力部210の表示を制御する。この出力部210としては、例えば、CRTや液晶ディスプレイ等が挙げられる。   The output controller 206 controls the display of the output unit 210. As this output part 210, CRT, a liquid crystal display, etc. are mentioned, for example.

外部メモリコントローラ207は、ブートプログラム、各種のアプリケーション、フォントデータ、ユーザーファイル、編集ファイル、プリンタドライバ等を記憶する外部メモリ211へのアクセスを制御する。加えて、各サーバ、クライアント、装置等の各種機能を実現するための各種テーブル、パラメータが記憶されている。この外部メモリ211としては、ハードディスク(HD)やフレキシブルディスク(FD)、PCMCIAカードスロットにアダプタを介して接続されるコンパクトフラッシュ(登録商標)、スマートメディア等が挙げられる。   The external memory controller 207 controls access to the external memory 211 that stores a boot program, various applications, font data, user files, editing files, printer drivers, and the like. In addition, various tables and parameters for realizing various functions of each server, client, device, etc. are stored. Examples of the external memory 211 include a hard disk (HD) and a flexible disk (FD), Compact Flash (registered trademark) connected to a PCMCIA card slot via an adapter, and smart media.

通信I/Fコントローラ208は、ネットワークを介して外部機器との通信制御処理を実行する。   The communication I / F controller 208 executes communication control processing with an external device via a network.

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

図3は、本発明の実施形態におけるプログラム開発装置101の機能構成を示すブロック図の一例である。   FIG. 3 is an example of a block diagram showing a functional configuration of the program development device 101 in the embodiment of the present invention.

プログラム開発装置101は、以下の機能部を備える。なおプログラム開発装置101は、Webシステムで用いるアプリケーションクライアント(クライアント装置)で表示する画面に対応する入出力定義に従って、Webシステムで実行するプログラムを生成する情報処理装置と言い換えることが可能である。   The program development device 101 includes the following functional units. The program development apparatus 101 can be paraphrased as an information processing apparatus that generates a program to be executed by the Web system according to an input / output definition corresponding to a screen displayed by an application client (client apparatus) used by the Web system.

ドキュメント生成部301は、入出力定義に従って、画面に関する仕様を含むドキュメントを生成する機能部である。   The document generation unit 301 is a functional unit that generates a document including the specification regarding the screen according to the input / output definition.

リンク情報生成部302は、ドキュメント生成部301により生成されるドキュメントのリンク情報を生成する機能部である。   The link information generation unit 302 is a functional unit that generates link information of the document generated by the document generation unit 301.

設定部303は、画面からドキュメント生成部301で生成されるドキュメントを表示させるべく、プログラムで用いられる画面にリンク情報を設定する機能部である。   The setting unit 303 is a functional unit that sets link information in a screen used by a program in order to display a document generated by the document generation unit 301 from the screen.

また、ドキュメント生成部301は、Webアプリケーションで用いる画面ごと生成される。   In addition, the document generation unit 301 is generated for each screen used in the web application.

また、設定部303は、プログラムを生成する際に、対応する画面にリンク情報を設定する。   Further, when generating the program, the setting unit 303 sets link information on the corresponding screen.

指定受付部304は、生成されるプログラムにおいて、リンク情報を設定するための指定を受け付ける機能部である。   The designation accepting unit 304 is a functional unit that accepts designation for setting link information in a generated program.

プログラム生成部305は、指定受付部304によりリンク情報を設定するための指定がされた場合に、リンク情報生成部302は前記リンク情報を生成し、指定受付部304によりリンク情報を設定するための指定がされていない場合に、リンク情報生成部302は前記リンク情報を生成することなく、前記プログラムを生成する機能部である。   The program generation unit 305 generates the link information when the specification reception unit 304 makes a specification for setting the link information, and the program generation unit 305 generates the link information, and the specification reception unit 304 sets the link information. The link information generation unit 302 is a functional unit that generates the program without generating the link information when the designation is not made.

設定部303は、入出力定義のタイプに従って画面にリンク情報を設定する。   The setting unit 303 sets link information on the screen according to the type of input / output definition.

フィルタ設定部306は、出力フィルタを設定する機能部である。   The filter setting unit 306 is a functional unit that sets an output filter.

ドキュメント生成部301は、フィルタ設定部306によって設定された出力フィルタと前記入出力定義に従って、フィルタされた画面に関する仕様を含むドキュメントを生成する。   The document generation unit 301 generates a document including the specification regarding the filtered screen according to the output filter set by the filter setting unit 306 and the input / output definition.

設定部303は、ドキュメント生成部301により生成されたフィルタされた画面に関する仕様を含むドキュメントを表示させるべく、対応する画面に当該ドキュメントのリンク情報を設定する。   The setting unit 303 sets link information of the document on the corresponding screen in order to display the document including the specification regarding the filtered screen generated by the document generation unit 301.

なお、クラウド環境でWebアプリケーションの設定を行う場合には、プログラム開発サーバ102としての機能とすることは言うまでもない。   Needless to say, when setting up a Web application in a cloud environment, the function as the program development server 102 is used.

図4は、Webシステムにおける処理概要を示す構成図である。   FIG. 4 is a configuration diagram showing an outline of processing in the Web system.

プログラム開発装置101は、リポジトリ定義部401、Webアプリケーション生成部415及び画面仕様ドキュメント生成部419を備える。   The program development apparatus 101 includes a repository definition unit 401, a web application generation unit 415, and a screen specification document generation unit 419.

プログラム開発装置101は、Webアプリケーションを開発する開発者により設定されたリポジトリ定義部401の各定義を用いて、Webアプリケーション生成部415によりWebアプリケーション438を生成する。また、プログラム開発装置101は、リポジトリ定義部401の各定義を用いて、画面仕様ドキュメント生成部419により画面仕様ドキュメントを生成する。   The program development apparatus 101 generates the Web application 438 by the Web application generation unit 415 using each definition of the repository definition unit 401 set by the developer who develops the Web application. Also, the program development apparatus 101 generates a screen specification document by the screen specification document generation unit 419 using each definition of the repository definition unit 401.

リポジトリ定義部401には、アプリケーション定義402、入出力定義403、データモデル定義404、ビジネスプロセス定義405、データベース定義406、ドキュメント用定義407、画面HTMLデータ408、ドキュメントフィルタ定義409、表紙ファイル410、アプリケーションリソースファイル411、ドキュメントリソースファイル412、ヘッダ・フッタファイル413及び関連文書414が記憶されている。これら402〜414の定義は、Webアプリケーション開発ツールを介して、開発者によって入力設定または配置される。   The repository definition unit 401 includes an application definition 402, an input / output definition 403, a data model definition 404, a business process definition 405, a database definition 406, a document definition 407, a screen HTML data 408, a document filter definition 409, a cover file 410, and an application. A resource file 411, a document resource file 412, a header / footer file 413, and a related document 414 are stored. The definitions of these 402 to 414 are input set or arranged by the developer through the web application development tool.

なお、入出力定義403は、入力項目定義情報及び出力項目定義情報を含む。入力項目定義情報は、生成されたWebアプリケーションの画面を介して当該Webアプリケーションのユーザが入力する入力項目を定義した情報である。出力項目定義情報は、生成されたWebアプリケーションの画面に出力する出力項目を定義した情報である。以降、「入力項目定義情報」及び「出力項目定義情報」をまとめて「入出力項目定義情報」と呼ぶ。   The input / output definition 403 includes input item definition information and output item definition information. The input item definition information is information that defines an input item input by the user of the Web application via the generated Web application screen. The output item definition information is information that defines an output item to be output to the screen of the generated Web application. Hereinafter, "input item definition information" and "output item definition information" will be collectively referred to as "input / output item definition information".

また、画面HTMLデータ408は、Webアプリケーション開発ツールのレイアウトエディタを用いて生成された画面レイアウトをHTML等に変換した画面情報である。   The screen HTML data 408 is screen information obtained by converting a screen layout generated using the layout editor of the Web application development tool into HTML or the like.

また、アプリケーションリソースファイル411は、Webアプリケーションの画面に表示する文言等を定義したファイルであり、ドキュメントリソースファイル412は、画面仕様ドキュメント443に表示する文言等を定義したファイルである。   Also, the application resource file 411 is a file in which texts and the like displayed on the screen of the Web application are defined, and the document resource file 412 is a file in which the text and the like displayed in the screen specification document 443 are defined.

よって、リポジトリ定義部401は、生成されたプログラムの実行によって表示されるWebアプリケーションの画面を介して入力される項目を定義する入力定義情報と、画面に出力する項目を定義する出力定義情報とを入出力定義情報として管理する一例である。   Therefore, the repository definition unit 401 includes input definition information defining items to be input via the screen of the Web application displayed by execution of the generated program, and output definition information defining items to be output on the screen. It is an example of managing as input / output definition information.

Webアプリケーション生成部415は、Webアプリケーション生成用のリポジトリ定義解析部416を用いてリポジトリ定義部401に記憶されている各定義を解析し、Webアプリケーションコード生成部417及びソースコードコンパイル部418を介し、コンパイル済Java(登録商標)コード439及びHTML/JSP/JavaScript(登録商標)440を含むWebアプリケーション438を生成する。また、画面仕様ドキュメント生成ON/OFF設定部を有しており、画面仕様ドキュメント生成部419の動作の制御(ON/OFF)をする。   The web application generation unit 415 analyzes each definition stored in the repository definition unit 401 by using the repository definition analysis unit 416 for web application generation, and, via the web application code generation unit 417 and the source code compilation unit 418, A web application 438 is generated that includes compiled Java code 439 and HTML / JSP / JavaScript 440. In addition, a screen specification document generation ON / OFF setting unit is provided to control (ON / OFF) the operation of the screen specification document generation unit 419.

画面仕様ドキュメント生成部419は、画面仕様ドキュメント生成用のリポジトリ定義解析部420を用いてリポジトリ定義部401に記憶されている各定義を解析し、画面一覧生成部421、画面仕様生成部422、画面イメージ生成部423、画面項目仕様生成部424、検索機能生成部425、関連文書生成部427、表紙生成部428及びヘッダ・フッタ生成部429を用いて、HTML/CSS/JavaScript(登録商標)444及び画像ファイル445を含む画面仕様ドキュメント443を生成する。   The screen specification document generation unit 419 analyzes each definition stored in the repository definition unit 401 using the repository definition analysis unit 420 for screen specification document generation, and the screen list generation unit 421, the screen specification generation unit 422, and the screen Using the image generation unit 423, the screen item specification generation unit 424, the search function generation unit 425, the related document generation unit 427, the cover generation unit 428 and the header / footer generation unit 429, HTML / CSS / JavaScript (registered trademark) 444 and A screen specification document 443 including an image file 445 is generated.

その際、レイアウト構成部426は、出力フィルタ管理部430を介し、ドキュメントエリア設定管理部432にて管理されているエリア出力設定433及びエリアサイズ設定434における設定を、画面一覧生成部421、画面仕様生成部422、画面イメージ生成部423、画面項目仕様生成部424及び検索機能生成部425が生成するドキュメントのレイアウトとして用いる。   At this time, the layout configuration unit 426 sets the area output setting 433 and the area size setting 434 managed by the document area setting management unit 432 via the output filter management unit 430 to the screen list generation unit 421 and the screen specification. It is used as a layout of a document generated by the generation unit 422, the screen image generation unit 423, the screen item specification generation unit 424, and the search function generation unit 425.

更に、レイアウト構成部426は、ドキュメントテーマ管理部435にて管理されている組込デザイン情報436及び/又はユーザ作成デザイン情報437から取得したテーマ(スタイルシート等、ドキュメントのレイアウトや装飾)を画面仕様ドキュメント443に反映する。   Furthermore, the layout configuration unit 426 displays the screen specifications (the layout and decoration of the document such as style sheet) acquired from the embedded design information 436 and / or the user created design information 437 managed by the document theme management unit 435. Reflected in the document 443.

また、言語別ドキュメント置換処理部431は、表紙生成部428及びヘッダ・フッタ生成部429へ言語別のファイルを設定する。   Also, the language-specific document replacement processing unit 431 sets language-specific files in the cover generation unit 428 and the header / footer generation unit 429.

図5は、Webアプリケーション及びドキュメント生成のフローチャート並びにドキュメント生成のフローチャートの一例を示す図である。なお、以下のフローチャートの各ステップは、装置のCPU201が実行する。   FIG. 5 is a diagram showing an example of a flowchart of Web application and document generation and a flowchart of document generation. Note that each step of the following flowchart is executed by the CPU 201 of the apparatus.

プログラム開発装置101は、ディレクトリ構造600(図6)を用いて、リポジトリ定義部401の各定義をファイルとして管理する。なお、本実施形態においては、ディレクトリ構造600を用いて、リポジトリ定義部401の各定義をファイルとして管理するとしたが、これに限定するものではなく、例えば、データベースを用いてリポジトリ定義部401の各定義を管理してもよいし、クラウドなどネットワーク上の記憶装置を用いて管理する等としてもよい。   The program development apparatus 101 manages each definition of the repository definition unit 401 as a file using the directory structure 600 (FIG. 6). In the present embodiment, although the directory structure 600 is used to manage each definition of the repository definition unit 401 as a file, the present invention is not limited to this. For example, each of the repository definition unit 401 using a database The definition may be managed, or may be managed using a storage device on a network such as a cloud.

本実施形態では、Webアプリケーションの生成の実行を指示する前に、プログラム開発装置101は、Webアプリケーションの自動生成のための定義の入力を受ける。具体的には、開発するWebアプリケーション(プロジェクト)として、アプリケーション設定でアプリケーションのコードや名前、アプリケーションタイプなどを設定する。   In this embodiment, the program development apparatus 101 receives input of a definition for automatic generation of a Web application before instructing execution of generation of the Web application. Specifically, as the Web application (project) to be developed, the application code, the name, the application type, etc. are set in the application settings.

このWebアプリケーション(プロジェクト)に対して、データモデル定義、入出力定義、ビジネスプロセス定義を設定する。これらの定義は、Webアプリケーション自動生成する設定画面でユーザが任意に設定するものとするが、予め生成された定義を読み込む構成であってもよい。   Set data model definition, input / output definition, business process definition for this Web application (project). These definitions are arbitrarily set by the user on the setting screen for automatically generating a web application, but may be configured to read in a definition generated in advance.

入出力定義は、図14で設定したデータを用いて定義されるものである。   The input / output definition is defined using the data set in FIG.

Webアプリケーション及びドキュメント生成のフローチャートについて説明する。   A flowchart of Web application and document generation will be described.

ステップS500において、プログラム開発装置101は、開発者からのアプリケーション生成の実行指示を受け付けると、アプリケーション設定のダイアログを表示する。ここで、画面仕様ドキュメントに関する設定の入力を受け付ける。アプリケーション設定のダイアログの一例を示す図が、図20の2000である。2001で「ドキュメントを生成する」にチェックを設定されると本実施形態における画面仕様ドキュメントの生成がされ、リンクが画面に埋め込まれる。その他の設定として、ドキュメントテーマ(CSS)を設定することや、ドキュメント設定として、管理者向けやエンドユーザ向けの画面仕様ドキュメントであるかの種別を設定することが可能となっている。   In step S500, the program development apparatus 101 displays an application setting dialog when an execution instruction of application generation from the developer is received. Here, the input of the setting regarding the screen specification document is accepted. A diagram showing an example of the application setting dialog is 2000 in FIG. When a check is set to "generate a document" in 2001, a screen specification document in this embodiment is generated, and a link is embedded in the screen. As other settings, it is possible to set a document theme (CSS), and as a document setting, it is possible to set the type of a screen specification document for an administrator or an end user.

すなわち、ステップS500の処理は、生成されるプログラムにおいて、リンク情報を設定するための指定を受け付ける指定受付処理の一例を示すステップである。   That is, the process of step S500 is a step showing an example of the designation receiving process for accepting the designation for setting the link information in the generated program.

ステップS501において、プログラム開発装置101は、リポジトリ定義部401からアプリケーション定義402を取得する。   In step S501, the program development device 101 acquires the application definition 402 from the repository definition unit 401.

ステップS502において、プログラム開発装置101は、リポジトリ定義部401からデータモデル定義404を取得する。データモデル定義404は、リポジトリ定義部401として登録されている。データモデル定義404は、データモデル設定画面(不図示)でデータベース上の項目をマッピングして登録されるものである。一般的には、1テーブル1データモデルが作成される。データモデル定義の作成はWebアプリケーションの開発において既知の技術であるため説明を省略する。   In step S 502, the program development device 101 acquires the data model definition 404 from the repository definition unit 401. The data model definition 404 is registered as the repository definition unit 401. The data model definition 404 is registered by mapping items on a database on a data model setting screen (not shown). Generally, one table one data model is created. The creation of the data model definition is a known technique in the development of a web application, so the description is omitted.

ステップS503において、プログラム開発装置101は、リポジトリ定義部401から入出力定義403を取得する。   In step S 503, the program development device 101 acquires the input / output definition 403 from the repository definition unit 401.

ここで、図14を用いて、入出力定義403について説明しておく。上述したように入出力定義403の設定自体は、アプリケーションの生成を実行する前に、開発者などにより事前に行われる。まず、図23の入出力レイアウト定義画面2300(画面レイアウト)上で、画面エディタ上にオブジェクト(フィールドやアクションボタン)をドラッグアンドドロップ操作等により配置する。この各オブジェクトに対応する項目の設定を図14で行い入出力定義が生成される。   Here, the input / output definition 403 will be described with reference to FIG. As described above, the setting itself of the input / output definition 403 is performed in advance by a developer or the like before executing the generation of the application. First, on the input / output layout definition screen 2300 (screen layout) of FIG. 23, an object (field or action button) is arranged on the screen editor by a drag and drop operation or the like. The setting of the item corresponding to each object is performed in FIG. 14, and the input / output definition is generated.

入出力定義画面1400(図14)は、Webアプリケーションの開発者による入出力定義403の入力設定操作を受け付ける画面である。また、入出力定義画面1400を用いて設定される入出力定義403は、画面仕様ドキュメントの基となる情報である。名前1401は、Webアプリケーションの画面名である。入出力タイプ1402は、入出力定義画面1400にて設定された入出力定義403を用いて、どのようなプログラムを生成するかを決定する項目である。   The input / output definition screen 1400 (FIG. 14) is a screen for receiving an input setting operation of the input / output definition 403 by the developer of the Web application. Further, an input / output definition 403 set using the input / output definition screen 1400 is information that is the basis of the screen specification document. A name 1401 is a screen name of the web application. The input / output type 1402 is an item for determining what kind of program is generated using the input / output definition 403 set on the input / output definition screen 1400.

例えば、Webアプリケーションの画面を表示するプログラムを生成する場合は“IO”、メニューを表示するプログラムを生成する場合は“MENU”、ダイアログを表示するプログラムを生成する場合は“DIALOG”、ファイルを出力するプログラムを生成する場合は“EXPORT”、ファイルを入力するためのプログラムを生成する場合は“IMPORT”、マトリクス画面を表示するプログラムを生成する場合は“MATRIX”、帳票を印刷するプログラムを生成する場合は“PRINT_FILE”、モバイル用の画面を表示するプログラムを生成する場合は“MOBILE”、バッチ用の画面を表示するプログラムを生成する場合は“BATCH”、Webサービス用のプログラムを生成する場合は“WEBSERVICE”を選択する。つまり、入出力タイプ1402に“EXPORT”、“IMPORT”、“PRINT_FILE”、“BATCH”又は“WEBSERVICE”を選択することにより、画面表示を伴わないアプリケーション又はサービスのプログラムを生成することもできる。   For example, "IO" is generated to generate a program for displaying a Web application screen, "MENU" is generated for generating a program for displaying a menu, "DIALOG" is generated for generating a program for displaying a dialog, and a file is output. "EXPORT" to generate a program to be created, "IMPORT" to generate a program for file input, "MATRIX" to generate a program to display a matrix screen, and a program to print a form "PRINT_FILE" if you want to create a program to display the screen for mobile "MOBILE" if you want to create a program to display the screen for batch "BATCH" if you want to create a program for Web service "WEBSERVI To select the E ". That is, by selecting “EXPORT”, “IMPORT”, “PRINT_FILE”, “BATCH” or “WEBSERVICE” as the input / output type 1402, a program of an application or service without screen display can be generated.

入出力項目定義1410(図14)は、画面名が名前1401の画面を介してWebアプリケーションのユーザが入力する入力項目及び生成されたWebアプリケーションの画面名が名前1401の画面に出力する出力項目の定義情報である。入出力項目の項目タイプ1411には、I(入力)、O(出力)、IO(入出力)及びA(アクション)等があり、“I”であれば入力定義、“O”であれば出力定義、“IO”であれば入出力定義を意味する。   The input / output item definition 1410 (FIG. 14) is an input item input by the user of the Web application through the screen whose screen name is the name 1401 and an output item output to the screen whose screen name of the generated Web application is the name 1401. It is definition information. There are I (input), O (output), IO (input / output), A (action), etc. in the item type 1411 of input / output items, and if "I", input definition, if "O", output Definition: "IO" means input / output definition.

(アット)NODOC定義1420(図14)は、入出力定義(図14の1400)及び入出力項目定義(図14の1410)に対して設定でき、「(アット)NODOC」という指定をすることにより、その画面に対する画面仕様ドキュメント443として出力しないようにすることができる。なお以下では「(アット)NODOC」は「NODOC」として説明する。これにより、Webアプリケーションのユーザにとっては不要な画面・画面項目は、個別に画面仕様ドキュメント443に出力しないようにすることができるため、ユーザにとってわかりやすいドキュメントが生成することができる。   The (at) NODOC definition 1420 (FIG. 14) can be set for the input / output definition (1400 in FIG. 14) and the input / output item definition (1410 in FIG. 14) by specifying “(at) NODOC”. It is possible not to output the screen specification document 443 for the screen. In the following, “(at) NODOC” will be described as “NODOC”. As a result, the screen / screen item unnecessary for the user of the web application can be prevented from being individually output to the screen specification document 443. Therefore, a document that is easy for the user to understand can be generated.

図14の1410に「NODOC」を指定すると、その指定した入出力定義に対応する画面仕様ドキュメントが生成されないため、画面一覧表示部1502に表示されない。「NODOC」が指定された場合と指定されない場合の画面一覧表示部1502を図22に示す。2201が「NODOC」が指定されていない場合の画面一覧表示部を2202に示している。ユーザマスタ詳細に「NODOC」を指定している場合には、2210の画面となる。画面仕様ドキュメントが生成されないため、2201の画面一覧表示部では、2203が表示されない。   If “NO DOC” is designated in 1410 of FIG. 14, a screen specification document corresponding to the designated input / output definition is not generated, and therefore, is not displayed on the screen list display unit 1502. FIG. 22 shows the screen list display unit 1502 when “NO DOC” is specified and when it is not specified. A screen list display portion when 2201 is not designated “NODOC” is shown in 2202. If “NO DOC” is specified in the user master details, the screen of 2210 is displayed. Since the screen specification document is not generated, 2203 is not displayed on the screen list display unit 2201.

ステップS504において、プログラム開発装置101は、リポジトリ定義部401からビジネスプロセス定義405を取得する。ビジネスプロセス定義405は、リポジトリ定義部401として登録されている。ビジネスプロセス定義405についても事前に設定されているものである。また、ビジネスプロセス定義405は、受け付けたデータの処理の流れを定義したものである。例えば、入力したデータの重複をチェックして、登録するといったロジックを定義したものである。ビジネスプロセル定義についても、Webアプリケーションの開発において既知の技術であるため説明を省略する。   In step S 504, the program development device 101 acquires the business process definition 405 from the repository definition unit 401. The business process definition 405 is registered as the repository definition unit 401. The business process definition 405 is also set in advance. Also, the business process definition 405 defines the flow of processing of the received data. For example, the logic is defined such that the duplication of input data is checked and registered. The business process definition is also a known technology in the development of a web application, so the description is omitted.

ステップS505において、プログラム開発装置101は、リポジトリ定義部401からデータベース定義406を取得する。データベース定義406も予め生成されているものとする。   In step S505, the program development device 101 acquires the database definition 406 from the repository definition unit 401. The database definition 406 is also generated in advance.

ステップS506において、図20のドキュメントを生成する設定2001がされているか否かを判定する。設定がされている場合には、Webアプリケーションから画面仕様ドキュメントを呼び出せるようにするため、ステップS507へ処理を移す。設定がされていない場合には、画面仕様ドキュメント自体を生成しない設定であるため、ステップS511へ処理を移す。   In step S506, it is determined whether the setting 2001 for generating the document in FIG. 20 is made. If the setting has been made, the process moves to step S 507 so that the screen specification document can be called from the Web application. If the setting has not been made, the process proceeds to step S 511 because the setting is not to generate the screen specification document itself.

ステップS507では、ステップS509で生成する画面仕様ドキュメントをWebアプリケーション(Webアプリケーションの画面)からドキュメントを呼び出すためのリンクURL(リンク情報)を、ステップS503で取得した入出力定義のコードを用いて作成する。すなわち、生成されるドキュメントのリンク情報を生成するリンク情報生成処理の一例を示すステップである。また、リンク情報を設定するための指定がされた場合に、リンク情報を生成するものである。   In step S507, a link specification (link information) for calling the document from the web application (screen of the web application) is created using the code of the input / output definition acquired in step S503. . That is, it is a step showing an example of link information generation processing for generating link information of a document to be generated. In addition, link information is generated when designation for setting link information is made.

ステップS509の画面仕様ドキュメント生成より前にリンク情報を生成できるのは、画面仕様ドキュメントにおいても同じ入出力定義を用いて生成しているため、どのようなリンク情報を生成すればよいか事前にわかるためである。なお、リンク情報は、ステップS509の後に作成してもよい。その場合、ステップS508も同様にステップS509の後に処理することが望ましい。   The link information can be generated prior to the screen specification document generation in step S 509 because the screen specification document is also generated using the same input / output definition, so it is known in advance what kind of link information should be generated. It is for. The link information may be created after step S509. In that case, it is desirable to process step S508 similarly after step S509.

リンク情報の一例を示す図が図21である。2100は、リンク情報を記述したWebアプリケーションの画面の例を示す。また、2100のHTMLで記述したリンク情報の例が2101である。2101は、ユーザマスタ詳細の画面仕様ドキュメントを表示するためのリンク情報を示す記述であり、この記述により、Webアプリケーションの画面から、図15の画面仕様ドキュメントを表示させることができる。また、2102はユーザマスタ詳細のコードを示しており、2102のコードをdispatchar.jspに受け渡すことで、対象の画面仕様ドキュメントを取得できる構成となっている。   FIG. 21 shows an example of the link information. 2100 shows an example of a screen of a Web application in which link information is described. Further, an example of link information described in 2100 HTML is 2101. Reference numeral 2101 denotes a description indicating link information for displaying the screen specification document of the user master details. With this description, the screen specification document of FIG. 15 can be displayed from the screen of the Web application. Further, reference numeral 2102 denotes a code of user master details, and the code of 2102 is designated as dispatchar. By passing it to jsp, the target screen specification document can be acquired.

ステップS508において、プログラム開発装置101は、Webアプリケーション生成部415を用いて、Webアプリケーション438に用いるプログラムを生成する。プログラム開発装置101のWebアプリケーション生成部415が、取得した定義を用いて、Webアプリケーションのソースコードを生成する(例えば、Webアプリケーション438)。具体的には、「入出力定義」「データモデル定義」「ビジネスプロセス定義」に基づき生成する。なお、生成されたソースコードにはプログラミング言語が記載されたファイルHTML、JSP、JavaScript(登録商標)等のWebアプリケーションの提供に利用されるファイルも含まれる。この時ステップS507で生成したリンク情報を、各入出力定義に対応する画面のHTMLに埋め込む。このリンク情報は、各画面に対応する画面仕様ドキュメントが表示される。すなわち、ドキュメントを表示させるべく、プログラムで用いられる画面にリンク情報を設定する設定処理の一例を示すステップである。また、プログラムを生成する際に、対応する画面にリンク情報を設定する設定処理である。また、リンク情報を生成し設定した、プログラムを生成するプログラム生成処理の一例を示すステップである。   In step S <b> 508, the program development device 101 generates a program used for the web application 438 using the web application generation unit 415. The web application generation unit 415 of the program development apparatus 101 generates source code of the web application using the acquired definition (for example, the web application 438). Specifically, they are generated based on "input / output definition", "data model definition" and "business process definition". The generated source code also includes a file in which a programming language is described, and a file used to provide a Web application such as HTML, JSP, JavaScript (registered trademark), and the like. At this time, the link information generated in step S507 is embedded in the HTML of the screen corresponding to each input / output definition. As the link information, a screen specification document corresponding to each screen is displayed. That is, this is a step showing an example of setting processing for setting link information on a screen used by a program to display a document. In addition, when generating the program, it is setting processing which sets link information in the corresponding picture. In addition, it is a step showing an example of program generation processing for generating a program in which link information is generated and set.

ここで、ステップS508のより具体的な処理について説明する。入出力定義画面1400の入出力タイプの設定で、MOBILEが設定されている場合には、MOBILEとして設定した画面にリンク情報を埋め込まないようにする。これは、PCでのブラウザでの表示とMOBILEでの表示とでは画面構成が異なるからである。MOBILEでは、閲覧性を重視するため、画面はシンプルにし、各種操作は別途設けているメニューから操作を行わせるためである。   Here, a more specific process of step S508 will be described. When MOBILE is set in the input / output type setting of the input / output definition screen 1400, link information is not embedded in the screen set as MOBILE. This is because the screen configuration differs between the browser display on the PC and the MOBILE display. In MOBILE, in order to emphasize browsing, the screen is simplified, and various operations are performed from a separately provided menu.

このようにMOBILEとしての画面を設定して入出力定義を定義している場合には、リンク情報を画面に埋め込む制御を行わないようにする。   Thus, when the screen as MOBILE is set and the input / output definition is defined, control to embed link information in the screen is not performed.

また、入出力タイプフィルタ1710で画面仕様ドキュメントを出力対象として設定した場合であっても、対応する画面(図23の2301)を定義していない入出力タイプについてはリンク情報を埋め込む制御を行わないようにする。なお、リンク情報が不要な場合には、リンク情報について作成しないようにすることは言うまでもない。   Further, even when the screen specification document is set as an output target by the input / output type filter 1710, control is not performed to embed link information for the input / output type for which the corresponding screen (2301 in FIG. 23) is not defined. Let's do it. Needless to say, when link information is unnecessary, the link information is not created.

すなわち、入出力定義のタイプに従って画面にリンク情報を設定する処理である。   That is, this is processing of setting link information on the screen according to the type of input / output definition.

これにより、開発者がタイプに応じてリンク情報を画面情報に埋め込む判断をせずに自動でWebアプリケーションプログラムを生成することができ、また、各画面に対応したドキュメントを画面ごとに関連付けできるため、誤った画面のドキュメントをリンクし間違えるというミスを建言することができる。   As a result, a developer can automatically generate a Web application program without making a decision to embed link information in screen information according to the type, and a document corresponding to each screen can be associated with each screen. It is possible to suggest a mistake of linking a wrong screen document and making a mistake.

一般的に、開発者がドキュメントを手作業で生成して、ドキュメントを対応する画面にリンク付けする必要があったため、手作業によりミスを減らすことは困難であったが、本実施形態によればミスをなくし、Webアプリケーションの開発効率を高めることができる。   Generally, it has been difficult to reduce mistakes manually, as it was necessary for the developer to manually generate a document and link the document to the corresponding screen. You can eliminate mistakes and improve Web application development efficiency.

ステップS509において、プログラム開発装置101は、画面仕様ドキュメント生成部419を用いて、画面仕様ドキュメント443を生成する。ステップS507の詳細処理については、図7を用いて説明する。ステップS509の処理は、入出力定義に従って、画面に関する仕様を含むドキュメントを生成するドキュメント生成処理の一例を示すステップである。また、後述の通り、画面仕様ドキュメントは入出力定義ごと、すなわちWebアプリケーションで用いる画面ごとに生成されるものである。本実施形態では画面ごとに生成されるが、「NODOC」指定があるものは生成されないようになっている。   In step S 509, the program development device 101 generates the screen specification document 443 using the screen specification document generation unit 419. The detailed process of step S507 will be described with reference to FIG. The process of step S 509 is a step showing an example of a document generation process of generating a document including the specification regarding the screen according to the input / output definition. Further, as described later, the screen specification document is generated for each input / output definition, that is, for each screen used in the Web application. In the present embodiment, although the screen is generated for each screen, the one with the “NO DOC” designation is not generated.

リポジトリ定義解析部420は、読み込んだ定義を解析したうえでメモリに保管しておき、各生成部から適宜参照される。   The repository definition analysis unit 420 analyzes the read definition, stores it in the memory, and is appropriately referred to by each generation unit.

レイアウト構成部426は、生成部の生成したドキュメントの各構成要素をレイアウトする。   The layout configuration unit 426 lays out each component of the document generated by the generation unit.

ステップS510において、プログラム開発装置101は、ステップS506にて生成したプログラムをアプリケーションサーバ105に配置(デプロイ)し、ステップS506にて生成した画面仕様ドキュメント443をWebサーバ106に配置する。これにより、アプリケーションサーバ105上でWebアプリケーションが動作し、Webサーバ106から画面仕様ドキュメント443を配信することができるようになる。   In step S510, the program development apparatus 101 arranges (deploys) the program generated in step S506 in the application server 105, and arranges the screen specification document 443 generated in step S506 in the Web server 106. As a result, the web application operates on the application server 105, and the screen specification document 443 can be distributed from the web server 106.

ステップS511において、プログラム開発装置101は、Webアプリケーション生成部415を用いて、Webアプリケーション438に用いるプログラムを生成する。プログラムの生成方法は、ステップS508と同様であるが、画面仕様ドキュメントが生成されないため、リンク情報が付与されない画面が生成される。すなわち、リンク情報を設定するための指定がされていない場合に、リンク情報を生成することなく、プログラムを生成するプログラム生成処理の一例を示すステップである。   In step S 511, the program development device 101 generates a program used for the web application 438 using the web application generation unit 415. The method of generating the program is the same as step S508, but since the screen specification document is not generated, the screen to which the link information is not attached is generated. That is, this is a step showing an example of program generation processing for generating a program without generating link information when no designation for setting link information is made.

図15は、生成された画面仕様ドキュメント1500の一例を示す図である。   FIG. 15 shows an example of the generated screen specification document 1500. As shown in FIG.

1501は、検索キーワード受付部である。生成された画面仕様ドキュメント1500から、入力を受け付けた文字列を含む画面仕様ドキュメント1500を検索して表示する。   Reference numeral 1501 denotes a search keyword receiving unit. From the generated screen specification document 1500, the screen specification document 1500 including the character string for which the input has been received is retrieved and displayed.

1502は、画面一覧表示部であり、入出力定義403の一覧を表示する。表示された画面名がクリックされると、クリックされた画面の入出力定義情報を右ペインに表示する。   A screen list display unit 1502 displays a list of input / output definitions 403. When the displayed screen name is clicked, input / output definition information of the clicked screen is displayed in the right pane.

1503は、画面仕様表示部であり、入出力定義403の属性及びその設定値を表示する。   A screen specification display unit 1503 displays an attribute of the input / output definition 403 and its setting value.

1504は、画面イメージ表示部であり、画面HTMLデータ408を用いて、入出力定義403の画面イメージを表示する。   A screen image display unit 1504 displays a screen image of the input / output definition 403 using the screen HTML data 408.

1505は、画面項目仕様表示部であり、入出力定義403の入出力項目の属性及びその設定値を一覧表示する。   A screen item specification display unit 1505 displays a list of attributes of input / output items of the input / output definition 403 and setting values thereof.

1506は、関連文書表示部であり、当該入出力定義403に関連する文書へのリンクを表示する。   A related document display unit 1506 displays a link to a document related to the input / output definition 403.

1507は、ヘッダ表示部であり、全ページの画面最上部に表示する。   Reference numeral 1507 denotes a header display unit, which is displayed at the top of the screen of all pages.

1508は、フッタ表示部であり、全ページの画面最下部に表示する。   Reference numeral 1508 denotes a footer display portion, which is displayed at the bottom of the screen of all pages.

以上で、図15の説明を終了する。   This is the end of the description of FIG.

図16は、生成された画面仕様ドキュメントの表紙の一例を示す図である。   FIG. 16 is a diagram showing an example of the front cover of the generated screen specification document.

1601は、表紙表示部である。画面仕様ドキュメント1500の表示の指示を受け付けた場合、最初に表紙表示部1601を表示する。   Reference numeral 1601 denotes a cover display unit. When an instruction to display the screen specification document 1500 is received, the cover display unit 1601 is displayed first.

以上で、図5のWebアプリケーション及びドキュメント生成のフローチャートの説明を終了する。   This is the end of the description of the Web application and document generation flowchart of FIG.

なお、ステップS501〜S508により、Webアプリケーションに用いるプログラム及び画面仕様ドキュメント1500を続けて生成することができるが、画面仕様ドキュメント1500のみを生成することもできる。その場合は、ステップS501、S502、S503、S507を行えばよい。   Although the program used for the Web application and the screen specification document 1500 can be continuously generated by steps S501 to S508, only the screen specification document 1500 can also be generated. In that case, steps S501, S502, S503, and S507 may be performed.

以上で、図5の説明を終了する。   This is the end of the description of FIG.

図7は、画面仕様ドキュメント生成詳細のフローチャートの一例を示す図である。   FIG. 7 is a diagram showing an example of a flowchart of screen specification document generation details.

ステップS701において、プログラム開発装置101は、出力フィルタ管理部430により管理されているドキュメントフィルタ定義409を取得する。   In step S 701, the program development device 101 acquires the document filter definition 409 managed by the output filter management unit 430.

ドキュメントフィルタ定義409には、図17〜図19のようなフィルタがあり、これらの定義の設定値に従って。画面仕様ドキュメント443として出力する情報をフィルタリング(選別)する。図17〜図19を用いて、各フィルタについて説明する。   The document filter definition 409 has filters as shown in FIGS. 17 to 19 and in accordance with setting values of these definitions. The information to be output as the screen specification document 443 is filtered (sorted). Each filter will be described with reference to FIGS. 17 to 19.

入出力タイプフィルタ1710(図17)は、入出力定義403を入出力タイプの値に従ってフィルタリングする。入出力タイプは1401に対応する。   The input / output type filter 1710 (FIG. 17) filters the input / output definition 403 according to the value of the input / output type. The input / output type corresponds to 1401.

入出力属性フィルタ1720(図17)は、入出力定義403を入出力(定義)の属性に従ってフィルタリングする。   The input / output attribute filter 1720 (FIG. 17) filters the input / output definition 403 according to the input / output (definition) attribute.

入出力項目タイプフィルタ1810(図18)は、入出力定義403を入出力項目タイプの値に従ってフィルタリングする。   The input / output item type filter 1810 (FIG. 18) filters the input / output definition 403 according to the value of the input / output item type.

入出力項目属性フィルタ1820(図18)は、入出力定義403を入出力項目の属性の値に従ってフィルタリングする。   The input / output item attribute filter 1820 (FIG. 18) filters the input / output definition 403 according to the value of the input / output item attribute.

エリアフィルタ1900の(図19)は、画面仕様ドキュメント443として出力する情報を、各表示部(図15の1503〜1506)の出力可否の値(図19の1911〜1915)に従ってフィルタリングし、各表示部の設定されたサイズ(図19の1921〜1925)に従って表示するサイズを決定する。   19 (FIG. 19) of the area filter 1900 filters information to be output as the screen specification document 443 according to the value (1911 to 1915 in FIG. 19) of output availability of each display unit (1503 to 1506 in FIG. 15). The size to be displayed is determined in accordance with the set size (1921 to 1925 in FIG. 19) of the set.

出力フィルタ管理部430は、取得したドキュメントフィルタ定義409(特に1700〜1801)の設定値をRAM202に記憶させて管理する。なお、これらの設定値は、各生成部(421〜425)により適宜参照される。   The output filter management unit 430 stores and manages the setting values of the acquired document filter definition 409 (in particular, 1700 to 1801) in the RAM 202. In addition, these setting values are suitably referred by each generation part (421 to 425).

ドキュメントエリア設定管理部432は、取得したドキュメントフィルタ定義409(特に1900)の設定値を、エリア出力設定433(特に1911〜1915)及びエリアサイズ設定434(特に1921〜1925)として、RAM202に記憶させて管理する。なお、これらの設定値は、各生成部(421〜425)により適宜参照される。   The document area setting management unit 432 causes the RAM 202 to store the acquired setting values of the document filter definition 409 (in particular, 1900) as the area output setting 433 (in particular, 1911-1915) and the area size setting 434 (in particular, 1921-1925). Manage. In addition, these setting values are suitably referred by each generation part (421 to 425).

すなわちず17〜図19の設定は、出力フィルタを設定するフィルタ設定処理の一例を示すものである。   That is, the settings of 17 to 19 show an example of the filter setting process of setting the output filter.

図17〜図19の説明を終了し、図7の説明に戻る。   The explanation of FIGS. 17 to 19 is ended, and the explanation returns to the explanation of FIG. 7.

ステップS702において、プログラム開発装置101は、ドキュメントテーマ管理部435を用いて、画面仕様ドキュメント443のデザインに用いると指定されたテーマが組込テーマであるか否かを判定し、組込テーマの場合はステップS703に進み、組込テーマでない場合はステップS704に進む。「組込テーマ」とは、Webアプリケーション開発ツールに最初から組み込まれているテーマであり、一方、開発者が新たに作成したテーマは「ユーザ作成テーマ」と呼ぶ。   In step S702, the program development apparatus 101 determines, using the document theme management unit 435, whether the theme designated to be used for designing the screen specification document 443 is an embedded theme or not. The process proceeds to step S703, and if not an embedded theme, the process proceeds to step S704. The “embedded theme” is a theme that is embedded in the web application development tool from the beginning, while the newly created theme by the developer is called a “user created theme”.

ステップS703において、プログラム開発装置101は、ドキュメントテーマ管理部435を用いて、組込デザイン情報436から指定されたテーマを取得する。   In step S 703, the program development apparatus 101 acquires a designated theme from the embedded design information 436 using the document theme management unit 435.

ステップS704において、プログラム開発装置101は、ドキュメントテーマ管理部435を用いて、ユーザ作成デザイン情報437から指定されたテーマを取得する。   In step S704, the program development device 101 uses the document theme management unit 435 to acquire a designated theme from the user created design information 437.

レイアウト構成部426は、画面仕様ドキュメント443のデザインに取得したテーマを反映する。   The layout configuration unit 426 reflects the acquired theme on the design of the screen specification document 443.

ステップS705において、プログラム開発装置101は、言語別ドキュメント置換処理部431を用いて、ドキュメントリソースファイル412から、指定された言語のドキュメントリソースファイルを取得する。ドキュメントリソースファイル412は、言語ごとにファイルが分かれており、ファイル名は「DocumentResources_{言語ID}.conf」のようになっている。   In step S 705, the program development device 101 acquires a document resource file of the specified language from the document resource file 412 using the language-specific document replacement processing unit 431. The document resource file 412 is divided into files for each language, and the file name is like "DocumentResources_ {language ID} .conf".

ステップS706において、プログラム開発装置101は、指定された言語の数だけ、ステップS707からステップS716までの処理を繰り返す。   In step S706, the program development device 101 repeats the processing from step S707 to step S716 for the number of designated languages.

ステップS707において、プログラム開発装置101は、リポジトリ定義解析部420を用いて、指定された言語のアプリケーションリソースファイル411及びドキュメントリソースファイル412の解析を行う。   In step S 707, the program development apparatus 101 analyzes the application resource file 411 and the document resource file 412 of the designated language using the repository definition analysis unit 420.

ステップS708において、プログラム開発装置101は、言語別ドキュメント置換処理部431を用いて、ステップS707にて解析したリソース(文言)を指定言語のリソース(文言)に置き換える。   In step S 708, the program development device 101 uses the language-based document replacement processing unit 431 to replace the resource (words) analyzed in step S 707 with the resource (words) of the designated language.

ステップS709において、プログラム開発装置101は、所定のディレクトリにヘッダ・フッタファイル413の有無を判定する。有る場合はステップS710に進み、無い場合はステップS711に進む。   In step S709, the program development device 101 determines the presence / absence of the header / footer file 413 in a predetermined directory. If there is, the process proceeds to step S710. If not, the process proceeds to step S711.

ステップS710において、プログラム開発装置101は、ヘッダ・フッタ生成部429及び言語別ドキュメント置換処理部431を用いて、指定言語に対応するヘッダ表示部1507およびフッタ表示部1508を生成する。ここでいうヘッダ/フッタとは、例えば、JSPで記述できるものである。ヘッダ部はヘッダ表示部1507に加えて例えば企業ロゴなどを表示するような部分である。また、フッタ部はフッタ表示部1508に加えて例えば、コピーライトを表示するような部分である。   In step S 710, the program development device 101 generates a header display unit 1507 and footer display unit 1508 corresponding to the designated language, using the header and footer generation unit 429 and the language-specific document replacement processing unit 431. The header / footer here is, for example, one that can be described in JSP. The header portion is a portion that displays, for example, a company logo or the like in addition to the header display portion 1507. In addition to the footer display unit 1508, the footer unit is, for example, a unit that displays a copyright.

ステップS711において、プログラム開発装置101は、検索機能生成部425を用いて、検索情報を生成する。この処理については、図10にて詳細を説明する。   In step S711, the program development device 101 generates search information using the search function generation unit 425. The details of this process will be described with reference to FIG.

ステップS712において、プログラム開発装置101は、画面一覧生成部421を用いて、画面一覧情報を生成する。この処理については、図11にて詳細を説明する。   In step S 712, the program development device 101 generates screen list information using the screen list generation unit 421. The details of this process will be described with reference to FIG.

ステップS713において、プログラム開発装置101は、入出力定義の数だけ、ステップS714の処理を繰り返す。   In step S713, the program development device 101 repeats the process of step S714 as many times as the number of input / output definitions.

ステップS714において、プログラム開発装置101は、入出力定義毎にドキュメント出力処理を行う。この処理については、図8にて詳細を説明する。ステップS714は、ドキュメント生成処理の一例を示すステップであり、フィルタ設定処理によって設定された出力フィルタと入出力定義に従って、フィルタされた画面に関する仕様を含むドキュメントを生成するステップである。   In step S714, the program development device 101 performs document output processing for each input / output definition. The details of this process will be described with reference to FIG. Step S714 is a step showing an example of the document generation process, and is a step of generating a document including the specification regarding the filtered screen according to the output filter and the input / output definition set by the filter setting process.

なお、このフィルタされたドキュメントがリンク情報によって表示されるため、前述したステップS508の処理は、ドキュメント生成処理により生成されたフィルタされた画面に関する仕様を含むドキュメントを表示させるべく、対応する画面に当該ドキュメントのリンク情報を設定するステップと言い換えることも可能である。   Note that since the filtered document is displayed by the link information, the process of step S508 described above is performed on the corresponding screen so as to display the document including the specification regarding the filtered screen generated by the document generation process. It can be paraphrased as the step of setting the link information of the document.

ステップS715において、プログラム開発装置101は、所定のディレクトリに表紙ファイル410の有無を判定する。有る場合はステップS716に進み、無い場合はステップS717に進む。   In step S715, the program development device 101 determines the presence or absence of the cover file 410 in a predetermined directory. If there is, the process proceeds to step S716. If not, the process proceeds to step S717.

ステップS716において、プログラム開発装置101は、表紙生成部428及び言語別ドキュメント置換処理部431を用いて、指定言語に対応する画面仕様ドキュメント表紙1600を生成する。   In step S716, the program development device 101 uses the cover generation unit 428 and the language-specific document replacement processing unit 431 to generate a screen specification document cover 1600 corresponding to the specified language.

以上で、図7の説明を終了する。   This is the end of the description of FIG.

図8は、ドキュメント出力のフローチャートの一例を示す図である。   FIG. 8 is a diagram showing an example of a flowchart of document output.

ステップS801において、プログラム開発装置101は、当該入出力定義403のNODOC定義1420において「NODOC」(=出力しない)の指定があるか否かを判定する。指定が無い(=出力する)場合はステップS802に進み、指定が有る(=出力しない)場合は図8のフローチャートを終了する。つまり、「NODOC」の指定がある入出力定義403については、画面仕様ドキュメント443を生成しない。   In step S 801, the program development device 101 determines whether “NO DOC” (= not to output) is specified in the NO DOC definition 1420 of the input / output definition 403. If there is no designation (= output), the processing proceeds to step S802. If there is designation (= do not output), the flowchart of FIG. 8 is ended. That is, the screen specification document 443 is not generated for the input / output definition 403 for which “NO DOC” is specified.

ステップS802において、プログラム開発装置101は、出力フィルタ管理部430により管理されている入出力タイプフィルタ1710において、当該入出力定義403が出力対象として設定されているか否かを判定する。出力対象として設定されている場合はステップS803に進み、出力対象として設定されていない場合は図8のフローチャートを終了する。つまり、出力対象として設定されていない入出力タイプ1402の入出力定義403については、画面仕様ドキュメント443を生成しない。   In step S802, the program development device 101 determines whether the input / output definition 403 is set as an output target in the input / output type filter 1710 managed by the output filter management unit 430. If the output target is set, the process proceeds to step S 803. If the output target is not set, the flowchart of FIG. 8 is ended. That is, the screen specification document 443 is not generated for the input / output definition 403 of the input / output type 1402 not set as the output target.

ステップS803において、プログラム開発装置101は、ステップS712にて生成した画面一覧情報を用いて、画面仕様ドキュメント443に画面一覧表示部1502を出力する。   In step S 803, the program development device 101 outputs the screen list display unit 1502 to the screen specification document 443 using the screen list information generated in step S 712.

ステップS804において、プログラム開発装置101は、画面仕様ドキュメント443に画面仕様表示部1503を出力するか否かを判定する。具体的には、ドキュメントエリア設定管理部432により管理されているエリア出力設定433の画面仕様出力設定1911の設定値「出力する」「出力しない」によって判定する。出力する場合はステップS805に進み、出力しない場合はステップS808に進む。   In step S 804, the program development device 101 determines whether to output the screen specification display unit 1503 to the screen specification document 443. Specifically, the determination is made based on the setting value “output” or “do not output” of the screen specification output setting 1911 of the area output setting 433 managed by the document area setting management unit 432. If the output is to be performed, the process proceeds to step S805. If the output is not performed, the process proceeds to step S808.

ステップS805において、プログラム開発装置101は、画面仕様表示部1503の表示サイズが設定されているか否かを判定する。具体的には、ドキュメントエリア設定管理部432により管理されているエリアサイズ設定434の画面仕様サイズ設定1921の設定値の有無によって判定する。設定されている場合はステップS806に進み、設定されていない場合はステップS807に進む。   In step S 805, the program development device 101 determines whether the display size of the screen specification display unit 1503 is set. Specifically, the determination is made based on the presence or absence of the setting value of the screen specification size setting 1921 of the area size setting 434 managed by the document area setting management unit 432. If it is set, the process proceeds to step S806. If it is not set, the process proceeds to step S807.

ステップS806において、プログラム開発装置101は、ステップS805の判定に用いた表示サイズを画面仕様表示部1503の表示サイズとして指定する。   In step S 806, the program development device 101 designates the display size used for the determination in step S 805 as the display size of the screen specification display unit 1503.

ステップS807において、プログラム開発装置101は、画面仕様生成部422を用いて、画面仕様ドキュメント443に画面仕様表示部1503を生成・出力する。この処理については、図12にて詳細を説明する。   In step S 807, the program development device 101 generates and outputs the screen specification display unit 1503 in the screen specification document 443 using the screen specification generation unit 422. The details of this process will be described with reference to FIG.

ステップS808において、プログラム開発装置101は、画面仕様ドキュメント443に画面イメージ表示部1504を出力するか否かを判定する。具体的には、ドキュメントエリア設定管理部432により管理されているエリア出力設定433の画面HTML出力設定1912の設定値「出力する」「出力しない」によって判定する。出力する場合はステップS809に進み、出力しない場合はステップS812に進む。   In step S 808, the program development device 101 determines whether to output the screen image display unit 1504 to the screen specification document 443. Specifically, the determination is made based on the setting value “output” or “do not output” of the screen HTML output setting 1912 of the area output setting 433 managed by the document area setting management unit 432. When the output is performed, the process proceeds to step S809. When the output is not performed, the process proceeds to step S812.

ステップS809において、プログラム開発装置101は、画面イメージ表示部1504の表示サイズが設定されているか否かを判定する。具体的には、ドキュメントエリア設定管理部432により管理されているエリアサイズ設定434の画面HTML出力サイズ設定1922の設定値の有無によって判定する。設定されている場合はステップS810に進み、設定されていない場合はステップS811に進む。   In step S809, the program development device 101 determines whether the display size of the screen image display unit 1504 is set. Specifically, the determination is made based on the presence or absence of the setting value of the screen HTML output size setting 1922 of the area size setting 434 managed by the document area setting management unit 432. If it is set, the process proceeds to step S810. If it is not set, the process proceeds to step S811.

ステップS810において、プログラム開発装置101は、ステップS809の判定に用いた表示サイズを画面イメージ表示部1504の表示サイズとして指定する。   In step S810, the program development device 101 designates the display size used for the determination in step S809 as the display size of the screen image display unit 1504.

ステップS811において、プログラム開発装置101は、画面イメージ生成部423を用いて、画面仕様ドキュメント443に画面イメージ表示部1504を生成・出力する。画面イメージ表示部1504には、画面HTMLデータ408を用いることで、画面イメージを表示する。なお、本実施形態においては、画面HTMLデータ408のように、HTMLを用いて、画面仕様ドキュメント443に含まれる画面イメージを描画するとしたが、これに限定するものではなく、JSP等他の言語を用いて画面イメージを描画してもよいし、レイアウトエディタを用いて生成された画面レイアウトを画像ファイルとして記憶し、その画像ファイルを用いる等、他の描画方法を用いてもよい。   In step S811, the program development device 101 generates and outputs the screen image display unit 1504 as the screen specification document 443 using the screen image generation unit 423. A screen image is displayed on the screen image display unit 1504 by using the screen HTML data 408. In the present embodiment, as in the screen HTML data 408, the screen image included in the screen specification document 443 is drawn using HTML, but the present invention is not limited to this, and other languages such as JSP may be used. A screen image may be drawn using this, or another drawing method may be used, such as storing the screen layout generated using the layout editor as an image file and using that image file.

ステップS812において、プログラム開発装置101は、画面仕様ドキュメント443に画面項目仕様表示部1505を出力するか否かを判定する。具体的には、ドキュメントエリア設定管理部432により管理されているエリア出力設定433の画面項目仕様出力設定1913の設定値「出力する」「出力しない」によって判定する。出力する場合はステップS813に進み、出力しない場合はステップS816に進む。   In step S 812, the program development device 101 determines whether to output the screen item specification display unit 1505 to the screen specification document 443. Specifically, the determination is made based on the setting values “output” and “do not output” of the screen item specification output setting 1913 of the area output setting 433 managed by the document area setting management unit 432. If the output is to be performed, the process proceeds to step S813. If the output is not performed, the process proceeds to step S816.

ステップS813において、プログラム開発装置101は、画面項目仕様表示部1505の表示サイズが設定されているか否かを判定する。具体的には、ドキュメントエリア設定管理部432により管理されているエリアサイズ設定434の画面項目仕様サイズ設定1923の設定値の有無によって判定する。設定されている場合はステップS814に進み、設定されていない場合はステップS815に進む。   In step S813, the program development device 101 determines whether the display size of the screen item specification display unit 1505 is set. Specifically, this determination is made based on the presence or absence of the setting value of the screen item specification size setting 1923 of the area size setting 434 managed by the document area setting management unit 432. If it is set, the process proceeds to step S814. If it is not set, the process proceeds to step S815.

ステップS814において、プログラム開発装置101は、ステップS813の判定に用いた表示サイズを画面項目仕様表示部1505の表示サイズとして指定する。   In step S 814, the program development device 101 designates the display size used for the determination in step S 813 as the display size of the screen item specification display unit 1505.

ステップS815において、プログラム開発装置101は、画面項目仕様生成部424を用いて、画面仕様ドキュメント443に画面項目仕様表示部1505を生成・出力する。この処理については、図13にて詳細を説明する。   In step S815, the program development device 101 generates and outputs the screen item specification display unit 1505 in the screen specification document 443 using the screen item specification generation unit 424. The details of this process will be described with reference to FIG.

ステップS816において、プログラム開発装置101は、関連文書・ヘッダ・フッタ等出力処理を行う。この処理については、図9にて詳細を説明する。   In step S816, the program development device 101 performs output processing of related documents, headers, footers, and the like. The details of this process will be described with reference to FIG.

以上で、図8の説明を終了する。   This is the end of the description of FIG.

図9は、関連文書・ヘッダ・フッタ等出力処理のフローチャートの一例を示す図である。   FIG. 9 is a diagram illustrating an example of a flowchart of an output process of related documents, headers, footers, and the like.

ステップS901において、プログラム開発装置101は、所定のディレクトリに関連文書414の有無を判定する。有る場合はステップS902に進み、無い場合はステップS906に進む。所定のディレクトリとは、画面仕様ドキュメントの生成ごとに用意されている格納場所で、開発者が画面仕様ドキュメントに添付したい文書を格納する。後述するステップS905で、この格納されている文書を取得して、リンクとして画面仕様ドキュメントに埋め込むことが可能となる。   In step S901, the program development device 101 determines the presence or absence of the related document 414 in a predetermined directory. If there is, the process proceeds to step S902. If not, the process proceeds to step S906. The predetermined directory is a storage location prepared for each generation of the screen specification document, and stores a document that the developer wants to attach to the screen specification document. This stored document can be acquired and embedded in the screen specification document as a link in step S905 described later.

ステップS902において、プログラム開発装置101は、画面仕様ドキュメント443に関連文書表示部1506を出力するか否かを判定する。具体的には、ドキュメントエリア設定管理部432により管理されているエリア出力設定433の関連文書出力設定1915の設定値「出力する」「出力しない」によって判定する。出力する場合はステップS903に進み、出力しない場合はステップS905に進む。   In step S 902, the program development device 101 determines whether to output the related document display unit 1506 to the screen specification document 443. Specifically, the determination is made based on the setting value “output” or “do not output” of the related document output setting 1915 of the area output setting 433 managed by the document area setting management unit 432. If it is to be output, the process proceeds to step S 903. If it is not to be output, the process proceeds to step S 905.

ステップS903において、プログラム開発装置101は、関連文書表示部1506の表示サイズが設定されているか否かを判定する。具体的には、ドキュメントエリア設定管理部432により管理されているエリアサイズ設定434の関連文書サイズ設定1925の設定値の有無によって判定する。設定されている場合はステップS904に進み、設定されていない場合はステップS905に進む。   In step S 903, the program development device 101 determines whether the display size of the related document display unit 1506 is set. Specifically, the determination is made based on the presence / absence of the setting value of the related document size setting 1925 of the area size setting 434 managed by the document area setting management unit 432. If it is set, the process proceeds to step S904, and if it is not set, the process proceeds to step S905.

ステップS904において、プログラム開発装置101は、ステップS903の判定に用いた表示サイズを関連文書表示部1506の表示サイズとして指定する。   In step S904, the program development device 101 designates the display size used in the determination in step S903 as the display size of the related document display unit 1506.

ステップS905において、プログラム開発装置101は、関連文書生成部427を用いて、画面仕様ドキュメント443に関連文書表示部1506を生成・出力する。   In step S 905, the program development device 101 generates and outputs the related document display unit 1506 in the screen specification document 443 using the related document generation unit 427.

ステップS906において、プログラム開発装置101は、ステップS710にて生成されたヘッダ・フッタの有無を判定する。有る場合はステップS907に進み、無い場合はステップS908に進む。   In step S906, the program development device 101 determines the presence / absence of the header / footer generated in step S710. If there is, the process proceeds to step S 907. If not, the process proceeds to step S 908.

ステップS907において、プログラム開発装置101は、ヘッダ・フッタ生成部429を用いて、画面仕様ドキュメント443にヘッダ表示部1507及び/又はフッタ表示部1508を出力する。   In step S 907, the program development device 101 outputs the header display unit 1507 and / or the footer display unit 1508 to the screen specification document 443 using the header and footer generation unit 429.

ステップS908において、プログラム開発装置101は、検索機能生成部425を用いて、画面仕様ドキュメント443に検索キーワード受付部1501を出力する。   In step S 908, the program development device 101 outputs the search keyword acceptance unit 1501 to the screen specification document 443 using the search function generation unit 425.

以上で、図9の説明を終了する。   This is the end of the description of FIG.

図10は、検索情報生成のフローチャートの一例を示す図である。   FIG. 10 is a diagram illustrating an example of a flowchart of search information generation.

ステップS1001において、プログラム開発装置101は、入出力定義の数だけ、ステップS1002〜ステップS1004の処理を繰り返す。   In step S1001, the program development device 101 repeats the processing in steps S1002 to S1004 as many as the number of input / output definitions.

ステップS1002において、プログラム開発装置101は、当該入出力定義403のNODOC定義1420において「NODOC」(=出力しない)の指定があるか否かを判定する。指定が無い(=出力する)場合はステップS1003に進み、指定が有る(=出力しない)場合はステップS1005に進む。つまり、「NODOC」の指定がある入出力定義403については、検索情報を生成しない。   In step S 1002, the program development device 101 determines whether “NO DOC” (= not to output) is specified in the NO DOC definition 1420 of the input / output definition 403. If there is no designation (= output), the processing proceeds to step S1003. If there is designation (= do not output), the processing proceeds to step S1005. That is, no search information is generated for the input / output definition 403 for which “NO DOC” is specified.

ステップS1003において、プログラム開発装置101は、出力フィルタ管理部430により管理されている入出力タイプフィルタ1710において、当該入出力定義403が出力対象として設定されているか否かを判定する。出力対象として設定されている場合はステップS1004に進み、出力対象として設定されていない場合はステップS1005に進む。つまり、出力対象として設定されていない入出力タイプ1402の入出力定義403については、検索情報を生成しない。   In step S1003, the program development device 101 determines whether the input / output definition 403 is set as an output target in the input / output type filter 1710 managed by the output filter management unit 430. If the output target is set, the process proceeds to step S1004, and if the output target is not set, the process proceeds to step S1005. That is, search information is not generated for the input / output definition 403 of the input / output type 1402 not set as the output target.

ステップS1004において、プログラム開発装置101は、検索情報を生成する。具体的には、検索キーワード受付部1501の検索機能によって、当該入出力定義403の設定値が検索できるよう、当該設定値を検索情報として外部メモリ211に記憶する。   In step S1004, the program development device 101 generates search information. Specifically, the setting value is stored as search information in the external memory 211 so that the setting value of the input / output definition 403 can be searched by the search function of the search keyword receiving unit 1501.

以上で、図10の説明を終了する。   This is the end of the description of FIG.

図11は、画面一覧情報生成のフローチャートの一例を示す図である。   FIG. 11 is a diagram illustrating an example of a flowchart of screen list information generation.

ステップS1101において、プログラム開発装置101は、入出力定義の数だけ、ステップS1102〜ステップS1104の処理を繰り返す。   In step S1101, the program development device 101 repeats the processing of step S1102 to step S1104 as many as the number of input / output definitions.

ステップS1102において、プログラム開発装置101は、当該入出力定義403のNODOC定義1420において「NODOC」(=出力しない)の指定があるか否かを判定する。指定が無い(=出力する)場合はステップS1103に進み、指定が有る(=出力しない)場合はステップS1105に進む。つまり、「NODOC」の指定がある入出力定義403については、画面一覧情報を生成しない。   In step S 1102, the program development device 101 determines whether “NO DOC” (= not to output) is specified in the NO DOC definition 1420 of the input / output definition 403. If there is no designation (= output), the processing proceeds to step S1103. If there is designation (= do not output), the processing proceeds to step S1105. That is, screen list information is not generated for the input / output definition 403 for which “NO DOC” is specified.

ステップS1103において、プログラム開発装置101は、出力フィルタ管理部430により管理されている入出力タイプフィルタ1710において、当該入出力定義403が出力対象として設定されているか否かを判定する。出力対象として設定されている場合はステップS1104に進み、出力対象として設定されていない場合はステップS1105に進む。つまり、出力対象として設定されていない入出力タイプ1402の入出力定義403については、画面一覧情報を生成しない。例えば、図17の入出力タイプフィルタ1710では、「IO」「MENU」「DIALOG」「MATRIX」「MOBILE」が出力対象として選択されており、図14の入出力定義画面1400において入出力タイプ1402=「IO」と設定されているため、当該入出力定義403について画面一覧情報が生成され、図15の画面一覧表示部1502に「ユーザマスタ・一覧」というメニューが表示されている。   In step S1103, the program development device 101 determines whether the input / output definition 403 is set as an output target in the input / output type filter 1710 managed by the output filter management unit 430. If it is set as an output target, the process proceeds to step S1104. If it is not set as an output target, the process proceeds to step S1105. That is, screen list information is not generated for the input / output definition 403 of the input / output type 1402 not set as an output target. For example, in the input / output type filter 1710 in FIG. 17, “IO” “MENU” “DIALOG” “MATRIX” “MOBILE” is selected as an output target, and in the input / output definition screen 1400 in FIG. Since "IO" is set, screen list information is generated for the input / output definition 403, and a menu "user master / list" is displayed on the screen list display unit 1502 of FIG.

ステップS1104において、プログラム開発装置101は、画面一覧情報を生成する。具体的には、当該入出力定義403の名前1401を取得し、ステップS803(図8)にて画面一覧表示部1502(図15)を出力するための画面情報(例:HTML)を生成し、外部メモリ211に記憶する。なお、この画面情報には、画面一覧表示部1502として表示しユーザによって指示を受け付けたときに、1503〜1506の表示内容を更新させるためのリンク情報を組み込んでおく。   In step S1104, the program development device 101 generates screen list information. Specifically, the name 1401 of the input / output definition 403 is acquired, and screen information (example: HTML) for generating the screen list display unit 1502 (FIG. 15) is generated in step S 803 (FIG. 8), It is stored in the external memory 211. The screen information includes link information for updating the display contents of 1503 to 1506 when the screen list display unit 1502 is displayed and an instruction is received by the user.

以上で、図11の説明を終了する。   This is the end of the description of FIG.

図12は、画面仕様表示部の生成・出力のフローチャートの一例を示す図である。   FIG. 12 is a diagram showing an example of a flowchart of generation / output of the screen specification display unit.

ステップS1201において、プログラム開発装置101は、当該入出力定義403の入出力(定義)の属性(例:「コード」「名前」「入出力タイプ」「対象データモデル」等)の数だけ、ステップS1202〜ステップS1203の処理を繰り返す。   In step S1201, the program development apparatus 101 processes the number of attributes (eg, “code”, “name”, “input / output type”, “target data model”, etc.) of the input / output (definition) of the input / output definition 403 in step S1202. The process of step S1203 is repeated.

ステップS1202において、プログラム開発装置101は、出力フィルタ管理部430により管理されている入出力属性フィルタ1720において、当該入出力定義403に設定されている入出力(定義)の属性が出力対象として設定されているか否かを判定する。出力対象として設定されている場合はステップS1203に進み、出力対象として設定されていない場合はステップS1204に進む。つまり、出力対象として設定されていない入出力属性については、画面仕様情報を生成しない。例えば、図17の入出力属性フィルタ1720では、「コード」「名前」「仕様」が出力対象として選択されているため、画面仕様表示部1503(図15)には、属性が「コード」「名前」「仕様」である定義について表示されている。   In step S 1202, the program development apparatus 101 sets the input / output (definition) attribute set in the input / output definition 403 as the output target in the input / output attribute filter 1720 managed by the output filter management unit 430. It is determined whether the If it is set as an output target, the process proceeds to step S1203, and if it is not set as an output target, the process proceeds to step S1204. That is, screen specification information is not generated for input / output attributes that are not set as output targets. For example, in the input / output attribute filter 1720 of FIG. 17, since “code” “name” “specification” is selected as an output target, the attribute “code” “name” is displayed on the screen specification display unit 1503 (FIG. 15). It is displayed about the definition which is "specification".

ステップS1203において、プログラム開発装置101は、画面仕様生成部422を用いて、画面仕様情報を生成する。具体的には、当該入出力定義403の属性の値を取得し、ステップS1205にて画面仕様表示部1503(図15)を出力するための画面情報(例;HTMLファイル)を生成し、外部メモリ211に記憶する。   In step S1203, the program development device 101 generates screen specification information using the screen specification generation unit 422. Specifically, the value of the attribute of the input / output definition 403 is acquired, and screen information (example: HTML file) for outputting the screen specification display unit 1503 (FIG. 15) is generated in step S1205, and the external memory It stores in 211.

ステップS1205において、プログラム開発装置101は、画面仕様生成部422及びステップS1203にて生成した画面情報を用いて、画面仕様表示部1503を出力する。   In step S1205, the program development device 101 outputs the screen specification display unit 1503 using the screen specification generation unit 422 and the screen information generated in step S1203.

以上で、図12の説明を終了する。   This is the end of the description of FIG.

図13は、画面項目仕様表示部の生成・出力のフローチャートの一例を示す図である。   FIG. 13 is a diagram showing an example of a flowchart of generation / output of the screen item specification display unit.

ステップS1301において、プログラム開発装置101は、当該入出力定義403に設定されている入出力項目の数だけ、ステップS1302〜ステップS1309の処理を繰り返す。   In step S1301, the program development device 101 repeats the processing in steps S1302 to S1309 as many as the number of input / output items set in the input / output definition 403.

ステップS1302において、プログラム開発装置101は、当該入出力項目のNODOC定義1420において「NODOC」(=出力しない)の指定があるか否かを判定する。指定が無い(=出力する)場合はステップS1303に進み、指定が有る(=出力しない)場合はステップS1310に進む。つまり、「NODOC」の指定がある入出力項目については、画面一覧情報を生成しない。   In step S1302, the program development device 101 determines whether “NO DOC” (= not to output) is specified in the NO DOC definition 1420 of the input / output item. If there is no designation (= output), the process proceeds to step S1303, and if there is a designation (= not output), the process proceeds to step S1310. That is, screen list information is not generated for input / output items for which "NO DOC" is specified.

ステップS1303において、プログラム開発装置101は、当該入出力項目が非表示項目(例:hidden項目など、Webアプリケーション画面自体に非表示の画面項目)か否かを判定する。非表示項目である場合はステップS1304に進み、非表示項目でない(つまり、通常の画面項目)場合はステップS1305に進む。つまり、出力対象として設定されていない入出力属性については、画面仕様情報を生成しない。   In step S1303, the program development device 101 determines whether the input / output item is a non-display item (eg, a hidden screen item such as a hidden item on the Web application screen itself). If it is a non-display item, the process advances to step S1304; if it is not a non-display item (that is, a normal screen item), the process advances to step S1305. That is, screen specification information is not generated for input / output attributes that are not set as output targets.

ステップS1304において、プログラム開発装置101は、出力フィルタ管理部430により管理されている入出力項目タイプフィルタ1810の非表示項目出力1812において、「出力する」と設定されているか「出力しない」と設定されているかを判定する。「出力する」と設定されている場合はステップS1305に進み、「出力しない」として設定されている場合はステップS1310に進む。つまり、入出力項目のうち非表示項目の仕様は、入出力項目タイプフィルタ1810の非表示項目出力1812において「出力する」として設定されていない限り、画面仕様ドキュメント443には出力しない。   In step S1304, the program development device 101 is set to “output” or “do not output” in the non-display item output 1812 of the input / output item type filter 1810 managed by the output filter management unit 430. Determine if it is. If "output" is set, the process proceeds to step S1305. If "output not" is set, the process proceeds to step S1310. That is, the specification of the non-display item among the input / output items is not output to the screen specification document 443 unless it is set as “output” in the non-display item output 1812 of the input / output item type filter 1810.

ステップS1305において、プログラム開発装置101は、出力フィルタ管理部430により管理されている入出力項目タイプフィルタ1810の入出力項目タイプフィルタ1811において、出力対象として選択されているか否かを判定する。出力対象として設定されている場合はステップS1306に進み、出力対象として選択されていない場合はステップS1310に進む。つまり、入出力項目定義1410のうち、出力対象として設定されていない項目タイプ1411については、画面項目仕様情報を生成しない。例えば、図18の入出力項目タイプフィルタ1810では、「入力」「入出力」「出力」「アクション」「グループ」が出力対象として選択されているため、画面項目仕様表示部1505(図15)には、入出力項目タイプが「入力」「入出力」「出力」「アクション」「グループ」に該当する入出力項目について表示されている。   In step S1305, the program development device 101 determines whether or not the input / output item type filter 1811 of the input / output item type filter 1810 managed by the output filter management unit 430 is selected as an output target. If it is set as an output object, the process proceeds to step S1306, and if it is not selected as an output object, the process proceeds to step S1310. That is, screen item specification information is not generated for the item types 1411 that are not set as output targets in the input / output item definition 1410. For example, in the input / output item type filter 1810 of FIG. 18, “input”, “input / output”, “output”, “action”, and “group” are selected as output targets, so the screen item specification display unit 1505 (FIG. 15) Are displayed for input / output items corresponding to the input / output item types “input”, “input / output”, “output”, “action”, and “group”.

ステップS1306において、プログラム開発装置101は、当該入出力項目の属性(例:項目タイプ、項目コード、名前等)の数だけ、ステップS1307〜ステップS1308の処理を繰り返す。   In step S1306, the program development apparatus 101 repeats the processing in steps S1307 to S1308 as many times as the number of attributes (eg, item type, item code, name, etc.) of the input / output item.

ステップS1307において、プログラム開発装置101は、出力フィルタ管理部430により管理されている入出力項目属性フィルタ1820において、出力対象として選択されているか否かを判定する。出力対象として設定されている場合はステップS1308に進み、出力対象として選択されていない場合はステップS1309に進む。つまり、入出力項目定義1410のうち、出力対象として設定されていない入出力項目属性については、画面項目仕様情報を生成しない。例えば、図18の入出力項目属性フィルタ1820では、「項目タイプ」「名前」「必須」「桁数」「仕様」が出力対象として選択されているため、画面項目仕様表示部1505(図15)には、属性が「項目タイプ」「名前」「必須」「桁数」「仕様」である定義について表示されている。   In step S1307, the program development device 101 determines whether or not the input / output item attribute filter 1820 managed by the output filter management unit 430 is selected as an output target. If it is set as an output object, the process proceeds to step S1308. If it is not selected as an output object, the process proceeds to step S1309. That is, the screen item specification information is not generated for the input / output item attribute of the input / output item definition 1410 which is not set as the output target. For example, in the input / output item attribute filter 1820 of FIG. 18, “item type”, “name”, “mandatory”, “number of digits”, and “specification” are selected as output targets, so the screen item specification display portion 1505 (FIG. 15) Shows the definition in which the attributes are "item type", "name", "mandatory", "number of digits" and "specification".

ステップS1308において、プログラム開発装置101は、画面項目仕様生成部424を用いて、当該入出力項目の当該入出力項目属性について、画面項目仕様情報を生成する。具体的には、当該入出力項目の当該入出力項目属性の値を取得し、ステップS1311にて画面項目仕様表示部1505(図15)を出力するための画面情報(例;HTMLファイル)を生成し、外部メモリ211に記憶する。   In step S1308, the program development device 101 generates screen item specification information for the input / output item attribute of the input / output item using the screen item specification generation unit 424. Specifically, the value of the input / output item attribute of the input / output item is acquired, and the screen information (example: HTML file) for outputting the screen item specification display unit 1505 (FIG. 15) is generated in step S1311. And store it in the external memory 211.

ステップS1311において、プログラム開発装置101は、画面項目仕様生成部424及びステップS1308にて生成した画面項目仕様情報を用いて、画面項目仕様表示部1505を出力する。   In step S1311, the program development device 101 outputs the screen item specification display unit 1505 using the screen item specification generation unit 424 and the screen item specification information generated in step S1308.

以上で、図13の説明を終了する。   This is the end of the description of FIG.

以上、本実施形態によれば、Webアプリケーションのプログラムの生成に用いられる入出力定義にかかるドキュメントを生成し、Webアプリケーションで用いる画面から容易に表示させることができる。   As described above, according to the present embodiment, a document related to an input / output definition used to generate a program of a Web application can be generated and easily displayed from the screen used in the Web application.

以上のように、前述した実施形態の機能を実現するプログラムを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(又はCPUやMPU)が記録媒体に格納されたプログラムを読み出し、実行することによっても本発明の目的が達成されることは言うまでもない。   As described above, the recording medium recording the program for realizing the functions of the above-described embodiments is supplied to the system or apparatus, and the 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 reading and executing.

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記録した記録媒体は本発明を構成することになる。   In this case, the program itself read out from the recording medium realizes the novel function of the present invention, and the recording medium recording 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, non-volatile memory card, ROM, EEPROM, silicon A disk etc. can be used.

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

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Furthermore, after the program read from the recording medium is written to the memory provided to the function expansion board inserted into the computer or the function expansion unit connected to the computer, the function expansion board is read based on the instruction 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 embodiment are realized by the processing.

また、本発明は、複数の機器から構成されるシステムに適用しても、ひとつの機器から成る装置に適用しても良い。また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Further, the present invention may be applied to a system constituted by a plurality of devices or to an apparatus comprising a single device. It goes without saying that the present invention can also be applied to the case where it 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 receive the effects of the present invention.

上記プログラムの形態は、オブジェクトコード、インタプリタにより実行されるプログラムコード、OS(オペレーティングシステム)に供給されるスクリプトデータ等の形態から成ってもよい。   The form of the program may be an object code, a program code executed by an interpreter, script data supplied to an operating system (OS), and the like.

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ、データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。なお、上述した各実施形態及びその変形例を組み合わせた構成も全て本発明に含まれるものである。   Further, by downloading and reading out a program for achieving the present invention from a server on a network, a database or the like by a communication program, the system or apparatus can receive the effects of the present invention. In addition, the structure which combined each embodiment mentioned above and its modification is also contained in this invention altogether.

101 プログラム開発装置
102 プログラム開発サーバ
103 データベースサーバ
104 アプリケーションクライアント
105 アプリケーションサーバ
106 Webサーバ
107 ネットワーク
101 Program Development Device 102 Program Development Server 103 Database Server 104 Application Client 105 Application Server 106 Web Server 107 Network

Claims (7)

Webシステムで用いるクライアント装置で表示する画面に対応する入出力定義に従って、Webシステムで実行するプログラムを生成する情報処理装置であって、
前記入出力定義に従って、画面に関する仕様を含むドキュメントを生成するドキュメント生成手段と、
前記ドキュメント生成手段により生成されるドキュメントのリンク情報を生成するリンク情報生成手段と、
前記画面から前記ドキュメント生成手段で生成されるドキュメントを表示させるべく、前記プログラムで用いられる画面に前記リンク情報を設定する設定手段と
を備えることを特徴とする情報処理装置。
An information processing apparatus that generates a program to be executed on a Web system according to an input / output definition corresponding to a screen displayed on a client apparatus used on the Web system,
Document generation means for generating a document including a specification regarding a screen according to the input / output definition;
Link information generation means for generating link information of the document generated by the document generation means;
An information processing apparatus comprising: setting means for setting the link information on a screen used by the program in order to display the document generated by the document generation means from the screen.
前記ドキュメント生成手段は、画面ごと生成されることを特徴とし、
前記設定手段は、プログラムを生成する際に、対応する画面にリンク情報を設定することを特徴とする請求項1に記載の情報処理装置。
The document generation means is characterized in that it is generated for each screen;
The information processing apparatus according to claim 1, wherein the setting unit sets link information on a corresponding screen when generating a program.
生成されるプログラムにおいて、リンク情報を設定するための指定を受け付ける指定受付手段と、
前記指定受付手段によりリンク情報を設定するための指定がされた場合に、前記リンク情報生成手段は前記リンク情報を生成し、
前記指定受付手段によりリンク情報を設定するための指定がされていない場合に、前記リンク情報生成手段は前記リンク情報を生成することなく、前記プログラムを生成するプログラム生成手段と
を更に備えることを特徴とする請求項1又は2に記載の情報処理装置。
In the generated program, specification receiving means for receiving specification for setting link information;
The link information generation unit generates the link information when a specification for setting link information is made by the specification reception unit.
The link information generation means further comprises: program generation means for generating the program without generating the link information when the specification acceptance means does not specify the link information. The information processing apparatus according to claim 1 or 2, wherein
前記設定手段は、前記入出力定義のタイプに従って画面にリンク情報を設定することを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。   The information processing apparatus according to any one of claims 1 to 3, wherein the setting unit sets link information on a screen according to a type of the input / output definition. 出力フィルタを設定するフィルタ設定手段を更に備え、
前記ドキュメント生成手段は、前記フィルタ設定手段によって設定された出力フィルタと前記入出力定義に従って、フィルタされた画面に関する仕様を含むドキュメントを生成し、
前記設定手段は、前記ドキュメント生成手段により生成されたフィルタされた画面に関する仕様を含むドキュメントを表示させるべく、対応する画面に当該ドキュメントのリンク情報を設定することを特徴とする請求項1乃至4のいずれか1項に記載の情報処理装置。
It further comprises filter setting means for setting an output filter,
The document generation unit generates a document including a specification regarding a filtered screen according to the output filter set by the filter setting unit and the input / output definition.
5. The apparatus according to claim 1, wherein the setting unit sets link information of the document on the corresponding screen to display the document including the specification on the filtered screen generated by the document generation unit. The information processing apparatus according to any one of the items.
Webシステムで用いるクライアント装置で表示する画面に対応する入出力定義に従って、Webシステムで実行するプログラムを生成する情報処理装置の処理方法であって、
前記入出力定義に従って、画面に関する仕様を含むドキュメントを生成するドキュメント生成ステップと、
前記ドキュメント生成ステップにより生成されるドキュメントのリンク情報を生成するリンク情報生成ステップと、
前記画面から前記ドキュメント生成ステップで生成されるドキュメントを表示させるべく、前記プログラムで用いられる画面に前記リンク情報を設定する設定ステップと
を含むことを特徴とする処理方法。
A processing method of an information processing apparatus for generating a program to be executed on a Web system according to an input / output definition corresponding to a screen displayed on a client apparatus used on the Web system,
A document generation step of generating a document including a specification regarding a screen according to the input / output definition;
A link information generation step of generating link information of a document generated by the document generation step;
A setting step of setting the link information on the screen used by the program to display the document generated in the document generation step from the screen.
Webシステムで用いるクライアント装置で表示する画面に対応する入出力定義に従って、Webシステムで実行するプログラムを生成する情報処理装置のプログラムであって、
前記情報処理装置を、
前記入出力定義に従って、画面に関する仕様を含むドキュメントを生成するドキュメント生成手段と、
前記ドキュメント生成手段により生成されるドキュメントのリンク情報を生成するリンク情報生成手段と、
前記画面から前記ドキュメント生成手段で生成されるドキュメントを表示させるべく、前記プログラムで用いられる画面に前記リンク情報を設定する設定手段
として機能させるためのプログラム。
A program of an information processing apparatus that generates a program to be executed on a Web system according to an input / output definition corresponding to a screen displayed on a client apparatus used on the Web system,
The information processing apparatus
Document generation means for generating a document including a specification regarding a screen according to the input / output definition;
Link information generation means for generating link information of the document generated by the document generation means;
A program for causing the screen used by the program to function as setting means for setting the link information in order to display the document generated by the document generation means from the screen.
JP2017081668A 2017-04-17 2017-04-17 Information processing device and its processing method and program Active JP6795767B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017081668A JP6795767B2 (en) 2017-04-17 2017-04-17 Information processing device and its processing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017081668A JP6795767B2 (en) 2017-04-17 2017-04-17 Information processing device and its processing method and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2020187782A Division JP7048912B2 (en) 2020-11-11 2020-11-11 Information processing equipment and its processing method and program

Publications (2)

Publication Number Publication Date
JP2018181073A true JP2018181073A (en) 2018-11-15
JP6795767B2 JP6795767B2 (en) 2020-12-02

Family

ID=64275661

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017081668A Active JP6795767B2 (en) 2017-04-17 2017-04-17 Information processing device and its processing method and program

Country Status (1)

Country Link
JP (1) JP6795767B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7445590B2 (en) 2020-12-25 2024-03-07 株式会社日立産機システム information processing system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7048912B2 (en) * 2020-11-11 2022-04-06 キヤノンマーケティングジャパン株式会社 Information processing equipment and its processing method and program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06161519A (en) * 1992-11-27 1994-06-07 Toshiba Eng Co Ltd Monitoring device
JP2005165934A (en) * 2003-12-05 2005-06-23 Hitachi Ltd Method, system for generation html file and its display method
JP2013142971A (en) * 2012-01-10 2013-07-22 Sumitomo Heavy Ind Ltd Device and method for processing program
JP2016173721A (en) * 2015-03-17 2016-09-29 キヤノンマーケティングジャパン株式会社 Information processing device, control method of information processing device, and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06161519A (en) * 1992-11-27 1994-06-07 Toshiba Eng Co Ltd Monitoring device
JP2005165934A (en) * 2003-12-05 2005-06-23 Hitachi Ltd Method, system for generation html file and its display method
JP2013142971A (en) * 2012-01-10 2013-07-22 Sumitomo Heavy Ind Ltd Device and method for processing program
JP2016173721A (en) * 2015-03-17 2016-09-29 キヤノンマーケティングジャパン株式会社 Information processing device, control method of information processing device, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7445590B2 (en) 2020-12-25 2024-03-07 株式会社日立産機システム information processing system

Also Published As

Publication number Publication date
JP6795767B2 (en) 2020-12-02

Similar Documents

Publication Publication Date Title
US10318628B2 (en) System and method for creation of templates
JP2016224923A (en) Method and system for automated generation of user form interface
da Silva et al. Model-driven gui generation and navigation for android bis apps
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
JP6795767B2 (en) Information processing device and its processing method and program
JP2015197826A (en) Information processor, information processing method, and program
JP5867540B2 (en) PROGRAM GENERATION DEVICE, PROGRAM GENERATION DEVICE CONTROL METHOD, AND PROGRAM
JP7014960B2 (en) Information processing equipment, servers, their processing methods and programs
JP7048912B2 (en) Information processing equipment and its processing method and program
US11663199B1 (en) Application development based on stored data
JP5526991B2 (en) Information processing apparatus, information processing method, program, information processing system
JP6836077B2 (en) Information processing device and its processing method and program
JP6756967B2 (en) Information processing device and its processing method and program
JP7210093B2 (en) Information processing device, its processing method and program
JP6700559B2 (en) Information processing apparatus, processing method thereof, and program
JP6635104B2 (en) Information processing apparatus, its processing method and program
JP6652724B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP2018181072A (en) Information processing apparatus, processing method thereof, and program
JP6705993B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP7053983B2 (en) Information processing equipment and its processing method and program
JP7421137B2 (en) Information processing device, information processing method and program
JP6361770B2 (en) Information processing apparatus, processing method thereof, and program
JP6344435B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP2022101746A (en) Information processing apparatus, information processing method, and program
JP2022101740A (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20180703

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20181031

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20190115

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191218

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: 20201013

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201014

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20201026

R151 Written notification of patent or utility model registration

Ref document number: 6795767

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250