JP2004164463A - Method for automatically constructing database system - Google Patents

Method for automatically constructing database system Download PDF

Info

Publication number
JP2004164463A
JP2004164463A JP2002331658A JP2002331658A JP2004164463A JP 2004164463 A JP2004164463 A JP 2004164463A JP 2002331658 A JP2002331658 A JP 2002331658A JP 2002331658 A JP2002331658 A JP 2002331658A JP 2004164463 A JP2004164463 A JP 2004164463A
Authority
JP
Japan
Prior art keywords
information
database system
database
stored
attribute 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
JP2002331658A
Other languages
Japanese (ja)
Inventor
Munenori Shimizu
宗徳 清水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2002331658A priority Critical patent/JP2004164463A/en
Publication of JP2004164463A publication Critical patent/JP2004164463A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To automatically generate a database system for storing and managing information. <P>SOLUTION: The method for automatically constructing the database system is constituted of a construction GUI tool, an automatic program generation tool and an automatic construction tool to automatically generate database structure from basic models. Also a program for a user interface is automatically generated. Consequently also a database system having operation flows such as examination/approval for data registration and the setting of access right can be simply constructed. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、情報を保管・管理するデータベースシステムの構築に必要なプログラムやスクリプトの自動生成と、それらを用いてデータベースシステムの自動構築に関するものである。
【0002】
【従来の技術】
近年はさまざまな情報をデータベースを利用して保管・管理することは通常に行われている。データベースを利用することで、情報の管理や保守が容易になるばかりか、情報の効率的な検索も可能になっている。
【0003】
このようなデータベースシステムの構築においては、保管する情報の種類、情報に付加して保管する属性情報の種類、検索に使用する検索項目、業務フローなどの要求を分析し、データベースの物理構造やユーザインタフェースを設計し開発している。あるいは、目的の業務フローに近いパッケージソフトウェアをカスタマイズして使用している。
【0004】
データベースシステムの構築技術として、特開平11―102293に記載されたプログラムの自動生成方法がある。この技術は、分散型3階層のシステムを構築できる技術であり、各階層間でのインタフェースを自動生成することで、プログラム不良の混入を防止し、開発工数の削減に効果がある。
【0005】
【発明が解決しようとする課題】
一般的によく使われる業務フローでのデータベースシステムであっても、保管する情報の種類や属性情報の違いにより、設計・開発の専門分野の技術者の工数が必要となり、構築までの期間が必要となる。
【0006】
パッケージソフトウェアをカスタマイズする場合でもカスタマイズ期間が必要になるだけでなく、元のパッケージソフトウェアが持つ機能でも使用しない機能があった場合はシステムが冗長になってしまう。
【0007】
また、個別に設計されるデータベースでは、データベースの物理構造の標準化や、ユーザインタフェースの統一化が難しく、新規に追加した機能を他のデータベースシステムに流用することが難しくなっている。
【0008】
特開平11―102293号公報に記載された技術においては、分散型3階層のシステムを構築するプログラムの自動生成に主眼を置いたものであり、データベース構築までを包含していない。また、業務フローの扱に対して解決がなされていない。さらに、データベース内部構造の標準化に向けての方策は含まれていない。
【0009】
【課題を解決するための手段】
本発明では、審査・承認やアクセス権設定などの業務フローを実現できる標準的なデータベース構造を提供し、保管する情報や属性情報をパラメタ化して与えることで、目的とするデータベースシステムを自動で構築するものである。
【0010】
構築されたデータベースは、データベース物理構造、データベースAPI、ユーザインタフェース部から構成され、すぐに実運用可能なものである。
【0011】
審査・承認を必要としない場合は、その機能に関するテーブルやユーザインタフェースを生成しない。アクセス権の設定を必要としない場合は、その機能に関するテーブルやユーザインタフェースを生成しない。これによって、冗長性の少ないシステムを構築することができる。
【0012】
すでに本システムで作成したデータベースシステムに対して新しい機能が追加された場合、データベースの物理構造やAPIが標準化されているため、その機能を他のデータベースシステムに移植することが容易である。さらに、その機能を含んだデータベースを自動構築できるよう拡張することも容易になる。
【0013】
【発明の実施の形態】
図1は本発明の実施形態であるデータベース自動構築を行ためのシステム構成を示す図である。本システムは、構築GUIツール101、プログラム自動生成ツール103、自動構築ツール108から構成され、プログラム自動生成ツール、自動構築ツールは構築GUIツールへのユーザからの操作で起動されるようになっている。
【0014】
構築GUIツールでは、保管する情報の種類や属性情報の編集を行い、結果を定義情報102として保存する。これは、作成途中の定義情報も保存できる。
【0015】
プログラム自動生成ツールは定義情報を読み込み、リレーショナル・データベースのテーブルを作成するためのデータベース定義記述104、データベースとユーザインタフェースプログラムのインタフェースとなるプロシジャを生成するためのAPIプロシジャ定義記述105、データベースの情報検索等に使用するビューを生成するためのAPIビュー記述106、そして、ユーザインタフェースを実現するためのプログラム107を自動で生成する。
【0016】
自動構築ツールは、プログラム自動生成ツールが出力した定義記述からデータベースを生成する。また、必要があればユーザインタフェースプログラムを実行可能なモジュールに変換する。
【0017】
(実施例)
図2は本発明の実施例で使用したデータベース構造の基本となる雛型である。ユーザ情報はUSERSテーブル201に格納される。
【0018】
本実施例では、複数種目の情報が同一データベースシステム上で管理できるよう、情報の種目を管理するCATEGORIESテーブル202がある。このテーブルの情報はデータベースシステム構築時に設定され、通常のシステム運用時には変更されない。
【0019】
保管されるデータ毎の情報は、INDEXESテーブル205に格納される。INDEXESテーブルはCATEGORIESテーブルへのリファレンスがあり、どのカテゴリの情報化を判断できるようになっている。また、審査・承認のフローを管理するためのステータス情報も保持する。
【0020】
ATTRIBUTESテーブル207は属性情報を保持するテーブルであり、カテゴリの数だけ生成する。INDEXテーブルの情報はカテゴリによって定まるATTRIBUTEテーブルの情報と一対一に対応させる。ATTRIBUTEテーブル名は、検索時や属性表示時にどのATTRIBUTEテーブルを検索するかの情報となり、ユーザインタフェースプログラムに反映される。ATTRIBUTEテーブルで管理する属性情報に対応した列名や列の順番なども、ユーザインタフェースプログラムに反映される。
【0021】
カテゴリ毎に保管する情報の定義をDATATYPESテーブル203で保持する。このテーブルの情報はデータベースシステム構築時に設定され、通常のシステム運用時には変更されない。このテーブルに設定された情報は、ユーザインタフェースプログラムに反映される。
【0022】
保管する情報はDATAFILESテーブル208に格納する。外部ファイルとして格納する場合は、その保管場所を格納する。
【0023】
どのINDEX情報単位にどのDATAFILE情報が含まれるかをDATACLASSESテーブル206で管理する。このテーブルにはDATATYPESへの参照も含まれており、保管している情報の種類が得られるようになっている。このテーブルは、1個のDATAFILE情報が複数のINDEX情報単位に含まれることも可能にしている。
【0024】
アクセス権の設定は、ACCESSテーブルで行う。ACCESSテーブルは、INDEX情報単位とユーザ情報を関連図ける役目をもっている。また、対象フィールドには属性情報へのアクセス権か、保管情報へのアクセス権かを指定するようになっている。
【0025】
図3は本実施例で使用した審査・承認のフロー図である。この状態遷移の状態値はINDEXテーブルのステータスフィールドに格納され、ユーザインタフェースプログラムによって、この図のフローに従って変更されるようになる。
【0026】
本実施例では、ユーザインタフェースをWebを用いたGUIとした。このため、ユーザインタフェースプログラムとして、CGIプログラムを生成するようにした。
【0027】
図5は属性情報の入力方法に関するパラメタを示したものである。テキスト入力には1行のみの入力と複数行の入力を用意した。日付は、年、月、日をプルダウンメニューで入力できるGUIを生成する。数値入力には、補助単位をプルダウンで選択できるものも用意した。どの補助単位を利用するかも別途パラメタで指定できる。選択では、システム構築時に選択項目が決まっているものと、運用時に変更があるものがあるため、2種類を用意した。後者の場合、特定のテーブルに追加したものが選択項目となる。このテーブル名の指定が必要であり、そのテーブルは自動生成されるデータベース定義記述の中にテーブル生成のコマンドが埋め込まれる。
【0028】
図5はアクセス権設定の概念図である。アクセス権は、属性情報と保管情報と別々に独立して設定することができる。
【0029】
図6は属性情報の検索方法に関するパラメタを示したものである。テキスト情報は部分一致の検索とした。日付、数値は範囲指定で検索できるようにしてある。
【0030】
図7は表示方法に関するパラメタを示したものである。
【0031】
以上のような入力・検索・表示方法に加えて、表示する順番等も定義情報に保管する。
【0032】
図8は実施例で作成した構築GUIツールのメイン画面である。701はメニューバーであり、ここからさまざまな操作を行うことができる。702はファイルメニューから表示されるサブメニューである。ここから、新規の定義情報を作成したり、編集中のデータを保存したり、ツールの終了などを行うことができる。703は編集メニューから表示されるサブメニューである。ここから、カテゴリの追加・編集・削除、保管情報の追加・変更・削除、属性情報の追加・変更・削除を行うことができる。
【0033】
704は表示メニューから表示されるサブメニューである。ここから、入力画面・一覧表示画面・検索画面をプレビュー表示することができる。705はD/B構築メニューから表示されるサブメニューである。ここから、プログラム自動生成ツールを起動したり、データベースシステムの構築を行うことができる。
【0034】
【発明の効果】
本発明は、データベースやプログラミング等の専門分野の知識がない者であっても、短時間にデータベースシステムの構築が可能な環境を提供する。
【0035】
構築されたシステムは、標準化されたデータベース構造となっているため、他のデータベースで追加された機能の取り込みが容易になるといった利点が発生する。また、GUIの操作も統一化され、複数のデータベースシステムを使う場合の操作習得性を向上させ、操作ミスの発生を防止できる効果も考えられる。
【図面の簡単な説明】
【図1】本発明の実施形態であるデータベース自動構築のシステム構成図
【図2】本発明の実施例で用いた業務フローを実現するためのベースになるデータベース構造
【図3】本発明の実施例で用いた審査・承認フロー
【図4】本発明の実施例で用いたアクセス権設定の概念
【図5】本発明の実施例で用意した属性入力の種類
【図6】本発明の実施例で用意した属性検索の種類
【図7】本発明の実施例で用意した属性表示の種類
【図8】本発明の実施例で作成した構築GUIツールのメイン画面
【符号の説明】
101 データベースシステム構築のためのGUIを提供するツール
102 構築ツールに入力された情報を保持する部分
103 データベースシステム構築に必要なプログラムを自動生成するツール104 データベース内にテーブルを生成するための記述がある自動生成されたファイル
105 データベース内にAPI用プロシジャを生成するための記述がある自動生成されたファイル
106 データベース内にAPI用ビューを生成するための記述がある自動生成されたファイル
107 ユーザインタフェースを生成するためのプログラム記述がある自動生成されたファイル
108 自動生成されたファイルから目的のデータベースシステムを自動構築するツール
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to automatic generation of programs and scripts required for constructing a database system for storing and managing information, and to automatic construction of a database system using the programs and scripts.
[0002]
[Prior art]
In recent years, storing and managing various information using a database has been performed normally. The use of a database not only facilitates management and maintenance of information, but also enables efficient search of information.
[0003]
In constructing such a database system, the type of information to be stored, the type of attribute information to be added to the information and stored, the search items to be used for the search, and the requirements such as business flow are analyzed, and the physical structure of the database and the user are analyzed. Designing and developing interfaces. Alternatively, the user customizes and uses package software that is close to the intended business flow.
[0004]
As a technique for constructing a database system, there is an automatic program generation method described in JP-A-11-102293. This technology is a technology capable of constructing a distributed three-layer system. By automatically generating an interface between each layer, it is possible to prevent program defects from being mixed and reduce the number of development steps.
[0005]
[Problems to be solved by the invention]
Even for a database system in a commonly used business flow, the number of man-hours required by engineers in the specialized fields of design and development is required due to differences in the type of information to be stored and the attribute information, and a period of time until construction is required It becomes.
[0006]
When customizing package software, not only is a customization period required, but also if the original package software has functions that are not used, the system becomes redundant.
[0007]
Further, in a database designed individually, it is difficult to standardize the physical structure of the database and unify the user interface, and it is difficult to divert a newly added function to another database system.
[0008]
The technique described in Japanese Patent Application Laid-Open No. H11-102293 focuses on automatic generation of a program for constructing a distributed three-layer system, and does not cover up to database construction. No solution has been made to the handling of business flows. Furthermore, it does not include measures for standardizing the internal structure of the database.
[0009]
[Means for Solving the Problems]
According to the present invention, a standard database structure that can realize a business flow such as examination / approval and access right setting is provided, and information to be stored and attribute information are given as parameters, thereby automatically constructing a target database system. To do.
[0010]
The constructed database is composed of a database physical structure, a database API, and a user interface unit, and can be immediately operated.
[0011]
If examination / approval is not required, no table or user interface for that function is generated. When the setting of the access right is not required, a table and a user interface related to the function are not generated. As a result, a system with little redundancy can be constructed.
[0012]
When a new function is added to a database system already created by this system, the function is easy to port to another database system because the physical structure and API of the database are standardized. Further, it is easy to extend the database including the function so that the database can be automatically constructed.
[0013]
BEST MODE FOR CARRYING OUT THE INVENTION
FIG. 1 is a diagram showing a system configuration for performing automatic database construction according to an embodiment of the present invention. This system includes a construction GUI tool 101, a program automatic generation tool 103, and an automatic construction tool 108, and the program automatic generation tool and the automatic construction tool are activated by a user operation on the construction GUI tool. .
[0014]
The construction GUI tool edits the type of information to be stored and attribute information, and saves the result as definition information 102. This can also save definition information that is being created.
[0015]
The program automatic generation tool reads definition information, creates a relational database table, creates a database definition description 104, creates an interface between the database and a user interface program, creates an API procedure definition description 105, and searches database information. For example, an API view description 106 for generating a view used for, for example, and a program 107 for realizing a user interface are automatically generated.
[0016]
The automatic construction tool generates a database from the definition description output by the automatic program generation tool. If necessary, the user interface program is converted into an executable module.
[0017]
(Example)
FIG. 2 shows a basic template of the database structure used in the embodiment of the present invention. User information is stored in the USERS table 201.
[0018]
In this embodiment, there is a CATEGORIES table 202 for managing information items so that a plurality of types of information can be managed on the same database system. The information in this table is set when the database system is constructed, and is not changed during normal system operation.
[0019]
Information for each stored data is stored in the INDEXES table 205. The INDEXES table has a reference to the CATEGORIES table, so that it is possible to determine which category of computerization. It also holds status information for managing the examination / approval flow.
[0020]
The ATTRIBUTES table 207 is a table that holds attribute information, and is generated by the number of categories. The information in the INDEX table is made to correspond one-to-one with the information in the ATTRIBUTE table determined by the category. The ATTRIBUTE table name is information as to which ATTRIBUTE table is searched at the time of search or attribute display, and is reflected in the user interface program. The column names and column order corresponding to the attribute information managed in the ATTRIBUTE table are also reflected in the user interface program.
[0021]
The definition of information to be stored for each category is held in the DATATYPES table 203. The information in this table is set when the database system is constructed, and is not changed during normal system operation. The information set in this table is reflected in the user interface program.
[0022]
The information to be stored is stored in the DATAFILES table 208. When storing as an external file, store the storage location.
[0023]
Which DATAFILE information is included in which INDEX information unit is managed by the DATACLASSES table 206. This table includes a reference to DATATYPES so that the type of stored information can be obtained. This table also allows one piece of DATAFILE information to be included in a plurality of INDEX information units.
[0024]
The setting of the access right is performed in the ACCESS table. The ACCESS table has a role of associating the INDEX information unit with the user information. In the target field, an access right to attribute information or an access right to storage information is designated.
[0025]
FIG. 3 is a flowchart of the examination / approval used in this embodiment. The state value of this state transition is stored in the status field of the INDEX table, and is changed by the user interface program in accordance with the flow of FIG.
[0026]
In the present embodiment, the user interface is a GUI using the Web. For this reason, a CGI program is generated as a user interface program.
[0027]
FIG. 5 shows parameters related to a method of inputting attribute information. For text input, input of only one line and input of multiple lines were prepared. For the date, a GUI is generated in which the year, month, and day can be input from pull-down menus. For numerical input, an auxiliary unit that can be selected from a pull-down menu is also provided. Which auxiliary unit is to be used can be separately specified by a parameter. There are two types of selections, some of which are fixed when the system is constructed and some of which are changed during operation. In the latter case, the items added to the specific table are the selection items. This table name needs to be specified, and the table generation command is embedded in the automatically generated database definition description.
[0028]
FIG. 5 is a conceptual diagram of access right setting. The access right can be set separately and independently for the attribute information and the storage information.
[0029]
FIG. 6 shows parameters relating to a method of searching for attribute information. Text information was searched for partial matches. Dates and numbers can be searched by specifying the range.
[0030]
FIG. 7 shows parameters related to the display method.
[0031]
In addition to the input, search, and display methods described above, the display order and the like are also stored in the definition information.
[0032]
FIG. 8 is a main screen of the construction GUI tool created in the embodiment. Reference numeral 701 denotes a menu bar, from which various operations can be performed. 702 is a submenu displayed from the file menu. From here, new definition information can be created, data being edited can be saved, and the tool can be terminated. 703 is a submenu displayed from the edit menu. From here, it is possible to add / edit / delete categories, add / change / delete storage information, and add / change / delete attribute information.
[0033]
Reference numeral 704 denotes a submenu displayed from the display menu. From here, the input screen, list display screen, and search screen can be previewed. Reference numeral 705 denotes a submenu displayed from the D / B construction menu. From here, an automatic program generation tool can be activated, and a database system can be constructed.
[0034]
【The invention's effect】
The present invention provides an environment in which a database system can be constructed in a short time, even for those who do not have knowledge of a specialized field such as a database or programming.
[0035]
Since the constructed system has a standardized database structure, there is an advantage that functions added in other databases can be easily taken in. In addition, the GUI operation is also unified, so that it is possible to improve the operation learning when using a plurality of database systems and to prevent the occurrence of operation errors.
[Brief description of the drawings]
FIG. 1 is a system configuration diagram of a database automatic construction according to an embodiment of the present invention; FIG. 2 is a database structure serving as a base for realizing a business flow used in an embodiment of the present invention; FIG. Examination / approval flow used in the example [Fig. 4] Concept of access right setting used in the embodiment of the present invention [Fig. 5] Type of attribute input prepared in the embodiment of the present invention [Fig. 6] Embodiment of the present invention Types of attribute search prepared in [FIG. 7] Types of attribute display prepared in the embodiment of the present invention [FIG. 8] Main screen of the construction GUI tool created in the embodiment of the present invention [Explanation of symbols]
101 A tool for providing a GUI for building a database system 102 A part for holding information input to a building tool 103 A tool for automatically generating a program required for building a database system 104 There is a description for generating a table in a database Automatically generated file 105 Automatically generated file 106 with description for generating API procedures in database Automatically generated file 107 with description for generating API view in database Generated user interface Automatically generated file 108 with program description for creating a tool for automatically constructing the target database system from the automatically generated file

Claims (5)

データベースを用いて情報を保管・管理するシステムの構築において、
保管する情報の種類と数と、
その情報に付加する属性情報の種類と数と、
属性情報の入力方法と表示方法と、
属性情報の中から検索に使用する検索項目と検索方法などの入力情報から、決められた業務フローに従ったデータベースシステムを自動構築する手法。
In building a system that stores and manages information using a database,
The type and number of information stored,
The type and number of attribute information to be added to the information,
How to enter and display attribute information,
A method of automatically constructing a database system according to a predetermined business flow from input information such as search items and search method used for search from attribute information.
請求項1で構築できるデータベースシステムにおいて、
保管する情報と属性情報に対して、審査・承認のフローを持たせることができる請求項1の手法。
In a database system that can be constructed according to claim 1,
The method according to claim 1, wherein a flow of examination / approval can be provided for the information to be stored and the attribute information.
請求項1で構築できるデータベースシステムにおいて、
保管する情報に対してのアクセス権や属性情報閲覧に対してのアクセス権の設定が可能な請求項1の手法。
In a database system that can be constructed according to claim 1,
2. The method according to claim 1, wherein an access right to information to be stored and an access right to attribute information browsing can be set.
上記データベースシステムを構築するにあたって、
業務フローで必要なテーブル構造の雛型を用いて、
必要な機能部分を実現するためのプログラムや記述を選択的に生成できるプログラム自動生成機能を持つことを特徴とする、請求項1、2又は3の手法。
In building the above database system,
Using the template of the table structure required in the business flow,
4. The method according to claim 1, further comprising an automatic program generation function capable of selectively generating a program or a description for realizing a necessary functional part.
データベースシステムを自動構築するための条件の指定や、
データベースシステムを自動構築する指示を行う指示を、
GUIで行うことのできる請求項1、2、3又は4の手法。
Specify conditions for automatically building a database system,
The instruction to perform the automatic construction of the database system,
The method according to claim 1, 2, 3, or 4, which can be performed by a GUI.
JP2002331658A 2002-11-15 2002-11-15 Method for automatically constructing database system Pending JP2004164463A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002331658A JP2004164463A (en) 2002-11-15 2002-11-15 Method for automatically constructing database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002331658A JP2004164463A (en) 2002-11-15 2002-11-15 Method for automatically constructing database system

Publications (1)

Publication Number Publication Date
JP2004164463A true JP2004164463A (en) 2004-06-10

Family

ID=32808965

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002331658A Pending JP2004164463A (en) 2002-11-15 2002-11-15 Method for automatically constructing database system

Country Status (1)

Country Link
JP (1) JP2004164463A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007133624A (en) * 2005-11-10 2007-05-31 Hitachi Ltd Information management method and device using connection relation information
JP2011258101A (en) * 2010-06-11 2011-12-22 Tetsuo Kamei Information utilization system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007133624A (en) * 2005-11-10 2007-05-31 Hitachi Ltd Information management method and device using connection relation information
JP2011258101A (en) * 2010-06-11 2011-12-22 Tetsuo Kamei Information utilization system

Similar Documents

Publication Publication Date Title
KR101627594B1 (en) Managing and automatically linking data objects
US7571392B2 (en) User definable task based interface
JP4827834B2 (en) Method and apparatus for modifying process control data
US7725501B1 (en) System and method for rapid database application deployment and use
US20030233374A1 (en) Dynamic workflow process
US20070106629A1 (en) System and method for accessing data
RU2406115C2 (en) Accessing complex data
JPH08110892A (en) System configuration device
US8515786B2 (en) Rule generation system adapted for an insurance claim processing system
US20110246535A1 (en) Apparatus and Method for Constructing Data Applications in an Unstructured Data Environment
US20070198987A1 (en) API for obtaining unambiguous representation of objects in a relational database
US8548967B1 (en) System for visual query and manipulation of configuration management records
US7657554B2 (en) Method and system for managing user interface messages
JP2008217651A (en) Design support device, design support method and program
CN113168497A (en) Improved electronic form and method for updating electronic form
WO2005094500A2 (en) Document development platform
US20080040677A1 (en) HMI Development Support Apparatus, HMI Development Support Method and HMI Development Support Program
US20240036890A1 (en) System and method of a modular framework for configuration and reuse of web components
US7076779B2 (en) System for controlling and monitoring a process
JP2004355326A (en) Software development support program, recording medium with the program recorded thereon and software development support system
JP2000242490A (en) Software development managing device, information presenting device, and program recording medium
JP2004164463A (en) Method for automatically constructing database system
JP4906424B2 (en) Web service design method and apparatus
CN113568902A (en) Management system and method of PDS pipeline reference database
CN109634606A (en) A kind of method and device of defined function menu