JP2013235388A - Application development support system and application development support program - Google Patents

Application development support system and application development support program Download PDF

Info

Publication number
JP2013235388A
JP2013235388A JP2012106928A JP2012106928A JP2013235388A JP 2013235388 A JP2013235388 A JP 2013235388A JP 2012106928 A JP2012106928 A JP 2012106928A JP 2012106928 A JP2012106928 A JP 2012106928A JP 2013235388 A JP2013235388 A JP 2013235388A
Authority
JP
Japan
Prior art keywords
input
dictionary
output
server
part object
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
JP2012106928A
Other languages
Japanese (ja)
Other versions
JP5727413B2 (en
Inventor
Soichi Ohara
聡一 大原
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2012106928A priority Critical patent/JP5727413B2/en
Publication of JP2013235388A publication Critical patent/JP2013235388A/en
Application granted granted Critical
Publication of JP5727413B2 publication Critical patent/JP5727413B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To dynamically change items such as the appearance and attribute of a control that displays input/output items on a screen, without making a change to a generated source code.SOLUTION: An application development support system 1 having a code generation server 10 comprises a dictionary server 20 having a dictionary table 22 which holds information including parameter initial values of a part object 15 by using identification information of input/output items which is displayed on a screen as a key. The code generation server 10 includes a code generation unit 13 that constitutes a Web application program by invoking the part object 15 for respectively displaying each input/output item on the screen and that generates a source code 40. The part object 15 obtains parameters of the part object 15 from the dictionary table 22 during execution; and displays a label control and/or an input/output control.

Description

本発明は、アプリケーションプログラムの開発を支援する技術に関し、特に、データベースに対するCRUD(Create,Read,Update,Delete)型のアプリケーションプログラム等についてのソースコードを自動生成するアプリケーション開発支援システムおよびアプリケーション開発支援プログラムに適用して有効な技術に関するものである。   The present invention relates to a technology for supporting the development of an application program, and in particular, an application development support system and an application development support program for automatically generating source code for a CRUD (Create, Read, Update, Delete) type application program for a database. It is related to technology effective when applied to.

Webアプリケーションプログラムなどを開発する際の開発負荷低減や標準化等を目的として、例えば、GUI(Graphical User Interface)作成機能などを含むいわゆる統合開発環境(IDE:Integrated Development Environment)や、Ruby on Rails(RoR、非特許文献1)などのアプリケーションフレームワークなどが用いられる場合が多い。また、これらを組み合わせて用いることも行われている。このような開発支援ツール等を用いることで、例えばユーザインタフェースを有するWebアプリケーションプログラムについてソースコードを自動生成することが可能である。   For the purpose of reducing development load and standardization when developing web application programs, for example, the so-called Integrated Development Environment (IDE) including GUI (Graphical User Interface) creation function, Ruby on Rails (RoR) In many cases, an application framework such as Non-Patent Document 1) is used. Moreover, using these in combination is also performed. By using such a development support tool or the like, it is possible to automatically generate source code for a Web application program having a user interface, for example.

しかしながら、これらの開発支援ツールでは、ソースコードを自動生成したアプリケーションに対して、その後さらに画面表示の内容の変更や調整等(例えば、画面上の表示項目やコントロール(部品)、その属性等の変更)をしようとする場合には煩雑な手順を踏む必要がある。例えば、開発支援ツールのGUI作成機能等を使用して画面表示内容についての設定や定義等の修正を行い、再度ソースコードの自動生成を行って、さらに必要に応じてビルド等を行い、作成されたモジュールを入れ替える等の作業を行う必要がある。このような作業は、開発者にとって負担となるだけでなく、障害を誘発する要因ともなり得る。   However, with these development support tools, changes and adjustments of the screen display contents (for example, display items and controls (components) on the screen, their attributes, etc.) are further changed for the application that automatically generated the source code. ), It is necessary to take a complicated procedure. For example, you can use the GUI creation function of the development support tool to modify the settings and definitions of the screen display contents, automatically generate the source code again, and build it as necessary. It is necessary to perform work such as replacing a new module. Such work is not only a burden for developers, but can also be a factor in inducing obstacles.

これに対して、例えば、特開2007−280189号公報(特許文献1)には、サーバに備えられた表示画面から表示される画面の設定変更を行うためのプログラムを生成するプログラム生成装置において、画面を変更する場合、画面項目情報管理部が画面項目情報に基づいて表示項目用ファイルを作成し、入力項目/カラム対応部がテーブル項目情報に基づいて入力項目用ファイルを作成し、出力項目/カラム対応部がテーブル項目情報に基づいて出力項目用ファイルを作成し、さらに、表示項目用ファイル、入力項目用ファイル、および出力項目用ファイルを用いて、プログラム生成部が画面プログラムおよびサーバプログラムを生成することにより、画面プログラムおよびサーバプログラムのソースコードを変更することなく画面を変更する技術が記載されている。   On the other hand, for example, in Japanese Patent Application Laid-Open No. 2007-280189 (Patent Document 1), in a program generation device that generates a program for changing a setting of a screen displayed from a display screen provided in a server, When changing the screen, the screen item information management unit creates a display item file based on the screen item information, the input item / column correspondence unit creates the input item file based on the table item information, and the output item / Column corresponding section creates output item file based on table item information, and program generation section generates screen program and server program using display item file, input item file, and output item file Screen without changing the source code of the screen program and server program. Additional techniques are described.

特開2007−280189号公報JP 2007-280189 A

インターネット<URL:http://rubyonrails.org/>Internet <URL: http://rubyonrails.org/>

特許文献1に記載されているような技術を利用することにより、ソースコードを変更することなく画面表示の内容を変更することが可能である。しかしながら、特許文献1に記載されているような技術では、画面上の入出力項目としてどのような項目を表示するかや、表示項目とデータベースのカラムとの対応関係を変更することは可能であるが、例えば、入出力項目を表示する各コントロールの外観や属性等について、試行錯誤により調整しながらユーザインタフェースを構築していくといったような作業を、いったん作成したソースコードを変更せずに、もしくは変更を加えるとしても簡易な変更のみにより動的に行うということは困難である。   By using the technique described in Patent Document 1, it is possible to change the contents of the screen display without changing the source code. However, with the technology described in Patent Document 1, it is possible to change what items are displayed as input / output items on the screen and the correspondence between the display items and the database columns. However, for example, the work of building a user interface while adjusting the appearance and attributes of each control that displays input / output items by trial and error, without changing the source code once created, or Even if a change is made, it is difficult to perform the change dynamically only by a simple change.

そこで本発明の目的は、データベースに対するCRUD型のアプリケーションプログラム等についてのソースコードを自動生成し、その後、生成されたソースコードに対して変更を加えずに、もしくは加えるとしても簡易な変更のみにより、画面上の入出力項目を表示するコントロールの外観や属性等について動的に変更することを可能とするアプリケーション開発支援システムおよびアプリケーション開発支援プログラムを提供することにある。   Therefore, the object of the present invention is to automatically generate a source code for a CRUD type application program or the like for a database, and then, without any change to the generated source code, or only by a simple change, An object of the present invention is to provide an application development support system and an application development support program that can dynamically change the appearance and attributes of a control that displays input / output items on a screen.

本発明の前記ならびにその他の目的と新規な特徴は、本明細書の記述および添付図面から明らかになるであろう。   The above and other objects and novel features of the present invention will be apparent from the description of this specification and the accompanying drawings.

本願において開示される発明のうち、代表的なものの概要を簡単に説明すれば、以下のとおりである。   Of the inventions disclosed in this application, the outline of typical ones will be briefly described as follows.

本発明の代表的な実施の形態によるアプリケーション開発支援システムは、アプリケーションサーバ上で稼働するWebアプリケーションプログラムのソースコードを生成するコード生成サーバを有するシステムであって、以下の特徴を有するものである。   An application development support system according to a typical embodiment of the present invention is a system having a code generation server that generates a source code of a Web application program running on an application server, and has the following features.

すなわち、アプリケーション開発支援システムは、さらに、前記Webアプリケーションプログラムの実行時に画面上に表示する1つ以上の入出力項目の識別情報をキーとして、前記入出力項目についてのラベルコントロールのテキストを示す表示名の情報と前記入出力項目を入力もしくは出力するために表示する入出力コントロールに係る情報とを少なくとも有するパーツオブジェクトについての1つ以上のパラメータの初期値からなる情報を辞書データとして保持する辞書テーブルを有する辞書サーバを有し、前記コード生成サーバは、前記各入出力項目について、これらをそれぞれ画面上に表示するための前記パーツオブジェクトを呼び出すことによって前記Webアプリケーションプログラムを構成し、構成した前記Webアプリケーションプログラムのソースコードを生成するコード生成部を有する。   In other words, the application development support system further uses the identification information of one or more input / output items displayed on the screen when the Web application program is executed as a key, and a display name indicating the label control text for the input / output items. A dictionary table that holds, as dictionary data, information consisting of initial values of one or more parameters for a part object having at least information on the input / output items and information relating to input / output control displayed to input or output the input / output items The code generation server configures the Web application program by calling the part object for displaying each of the input / output items on the screen, and the configured Web application. Having a code generator for generating a source code of the Deployment program.

前記パーツオブジェクトは、前記アプリケーションサーバ上での前記Webアプリケーションプログラムの実行時に画面上に対応する入出力項目を表示するために呼び出された際、前記入出力項目の識別情報をキーとして、前記辞書サーバ上の前記辞書テーブルから前記パーツオブジェクトについての前記パラメータの一部または全部の情報を取得し、取得した前記パラメータに基づいて前記ラベルコントロールおよび/または前記入出力コントロールを表示するものであることを特徴とするものである。   When the part object is called to display a corresponding input / output item on the screen when the web application program is executed on the application server, the dictionary server uses the identification information of the input / output item as a key. Information on part or all of the parameters for the part object is acquired from the dictionary table above, and the label control and / or the input / output control is displayed based on the acquired parameter. It is what.

また、本発明は、コンピュータを上記のようなアプリケーション開発支援システムにおけるコード生成サーバとして動作させるプログラムにも適用することができる。   The present invention can also be applied to a program that causes a computer to operate as a code generation server in the application development support system as described above.

本願において開示される発明のうち、代表的なものによって得られる効果を簡単に説明すれば以下のとおりである。   Among the inventions disclosed in the present application, effects obtained by typical ones will be briefly described as follows.

すなわち、本発明の代表的な実施の形態によれば、データベースに対するCRUD型のアプリケーションプログラム等についてのソースコードを自動生成し、その後、生成されたソースコードに対して変更を加えずに、もしくは加えるとしても簡易な変更のみにより、画面上の入出力項目を表示するコントロールの外観や属性等の画面内容について動的に変更することが可能となる。   That is, according to a typical embodiment of the present invention, source code for a CRUD type application program or the like for a database is automatically generated, and then the generated source code is added or not changed. Even with simple changes, it is possible to dynamically change the screen contents such as the appearance and attributes of controls that display input / output items on the screen.

本発明の一実施の形態であるアプリケーション開発支援システムの構成例について概要を示した図である。It is the figure which showed the outline | summary about the structural example of the application development assistance system which is one embodiment of this invention. 本発明の一実施の形態におけるパーツオブジェクトにより対応するカラムの入出力項目を画面上に表示する際の処理の例について概要を示した図である。It is the figure which showed the outline | summary about the example of the process at the time of displaying the input / output item of the column corresponding by the parts object in one embodiment of this invention on a screen. 本発明の一実施の形態におけるパーツオブジェクトにより表示されるコントロールの外観等について変更する際の処理の例について概要を示した図である。It is the figure which showed the outline | summary about the example of the process at the time of changing about the external appearance etc. of the control displayed by the parts object in one embodiment of this invention. 本発明の一実施の形態におけるパーツオブジェクトにより表示されるコントロールの外観等について変更する際の処理の別の例について概要を示した図である。It is the figure which showed the outline | summary about another example of the process at the time of changing about the external appearance of the control etc. which are displayed by the part object in one embodiment of this invention. 本発明の一実施の形態における辞書テーブルにエントリーが登録されていく際のソースコードの生成について概要を示した図である。It is the figure which showed the outline | summary about the production | generation of a source code when an entry is registered into the dictionary table in one embodiment of this invention.

以下、本発明の実施の形態を図面に基づいて詳細に説明する。なお、実施の形態を説明するための全図において、同一部には原則として同一の符号を付し、その繰り返しの説明は省略する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. Note that components having the same function are denoted by the same reference symbols throughout the drawings for describing the embodiment, and the repetitive description thereof will be omitted.

本発明の一実施の形態であるアプリケーション開発支援システムは、例えば、上述したRoRなどのようなアプリケーションフレームワークや、これとGUI作成機能、バージョン管理、ビルド等の開発機能を統合したIDEなどのソフトウェアプログラムを動作させるシステムとして構成され、データベースに対するCRUD型のWebアプリケーションを始めとする、ユーザインタフェースを有するWebアプリケーションプログラムについてのソースコードを自動生成する機能を有する。   An application development support system according to an embodiment of the present invention includes, for example, an application framework such as the above-mentioned RoR, and software such as IDE that integrates this with development functions such as a GUI creation function, version management, and build. The system is configured as a system for operating a program and has a function of automatically generating source code for a Web application program having a user interface such as a CRUD type Web application for a database.

ここでは例えば、公知の技術により、アプリケーションプログラムによるアクセス対象の業務データベースについてDBMS(DataBase Management System)において管理されているスキーマ情報を読み込むことで、対象のデータベース(テーブル)のカラムの構成に係る情報を取得する。その内容に基づいて、公知の技術により、予め定められた画面デザインや動作内容を有するCRUD型のWebアプリケーションプログラムのソースコードを、例えば、Java(登録商標)やPHP(Hypertext Preprocessor)、Rubyなどのオブジェクト指向プログラミング言語により自動生成する。このとき、従来技術などと同様に、データベースの各カラムと画面上の入出力項目とのマッピングに係る情報を保持しておく。   Here, for example, by reading schema information managed in a DBMS (DataBase Management System) for a business database to be accessed by an application program by a known technique, information related to the column configuration of the target database (table) is obtained. get. Based on the contents, the source code of a CRUD type web application program having a predetermined screen design and operation contents by a known technique, such as Java (registered trademark), PHP (Hypertext Preprocessor), Ruby, etc. Automatically generated by an object-oriented programming language. At this time, as in the prior art, information relating to the mapping between each column of the database and the input / output items on the screen is held.

本実施の形態では、例えば、業務データベースにアクセスするCRUD型のWebアプリケーションプログラムにおいて、画面上の入出力項目(例えば、業務データベースからデータを取得するための検索条件の内容を指定する入力項目や、検索結果の内容を表示する出力項目)に係る内容を表示するために、標準的なコントロールオブジェクト(以下では単に“コントロール”と記載する場合がある)を直接用いるのではなく、後述するような、表示名称とコントロールの設定内容や制御処理および説明テキストの各データが一体となったパーツオブジェクトを用いるものとする。   In the present embodiment, for example, in a CRUD-type Web application program that accesses a business database, input / output items on the screen (for example, input items that specify the contents of search conditions for acquiring data from the business database, In order to display the contents related to the output items that display the contents of the search results), instead of directly using a standard control object (hereinafter sometimes simply referred to as “control”), as described later, It is assumed that a part object in which display name, control setting contents, control processing, and explanatory text data are integrated is used.

このパーツオブジェクトは、画面上にどのようなコントロールを表示するか(例えば、テキストコントロールのみ、(テキストコントロールと)入力フィールド、(テキストコントロールと)ドロップダウンリスト、…等)をパラメータとして指定することが可能である。また、コントロールの属性値(例えば、テキストコントロールに表示されるテキストの内容や、入力フィールドの長さ等)や、制御情報(例えば、入力データの妥当性チェックをどのように行うか等)などについても指定することができるものとし、指定された内容に従ってコントロールを表示および制御するよう実装されている。   This part object can specify what kind of control to display on the screen (for example, text control only, (text control and) input field, (text control and) drop-down list, etc.) as a parameter. Is possible. Control attribute values (for example, text content displayed in text controls, input field length, etc.), control information (for example, how to check validity of input data, etc.) It is also implemented to display and control controls according to specified content.

換言すると、パーツオブジェクトは、入力フィールドやドロップダウンリスト、テキストなどの、入出力項目のデータを取り扱う入出力コントロールと、入出力項目の名称等を表示するテキストコントロールであるラベルコントロールとを組み合わせて表示するよう構成されており、これらのコントロールの出力のパターンを指定可能であるという構成を有する。   In other words, the part object is displayed by combining an input / output control that handles input / output item data such as an input field, drop-down list, and text, and a label control that is a text control that displays the name of the input / output item. In this configuration, the output pattern of these controls can be specified.

このとき、ラベルコントロールと入出力コントロールとを一括して整合性を持った形でコントロールの幅等の属性値を調整することができるため、ユーザが個別に整合性を持つように属性値等を指定するという煩雑な処理の必要がなく、表示されるコントロールの外観の調整を行うことができる。この調整には、例えば、表示可能領域に対して、ラベルコントロールが意図しない箇所で改行されたり、逆に意図した箇所で改行されなかったり等を防止するよう、ラベルコントロールと入出力コントロールの表示幅を一体的に調整することなどが含まれる。   At this time, the attribute value such as the width of the control can be adjusted in a consistent manner for the label control and the input / output control at a time, so the attribute value etc. There is no need for a complicated process of designating, and the appearance of the displayed control can be adjusted. For this adjustment, for example, the display width of the label control and the input / output control is prevented so that the label control is not line-breaked at an unintended location or is not line-breaked at the intended location. For example, to adjust the unity.

本実施の形態のアプリケーション開発支援システムは、画面上の各入出力項目に係る内容について当該パーツオブジェクトを使用して表示するものとしてソースコードを生成する。すなわち、パーツオブジェクトを使用して間接的にコントロールを表示する(パーツオブジェクトがWebサーバシステム上での実行時に対象のコントロールを表示するHTML(HyperText Markup Language)やスクリプト等を動的に生成する)。また、アプリケーションプログラムがアクセスする対象のデータベースの各カラムと画面上の入出力項目とのマッピングに係る情報は、データベースの各カラムの識別情報(例えばカラム名称)と、対応するパーツオブジェクトの識別情報(例えばHTMLのID属性値)とのマッピング情報としてソースコード上に保持する。   The application development support system according to the present embodiment generates source code on the assumption that the contents relating to each input / output item on the screen are displayed using the part object. That is, the control is indirectly displayed by using the part object (HTML (HyperText Markup Language) or script for displaying the target control when the part object is executed on the Web server system is dynamically generated). Information relating to the mapping between each column of the database to be accessed by the application program and the input / output items on the screen includes identification information (for example, column name) of each column of the database and identification information of the corresponding part object ( For example, it is stored on the source code as mapping information with an HTML ID attribute value).

さらに、本実施の形態では、各パーツオブジェクトにおいてラベルコントロールに表示するテキスト、および入出力コントロールの属性値や制御処理に係る情報などについて、後述するように、一部を除き、ソースコード上で直接指定するのではなく、パーツオブジェクトのIDもしくは対応するデータベースのカラム名称等の識別情報と関連付けられた辞書データとして外出しにして保持するよう構成する。パーツオブジェクトは、実行時に辞書データを読み出して、この内容に基づいてラベルコントロールや入出力コントロールを表示する。この辞書データの内容を設定・変更等することにより、いったん生成されたソースコードに対して変更を加えずに、もしくは加えるとしても簡易な変更のみにより、パーツオブジェクトにより画面上に表示されるコントロールの外観や属性等を動的に変更可能とする。   Furthermore, in this embodiment, as will be described later, the text displayed on the label control in each part object, the attribute value of the input / output control and the information related to the control processing, etc. are directly directly on the source code. Instead of specifying, it is configured to be stored as dictionary data associated with identification information such as part object ID or corresponding database column name. The part object reads dictionary data at the time of execution, and displays a label control and an input / output control based on the contents. By setting / changing the contents of this dictionary data, the control of the control displayed on the screen by the part object can be made without changing the source code once generated, or even if it is only added. Appearance and attributes can be changed dynamically.

<システム構成>
図1は、本発明の一実施の形態であるアプリケーション開発支援システムの構成例について概要を示した図である。アプリケーション開発支援システム1は、例えば、PC(Personal Computer)やサーバ機器、クラウドコンピューティング環境での仮想サーバなどのコンピュータ機器により構成されるコード生成サーバ10と、辞書サーバ20からなる。コード生成サーバ10により生成されたソースコード40は、当該ソースコード40を含むモジュールにより構成されるWebアプリケーションプログラムを実行してサービスを提供するアプリケーションサーバ30に適用される。
<System configuration>
FIG. 1 is a diagram showing an outline of a configuration example of an application development support system according to an embodiment of the present invention. The application development support system 1 includes a code generation server 10 and a dictionary server 20 configured by computer devices such as a PC (Personal Computer), a server device, and a virtual server in a cloud computing environment, for example. The source code 40 generated by the code generation server 10 is applied to the application server 30 that provides a service by executing a Web application program including a module including the source code 40.

コード生成サーバ10は、アプリケーションサーバ30上で業務データベースにアクセスするCRUD型のWebアプリケーションプログラムについてのソースコード40を自動生成する機能を有し、例えば、図示しないOS(Operating System)やDBMSなどのミドルウェアに加え、ソフトウェアにより実装されるスキーマ取得部11、マッピング生成部12、およびコード生成部13などの各部を有する。これら各部の他に例えば、GUI作成機能やバージョン管理、ビルド等の開発機能を有してIDEとして機能するような構成としてもよい。   The code generation server 10 has a function of automatically generating a source code 40 for a CRUD type Web application program that accesses a business database on the application server 30. For example, middleware such as an OS (Operating System) or DBMS (not shown) is used. In addition, each component includes a schema acquisition unit 11, a mapping generation unit 12, and a code generation unit 13 that are implemented by software. In addition to these units, for example, a configuration that has a development function such as a GUI creation function, version management, and build, and functions as an IDE may be used.

スキーマ取得部11は、例えば公知の技術により、アプリケーションサーバ30上の業務データベース(DB)33についてのスキーマ情報を読み込み、業務DB33内の各テーブルのカラムの構成に係る情報を取得する。取得する情報には、例えば、各カラムの名称などの識別情報や、データタイプ、長さ等の属性値などが含まれる。   The schema acquisition unit 11 reads schema information about the business database (DB) 33 on the application server 30 using, for example, a known technique, and acquires information related to the column configuration of each table in the business DB 33. The information to be acquired includes, for example, identification information such as the name of each column and attribute values such as data type and length.

マッピング生成部12は、スキーマ取得部11が取得した各カラムの情報について、例えば、カラム名称などの識別情報と、対応する(すなわち、当該カラムに対応する入出力項目を画面上に表示する)パーツオブジェクト15に設定するIDの情報との対応関係をマッピング情報として生成する。なお、当該マッピング情報の内容は、後述するコード生成部13によりソースコード40に出力される。   The mapping generation unit 12 corresponds to identification information such as a column name, for example, for each column information acquired by the schema acquisition unit 11 (that is, displays an input / output item corresponding to the column on the screen). A correspondence relationship with the ID information set in the object 15 is generated as mapping information. Note that the content of the mapping information is output to the source code 40 by the code generation unit 13 described later.

コード生成部13は、スキーマ取得部11が取得した各カラムの情報、およびマッピング生成部12が生成したマッピング情報に基づいて、予め定義されているCRUD型フレームワーク14により、例えば、上述したRoRなどのアプリケーションフレームワークなどの既存技術と同様に、業務DB33に対する標準的なCRUD型のWebアプリケーションプログラムを構築し、そのソースコード40を生成して出力する。出力されたソースコード40をアプリケーションサーバ30に展開することで、業務DB33にアクセスするCRUD型のWebアプリケーションプログラムを稼働させることができる。   Based on the information of each column acquired by the schema acquisition unit 11 and the mapping information generated by the mapping generation unit 12, the code generation unit 13 uses, for example, the above-described RoR or the like by the CRUD type framework 14. As in the existing technology such as the application framework, a standard CRUD type Web application program for the business DB 33 is constructed, and the source code 40 is generated and output. By deploying the output source code 40 to the application server 30, a CRUD-type Web application program that accesses the business DB 33 can be operated.

なお、本実施の形態において生成されるCRUD型のWebアプリケーションでは、上述したように、業務DB33の各カラムに対応する入出力項目に係る内容を画面に表示する際、ソースコード40上では、標準的なコントロールを直接呼び出すのではなく、パーツオブジェクト15を呼び出して間接的にコントロールを表示するものとする。   In the CRUD-type Web application generated in the present embodiment, as described above, when the contents related to the input / output items corresponding to each column of the business DB 33 are displayed on the screen, the standard on the source code 40 is Instead of directly calling a typical control, the part object 15 is called to indirectly display the control.

一方、辞書サーバ20は、ソースコード40上に配置された各パーツオブジェクト15においてラベルコントロールに表示するテキスト、および入出力コントロールの属性値や制御処理に係る情報等を含む辞書データを、パーツオブジェクト15のIDもしくは対応するデータベースのカラム名称等の識別情報と関連付けて保持する辞書テーブル22を有し、これを管理する機能を有する。   On the other hand, the dictionary server 20 stores the dictionary data including the text to be displayed on the label control in each part object 15 arranged on the source code 40, the attribute value of the input / output control, the information related to the control processing, and the like. And a dictionary table 22 held in association with identification information such as the ID of the database or the column name of the corresponding database, and has a function of managing this.

辞書サーバ20は、例えば、図示しないOSやDBMSなどのミドルウェアに加え、ソフトウェアにより実装される辞書登録部21などを有する。辞書登録部21は、辞書テーブル22にエントリーを登録する機能を有する。キー(カラム名称)に対応する辞書データの内容やフォーマットは特に限定されない。本実施の形態では、簡易な手法として、例えば後述するように、画面を介して業務DB33の対象のカラムへのデータの入出力処理を行うのに必要な種々のデータ(入出力を行うためのパーツオブジェクト15の属性値や制御のために必要なパラメータ等)を所定の順序でカンマ区切り等により指定するものとする。   The dictionary server 20 includes, for example, a dictionary registration unit 21 implemented by software in addition to middleware such as an OS and DBMS (not shown). The dictionary registration unit 21 has a function of registering entries in the dictionary table 22. The contents and format of the dictionary data corresponding to the key (column name) are not particularly limited. In the present embodiment, as a simple method, for example, as will be described later, various data necessary for performing input / output processing of data to the target column of the business DB 33 via a screen (for input / output). It is assumed that the attribute value of the part object 15 and parameters necessary for control are specified in a predetermined order by comma separation or the like.

このようなデータとしては、例えば、対応するパーツオブジェクト15においてラベルコントロールを表示する際の内容である表示名称や、入出力コントロールとして入力フィールドを表示する際の長さ(文字数)、妥当性チェックの種別やIME(Input Method Editor:文字変換プログラム)のモードなどの制御処理の内容に係る指定、出力データをテーブルに一覧表示する際の短縮されたテキストである短縮表示名称および表示幅、ドロップダウンリスト等により表示する際の値リストなどが考えられる。   As such data, for example, the display name that is the content when displaying the label control in the corresponding part object 15, the length (number of characters) when the input field is displayed as the input / output control, the validity check Specification related to the contents of control processing such as type and IME (Input Method Editor: character conversion program) mode, abbreviated display name and display width which are shortened text when listing output data in a table, drop-down list For example, a value list may be used when displaying the information.

業務DB33の各カラム名称をキーとして上記のような辞書データを辞書テーブル22に登録する処理については、辞書登録部21を介して開発者等が手動で行なってもよいし、後述するように、辞書登録部21がソースコード40上に保持されているマッピング情報と、辞書テーブル22の現状の登録状況とを突合して未登録のカラムを判別し、これらについて辞書テーブル22に追加登録するようにしてもよい。このとき、登録するカラムをユーザ(開発者等)に選択・指定させるようにしてもよい。   The processing for registering the above dictionary data in the dictionary table 22 using each column name of the business DB 33 as a key may be performed manually by a developer or the like via the dictionary registration unit 21, as will be described later. The dictionary registration unit 21 matches the mapping information held on the source code 40 with the current registration status of the dictionary table 22 to determine unregistered columns, and additionally registers them in the dictionary table 22. Also good. At this time, a user (developer, etc.) may select and specify a column to be registered.

通常、アプリケーションプログラムでは複数の画面やソースコードが作成されるが、これらの画面やソースコード間で業務DB33の同一のカラムに重複してアクセスする場合も多い。すなわち、同一のカラムについては、これを入出力項目として表示するパーツオブジェクト15に指定するパラメータ等の情報は、辞書テーブル22に一度辞書データとしてエントリーを登録しておけば、他の画面やソースコードでこれを再利用することができる。従って、同一の業務DB33にアクセスする多数の画面やソースコード40を開発する際の作業効率を向上させることができる。   Normally, a plurality of screens and source codes are created in an application program, but there are many cases where the same column of the business DB 33 is accessed repeatedly between these screens and source codes. That is, for the same column, information such as parameters to be specified for the part object 15 that displays this as an input / output item can be registered in the dictionary table 22 once as dictionary data. Can be reused. Therefore, it is possible to improve work efficiency when developing a large number of screens and source code 40 that access the same business DB 33.

辞書テーブル22では、キーとして業務DB33のカラム名称を用いているが、上述したように、ソースコード40上に保持されているマッピング情報では、各カラムの名称などの識別情報と、対応する(すなわち、当該カラムに対応する入出力項目を画面上に表示する)パーツオブジェクト15に設定するIDの情報との対応関係を保持している。これを利用することにより、ソースコード40上において、各パーツオブジェクト15は、実行時に生成するHTMLデータにおいて、対応するカラム名称をキー等の情報として直接指定する必要がなく、自身のIDをキー等の情報とすることができるため、実際のカラム名称をHTMLデータ上から隠蔽してセキュリティの強化を図ることが可能である。   In the dictionary table 22, the column name of the business DB 33 is used as a key, but as described above, the mapping information held on the source code 40 corresponds to identification information such as the name of each column (ie, The input / output items corresponding to the column are displayed on the screen), and the correspondence relationship with the ID information set in the part object 15 is held. By using this, in the source code 40, each part object 15 does not need to directly specify the corresponding column name as information such as a key in the HTML data generated at the time of execution, and its own ID is a key or the like. Therefore, it is possible to conceal the actual column name from the HTML data to enhance security.

すなわち、各パーツオブジェクト15は、後述するように、まずソースコード40上のマッピング情報を介して、HTMLデータ上での自身のIDに対応するカラム名称を取得した後、当該カラム名称をキーとして辞書テーブル22にアクセスして対応する辞書データを取得することになる。なお、ソースコード40上のマッピング情報による上記のようなIDの変換を行わず、HTMLデータ上で各パーツオブジェクト15(によって表示されるコントロール)において対応する業務DB33のカラム名称をキー等の情報として直接指定するようにしてもよい。   That is, as will be described later, each part object 15 first obtains a column name corresponding to its own ID on the HTML data via mapping information on the source code 40, and then uses the column name as a key to obtain a dictionary. The table 22 is accessed and corresponding dictionary data is acquired. Note that the ID conversion as described above is not performed by mapping information on the source code 40, and the column name of the business DB 33 corresponding to each part object 15 (control displayed by) on the HTML data is used as information such as a key. You may make it specify directly.

アプリケーションサーバ30は、コード生成サーバ10により生成されたソースコード40を含むモジュールにより構成される、業務DB33にアクセスするCRUD型のWebアプリケーションプログラムを実行してサービスを提供するWebサーバである。アプリケーションサーバ30は、例えば、図示しないOSやDBMSに加え、Webサーバプログラム31などのミドルウェアを有する。また、ソフトウェアにより実装される辞書処理部32などを有する。   The application server 30 is a web server that provides a service by executing a CRUD type web application program that is configured by a module including the source code 40 generated by the code generation server 10 and that accesses the business DB 33. The application server 30 includes, for example, middleware such as a Web server program 31 in addition to an OS and a DBMS (not shown). In addition, it includes a dictionary processing unit 32 implemented by software.

辞書処理部32は、辞書サーバ20の辞書テーブル22から、指定されたキー(本実施の形態では、画面上の対象の入出力項目(パーツオブジェクト15)に対応する業務DB33のカラム名称)に対する辞書データ(パーツオブジェクト15がラベルコントロールに表示するテキストや、入出力コントロールの属性値や制御処理に係る情報等)を取得して出力する機能を有する。   The dictionary processing unit 32 stores a dictionary for a specified key (in this embodiment, a column name of the business DB 33 corresponding to a target input / output item (part object 15) on the screen) from the dictionary table 22 of the dictionary server 20. It has a function of acquiring and outputting data (text displayed by the part object 15 on the label control, attribute values of the input / output control, information related to control processing, etc.).

これにより、Webサーバプログラム31上でソースコード40が呼び出されて実行される際、後述するように、ソースコード40上に配置された各パーツオブジェクト15は、HTMLデータ上での自身のIDからソースコード40上に保持されたマッピング情報に基づいて対応する業務DB33のカラム名称を取得し、この値をキーとして、辞書処理部32を介して辞書サーバ20の辞書テーブル22にアクセスして辞書データを取得する。この辞書データの内容に基づいて、ラベルコントロールや入出力コントロールを表示するHTMLデータを生成する。   Thus, when the source code 40 is called and executed on the Web server program 31, each part object 15 arranged on the source code 40 is sourced from its own ID on the HTML data, as will be described later. The column name of the corresponding business DB 33 is acquired based on the mapping information held on the code 40, and the dictionary data is accessed by accessing the dictionary table 22 of the dictionary server 20 via the dictionary processing unit 32 using this value as a key. get. Based on the contents of the dictionary data, HTML data for displaying label control and input / output control is generated.

なお、ソースコード40上に配置されたパーツオブジェクト15が、アプリケーションサーバ30での実行時に辞書データを使用するか否か(辞書テーブル22にアクセスするか否か)の情報をコード生成サーバ10に設定できるようにしてもよい。コード生成部13は、この設定内容に従ってソースコード40を生成する。辞書データを使用しないように設定した場合は、パーツオブジェクト15に対してソースコード40上で直接指定されている内容や、パーツオブジェクト15で予め定義されているデフォルト値を使用して、ラベルコントロールや入出力コントロールを表示する。これは、辞書データを使用するよう設定した状態で辞書テーブル22に指定したキーに該当する辞書データが存在しなかった場合も同様である。   Note that the code generation server 10 sets information on whether or not the part object 15 arranged on the source code 40 uses dictionary data (whether or not to access the dictionary table 22) when executing on the application server 30. You may be able to do it. The code generation unit 13 generates the source code 40 according to the setting contents. If the dictionary data is set not to be used, the label control or the contents using the contents directly specified in the source code 40 for the part object 15 or the default values previously defined in the part object 15 are used. Displays input / output controls. The same applies to the case where there is no dictionary data corresponding to the key specified in the dictionary table 22 in a state where the dictionary data is set to be used.

<画面表示処理>
図2は、生成されたソースコード40に基づいてアプリケーションサーバ30上で稼働するCRUD型アプリケーションにおいてパーツオブジェクト15により対応するカラムの入出力項目を画面上に表示する際の処理の例について概要を示した図である。図2の例では、業務DB33からデータを読み出す際の検索条件を入力する画面において、“顧客名”を指定する入力フィールドを表示する場合の例を抜粋して示している。
<Screen display processing>
FIG. 2 shows an outline of an example of processing when the input / output items of the corresponding column are displayed on the screen by the part object 15 in the CRUD type application running on the application server 30 based on the generated source code 40. It is a figure. In the example of FIG. 2, an example in which an input field for specifying “customer name” is displayed on a screen for inputting a search condition when data is read from the business DB 33 is shown.

図の上段に示しているWebアプリケーションプログラムのソースコード40では、“顧客名”を指定する入力フィールドを表示するためにパーツオブジェクト15を呼び出している。具体的には、まず、ソースコード40上に保持されているマッピング情報(図2の例では、array()により対応関係を保持している)からID(“A01”)に対応するカラム名称(“customer_name”)の情報を取得する。   In the source code 40 of the Web application program shown in the upper part of the figure, the part object 15 is called to display an input field for designating “customer name”. Specifically, first, the column name corresponding to the ID (“A01”) from the mapping information held in the source code 40 (in the example of FIG. 2, the correspondence is held by array ()). Get "customer_name") information.

その後、例えば、パーツオブジェクト15の機能を実装したクラスから各開発環境において継承したサブクラスについてインスタンスを作成する形で呼び出す(“CF_itemDic();”)。図2の例では、パラメータの一部として、呼び出す辞書テーブル22のタイプ(“共通辞書”)、表示する入出力コントロールのタイプ(“入力フィールド”)、HTMLのID属性値(“A01”)などを指定して呼び出した状態を簡略化して示している。なお、HTMLのID属性値(“A01”)は、マッピング情報によりカラム名称(“customer_name”)に動的に変換される。   Thereafter, for example, the subclass inherited in each development environment from the class in which the function of the part object 15 is implemented is called in the form of creating an instance (“CF_itemDic ();”). In the example of FIG. 2, as part of the parameters, the type of dictionary table 22 to be called (“common dictionary”), the type of input / output control to be displayed (“input field”), the ID attribute value of HTML (“A01”), etc. The state called by specifying is simplified. The HTML ID attribute value (“A01”) is dynamically converted into a column name (“customer_name”) by mapping information.

このようなコードにより呼び出されたパーツオブジェクト15は、データとして、少なくとも表示名(ラベルコントロールのテキスト)と表示する入出力コントロールの内容に係る情報を含むデータを保持する。図2に示すように、さらに説明テキストなどの他の情報を保持していてもよい。図2の例では、パーツオブジェクト15の上記の3つの情報のうち、コントロールについては、ソースコード40において“入力フィールド”がパラメータとして指定されているため、これが設定される。   The part object 15 called by such a code holds data including at least a display name (label control text) and information related to the contents of the input / output control to be displayed. As shown in FIG. 2, other information such as explanatory text may be further held. In the example of FIG. 2, among the above three pieces of information of the part object 15, since “input field” is specified as a parameter in the source code 40 for the control, this is set.

パーツオブジェクト15は、さらに、所定の関数やメソッド等により辞書処理部32を介して辞書サーバ20上の対象の辞書テーブル22(“共通辞書”)にアクセスして、カラム名称(“customer_name”)に対応する辞書データ(本実施の形態では“顧客名”、40文字、20文字、…などの複数の値の集合)を取得する。   The part object 15 further accesses the target dictionary table 22 (“common dictionary”) on the dictionary server 20 via the dictionary processing unit 32 by using a predetermined function or method, and sets the column name (“customer_name”). Corresponding dictionary data (in this embodiment, a set of a plurality of values such as “customer name”, 40 characters, 20 characters,...) Is acquired.

図2の例では、辞書テーブル22の辞書データとして、上から順に、名称(ラベルコントロールに表示するテキスト)、入力フィールドの場合の長さ(半角時の文字数)、入力フィールドの場合の最大長さ(文字数)、入力データの妥当性チェックのタイプ、IMEの初期モード、説明コメント、テーブルに一覧表示する場合のテキスト(表示名)、およびテーブルに一覧表示する場合の表示幅(ピクセル値)などの情報を保持するものとしている。なお、これらの辞書データを取得する際の出力フォーマットとしては、例えば、これらの値をカンマ等で区切った一連の文字列としてもよいし、連想配列等のアクセスしやすいデータとしてもよい。   In the example of FIG. 2, as the dictionary data of the dictionary table 22, in order from the top, the name (text to be displayed on the label control), the length in the case of the input field (number of characters in half-width), and the maximum length in the case of the input field (Number of characters), validation type of input data, initial mode of IME, explanatory comment, text (display name) for list display in table, display width (pixel value) for list display in table, etc. Information shall be retained. As an output format when acquiring these dictionary data, for example, a series of character strings in which these values are separated by a comma or the like may be used, or easily accessible data such as an associative array may be used.

辞書テーブル22については、処理効率を考慮した場合、初期処理もしくは最初のアクセス時にメモリ上に辞書データの内容を展開するのが望ましい。この場合、全ての辞書データを展開するとメモリ使用量を圧迫したり、展開処理に時間を要したり等、却って処理効率が低下する場合がある。従って、実装上は、必要な時に必要な範囲の辞書データをメモリ上に展開できるようにするのが望ましい。   As for the dictionary table 22, in consideration of processing efficiency, it is desirable to expand the contents of the dictionary data on the memory at the time of initial processing or first access. In this case, if all the dictionary data is expanded, the processing efficiency may be reduced due to the pressure on the memory usage or the time required for the expansion processing. Therefore, in terms of implementation, it is desirable that dictionary data in a necessary range can be expanded on a memory when necessary.

そこで、本実施の形態では、適用範囲が異なる複数の辞書テーブル22からなる階層構造を有し、これらを適宜選択して使用する構成をとる。例えば、アプリケーション開発支援システム1により開発されたアプリケーション全体で共通の辞書(“共通辞書”)や、指定されたWebサイト内でのみ共通の辞書(“サイト辞書”)、サブシステム内でのみ共通の辞書(“ライブラリ辞書”)、画面単位での辞書(“コントローラ辞書”)などの、適用範囲が異なる複数種類の辞書テーブル22を有するものとする。   Therefore, in the present embodiment, a hierarchical structure including a plurality of dictionary tables 22 having different application ranges is used, and these are appropriately selected and used. For example, a dictionary common to all applications developed by the application development support system 1 (“common dictionary”), a dictionary common only within a specified website (“site dictionary”), and common only within a subsystem It is assumed that a plurality of types of dictionary tables 22 having different application ranges such as a dictionary (“library dictionary”) and a dictionary in units of screens (“controller dictionary”) are provided.

この場合、例えば、“コントローラ辞書”などの適用範囲の狭い辞書を参照して該当する辞書データが得られなかった場合に、“ライブラリ辞書”→“サイト辞書”→“共通辞書”と順に上位の(適用範囲が広い)辞書テーブル22に遡って参照できるようにしてもよい。また、辞書データが得られなかったとしてデフォルト値を用いるようにしたりエラーとしたりしてもよい。   In this case, for example, when the corresponding dictionary data is not obtained by referring to a dictionary having a narrow application range such as the “controller dictionary”, the upper order is “library dictionary” → “site dictionary” → “common dictionary”. Reference may be made retrospectively to the dictionary table 22 (which has a wide application range). Further, a default value may be used or an error may be assumed if dictionary data is not obtained.

パーツオブジェクト15は、取得した辞書データから必要なデータを抽出して、コントロールを表示したり制御したりする際のパラメータとして設定する。例えば、入出力コントロールとして入力フィールドを表示する場合の属性値として、辞書データから取得したフィールドの長さを設定するとともに、妥当性チェックのタイプやIMEの初期モードなどの値、説明テキストの内容などを設定する。なお、入力データの妥当性チェックや、IMEのモード設定などの入出力コントロールの制御に係る処理は、例えば、パーツオブジェクト15の継承元のクラスにメソッドとして定義しておくなど、パーツオブジェクト15が有する、もしくはパーツオブジェクト15が呼び出すことができる機能として実装しておくものとする。   The part object 15 extracts necessary data from the acquired dictionary data, and is set as a parameter when displaying or controlling the control. For example, the length of the field acquired from the dictionary data is set as an attribute value when displaying the input field as an input / output control, and the value of the validity check type, the initial mode of IME, the contents of the explanatory text, etc. Set. The parts object 15 has processes related to input / output control such as validity checking of input data and IME mode setting, for example, defined as a method in a class that inherits the part object 15. Alternatively, it is assumed to be implemented as a function that can be called by the part object 15.

これにより、図2の下段の画面例に示すように、実行時に“顧客名”を指定するための入力フィールドのコントロールを表示するようパーツオブジェクト15がHTMLデータ41を生成することができる。このとき、例えば、パーツオブジェクト15の説明テキストの情報を当該入出力項目についてのヘルプ情報等として用いることができる。   As a result, as shown in the lower screen example of FIG. 2, the part object 15 can generate the HTML data 41 so as to display the control of the input field for designating “customer name” at the time of execution. At this time, for example, the description text information of the part object 15 can be used as help information about the input / output item.

なお、入力フィールドを表示する場合、入力フィールドのコントロールだけを表示したのでは何を入力すべきかが不明であるため、本実施の形態では、図2に示すように、当該パーツオブジェクト15に対応する入出力項目の表示名を表示するテキストコントロール(“顧客名”)を入力フィールドに隣接させてラベルとして表示する(ラベルコントロール)。当該テキストは、パーツオブジェクト15の保持データにおける表示名の情報、すなわちパーツオブジェクト15が辞書テーブル22から取得した辞書データの名称の値(“顧客名”)を設定する。   When displaying the input field, it is unclear what should be input if only the control of the input field is displayed. Therefore, in the present embodiment, as shown in FIG. A text control ("customer name") that displays the display name of the input / output item is displayed adjacent to the input field as a label (label control). The text sets the display name information in the retained data of the part object 15, that is, the name value (“customer name”) of the dictionary data acquired by the part object 15 from the dictionary table 22.

このようなHTMLデータ41の生成に係る処理は、例えば、パーツオブジェクト15の継承元のクラスにメソッドとして定義しておくなど、パーツオブジェクト15が有する、もしくはパーツオブジェクト15が呼び出すことができる機能として実装しておくものとする。なお、ここでは、上述したように、表示するラベルコントロールや入出力コントロール、および説明テキストの3つの要素について、一括して整合性を持った形で外観等に係る属性値を調整するものとする。   Such processing related to the generation of the HTML data 41 is implemented as a function that the part object 15 has or can be called by, for example, defining it as a method in a class that inherits the part object 15. Shall be kept. Here, as described above, the attribute values relating to the appearance and the like are adjusted in a consistent manner for the three elements of the label control, input / output control, and explanatory text to be displayed. .

このように、本実施の形態では、入出力項目をパーツオブジェクト15により表示するHTMLデータ41を生成することができる。従って、コード生成サーバ10がCRUD型アプリケーションを自動的に構成するには、例えば、スキーマ取得部11によって取得した業務DB33のカラムの構成情報に基づいて、コード生成部13が、業務DB33の各カラムに対応する入出力項目としてパーツオブジェクト15を所定のルールに従って画面上に配置し、CRUD型フレームワーク14として予め定義されている標準的な機能や動作の実装と組み合わせるようソースコード40を生成することで実現することができる。   Thus, in this embodiment, it is possible to generate HTML data 41 that displays input / output items by the part object 15. Therefore, in order for the code generation server 10 to automatically configure the CRUD type application, for example, based on the column configuration information of the business DB 33 acquired by the schema acquisition unit 11, the code generation unit 13 uses each column of the business DB 33. A part object 15 is arranged on the screen as an input / output item corresponding to the above, and the source code 40 is generated so as to be combined with implementation of standard functions and operations previously defined as the CRUD type framework 14 Can be realized.

例えば、業務DB33へのエントリーの登録(C:Create)を行うアプリケーションとしては、業務DB33の各カラムに対して登録するデータを指定する入力フィールドを画面上に表示するためのパーツオブジェクト15を、業務DB33のカラムの並び順に従って配置するようソースコード40を生成する。このとき、必要に応じて画面表示するコントロールのIDとカラムの名称との対応関係をマッピング情報として保持しておく。さらに、標準的な機能として業務DB33へのエントリーの登録を実行するための“登録”ボタンや“キャンセル”ボタンなどを配置する。さらに、辞書テーブル22に、各パーツオブジェクト15についてコントロールを表示する際に用いる属性値や制御情報などの情報を辞書データとして保持しておく。このとき、各項目について特に指定がされない場合はそれぞれデフォルト値により設定する。   For example, as an application for registering an entry in the business DB 33 (C: Create), a part object 15 for displaying an input field for designating data to be registered for each column of the business DB 33 is displayed on the screen. Source code 40 is generated so as to be arranged according to the column arrangement order of DB33. At this time, the correspondence between the ID of the control displayed on the screen and the name of the column is held as mapping information as necessary. Furthermore, as a standard function, a “registration” button, a “cancel” button, and the like for executing entry registration in the business DB 33 are arranged. Furthermore, information such as attribute values and control information used when displaying the control for each part object 15 is held in the dictionary table 22 as dictionary data. At this time, each item is set with a default value unless otherwise specified.

また、例えば、業務DB33に対する検索(R:Read)を行うアプリケーションとしては、上記と同様に、業務DB33を検索するための条件を指定する入力フィールドを画面上に表示するためのパーツオブジェクト15を配置するようソースコード40を作成する。このとき、業務DB33の対象テーブルの全カラムについて検索条件として指定可能とすると過剰になることから、例えば、暫定的に先頭の5つのカラムについてだけ入力フィールドを表示するなどの簡略化を行ない、後から変更可能としてもよい。また、必要に応じて画面表示するコントロールのIDとカラムの名称との対応関係をマッピング情報として保持しておく。さらに、標準的な機能として業務DB33のエントリーの検索を行うための“検索”ボタンなどを配置する。   Further, for example, as an application for performing a search (R: Read) with respect to the business DB 33, a part object 15 for displaying an input field for specifying a condition for searching the business DB 33 on the screen is arranged in the same manner as described above. The source code 40 is created to At this time, if all the columns of the target table of the business DB 33 can be specified as a search condition, it becomes excessive. For example, the input field is temporarily displayed only for the first five columns, and the subsequent process is simplified. It is good also as changeable from. Further, the correspondence between the ID of the control displayed on the screen and the column name is stored as mapping information as necessary. Further, as a standard function, a “search” button or the like for searching for entries in the business DB 33 is arranged.

また、例えば、検索条件を入力する領域の下部に、検索結果を表示するためのテーブル(表)コントロールを自動的に配置する。ここでは、例えば、テーブルコントロールのオブジェクトの項目定義配列に、業務DB33の各カラムに対応するパーツオブジェクト15の呼び出しに相当する内容を設定する。これにより、テーブルコントロールの各列に業務DB233各カラムの内容が表示されるよう、CRUD型フレームワーク14もしくはパーツオブジェクト15を実装することが可能である。   Further, for example, a table control for displaying the search result is automatically arranged below the area for inputting the search condition. Here, for example, the contents corresponding to the call of the part object 15 corresponding to each column of the business DB 33 are set in the item definition array of the table control object. Thus, the CRUD type framework 14 or the part object 15 can be mounted so that the contents of each column of the business DB 233 are displayed in each column of the table control.

上述したように、業務DB33のスキーマ情報から、所定のルールに従って、画面構成と標準的な機能の実装を含むCRUD型のWebアプリケーションのソースコード40を自動生成することが可能である。しかしながら、アプリケーションの実際の利用にあたっては、標準的な画面構成に対して変更や調整を加えたいという場合がある。例えば、入出力項目の一部を追加・削除・変更したり、入力フィールドのサイズ等の属性値を変更・調整したりといった要望が生じ得る。これに対し、本実施の形態では、いったん生成されたソースコード40に対して変更を加えずに、もしくは加えるとしても簡易な変更のみにより、パーツオブジェクト15により画面上に表示されるコントロールの外観や属性等について動的に変更することを可能とする。   As described above, it is possible to automatically generate the source code 40 of the CRUD type Web application including the screen configuration and the implementation of standard functions from the schema information of the business DB 33 according to a predetermined rule. However, in actual use of the application, there are cases where it is desired to add changes or adjustments to the standard screen configuration. For example, there may be a demand to add / delete / change a part of the input / output items, or to change / adjust attribute values such as the size of the input field. On the other hand, in the present embodiment, the appearance of the control displayed on the screen by the part object 15 is not changed, or even if it is added, even if the source code 40 once generated is changed. It is possible to dynamically change attributes and the like.

図3は、パーツオブジェクト15により表示されるコントロールの外観等について変更する際の処理の例について概要を示した図である。ここでは、図2の例に示したソースコード40の内容は変更せずに、辞書テーブル22の辞書データの内容のみに変更を加えている。具体的には、名称(“顧客名”→“お客様氏名”)、入力フィールドの場合の長さ(40文字→60文字)、入力フィールドの場合の最大長さ(20文字→30文字)、IMEの初期モード(“全角かな”→“全角カタカナ”)の内容を変更している。   FIG. 3 is a diagram showing an outline of an example of processing when changing the appearance or the like of the control displayed by the part object 15. Here, the contents of the source code 40 shown in the example of FIG. 2 are not changed, but only the contents of the dictionary data in the dictionary table 22 are changed. Specifically, the name (“customer name” → “customer name”), the length for the input field (40 characters → 60 characters), the maximum length for the input field (20 characters → 30 characters), IME The contents of the initial mode ("full-width kana" → "full-width katakana") have been changed.

これにより、当該Webアプリケーションの実行時に、パーツオブジェクト32が辞書テーブル22における当該エントリーの内容を参照し、その内容に応じて図3の下段の画面例に示すように表示名としてのラベルコントロールのテキストデータだけでなく、入出力コントロールの属性等(図3の例では入力フィールドの長さ(幅)、IMEのモード等)についても動的に変更することができる。   Thus, when the Web application is executed, the part object 32 refers to the contents of the entry in the dictionary table 22, and the text of the label control as a display name is displayed according to the contents as shown in the lower screen example of FIG. Not only the data but also the input / output control attributes and the like (the length (width) of the input field, the IME mode, etc. in the example of FIG. 3) can be dynamically changed.

また、図4は、パーツオブジェクト15により表示されるコントロールの外観等について変更する際の処理の別の例について概要を示した図である。ここでは、図2の例に示したソースコード40の内容に簡易な変更を加えている。具体的には、パーツオブジェクト15の呼び出しの際に、表示する入出力コントロールのタイプのパラメータを“入力フィールド”から“ドロップダウンリスト”に変更している。また、辞書テーブル22には、辞書データの末尾にドロップダウンリストに設定される値リストの内容(“田中:1,山本:2,…”)を追加定義している。   FIG. 4 is a diagram showing an outline of another example of processing when changing the appearance or the like of the control displayed by the part object 15. Here, simple changes are made to the contents of the source code 40 shown in the example of FIG. Specifically, when the part object 15 is called, the input / output control type parameter to be displayed is changed from “input field” to “drop-down list”. The dictionary table 22 additionally defines the contents of the value list (“Tanaka: 1, Yamamoto: 2,...”) Set in the drop-down list at the end of the dictionary data.

これにより、当該Webアプリケーションの実行時に、パーツオブジェクト15が、指定された種類の入出力コントロールにより入出力項目の表示内容を変更するようHMTLデータ41を生成することができる。図4の例では、同一のパーツオブジェクト15について、入出力コントロールを入力フィールドからドロップダウンリストに変更しているが、例えば、入出力コントロールのタイプのパラメータを“テキスト”と設定した場合は、パーツオブジェクト15は、値をテキストとして表示する。ラベルコントロールと入出力コントロールのいずれか一方のみ表示することも可能である。また、パラメータを“隠す”と設定した場合は、内部的にデータは保持するものの、画面表示上には当該入出力項目についてはコントロールを何も表示しないようにする。   Thereby, when the Web application is executed, the part object 15 can generate the HMTL data 41 so as to change the display contents of the input / output items by the specified type of input / output control. In the example of FIG. 4, the input / output control is changed from the input field to the drop-down list for the same part object 15. For example, when the input / output control type parameter is set to “text”, the part The object 15 displays the value as text. Only one of the label control and the input / output control can be displayed. If the parameter is set to “Hide”, data is retained internally, but no control is displayed for the input / output item on the screen display.

以上に説明したように、本発明の一実施の形態であるアプリケーション開発支援システム1によれば、コード生成サーバ10において、アプリケーションサーバ30上のアクセス対象の業務DB33のスキーマ情報を読み込むことで、業務DB33のカラムの構成に係る情報を取得し、その内容に基づいて、公知の技術により、予め定められた画面デザインや動作内容に従って業務DB33に対する標準的なCRUD型のWebアプリケーションプログラムのソースコード40を自動生成する。このとき、画面上の入出力項目に係る内容を表示するために標準的なコントロールを直接使用するのではなく、パーツオブジェクト15を使用して間接的に標準的なコントロールを表示するものとしてソースコード40を生成する。   As described above, according to the application development support system 1 according to the embodiment of the present invention, the code generation server 10 reads the schema information of the business DB 33 to be accessed on the application server 30, thereby Based on the contents of the DB 33 column information obtained, the standard CRUD-type Web application program source code 40 for the business DB 33 is obtained according to a predetermined screen design and operation contents based on the contents. Generate automatically. At this time, the source code is assumed to display the standard control indirectly using the part object 15 instead of directly using the standard control to display the contents relating to the input / output items on the screen. 40 is generated.

さらに、各パーツオブジェクト15において実際にコントロールを表示する際の属性値や制御情報などのパラメータについて、一部を除き、ソースコード40上で指定するのではなく、パーツオブジェクト15のID等と関連付けられた辞書データとして辞書サーバ20上の辞書テーブル22に保持するよう構成する。これらにより、辞書テーブル22の辞書データの内容を変更することで、いったん生成されたソースコード40に対して変更を加えずに、もしくは加えるとしても簡易な変更のみにより、アプリケーションサーバ10上での実行時に、パーツオブジェクト15により画面上に表示されるコントロールの外観や属性等について動的に変更や調整を行いながら、アプリケーションを完成させていくというような開発手法をとることが可能となる。   Further, parameters such as attribute values and control information for actually displaying controls in each part object 15 are not specified on the source code 40 except for a part, and are associated with the ID of the part object 15 and the like. The dictionary data is held in the dictionary table 22 on the dictionary server 20. As a result, by changing the contents of the dictionary data in the dictionary table 22, the source code 40 once generated can be executed on the application server 10 without any change, or even with a simple change. Sometimes, it is possible to adopt a development technique in which an application is completed while dynamically changing or adjusting the appearance and attributes of the control displayed on the screen by the part object 15.

また、辞書テーブル22に業務DB33の各カラムに対応するエントリーが登録され整備されることで、開発作業の効率を向上させることが可能となる。図5は、辞書テーブル22にエントリーが登録されていく際のソースコード40の生成について概要を示した図である。図中のソースコード40aを生成した際には、項目A、B、Cの3つについてそれぞれ対応する表示名称のテキストを辞書テーブル22に新たに登録したことを示している。その後、別の画面についてソースコード40bを生成した場合、これに含まれる項目A、D、Eについて辞書テーブル22にエントリーを登録することになるが、項目Aについては既に登録されているため、登録作業が不要となる。   In addition, the entry corresponding to each column of the business DB 33 is registered and maintained in the dictionary table 22, so that the efficiency of development work can be improved. FIG. 5 is a diagram showing an outline of generation of the source code 40 when entries are registered in the dictionary table 22. When the source code 40a in the figure is generated, it is shown that the texts of the display names corresponding to the three items A, B, and C are newly registered in the dictionary table 22. After that, when the source code 40b is generated for another screen, an entry is registered in the dictionary table 22 for the items A, D, and E included therein, but since the item A is already registered, it is registered. Work becomes unnecessary.

同様に、さらに別の画面についてソースコード40cを生成した場合、これに含まれる項目B、C、Dについては全て辞書テーブル22に既に登録されている状態となるため、登録作業が不要となる。このような重複登録の排除は、上述したように、例えば、開発者が人手で判断してもよいし、辞書サーバ20の辞書登録部21が、ソースコード40上のマッピング情報と辞書テーブル22のエントリーとを突合して登録が必要な入出力項目を判別するようにしてもよい。このように、辞書テーブル22の内容が整備されていくに従い、画面についてのソースコード40を生成する都度、同じ入出力項目について重複してコントロールを表示するための属性値等を設定する必要がなくなり、開発効率が向上する。   Similarly, when the source code 40c is generated for another screen, the items B, C, and D included therein are all already registered in the dictionary table 22, so that the registration work is unnecessary. As described above, such exclusion of duplicate registration may be determined manually by the developer, or the dictionary registration unit 21 of the dictionary server 20 may perform mapping information on the source code 40 and the dictionary table 22. Input / output items that need to be registered may be determined by matching the entries. In this way, as the contents of the dictionary table 22 are improved, it is no longer necessary to set attribute values for displaying controls for the same input / output items each time the source code 40 is generated for the screen. , Development efficiency is improved.

以上、本発明者によってなされた発明を実施の形態に基づき具体的に説明したが、本発明は前記実施の形態に限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能であることはいうまでもない。例えば、本実施の形態では、標準的なCRUD型のWebアプリケーションを対象にしたソースコードの自動生成を行うものとしているがこれに限らない。ユーザがパーツオブジェクト15と辞書テーブルへ22のアクセスを組み合わせた形で、ユーザインタフェースやビジネスロジックなどの動作内容も含めて構築した独自のアプリケーション(Webアプリケーションに限らず、クライアント/サーバ型やスタンドアロン型などであってもよい)に対して、同様の概念によりソースコードを自動生成するようにしてもよい。   As mentioned above, the invention made by the present inventor has been specifically described based on the embodiment. However, the present invention is not limited to the embodiment, and various modifications can be made without departing from the scope of the invention. Needless to say. For example, in this embodiment, the source code is automatically generated for a standard CRUD type Web application, but the present invention is not limited to this. A unique application constructed by the user combining access to the part object 15 and the dictionary table 22 including the operation contents such as the user interface and business logic (not limited to Web applications, client / server type, stand-alone type, etc. Alternatively, the source code may be automatically generated based on the same concept.

本発明は、データベースに対するCRUD型のアプリケーションプログラム等についてのソースコードを自動生成するアプリケーション開発支援システムおよびアプリケーション開発支援プログラムに利用可能である。   The present invention is applicable to an application development support system and an application development support program that automatically generate source code for a CRUD type application program for a database.

1…アプリケーション開発支援システム、
10…コード生成サーバ、11…スキーマ取得部、12…マッピング生成部、13…コード生成部、14…CRUD型フレームワーク、15…パーツオブジェクト、
20…辞書サーバ、21…辞書登録部、22…辞書テーブル、
30…アプリケーションサーバ、31…Webサーバプログラム、32…辞書処理部、
40、40a〜c…ソースコード、41、41a〜c…HTMLデータ。
1 ... Application development support system,
DESCRIPTION OF SYMBOLS 10 ... Code generation server, 11 ... Schema acquisition part, 12 ... Mapping generation part, 13 ... Code generation part, 14 ... CRUD type framework, 15 ... Part object,
20 ... Dictionary server, 21 ... Dictionary registration unit, 22 ... Dictionary table,
30 ... Application server, 31 ... Web server program, 32 ... Dictionary processing unit,
40, 40a to c ... source code, 41, 41a to c ... HTML data.

Claims (7)

アプリケーションサーバ上で稼働するWebアプリケーションプログラムのソースコードを生成するコード生成サーバを有するアプリケーション開発支援システムであって、
さらに、前記Webアプリケーションプログラムの実行時に画面上に表示する1つ以上の入出力項目の識別情報をキーとして、前記入出力項目についてのラベルコントロールのテキストを示す表示名の情報と前記入出力項目を入力もしくは出力するために表示する入出力コントロールに係る情報とを少なくとも有するパーツオブジェクトについての1つ以上のパラメータの初期値からなる情報を辞書データとして保持する辞書テーブルを有する辞書サーバを有し、
前記コード生成サーバは、前記各入出力項目について、これらをそれぞれ画面上に表示するための前記パーツオブジェクトを呼び出すことによって前記Webアプリケーションプログラムを構成し、構成した前記Webアプリケーションプログラムのソースコードを生成するコード生成部を有し、
前記パーツオブジェクトは、前記アプリケーションサーバ上での前記Webアプリケーションプログラムの実行時に画面上に対応する入出力項目を表示するために呼び出された際、前記入出力項目の識別情報をキーとして、前記辞書サーバ上の前記辞書テーブルから前記パーツオブジェクトについての前記パラメータの一部または全部の情報を取得し、取得した前記パラメータに基づいて前記ラベルコントロールおよび/または前記入出力コントロールを表示するものであることを特徴とするアプリケーション開発支援システム。
An application development support system having a code generation server that generates a source code of a Web application program running on an application server,
Further, with the identification information of one or more input / output items displayed on the screen when the Web application program is executed as a key, the display name information indicating the label control text for the input / output items and the input / output items are displayed. A dictionary server having a dictionary table that holds, as dictionary data, information consisting of initial values of one or more parameters for a part object having at least information on input / output control to be displayed for input or output;
The code generation server configures the Web application program by calling the part object for displaying each of the input / output items on the screen, and generates source code of the configured Web application program A code generator,
When the part object is called to display a corresponding input / output item on the screen when the web application program is executed on the application server, the dictionary server uses the identification information of the input / output item as a key. Information on part or all of the parameters for the part object is acquired from the dictionary table above, and the label control and / or the input / output control is displayed based on the acquired parameter. Application development support system.
請求項1に記載のアプリケーション開発支援システムにおいて、
前記コード生成サーバは、さらに、前記アプリケーションサーバ上の前記Webアプリケーションプログラムがアクセスする業務データベースのスキーマ情報を読み込んで前記業務データベースの各カラムの構成に係る情報を取得するスキーマ取得部と、
前記パーツオブジェクトについての識別情報と、前記入出力項目の識別情報とのマッピングに係るマッピング情報を生成するマッピング生成部とを有し、
前記マッピング生成部は、前記スキーマ取得部が取得した前記業務データベースの前記各カラムの識別情報を、前記辞書テーブルにおける前記入出力項目の識別情報として、前記辞書データを登録することを特徴とするアプリケーション開発支援システム。
The application development support system according to claim 1,
The code generation server further reads schema information of a business database accessed by the Web application program on the application server and acquires information relating to a configuration of each column of the business database;
A mapping generation unit that generates mapping information related to the mapping between the identification information about the part object and the identification information of the input / output item;
The mapping generation unit registers the dictionary data using the identification information of each column of the business database acquired by the schema acquisition unit as the identification information of the input / output items in the dictionary table. Development support system.
請求項2に記載のアプリケーション開発支援システムにおいて、
前記コード生成サーバの前記コード生成部は、CRUD型アプリケーションのフレームワークに基づいて、前記業務データベースについてのCRUD型アプリケーションを生成することを特徴とするアプリケーション開発支援システム。
In the application development support system according to claim 2,
The code generation unit of the code generation server generates a CRUD type application for the business database based on a CRUD type application framework.
請求項1〜3のいずれか1項に記載のアプリケーション開発支援システムにおいて、
前記パーツオブジェクトは、前記アプリケーションサーバでの前記Webアプリケーションプログラムの実行時に、前記ラベルコントロールと、指定された種類の前記入出力コントロールとを組み合わせて表示し、もしくは前記ラベルコントロールおよび/または前記入出力コントロールを表示しないよう表示制御し、
前記コード生成サーバの前記コード生成部は、前記Webアプリケーションプログラムのソースコードを生成する際に、前記パーツオブジェクトについて前記表示制御の内容を特定する所定の初期値を指定して呼び出すよう生成することを特徴とするアプリケーション開発支援システム。
In the application development support system according to any one of claims 1 to 3,
The part object is displayed by combining the label control and the specified type of the input / output control when the web application program is executed on the application server, or the label control and / or the input / output control. Display control not to display,
When generating the source code of the Web application program, the code generation unit of the code generation server generates the part object to be called by specifying a predetermined initial value that specifies the content of the display control. Feature application development support system.
請求項1〜4のいずれか1項に記載のアプリケーション開発支援システムにおいて、
前記パーツオブジェクトは、表示する前記入出力コントロールに応じた制御処理を実装しており、
前記辞書サーバの前記辞書テーブルは、前記辞書データにおいて、前記パーツオブジェクトについての前記パラメータとして、前記制御処理の内容を指定するための情報を登録可能であることを特徴とするアプリケーション開発支援システム。
In the application development support system according to any one of claims 1 to 4,
The part object implements a control process according to the input / output control to be displayed,
The dictionary development table of the dictionary server can register information for designating the content of the control process as the parameter for the part object in the dictionary data.
請求項2に記載のアプリケーション開発支援システムにおいて、
前記辞書サーバは、前記辞書テーブルにキーと辞書データからなるエントリーを登録する辞書登録部を有し、
前記辞書登録部は、前記コード生成サーバの前記コード生成部により生成されたソースコード上の前記マッピング情報と、前記辞書テーブルに登録されているエントリーとに基づいて、前記辞書テーブルに登録が必要な前記入出力項目の識別情報を判別することを特徴とするアプリケーション開発支援システム。
In the application development support system according to claim 2,
The dictionary server has a dictionary registration unit for registering an entry including a key and dictionary data in the dictionary table;
The dictionary registration unit needs to be registered in the dictionary table based on the mapping information on the source code generated by the code generation unit of the code generation server and the entry registered in the dictionary table. An application development support system characterized by discriminating identification information of the input / output items.
アプリケーションサーバ上で稼働するWebアプリケーションプログラムのソースコードを生成するコード生成サーバと、前記Webアプリケーションプログラムの実行時に画面上に表示する1つ以上の入出力項目の識別情報をキーとして、前記入出力項目についてのラベルコントロールのテキストを示す表示名の情報と前記入出力項目を入力もしくは出力するために表示する入出力コントロールに係る情報とを少なくとも有するパーツオブジェクトについての1つ以上のパラメータの初期値からなる情報を辞書データとして保持する辞書テーブルを有する辞書サーバとを有するアプリケーション開発支援システムにおける前記コード生成サーバとしてコンピュータを動作させるアプリケーション開発支援プログラムであって、
前記各入出力項目について、これらをそれぞれ画面上に表示するための前記パーツオブジェクトを呼び出すことによって前記Webアプリケーションプログラムを構成し、構成した前記Webアプリケーションプログラムのソースコードを生成するコード生成処理を実行し、
前記パーツオブジェクトは、前記アプリケーションサーバ上での前記Webアプリケーションプログラムの実行時に画面上に対応する入出力項目を表示するために呼び出された際、前記入出力項目の識別情報をキーとして、前記辞書サーバ上の前記辞書テーブルから前記パーツオブジェクトについての前記パラメータの一部または全部の情報を取得し、取得した前記パラメータに基づいて前記ラベルコントロールおよび/または前記入出力コントロールを表示するものであることを特徴とするアプリケーション開発支援プログラム。

The code generation server that generates the source code of the Web application program that runs on the application server, and the input / output item using the identification information of one or more input / output items displayed on the screen when the Web application program is executed as a key The initial value of one or more parameters for a part object having at least information on a display name indicating text of a label control and information on an input / output control to be displayed to input or output the input / output item An application development support program for operating a computer as the code generation server in an application development support system having a dictionary server having a dictionary table that holds information as dictionary data,
For each of the input / output items, the web application program is configured by calling the part object for displaying each of the input / output items on the screen, and a code generation process for generating a source code of the configured web application program is executed. ,
When the part object is called to display a corresponding input / output item on the screen when the web application program is executed on the application server, the dictionary server uses the identification information of the input / output item as a key. Information on part or all of the parameters for the part object is acquired from the dictionary table above, and the label control and / or the input / output control is displayed based on the acquired parameter. Application development support program.

JP2012106928A 2012-05-08 2012-05-08 Application development support system and application development support program Active JP5727413B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012106928A JP5727413B2 (en) 2012-05-08 2012-05-08 Application development support system and application development support program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012106928A JP5727413B2 (en) 2012-05-08 2012-05-08 Application development support system and application development support program

Publications (2)

Publication Number Publication Date
JP2013235388A true JP2013235388A (en) 2013-11-21
JP5727413B2 JP5727413B2 (en) 2015-06-03

Family

ID=49761473

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012106928A Active JP5727413B2 (en) 2012-05-08 2012-05-08 Application development support system and application development support program

Country Status (1)

Country Link
JP (1) JP5727413B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015029193A1 (en) * 2013-08-29 2015-03-05 株式会社野村総合研究所 Web server system, application development assistance system, multilingual support method in web server system, multi-device support method in web server system, and application development assistance method
JP2018010616A (en) * 2016-06-30 2018-01-18 キヤノンマーケティングジャパン株式会社 Information processing device, and processing method and program thereof
JP2018181075A (en) * 2017-04-17 2018-11-15 キヤノンマーケティングジャパン株式会社 Program generation device, control method and computer program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102352265B1 (en) * 2021-12-08 2022-01-17 하승석 System and method for providing web application development platform

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001325098A (en) * 2000-05-16 2001-11-22 Sumitomo Electric Ind Ltd Method for preparing application program method for operating database, method for managing item object, method for controlling module operation and computer- readable recording medium recorded with program for realizing operation, management and control methods
JP2004013802A (en) * 2002-06-11 2004-01-15 Hitachi Software Eng Co Ltd Searching program creating method
JP2004318260A (en) * 2003-04-11 2004-11-11 Canon Software Inc Program generating device, program generating method, program, and recording medium
JP2006330896A (en) * 2005-05-24 2006-12-07 Nittetsu Hitachi Systems Engineering Inc Application creation support system for portable terminal
JP2007280189A (en) * 2006-04-10 2007-10-25 Toshiba Corp Program generation device, method and program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001325098A (en) * 2000-05-16 2001-11-22 Sumitomo Electric Ind Ltd Method for preparing application program method for operating database, method for managing item object, method for controlling module operation and computer- readable recording medium recorded with program for realizing operation, management and control methods
JP2004013802A (en) * 2002-06-11 2004-01-15 Hitachi Software Eng Co Ltd Searching program creating method
JP2004318260A (en) * 2003-04-11 2004-11-11 Canon Software Inc Program generating device, program generating method, program, and recording medium
JP2006330896A (en) * 2005-05-24 2006-12-07 Nittetsu Hitachi Systems Engineering Inc Application creation support system for portable terminal
JP2007280189A (en) * 2006-04-10 2007-10-25 Toshiba Corp Program generation device, method and program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSND200800302012; 永嶋浩樹: '.NETコントロールまるわかり教室 第1回 Button/Labelコントロールの使い方' DB Magazine 第18巻,第2号(通巻239号), 20080601, p.133-134, 株式会社翔泳社 *
JPN6014054393; 永嶋浩樹: '.NETコントロールまるわかり教室 第1回 Button/Labelコントロールの使い方' DB Magazine 第18巻,第2号(通巻239号), 20080601, p.133-134, 株式会社翔泳社 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015029193A1 (en) * 2013-08-29 2015-03-05 株式会社野村総合研究所 Web server system, application development assistance system, multilingual support method in web server system, multi-device support method in web server system, and application development assistance method
US9952836B2 (en) 2013-08-29 2018-04-24 Nomura Research Institute, Ltd. Web server system, application development support system, multilingual support method in web server system, multi-device support method in web server system, and application development support method
JP2018010616A (en) * 2016-06-30 2018-01-18 キヤノンマーケティングジャパン株式会社 Information processing device, and processing method and program thereof
JP2018028948A (en) * 2016-06-30 2018-02-22 キヤノンマーケティングジャパン株式会社 Information processing device, and processing method and program thereof
JP2018181075A (en) * 2017-04-17 2018-11-15 キヤノンマーケティングジャパン株式会社 Program generation device, control method and computer program

Also Published As

Publication number Publication date
JP5727413B2 (en) 2015-06-03

Similar Documents

Publication Publication Date Title
WO2015029193A1 (en) Web server system, application development assistance system, multilingual support method in web server system, multi-device support method in web server system, and application development assistance method
WO2014045826A1 (en) Web server system, dictionary system, dictionary call method, screen control display method, and demonstration application generation method
US20060015839A1 (en) Development of software systems
US10637913B2 (en) Mechanism for webpage composition
KR101275871B1 (en) System and method for producing homepage in SaaS ENVIRONMENT, A computer-readable storage medium therefor
US11128721B2 (en) Action flow fragment management
CN111414350B (en) Service generation method and device
JP5727413B2 (en) Application development support system and application development support program
CN108664242B (en) Method and device for generating visual interface, electronic equipment and readable storage medium
US10732938B2 (en) System design apparatus and method
JP5766651B2 (en) Multilingual Web server system and multilingual support method in Web server system
US11010021B2 (en) Context menu fragment management
JP6113983B2 (en) Screen control display system and screen control display program
JP5917350B2 (en) Dictionary system and dictionary calling method
US10460015B1 (en) Assimilation in multi model webpage composition
JP2013200844A (en) Screen control system, screen control program, screen creation support program and screen control method
JP2014059699A (en) Demo application generation system and demo application generation program
JP5658196B2 (en) Multi-device compatible web server system and multi-device compatible method in web server system
US11113359B1 (en) Method and system for navigation control
JP5962116B2 (en) Screen control system, screen control program, screen creation support program, and screen control method
US20240118861A1 (en) Operation support apparatus, system, method, and computer readable medium
US20210397419A1 (en) Application screen display program installing method
Gündoğan Automation of Artwork Processes
Schneiker et al. Declarative Web Programming with Prolog and XUL
KR20130040167A (en) System for producing homepage in saas environment, a computer-readable storage medium therefor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140305

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141127

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141224

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150223

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150402

R150 Certificate of patent or registration of utility model

Ref document number: 5727413

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250