JP4369864B2 - Component management system and component management program - Google Patents

Component management system and component management program Download PDF

Info

Publication number
JP4369864B2
JP4369864B2 JP2004370711A JP2004370711A JP4369864B2 JP 4369864 B2 JP4369864 B2 JP 4369864B2 JP 2004370711 A JP2004370711 A JP 2004370711A JP 2004370711 A JP2004370711 A JP 2004370711A JP 4369864 B2 JP4369864 B2 JP 4369864B2
Authority
JP
Japan
Prior art keywords
component
project
information
management database
keyword
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.)
Expired - Fee Related
Application number
JP2004370711A
Other languages
Japanese (ja)
Other versions
JP2006178708A (en
Inventor
雅代 劔持
千博 田中
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Information Systems Corp
Original Assignee
Mitsubishi Electric Information Systems Corp
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 Mitsubishi Electric Information Systems Corp filed Critical Mitsubishi Electric Information Systems Corp
Priority to JP2004370711A priority Critical patent/JP4369864B2/en
Publication of JP2006178708A publication Critical patent/JP2006178708A/en
Application granted granted Critical
Publication of JP4369864B2 publication Critical patent/JP4369864B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ソフトウェアの開発においてプロジェクト管理を行うシステムと連携してソフトウェアのコンポーネントを管理するコンポーネント管理システム及びコンポーネント管理方法及びコンポーネント管理プログラムに関するものである。   The present invention relates to a component management system, a component management method, and a component management program for managing software components in cooperation with a project management system in software development.

特許文献1では、複数の利用者の間で文書を共有するためのシステムにおいて、条件を指定して文書を検索し、検索した文書をその検索に用いた条件とともにデータベース(DB)に登録する。利用者は、新規の文書を作成する際に、検索条件を入力し、入力した検索条件に対応する文書をデータベースから検索する。そして、新規の文書を一から作成するのではなく、検索した文書を利用して文書を作成する。
特開2002−169814号公報
In Patent Document 1, in a system for sharing a document among a plurality of users, a document is searched by specifying a condition, and the searched document is registered in a database (DB) together with a condition used for the search. When creating a new document, the user inputs a search condition and searches the database for a document corresponding to the input search condition. Then, instead of creating a new document from scratch, a document is created using the retrieved document.
JP 2002-169814 A

ソフトウェアの開発において、複数のプロジェクトが同時に進行していると仮定する。ここで、プロジェクトとは、複数のプログラムを組み合わせたもの、又はそれを開発する活動のことである。例えば、プロジェクトAでは、オブジェクト指向プログラミングなどにおけるクラスの設計を行い、クラスAというコンポーネントを開発したとする。プロジェクトBもまた、クラスの設計を行い、クラスBというコンポーネントを開発したとする。ここで、コンポーネントとは、クラスや関数などのプログラムの一部であり、ソフトウェアの開発の単位とすることができるものをいう。   Assume that multiple projects are in progress in software development. Here, a project is a combination of a plurality of programs or an activity for developing them. For example, in Project A, it is assumed that a class is designed in object-oriented programming and a component called Class A is developed. Project B also designs a class and develops a component called Class B. Here, a component is a part of a program such as a class or a function, and can be a unit of software development.

クラスAとクラスBは同等の処理を行うコンポーネントだとしても、プロジェクトAとプロジェクトBで互いの情報を共有できなかったため、別のコンポーネントとして作成されてしまう。このような現象が、プロジェクト数に比例して発生しており、無駄な工数がかかっている。   Even if class A and class B are components that perform the same processing, information cannot be shared between project A and project B, so they are created as separate components. Such a phenomenon occurs in proportion to the number of projects, and wastes man-hours.

従来技術では、上記のように複数のプロジェクトにおいて利用可能なコンポーネント(共通コンポーネント)をデータベースに格納して共有し、過去のプロジェクトで作成されたコンポーネントを他のプロジェクトで利用することができた。しかし、そのコンポーネントがどのような機能を持ち、誰によっていつ作成され、どのようなプロジェクトで利用されたかという情報がなく、共通コンポーネントが利用されづらいという課題があった。また、従来技術では、作成中のコンポーネントはデータベースに登録されていないため、上記の例のように同時に進行しているプロジェクトの間では、同じ機能を持ったコンポーネントを別々に作成してしまうという課題があった。   In the prior art, as described above, components (common components) that can be used in a plurality of projects are stored and shared in a database, and components created in past projects can be used in other projects. However, there is a problem that it is difficult to use the common component because there is no information on what function the component has, when it was created by whom, and in what project. In addition, in the conventional technology, because the component being created is not registered in the database, between the projects that are progressing simultaneously as in the above example, the component that creates the same function separately was there.

本発明は、共通コンポーネントと共通コンポーネントに関する様々な情報をデータベースで管理し、共通コンポーネントの再利用を促進することを目的とする。   An object of the present invention is to manage a common component and various information related to the common component in a database, and promote reuse of the common component.

本発明に係るコンポーネント管理システムは、
複数のプログラムを組み合わせたプロジェクトの特徴を示すプロジェクト情報を管理するプロジェクト管理データベースと接続し、プログラムの一部を再利用可能なコンポーネントとして管理するコンポーネント管理システムであって
コンポーネントとともに当該コンポーネントに関する情報を管理するコンポーネント管理データベースと、
作成が完了していないコンポーネントを含む新規プロジェクトに関してユーザにより入力されるプロジェクト情報を前記プロジェクト管理データベースから取得するプロジェクト情報取得部と、
前記プロジェクト情報取得部が取得したプロジェクト情報に含まれるキーワードを抽出するキーワード抽出部と、
前記キーワード抽出部が抽出したキーワードを用いて、前記新規プロジェクトで利用可能であると推測されるコンポーネントを前記コンポーネント管理データベースから検索する検索部と、
前記検索部が検索したコンポーネントの一覧をユーザに対して出力する出力部とを備えることを特徴とする。
The component management system according to the present invention includes:
A component management system that manages a part of a program as a reusable component by connecting to a project management database that manages project information that shows the characteristics of a project that combines multiple programs. Component management database to
A project information acquisition unit that acquires, from the project management database, project information input by a user regarding a new project including a component that has not been created;
A keyword extraction unit for extracting keywords included in the project information acquired by the project information acquisition unit;
Using the keyword extracted by the keyword extraction unit, a search unit that searches the component management database for a component that is assumed to be usable in the new project;
And an output unit that outputs a list of components searched by the search unit to a user.

前記プロジェクト情報は、さらに、
ユーザが前記新規プロジェクトで利用予定のコンポーネントを示す利用予定コンポーネント情報を含み、
前記コンポーネント管理システムは、さらに、
前記新規プロジェクトに関してユーザにより入力される利用予定コンポーネント情報を前記プロジェクト管理データベースから取得する利用予定コンポーネント情報取得部と、
前記利用予定コンポーネント情報取得部が取得した利用予定コンポーネント情報を前記コンポーネント管理データベースに登録する利用予定コンポーネント情報登録部とを備えることを特徴とする。
The project information further includes:
Including use-scheduled component information indicating a component scheduled to be used by the user in the new project;
The component management system further includes:
Use schedule component information acquisition unit for acquiring use schedule component information input by the user regarding the new project from the project management database;
A utilization-scheduled component information registration unit that registers the utilization-scheduled component information acquired by the utilization-scheduled component information acquisition unit in the component management database;

前記プロジェクト情報は、さらに、
ユーザが前記新規プロジェクトで作成予定のコンポーネントを示す作成予定コンポーネント情報を含み、
前記コンポーネント管理システムは、さらに、
前記新規プロジェクトに関してユーザにより入力される作成予定コンポーネント情報を前記プロジェクト管理データベースから取得する作成予定コンポーネント情報取得部と、
前記作成予定コンポーネント情報取得部が取得した作成予定コンポーネント情報を前記コンポーネント管理データベースに登録する作成予定コンポーネント情報登録部とを備えることを特徴とする。
The project information further includes:
Including creation-scheduled component information indicating a component scheduled to be created by the user in the new project;
The component management system further includes:
A creation-scheduled component information acquisition unit that acquires the creation-scheduled component information input by the user regarding the new project from the project management database;
A creation-scheduled component information registration unit that registers the creation-scheduled component information acquired by the creation-scheduled component information acquisition unit in the component management database.

前記コンポーネント管理システムは、さらに、
ユーザにより入力されるキーワードを取得するキーワード取得部を備え、
前記検索部は、
前記キーワード取得部が取得したキーワードを用いて、コンポーネントを前記コンポーネント管理データベースから検索し、
前記出力部は、
前記検索部が検索したコンポーネントの一覧をユーザに対して表示することを特徴とする。
The component management system further includes:
A keyword acquisition unit for acquiring a keyword input by a user;
The search unit
Using the keyword acquired by the keyword acquisition unit, search for the component from the component management database,
The output unit is
A list of components searched by the search unit is displayed to a user.

前記コンポーネント管理データベースは、
コンポーネントを特定のグループに分類して管理し、
前記コンポーネント管理システムは、さらに、
ユーザにより選択されるグループを特定するグループ特定部を備え、
前記検索部は、
前記グループ特定部が特定したグループに属するコンポーネントを前記コンポーネント管理データベースから検索し、
前記出力部は、
前記検索部が検索したコンポーネントの一覧をユーザに対して表示することを特徴とする。
The component management database is
Manage components by grouping them into specific groups,
The component management system further includes:
A group specifying unit for specifying a group selected by the user;
The search unit
Search the component management database for components belonging to the group specified by the group specifying unit,
The output unit is
A list of components searched by the search unit is displayed to a user.

前記プロジェクト情報取得部は、
作成が完了したコンポーネントを含む完了プロジェクトに関してユーザにより入力されるプロジェクト情報を前記プロジェクト管理データベースから取得し、
前記プロジェクト情報は、さらに、
ユーザが前記完了プロジェクトで作成を完了したコンポーネントを示す作成コンポーネント情報を含み、
前記コンポーネント管理システムは、さらに、
前記完了プロジェクトに関してユーザにより入力される作成コンポーネント情報を前記プロジェクト管理データベースから取得する作成コンポーネント情報取得部と、
前記作成コンポーネント情報取得部が取得した作成コンポーネント情報に示されるコンポーネントと関連するファイルが所定の場所に保存されていない場合、ユーザに対して当該ファイルの保存要求を通知するファイル要求部と、
前記作成コンポーネント情報取得部が取得した作成コンポーネント情報に示されるコンポーネントと関連するファイルが所定の場所に保存されている場合、当該作成コンポーネント情報を前記コンポーネント管理データベースに登録する作成コンポーネント情報登録部とを備えることを特徴とする。
The project information acquisition unit
Obtain project information entered by the user from the project management database regarding the completed project including the completed component,
The project information further includes:
Including creation component information indicating a component that the user has created in the completed project,
The component management system further includes:
A creation component information acquisition unit that acquires creation component information input by the user regarding the completed project from the project management database;
A file request unit for notifying a user of a storage request for a file when a file related to the component indicated in the generated component information acquired by the generated component information acquisition unit is not stored in a predetermined location;
A creation component information registration unit for registering the creation component information in the component management database when a file related to the component indicated by the creation component information obtained by the creation component information acquisition unit is stored in a predetermined location; It is characterized by providing.

前記コンポーネント管理データベースは、
コンポーネントの利用履歴を示す履歴情報を管理し、
前記プロジェクト情報は、さらに、
ユーザが前記完了プロジェクトで利用したコンポーネントを示す利用コンポーネント情報を含み、
前記コンポーネント管理システムは、さらに、
前記完了プロジェクトに関してユーザにより入力される利用コンポーネント情報を前記プロジェクト管理データベースから取得する利用コンポーネント情報取得部と、
前記利用コンポーネント情報取得部が取得した利用コンポーネント情報を前記コンポーネント管理データベースに登録するとともに、当該利用コンポーネント情報に示されるコンポーネントの利用履歴に関して前記履歴情報を更新する利用コンポーネント情報登録部とを備え、
前記出力部は、
前記履歴情報を参照して前記検索部が検索したコンポーネントの一覧を利用頻度の高い順に並べて出力することを特徴とする。
The component management database is
Manages history information indicating component usage history,
The project information further includes:
Including used component information indicating a component used by the user in the completed project;
The component management system further includes:
A usage component information acquisition unit that acquires usage component information input by the user regarding the completed project from the project management database;
A usage component information registration unit that registers the usage component information acquired by the usage component information acquisition unit in the component management database and updates the history information regarding the usage history of the component indicated in the usage component information.
The output unit is
A list of components searched by the search unit with reference to the history information is arranged and output in order of frequency of use.

本発明に係るコンポーネント管理プログラムは、
複数のプログラムを組み合わせたプロジェクトの特徴を示すプロジェクト情報を管理するプロジェクト管理データベースと接続し、プログラムの一部を再利用可能なコンポーネントとして管理し、当該コンポーネントとともに当該コンポーネントに関する情報を管理するコンポーネント管理データベースと接続するコンポーネント管理プログラムにおいて、
作成が完了していないコンポーネントを含むプロジェクト(以下、新規プロジェクトという)に関してユーザにより入力されるプロジェクト情報を前記プロジェクト管理データベースから取得するプロジェクト情報取得処理と、
前記プロジェクト情報取得処理が取得したプロジェクト情報に含まれるキーワードを抽出するキーワード抽出処理と、
前記キーワード抽出処理が抽出したキーワードを用いて、前記新規プロジェクトで利用可能であると推測されるコンポーネントを前記コンポーネント管理データベースから検索する検索処理と、
前記検索処理が検索したコンポーネントの一覧をユーザに対して出力する出力処理とをコンピュータに実行させることを特徴とする。
A component management program according to the present invention includes:
A component management database that connects to a project management database that manages project information that shows the characteristics of a project that combines multiple programs, manages a part of the program as a reusable component, and manages information about the component together with the component In the component management program that connects to
A project information acquisition process for acquiring, from the project management database, project information input by a user regarding a project including a component that has not been completed (hereinafter referred to as a new project);
A keyword extraction process for extracting keywords included in the project information acquired by the project information acquisition process;
Using the keyword extracted by the keyword extraction process, a search process for searching the component management database for a component that is assumed to be usable in the new project;
The computer may execute an output process for outputting a list of components searched by the search process to a user.

前記プロジェクト情報は、さらに、
ユーザが前記新規プロジェクトで利用予定のコンポーネントを示す利用予定コンポーネント情報を含み、
前記コンポーネント管理プログラムは、さらに、
前記新規プロジェクトに関してユーザにより入力される利用予定コンポーネント情報を前記プロジェクト管理データベースから取得する利用予定コンポーネント情報取得処理と、
前記利用予定コンポーネント情報取得処理が取得した利用予定コンポーネント情報を前記コンポーネント管理データベースに登録する利用予定コンポーネント情報登録処理とをコンピュータに実行させることを特徴とする。
The project information further includes:
Including use-scheduled component information indicating a component scheduled to be used by the user in the new project;
The component management program further includes:
Use schedule component information acquisition processing for acquiring use schedule component information input by the user regarding the new project from the project management database;
The use schedule component information registration process for registering the use schedule component information acquired by the use schedule component information acquisition process in the component management database is executed by a computer.

前記プロジェクト情報は、さらに、
ユーザが前記新規プロジェクトで作成予定のコンポーネントを示す作成予定コンポーネント情報を含み、
前記コンポーネント管理プログラムは、さらに、
前記新規プロジェクトに関してユーザにより入力される作成予定コンポーネント情報を前記プロジェクト管理データベースから取得する作成予定コンポーネント情報取得処理と、
前記作成予定コンポーネント情報取得処理が取得した作成予定コンポーネント情報を前記コンポーネント管理データベースに登録する作成予定コンポーネント情報登録処理とをコンピュータに実行させることを特徴とする。
The project information further includes:
Including creation-scheduled component information indicating a component scheduled to be created by the user in the new project;
The component management program further includes:
Creation schedule component information acquisition processing for acquiring creation schedule component information input by the user regarding the new project from the project management database;
A creation schedule component information registration process for registering the creation schedule component information acquired by the creation schedule component information acquisition process in the component management database is executed by a computer.

本発明では、コンポーネント管理データベースが共通コンポーネントとともに共通コンポーネントに関する情報を管理し、プロジェクト情報取得部がプロジェクト管理データベースで管理される新規プロジェクトに関するプロジェクト情報を取得し、キーワード抽出部がプロジェクト情報に含まれるキーワードを抽出し、検索部が抽出されたキーワードを用いて共通コンポーネントを検索し、出力部が検索された共通コンポーネントの一覧をユーザに対して出力して新規プロジェクトでの利用を促すことにより、共通コンポーネントの再利用を促進することが可能となる。   In the present invention, the component management database manages information related to common components together with the common components, the project information acquisition unit acquires project information related to a new project managed in the project management database, and the keyword extraction unit includes keywords included in the project information. , And the search unit searches for common components using the extracted keywords, and the output unit outputs a list of searched common components to the user to encourage use in a new project. Can be promoted.

以下、本発明の実施の形態について、図を用いて説明する。下記の各実施の形態の説明では、コンポーネントの例として、オブジェクト指向プログラミング言語であるJava(登録商標)のクラスを用いるが、他の言語のクラスや関数などであっても構わない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description of each embodiment, a Java (registered trademark) class, which is an object-oriented programming language, is used as an example of a component, but a class or function of another language may be used.

図1は、下記の各実施の形態におけるコンポーネント管理システムの外観の一例を示す図である。   FIG. 1 is a diagram showing an example of an appearance of a component management system in each of the following embodiments.

図1において、コンポーネント管理システム100は、システムユニット910、CRT(Cathode Ray Tube)表示装置901、キーボード(K/B)902、マウス903、コンパクトディスク装置(CDD)905、プリンタ装置906を備え、これらはケーブルで接続されている。さらに、コンポーネント管理システム100は、FAX機932、電話機931とケーブルで接続され、また、ローカルエリアネットワーク(LAN)942、ゲートウェイ941を介してインターネット940に接続されている。   1, the component management system 100 includes a system unit 910, a CRT (Cathode Ray Tube) display device 901, a keyboard (K / B) 902, a mouse 903, a compact disk device (CDD) 905, and a printer device 906. Are connected by a cable. Further, the component management system 100 is connected to the FAX machine 932 and the telephone 931 by a cable, and is connected to the Internet 940 via a local area network (LAN) 942 and a gateway 941.

図2は、下記の各実施の形態におけるコンポーネント管理システムのハードウェア構成の一例を示す図である。   FIG. 2 is a diagram illustrating an example of a hardware configuration of a component management system in each of the following embodiments.

図2において、コンポーネント管理システム100は、プログラムを実行するCPU(Central Processing Unit)911を備えている。CPU911は、バス912を介してROM913、RAM914、通信ボード915、CRT表示装置901、K/B902、マウス903、FDD(Flexible Disk Drive)904、磁気ディスク装置920、CDD905、プリンタ装置906と接続されている。   In FIG. 2, the component management system 100 includes a CPU (Central Processing Unit) 911 that executes a program. The CPU 911 is connected to the ROM 913, RAM 914, communication board 915, CRT display device 901, K / B 902, mouse 903, FDD (Flexible Disk Drive) 904, magnetic disk device 920, CDD 905, and printer device 906 via the bus 912. Yes.

RAM914は、揮発性メモリの一例である。ROM913、FDD904、CDD905、磁気ディスク装置920は、不揮発性メモリの一例である。これらは、記憶装置あるいは記憶部の一例である。   The RAM 914 is an example of a volatile memory. The ROM 913, the FDD 904, the CDD 905, and the magnetic disk device 920 are examples of nonvolatile memories. These are examples of a storage device or a storage unit.

通信ボード915は、FAX機932、電話機931、LAN942などに接続されている。   The communication board 915 is connected to a FAX machine 932, a telephone 931, a LAN 942, and the like.

例えば、通信ボード915、K/B902、FDD904などは、入力部の一例である。また、例えば、通信ボード915、CRT表示装置901などは、出力部、登録通知部、ファイル要求部の一例である。   For example, the communication board 915, K / B 902, FDD 904, and the like are examples of the input unit. For example, the communication board 915, the CRT display device 901, and the like are examples of an output unit, a registration notification unit, and a file request unit.

ここで、通信ボード915は、LAN942に限らず、直接、インターネット940、あるいはISDN(Integrated Services Digital Network)などのWAN(ワイドエリアネットワーク)に接続されていても構わない。直接、インターネット940、あるいはISDNなどのWANに接続されている場合、コンポーネント管理システム100は、インターネット940、あるいはISDNなどのWANに接続され、ゲートウェイ941は不用となる。   Here, the communication board 915 is not limited to the LAN 942 but may be directly connected to the Internet 940 or a WAN (Wide Area Network) such as ISDN (Integrated Services Digital Network). When the component management system 100 is directly connected to a WAN such as the Internet 940 or ISDN, the component management system 100 is connected to the WAN such as the Internet 940 or ISDN, and the gateway 941 is unnecessary.

磁気ディスク装置920には、オペレーティングシステム(OS)921、ウィンドウシステム922、プログラム群923、ファイル群924が記憶されている。プログラム群923は、CPU911、OS921、ウィンドウシステム922により実行される。   The magnetic disk device 920 stores an operating system (OS) 921, a window system 922, a program group 923, and a file group 924. The program group 923 is executed by the CPU 911, the OS 921, and the window system 922.

上記プログラム群923には、以下に述べる各実施の形態の説明において「〜部」として説明する機能を実行するプログラムが記憶されている。プログラムは、CPU911により読み出され実行される。   The program group 923 stores a program for executing a function described as “unit” in the description of each embodiment described below. The program is read and executed by the CPU 911.

ファイル群924には、以下に述べる各実施の形態の説明において、「〜の判定結果」、「〜の計算結果」、「〜の処理結果」として説明するものが、「〜ファイル」として記憶されている。また、ファイル群924は、複数のテーブルにより構成されるデータベースを含み、テーブル又はテーブルの一部がそれぞれファイルとして記憶されている。   In the file group 924, what is described as “determination result of”, “calculation result of”, and “processing result of” in the description of each embodiment described below is stored as “˜file”. ing. The file group 924 includes a database composed of a plurality of tables, and each table or part of the table is stored as a file.

また、以下に述べる各実施の形態の説明において説明するフローチャートの矢印の部分は主としてデータの入出力を示し、そのデータの入出力のためにデータは、磁気ディスク装置920、FD(Flexible Disk)、光ディスク、CD(コンパクトディスク)、MD(ミニディスク)、DVD(Digital Versatile Disk)などのその他の記録媒体に記録される。あるいは、信号線やその他の伝送媒体により伝送される。   In addition, arrows in the flowcharts described in the description of each embodiment described below mainly indicate input / output of data, and for the input / output of the data, data includes a magnetic disk device 920, an FD (Flexible Disk), It is recorded on other recording media such as an optical disc, CD (compact disc), MD (mini disc), and DVD (Digital Versatile Disk). Alternatively, it is transmitted through a signal line or other transmission medium.

また、以下に述べる各実施の形態の説明において「〜部」として説明するものは、ROM913に記憶されたファームウェアで実現されていても構わない。あるいは、ソフトウェアのみ、あるいは、ハードウェアのみ、あるいは、ソフトウェアとハードウェアとの組み合わせ、さらには、ファームウェアとの組み合わせで実施されても構わない。   In addition, what is described as “unit” in the description of each embodiment described below may be realized by firmware stored in the ROM 913. Alternatively, it may be implemented by software alone, hardware alone, a combination of software and hardware, or a combination of firmware.

また、以下に述べる各実施の形態を実施するプログラムは、また、磁気ディスク装置920、FD(Flexible Disk)、光ディスク、CD(コンパクトディスク)、MD(ミニディスク)、DVD(Digital Versatile Disk)などのその他の記録媒体による記録装置を用いて記憶されても構わない。   A program for implementing each embodiment described below also includes a magnetic disk device 920, an FD (Flexible Disk), an optical disk, a CD (Compact Disk), an MD (Mini Disk), a DVD (Digital Versatile Disk), and the like. You may memorize | store using the recording device by another recording medium.

実施の形態1.
まず、本実施の形態に係るコンポーネント管理システムの構成について説明する。
Embodiment 1 FIG.
First, the configuration of the component management system according to the present embodiment will be described.

図3は、本実施の形態に係るコンポーネント管理システムの構成を示すブロック図である。   FIG. 3 is a block diagram showing the configuration of the component management system according to the present embodiment.

コンポーネント管理システム100は、プロジェクト管理データベース50を備えるプロジェクト管理システムと連携して共通コンポーネントをコンポーネント管理データベース150で管理する。プロジェクト管理システムは、プロジェクト情報を管理する。   The component management system 100 manages common components in the component management database 150 in cooperation with a project management system including the project management database 50. The project management system manages project information.

コンポーネント管理システム100において、プロジェクト情報取得部101はプロジェクト管理データベース50からプロジェクト情報を取得する。また本実施の形態では、プロジェクト情報取得部101はコンポーネント管理データベース150に取得したプロジェクト情報を登録する。キーワード抽出部102はプロジェクト情報取得部101が取得したプロジェクト情報からキーワードを抽出し、検索部103は抽出されたキーワードを用いて共通コンポーネントをコンポーネント管理データベース150から検索する。出力部104はプロジェクト情報を作成したユーザに検索結果を電子メールで通知する。出力部104は検索結果をディスプレイなどに表示してもよい。   In the component management system 100, the project information acquisition unit 101 acquires project information from the project management database 50. In the present embodiment, the project information acquisition unit 101 registers the acquired project information in the component management database 150. The keyword extraction unit 102 extracts keywords from the project information acquired by the project information acquisition unit 101, and the search unit 103 searches the component management database 150 for common components using the extracted keywords. The output unit 104 notifies the user who created the project information of the search result by e-mail. The output unit 104 may display the search result on a display or the like.

コンポーネント管理システム100のユーザは、図示していない入力部を介して、キーワードを入力する。キーワード取得部105はユーザによって入力されたキーワードを取得し、検索部103はこのキーワードを用いて共通コンポーネントをコンポーネント管理データベース150から検索する。出力部104は検索結果をディスプレイなどに表示する。出力部104はユーザに検索結果を電子メールで通知してもよい。   A user of the component management system 100 inputs a keyword via an input unit (not shown). The keyword acquisition unit 105 acquires a keyword input by the user, and the search unit 103 searches the common component from the component management database 150 using the keyword. The output unit 104 displays the search result on a display or the like. The output unit 104 may notify the user of the search result by e-mail.

利用予定コンポーネント情報取得部107はプロジェクト管理データベース50から利用予定コンポーネント情報を取得し、利用予定コンポーネント情報登録部108はコンポーネント管理データベース150にその利用予定コンポーネント情報を登録する。作成予定コンポーネント情報取得部109はプロジェクト管理データベース50から作成予定コンポーネント情報を取得し、作成予定コンポーネント情報登録部110はコンポーネント管理データベース150にその作成予定コンポーネント情報を登録する。利用コンポーネント情報取得部111はプロジェクト管理データベース50から利用コンポーネント情報を取得し、利用コンポーネント情報登録部112はコンポーネント管理データベース150にその利用コンポーネント情報を登録する。作成コンポーネント情報取得部113は作成コンポーネント情報をプロジェクト管理データベース50から取得し、作成コンポーネント情報登録部114はコンポーネント管理データベース150にその作成コンポーネント情報を登録する。   The scheduled use component information acquisition unit 107 acquires the scheduled use component information from the project management database 50, and the scheduled use component information registration unit 108 registers the scheduled use component information in the component management database 150. The creation schedule component information acquisition unit 109 acquires the creation schedule component information from the project management database 50, and the creation schedule component information registration unit 110 registers the creation schedule component information in the component management database 150. The usage component information acquisition unit 111 acquires the usage component information from the project management database 50, and the usage component information registration unit 112 registers the usage component information in the component management database 150. The created component information acquisition unit 113 acquires the created component information from the project management database 50, and the created component information registration unit 114 registers the created component information in the component management database 150.

コンポーネント管理データベース150に作成コンポーネント情報が新たに登録された場合、登録通知部115は新たに登録された情報を、予め登録されている複数ユーザの連絡先に電子メールで通知する。   When the created component information is newly registered in the component management database 150, the registration notifying unit 115 notifies the newly registered information to the contacts of a plurality of users registered in advance by e-mail.

また共通コンポーネントとして保管するために、新規作成されたコンポーネントに関連するファイル(関連ファイル)を所定の場所に保存するように構成する。作成コンポーネント情報の登録時に、関連ファイルが所定の場所に保存されていない場合、ファイル要求部116はユーザに関連ファイルを保存する要求を電子メールで通知する。   Further, in order to store as a common component, a file (related file) related to the newly created component is stored in a predetermined location. If the related file is not stored in a predetermined location when registering the created component information, the file request unit 116 notifies the user of a request to store the related file by e-mail.

次に、新規プロジェクトが開始される際のコンポーネント管理システム100の動作について説明する。   Next, the operation of the component management system 100 when a new project is started will be described.

図4は、ユーザが共通コンポーネントを検索する際の画面遷移の一例を示す図である。   FIG. 4 is a diagram illustrating an example of screen transition when the user searches for a common component.

プロジェクト管理システム及びコンポーネント管理システム100のユーザであるプロジェクトリーダー(以下、ユーザという。)は、新規プロジェクトを開始する際に、そのプロジェクトと関連するキーワードを検索画面201に入力する。このとき、キーワードを複数入力してもよいし、一般的な検索システムと同様に条件式を入力してもよい。コンポーネント管理システム100の検索処理が完了すると、入力された条件に対応する共通コンポーネントの一覧が検索結果画面202に表示される。図4の例では、各共通コンポーネントがクラス名で表示されており、各クラス名にはリンクが貼られている。ユーザは、リンクを辿ることで、詳細画面203で各クラスに関する情報を確認する。検索画面201、検索結果画面202、詳細画面203は、例えばWebブラウザを用いて出力される。   A project leader (hereinafter referred to as a user) who is a user of the project management system and the component management system 100 inputs a keyword related to the project to the search screen 201 when starting a new project. At this time, a plurality of keywords may be input, or a conditional expression may be input as in a general search system. When the search process of the component management system 100 is completed, a list of common components corresponding to the input condition is displayed on the search result screen 202. In the example of FIG. 4, each common component is displayed with a class name, and a link is pasted to each class name. The user confirms information on each class on the detailed screen 203 by following the link. The search screen 201, the search result screen 202, and the detail screen 203 are output using, for example, a Web browser.

図5は、図4に示した画面遷移により、ユーザによる共通コンポーネントのキーワード検索を処理する際のコンポーネント管理システム100の動作を示すフローチャートである。   FIG. 5 is a flowchart showing an operation of the component management system 100 when a keyword search for a common component by a user is processed by the screen transition shown in FIG.

ユーザによりキーワードが入力されると、コンポーネント管理システム100において、キーワード取得部105はユーザが入力したキーワードを取得する(ステップS101)。検索部103は、キーワード取得部105が取得したキーワードを用いて、共通コンポーネントをコンポーネント管理データベース150から検索する(ステップS102)。出力部104は検索部103の検索結果を表示する(ステップS103)。   When a keyword is input by the user, in the component management system 100, the keyword acquisition unit 105 acquires the keyword input by the user (step S101). The search unit 103 searches the component management database 150 for a common component using the keyword acquired by the keyword acquisition unit 105 (step S102). The output unit 104 displays the search result of the search unit 103 (step S103).

新規プロジェクトを開始する際には、ユーザは、上記の検索を行う以外に、プロジェクト計画書を作成する。本実施の形態では、プロジェクト計画書を作成することで、プロジェクト計画が策定されるとし、またプロジェクト計画書は、例えば「プロジェクト計画書シート」などのインタフェースを持つ図示しない入力部(以下、プロジェクト計画入力部という)から入力され、作成されるものとする。ユーザは、自席の端末等を用いて、プロジェクト計画入力部からプロジェクト計画を入力する。その後、入力されたプロジェクト計画書や後述するプロジェクト完了報告書などに含まれるプロジェクト情報はプロジェクト管理システムによって一元管理される。   When starting a new project, the user creates a project plan in addition to performing the above search. In this embodiment, it is assumed that a project plan is created by creating a project plan, and the project plan is an input unit (not shown) having an interface such as a “project plan sheet” (hereinafter referred to as project plan). It is input from the input section) and created. The user inputs the project plan from the project plan input unit using his / her own terminal or the like. Thereafter, the project information included in the input project plan and the project completion report described later is centrally managed by the project management system.

ユーザは、プロジェクト計画書に、新規プロジェクトにおいて開発するシステムのイメージ及びプロジェクト計画について関係者へ徹底し、システム生産作業を効率的に実施する為の基本方針や作業手順、工程、品質、原価、体制などを入力する。例えば、プロジェクト概要として、システム概要・目的・特徴などの基本事項及びプロジェクトを推進する上での基本方針について、概要を入力する。また、システム基本事項として、システム概要、構造、機能、構成(ハードウェア、ソフトウェア)など、開発を行うシステムの内容について入力する。また、プロジェクト推進計画として、作業工程、体制、品質目標など、開発を行う上での進め方について入力する。   The user should make sure that the project plan contains the image of the system to be developed in the new project and the project plan, and that the basic policy, work procedure, process, quality, cost, and system for efficient system production work. Enter. For example, as a project outline, an outline is entered for basic matters such as a system outline, purpose, and characteristics, and a basic policy for promoting the project. In addition, as system basic matters, the contents of the system to be developed such as the system outline, structure, function, configuration (hardware, software), etc. are input. In addition, as the project promotion plan, input how to proceed with the development, such as work process, system, and quality target.

また、ユーザは、上記の検索の結果から新規プロジェクトに利用できそうな共通コンポーネントを決定する。そして、利用予定のコンポーネント、新規作成予定のコンポーネント、現在プロジェクト管理データベース50に蓄積されているものを更新して利用する(更新予定の)コンポーネントを、利用共通コンポーネントシートに入力する。   Further, the user determines common components that can be used for the new project from the result of the above search. Then, the component that is scheduled to be used, the component that is scheduled to be newly created, and the component that is to be updated and used (currently scheduled to be updated) are input to the usage common component sheet.

図6、図7は、利用共通コンポーネントシートの入力画面の一例を示す図である。また図4、図5で示した共通コンポーネントの検索は、共通コンポーネントシート入力時に随時実行される。   6 and 7 are diagrams illustrating an example of an input screen for a common usage component sheet. The search for the common component shown in FIGS. 4 and 5 is executed at any time when the common component sheet is input.

図6の例では、ユーザは入力画面204に利用予定のコンポーネントに関する情報(利用予定コンポーネント情報)として「利用予定のクラス名」と「機能概要」を入力する。「利用予定のクラス名」には、図4の検索画面201で検索した結果を参考に決定した利用予定のコンポーネントのクラス名を記入するか、検索画面201の検索結果を転記できるように構成する。また「機能概要」には、クラス名に対応し、コンポーネント管理データベース150に記憶されている「機能概要」が表示される。   In the example of FIG. 6, the user inputs “class name to be used” and “function outline” as information (component information to be used) regarding the components to be used on the input screen 204. In “class name scheduled to be used”, the class name of the component scheduled to be used determined with reference to the search result on the search screen 201 in FIG. 4 is entered, or the search result on the search screen 201 can be transferred. . In addition, in “Function overview”, “Function overview” corresponding to the class name and stored in the component management database 150 is displayed.

ユーザは、さらに、更新予定のコンポーネントに関する情報(利用予定コンポーネント情報及び作成予定コンポーネント情報に含まれる。)として「更新予定のクラス名」を入力する。「更新予定のクラス名」には、図4の検索画面201で検索した結果を参考に決定した更新予定コンポーネントのクラス名を転記するように構成してもよい。。「機能概要」には、クラス名に対応し、コンポーネント管理データベース150に記憶されている「機能概要」が表示されるが、更新機能について、ユーザが書き換えられるように構成してもよい。   The user further inputs “update scheduled class name” as information related to the component scheduled to be updated (included in the usage scheduled component information and the creation scheduled component information). The “update scheduled class name” may be configured so that the class name of the update scheduled component determined with reference to the search result on the search screen 201 in FIG. 4 is transcribed. . In “Function overview”, “Function overview” corresponding to the class name and stored in the component management database 150 is displayed. However, the update function may be rewritten by the user.

図7の例では、ユーザは入力画面204に新規作成予定のコンポーネントに関する情報(作成予定コンポーネント情報)として「クラス名」、「機能」、「キーワード」、「分類」、「作成者所属」、「作成者氏名」を入力する。「クラス名」には、作成予定のコンポーネントのクラス名を入力する。「機能」には、作成予定のコンポーネントの機能概要を入力する。「キーワード」には、作成予定のコンポーネントに関するキーワードを入力する。「分類」には、作成予定のコンポーネントが属するグループを入力する。「作成者所属」には、作成予定のコンポーネントを作成する人の所属部署名を入力する。「作成者氏名」には、作成予定のコンポーネントを作成する人の氏名を入力する。   In the example of FIG. 7, the user enters “class name”, “function”, “keyword”, “classification”, “creator affiliation”, “ Enter Creator Name. In "Class name", enter the class name of the component to be created. In “Function”, an outline of the function of the component to be created is input. In “Keyword”, a keyword related to a component to be created is input. In “Classification”, a group to which a component to be created belongs is input. In “Creator affiliation”, the department name of the person who creates the component to be created is entered. In the “name of creator”, the name of the person who creates the component to be created is entered.

ユーザは、プロジェクト計画書と利用共通コンポーネントシートへの入力が終わると、図示していない登録画面からそれらをプロジェクト管理システムに登録する。   When the user finishes inputting the project plan and the common component sheet, the user registers them in the project management system from a registration screen (not shown).

図8は、プロジェクト情報とコンポーネント情報を登録する際のプロジェクト管理システムの動作を示すフローチャートである。   FIG. 8 is a flowchart showing the operation of the project management system when registering project information and component information.

ユーザによりプロジェクト計画書と利用共通コンポーネントシートが入力されると、プロジェクト管理システムはユーザが入力したプロジェクト計画書を取得し(ステップS201)、プロジェクト管理データベース50に登録する(ステップS202)。さらに、プロジェクト管理システムはユーザが入力した利用共通コンポーネントシートを取得し(ステップS203)、プロジェクト管理データベース50に登録する(ステップS204)。   When the user inputs the project plan and the common usage component sheet, the project management system acquires the project plan entered by the user (step S201) and registers it in the project management database 50 (step S202). Further, the project management system acquires the use common component sheet input by the user (step S203) and registers it in the project management database 50 (step S204).

コンポーネント管理システム100は、プロジェクト管理システムに対してポーリングを行い、バッチ処理によってプロジェクト管理システムに登録されているプロジェクト計画書と利用共通コンポーネントシートを取得し、これらに含まれる情報を抽出してコンポーネント管理データベース150に登録する。この登録処理は、バッチ処理ではなく、例えばユーザとインタラクティブに行う処理であってもよい。   The component management system 100 polls the project management system, acquires the project plan document registered in the project management system and the use common component sheet by batch processing, extracts the information contained therein, and manages the component. Register in the database 150. This registration process may be a process performed interactively with the user, for example, instead of a batch process.

図9は、プロジェクト情報とコンポーネント情報の登録を処理する際のコンポーネント管理システム100の動作を示すフローチャートである。   FIG. 9 is a flowchart showing the operation of the component management system 100 when processing registration of project information and component information.

まず、コンポーネント管理システム100において、プロジェクト情報取得部101はプロジェクト管理データベース50に登録されたプロジェクト計画書で未処理のものを検索する(ステップS301)。未処理のプロジェクト計画書がある場合、プロジェクト計画書の数、つまり新規プロジェクトの件数分、以下のような処理を行う。   First, in the component management system 100, the project information acquisition unit 101 searches for unprocessed project plans registered in the project management database 50 (step S301). When there is an unprocessed project plan, the following processing is performed for the number of project plans, that is, the number of new projects.

プロジェクト情報取得部101が、プロジェクト管理データベース50から未処理のプロジェクト計画書を取得する(ステップS302)。利用予定コンポーネント情報取得部107及び作成予定コンポーネント情報取得部109が、プロジェクト管理データベース50から利用共通コンポーネントシートを取得する(ステップS303)。コンポーネント管理システム100が、取得したプロジェクト計画書と利用共通コンポーネントシートから情報を抽出してコンポーネント管理データベース150に登録する(ステップS304)。   The project information acquisition unit 101 acquires an unprocessed project plan from the project management database 50 (step S302). The scheduled use component information acquisition unit 107 and the scheduled creation component information acquisition unit 109 acquire the usage common component sheet from the project management database 50 (step S303). The component management system 100 extracts information from the acquired project plan and the use common component sheet and registers it in the component management database 150 (step S304).

図10は、図9のステップS304の登録処理を行う際のコンポーネント管理システム100の動作を示すフローチャートである。   FIG. 10 is a flowchart showing the operation of the component management system 100 when performing the registration process in step S304 of FIG.

登録処理の最初に、プロジェクト情報取得部101はプロジェクト計画書から抽出したプロジェクト情報をコンポーネント管理データベース150に登録する(ステップS311)。   At the beginning of the registration process, the project information acquisition unit 101 registers the project information extracted from the project plan in the component management database 150 (step S311).

利用予定のコンポーネントが利用共通コンポーネントシートに入力されていない場合、キーワード抽出部102はプロジェクト計画書に記述されたシステム概要の説明文などからキーワードを抽出する(ステップS312)。検索部103は、キーワード抽出部102が抽出したキーワードを用いて、共通コンポーネントをコンポーネント管理データベース150から検索する(ステップS313)。出力部104は検索部103の検索結果をユーザに電子メールで通知する(ステップS314)。   If the component to be used has not been input to the use common component sheet, the keyword extracting unit 102 extracts a keyword from the system summary description described in the project plan (step S312). The search unit 103 searches the component management database 150 for common components using the keywords extracted by the keyword extraction unit 102 (step S313). The output unit 104 notifies the user of the search result of the search unit 103 by e-mail (step S314).

利用予定コンポーネント情報登録部108は、利用共通コンポーネントシートに利用予定のコンポーネントまたは更新予定のコンポーネントが入力されていれば、コンポーネント管理データベース150にコンポーネント情報を登録し、作成予定コンポーネント情報登録部110は新規作成予定のコンポーネント情報が入力されていれば、コンポーネント情報をコンポーネント管理データベース150に登録する(ステップS315)。   The scheduled use component information registration unit 108 registers the component information in the component management database 150 if the scheduled use component or the update scheduled component is input to the use common component sheet. If the component information to be created is input, the component information is registered in the component management database 150 (step S315).

図11は、図10のステップS311からステップS313までの処理の一例を示す図である。   FIG. 11 is a diagram illustrating an example of processing from step S311 to step S313 in FIG.

図11の例では、コンポーネント管理システム100は、利用予定のコンポーネントが利用共通コンポーネントシートに記入されていない場合、プロジェクト計画書に記述されたプロジェクトの名称やシステム概要の説明文から、例えば「印刷」というキーワードを抽出する。そして、「印刷」というキーワードにより、コンポーネント管理データベース150を検索する。このとき、コンポーネント管理データベース150の全ての項目を検索するように構成してもよいが、例えば「システム概要」だけを検索するように構成してもよい。結果、「print.class」というクラス名の共通コンポーネントがコンポーネント管理データベース150から検索され、コンポーネント管理システム100は、この共通コンポーネントを新規プロジェクトで利用することを促すために、ユーザに電子メールで通知する。電子メールを受け取ったユーザは、通知された共通コンポーネントの一覧から、新規プロジェクトで利用できそうなものを選択し、実際に利用する。   In the example of FIG. 11, when the component to be used is not entered in the use common component sheet, the component management system 100 uses, for example, “print” from the project name described in the project plan and the system summary description. The keyword is extracted. Then, the component management database 150 is searched with the keyword “print”. At this time, all the items in the component management database 150 may be searched. For example, only the “system overview” may be searched. As a result, a common component with the class name “print.class” is retrieved from the component management database 150, and the component management system 100 notifies the user by e-mail in order to encourage the use of this common component in a new project. . The user who has received the e-mail selects what is likely to be used in the new project from the notified list of common components, and actually uses it.

このように、ユーザが自らコンポーネントを検索しなくても、自動的に検索結果が通知されることにより、共通コンポーネントの利用の促進が期待できる。   Thus, even if the user does not search for the component himself, the search result is automatically notified, so that the use of the common component can be expected.

また、作成済のコンポーネントに関する情報だけでなく、作成中(新規作成予定)のコンポーネントの情報も管理することにより、類似コンポーネントの重複作成を一層防止することができ、共通コンポーネントの再利用性が向上する。   Also, by managing not only information about the components that have already been created but also information on components that are being created (scheduled to be newly created), it is possible to further prevent duplicate creation of similar components and improve the reusability of common components To do.

次に、プロジェクトが完了した際のコンポーネント管理システム100の動作について説明する。   Next, the operation of the component management system 100 when the project is completed will be described.

プロジェクトが完了した際には、ユーザはプロジェクト完了報告書を作成する。   When the project is completed, the user creates a project completion report.

ユーザは、プロジェクト完了報告書に、プロジェクトの目標計画達成状況を把握・評価する為、計画と実績及びプロジェクトの進め方の評価、考察等を記述する。例えば、プロジェクトの実績として、実際の開発における生産規模、工程、品質等について、記述する。また、プロジェクトの評価として、生産性、工程、品質、損益等のそれぞれに対する評価及び総合評価を記述する。さらに、評価結果を踏まえ、今後の課題、及び施策について記述する。   In order to grasp and evaluate the achievement status of the target plan of the project, the user describes the evaluation and consideration of the plan and the actual result and how to proceed with the project in the project completion report. For example, the production scale, process, quality, etc. in the actual development are described as the project results. In addition, as an evaluation of the project, an evaluation for each of productivity, process, quality, profit and loss, and comprehensive evaluation are described. Furthermore, based on the evaluation results, future issues and measures will be described.

また、ユーザは、利用共通コンポーネントシートに記述した内容に対する実際の共通コンポーネントの利用実績を、利用共通コンポーネント実績シートに入力する。   In addition, the user inputs an actual usage record of the common component corresponding to the contents described in the usage common component sheet to the usage common component performance sheet.

図12、図13は、利用共通コンポーネント実績シートの入力画面の一例を示す図である。   12 and 13 are diagrams illustrating an example of the input screen of the use common component result sheet.

図12の例では、ユーザは入力画面205に利用したコンポーネントに関する情報(利用コンポーネント情報)として「利用したクラス名」と「機能概要」を入力する。「利用したクラス名」には、キーワード検索を行った結果又は電子メールによる自動検索結果の通知を参考にして利用したコンポーネントのクラス名を入力する。「機能概要」には、利用したコンポーネントの機能を入力する。   In the example of FIG. 12, the user inputs “used class name” and “functional outline” as information (used component information) regarding the used component on the input screen 205. In the “used class name”, the class name of the component used is input with reference to the result of the keyword search or the notification of the automatic search result by e-mail. In “Function Summary”, the function of the used component is input.

ユーザは、さらに、更新したコンポーネントに関する情報(利用コンポーネント情報及び作成コンポーネント情報に含まれる。)として「既存クラス名」、「新規クラス名」、「更新内容」、「キーワード」、「更新者所属」、「更新者氏名」を入力する。「既存クラス名」には、キーワード検索を行った結果又は電子メールによる自動検索結果の通知を参考にして更新したコンポーネントのクラス名を入力する。「新規クラス名」には、更新を行った後のクラス名を入力する。「更新内容」には、更新した内容を入力する。「キーワード」には、更新した結果、追加したいキーワードを入力する。「更新者所属」には、コンポーネントを更新した人の所属部署名を入力する。「更新者氏名」には、コンポーネントを更新した人の氏名を入力する。   The user further includes “existing class name”, “new class name”, “update content”, “keyword”, “updater affiliation” as information on the updated component (included in the used component information and created component information). , And input "updater name". In the “existing class name”, the class name of the component updated with reference to the result of the keyword search or the notification of the automatic search result by e-mail is input. In "New class name", enter the updated class name. In “update content”, the updated content is entered. In “Keyword”, the keyword to be added as a result of the update is input. In “Updater Affiliation”, the department name of the person who updated the component is entered. In “Updater Name”, the name of the person who updated the component is entered.

図13の例では、ユーザは入力画面205に新規作成したコンポーネントに関する情報(作成コンポーネント情報)として「クラス名」、「機能」、「キーワード」、「分類」、「作成者所属」、「作成者氏名」を入力する。「クラス名」には、作成したコンポーネントのクラス名を記入する。「機能」には、作成したコンポーネントの機能概要を記入する。「キーワード」には、作成したコンポーネントに関するキーワードを記入する。「分類」には、作成したコンポーネントが属するグループを記入する。「作成者所属」には、コンポーネントを作成した人の所属部署名を記入する。「作成者氏名」には、コンポーネントを作成した人の氏名を記入する。   In the example of FIG. 13, the user has “class name”, “function”, “keyword”, “classification”, “creator affiliation”, “creator” as information (created component information) regarding the newly created component on the input screen 205. Enter your name. In "Class name", enter the class name of the created component. In “Function”, enter the function outline of the created component. In “Keyword”, a keyword related to the created component is entered. In “Category”, enter the group to which the created component belongs. In “Creator Affiliation”, enter the department name of the person who created the component. In the “name of creator”, the name of the person who created the component is entered.

ユーザは、プロジェクト完了報告書と利用共通コンポーネント実績シートへの入力が終わると、図示していない登録画面からそれらをプロジェクト管理システムに登録する。   When the user finishes inputting the project completion report and the used common component result sheet, the user registers them in the project management system from a registration screen (not shown).

図14は、プロジェクト情報とコンポーネント情報を更新する際のプロジェクト管理システムの動作を示すフローチャートである。   FIG. 14 is a flowchart showing the operation of the project management system when updating project information and component information.

ユーザによりプロジェクト完了報告書と利用共通コンポーネント実績シートが入力されると、プロジェクト管理システムはユーザが入力したプロジェクト完了報告書を取得し(ステップS401)、プロジェクト管理データベース50に登録する(ステップS402)。プロジェクト情報の一部を含むプロジェクト完了報告書を登録するということは、プロジェクト情報を更新することと同じである。さらに、プロジェクト管理システムはユーザが入力した利用共通コンポーネント実績シートを取得し(ステップS403)、プロジェクト管理データベース50に登録する(ステップS404)。コンポーネント情報の一部を含む利用共通コンポーネント実績シートを登録するということは、コンポーネント情報を更新するということと同じである。   When the user inputs the project completion report and the common component result sheet, the project management system acquires the project completion report input by the user (step S401) and registers it in the project management database 50 (step S402). Registering a project completion report that includes part of the project information is the same as updating the project information. Further, the project management system acquires the use common component result sheet input by the user (step S403) and registers it in the project management database 50 (step S404). Registering a common usage component result sheet including a part of component information is the same as updating component information.

コンポーネント管理システム100は、プロジェクト管理システムに対してポーリングを行い、バッチ処理によってプロジェクト管理システムに登録されているプロジェクト完了報告書と利用共通コンポーネント実績シートを取得し、これらに含まれる情報を抽出してコンポーネント管理データベース150に登録する、又はコンポーネント管理データベース150に登録済の情報を更新する。この更新処理(登録する処理を含む。)は、バッチ処理ではなく、例えばユーザとインタラクティブに行う処理であってもよい。   The component management system 100 polls the project management system, obtains a project completion report and a common usage component result sheet registered in the project management system by batch processing, and extracts information included in these reports. Information registered in the component management database 150 or information registered in the component management database 150 is updated. This update process (including the process of registration) may be a process performed interactively with the user, for example, instead of a batch process.

図15は、プロジェクト情報とコンポーネント情報の更新を処理する際のコンポーネント管理システム100の動作を示すフローチャートである。   FIG. 15 is a flowchart showing the operation of the component management system 100 when processing update of project information and component information.

まず、コンポーネント管理システム100において、プロジェクト情報取得部101はプロジェクト管理データベース50に登録されたプロジェクト完了報告書で未処理のものを検索する(ステップS501)。未処理のプロジェクト完了報告書がある場合、プロジェクト完了報告書の数、つまり完了したプロジェクト(完了プロジェクト)の件数分、以下のような処理を行う。   First, in the component management system 100, the project information acquisition unit 101 searches for an unprocessed project completion report registered in the project management database 50 (step S501). When there is an unprocessed project completion report, the following processing is performed for the number of project completion reports, that is, the number of completed projects (completed projects).

プロジェクト情報取得部101が、プロジェクト管理データベース50から未処理のプロジェクト完了報告書を取得する(ステップS502)。利用コンポーネント情報取得部111及び作成コンポーネント情報取得部113が、プロジェクト管理データベース50から利用共通コンポーネント実績シートを取得する(ステップS503)。コンポーネント管理システム100が、取得したプロジェクト完了報告書と利用共通コンポーネント実績シートから情報を抽出してコンポーネント管理データベース150に登録する、又はコンポーネント管理データベース150に登録済の情報を更新する(ステップS504)。   The project information acquisition unit 101 acquires an unprocessed project completion report from the project management database 50 (step S502). The used component information acquisition unit 111 and the created component information acquisition unit 113 acquire the used common component result sheet from the project management database 50 (step S503). The component management system 100 extracts information from the acquired project completion report and the used common component result sheet and registers it in the component management database 150, or updates information registered in the component management database 150 (step S504).

全ての完了プロジェクトに対する処理が終了すると、登録通知部115は、この処理においてコンポーネント管理データベース150に登録されたコンポーネントやコンポーネント管理データベース150に登録済のコンポーネントで更新されたものがあった場合、その旨をコンポーネント管理データベース150に登録されたユーザ全員に電子メールで通知する(ステップS505)。   Upon completion of processing for all completed projects, the registration notifying unit 115, if there is a component registered in the component management database 150 or a component that has been updated in the component management database 150 in this processing. Is sent to all users registered in the component management database 150 by e-mail (step S505).

図16は、図15のステップS505で送信される電子メールを表示した通知画面の一例を示す図である。   FIG. 16 is a diagram showing an example of a notification screen displaying the e-mail transmitted in step S505 of FIG.

図16の例では、ユーザは新規に登録されたコンポーネントと更新されたコンポーネントの一覧を電子メールによって通知され、その内容を通知画面206に表示する。   In the example of FIG. 16, the user is notified by e-mail of a list of newly registered components and updated components, and the contents are displayed on the notification screen 206.

このように、新規登録、更新された共通コンポーネントがある場合は、自動的に利用者全員に通知することにより、随時新しい共通コンポーネントを利用することを可能にするとともに、共通コンポーネントの利用を啓蒙することができる。   In this way, when there is a newly registered or updated common component, all users are automatically notified, so that a new common component can be used at any time and the use of the common component is enlightened. be able to.

図17は、図15のステップS504の更新処理を行う際のコンポーネント管理システム100の動作を示すフローチャートである。   FIG. 17 is a flowchart showing the operation of the component management system 100 when the update process of step S504 of FIG. 15 is performed.

利用したコンポーネントが利用共通コンポーネント実績シートに記入されている場合、利用コンポーネント情報登録部112はコンポーネント管理データベース150が保持する共通コンポーネントの利用履歴(履歴情報)を更新する(ステップS511)。   When the used component is entered in the used common component result sheet, the used component information registration unit 112 updates the usage history (history information) of the common component held in the component management database 150 (step S511).

新規作成したコンポーネントが利用共通コンポーネント実績シートに入力されている場合で、所定のフォルダ(ディレクトリ)に関連ファイルが保存されていない場合、ファイル要求部116はそのフォルダに関連ファイルを保存する要求をユーザに電子メールで通知する(ステップS512)。この電子メールは関連ファイルの保存が完了するまで、定期的に配信され続ける。ここで、関連ファイルは、新規作成したコンポーネントのソースファイル、モジュール、仕様書、試験要領書などを含む。   When the newly created component is input to the use common component result sheet and the related file is not stored in the predetermined folder (directory), the file request unit 116 requests the user to store the related file in the folder. Is notified by e-mail (step S512). This e-mail continues to be delivered periodically until the associated file is saved. Here, the related file includes a source file of a newly created component, a module, a specification, a test procedure, and the like.

新規作成したコンポーネントが利用共通コンポーネント実績シートに入力されていないか、新規作成したコンポーネントが利用共通コンポーネント実績シートに入力されていて、所定のフォルダに関連ファイルが保存されている場合、作成コンポーネント情報登録部114は、コンポーネント管理データベース150に登録されているコンポーネント情報を更新し、又は新しいコンポーネント情報をコンポーネント管理データベース150に登録する(ステップS513)。そして、プロジェクト情報取得部101はプロジェクト完了報告書から抽出した情報に基づいてコンポーネント管理データベース150のプロジェクト情報を更新する(ステップS514)。   If the newly created component is not entered in the usage common component achievement sheet, or if the newly created component is entered in the usage common component achievement sheet and the related file is saved in the specified folder, the created component information is registered. The unit 114 updates the component information registered in the component management database 150, or registers new component information in the component management database 150 (step S513). Then, the project information acquisition unit 101 updates the project information in the component management database 150 based on the information extracted from the project completion report (step S514).

図18は、図17のステップS512で送信される電子メールを表示した通知画面の一例を示す図である。   FIG. 18 is a diagram showing an example of a notification screen displaying the e-mail transmitted in step S512 of FIG.

図18の例では、ユーザは関連ファイルが所定のフォルダに保存されていない新規作成したコンポーネントと更新したコンポーネントの一覧を電子メールによって通知され、その内容を通知画面206に表示する。   In the example of FIG. 18, the user is notified by e-mail of a list of newly created components and updated components whose related files are not stored in a predetermined folder, and the contents are displayed on the notification screen 206.

以上のように、本実施の形態では、コンポーネント管理システム100がシステム構築をする際に作成されるプロジェクト計画書やプロジェクト完了報告書といったプロジェクト情報を活用し、コンポーネント管理データベース150で共通コンポーネントとともに共通コンポーネントに関する情報やプロジェクト情報を管理することにより、各共通コンポーネントを誰がいつ作成し、どのプロジェクトで利用したのかという情報を参照することが可能となる。また、共通コンポーネント利用時に必要な利用実績やシステム事例などの情報を取得することができる為、共通コンポーネントの信頼性の向上や品質確保が可能となる。また、類似コンポーネントの重複作成を防止する事により、プロジェクトの工数削減が可能となる。   As described above, in the present embodiment, project information such as a project plan and a project completion report created when the component management system 100 constructs a system is used, and the common component is shared with the common component in the component management database 150. It is possible to refer to information about who created and used each common component, and in which project, by managing information on the project and project information. In addition, since it is possible to acquire information such as usage records and system examples necessary when using the common component, it is possible to improve the reliability and quality of the common component. In addition, the number of man-hours for a project can be reduced by preventing duplicate creation of similar components.

実施の形態2.
本実施の形態について、実施の形態1との差異について説明する。
Embodiment 2. FIG.
The difference between the present embodiment and the first embodiment will be described.

図19は、本実施の形態に係るコンポーネント管理システムの構成を示すブロック図である。   FIG. 19 is a block diagram showing a configuration of the component management system according to the present embodiment.

コンポーネント管理システム100は、共通コンポーネントを予め複数のグループに分類してコンポーネント管理データベース150で管理する。   The component management system 100 classifies common components into a plurality of groups in advance and manages them in the component management database 150.

コンポーネント管理システム100のユーザは、図示していない入力部を介して、共通コンポーネントを分類するグループを選択する。グループ特定部106はユーザによって選択されたグループを特定し、検索部103はこのグループに属する共通コンポーネントをコンポーネント管理データベース150から検索する。出力部104は検索結果をディスプレイなどに表示する。   The user of the component management system 100 selects a group for classifying the common components via an input unit (not shown). The group specifying unit 106 specifies a group selected by the user, and the search unit 103 searches the component management database 150 for common components belonging to this group. The output unit 104 displays the search result on a display or the like.

図20は、ユーザが共通コンポーネントを検索する際の画面遷移の一例を示す図である。   FIG. 20 is a diagram illustrating an example of screen transition when the user searches for a common component.

ユーザは、新規プロジェクトを開始する際に、キーワードを用いた検索の代わりに、そのプロジェクトに関連するコンポーネントのグループを検索画面201で選択し、そのグループに属するコンポーネントを検索する。コンポーネント管理システム100の検索処理が完了すると、選択されたグループに属する共通コンポーネントの一覧が検索画面201に表示される。図20の例では、各共通コンポーネントがクラス名で表示されており、各クラス名にはリンクが貼られている。ユーザは、リンクを辿ることで、詳細画面203で各クラスに関する情報を確認する。検索画面201、詳細画面203は、例えばWebブラウザを用いて出力される。   When starting a new project, the user selects a group of components related to the project on the search screen 201 instead of searching using keywords, and searches for components belonging to the group. When the search process of the component management system 100 is completed, a list of common components belonging to the selected group is displayed on the search screen 201. In the example of FIG. 20, each common component is displayed with a class name, and a link is attached to each class name. The user confirms information on each class on the detailed screen 203 by following the link. The search screen 201 and detail screen 203 are output using, for example, a Web browser.

図21は、ユーザによる共通コンポーネントのグループ検索を処理する際のコンポーネント管理システム100の動作を示すフローチャートである。   FIG. 21 is a flowchart showing the operation of the component management system 100 when processing a group search for common components by the user.

ユーザによりグループが選択されると、コンポーネント管理システム100において、グループ特定部106はユーザが選択したグループの名称又はその他グループを識別する情報を取得し、選択されたグループを特定する(ステップS601)。検索部103は、グループ特定部106が特定したグループに属する共通コンポーネントをコンポーネント管理データベース150から検索する(ステップS602)。出力部104は検索部103の検索結果を表示する(ステップS603)。   When the user selects a group, in the component management system 100, the group specifying unit 106 acquires the name of the group selected by the user or other information for identifying the group, and specifies the selected group (step S601). The search unit 103 searches the component management database 150 for common components belonging to the group specified by the group specifying unit 106 (step S602). The output unit 104 displays the search result of the search unit 103 (step S603).

このように、共通コンポーネントをグループに分類し、グループごとに共通コンポーネントの一覧を参照できるようにすることで、共通コンポーネントを検索する機能の利便性が向上する。   Thus, by classifying the common components into groups and making it possible to refer to the list of common components for each group, the convenience of the function of searching for common components is improved.

上記のグループ検索は、実施の形態1で説明したキーワード検索と併用してもよい。また、コンポーネント管理データベース150が保持する共通コンポーネントの利用履歴に基づいて検索(以下、優先検索という。)を行ってもよい。例えば、利用実績や使用例などから共通コンポーネントを検索したり、キーワード検索において前回までの検索回数や使用されたキーワードを記録しておき、使用回数の多いキーワードに対応する共通コンポーネントを優先的に表示したり、検索頻度やコンポーネントの使用頻度を利用履歴から算出し、頻度の高いものから順に表示したりする方法がある。さらに、管理者用と利用者用の権限を別に用意しておくことにより、共通コンポーネントの作成者や共通コンポーネントを利用したプロジェクトの客先名など、検索時に表示できる項目を制限してもよい。   The above group search may be used in combination with the keyword search described in the first embodiment. Further, a search (hereinafter referred to as a priority search) may be performed based on the usage history of the common component held in the component management database 150. For example, you can search for common components based on usage records and usage examples, or record the number of searches up to the previous time and keywords used in keyword searches, and preferentially display common components corresponding to keywords that are frequently used. Or by calculating the search frequency and component usage frequency from the usage history and displaying them in descending order of frequency. Further, by preparing separate administrator and user rights, the items that can be displayed during search, such as the creator of the common component and the customer name of a project that uses the common component, may be limited.

実施の形態3.
本実施の形態に係るコンポーネント管理システムの構成は、図3に示した実施の形態1又は図19に示した実施の形態2の構成と同様である。本実施の形態では、コンポーネント管理データベース150の具体的な構成例を示す。
Embodiment 3 FIG.
The configuration of the component management system according to the present embodiment is the same as the configuration of the first embodiment shown in FIG. 3 or the second embodiment shown in FIG. In the present embodiment, a specific configuration example of the component management database 150 is shown.

図22は、コンポーネント管理データベース150の構成の一例を示す図である。図22において、TBLはテーブル、PKは主キー、FKは外部キー、KLは(ソースコードの)KiloLineを示す。また、テーブル同士を結ぶ線は親子関係を示し、端に交差する2本の線がある側を親テーブル、端が3つの線に枝分かれしている側を子テーブルとする。また子テーブル側の枝分かれする部分に円があるものは、親テーブルのレコードに対応するレコードが子テーブルに0以上存在することを示し、交差する1本の線があるものは、親テーブルのレコードに対応するレコードが子テーブルに1つ存在することを示す。   FIG. 22 is a diagram illustrating an example of the configuration of the component management database 150. In FIG. 22, TBL is a table, PK is a primary key, FK is a foreign key, and KL is a KilloLine (source code). A line connecting the tables indicates a parent-child relationship, and a side where two lines intersecting the ends are a parent table, and a side where the ends are branched into three lines is a child table. Also, if there is a circle in the branching part on the child table side, it means that there are zero or more records corresponding to the parent table record, and if there is one intersecting line, the record in the parent table 1 indicates that one record exists in the child table.

以下では、図22のようにコンポーネント管理データベース150を構成した場合の、実施の形態1及び実施の形態2でフローチャートを用いて説明したコンポーネント管理システム100の動作ステップの詳細を説明する。   Hereinafter, details of operation steps of the component management system 100 described with reference to the flowcharts in the first and second embodiments when the component management database 150 is configured as illustrated in FIG. 22 will be described.

図5のフローチャートでは、ユーザによる共通コンポーネントのキーワード検索を処理する際のコンポーネント管理システム100の動作を示した。   The flowchart of FIG. 5 shows the operation of the component management system 100 when processing a keyword search for common components by the user.

ステップS102において、検索部103は、キーワード取得部105が取得したキーワードに検索条件No(番号)を付与して検索キーワードテーブル(図23に例を示す。)に追加する。さらに、検索条件Noと対応させて検索日時と検索種別を検索条件テーブル(図24に例を示す。)に追加する。次に、検索キーワードテーブルに追加したキーワードと一致するキーワードをキーワードテーブル(図25に例を示す。)から取得する。そして、キーワードテーブルから取得したキーワードに対応するグループIDをグループキーワードテーブル(図26に例を示す。)から取得する。そして、グループキーワードテーブルから取得したグループIDに対応するパッケージ名をグループパッケージ情報テーブル(図27に例を示す。)から取得する。そして、グループパッケージ情報テーブルから取得したパッケージ名に対応するクラス名をクラス情報テーブル(図28に例を示す。)から取得する。最後に、クラス情報テーブルから取得したクラス名の一覧を出力部104に渡す。   In step S102, the search unit 103 adds a search condition number (number) to the keyword acquired by the keyword acquisition unit 105 and adds it to the search keyword table (an example is shown in FIG. 23). Further, the search date and the search type are added to the search condition table (an example is shown in FIG. 24) in association with the search condition No. Next, a keyword that matches the keyword added to the search keyword table is acquired from the keyword table (an example is shown in FIG. 25). Then, the group ID corresponding to the keyword acquired from the keyword table is acquired from the group keyword table (an example is shown in FIG. 26). Then, the package name corresponding to the group ID acquired from the group keyword table is acquired from the group package information table (an example is shown in FIG. 27). Then, the class name corresponding to the package name acquired from the group package information table is acquired from the class information table (an example is shown in FIG. 28). Finally, a list of class names acquired from the class information table is passed to the output unit 104.

図示していないが、ステップS103において出力部104がクラス名の一覧を表示した後、ユーザが一覧の中からクラス名を選択すると、選択されたクラス名に対応するクラス情報がクラス情報テーブルから取得され、出力部104によって表示される。さらに、このクラス名と、クラス名に対応するパッケージ名が、ステップS102でキーワードに付与された検索条件Noとともに、検索部103によって検索結果テーブル(図29に例を示す。)に追加される。   Although not shown, after the output unit 104 displays a list of class names in step S103, when the user selects a class name from the list, class information corresponding to the selected class name is acquired from the class information table. And displayed by the output unit 104. Further, the class name and the package name corresponding to the class name are added to the search result table (an example is shown in FIG. 29) by the search unit 103 together with the search condition No. given to the keyword in step S102.

ここで、クラス名を検索の対象とする代わりに、パッケージ名を検索の対象としてもよい。その場合、上記の動作中、クラス情報を取得する処理では、クラス情報の代わりに、共通コンポーネント情報テーブル(図30に例を示す。)に格納されているパッケージ情報を取得する。   Here, instead of setting the class name as the search target, the package name may be set as the search target. In that case, during the above operation, in the process of acquiring the class information, the package information stored in the common component information table (an example is shown in FIG. 30) is acquired instead of the class information.

上記の検索キーワードテーブル、検索条件テーブル、検索結果テーブルは、優先検索を行う場合に参照される。   The search keyword table, search condition table, and search result table are referred to when a priority search is performed.

図10のフローチャートでは、図9のステップS304の登録処理を行う際のコンポーネント管理システム100の動作を示した。   The flowchart of FIG. 10 shows the operation of the component management system 100 when performing the registration process of step S304 of FIG.

ステップS311において、プロジェクト情報取得部101はプロジェクト計画書から抽出したプロジェクト情報にプロジェクトIDを付与してプロジェクト情報テーブル(図31に例を示す。)に追加する。   In step S311, the project information acquisition unit 101 assigns a project ID to the project information extracted from the project plan and adds it to the project information table (an example is shown in FIG. 31).

ステップS312において、キーワード抽出部102はプロジェクト情報テーブルのシステム概要を取得し、業務内容の文字列を単語に分解する。そして、キーワードの候補となる単語を、ステップS311でプロジェクト情報に付与されたプロジェクトIDとともに、業務キーワードテーブル(図32に例を示す。)に追加する。   In step S312, the keyword extraction unit 102 acquires a system overview of the project information table, and breaks down the business operation character string into words. Then, a word as a keyword candidate is added to the business keyword table (an example is shown in FIG. 32) together with the project ID given to the project information in step S311.

ステップS313において、検索部103は、ステップS311でプロジェクト情報に付与されたプロジェクトIDに対応するキーワードを業務キーワードテーブルから取得する。次に、業務キーワードテーブルから取得したキーワードと一致するキーワードをキーワードテーブルから取得する。そして、キーワードテーブルから取得したキーワードに対応するグループIDをグループキーワードテーブルから取得する。そして、グループキーワードテーブルから取得したグループIDに対応するパッケージ名をグループパッケージ情報テーブルから取得する。そして、グループパッケージ情報テーブルから取得したパッケージ名に対応するクラス名をクラス情報テーブルから取得する。最後に、クラス情報テーブルから取得したクラス名の一覧を出力部104に渡す。   In step S313, the search unit 103 acquires a keyword corresponding to the project ID assigned to the project information in step S311 from the business keyword table. Next, a keyword that matches the keyword acquired from the business keyword table is acquired from the keyword table. Then, the group ID corresponding to the keyword acquired from the keyword table is acquired from the group keyword table. Then, the package name corresponding to the group ID acquired from the group keyword table is acquired from the group package information table. Then, the class name corresponding to the package name acquired from the group package information table is acquired from the class information table. Finally, a list of class names acquired from the class information table is passed to the output unit 104.

ステップS314において、出力部104は、ステップS311でプロジェクト情報に付与されたプロジェクトIDに対応するユーザIDをプロジェクト情報テーブルから取得し、そのユーザIDに対応するメールアドレスをユーザテーブル(図33に例を示す。)から取得する。そして、検索部103の検索結果を含む電子メールを作成し、ユーザテーブルから取得したメールアドレスに送信する。   In step S314, the output unit 104 acquires a user ID corresponding to the project ID assigned to the project information in step S311 from the project information table, and sets an email address corresponding to the user ID in the user table (example in FIG. 33). Obtained from). Then, an e-mail including the search result of the search unit 103 is created and transmitted to the e-mail address acquired from the user table.

ステップS315において、利用予定コンポーネント情報登録部108は、利用予定のコンポーネント情報及び更新予定のコンポーネント情報を利用予定コンポーネントテーブル(図34に例を示す。)に追加する。また、作成予定コンポーネント情報登録部110は、作成予定コンポーネント情報を利用予定コンポーネントテーブルに追加する。さらに、更新予定のコンポーネントに関しては、クラス情報テーブルの状態などを更新し、新規作成予定のコンポーネントに関しては、クラス情報テーブルにクラス情報を追加する。ここで、図6及び図7に示した利用共通コンポーネントシートにパッケージ情報を入力する欄を設けて、共通コンポーネント情報テーブルのパッケージ情報を追加又は更新してもよい。   In step S315, the scheduled use component information registration unit 108 adds the scheduled component information and the scheduled update component information to the scheduled use component table (an example is shown in FIG. 34). Further, the creation schedule component information registration unit 110 adds the creation schedule component information to the use schedule component table. Further, the status of the class information table is updated for the component scheduled to be updated, and the class information is added to the class information table for the component scheduled to be newly created. Here, a field for inputting package information may be provided in the use common component sheet shown in FIGS. 6 and 7 to add or update package information in the common component information table.

図17のフローチャートでは、図15のステップS504の更新処理を行う際のコンポーネント管理システム100の動作を示した。   The flowchart in FIG. 17 shows the operation of the component management system 100 when performing the update process in step S504 in FIG.

ステップS511において、利用コンポーネント情報登録部112は、利用コンポーネント情報を利用実績コンポーネントテーブル(図35に例を示す。)に追加する。   In step S511, the use component information registration unit 112 adds the use component information to the use result component table (an example is shown in FIG. 35).

ステップS512において、ファイル要求部116は、ユーザIDをプロジェクト情報テーブルから取得し、そのユーザIDに対応するメールアドレスをユーザテーブルから取得する。そして、所定のフォルダに関連ファイルを保存する要求を含む電子メールを作成し、ユーザテーブルから取得したメールアドレスに送信する。   In step S512, the file request unit 116 acquires a user ID from the project information table, and acquires a mail address corresponding to the user ID from the user table. Then, an e-mail including a request to save the related file in a predetermined folder is created and transmitted to the e-mail address acquired from the user table.

ステップS513において、作成コンポーネント情報登録部114は、作成コンポーネント情報を利用実績コンポーネントテーブルに追加する。さらに、更新したコンポーネントと新規作成したコンポーネントに関しては、クラス情報テーブルのクラス情報を更新する。ただし、新規作成する予定のなかったコンポーネントに関しては、クラス情報テーブルにクラス情報を追加する。   In step S513, the creation component information registration unit 114 adds the creation component information to the use result component table. Further, the class information in the class information table is updated for the updated component and the newly created component. However, class information is added to the class information table for components that are not scheduled to be newly created.

ステップS514において、プロジェクト情報取得部101は、プロジェクト完了報告書から抽出した情報に基づいてプロジェクト情報テーブルのプロジェクト情報を更新する。   In step S514, the project information acquisition unit 101 updates the project information in the project information table based on the information extracted from the project completion report.

図21のフローチャートでは、ユーザによる共通コンポーネントのグループ検索を処理する際のコンポーネント管理システム100の動作を示した。   The flowchart of FIG. 21 shows the operation of the component management system 100 when the group search for common components by the user is processed.

図示していないが、ユーザによりグループが選択される前に、出力部104は、グループテーブル(図36に例を示す。)から取得されるグループ名の一覧を表示する。   Although not shown, before the group is selected by the user, the output unit 104 displays a list of group names acquired from the group table (an example is shown in FIG. 36).

ステップS601において、グループ特定部106は、ユーザが選択したグループのグループIDを取得する。   In step S601, the group specifying unit 106 acquires the group ID of the group selected by the user.

ステップS602において、検索部103は、グループ特定部106が取得したグループIDに対応するパッケージ名をグループパッケージ情報テーブルから取得する。そして、グループパッケージ情報テーブルから取得したパッケージ名に対応するクラス名をクラス情報テーブルから取得する。最後に、クラス情報テーブルから取得したクラス名の一覧を出力部104に渡す。   In step S602, the search unit 103 acquires a package name corresponding to the group ID acquired by the group specifying unit 106 from the group package information table. Then, the class name corresponding to the package name acquired from the group package information table is acquired from the class information table. Finally, a list of class names acquired from the class information table is passed to the output unit 104.

なお図22に示したコンポーネント管理データベース150では、利用予定コンポーネントテーブルと、利用実績コンポーネントテーブルとを別テーブルとして構成しているが、同一テーブルとして構成し、利用予定情報により登録されたコンポーネントテーブルを利用実績情報により更新するように構成しても良い。   In the component management database 150 shown in FIG. 22, the use scheduled component table and the use result component table are configured as separate tables. However, the same table is used and the component table registered by the use schedule information is used. You may comprise so that it may update with performance information.

実施の形態1から3までにおけるコンポーネント管理システムの外観の一例を示す図。The figure which shows an example of the external appearance of the component management system in Embodiment 1-3. 実施の形態1から3までにおけるコンポーネント管理システムのハードウェア構成の一例を示す図。FIG. 4 is a diagram illustrating an example of a hardware configuration of a component management system according to the first to third embodiments. 実施の形態1に係るコンポーネント管理システムの構成を示すブロック図。1 is a block diagram showing a configuration of a component management system according to Embodiment 1. FIG. 実施の形態1においてユーザが共通コンポーネントを検索する際の画面遷移の一例を示す図。FIG. 6 shows an example of screen transition when a user searches for a common component in the first embodiment. 実施の形態1においてユーザによる共通コンポーネントのキーワード検索を処理する際のコンポーネント管理システムの動作を示すフローチャート。5 is a flowchart showing an operation of the component management system when processing a keyword search for a common component by a user in the first embodiment. 実施の形態1における利用共通コンポーネントシートの入力画面(1/2)の一例を示す図。The figure which shows an example of the input screen (1/2) of the utilization common component sheet | seat in Embodiment 1. FIG. 実施の形態1における利用共通コンポーネントシートの入力画面(2/2)の一例を示す図。The figure which shows an example of the input screen (2/2) of the utilization common component sheet | seat in Embodiment 1. FIG. 実施の形態1においてプロジェクト情報とコンポーネント情報を登録する際のプロジェクト管理システムの動作を示すフローチャート。5 is a flowchart showing the operation of the project management system when registering project information and component information in the first embodiment. 実施の形態1においてプロジェクト情報とコンポーネント情報の登録を処理する際のコンポーネント管理システムの動作を示すフローチャート。5 is a flowchart showing the operation of the component management system when processing registration of project information and component information in the first embodiment. 図9のステップS304の登録処理を行う際のコンポーネント管理システムの動作を示すフローチャート。10 is a flowchart showing the operation of the component management system when performing the registration process in step S304 of FIG. 図10のステップS311からステップS313までの処理の一例を示す図。The figure which shows an example of the process from step S311 of FIG. 10 to step S313. 実施の形態1における利用共通コンポーネント実績シートの入力画面(1/2)の一例を示す図。The figure which shows an example of the input screen (1/2) of the utilization common component performance sheet in Embodiment 1. FIG. 実施の形態1における利用共通コンポーネント実績シートの入力画面(2/2)の一例を示す図。The figure which shows an example of the input screen (2/2) of the utilization common component performance sheet | seat in Embodiment 1. FIG. 実施の形態1においてプロジェクト情報とコンポーネント情報を更新する際のプロジェクト管理システムの動作を示すフローチャート。3 is a flowchart showing the operation of the project management system when updating project information and component information in the first embodiment. 実施の形態1においてプロジェクト情報とコンポーネント情報の更新を処理する際のコンポーネント管理システムの動作を示すフローチャート。5 is a flowchart showing the operation of the component management system when processing update of project information and component information in the first embodiment. 図15のステップS505で送信される電子メールを表示した通知画面の一例を示す図。The figure which shows an example of the notification screen which displayed the electronic mail transmitted by step S505 of FIG. 図15のステップS504の更新処理を行う際のコンポーネント管理システム100の動作を示すフローチャート。The flowchart which shows operation | movement of the component management system 100 at the time of performing the update process of FIG.15 S504. 図17のステップS512で送信される電子メールを表示した通知画面の一例を示す図。The figure which shows an example of the notification screen which displayed the email transmitted by FIG.17 S512. 実施の形態2に係るコンポーネント管理システムの構成を示すブロック図。FIG. 4 is a block diagram showing a configuration of a component management system according to Embodiment 2. 実施の形態2においてユーザが共通コンポーネントを検索する際の画面遷移の一例を示す図。FIG. 10 shows an example of screen transition when a user searches for a common component in the second embodiment. 実施の形態2においてユーザによる共通コンポーネントのグループ検索を処理する際のコンポーネント管理システムの動作を示すフローチャート。9 is a flowchart showing an operation of a component management system when processing a group search for common components by a user in the second embodiment. 実施の形態3に係るコンポーネント管理データベースの構成の一例を示す図。FIG. 10 is a diagram illustrating an example of a configuration of a component management database according to the third embodiment. 検索キーワードテーブルの一例。An example of a search keyword table. 検索条件テーブルの一例。An example of a search condition table. キーワードテーブルの一例。An example of a keyword table. グループキーワードテーブルの一例。An example of a group keyword table. グループパッケージ情報テーブルの一例。An example of a group package information table. クラス情報テーブルの一例。An example of a class information table. 検索結果テーブルの一例。An example of a search result table. 共通コンポーネント情報テーブルの一例。An example of a common component information table. プロジェクト情報テーブルの一例。An example of a project information table. 業務キーワードテーブルの一例。An example of a business keyword table. ユーザテーブルの一例。An example of a user table. 利用予定コンポーネントテーブルの一例。An example of a use schedule component table. 利用実績コンポーネントテーブルの一例。An example of a utilization result component table. グループテーブルの一例。An example of a group table.

符号の説明Explanation of symbols

50 プロジェクト管理データベース、100 コンポーネント管理システム、101 プロジェクト情報取得部、102 キーワード抽出部、103 検索部、104 出力部、105 キーワード取得部、106 グループ特定部、107 利用予定コンポーネント情報取得部、108 利用予定コンポーネント情報登録部、109 作成予定コンポーネント情報取得部、110 作成予定コンポーネント情報登録部、111 利用コンポーネント情報取得部、112 利用コンポーネント情報登録部、113 作成コンポーネント情報取得部、114 作成コンポーネント情報登録部、115 登録通知部、116 ファイル要求部、150 コンポーネント管理データベース、201 検索画面、202 検索結果画面、203 詳細画面、204,205 入力画面、206 通知画面、901 CRT表示装置、902 K/B、903 マウス、904 FDD、905 CDD、906 プリンタ装置、910 システムユニット、911 CPU、912 バス、913 ROM、914 RAM、915 通信ボード、920 磁気ディスク装置、921 OS、922 ウィンドウシステム、923 プログラム群、924 ファイル群、931 電話機、932 FAX機、940 インターネット、941 ゲートウェイ、942 LAN。   50 Project management database, 100 Component management system, 101 Project information acquisition unit, 102 Keyword extraction unit, 103 Search unit, 104 Output unit, 105 Keyword acquisition unit, 106 Group identification unit, 107 Scheduled component information acquisition unit, 108 Scheduled use Component information registration unit, 109 Scheduled component information acquisition unit, 110 Scheduled component information registration unit, 111 Usage component information acquisition unit, 112 Usage component information registration unit, 113 Creation component information acquisition unit, 114 Creation component information registration unit, 115 Registration notification section, 116 file request section, 150 component management database, 201 search screen, 202 search result screen, 203 detail screen, 204 205 input screen, 206 notification screen, 901 CRT display device, 902 K / B, 903 mouse, 904 FDD, 905 CDD, 906 printer device, 910 system unit, 911 CPU, 912 bus, 913 ROM, 914 RAM, 915 communication board 920, magnetic disk unit, 921 OS, 922 window system, 923 program group, 924 file group, 931 telephone, 932 FAX machine, 940 Internet, 941 gateway, 942 LAN.

Claims (9)

複数のプログラムを組み合わせたプロジェクトの機能を示すプロジェクト情報を記憶するプロジェクト管理データベースと接続し、いずれかのプログラムの一部であるコンポーネントの名称と当該コンポーネントの機能と当該コンポーネントに対応するキーワードと当該コンポーネントの作成者と当該コンポーネントを利用して開発されたプロジェクトとを示すコンポーネント情報を管理するコンポーネント管理システムであって、
前記プロジェクト管理データベースには、さらに、コンポーネントの作成が全て完了した完了プロジェクトで作成が完了したコンポーネントの名称と当該コンポーネントの機能と当該コンポーネントに対応するキーワードと当該コンポーネントの作成者とを示す作成コンポーネント情報が登録され、
前記コンポーネント管理システムは、
コンポーネント情報を記憶するコンポーネント管理データベースと、
前記完了プロジェクトで作成が完了したコンポーネントの作成コンポーネント情報が前記プロジェクト管理データベースに登録された場合、当該作成コンポーネント情報を前記プロジェクト管理データベースから取得する作成コンポーネント情報取得部と、
前記作成コンポーネント情報取得部が作成コンポーネント情報を取得したコンポーネントのソースファイルが所定の場所に保存されていない場合、ユーザに対して当該ソースファイルの保存要求を電子メールで通知するファイル要求部と、
前記ソースファイルが前記所定の場所に保存されている場合、前記作成コンポーネント情報取得部が取得した作成コンポーネント情報で示されているコンポーネントの名称と当該コンポーネントの機能と当該コンポーネントに対応するキーワードと当該コンポーネントの作成者とを示すとともに、前記完了プロジェクトを、当該コンポーネントを利用して開発されたプロジェクトとして示すコンポーネント情報を前記コンポーネント管理データベースに登録する作成コンポーネント情報登録部と、
作成が完了していないコンポーネントがある新規プロジェクトのプロジェクト情報が前記プロジェクト管理データベースに登録された場合、当該新規プロジェクトのプロジェクト情報を前記プロジェクト管理データベースから取得するプロジェクト情報取得部と、
前記プロジェクト情報取得部が取得した新規プロジェクトのプロジェクト情報から当該新規プロジェクトの機能を表す単語を抽出するキーワード抽出部と、
前記キーワード抽出部が抽出した単語がキーワードとして示されているコンポーネント情報で示されているコンポーネントの名称を前記コンポーネント管理データベースから取得する検索部と、
前記検索部が取得したコンポーネントの名称の一覧をユーザに対して出力し、当該一覧の中からコンポーネントの名称がユーザにより選択されると、名称が選択されたコンポーネントのコンポーネント情報を前記コンポーネント管理データベースから取得し、取得したコンポーネント情報をユーザに対して出力する出力部とを備えることを特徴とするコンポーネント管理システム。
Connected to a project management database that stores project information indicating the function of a project that combines multiple programs, the name of the component that is part of one of the programs, the function of the component, the keyword corresponding to the component, and the component A component management system for managing component information indicating the creator of the project and a project developed using the component,
The project management database further includes created component information indicating the name of the component that has been created in the completed project in which creation of all components has been completed, the function of the component, the keyword corresponding to the component, and the creator of the component. Is registered,
The component management system includes:
A component management database for storing component information;
A creation component information acquisition unit that acquires the creation component information from the project management database when creation component information of a component that has been created in the completed project is registered in the project management database;
If the source file of the component, wherein the creating component information acquisition unit acquires the creation component information is not stored in a predetermined location, a file request portion to be notified by e-mail storage requirements of the source file to the user,
When the source file is stored in the predetermined location, the name of the component, the function of the component, the keyword corresponding to the component, and the component indicated by the created component information acquired by the created component information acquisition unit A creation component information registration unit for registering component information indicating the completed project as a project developed using the component in the component management database.
When project information of a new project having a component that has not been created is registered in the project management database, a project information acquisition unit that acquires project information of the new project from the project management database;
A keyword extraction unit for extracting a word representing the function of the new project from the project information of the new project acquired by the project information acquisition unit;
A search unit that acquires from the component management database the name of the component indicated by the component information in which the word extracted by the keyword extraction unit is indicated as a keyword;
A list of component names acquired by the search unit is output to the user. When a component name is selected from the list by the user, component information of the component for which the name is selected is obtained from the component management database. A component management system comprising: an output unit that acquires and outputs the acquired component information to a user.
前記ファイル要求部は、前記ソースファイルが前記所定の場所に保存されるまで、前記保存要求を定期的に電子メールで通知し続けることを特徴とする請求項1に記載のコンポーネント管理システム。 The component management system according to claim 1, wherein the file request unit continues to notify the storage request periodically by e-mail until the source file is stored in the predetermined location. 前記コンポーネント管理システムは、さらに、
他の新規プロジェクトで作成予定のコンポーネントのコンポーネント情報を前記コンポーネント管理データベースに登録する作成予定コンポーネント情報登録部を備え、
前記検索部は、前記キーワード抽出部が抽出した単語がキーワードとして示されているコンポーネント情報で示されているコンポーネントの名称を、前記作成コンポーネント情報登録部が登録したコンポーネント情報と前記作成予定コンポーネント情報登録部が登録したコンポーネント情報とを含む、前記コンポーネント管理データベースに記憶されたコンポーネント情報の中から取得することを特徴とする請求項1又は2に記載のコンポーネント管理システム。
The component management system further includes:
A creation planned component information registration unit for registering component information of components scheduled to be created in another new project in the component management database;
The search unit registers the component name indicated by the component information in which the word extracted by the keyword extraction unit is indicated as a keyword, the component information registered by the creation component information registration unit, and the creation scheduled component information registration The component management system according to claim 1, wherein the component management system is acquired from component information stored in the component management database, including component information registered by a unit.
コンポーネント情報は、さらに、コンポーネントが作成済みであるか否かを示すものであることを特徴とする請求項3に記載のコンポーネント管理システム。   The component management system according to claim 3, wherein the component information further indicates whether or not the component has been created. 作成予定のコンポーネントのコンポーネント情報は、さらに、コンポーネントの作成完了予定日を示すものであることを特徴とする請求項3又は4に記載のコンポーネント管理システム。   The component management system according to claim 3 or 4, wherein the component information of the component scheduled to be created further indicates a scheduled date of completion of the component creation. 前記コンポーネント管理システムは、さらに、
キーワードがユーザにより入力されると、入力されたキーワードを取得するキーワード取得部を備え、
前記検索部は、前記キーワード取得部が取得したキーワードが示されているコンポーネント情報で示されているコンポーネントの名称を取得することを特徴とする請求項1から5までのいずれかに記載のコンポーネント管理システム。
The component management system further includes:
When a keyword is input by the user, the device includes a keyword acquisition unit that acquires the input keyword,
The component management according to claim 1, wherein the search unit acquires a name of a component indicated by component information in which the keyword acquired by the keyword acquisition unit is indicated. system.
コンポーネント情報は、さらに、コンポーネントが属するグループを示すものであり、
前記検索部は、グループがユーザにより選択されると、選択されたグループが示されているコンポーネント情報で示されているコンポーネントの名称を取得することを特徴とする請求項1から5までのいずれかに記載のコンポーネント管理システム。
The component information further indicates a group to which the component belongs,
The said search part acquires the name of the component shown by the component information in which the selected group is shown, when a group is selected by the user. Component management system as described in
前記コンポーネント管理データベースは、さらに、各コンポーネントの利用履歴を示す履歴情報を記憶し、
前記コンポーネント管理システムは、さらに、
プロジェクトで利用されたコンポーネントのコンポーネント情報がユーザにより入力されると、当該利用されたコンポーネントの利用履歴を示す、前記コンポーネント管理データベースに記憶された履歴情報を更新する利用コンポーネント情報登録部を備え、
前記出力部は、前記コンポーネント管理データベースに記憶された履歴情報を参照して、前記検索部が取得したコンポーネントの名称の一覧をコンポーネントの利用頻度の高い順に並べて出力することを特徴とする請求項1から7までのいずれかに記載のコンポーネント管理システム。
The component management database further stores history information indicating the usage history of each component,
The component management system further includes:
When the component information of the component used in the project is input by the user, the usage component information registration unit for updating the history information stored in the component management database indicating the usage history of the used component is provided.
The output unit refers to history information stored in the component management database and outputs a list of component names acquired by the search unit in order of frequency of component use. The component management system in any one of 7 to 7.
複数のプログラムを組み合わせたプロジェクトの機能を示すプロジェクト情報を記憶するプロジェクト管理データベースと接続するコンピュータであり、いずれかのプログラムの一部であるコンポーネントの名称と当該コンポーネントの機能と当該コンポーネントに対応するキーワードと当該コンポーネントの作成者と当該コンポーネントを利用して開発されたプロジェクトとを示すコンポーネント情報を記憶するコンポーネント管理データベースを備えるコンピュータによって実行されるコンポーネント管理プログラムであって、
前記プロジェクト管理データベースには、さらに、コンポーネントの作成が全て完了した完了プロジェクトで作成が完了したコンポーネントの名称と当該コンポーネントの機能と当該コンポーネントに対応するキーワードと当該コンポーネントの作成者とを示す作成コンポーネント情報が登録され、
前記コンポーネント管理プログラムは、
前記完了プロジェクトで作成が完了したコンポーネントの作成コンポーネント情報が前記プロジェクト管理データベースに登録された場合、当該作成コンポーネント情報を前記プロジェクト管理データベースから取得する作成コンポーネント情報取得処理と、
前記作成コンポーネント情報取得処理が作成コンポーネント情報を取得したコンポーネントのソースファイルが所定の場所に保存されていない場合、ユーザに対して当該ソースファイルの保存要求を電子メールで通知するファイル要求処理と、
前記ソースファイルが前記所定の場所に保存されている場合、前記作成コンポーネント情報取得処理が取得した作成コンポーネント情報で示されているコンポーネントの名称と当該コンポーネントの機能と当該コンポーネントに対応するキーワードと当該コンポーネントの作成者とを示すとともに、前記完了プロジェクトを、当該コンポーネントを利用して開発されたプロジェクトとして示すコンポーネント情報を前記コンポーネント管理データベースに登録する作成コンポーネント情報登録処理と、
作成が完了していないコンポーネントがある新規プロジェクトのプロジェクト情報が前記プロジェクト管理データベースに登録された場合、当該新規プロジェクトのプロジェクト情報を前記プロジェクト管理データベースから取得するプロジェクト情報取得処理と、
前記プロジェクト情報取得処理が取得した新規プロジェクトのプロジェクト情報から当該新規プロジェクトの機能を表す単語を抽出するキーワード抽出処理と、
前記キーワード抽出処理が抽出した単語がキーワードとして示されているコンポーネント情報で示されているコンポーネントの名称を前記コンポーネント管理データベースから取得する検索処理と、
前記検索処理が取得したコンポーネントの名称の一覧をユーザに対して出力し、当該一覧の中からコンポーネントの名称がユーザにより選択されると、名称が選択されたコンポーネントのコンポーネント情報を前記コンポーネント管理データベースから取得し、取得したコンポーネント情報をユーザに対して出力する出力処理とをコンピュータに実行させることを特徴とするコンポーネント管理プログラム。
A computer connected to a project management database that stores project information indicating the function of a project combining multiple programs, the name of the component that is part of any program, the function of the component, and the keyword corresponding to the component A component management program executed by a computer including a component management database that stores component information indicating the creator of the component and a project developed using the component,
In the project management database, the created component information indicating the name of the component that has been created in the completed project in which the creation of all components has been completed, the function of the component, the keyword corresponding to the component, and the creator of the component Is registered,
The component management program is:
When the creation component information of the component that has been created in the completed project is registered in the project management database, a creation component information acquisition process for obtaining the creation component information from the project management database;
If the source file of the component, wherein the creating component information acquisition process acquires the creation component information is not stored in a predetermined location, and file request process to be notified by e-mail storage requirements of the source file to the user,
When the source file is stored in the predetermined location, the name of the component, the function of the component, the keyword corresponding to the component, and the component indicated by the created component information acquired by the created component information acquisition process Creating component information registration processing for registering component information indicating the completed project as a project developed using the component in the component management database,
When project information of a new project having a component that has not been created is registered in the project management database, a project information acquisition process for acquiring the project information of the new project from the project management database;
A keyword extraction process for extracting a word representing the function of the new project from the project information of the new project acquired by the project information acquisition process;
A search process for acquiring from the component management database the name of the component indicated by the component information in which the word extracted by the keyword extraction process is indicated as a keyword;
A list of component names acquired by the search process is output to the user. When a component name is selected from the list by the user, component information of the component for which the name is selected is output from the component management database. A component management program for causing a computer to execute an output process of acquiring and outputting the acquired component information to a user.
JP2004370711A 2004-12-22 2004-12-22 Component management system and component management program Expired - Fee Related JP4369864B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004370711A JP4369864B2 (en) 2004-12-22 2004-12-22 Component management system and component management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004370711A JP4369864B2 (en) 2004-12-22 2004-12-22 Component management system and component management program

Publications (2)

Publication Number Publication Date
JP2006178708A JP2006178708A (en) 2006-07-06
JP4369864B2 true JP4369864B2 (en) 2009-11-25

Family

ID=36732773

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004370711A Expired - Fee Related JP4369864B2 (en) 2004-12-22 2004-12-22 Component management system and component management program

Country Status (1)

Country Link
JP (1) JP4369864B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5137024B2 (en) * 2008-06-20 2013-02-06 インターナショナル・ビジネス・マシーンズ・コーポレーション Development support apparatus, method, and program
JP5368225B2 (en) * 2009-09-15 2013-12-18 株式会社日立製作所 Special processing program generation support method and system
JP5587744B2 (en) * 2010-11-17 2014-09-10 株式会社日立ソリューションズ Program component search method, program component search system, and component search program

Also Published As

Publication number Publication date
JP2006178708A (en) 2006-07-06

Similar Documents

Publication Publication Date Title
US20160283228A1 (en) Integrated cloud platform translation system
US8554596B2 (en) System and methods for managing complex service delivery through coordination and integration of structured and unstructured activities
US20060047558A1 (en) Method, system, and computer program product for assigning personnel to project tasks
JP4444867B2 (en) Business process model creation support system and program, and business process model creation processing method
JP4709612B2 (en) Method, program and computer for assigning personnel to tasks comprising a project
CN102750081A (en) Information processing apparatus, information processing method, and program
JP5127272B2 (en) Workflow management system
JP2007128450A (en) Software reusable component management system
JP5266975B2 (en) Personal search system, information processing apparatus, personal search method, program, and recording medium
JP5352225B2 (en) Data reuse method, data reuse system, data reuse device, and data reuse program
US20200395004A1 (en) Computer System, Model Generation Method, and Computer Readable Recording Medium
JP4912850B2 (en) Project management device
JP4369864B2 (en) Component management system and component management program
US7849442B2 (en) Application requirement design support system and method therefor
US8190559B2 (en) Document management apparatus, storage medium storing program for document management apparatus, and method for managing documents
JP2004192524A (en) Supporting method, support apparatus and computer program
JP2002197100A (en) Retrieval service system, its method, recording medium and information mediating method
JPH1173459A (en) Work flow management system and method for operating document management
JP2010108453A (en) Document component management device and method, and program
JP2009193470A (en) Electronic approval workflow system
JP2003223453A (en) Matching method for address information with position coordinates
CN114281688A (en) Codeless or low-code automatic case management method and device
JP2017215714A (en) Information processor and information processing program
JPWO2007105512A1 (en) Forwarding data management system
JP6777907B1 (en) Business support device and business support system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080722

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080911

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081007

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20081119

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090127

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090218

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090428

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090528

A911 Transfer of reconsideration by examiner before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20090804

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090828

R150 Certificate of patent or registration of utility model

Ref document number: 4369864

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120904

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130904

Year of fee payment: 4

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

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

LAPS Cancellation because of no payment of annual fees