JP2007087127A - Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program - Google Patents

Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program Download PDF

Info

Publication number
JP2007087127A
JP2007087127A JP2005275414A JP2005275414A JP2007087127A JP 2007087127 A JP2007087127 A JP 2007087127A JP 2005275414 A JP2005275414 A JP 2005275414A JP 2005275414 A JP2005275414 A JP 2005275414A JP 2007087127 A JP2007087127 A JP 2007087127A
Authority
JP
Japan
Prior art keywords
program
data
template
open source
basic information
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.)
Pending
Application number
JP2005275414A
Other languages
Japanese (ja)
Inventor
Masaki Kato
昌樹 加藤
Tsukasa Kawamichi
司 川道
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.)
Open Stream Inc
Original Assignee
Open Stream 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 Open Stream Inc filed Critical Open Stream Inc
Priority to JP2005275414A priority Critical patent/JP2007087127A/en
Publication of JP2007087127A publication Critical patent/JP2007087127A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a data generation program capable of securing consistency between a variety of design materials and deliverables and improving program development productivity. <P>SOLUTION: The data generation program 4 performs: processing for capturing common basic information from a script engine 3 which reads meta-data from original data in a variety of formats and generates the common basic information in a meta-data XML format; and processing for reading a meta-data output template from a template engine 5 on the basis of the common basic information, processing the common basic information according to the meta-data output template, and generating output data, such as a program, a setting file necessary for program execution, a data access object, a data storage object, and specifications. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、データ生成プログラム、該プログラムを記憶した記憶媒体、オープンソースソフトウェア開発環境統合プログラム、該プログラムを記憶した記憶媒体に関するものである。   The present invention relates to a data generation program, a storage medium storing the program, an open source software development environment integration program, and a storage medium storing the program.

アプリケーション開発の課題の一つとして、設計資料と成果物(ソースコード、設定ファイル等)との整合性の確保が挙げられる。例えばデータベース設計を変更する場合、実際のデータベースの変更と同時に設計資料(ER図等)の変更も必要となる。   One of the issues in application development is ensuring consistency between design materials and deliverables (source code, configuration files, etc.). For example, when changing the database design, it is necessary to change the design data (such as an ER diagram) simultaneously with the actual database change.

また、昨今のアプリケーション開発環境では、例えばフレームワークやO/Rマッピィングツール等が多用される傾向にある。これらのツールは、確実に生産性の向上や品質の均一化に寄与する反面、各ツール毎に設定方式が異なることから設定情報が分散し、管理しににくい。このように従来においては、設計から実装環境構築までの整合性確保に関して多くの課題が存在している。   In recent application development environments, for example, frameworks and O / R mapping tools tend to be frequently used. These tools certainly contribute to productivity improvement and quality uniformity, but because the setting method is different for each tool, setting information is dispersed and difficult to manage. As described above, in the past, there are many problems related to ensuring consistency from design to construction of a mounting environment.

特許文献1には、ソフトウェアの設計書から、ユーザインターフェイスを含むプログラムを生成する装置、方法、プログラム等が提案されている。   Patent Document 1 proposes an apparatus, a method, a program, and the like for generating a program including a user interface from a software design document.

しかし、この特許文献1の場合、生成するユーザーインターフェースプログラムの内容が主としてGUI(グラフィカルユーザインターフェース)プログラムであり、比較的開発対象が狭範囲である。
特開2003−140893号公報
However, in the case of this patent document 1, the content of the generated user interface program is mainly a GUI (graphical user interface) program, and the development target is relatively narrow.
JP 2003-140893 A

解決しようとする問題点は、各種の設計資料と成果物(ソースコード、設定ファイル等)との整合性を十分に確保し、プログラム開発生産性の向上を図ったり、またオープンソースソフトウェアを利用してのプログラム開発環境の効率向上を図ることに有効なデータ生成プログラムや開発環境統合プログラムが存在しない点である。   Problems to be solved include ensuring consistency between various design materials and deliverables (source code, configuration files, etc.), improving program development productivity, and using open source software. There is no data generation program or development environment integration program that is effective in improving the efficiency of all program development environments.

本発明に係るデータ生成プログラムは、各種形式の元データを読み込みXML形式の共通基礎情報を生成するスクリプトエンジンからの前記共通基礎情報を取り込む処理と、前記共通基礎情報を基にテンプレートエンジンから出力用テンプレートを読み込み、前記共通基礎情報を出力用テンプレートに従って処理し、プログラム、プログラム実行に必要な設定ファイル、データアクセスオブジェクト、データ格納オブジェクト、仕様書等の文書等を生成する処理と、を含むことを最も主要な特徴とする。   The data generation program according to the present invention reads the original data in various formats, generates the common basic information in the XML format, takes in the common basic information from the script engine, and outputs from the template engine based on the common basic information. Including reading a template, processing the common basic information according to the output template, and generating a program, a setting file necessary for program execution, a data access object, a data storage object, a specification document, and the like. The most important feature.

本発明によれば、以下の効果を奏する。
請求項1及び2記載の発明によれば、XML形式の共通基礎情報、出力用テンプレートを基に所望の出力データ(プログラム、プログラム実行に必要な設定ファイル、データアクセスオブジェクト、データ格納オブジェクト、仕様書等の文書等)を生成することができ、形式が異なる設計書等の間の不整合減少によるプログラム開発生産性の向上を図れ、また、機械的作業軽減によるプログラム開発生産性、保守性、品質の向上を実現できるデータ生成プログラムを提供することができる。
The present invention has the following effects.
According to the first and second aspects of the invention, desired output data (program, setting file necessary for program execution, data access object, data storage object, specification document) based on the XML format common basic information and the output template Etc.) can be generated, program development productivity can be improved by reducing inconsistencies between design documents with different formats, etc., and program development productivity, maintainability, quality by reducing mechanical work It is possible to provide a data generation program that can improve the above.

請求項2記載の発明によれば、上記機能を有するデータ生成プログラムを記憶し、広範なプログラム開発環境に有効活用することが可能な記憶媒体を提供することができる。   According to the second aspect of the present invention, it is possible to provide a storage medium that stores the data generation program having the above functions and can be effectively used in a wide range of program development environments.

請求項3記載の発明によれば、種々のオープンソースソフトウェアを選択し、これを基に実際に開発環境で実際に使用する使用オープンソースソフトウェアを組み合わせて容易に利用することが可能となり、オープンソースソフトウェア習得時間の短縮、機械的作業軽減によるプログラム開発生産性、保守性、品質の向上を実現できるオープンソースソフトウェア開発環境統合プログラムを提供することができる。   According to the third aspect of the present invention, various open source software can be selected, and based on this, it is possible to easily use a combination of open source software actually used in a development environment. It is possible to provide an open source software development environment integration program that can improve program development productivity, maintainability, and quality by shortening software acquisition time and reducing mechanical work.

請求項4記載の発明によれば、上記機能を有するオープンソースソフトウェア開発環境統合プログラムを記憶し、種々の既存のオープンソースソフトウェアを利用するオープンソースソフトウェア開発環境に有効活用することが可能な可能な記憶媒体を提供することができる。   According to the fourth aspect of the present invention, it is possible to store an open source software development environment integration program having the above functions and effectively use it in an open source software development environment that uses various existing open source software. A storage medium can be provided.

本発明は、設計資料と、成果物との整合性を十分に確保し、プログラム開発生産性の向上を図るという目的を、各種形式の元データを読み込みXML形式の共通基礎情報を生成するスクリプトエンジンからの前記共通基礎情報を取り込む処理と、前記共通基礎情報を基にテンプレートエンジンから出力用テンプレートを読み込み、前記共通基礎情報を出力用テンプレートに従って処理し、プログラム、プログラム実行に必要な設定ファイル、データアクセスオブジェクト、データ格納オブジェクト、仕様書等の文書等を生成する処理と、を含む構成のデータ生成プログラムにより実現した。   The present invention is a script engine that reads original data in various formats and generates common basic information in XML format for the purpose of sufficiently ensuring consistency between design materials and deliverables and improving program development productivity. A process for fetching the common basic information from the file, an output template is read from the template engine based on the common basic information, the common basic information is processed according to the output template, a program, a configuration file and data necessary for program execution And a data generation program configured to include a process for generating a document such as an access object, a data storage object, and a specification document.

以下に、本発明の実施例を詳細に説明する。
図1は、本発明の実施例に係るデータ生成プログラムを含むコンピュータプログラムの全体構成を示す概念図であり、OS(オペレーティング システム:Windows,Linux等)1、スクリプトエンジン3、本発明の実施例に係るデータ生成プログラム4、テンプレートエンジン(Javaベース)5を含んで構成している。なお、Windows,Javaは登録商標である。
Examples of the present invention will be described in detail below.
FIG. 1 is a conceptual diagram showing the overall configuration of a computer program including a data generation program according to an embodiment of the present invention. An OS (operating system: Windows, Linux, etc.) 1, a script engine 3, and an embodiment of the present invention The data generation program 4 and the template engine (Java base) 5 are included. Windows and Java are registered trademarks.

前記テンプレートエンジン5は、図2に示すように、コントロール機能11と、各種のテンプレート(汎用フォーマット及び特定フォーマット等)を格納しているテンプレートファイル12と、テンプレート特定用の変数等のデータ等をセットするためのコンテキスト13とを含み、前記データ生成プログラム4の実行に伴って、出力用のテンプレートの特定、当該テンプレートのデータのデータ生成プログラムへの送出等を行うようになっている。前記コンテキスト13は、変数群格納に用いられるオブジェクトの一種である。   As shown in FIG. 2, the template engine 5 sets a control function 11, a template file 12 that stores various templates (general format, specific format, etc.), and data such as variables for specifying a template. In order to do so, the execution of the data generation program 4 identifies an output template, sends the template data to the data generation program, and the like. The context 13 is a kind of object used for storing variable groups.

前記テンプレートファイル12に格納しているテンプレートとしては、例えば汎用フォーマットとして、Excel、XML、HTML、Java Source、CSV、Datebase等の各種フォーマット、DAO(データアクセスオブジェクト)出力用フォーマット、DTO(データ格納オブジェクト)出力用フォーマット等を挙げることができる。   As templates stored in the template file 12, for example, various formats such as Excel, XML, HTML, Java Source, CSV, Datebase, DAO (data access object) output format, DTO (data storage object) are general-purpose formats. ) Output format and the like.

また、テンプレートファイルに格納しているテンプレートとしては、特定フォーマットとして、前記Excel、XML等の汎用フォーマットに対して更に特定の情報を付加した各種フォーマットを挙げることができる。   Examples of templates stored in the template file include various formats in which specific information is further added to the general-purpose formats such as Excel and XML as specific formats.

次に、本実施例に係るデータ生成プログラム4の基本概念について、図3を参照し、且つ、前記スクリプトエンジン3、テンプレートエンジン5の処理に関連付けて説明する。   Next, the basic concept of the data generation program 4 according to the present embodiment will be described with reference to FIG. 3 and associated with the processing of the script engine 3 and the template engine 5.

本実施例に係るデータ生成プログラム4は、前記スクリプトエンジン3及びテンプレートエンジン5を利用して、各種形式の元データから出力データを生成する。すなわち、スクリプトエンジン3は、読み込んだ各種形式の元データをXMLファイルに変換し共通基礎情報として出力する。   The data generation program 4 according to the present embodiment uses the script engine 3 and the template engine 5 to generate output data from various types of original data. That is, the script engine 3 converts the read original data in various formats into an XML file and outputs it as common basic information.

本実施例に係るデータ生成プログラム4は、スクリプトエンジン3から呼び出されて起動し、共通基礎情報を取り込み、且つ、テンプレートエンジン5を参照して所定の出力用フォーマット(例えばDAO出力用フォーマット、DTO出力用フォーマット等)を読み込んで、当該出力用フォーマットに従い共通基礎情報に基づくDAO、DTO等のJavaソースファイルを出力データとして生成する。   The data generation program 4 according to the present embodiment is called up and started from the script engine 3, fetches common basic information, and refers to the template engine 5 for a predetermined output format (for example, DAO output format, DTO output). For example, a Java source file such as DAO or DTO based on the common basic information is generated as output data in accordance with the output format.

図4は本実施例に係るデータ生成プログラム4における各種形式の元データから出力データを生成するまでの具体的なアルゴリズムを示すフローチャートであり以下に詳述する。   FIG. 4 is a flowchart showing a specific algorithm for generating output data from various types of original data in the data generation program 4 according to this embodiment, which will be described in detail below.

本実施例に係るデータ生成プログラム4は、スクリプトエンジン3から呼び出されて起動し、共通基礎情報(XMLファイル)を取り込んだ後、指定されたファイルの種類等を指示する処理命令(ステップS1)に従ってフォーマットの種類選択(ステップS2)の処理を経て、フォーマット用値オブジェクトに読み込み指示キーでテンプレートエンジン5のコンテキスト13に格納する(ステップS3)。   The data generation program 4 according to the present embodiment is called from the script engine 3 and started, and after fetching the common basic information (XML file), the data generation program 4 is in accordance with a processing instruction (step S1) for instructing the type of the designated file. After the format type selection (step S2), the format value object is stored in the context 13 of the template engine 5 with the read instruction key (step S3).

ここに指示キーとは、コンテキスト13内に格納されたオブジェクトを特定するユニークな値を意味する。また、値オブジェクトは、特定の情報の型を表すメタデータを表現するオブジェクトである。   Here, the instruction key means a unique value that identifies an object stored in the context 13. A value object is an object that represents metadata representing the type of specific information.

次に、本実施例に係るデータ生成プログラム4は、出力を行うか(処理命令にて指示)否かを判断し(ステップS4)、出力を行う場合には前記テンプレートエンジン5のテンプレートファイル12から特定の出力用フォーマットをロードする(ステップS5)。
更にデータ生成プログラム4は、前記コンテキスト13からデータを読み込み(ステップS6)、読み込んだ出力用フォーマットに従って前記共通基礎情報を処理し、出力データを生成して出力する(ステップS7)。
Next, the data generation program 4 according to the present embodiment determines whether or not to perform output (instructed by a processing instruction) (step S4), and when performing output, from the template file 12 of the template engine 5. A specific output format is loaded (step S5).
Further, the data generation program 4 reads data from the context 13 (step S6), processes the common basic information according to the read output format, generates output data and outputs it (step S7).

更にデータ生成プログラム4は、一括処理(処理命令にて指示)か否か判断し(ステップS8)、一括処理を行わない場合には処理を終了する。また、一括処理を行う場合には、ステップS6、ステップS7の処理を繰り返す。   Further, the data generation program 4 determines whether or not batch processing (instructed by a processing command) is performed (step S8), and ends the processing when the batch processing is not performed. Further, when performing batch processing, the processing in steps S6 and S7 is repeated.

一方、ステップS4の処理で、出力を行なわないと判断した場合には、更に他フォーマットを読み込むか(処理命令にて指示)否かを判断し(ステップS9)、他フォーマットを読み込む場合にはステップS3の処理に移行し、この後上述したと同様な処理を実行する。また、他フォーマットを読み込まない場合には、処理を終了する。   On the other hand, if it is determined in step S4 that output is not performed, it is further determined whether another format is to be read (instructed by a processing instruction) (step S9). The process proceeds to S3, and thereafter the same process as described above is executed. If no other format is read, the process ends.

図5は上述した本実施例に係るデータ生成プログラム4を使用して、データベースメタデータからソースファイルを生成する処理の具体例を示す説明図である。
まず、スクリプトエンジンから起動されたデータ生成プログラムは、データベース(RDBMS)20からデータベースメタデータを読み込み、メモリ内でメタデータ表現用オブジェクトとし、更に共通基礎情報であるメタデータ用XMLファイルに変換する。なお、図では示していないが、読み込むメタデータはデータベースメタデータ以外にER図等のデータベース設計情報でも良い。
FIG. 5 is an explanatory diagram showing a specific example of processing for generating a source file from database metadata using the data generation program 4 according to the present embodiment described above.
First, the data generation program started from the script engine reads database metadata from the database (RDBMS) 20, converts it into a metadata expression object in memory, and further converts it into a metadata XML file that is common basic information. Although not shown in the figure, the metadata to be read may be database design information such as an ER diagram in addition to the database metadata.

ここで、必要に応じてオペレータは図示していないがキーボード等からの手動入力にて前記XMLファイルに対してカラムの日本語名等の他の情報を追記するようにしてもよい。   Here, if necessary, the operator may add other information such as a column Japanese name to the XML file by manual input from a keyboard or the like, although not shown.

次に、本実施例に係るデータ生成プログラム4は、前記XMLファイルを読み込みメモリ内でメタデータ表現用オブジェクトとし、更に前記テンプレートファイル12から例えばDAO出力用フォーマットファイルを読み込んで、このDAO出力用フォーマットファイルに従って前記XMLファイルを処理し、ソースファイル「DAO」を自動生成する。
同様にして本実施例に係るデータ生成プログラム4は、前記XMLファイルを読み込みメモリ内でメタデータ表現用オブジェクトとし、更に前記テンプレートファイル12から例えばDTO出力用フォーマットファイルを読み込んで、このDTO出力用フォーマットファイルに従って前記XMLファイルを処理し、ソースファイル「DTO」を自動生成する。
Next, the data generation program 4 according to the present embodiment reads the XML file as a metadata expression object in the memory, and further reads, for example, a DAO output format file from the template file 12, and this DAO output format. The XML file is processed according to the file, and the source file “DAO” is automatically generated.
Similarly, the data generation program 4 according to the present embodiment reads the XML file as a metadata expression object in the memory, and further reads, for example, a DTO output format file from the template file 12, and this DTO output format The XML file is processed according to the file, and the source file “DTO” is automatically generated.

上述した図5に示す一連の処理は、一貫して自動実行する場合の他、メタデータ用XMLファイルに変換した後一旦処理を中断し、オペレータによるXMLファイルの修正作業を実行した後、以降の処理を最後まで実行するようにすることも勿論可能である。   The above-described series of processing shown in FIG. 5 is not only performed consistently and automatically, but after the conversion to the XML file for metadata, the processing is temporarily interrupted and the XML file is corrected by the operator. Of course, it is possible to execute the processing to the end.

図6は、既述した図1に示すプログラム構成に、本発明の他の実施例に係るオープンソースソフトウェア開発環境統合プログラム6を付加した構成を示すものである。
この他の実施例においては、既述したデータ生成プログラム4を利用するとともに、前記テンプレートエンジン5のテンプレートファイル12に、各種オープンソースソフトウェアを基に生成する使用オープンソースソフトウェア用のテンプレート(設定ファイル等)を格納している。
FIG. 6 shows a configuration obtained by adding the open source software development environment integration program 6 according to another embodiment of the present invention to the program configuration shown in FIG.
In another embodiment, the above-described data generation program 4 is used, and a template (setting file or the like) for use open source software generated based on various open source software in the template file 12 of the template engine 5 is used. ) Is stored.

図7は本実施例に係るオープンソースソフトウェア開発環境統合プログラム6の処理内容を示す概念図である。
オープンソースソフトウェア開発環境統合プログラム6は、図7に示すように選択機能により任意のオープンソースソフトウェアを選択するとともに、前記テンプレートエンジン5のテンプレートファイル12から使用オープンソースソフトウェア用のテンプレートを読み込む。
また、既述したデータ生成プログラム4、スクリプトエンジン3、テンプレートエンジン5を使用して、図3に示す場合と同様にして各種形式の元データから使用オープンソースソフトウェア用の設定ファイル等を生成する。
FIG. 7 is a conceptual diagram showing the processing contents of the open source software development environment integration program 6 according to this embodiment.
The open source software development environment integration program 6 selects arbitrary open source software by a selection function as shown in FIG. 7 and reads a template for the used open source software from the template file 12 of the template engine 5.
Further, using the data generation program 4, the script engine 3, and the template engine 5 described above, the setting file for the used open source software is generated from the original data in various formats in the same manner as shown in FIG.

本実施例に係るデータ生成プログラム4の各種具体的機能として、以下の諸機能を挙げることができる。   Examples of various specific functions of the data generation program 4 according to the present embodiment include the following functions.

(a)データ読み込み機能の例(テンプレート情報の追加により容易に追加することが可能)
HTML読み込み機能
Javaソースコード読み込み機能
XML読み込み機能
EXCEL読み込み機能
JDBC接続RDBMSスキーマ読み込み機能
IBM Rose.Microsoft Viso等の共通UML
(Unified Modeling Language)形式であるXML
(XML Metadata Interchange)読み込み機能
有限会社アッズリー社 Clayファイル(データベースモデリングツール)
読み込み機能
Struts用JSP(Java Server Pages)読み込み機能
StrutsCnfig読み込み機能
(A) Example of data reading function (can be easily added by adding template information)
HTML reading function Java source code reading function XML reading function EXCEL reading function JDBC connection RDBMS schema reading function IBM Rose. Common UML such as Microsoft Viso
(Uniform Modeling Language) format XML
(XML Metadata Interchange) Reading function Clay file (database modeling tool)
Reading function Struts JSP (Java Server Pages) reading function StrutsCnig reading function

(b)データ書き出し機能の例(テンプレート情報の追加により容易に追加することが可能)
共通基礎情報作成機能
共通基礎情報からEXCELのテーブル定義書の作成機能
共通基礎情報からバリュー オブジェクトを生成する機能
共通基礎情報からデータアクセスオブジェクト(DAO)を生成する機能
共通基礎情報からデータ格納用オブジェクト(DTO)を生成する機能
Struts向けJSP書き出し機能
Validator書き出し機能
FormBean書き出し機能
StrutsCnfig書き出し機能
Actionクラス書き出し機能
(B) Example of data writing function (can be easily added by adding template information)
Common basic information creation function EXCEL table definition creation function from common basic information Function to generate value object from common basic information Function to generate data access object (DAO) from common basic information Object for data storage from common basic information ( DTO) generation function Struts JSP export function Validator export function FormBean export function StrutsCnig export function Action class export function

また、本発明の他の実施例に係るオープンソースソフトウェア開発環境統合プログラム6の各種具体的機能として、以下の諸機能を挙げることができる。
オープンソースソフトウェア選択機能
例えば、フレームワーク:Struts、O/Rマッピングツール:
Hibernate等の任意のオープンソースソフトウェアを選択可能であ
る。何を選択したかによりメタデータから生成される設定ファイル、Java
ソースコードが変わることになる。
共通基礎情報作成機能(元データ→共通基礎情報)
設定ファイル生成機能の例(テンプレート情報の追加により容易に追加することが可能)
Struts(共通基礎情報、使用オープンソースソフトウェア情報→
struts−cnfig.xml)
Hibernate(共通基礎情報、汎用オープンソースソフトウェア情報→
hibernate.cfg.xml テーブル名.cfg.xml)
Javaソースコード生成機能
Struts(共通基礎情報、使用オープンソースソフトウェア情報→
Action.Form.JSP等)
Hibernate(共通基礎情報、使用オープンソースソフトウェア情報→
ValueObject、データアクセスオブジェクト(DAO)、データ格
納用オブジェクト(DTO)等)
The following various functions can be given as various specific functions of the open source software development environment integration program 6 according to another embodiment of the present invention.
Open source software selection function For example, framework: Struts, O / R mapping tool:
Any open source software such as Hibernate can be selected. Java configuration file generated from metadata depending on what you select
The source code will change.
Common basic information creation function (original data → common basic information)
Configuration file generation function example (can be easily added by adding template information)
Struts (Common basic information, used open source software information →
struts-cnfig. xml)
Hibernate (Common basic information, general open source software information →
hibernate. cfg. xml table name. cfg. xml)
Java source code generation function Struts (common basic information, open source software information used →
Action. Form. JSP)
Hibernate (common basic information, open source software information used →
(ValueObject, data access object (DAO), data storage object (DTO), etc.)

以上説明したように、本発明の実施例に係るデータ生成プログラム4によれば、形式が異なる設計書間の不整合減少によるプログラム開発生産性の向上を図ることができ、機械的作業軽減によるプログラム開発生産性、保守性、品質の向上を発揮、実現できる。   As described above, according to the data generation program 4 according to the embodiment of the present invention, it is possible to improve the program development productivity by reducing the inconsistency between the design documents having different formats, and the program by reducing the mechanical work. Demonstrate and improve development productivity, maintainability, and quality.

また、本発明の実施例に係るオープンソースソフトウェア開発環境統合プログラム6によれば、種々のオープンソースソフトウェアを選択し、これを基に実際に開発環境で実際に使用する使用オープンソースソフトウェアを容易に生成することが可能となり、インターフェースの一元化によるオープンソースソフトウェア習得時間の短縮、機械的作業軽減によるプログラム開発生産性、保守性、品質の向上を実現できる。   Further, according to the open source software development environment integration program 6 according to the embodiment of the present invention, various open source software is selected, and based on this, the open source software that is actually used in the development environment can be easily used. This makes it possible to reduce the time required to learn open source software by unifying interfaces, and to improve program development productivity, maintainability, and quality by reducing mechanical work.

更に具体的には、プロジェクトの生産性向上(煩わしい設定の排除)、品質の均一化(自動生成による成果物の規格化)、工数削減に寄与(設計資料やソフトウェア毎の設定ファイル作成等に必要なSE(システムエンジニア)費用の削減)等、極めて有益なデータ生成プログラム4及びオープンソースソフトウェア開発環境統合プログラム6を提供することができる。   More specifically, it contributes to improvement of project productivity (eliminating troublesome settings), uniform quality (standardization of deliverables by automatic generation), and reduction of man-hours (necessary for creating design files and setting files for each software) This can provide a very useful data generation program 4 and open source software development environment integration program 6, such as (SE (system engineer) cost reduction).

また、上述したような処理内容を含む本発明の実施例に係るデータ生成プログラム4を、CD−ROM、DVD−ROM等の記憶媒体にコンピュータ読み取り可能に記憶することで、この記憶媒体を広範なプログラム開発環境に有効活用することが可能となる。   Further, the data generation program 4 according to the embodiment of the present invention including the processing contents as described above is stored in a storage medium such as a CD-ROM or a DVD-ROM so as to be readable by a computer. It can be effectively used in the program development environment.

同様に上述したような処理内容を含む本発明の他の実施例に係るオープンソースソフトウェア開発環境統合プログラム6を、CD−ROM、DVD−ROM等の記憶媒体にコンピュータ読み取り可能に記憶することで、種々の既存のオープンソースソフトウェアを利用するオープンソースソフトウェア開発環境に有効活用することが可能となる。   Similarly, the open source software development environment integration program 6 according to another embodiment of the present invention including the processing contents as described above is stored in a storage medium such as a CD-ROM or a DVD-ROM so that it can be read by a computer. This makes it possible to effectively utilize an open source software development environment that uses various existing open source software.

本発明は、各種形式のデータの一元管理や、既存のオープンソースソフトウェアを利用してのプログラム開発等を行うコンピュータソフト分野に幅広く適用することができる。   The present invention can be widely applied to the field of computer software that performs unified management of various types of data and program development using existing open source software.

本発明の実施例に係るデータ生成プログラムを含むコンピュータプログラム構成を示す図である。It is a figure which shows the computer program structure containing the data generation program which concerns on the Example of this invention. 本発明の実施例に係るテンプレートエンジンの構成図である。It is a block diagram of the template engine which concerns on the Example of this invention. 本発明の実施例に係るデータ生成プログラムによる出力データの生成処理を示す概念図である。It is a conceptual diagram which shows the production | generation process of the output data by the data generation program based on the Example of this invention. 本発明の実施例に係るデータ生成プログラムにおける元データから出力データを生成するまでのアルゴリズムを示すフローチャートである。It is a flowchart which shows the algorithm until it produces | generates output data from the original data in the data generation program which concerns on the Example of this invention. 本発明の実施例に係るデータ生成プログラムを使用して、データベースメタデータからJavaソースファイルを生成する処理の具体例を示す説明図である。It is explanatory drawing which shows the specific example of the process which produces | generates a Java source file from database metadata using the data generation program which concerns on the Example of this invention. 本発明の他の実施例に係るオープンソースソフトウェア開発環境統合プログラムを付加したプログラム構成を示す図である。It is a figure which shows the program structure which added the open source software development environment integration program which concerns on the other Example of this invention. 本発明の実施例に係るオープンソースソフトウェア開発環境統合プログラムの処理内容を示す概念図である。It is a conceptual diagram which shows the processing content of the open source software development environment integration program which concerns on the Example of this invention.

符号の説明Explanation of symbols

1 OS(オペレーティング システム)
3 スクリプトエンジン
4 データ生成プログラム
5 テンプレートエンジン
6 オープンソースソフトウェア開発環境統合プログラム
11 コントロール機能
12 テンプレートファイル
13 コンテキスト
20 データベース
1 OS (Operating System)
3 Script Engine 4 Data Generation Program 5 Template Engine 6 Open Source Software Development Environment Integration Program 11 Control Function 12 Template File 13 Context 20 Database

Claims (4)

各種形式の元データを読み込みXML形式の共通基礎情報を生成するスクリプトエンジンからの前記共通基礎情報を取り込む処理と、
前記共通基礎情報を基にテンプレートエンジンから出力用テンプレートを読み込み、前記共通基礎情報を出力用テンプレートに従って処理し、プログラム、プログラム実行に必要な設定ファイル、データアクセスオブジェクト、データ格納オブジェクト、仕様書等の文書等を生成する処理と、
を含むことを特徴とするデータ生成プログラム。
Processing to read the common basic information from the script engine that reads the original data in various formats and generates common basic information in XML format;
Read the output template from the template engine based on the common basic information, process the common basic information in accordance with the output template, such as a program, a configuration file necessary for program execution, a data access object, a data storage object, a specification, etc. Processing to generate documents, etc.
A data generation program comprising:
各種形式の元データを読み込みXML形式の共通基礎情報を生成するスクリプトエンジンからの前記共通基礎情報を取り込む処理と、
前記共通基礎情報を基にテンプレートエンジンから出力用テンプレートを読み込み、前記共通基礎情報を出力用テンプレートに従って処理し、プログラム、プログラム実行に必要な設定ファイル、データアクセスオブジェクト、データ格納オブジェクト、仕様書等の文書等の出力データを生成する処理と、
を実行するデータ生成プログラムをコンピュータ読み取り可能に記憶したことを特徴とする記憶媒体。
Processing to read the common basic information from the script engine that reads the original data in various formats and generates common basic information in XML format;
Read the output template from the template engine based on the common basic information, process the common basic information in accordance with the output template, such as a program, a configuration file necessary for program execution, a data access object, a data storage object, a specification, etc. Processing to generate output data such as documents,
A computer-readable storage medium storing a data generation program for executing
任意のオープンソースソフトウェアを選択する機能と、
データ生成プログラムが、スクリプトエンジン及びテンプレートエンジンを使用して各種形式の元データから生成した前記選択したソフトウェア用の設定ファイル、ソースコード等のプログラム要素と、テンプレートエンジンから読み込んだ使用オープンソースソフトウェア用のテンプレートとを利用して、前記選択したオープンソースソフトウェアを処理し使用オープンソースソフトウェアを使用可能な状態に設定する機能と、
を有することを特徴とするオープンソースソフトウェア開発環境統合プログラム。
With the ability to select any open source software,
The data generation program uses the script engine and the template engine to generate program elements such as the configuration file and source code for the selected software generated from the original data in various formats, and the used open source software read from the template engine. Using the template and processing the selected open source software and setting the use open source software to a usable state; and
An open source software development environment integration program characterized by comprising:
任意のオープンソースソフトウェアを選択する機能と、
データ生成プログラムが、スクリプトエンジン及びテンプレートエンジンを使用して各種形式の元データから生成した前記選択したソフトウェア用の設定ファイル、ソースコード等のプログラム要素と、テンプレートエンジンから読み込んだ使用オープンソースソフトウェア用のテンプレートとを利用して、前記選択したオープンソースソフトウェアを処理し使用オープンソースソフトウェアを使用可能な状態に設定する機能と、
を実行するオープンソースソフトウェア開発環境統合プログラムをコンピュータ読み取り可能に記憶したことを特徴とする記憶媒体。
With the ability to select any open source software,
The data generation program uses the script engine and the template engine to generate program elements such as the configuration file and source code for the selected software generated from the original data in various formats, and the used open source software read from the template engine. Using the template and processing the selected open source software and setting the use open source software to a usable state; and
A storage medium characterized by storing an open source software development environment integration program for executing a computer-readable program.
JP2005275414A 2005-09-22 2005-09-22 Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program Pending JP2007087127A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005275414A JP2007087127A (en) 2005-09-22 2005-09-22 Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005275414A JP2007087127A (en) 2005-09-22 2005-09-22 Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program

Publications (1)

Publication Number Publication Date
JP2007087127A true JP2007087127A (en) 2007-04-05

Family

ID=37974043

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005275414A Pending JP2007087127A (en) 2005-09-22 2005-09-22 Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program

Country Status (1)

Country Link
JP (1) JP2007087127A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009294940A (en) * 2008-06-05 2009-12-17 Toshiba Corp Generation device for program and specification, and generation program for specification
KR101020145B1 (en) * 2009-04-22 2011-03-07 쉬프트정보통신 주식회사 Extensible Markup Language based ICOM plug-in system
JP2011060277A (en) * 2009-08-31 2011-03-24 Accenture Global Services Gmbh Integration environment generator
JP2011521366A (en) * 2008-05-23 2011-07-21 イルデト カナダ コーポレーション System and method for generating a white-box implementation of a software application
WO2015140975A1 (en) * 2014-03-20 2015-09-24 三菱電機株式会社 Action designing device and action designing program
US9329809B2 (en) 2010-07-30 2016-05-03 Kyocera Document Solutions Inc. Systems and methods for hierarchical source file conversion and output using a base file comprising display information, library function, display message, and tag defining information necessity
CN107016003A (en) * 2016-01-28 2017-08-04 北京国双科技有限公司 The methods of exhibiting and device of system output data
KR102663420B1 (en) 2023-08-01 2024-05-07 인스피언 주식회사 Appartus for providing application services, method thereof, and computationally-implementable storage medium for storing a program for providing application services

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1185491A (en) * 1997-09-02 1999-03-30 Fujitsu Ltd Automatic generation system for plural documents
JP2002202886A (en) * 2000-10-27 2002-07-19 Toshiba Corp Application development system and its method and application development program and application generation method
JP2002287962A (en) * 2001-03-23 2002-10-04 Nri & Ncc Co Ltd Data processing system and interface system
JP2002366352A (en) * 2001-06-11 2002-12-20 It Forest Corp Apparatus for supporting web application development
JP2004038297A (en) * 2002-06-28 2004-02-05 Jcreation Co Ltd Program format conversion apparatus and conversion program
JP2004362343A (en) * 2003-06-05 2004-12-24 Internatl Business Mach Corp <Ibm> Source code conversion apparatus, source code conversion method, and program
JP2005196291A (en) * 2003-12-26 2005-07-21 Fujitsu Ltd User interface application development program and development device
JP2005309655A (en) * 2004-04-20 2005-11-04 Mahk Computing Kk Specialization design information generation system and completion file generation system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1185491A (en) * 1997-09-02 1999-03-30 Fujitsu Ltd Automatic generation system for plural documents
JP2002202886A (en) * 2000-10-27 2002-07-19 Toshiba Corp Application development system and its method and application development program and application generation method
JP2002287962A (en) * 2001-03-23 2002-10-04 Nri & Ncc Co Ltd Data processing system and interface system
JP2002366352A (en) * 2001-06-11 2002-12-20 It Forest Corp Apparatus for supporting web application development
JP2004038297A (en) * 2002-06-28 2004-02-05 Jcreation Co Ltd Program format conversion apparatus and conversion program
JP2004362343A (en) * 2003-06-05 2004-12-24 Internatl Business Mach Corp <Ibm> Source code conversion apparatus, source code conversion method, and program
JP2005196291A (en) * 2003-12-26 2005-07-21 Fujitsu Ltd User interface application development program and development device
JP2005309655A (en) * 2004-04-20 2005-11-04 Mahk Computing Kk Specialization design information generation system and completion file generation system

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011521366A (en) * 2008-05-23 2011-07-21 イルデト カナダ コーポレーション System and method for generating a white-box implementation of a software application
JP2009294940A (en) * 2008-06-05 2009-12-17 Toshiba Corp Generation device for program and specification, and generation program for specification
JP4672754B2 (en) * 2008-06-05 2011-04-20 株式会社東芝 Program / design document generation apparatus and program / design document generation program
KR101020145B1 (en) * 2009-04-22 2011-03-07 쉬프트정보통신 주식회사 Extensible Markup Language based ICOM plug-in system
JP2011060277A (en) * 2009-08-31 2011-03-24 Accenture Global Services Gmbh Integration environment generator
US8689177B2 (en) 2009-08-31 2014-04-01 Accenture Global Services Limited Integration environment generator
US9329809B2 (en) 2010-07-30 2016-05-03 Kyocera Document Solutions Inc. Systems and methods for hierarchical source file conversion and output using a base file comprising display information, library function, display message, and tag defining information necessity
WO2015140975A1 (en) * 2014-03-20 2015-09-24 三菱電機株式会社 Action designing device and action designing program
JP6022111B2 (en) * 2014-03-20 2016-11-09 三菱電機株式会社 Motion design apparatus and motion design program
CN107016003A (en) * 2016-01-28 2017-08-04 北京国双科技有限公司 The methods of exhibiting and device of system output data
KR102663420B1 (en) 2023-08-01 2024-05-07 인스피언 주식회사 Appartus for providing application services, method thereof, and computationally-implementable storage medium for storing a program for providing application services

Similar Documents

Publication Publication Date Title
US9465590B2 (en) Code generation framework for application program interface for model
JP2007087127A (en) Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program
Langer et al. EMF Profiles: A Lightweight Extension Approach for EMF Models.
CN111061475A (en) Software code generation method and device, computer equipment and storage medium
JPH09259153A (en) Device and method for generating batch execution control program
CN112069456A (en) Model file generation method and device, electronic equipment and storage medium
CN110955410A (en) Automatic code generation method, device, equipment and medium
WO2012157082A1 (en) Parameter-setting device and parameter-setting system
Gómez et al. An approach to the co-creation of models and metamodels in Enterprise Architecture Projects.
US9244706B2 (en) Command line shell command generation based on schema
CN110647564A (en) Hive table establishing method, electronic device and computer readable storage medium
TWI437457B (en) Method for analyzing dependency of target object
CN110286901B (en) CAD-based script generation method, system and storage medium
JP7131119B2 (en) Systems and methods for merging source data from a source application with target data in a target application
Monteiro et al. MDGore: Towards model-driven and goal-oriented requirements engineering
CN110989999A (en) Code generation method and device, electronic equipment and medium
JP6794668B2 (en) Programming device
JP2009211143A (en) Information processor and information processing program
JP2018037031A (en) Data migration program generation system and program for creating data migration program
JP2008165388A (en) Program update management system, program update management method and computer program
JP2009176178A (en) Global variable definition system of plc
CN112181398A (en) Configuration file processing device, method and storage medium
CN117687681B (en) Version management method and system for low-code application
JP2003280956A5 (en)
JP6798506B2 (en) Procedure generation system, procedure generation method and procedure generation program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080428

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110330

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110830

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120110