JP7231823B2 - Program, information processing system and its control method - Google Patents

Program, information processing system and its control method Download PDF

Info

Publication number
JP7231823B2
JP7231823B2 JP2019009046A JP2019009046A JP7231823B2 JP 7231823 B2 JP7231823 B2 JP 7231823B2 JP 2019009046 A JP2019009046 A JP 2019009046A JP 2019009046 A JP2019009046 A JP 2019009046A JP 7231823 B2 JP7231823 B2 JP 7231823B2
Authority
JP
Japan
Prior art keywords
definition information
application
source code
control
setting
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.)
Active
Application number
JP2019009046A
Other languages
Japanese (ja)
Other versions
JP2020119170A (en
Inventor
智子 鈴木
賢治 飯沼
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 JP2019009046A priority Critical patent/JP7231823B2/en
Publication of JP2020119170A publication Critical patent/JP2020119170A/en
Application granted granted Critical
Publication of JP7231823B2 publication Critical patent/JP7231823B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Description

本発明は、アプリケーションを構築するためのプログラム、情報処理装置及び処理方法に関する。 The present invention relates to a program, an information processing apparatus, and a processing method for constructing an application.

従来、設定された定義情報に基づきアプリケーションを構築(生成)するツールやサービスが存在する。 Conventionally, there are tools and services that build (generate) applications based on set definition information.

特許文献1には、アプリケーション構築ツールを用いて、アプリケーションを構築するための定義情報に基づき、アプリケーションのソースコード(プログラム)を生成する仕組みが開示されている。 Patent Literature 1 discloses a mechanism for generating application source code (program) based on definition information for building an application using an application building tool.

特開2016-170785号公報JP 2016-170785 A

しかし、特許文献1は、アプリケーションを構築するための定義情報の一部を更新した場合であっても、アプリケーションのソースコードをすべて生成し直さなければならないため、アプリケーションの構築に時間がかかってしまうという課題がある。 However, in Patent Document 1, even if part of the definition information for building an application is updated, all the source code of the application must be regenerated, so building the application takes time. There is a problem.

そこで、本発明の目的は、アプリケーション構築ツールにおいて、アプリケーションの構築を効率的に行う仕組みを提供することである。 SUMMARY OF THE INVENTION Accordingly, an object of the present invention is to provide a mechanism for efficiently building an application in an application building tool.

アプリケーションを構築するための制御を行う情報処理システムで実行可能なプログラムであって、
前記情報処理システムを、
前記アプリケーションを構築するための定義情報を取得する第1定義情報取得手段と、
前記第1定義情報取得手段により取得された定義情報に基づき、第1ソースコードを生成する第1ソースコード生成手段と、
前記第1ソースコードに基づくアプリケーションが構築された後に更新された前記定義情報を取得する第2定義情報取得手段と、
前記第2定義情報取得手段により取得された定義情報に基づき、第2ソースコードを生成する第2ソースコード生成手段と、
前記第1ソースコード生成手段により生成された第1ソースコードの一部を前記第2ソースコード生成手段により生成された第2ソースコードに差し替えたソースコードを用いて、前記アプリケーションを構築するための制御を行う制御手段
として機能させるためのプログラム。
A program executable by an information processing system that performs control for building an application,
the information processing system ,
a first definition information obtaining means for obtaining definition information for constructing the application;
a first source code generation means for generating a first source code based on the definition information acquired by the first definition information acquisition means;
a second definition information acquisition means for acquiring the definition information updated after the application based on the first source code is constructed;
a second source code generation means for generating a second source code based on the definition information acquired by the second definition information acquisition means;
for constructing the application using the source code obtained by replacing part of the first source code generated by the first source code generation means with the second source code generated by the second source code generation means; A program that functions as a control means to control .

本発明によれば、アプリケーション構築ツールにおいて、アプリケーションの構築を効率的に行う仕組みを提供することができる。 According to the present invention, it is possible to provide a mechanism for efficiently building an application in an application building tool.

本発明に係るシステムの構成図の一例である。1 is an example of a configuration diagram of a system according to the present invention; FIG. 情報処理装置、アプリケーションサーバ、データベースサーバ、アプリケーションクライアントとして適用可能な各ハードウェア構成の一例を示すブロック図である。1 is a block diagram showing an example of each hardware configuration applicable as an information processing device, an application server, a database server, and an application client; FIG. ソフトウェア構成を示すブロック図の一例である。It is an example of a block diagram showing a software configuration. 本発明に係るシステムの構成図である。1 is a configuration diagram of a system according to the present invention; FIG. アプリケーション生成のフローチャートの一例を示す図である。FIG. 10 is a diagram showing an example of a flow chart of application generation; アプリケーション差分生成のフローチャートの一例を示す図である。FIG. 10 is a diagram illustrating an example of a flowchart of application difference generation; 定義情報の更新及び更新後に実行される差分生成のログの一例を示す図である。FIG. 11 is a diagram showing an example of a log of definition information update and difference generation executed after the update. 定義情報の更新前後のアプリケーション画面の一例を示す図である。4A and 4B are diagrams illustrating an example of an application screen before and after definition information is updated; FIG.

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

図1は、本発明に係る情報処理装置(ソフトウェア開発者がソフトウェア開発のために操作するソフトウェア開発装置)、アプリケーションサーバ、データベースサーバ、アプリケーションクライアントの構成の一例を示すシステム(情報処理システム)構成図である。なお、本実施形態においては、情報処理装置にて開発されたソフトウェアをアプリケーションと呼ぶが、アプリケーションに限定するものではなく、アプリケーション以外のソフトウェア(例:OS)であってもよい。 FIG. 1 is a system (information processing system) configuration diagram showing an example of the configuration of an information processing device (software development device operated by a software developer for software development), an application server, a database server, and an application client according to the present invention. is. Note that in the present embodiment, software developed by an information processing apparatus is called an application, but the software is not limited to an application and may be software other than an application (for example, an OS).

情報処理装置101は、ソフトウェア開発者の操作に従って画面レイアウト及びデータベース検索指示などを定義する。情報処理装置101は、プログラム生成、アプリケーション生成を行う。 The information processing apparatus 101 defines screen layouts, database search instructions, and the like according to the operation of the software developer. The information processing apparatus 101 generates programs and applications.

なお、本実施形態においては、情報処理装置101で生成するアプリケーションはWebアプリケーションとしたが、これに限定するものではなく、携帯電話・スマートフォン・タブレットなどの情報処理装置で動作するアプリケーションや組込みソフトウェアなど、Web技術による通信を利用するアプリケーション以外のアプリケーションであってもよい。 Note that in this embodiment, the application generated by the information processing apparatus 101 is a web application, but the present invention is not limited to this. , the application may be an application other than an application that utilizes communication by Web technology.

また、本実施形態においては、情報処理装置101はアプリケーションのソースコード(プログラムコード)を生成するとしたが、この方法に限定するものではなく、ソースコードを生成することなく、アプリケーションサーバ102やクラウド環境等でアプリケーションが動作する様にデータやファイル等を生成することにより、アプリケーション(の動作環境)を構築する等であってもよい。 In addition, in the present embodiment, the information processing apparatus 101 generates the source code (program code) of the application, but the method is not limited to this method. For example, the application (operating environment) may be constructed by generating data, files, etc. so that the application may operate.

アプリケーションサーバ102は、情報処理装置101で開発されたアプリケーションを実行する。また、データベースサーバ103と接続して動作することが可能である。 The application server 102 executes applications developed by the information processing apparatus 101 . Also, it is possible to operate by connecting to the database server 103 .

データベースサーバ103は、開発されたアプリケーションが使用するデータベースであり、また本発明では開発時にも動作確認などのために利用してもよい。例えば、ソフトウェア開発者が利用するためにデータベースサーバ103は、情報処理装置101や、アプリケーションサーバ102と同一の装置で構成されていてもよいし、LANなどのネットワーク105内に配置されてもよい。 The database server 103 is a database used by developed applications, and in the present invention, it may also be used for operation confirmation during development. For example, for use by software developers, the database server 103 may be configured with the same device as the information processing device 101 and the application server 102, or may be arranged in a network 105 such as a LAN.

アプリケーションクライアント104(情報処理装置)は、アプリケーションサーバ102と協調して情報処理装置101で開発したアプリケーションプログラムを動作させる、エンドユーザの入力端末である。この、アプリケーションクライアント104は、携帯端末などの情報処理装置であってもよいこととする。 The application client 104 (information processing device) is an end-user input terminal that operates an application program developed by the information processing device 101 in cooperation with the application server 102 . The application client 104 may be an information processing device such as a mobile terminal.

なお、情報処理装置101、アプリケーションサーバ102、データベースサーバ103、および、アプリケーションクライアント104の何れかを、クラウドなどのインターネット上に配置してもよい。 Any one of the information processing apparatus 101, the application server 102, the database server 103, and the application client 104 may be arranged on the Internet such as a cloud.

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

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

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

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

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

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

なお、入力部209がタッチパネルの場合、ユーザがタッチパネルに表示されたアイコンやカーソルやボタンに合わせて押下(指等でタッチ)することにより、各種の指示を行うことができることとする。 If the input unit 209 is a touch panel, the user can give various instructions by pressing (touching with a finger or the like) an icon, cursor, or button displayed on the touch panel.

また、タッチパネルは、マルチタッチスクリーン等の、複数の指でタッチされた位置を検出することが可能なタッチパネルであってもよい。 Also, the touch panel may be a touch panel, such as a multi-touch screen, capable of detecting positions touched by a plurality of fingers.

出力コントローラ206は、出力部210の表示を制御する。この出力部210としては、例えば、CRTや液晶ディスプレイ等が挙げられる。尚、本体と一体になったノート型パソコンのディスプレイも含まれるものとする。また、プロジェクタであってもよいこととする。 The output controller 206 controls the display of the output section 210 . Examples of the output unit 210 include a CRT, a liquid crystal display, and the like. It should be noted that the display of the notebook computer integrated with the main body is also included. Also, it may be a projector.

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

なお、CPU201は、例えばRAM202内の表示情報用領域へアウトラインフォント展開(ラスタライズ)処理を実行することにより、出力部210上での表示を可能としている。また、CPU201は、出力部210上の不図示のマウスカーソル等でのユーザ指示を可能とする。 It should be noted that the CPU 201 enables display on the output unit 210 by executing outline font expansion (rasterization) processing to a display information area in the RAM 202, for example. The CPU 201 also allows the user to issue instructions with a mouse cursor (not shown) or the like on the output unit 210 .

通信I/Fコントローラ208は、ネットワークを介して外部機器との通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。 A communication I/F controller 208 executes communication control processing with external devices via a network. For example, communication using TCP/IP is possible.

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

図3は、本発明の実施の形態のソフトウェア構成を示すブロック図の一例である。 FIG. 3 is an example of a block diagram showing the software configuration of the embodiment of the present invention.

情報処理装置101は、以下の機能部を備える。 The information processing apparatus 101 includes the following functional units.

第1定義情報取得部301は、アプリケーションを構築するための定義情報を取得する機能部である。 The first definition information acquisition unit 301 is a functional unit that acquires definition information for constructing an application.

第1構築部302は、第1定義情報取得部301により取得された定義情報に基づき、アプリケーションを構築する機能部である。 The first construction unit 302 is a functional unit that constructs an application based on the definition information acquired by the first definition information acquisition unit 301 .

第2定義情報取得部303は、第1構築部302によりアプリケーションが構築された後に更新された定義情報を取得する機能部である。 The second definition information acquisition unit 303 is a functional unit that acquires updated definition information after the application is constructed by the first construction unit 302 .

第2構築部304は、第1構築部302により構築されたアプリケーション及び第2定義情報取得部303により取得された定義情報に基づき、アプリケーションを構築する機能部である。 The second construction unit 304 is a functional unit that constructs an application based on the application constructed by the first construction unit 302 and the definition information acquired by the second definition information acquisition unit 303 .

第1ソースコード生成部305は、第1定義情報取得部301により取得された定義情報に基づき、第1ソースコードを生成する機能部である。、
第2ソースコード生成部306は、第2定義情報取得部303により取得された定義情報に基づき、第2ソースコードを生成する機能部である。
A first source code generation unit 305 is a functional unit that generates a first source code based on the definition information acquired by the first definition information acquisition unit 301 . ,
A second source code generation unit 306 is a functional unit that generates a second source code based on the definition information acquired by the second definition information acquisition unit 303 .

第2構築部304は、第1ソースコード生成部305により生成された第1ソースコード及び第2ソースコード生成部306により生成された第2ソースコードを用いて、アプリケーションを構築する機能部である。 The second construction unit 304 is a functional unit that constructs an application using the first source code generated by the first source code generation unit 305 and the second source code generated by the second source code generation unit 306. .

第2構築部304は、第1ソースコード生成部305により生成された第1ソースコードの一部を第2ソースコード生成部306により生成された第2ソースコードに差し替えたソースコードを用いて、アプリケーションを構築する機能部である。 The second construction unit 304 uses the source code obtained by replacing part of the first source code generated by the first source code generation unit 305 with the second source code generated by the second source code generation unit 306, It is the functional part that builds the application.

特定部307は、第2定義情報取得部303により取得された定義情報に関連するソースコードを特定する機能部である。 The identification unit 307 is a functional unit that identifies source code related to the definition information acquired by the second definition information acquisition unit 303 .

第2ソースコード生成部306は、第2定義情報取得部303により取得された定義情報に基づき、特定部307により特定されたソースコードを生成する機能部である。 A second source code generation unit 306 is a functional unit that generates the source code identified by the identification unit 307 based on the definition information acquired by the second definition information acquisition unit 303 .

特定部307は、第2定義情報取得部303により取得された定義情報の更新が影響を及ぼすソースコードを特定する機能部である。 The identifying unit 307 is a functional unit that identifies the source code affected by the update of the definition information acquired by the second definition information acquisition unit 303 .

第2ソースコード生成部306は、第2定義情報取得部303により取得された定義情報に基づき、特定部307により特定されたソースコードを生成する機能部である。 A second source code generation unit 306 is a functional unit that generates the source code identified by the identification unit 307 based on the definition information acquired by the second definition information acquisition unit 303 .

第1設定部308は、第1定義情報取得部301により取得された定義情報に基づき、アプリケーションを動作させるための第1設定を行う機能部である。 A first setting unit 308 is a functional unit that performs a first setting for operating an application based on the definition information acquired by the first definition information acquisition unit 301 .

第2設定部309は、第2定義情報取得部303により取得された定義情報に基づき、アプリケーションを動作させるための第2設定を行う機能部である。 A second setting unit 309 is a functional unit that performs second settings for operating an application based on the definition information acquired by the second definition information acquisition unit 303 .

第2構築部304は、第1設定部308により行われた第1設定及び第2設定部309により行われた第2設定に基づき、アプリケーションを動作させる機能部である。 The second construction unit 304 is a functional unit that operates an application based on the first setting made by the first setting unit 308 and the second setting made by the second setting unit 309 .

第2構築部304は、第1設定部308により行われた第1設定の一部を第2設定部309により行われた第2設定に差し替えた設定に基づき、アプリケーションを動作させる機能部である。 The second construction unit 304 is a functional unit that operates an application based on settings obtained by replacing part of the first settings performed by the first setting unit 308 with second settings performed by the second setting unit 309. .

特定部307は、第2定義情報取得部303により取得された定義情報が関連する設定を特定する機能部である。 The specifying unit 307 is a functional unit that specifies settings related to the definition information acquired by the second definition information acquisition unit 303 .

第2設定部309は、第2定義情報取得部303により取得された定義情報に基づき、特定部307により特定された設定を行う機能部である。 A second setting unit 309 is a functional unit that performs settings specified by the specifying unit 307 based on the definition information acquired by the second definition information acquisition unit 303 .

特定部307は、第2定義情報取得部303により取得された定義情報の更新が影響を及ぼす設定を特定する機能部である。 The specifying unit 307 is a functional unit that specifies settings affected by updating the definition information acquired by the second definition information acquisition unit 303 .

第2設定部309は、第2定義情報取得部303により取得された定義情報に基づき、特定部307により特定された設定を行う機能部である。 A second setting unit 309 is a functional unit that performs settings specified by the specifying unit 307 based on the definition information acquired by the second definition information acquisition unit 303 .

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

図4は、情報処理装置101、アプリケーションサーバ102及びアプリケーションクライアント104の構成図である。 FIG. 4 is a configuration diagram of the information processing apparatus 101, the application server 102, and the application client 104. As shown in FIG.

情報処理装置101は、リポジトリ定義部401及びアプリケーション生成部410を備える。 The information processing apparatus 101 includes a repository definition section 401 and an application generation section 410 .

情報処理装置101は、アプリケーションを開発する開発者により設定されたリポジトリ定義部401の各定義を用いて、アプリケーション生成部410によりアプリケーションを生成する。 The information processing apparatus 101 generates an application by the application generation unit 410 using each definition of the repository definition unit 401 set by the developer who develops the application.

リポジトリ定義部401には、アプリケーション定義402、入出力定義403、データモデル定義404、ビジネスプロセス定義405、データベース定義408が記憶されている。これら402~405、408の定義は、アプリケーション構築ツールを介して、開発者によって入力設定または配置される。 An application definition 402 , an input/output definition 403 , a data model definition 404 , a business process definition 405 and a database definition 408 are stored in the repository definition section 401 . These 402-405, 408 definitions are input or placed by the developer via the application building tool.

入出力定義403は、アプリケーション画面に配置される各種項目のレイアウトの定義情報を保持する。入出力定義403は、入力項目定義情報及び出力項目定義情報を含む。 The input/output definition 403 holds definition information of the layout of various items arranged on the application screen. The input/output definition 403 includes input item definition information and output item definition information.

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

なお、本実施形態においては、「入力項目定義情報は、生成されたアプリケーションの画面を介して当該アプリケーションのエンドユーザが入力する入力項目を定義した情報」「出力項目定義情報は、生成されたアプリケーションの画面に出力する出力項目を定義した情報」としたが、これらに限定するものではなく、例えば、画面を有さないバッチやWebサービス等のように、「入力項目定義情報は、生成されたアプリケーションに入力される入力項目を定義した情報」「出力項目定義情報は、生成されたアプリケーションが出力する出力項目を定義した情報」であってもよい。 In the present embodiment, "input item definition information is information defining input items to be input by the end user of the application through the screen of the generated application", and "output item definition information is the generated application "Information that defines output items to be output to the screen", but it is not limited to these. Information defining input items to be input to the application" and "output item definition information may be information defining output items output by the generated application".

データモデル定義404は、データベースのテーブルの項目の定義情報を保持する。入出力定義403の各項目には、データモデル定義404の項目を対応づけることができる。 The data model definition 404 holds definition information of items in the database table. Each item of the input/output definition 403 can be associated with an item of the data model definition 404 .

ビジネスプロセス定義405は、アプリケーションにおけるデータを処理するためのロジックの定義情報を保持する。 The business process definition 405 holds logic definition information for processing data in the application.

データベース定義408は、アプリケーションが接続するデータベースに係る情報(データベースサーバ103のIPアドレス、接続ユーザ、接続パスワード等)を定義する。 The database definition 408 defines information (IP address of the database server 103, connection user, connection password, etc.) related to the database to which the application connects.

アプリケーション生成部410は、アプリケーション生成用のリポジトリ定義解析部411、定義関連解析部414を用いてリポジトリ定義部401に記憶されている各定義や各定義の関連を解析し、アプリケーションコード生成部412及びソースコードコンパイル部413を介し、コンパイル済Java(登録商標)コード441及びHTML/JSP/JavaScript(登録商標)442を含むアプリケーションソースコード440を生成する。すなわち、アプリケーション生成部410は、設定された定義を用いて、アプリケーションとして用いられるプログラムを生成する手段の一例である。 The application generation unit 410 analyzes each definition stored in the repository definition unit 401 and the relationship between the definitions using a repository definition analysis unit 411 and a definition relation analysis unit 414 for application generation. Application source code 440 including compiled Java (registered trademark) code 441 and HTML/JSP/JavaScript (registered trademark) 442 is generated via source code compilation unit 413 . That is, the application generation unit 410 is an example of means for generating a program used as an application using the set definition.

リポジトリ定義エディタ部420は、リポジトリ定義参照部421によってリポジトリ定義部401を解析し、それぞれに対応した定義エディタ部422~425を用いてリポジトリ定義を変更及び参照する。 The repository definition editor section 420 analyzes the repository definition section 401 by the repository definition reference section 421, and changes and refers to the repository definition using the corresponding definition editor sections 422 to 425, respectively.

テスト実行部430は、テストケース定義受信部によってテストケース定義407を取得し、テストケース定義解釈部を用いてその内容を解析する。テスト実行部(インタープリタ)は、テストケース定義解釈部を用いて、アプリケーションコードアクセス部から、テスト実行部(インタープリタ)は、テストケース定義解釈部を用いて解釈した内容からテスト実行準備部を用いてテストの事前処理を行い、アプリケーションコードアクセス部を用いてアプリケーションソースコード440をテスト実行する。 The test execution unit 430 acquires the test case definition 407 by the test case definition reception unit, and analyzes its contents using the test case definition interpretation unit. The test execution part (interpreter) uses the test case definition interpretation part to read from the application code access part, and the test execution part (interpreter) uses the test execution preparation part to Test pre-processing is performed and the application source code 440 is test-executed using the application code access unit.

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

図5は、アプリケーション生成のフローチャートの一例を示す図である。 FIG. 5 is a diagram illustrating an example of a flow chart for application generation.

情報処理装置101は、ディレクトリ構造を用いて、リポジトリ定義部401の各定義をファイルとして管理する。なお、本実施形態においては、ディレクトリ構造を用いて、リポジトリ定義部401の各定義をファイルとして管理するとしたが、これに限定するものではなく、例えば、データベースを用いてリポジトリ定義部401の各定義を管理してもよいし、クラウドなどネットワーク上の記憶装置を用いて管理する等としてもよい。 The information processing apparatus 101 manages each definition of the repository definition section 401 as a file using a directory structure. In this embodiment, each definition of the repository definition part 401 is managed as a file using a directory structure. may be managed, or managed using a storage device on a network such as the cloud.

アプリケーション生成のフローチャートについて説明する。 A flow chart for application generation will be described.

ステップS501において、情報処理装置101は、アプリケーション定義402の設定を受け付ける。すなわち、ステップS501は、アプリケーションを構築するための定義情報を取得する処理の一例を示すステップである。 In step S<b>501 , the information processing apparatus 101 receives setting of the application definition 402 . That is, step S501 is a step showing an example of processing for acquiring definition information for constructing an application.

具体的には、アプリケーション構築ツールの画面を介して、アプリケーション開発者から入出力定義403、データモデル定義404、ビジネスプロセス定義405及びデータベース定義408の設定を受け付ける。 Specifically, settings of the input/output definition 403, the data model definition 404, the business process definition 405, and the database definition 408 are accepted from the application developer through the screen of the application construction tool.

ステップS501にて、受け付けたアプリケーション定義402、入出力定義403、データモデル定義404、ビジネスプロセス定義405及びデータベース定義408の設定は、リポジトリ定義部401にXMLファイル形式で記憶する。なお、本実施形態においては、XMLファイル形式としたが、この形式に限定するものではなく、他の形式であってもよい。 In step S501, the received settings of the application definition 402, input/output definition 403, data model definition 404, business process definition 405 and database definition 408 are stored in the repository definition section 401 in XML file format. Although the XML file format is used in this embodiment, the format is not limited to this format, and other formats may be used.

ステップS502において、情報処理装置101は、アプリケーション生成の指示を受け付ける。 In step S502, the information processing apparatus 101 receives an application generation instruction.

ステップS503において、情報処理装置101は、リポジトリ定義部401からアプリケーション定義402を取得する。リポジトリ定義解析部411は、読み込んだ定義を解析したうえでROM203に記憶しておき、解析された定義は各生成部から適宜参照される。 In step S<b>503 , the information processing apparatus 101 acquires the application definition 402 from the repository definition unit 401 . The repository definition analysis unit 411 analyzes the read definitions and stores them in the ROM 203, and the analyzed definitions are appropriately referred to by each generation unit.

ステップS504において、情報処理装置101は、リポジトリ定義部401からデータモデル定義404を取得する。 In step S<b>504 , the information processing apparatus 101 acquires the data model definition 404 from the repository definition unit 401 .

ステップS505において、情報処理装置101は、リポジトリ定義部401から入出力定義403を取得する。 In step S<b>505 , the information processing apparatus 101 acquires the input/output definition 403 from the repository definition unit 401 .

ステップS506において、情報処理装置101は、リポジトリ定義部401からビジネスプロセス定義405を取得する。 In step S<b>506 , the information processing apparatus 101 acquires the business process definition 405 from the repository definition unit 401 .

ステップS507において、情報処理装置101は、リポジトリ定義部401からデータベース定義408を取得する。すなわち、ステップS501~S507は、アプリケーションを構築するための定義情報を取得する処理の一例を示すステップである。 In step S<b>507 , the information processing apparatus 101 acquires the database definition 408 from the repository definition unit 401 . That is, steps S501 to S507 are steps showing an example of processing for acquiring definition information for building an application.

ステップS508において、情報処理装置101は、アプリケーション生成部410を用いて、アプリケーションに用いるアプリケーションソースコード440を生成する。すなわち、ステップS508は、取得された定義情報に基づき、第1ソースコードを生成する処理の一例を示すステップである。すなわち、ステップS508は、取得された定義情報に基づき、アプリケーションを動作させるための第1設定を行う処理の一例を示すステップである。 In step S508, the information processing apparatus 101 uses the application generation unit 410 to generate the application source code 440 used for the application. That is, step S508 is a step showing an example of processing for generating the first source code based on the acquired definition information. That is, step S508 is a step showing an example of processing for performing the first setting for operating the application based on the acquired definition information.

ステップS509において、情報処理装置101は、ステップS508にて生成したアプリケーションソースコード440をアプリケーションサーバ102に配置(デプロイ)する。すなわち、ステップS509は、取得された定義情報に基づき、アプリケーションを構築する処理の一例を示すステップである。 In step S<b>509 , the information processing apparatus 101 deploys the application source code 440 generated in step S<b>508 to the application server 102 . That is, step S509 is a step showing an example of processing for constructing an application based on the acquired definition information.

以上により、生成指示を受け付けたアプリケーションを生成(構築)することができる。 As described above, it is possible to generate (construct) an application for which a generation instruction has been received.

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

図6は、アプリケーション差分生成のフローチャートの一例を示す図である。 FIG. 6 is a diagram illustrating an example of a flowchart of application difference generation.

ステップS601において、情報処理装置101は、図5の処理でアプリケーションを生成した後(又は図6の処理でアプリケーションを差分生成した後)、アプリケーションの修正や追加開発をするアプリケーション開発者によるアプリケーション定義情報(リポジトリ定義部401に記憶されている402~405、408)の追加、更新又は削除の操作を受け付け、追加、更新又は削除されたアプリケーション定義情報をリポジトリ定義部401に記憶する。以下、簡単のために、「追加、更新又は削除」を単に「更新」と記述する。 In step S601, the information processing apparatus 101, after generating the application in the process of FIG. 5 (or after differentially generating the application in the process of FIG. 6), generates application definition information by an application developer who will modify or additionally develop the application. (402 to 405 and 408 stored in the repository definition section 401) is accepted, and the added, updated, or deleted application definition information is stored in the repository definition section 401. FIG. Hereinafter, for the sake of simplicity, "addition, update or deletion" will be simply referred to as "update".

ステップS602において、情報処理装置101は、定義関連解析部414を介し、ステップS601にて更新されたアプリケーション定義情報を取得し、解析する。すなわち、ステップS602は、アプリケーションが構築された後に更新された定義情報を取得する処理の一例を示すステップである。 In step S<b>602 , the information processing apparatus 101 acquires and analyzes the application definition information updated in step S<b>601 via the definition relation analysis unit 414 . That is, step S602 is a step showing an example of processing for acquiring updated definition information after the application is constructed.

なお、本実施形態においては、更新されたアプリケーション定義情報が記憶された後にステップS602にて解析するとしたが、この手順に限定するものではなく、外部メモリ211には記憶されてない更新中のアプリケーション定義情報をステップS602にて解析するとしてもよい。 In the present embodiment, analysis is performed in step S602 after the updated application definition information is stored, but the procedure is not limited to this. The definition information may be analyzed in step S602.

ステップS603において、情報処理装置101は、ステップS602にて行った解析に基づき、更新されたアプリケーション定義情報に関連するアプリケーション定義情報を特定する。 In step S603, the information processing apparatus 101 identifies application definition information related to the updated application definition information based on the analysis performed in step S602.

すなわち、ステップS603は、取得された定義情報に関連するソースコードを特定する処理の一例を示すステップである。すなわち、ステップS603は、取得された定義情報の更新が影響を及ぼすソースコードを特定する処理の一例を示すステップである。 That is, step S603 is a step showing an example of the process of identifying the source code related to the acquired definition information. That is, step S603 is a step showing an example of the process of identifying the source code affected by the update of the acquired definition information.

すなわち、ステップS603は、取得された定義情報が関連する設定を特定する処理の一例を示すステップである。すなわち、ステップS603は、取得された定義情報の更新が影響を及ぼす設定を特定する処理の一例を示すステップである。 In other words, step S603 is a step showing an example of processing for identifying settings related to the acquired definition information. That is, step S603 is a step showing an example of processing for identifying settings affected by the update of the acquired definition information.

例えば、データモデル定義404が更新された場合、当該データモデル定義404を利用するビジネスロジックの定義情報(ビジネスプロセス定義405)や当該ビジネスプロセス定義405を利用する入出力画面の定義情報(入出力定義403)を関連するアプリケーション定義情報として特定する。 For example, when the data model definition 404 is updated, the definition information of the business logic (business process definition 405) that uses the data model definition 404 or the definition information of the input/output screen that uses the business process definition 405 (input/output definition 403) as related application definition information.

この場合、更新されたデータモデル定義404に対応するアプリケーションソースコード440だけでなく、当該データモデル定義404に関連するとして特定されたビジネスプロセス定義405や入出力定義403等に対応するアプリケーションソースコード440についても再生成する必要がある。 In this case, not only the application source code 440 corresponding to the updated data model definition 404, but also the application source code 440 corresponding to the business process definition 405, the input/output definition 403, etc. identified as being related to the data model definition 404. must also be regenerated.

なお、本実施形態においては、更新されたアプリケーション定義情報に関連するアプリケーション定義情報を特定するとしたが、この方法に限定するものではなく、更新された内容が部分的であれば、関連するアプリケーション定義情報であっても更新が影響しない場合もありうるため、アプリケーション定義情報の更新が影響を及ぼすアプリケーション定義情報のみを特定するとしてもよい。 In this embodiment, the application definition information related to the updated application definition information is specified, but the method is not limited to this method. Since updating may not affect even information, only application definition information affected by updating application definition information may be identified.

つまり、上記の例のように、データモデル定義404が更新された場合であっても、当該データモデル定義404に関連するとして特定されたビジネスプロセス定義405や入出力定義403に対応するアプリケーションソースコード440について、必ず再作成する訳ではなく、当該データモデル定義404の更新内容によって、関連するビジネスプロセス定義405や入出力定義403等のうち影響が及ぶアプリケーション定定義情報のみを特定するとしてもよい。
In other words, as in the above example, even if the data model definition 404 is updated, the application source code corresponding to the business process definition 405 and the input/output definition 403 identified as related to the data model definition 404 is updated. 440 may not always be recreated, and only the affected application definition information among the related business process definition 405 and input/output definition 403 may be identified by the updated content of the data model definition 404 .

ステップS604において、情報処理装置101は、ステップS603にて特定された関連する定義情報が存在するかを判定する。関連するアプリケーション定義情報が有る場合はステップS605に進み、無い場合はステップS606に進む。 In step S604, the information processing apparatus 101 determines whether the related definition information identified in step S603 exists. If there is related application definition information, the process proceeds to step S605; otherwise, the process proceeds to step S606.

ステップS605において、情報処理装置101は、ステップS603にて特定された関連するアプリケーション定義情報をリポジトリ定義部401から取得する。 In step S<b>605 , the information processing apparatus 101 acquires the related application definition information identified in step S<b>603 from the repository definition unit 401 .

ステップS606において、情報処理装置101は、ステップS601にて更新されたアプリケーション定義情報及びステップS605にて取得されたアプリケーション定義情報に基づき、アプリケーションソースコード440を生成する。 In step S606, the information processing apparatus 101 generates the application source code 440 based on the application definition information updated in step S601 and the application definition information acquired in step S605.

すなわち、ステップS606は、取得された定義情報に基づき、第2ソースコードを生成する処理の一例を示すステップである。すなわち、ステップS606は、取得された定義情報に基づき、特定されたソースコードを生成する処理の一例を示すステップである。 That is, step S606 is a step showing an example of processing for generating the second source code based on the acquired definition information. That is, step S606 is a step showing an example of processing for generating the identified source code based on the acquired definition information.

すなわち、ステップS606は、取得された定義情報に基づき、アプリケーションを動作させるための第2設定を行う処理の一例を示すステップである。すなわち、ステップS606は、取得された定義情報に基づき、特定された設定を行う処理の一例を示すステップである。 That is, step S606 is a step showing an example of processing for performing the second setting for operating the application based on the acquired definition information. That is, step S606 is a step showing an example of processing for performing specified settings based on the acquired definition information.

ステップS606にて生成するアプリケーションソースコード440は、図5の処理でアプリケーションを生成した後に更新されたアプリケーション定義情報及び当該更新されたアプリケーション定義情報に関連するアプリケーション定義情報に対応するアプリケーションソースコード440であるため、ステップS508にて生成したアプリケーションソースコード440からの差分に該当する。 The application source code 440 generated in step S606 is the application source code 440 corresponding to the application definition information updated after the application is generated in the process of FIG. 5 and the application definition information related to the updated application definition information. Therefore, it corresponds to the difference from the application source code 440 generated in step S508.

ステップS607において、情報処理装置101は、ステップS508にて生成されたアプリケーションソースコード440に対して、ステップS606にて生成されたアプリケーションソースコード440を上書きすることによりアプリケーションをデプロイする。 In step S607, the information processing apparatus 101 deploys the application by overwriting the application source code 440 generated in step S508 with the application source code 440 generated in step S606.

すなわち、ステップS607は、構築されたアプリケーション及びアプリケーションが構築された後に更新された定義情報に基づき、アプリケーションを構築する処理の一例を示すステップである。すなわち、ステップS607は、生成された第1ソースコード及び生成された第2ソースコードを用いて、アプリケーションを構築する処理の一例を示すステップである。 That is, step S607 is a step showing an example of processing for building an application based on the built application and the definition information updated after the application is built. That is, step S607 is a step showing an example of processing for constructing an application using the generated first source code and the generated second source code.

なお、本実施形態においては、ステップS509にてデプロイされたアプリケーションに対して、ステップS606にて生成されたアプリケーションソースコード440を上書きすることによりアプリケーションをデプロイするとしたが、この方法に限定するものではなく、ステップS508にて生成されたアプリケーションソースコード440に対して、ステップS606にて生成されたアプリケーションソースコード440を上書きしてできたアプリケーションソースコード440を用いて、デプロイするとしてもよい。 In this embodiment, the application deployed in step S509 is overwritten with the application source code 440 generated in step S606 to deploy the application, but the method is not limited to this. Alternatively, the application source code 440 generated in step S606 may be overwritten with the application source code 440 generated in step S606 for deployment.

すなわち、ステップS607は、生成された第1ソースコードの一部を第2ソースコードに差し替えたソースコードを用いて、アプリケーションを構築する処理の一例を示すステップである。
That is, step S607 is a step showing an example of processing for building an application using the source code obtained by replacing part of the generated first source code with the second source code.

また、本実施形態において、アプリケーションのソースコードを生成することなく、アプリケーションサーバ102やクラウド環境等でアプリケーションが動作する様にデータやファイル等を生成するとした場合は、ステップS508にて生成されたデータやファイル等に対して、ステップS606にて生成されたデータやファイル等を上書きすることによりアプリケーションを再構築する。 Further, in the present embodiment, if data, files, etc. are generated so that the application operates in the application server 102 or the cloud environment without generating the source code of the application, the data generated in step S508 , files, etc., are overwritten with the data, files, etc. generated in step S606 to reconstruct the application.

すなわち、ステップS607は、第1設定及び第2設定に基づき、アプリケーションを動作させる処理の一例を示すステップである。すなわち、ステップS607は、第1設定の一部を第2設定に差し替えた設定に基づき、アプリケーションを動作させる処理の一例を示すステップである。
That is, step S607 is a step showing an example of processing for operating an application based on the first setting and the second setting. That is, step S607 is a step showing an example of processing for operating an application based on settings obtained by replacing part of the first settings with the second settings.

具体的な例を挙げて、図6のフローチャートを改めて説明する。 The flowchart in FIG. 6 will be explained again by giving a specific example.

アプリケーションを生成した後、入出力定義701(図7)の項目コード「EMP_ADDRESS」の項目名を「住所」から項目703(図7)のように「現住所」へ更新を受け付けたとする(ステップS601)。 After the application is generated, it is assumed that the item name of the item code "EMP_ADDRESS" in the input/output definition 701 (FIG. 7) is updated from "address" to "current address" as in item 703 (FIG. 7) (step S601). .

定義関連解析部414を介して、更新された入出力定義702を解析し(ステップS602)、当該更新された入出力定義702に関連するアプリケーション定義情報を特定する(ステップS603)。 The updated input/output definition 702 is analyzed via the definition relation analysis unit 414 (step S602), and the application definition information related to the updated input/output definition 702 is identified (step S603).

更新された入出力定義702及び当該更新された入出力定義702に関連するアプリケーション定義情報に基づき、差分となるアプリケーションソースコード440を生成する(ステップS604~S606)。 Based on the updated input/output definition 702 and the application definition information related to the updated input/output definition 702, the application source code 440 as a difference is generated (steps S604 to S606).

前回デプロイしたアプリケーションに対して、今回生成した、差分のアプリケーションソースコード440を上書きすることによりデプロイする(ステップS607)。(差分生成ログ704(図7))
差分生成によりデプロイされた後、更新したアプリケーションの画面を参照すると、更新前の画面項目801(図8)の表示「住所」が、更新後の画面項目802(図8)では「現住所」へと更新されており、アプリケーション定義情報の更新内容が反映されていることがわかる。
The previously deployed application is deployed by overwriting it with the difference application source code 440 generated this time (step S607). (Difference generation log 704 (FIG. 7))
After being deployed by generating a difference, referring to the screen of the updated application, the display "address" of the screen item 801 (FIG. 8) before the update is changed to "current address" in the screen item 802 (FIG. 8) after the update. It can be seen that the updated contents of the application definition information are reflected.

以上により、アプリケーション全体を再生成する場合に比べて、アプリケーション定義情報の更新をアプリケーションに短時間で反映することができるため、更新から動作確認までに要する時間を短縮することができるようになる。つまり、アプリケーション定義情報の更新と動作確認を短いサイクルで繰り返すことが可能となり、アプリケーションの構築を効率的に行うことができるようになる。 As described above, the update of the application definition information can be reflected in the application in a short time compared to the case of regenerating the entire application, so that the time required from updating to operation confirmation can be shortened. In other words, it becomes possible to repeat the update of the application definition information and the operation check in a short cycle, and the application can be constructed efficiently.

また、ステップS603にて、アプリケーション定義情報の更新が影響を及ぼすアプリケーション定義情報のみを特定するとした場合は、再生成するアプリケーションソースコード440を更に限定することができるようになるため、アプリケーション構築に要する時間を更に短縮することができ、アプリケーションの構築を更に効率的に行うことができるようになる。 Further, if only the application definition information affected by the update of the application definition information is specified in step S603, the application source code 440 to be regenerated can be further limited. Time can be further reduced, and application building can be done more efficiently.

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

以上により、アプリケーション構築ツールにおいて、アプリケーションの構築を効率的に行うことができるようになる。
As described above, the application building tool can efficiently build an application.

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

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

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD-ROM、CD-R、DVD-ROM、磁気テープ、不揮発性のメモリカード、ROM、EEPROM、シリコンディスク等を用いることが出来る。 Examples of recording media for supplying programs include flexible disks, hard disks, optical disks, magneto-optical disks, CD-ROMs, CD-Rs, DVD-ROMs, magnetic tapes, non-volatile memory cards, ROMs, EEPROMs, silicon A disk or the like can be used.

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

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

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

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

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ、データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。なお、上述した各実施形態及びその変形例を組み合わせた構成も全て本発明に含まれるものである。
Furthermore, by downloading and reading out the program for achieving the present invention from a server, database, etc. on the network using a communication program, the system or device can enjoy the effects of the present invention. It should be noted that all configurations obtained by combining each of the above-described embodiments and modifications thereof are also included in the present invention.

101 情報処理装置
102 アプリケーションサーバ
103 データベースサーバ
104 アプリケーションクライアント
105 ネットワーク
101 information processing device 102 application server 103 database server 104 application client 105 network

Claims (10)

アプリケーションを構築するための制御を行う情報処理システムで実行可能なプログラムであって、
前記情報処理システムを、
前記アプリケーションを構築するための定義情報を取得する第1定義情報取得手段と、
前記第1定義情報取得手段により取得された定義情報に基づき、第1ソースコードを生成する第1ソースコード生成手段と、
前記第1ソースコードに基づくアプリケーションが構築された後に更新された前記定義情報を取得する第2定義情報取得手段と、
前記第2定義情報取得手段により取得された定義情報に基づき、第2ソースコードを生成する第2ソースコード生成手段と、
前記第1ソースコード生成手段により生成された第1ソースコードの一部を前記第2ソースコード生成手段により生成された第2ソースコードに差し替えたソースコードを用いて、前記アプリケーションを構築するための制御を行う制御手段
として機能させるためのプログラム。
A program executable by an information processing system that performs control for building an application,
the information processing system ,
a first definition information obtaining means for obtaining definition information for constructing the application;
a first source code generation means for generating a first source code based on the definition information acquired by the first definition information acquisition means;
a second definition information acquisition means for acquiring the definition information updated after the application based on the first source code is constructed;
a second source code generation means for generating a second source code based on the definition information acquired by the second definition information acquisition means;
for constructing the application using the source code obtained by replacing part of the first source code generated by the first source code generation means with the second source code generated by the second source code generation means; A program that functions as a control means to control .
前記第2定義情報取得手段により取得された定義情報に関連するソースコードを特定する特定手段として更に機能させ、
前記第2ソースコード生成手段は、
前記第2定義情報取得手段により取得された定義情報に基づき、前記特定手段により特定されたソースコードを生成することを特徴とする請求項に記載のプログラム。
Further functioning as specifying means for specifying the source code related to the definition information acquired by the second definition information acquisition means,
The second source code generation means is
2. The program according to claim 1 , wherein the source code specified by said specifying means is generated based on the definition information acquired by said second definition information acquiring means.
前記第2定義情報取得手段により取得された定義情報の更新が影響を及ぼすソースコードを特定する特定手段として更に機能させ、
前記第2ソースコード生成手段は、
前記第2定義情報取得手段により取得された定義情報に基づき、前記特定手段により特定されたソースコードを生成することを特徴とする請求項又はに記載のプログラム。
Further functioning as specifying means for specifying the source code affected by the update of the definition information acquired by the second definition information acquiring means,
The second source code generation means is
3. The program according to claim 1 , wherein the source code specified by said specifying means is generated based on the definition information acquired by said second definition information acquiring means.
アプリケーションを構築するための制御を行う情報処理システムで実行可能なプログラムであって、
前記情報処理システムを、
前記アプリケーションを構築するための定義情報を取得する第1定義情報取得手段と、
前記第1定義情報取得手段により取得された定義情報に基づき、前記アプリケーションを構築するための制御を行う第1制御手段と、
前記第1制御手段による制御に基づいて構築されたアプリケーションが構築された後に更新された前記定義情報を取得する第2定義情報取得手段と、
前記第1制御手段による制御に基づいて構築されたアプリケーション及び前記第2定義情報取得手段により取得された定義情報に基づき、前記アプリケーションを構築するための制御を行う第2制御手段と、
前記第1定義情報取得手段により取得された定義情報に基づき、前記アプリケーションを動作させるための第1設定を行う第1設定手段と、
前記第2定義情報取得手段により取得された定義情報に基づき、前記アプリケーションを動作させるための第2設定を行う第2設定手段と、
として機能させるプログラムであって
前記第2制御手段は、
前記第1設定手段により行われた第1設定の一部を前記第2設定手段により行われた第2設定に差し替えた設定に基づき、前記アプリケーションを動作させるように制御することを特徴とするプログラム。
A program executable by an information processing system that performs control for building an application,
the information processing system,
a first definition information obtaining means for obtaining definition information for constructing the application;
a first control means for controlling construction of the application based on the definition information acquired by the first definition information acquisition means;
a second definition information obtaining means for obtaining the definition information updated after the application constructed under the control of the first control means is constructed;
second control means for performing control for constructing the application based on the application constructed based on the control by the first control means and the definition information acquired by the second definition information acquisition means;
a first setting means for performing a first setting for operating the application based on the definition information acquired by the first definition information acquisition means;
a second setting means for performing a second setting for operating the application based on the definition information acquired by the second definition information acquisition means;
A program that functions as
The second control means is
The application is controlled to operate based on the setting in which a part of the first setting performed by the first setting means is replaced with the second setting performed by the second setting means. program .
前記第2定義情報取得手段により取得された定義情報が関連する設定を特定する特定手段として更に機能させ、
前記第2設定手段は、
前記第2定義情報取得手段により取得された定義情報に基づき、前記特定手段により特定された設定を行うことを特徴とする請求項に記載のプログラム。
Further functioning as specifying means for specifying settings related to the definition information acquired by the second definition information acquiring means,
The second setting means
5. The program according to claim 4, wherein the setting specified by said specifying means is performed based on the definition information acquired by said second definition information acquiring means.
前記第2定義情報取得手段により取得された定義情報の更新が影響を及ぼす設定を特定する特定手段として更に機能させ、
前記第2設定手段は、
前記第2定義情報取得手段により取得された定義情報に基づき、前記特定手段により特定された設定を行うことを特徴とする請求項に記載のプログラム。
Further functioning as specifying means for specifying settings affected by the updating of the definition information acquired by the second definition information acquiring means,
The second setting means
5. The program according to claim 4, wherein the setting specified by said specifying means is performed based on the definition information acquired by said second definition information acquiring means.
アプリケーションを構築するための制御を行う情報処理システムであって、
前記アプリケーションを構築するための定義情報を取得する第1定義情報取得手段と、
前記第1定義情報取得手段により取得された定義情報に基づき、第1ソースコードを生成する第1ソースコード生成手段と、
前記第1ソースコードに基づくアプリケーションが構築された後に更新された前記定義情報を取得する第2定義情報取得手段と、
前記第2定義情報取得手段により取得された定義情報に基づき、第2ソースコードを生成する第2ソースコード生成手段と、
前記第1ソースコード生成手段により生成された第1ソースコードの一部を前記第2ソースコード生成手段により生成された第2ソースコードに差し替えたソースコードを用いて、前記アプリケーションを構築するための制御を行う制御手段と
を備えることを特徴とする情報処理装置。
An information processing system that performs control for building an application,
a first definition information obtaining means for obtaining definition information for constructing the application;
a first source code generation means for generating a first source code based on the definition information acquired by the first definition information acquisition means;
a second definition information acquisition means for acquiring the definition information updated after the application based on the first source code is constructed;
a second source code generation means for generating a second source code based on the definition information acquired by the second definition information acquisition means;
for constructing the application using the source code obtained by replacing part of the first source code generated by the first source code generation means with the second source code generated by the second source code generation means; a control means for controlling ;
An information processing device comprising:
アプリケーションを構築するための制御を行う情報処理システムの制御方法であって
記アプリケーションを構築するための定義情報を取得する第1定義情報取得ステップと、
前記第1定義情報取得ステップにより取得された定義情報に基づき、第1ソースコードを生成する第1ソースコード生成ステップと、
前記第1ソースコードに基づくアプリケーションが構築された後に更新された前記定義情報を取得する第2定義情報取得ステップと、
前記第2定義情報取得ステップにより取得された定義情報に基づき、第2ソースコードを生成する第2ソースコード生成ステップと、
前記第1ソースコード生成ステップにより生成された第1ソースコードの一部を前記第2ソースコード生成ステップにより生成された第2ソースコードに差し替えたソースコードを用いて、前記アプリケーションを構築するための制御を行う制御ステップと
することを特徴とする情報処理システムの制御方法。
A control method for an information processing system that performs control for building an application ,
a first definition information acquisition step of acquiring definition information for building the application;
a first source code generation step for generating a first source code based on the definition information acquired by the first definition information acquisition step;
a second definition information acquisition step of acquiring the definition information updated after the application based on the first source code is constructed;
a second source code generation step of generating a second source code based on the definition information acquired by the second definition information acquisition step;
for building the application using the source code obtained by replacing part of the first source code generated by the first source code generating step with the second source code generated by the second source code generating step; a control step for controlling ;
A control method for an information processing system, comprising :
アプリケーションを構築するための制御を行う情報処理システムであって、
前記アプリケーションを構築するための定義情報を取得する第1定義情報取得手段と、
前記第1定義情報取得手段により取得された定義情報に基づき、前記アプリケーションを構築するための制御を行う第1制御手段と、
前記第1制御手段による制御に基づいて構築されたアプリケーションが構築された後に更新された前記定義情報を取得する第2定義情報取得手段と、
前記第1制御手段による制御に基づいて構築されたアプリケーション及び前記第2定義情報取得手段により取得された定義情報に基づき、前記アプリケーションを構築するための制御を行う第2制御手段と、
前記第1定義情報取得手段により取得された定義情報に基づき、前記アプリケーションを動作させるための第1設定を行う第1設定手段と、
前記第2定義情報取得手段により取得された定義情報に基づき、前記アプリケーションを動作させるための第2設定を行う第2設定手段と、
を有し、
前記第2制御手段は、
前記第1設定手段により行われた第1設定の一部を前記第2設定手段により行われた第2設定に差し替えた設定に基づき、前記アプリケーションを動作させるように制御することを特徴とする情報処理システム
An information processing system that performs control for building an application,
a first definition information obtaining means for obtaining definition information for constructing the application;
a first control means for controlling construction of the application based on the definition information acquired by the first definition information acquisition means;
a second definition information acquisition means for acquiring the definition information updated after the application built under the control of the first control means is built;
a second control means for performing control for building the application based on the application constructed based on the control by the first control means and the definition information acquired by the second definition information acquisition means;
a first setting means for performing a first setting for operating the application based on the definition information acquired by the first definition information acquisition means;
a second setting means for performing a second setting for operating the application based on the definition information acquired by the second definition information acquisition means;
has
The second control means is
Information characterized by controlling to operate the application based on the setting in which a part of the first setting performed by the first setting means is replaced with the second setting performed by the second setting means. processing system .
アプリケーションを構築するための制御を行う情報処理システムの制御方法であって、
前記アプリケーションを構築するための定義情報を取得する第1定義情報取得ステップと、
前記第1定義情報取得ステップにより取得された定義情報に基づき、前記アプリケーションを構築するための制御を行う第1制御ステップと、
前記第1制御ステップによる制御に基づいて構築されたアプリケーションが構築された後に更新された前記定義情報を取得する第2定義情報取得ステップと、
前記第1制御ステップによる制御に基づいて構築されたアプリケーション及び前記第2定義情報取得ステップにより取得された定義情報に基づき、前記アプリケーションを構築するための制御を行う第2制御ステップと、
前記第1定義情報取得ステップにより取得された定義情報に基づき、前記アプリケーションを動作させるための第1設定を行う第1設定ステップと、
前記第2定義情報取得ステップにより取得された定義情報に基づき、前記アプリケーションを動作させるための第2設定を行う第2設定ステップと、
を有し、
前記第2制御ステップは、
前記第1設定ステップにより行われた第1設定の一部を前記第2設定ステップにより行われた第2設定に差し替えた設定に基づき、前記アプリケーションを動作させるように制御することを特徴とする情報処理システムの制御方法
A control method for an information processing system that performs control for building an application,
a first definition information acquisition step of acquiring definition information for building the application;
a first control step of performing control for constructing the application based on the definition information acquired by the first definition information acquisition step;
a second definition information acquisition step of acquiring the definition information updated after the application constructed under the control of the first control step is constructed;
a second control step of performing control for constructing the application based on the application constructed based on the control by the first control step and the definition information obtained by the second definition information obtaining step;
a first setting step of performing a first setting for operating the application based on the definition information acquired by the first definition information acquiring step;
a second setting step of performing a second setting for operating the application based on the definition information obtained by the second definition information obtaining step;
has
The second control step includes
Information characterized by controlling to operate the application based on the setting in which part of the first setting performed in the first setting step is replaced with the second setting performed in the second setting step. How to control the processing system .
JP2019009046A 2019-01-23 2019-01-23 Program, information processing system and its control method Active JP7231823B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019009046A JP7231823B2 (en) 2019-01-23 2019-01-23 Program, information processing system and its control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019009046A JP7231823B2 (en) 2019-01-23 2019-01-23 Program, information processing system and its control method

Publications (2)

Publication Number Publication Date
JP2020119170A JP2020119170A (en) 2020-08-06
JP7231823B2 true JP7231823B2 (en) 2023-03-02

Family

ID=71890843

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019009046A Active JP7231823B2 (en) 2019-01-23 2019-01-23 Program, information processing system and its control method

Country Status (1)

Country Link
JP (1) JP7231823B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010015458A (en) 2008-07-04 2010-01-21 Hitachi Ltd Program correction support system, program correction support method, and program correction support program
JP2011108040A (en) 2009-11-18 2011-06-02 Beyondomedia Inc Client program, management server and system provided with the same
JP2014164309A (en) 2013-02-21 2014-09-08 Nec Corp Screen program generation device, screen program generation method therefor, information processing device, and computer program
JP2017059237A (en) 2015-09-17 2017-03-23 キヤノンマーケティングジャパン株式会社 Information processor, and processing method and program of the same

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07302197A (en) * 1994-04-28 1995-11-14 Casio Comput Co Ltd User program setting method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010015458A (en) 2008-07-04 2010-01-21 Hitachi Ltd Program correction support system, program correction support method, and program correction support program
JP2011108040A (en) 2009-11-18 2011-06-02 Beyondomedia Inc Client program, management server and system provided with the same
JP2014164309A (en) 2013-02-21 2014-09-08 Nec Corp Screen program generation device, screen program generation method therefor, information processing device, and computer program
JP2017059237A (en) 2015-09-17 2017-03-23 キヤノンマーケティングジャパン株式会社 Information processor, and processing method and program of the same

Also Published As

Publication number Publication date
JP2020119170A (en) 2020-08-06

Similar Documents

Publication Publication Date Title
US8136043B2 (en) GUI generation apparatus and method for generating GUI
JP2023054082A (en) Program, information processing apparatus, and processing method thereof
JP2016066355A (en) Web application generating system, control method of web application generating system, program for web application generating system, web application generating device, control method of web application generating device, and program for web application generating device
JP7231823B2 (en) Program, information processing system and its control method
JP2023058592A (en) Information processing system, control method thereof, and program
JP7014960B2 (en) Information processing equipment, servers, their processing methods and programs
JP7277694B2 (en) Information processing device, its control method and program
JP2012133567A (en) Information processor, control method thereof, and program
JP7315817B2 (en) Information processing device, its control method, and program
JP7231812B2 (en) Information processing system, processing method and program
JP7311740B2 (en) Information processing system, its control method, and program
CN112882698A (en) Development environment generation method and device, computer storage medium and electronic device
JP7319516B2 (en) Program, information processing device, and control method thereof
JP7477773B2 (en) Information processing device, control method, and program
JP7210093B2 (en) Information processing device, its processing method and program
JP7256353B2 (en) Information processing system, its control method and program
JP7280475B2 (en) Information processing device, its control method, and program
JP7231864B2 (en) Information processing device, information processing method and program
JP7323755B2 (en) Information processing system, its control method and program
JP7053983B2 (en) Information processing equipment and its processing method and program
JP2019121087A (en) Information processing apparatus, processing method thereof, and program
JP2019133509A (en) Container accommodation apparatus, system, container accommodation method and program
JP2022178985A (en) Information processing device, control method, and program
JP2019192133A (en) Information processing device, processing method therefor and program
JP2024094938A (en) Information processing device, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220117

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221018

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221019

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221206

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230130

R151 Written notification of patent or utility model registration

Ref document number: 7231823

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151