JP2003140892A - Message processing system, server, program, and message processing method - Google Patents

Message processing system, server, program, and message processing method

Info

Publication number
JP2003140892A
JP2003140892A JP2001335452A JP2001335452A JP2003140892A JP 2003140892 A JP2003140892 A JP 2003140892A JP 2001335452 A JP2001335452 A JP 2001335452A JP 2001335452 A JP2001335452 A JP 2001335452A JP 2003140892 A JP2003140892 A JP 2003140892A
Authority
JP
Japan
Prior art keywords
message
identification information
program
information
conversion table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2001335452A
Other languages
Japanese (ja)
Other versions
JP4119111B2 (en
Inventor
Rieko Tsurumi
理恵子 鶴見
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2001335452A priority Critical patent/JP4119111B2/en
Publication of JP2003140892A publication Critical patent/JP2003140892A/en
Application granted granted Critical
Publication of JP4119111B2 publication Critical patent/JP4119111B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To flexibly cope with change of a message occurring while a software is being developed. SOLUTION: In this software development support system, a client (such as a client 2, a console 3, and an error seat 4) is connected with a server 1 through a network 6. The server 1 is equipped with a relational message conversion table 16 for relating SMID (first identification information) used in the system with temporary MID (second identification information described in the program. When the message or ID on the system side is changed, SMID of the relational message conversion table 16 is changed, so as to eliminate change of the temporary MID described in the program.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、例えばソフトウェ
ア開発支援システムなどのメッセージ処理システム、サ
ーバ、プログラム、メッセージ処理方法に関する。
The present invention relates to a message processing system such as a software development support system, a server, a program, and a message processing method.

【0002】[0002]

【従来の技術】メッセージをユーザの端末あるいはパソ
コンに表示するような機能を有するコンピュータシステ
ムなどにおいては、当該メッセージをユーザ端末あるい
はパソコンに表示するためのメッセージ処理部を有して
いる。
2. Description of the Related Art A computer system having a function of displaying a message on a user's terminal or a personal computer has a message processing unit for displaying the message on the user's terminal or the personal computer.

【0003】このメッセージ処理部は、プログラム内、
あるいはプログラムインクルードファイル、ヘッダファ
イル等にメッセージ自体と、そのメッセージの識別子と
なるメッセージIDとを保持している。
This message processing unit is
Alternatively, the message itself and the message ID that is the identifier of the message are held in the program include file, the header file, or the like.

【0004】そのため、メッセージIDあるいはメッセ
ージに変更が発生した場合、メッセージIDあるいはメ
ッセージの少なくとも一方を保持するプログラムあるい
はファイルを変更する必要がある。
Therefore, when the message ID or the message is changed, it is necessary to change the program or file that holds at least one of the message ID and the message.

【0005】例えばあるソフトウェアを開発中にプログ
ラム内に記述したメッセージの修正などが生じた場合、
メッセージの一部変更だけであるにも関わらず、メッセ
ージを修正したソフトウェア全体に対して、変更前と同
等の処理が実施可能かどうかを検証する試験を行わなけ
ればならず、ここには生産性と品質の面で問題が生じ
る。
For example, when a message described in a program is modified during development of certain software,
Even if only a part of the message is changed, the entire software that modified the message must be tested to verify whether the same processing as before the change can be performed. And quality issues arise.

【0006】特に、メッセージと共にメッセージのID
を表示するような仕様のソフトウェアを開発している場
合、メッセージ修正に対する影響や試験のために、人手
が必要になると共にそのための作業時間が必要になる。
In particular, the message ID along with the message
When developing software with a specification that displays, it requires manpower and work time for the influence and test on message correction.

【0007】そこで、従来の技術としては、ソフトウェ
アで利用するであろうメッセージとそのIDの全ての組
み合わせをマスタファイルにリストアップしておいて、
メッセージのメンテナンス時にはマスタファイルの内容
だけを修正するようにしたメッセージ管理方法が提案さ
れている(特開平10−116251号公報)。
Therefore, as a conventional technique, all combinations of messages and their IDs that will be used by software are listed in a master file,
A message management method has been proposed in which only the contents of the master file are modified during message maintenance (Japanese Patent Laid-Open No. 10-116251).

【0008】[0008]

【発明が解決しようとする課題】しかしながら、ソフト
ウェアを開発中は、仕様が不安定なことから、新たなメ
ッセージを追加するようなこともある。
However, when software is being developed, new specifications may be added due to unstable specifications.

【0009】この場合、上述した従来のメッセージ管理
方法では、一つのメッセージの追加に対して膨大な数の
IDを対応付けてマスタファイルに新たに記憶し直す必
要があり、少なくとも新たなメッセージが追加されるよ
うなソフトウェア開発期間中にはこの方法は適さないと
いう問題がある。
In this case, in the above-described conventional message management method, it is necessary to associate a huge number of IDs with one message and store it again in the master file, and at least a new message is added. There is a problem that this method is not suitable during the software development period as described above.

【0010】本発明はこのような課題を解決するために
なされたもので、ソフトウェア開発中に生じるメッセー
ジ変更にフレキシブルに対応できるメッセージ処理シス
テム、サーバ、プログラム、メッセージ処理方法を提供
することを目的としている。
The present invention has been made to solve such a problem, and an object thereof is to provide a message processing system, a server, a program, and a message processing method capable of flexibly coping with a message change occurring during software development. There is.

【0011】[0011]

【課題を解決するための手段】上記した目的を達成する
ために、本発明のメッセージ処理システムは、システム
内で統合して利用するメッセージとこのメッセージを特
定するための第1の識別情報とを対応付けて格納するシ
ステムメッセージ格納手段と、前記メッセージを表示す
るための第2の識別情報を記述したプログラムを実行す
るプログラム実行手段と、前記プログラムに記述されて
いる前記第2の識別情報と前記システムメッセージ格納
手段に格納されている前記第1の識別情報とを関連付け
て記憶する識別情報変換テーブルと、前記プログラム実
行手段によって実行された前記プログラムからの第2の
識別情報を用いたメッセージ呼び出し要求に対して、前
記識別情報変換テーブルから読み出した第1の識別情報
を基に該当するメッセージを前記システムメッセージ格
納手段から読み出す手段とを具備たことを特徴としてい
る。
In order to achieve the above-mentioned object, the message processing system of the present invention provides a message to be integrated and used in the system and first identification information for specifying this message. A system message storage unit that stores the message in association with each other, a program execution unit that executes a program that describes the second identification information for displaying the message, the second identification information that is described in the program, and the An identification information conversion table that stores the first identification information stored in the system message storage means in association with each other, and a message call request using the second identification information from the program executed by the program execution means. Corresponding to the first identification information read from the identification information conversion table. It is characterized in that there was and means for reading the message from the system message storage means.

【0012】本発明のサーバは、クライアントにネット
ワークを介して接続され、前記クライアントからの要求
により該当プログラムを実行するサーバにおいて、シス
テム内で統合して利用するメッセージとこのメッセージ
を特定するための第1の識別情報とを対応付けて格納す
るシステムメッセージ格納手段と、前記クライアントか
らの要求により、前記メッセージを表示するための第2
の識別情報を記述したプログラムを実行するプログラム
実行手段と、前記プログラムに記述されている前記第2
の識別情報と前記システムメッセージ格納手段に格納さ
れている前記第1の識別情報とを関連付けて記憶する識
別情報変換テーブルと、前記プログラム実行手段によっ
て実行された前記プログラムからの第2の識別情報を用
いたメッセージ呼び出し要求に対して、前記識別情報変
換テーブルから読み出した第1の識別情報を基に該当す
るメッセージを前記システムメッセージ格納手段から読
み出す手段とを具備したことを特徴としている。
A server of the present invention is connected to a client via a network, and a server for executing a corresponding program in response to a request from the client specifies a message to be integrated and used in the system and a first message for specifying this message. System message storing means for storing the identification information of No. 1 in association with each other, and a second for displaying the message in response to a request from the client.
Program executing means for executing a program in which the identification information of the second program is described, and the second program described in the program.
And an identification information conversion table for storing the identification information and the first identification information stored in the system message storage means in association with each other, and second identification information from the program executed by the program execution means. In response to the used message call request, there is provided means for reading a corresponding message from the system message storage means based on the first identification information read from the identification information conversion table.

【0013】本発明のプログラムは、クライアントにネ
ットワークを介して接続されたサーバにおいて実行され
るプログラムであって、前記サーバを、システム内で統
合して利用するメッセージとこのメッセージを特定する
ための第1の識別情報とを対応付けて格納するシステム
メッセージ格納手段と、前記クライアントからの要求に
より、前記メッセージを表示するための第2の識別情報
を記述したプログラムを実行するプログラム実行手段
と、前記プログラムに記述されている前記第2の識別情
報と前記システムメッセージ格納手段に格納されている
前記第1の識別情報とを関連付けて記憶する識別情報変
換テーブルと、前記プログラム実行手段によって実行さ
れた前記プログラムからの第2の識別情報を用いたメッ
セージ呼び出し要求に対して、前記識別情報変換テーブ
ルから読み出した第1の識別情報を基に該当するメッセ
ージを前記システムメッセージ格納手段から読み出す手
段として機能させるプログラムである。
The program of the present invention is a program executed in a server connected to a client via a network, and a message for integrating and utilizing the server in the system and a message for specifying the message. System message storage means for storing the identification information of No. 1 in association with each other, program execution means for executing a program in which second identification information for displaying the message is described in response to a request from the client, and the program. And an identification information conversion table for storing the second identification information described in paragraph 1 and the first identification information stored in the system message storage means in association with each other, and the program executed by the program execution means. Message call request using the second identification information from the Against it, is a program that causes a message corresponding to the basis of the first identification information read from the identification information conversion table as means for reading from the system message storage means.

【0014】本発明のメッセージ処理方法は、システム
内で統合して利用するメッセージとこのメッセージを特
定するための第1の識別情報とを対応付けてコンピュー
タに格納するステップと、前記コンピュータ上で実行さ
れるプログラムに記述されている第2の識別情報と前記
コンピュータに格納されている前記第1の識別情報とを
関連付けて識別情報変換テーブルに記憶するステップ
と、前記コンピュータにおいて、メッセージを表示する
ための第2の識別情報を記述したプログラムを実行する
ステップと、実行された前記プログラムからの第2の識
別情報を用いたメッセージ呼び出し要求に対して、前記
識別情報変換テーブルから読み出した第1の識別情報を
基に該当するメッセージを前記コンピュータから読み出
すステップとを有することを特徴としている。
The message processing method of the present invention includes a step of storing a message in a computer in association with a message to be integrated and used in the system and a first identification information for specifying the message, and executed on the computer. Storing the identification information conversion table in association with the second identification information described in the program and the first identification information stored in the computer, and displaying a message in the computer. And executing a program in which the second identification information is described, and a first identification read from the identification information conversion table in response to a message call request using the second identification information from the executed program. Reading the corresponding message from the computer based on the information It is characterized in that.

【0015】本発明では、システム内で統合して利用す
るメッセージID(第1の識別情報)と、ソフトウェア
開発中に、プログラム内で記述する仮のメッセージID
(第2の識別情報)とを関連付ける識別情報変換テーブ
ルを用意しておき、このテーブルの情報を変更すること
で、システム側のメッセージあるいはIDに変更が生じ
た場合に、プログラム内で記述する仮のメッセージID
(第2の識別情報)は変更せずに、識別情報変換テーブ
ルの内容を変更する。これにより、システム全体で、メ
ッセージの統一、重複防止、メッセージの結合、切り離
しを簡易にし管理することができる。
In the present invention, a message ID (first identification information) that is integrated and used in the system and a temporary message ID described in the program during software development
An identification information conversion table to be associated with (second identification information) is prepared, and by changing the information in this table, when a message or ID on the system side is changed, it is temporarily described in the program. Message ID
The contents of the identification information conversion table are changed without changing (second identification information). As a result, unification of messages, prevention of duplication, connection and disconnection of messages can be simplified and managed in the entire system.

【0016】すなわち、ソフトウェア開発中に生じる、
プログラムで使用されるメッセージ変更、そのIDの統
合、更新などにフレキシブルに対応できるようになる。
That is, during software development,
It will be possible to flexibly deal with changing messages used in programs, integrating their IDs, updating, etc.

【0017】[0017]

【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して詳細に説明する。図1は本発明に係る第1実
施形態のクライアント/サーバ型のソフトウェア開発支
援システムの概要構成を示す図である。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a diagram showing a schematic configuration of a client / server type software development support system of a first embodiment according to the present invention.

【0018】同図に示すように、このソフトウェア開発
支援システムは、サーバ1とクライアント端末2、コン
ソール3、エラー席4、印刷装置5などをLANなどの
ネットワーク6を介して接続して構成されている。
As shown in FIG. 1, this software development support system is configured by connecting a server 1, a client terminal 2, a console 3, an error seat 4, a printing device 5 and the like via a network 6 such as a LAN. There is.

【0019】サーバ1は、システムの機能およびメッセ
ージファイル等を保持する。クライアント端末2は、サ
ーバ1に対してネットワークを通じて業務処理の要求を
行い、その要求に対してサーバ1が業務処理を実行する
機能を有している。コンソール3は、システム管理者や
運用者等がサーバ1で処理した結果についてのログやエ
ラー情報の収集や出力、その他、サーバ1に対してシス
テム管理面での処理や操作を行うための端末である。エ
ラー席4は、システム内で発生したエラー通知、警告、
ハードウェアの不備等、システムの正常運用に支障をき
たす情報や通知等を表示する端末である。印刷装置5
は、クライアント端末2、コンソール3、エラー席4な
どからのネットワーク6を通じた印刷要求を受けて各種
情報を印刷する装置であり、例えばプリンタ、FAX、
プリンタ機能付きコピー機等である。
The server 1 holds system functions, message files and the like. The client terminal 2 has a function of making a request for business processing to the server 1 through the network, and the server 1 executing business processing in response to the request. The console 3 is a terminal for collecting and outputting logs and error information about the results processed by the system administrator or operator on the server 1, and for processing and operating the server 1 in terms of system management. is there. Error seat 4 is for error notification, warning,
This is a terminal that displays information, notifications, etc. that impair the normal operation of the system, such as hardware defects. Printer 5
Is a device for printing various information in response to a print request from the client terminal 2, the console 3, the error seat 4, etc. through the network 6, such as a printer, a FAX,
It is a copier with a printer function.

【0020】図2は図1のソフトウェア開発支援システ
ムのサーバ1の構成を示す図である。
FIG. 2 is a diagram showing the configuration of the server 1 of the software development support system of FIG.

【0021】サーバ1は、CPUなどの制御手段と、R
OM、RAMなどの記憶手段(メモリ)と、ハードディ
スク装置、MO等の補助記憶装置、マウス、キーボード
など入力装置、CRT、LCDなどの表示装置を備えた
コンピュータである。
The server 1 includes control means such as a CPU and R
The computer is provided with a storage means (memory) such as OM and RAM, an auxiliary storage device such as a hard disk device and an MO, an input device such as a mouse and a keyboard, and a display device such as a CRT and an LCD.

【0022】サーバ1のハードディスク装置には、オペ
レーティングシステム(OS)を含む各種プログラム、
例えば開発中のソースプログラムであるプログラム1
1,12,13、メッセージ表示・出力ルーチン14、
ネットワーク6を通じた各クライアント端末2からの要
求を受信し受信した要求内容を解析して該当プログラム
11,12,13を実行するサーバプログラムなどと、
システムメッセージ格納ファイル15、識別情報変換テ
ーブルとしての関連メッセージ変換テーブル16などの
各種テーブルが格納されている。
On the hard disk device of the server 1, various programs including an operating system (OS),
For example, program 1 which is a source program under development
1, 12, 13, message display / output routine 14,
A server program or the like which receives a request from each client terminal 2 through the network 6, analyzes the received request content, and executes the corresponding program 11, 12, 13;
Various tables such as a system message storage file 15 and a related message conversion table 16 as an identification information conversion table are stored.

【0023】このソフトウェア開発支援システムでは、
システム内で統合して利用する第1の識別情報としての
メッセージID(以降、SMIDと称す)とプログラム
中に記述する第2の識別情報としての仮のメッセージI
D(以降、仮MIDと称す)とを設定する。
In this software development support system,
A message ID (hereinafter referred to as SMID) as the first identification information to be integrated and used in the system and a temporary message I as the second identification information described in the program.
D (hereinafter referred to as temporary MID).

【0024】プログラム11は、サーバ1で稼動するプ
ログラムであり、プログラム中に仮MIDとして「AAA0
01」などが記載されている。プログラム12は、サーバ
1で稼動するプログラムであり、プログラム中に仮MI
Dとして「BBB001」などが記載されている。プログラム
13は、サーバ1で稼動するプログラムであり、プログ
ラム中に仮MIDとして「CCC001」などが記載されてい
る。
The program 11 is a program that runs on the server 1, and has a temporary MID "AAA0" in the program.
01 ”and the like are described. The program 12 is a program that runs on the server 1 and includes a temporary MI in the program.
"BBB001" etc. are described as D. The program 13 is a program that runs on the server 1, and “CCC001” or the like is described as a temporary MID in the program.

【0025】システムメッセージ格納ファイル15は、
システム内でコンソール3やエラー席4などの端末に表
示するメッセージを格納および管理するファイルであ
り、このファイルには、例えばSMID、種別、メッセ
ージ長、メッセージ(可変長)、出力先種などが格納さ
れている。
The system message storage file 15 is
This file stores and manages messages displayed on terminals such as the console 3 and error seats 4 in the system. In this file, for example, SMID, type, message length, message (variable length), output destination type, etc. are stored. Has been done.

【0026】関連メッセージ変換テーブル16は、SM
IDと仮MIDとを関連付けるテーブルである。テーブ
ルの構成要素の一例としてSMID、仮MIDからな
る。
The related message conversion table 16 is SM
It is a table which links ID and temporary MID. The table includes an SMID and a temporary MID as an example of constituent elements.

【0027】メッセージ表示・出力ルーチン14は、プ
ログラム11、プログラム12、プログラム13等から
呼び出されるサブルーチン(プログラム)であり、各プ
ログラム11,12,13から要求された仮MIDに関
連付けられているSMIDを、関連メッセージ変換テー
ブル16を参照して読み出し、システムメッセージ格納
ファイル15より該当システムメッセージを取り出して
出力先に出力および表示する。
The message display / output routine 14 is a subroutine (program) called from the program 11, the program 12, the program 13, etc., and the SMID associated with the temporary MID requested from each program 11, 12, 13 is displayed. , The related message conversion table 16 is read out, the corresponding system message is taken out from the system message storage file 15, and is output and displayed at the output destination.

【0028】クライアント端末2は、サーバ1のプログ
ラムに要求をかけるクライアント端末である。コンソー
ル3は、サーバ1のプログラムからの要求により、各種
メッセージを表示する端末である。エラー席4は、サー
バ1のプログラムからの要求により、システム内で発生
したエラー通知、警告、ハードウェア不備等によるシス
テムの正常運用に支障をきたす情報や通知を表示する端
末である。印刷装置5は、サーバ1のプログラム11,
12,13などからの印刷要求によって、メッセージを
印刷する印刷装置である。
The client terminal 2 is a client terminal that makes a request to the program of the server 1. The console 3 is a terminal that displays various messages in response to a request from the program of the server 1. The error seat 4 is a terminal for displaying information or a notification that occurs in the system due to a request from the program of the server 1 and causes a problem in normal operation of the system due to a hardware defect or the like. The printing device 5 includes the program 11 of the server 1,
It is a printing device that prints a message in response to a print request from 12, 13, or the like.

【0029】ここで、図3のフローチャートを参照して
このソフトウェア開発支援システムの動作を説明する。
The operation of this software development support system will now be described with reference to the flowchart of FIG.

【0030】このソフトウェア開発支援システムの場
合、図3に示すように、クライアント端末2より処理要
求が発生すると(S101)、サーバ1において動作中
のサーバプログラムは、処理要求の内容を解析し、クラ
イアント端末2が例えばプログラム11に処理要求を出
していた場合(S102のYes)、プログラム11を
実行する(S103)。
In the case of this software development support system, as shown in FIG. 3, when a processing request is generated from the client terminal 2 (S101), the server program running on the server 1 analyzes the contents of the processing request and When the terminal 2 issues a processing request to the program 11 (Yes in S102), the program 11 is executed (S103).

【0031】そして、実行されたプログラム11が、メ
ッセージを表示する場合(S104のYes)、仮MI
D(AAA001)をメッセージ表示・出力ルーチン14に渡
す(S105)。
Then, when the executed program 11 displays a message (Yes in S104), the temporary MI
D (AAA001) is passed to the message display / output routine 14 (S105).

【0032】メッセージ表示・出力ルーチン14は、プ
ログラム11から渡された仮MID(AAA001)を基に関
連メッセージ変換テーブル16を検索し、仮MID(AA
A001)に関連付けられているSMID(SYS1001)を取
り出す(S106)。
The message display / output routine 14 searches the related message conversion table 16 based on the temporary MID (AAA001) passed from the program 11, and the temporary MID (AA
The SMID (SYS1001) associated with A001) is taken out (S106).

【0033】続いて、メッセージ表示・出力ルーチン1
4は、取り出したSMID(SYS1001)を基にシステム
メッセージ格納ファイル15を検索し、システムメッセ
ージ格納ファイル15よりSMID(SYS1001)に対応
するシステムメッセージ(種別が通知でメッセージ長が
10バイトのメッセージ)を取り出す(S107)。
Next, the message display / output routine 1
4 retrieves the system message storage file 15 based on the retrieved SMID (SYS1001), and retrieves the system message corresponding to SMID (SYS1001) from the system message storage file 15 (message of type notification and message length of 10 bytes). It is taken out (S107).

【0034】そして、メッセージ表示・出力ルーチン1
4は、取り出したメッセージを、出力先種別にある入力
端末、つまりクライアント端末2へ出力する(S10
8)。これにより、クライアント端末2の表示画面上に
メッセージが表示される。
Message display / output routine 1
4 outputs the extracted message to the input terminal of the output destination type, that is, the client terminal 2 (S10).
8). As a result, the message is displayed on the display screen of the client terminal 2.

【0035】また、クライアント端末2からの処理要求
の内容を解析した結果、クライアント端末2が例えばプ
ログラム12に処理要求を出していた場合(S102の
Noで、かつS109のYes)、サーバプログラム
は、プログラム12を実行する(S110)。
As a result of analyzing the content of the processing request from the client terminal 2, if the client terminal 2 has issued a processing request to the program 12 (No in S102 and Yes in S109), the server program: The program 12 is executed (S110).

【0036】そして、実行されたプログラム12が、メ
ッセージを表示する場合(S111のYes)、仮MI
D(BBB001)をメッセージ表示・出力ルーチン14に渡
す(S112)。
If the executed program 12 displays a message (Yes in S111), the temporary MI
D (BBB001) is passed to the message display / output routine 14 (S112).

【0037】メッセージ表示・出力ルーチン14は、プ
ログラム11から渡された仮MID(BBB001)を基に関
連メッセージ変換テーブル16を検索し、仮MID(BB
B001)に関連付けられているSMID(SYS1000)を取
り出す(S113)。
The message display / output routine 14 searches the related message conversion table 16 based on the temporary MID (BBB001) passed from the program 11, and the temporary MID (BB
The SMID (SYS1000) associated with B001) is taken out (S113).

【0038】続いて、メッセージ表示・出力ルーチン1
4は、取り出したSMID(SYS1000)を基にシステム
メッセージ格納ファイル15を検索し、システムメッセ
ージ格納ファイル15よりSMID(SYS1000)に対応
するシステムメッセージ(種別が通知でメッセージ長が
25バイトのメッセージ)を取り出す(S114)。
Subsequently, a message display / output routine 1
4 retrieves the system message storage file 15 based on the retrieved SMID (SYS1000), and searches the system message storage file 15 for the system message corresponding to SMID (SYS1000) (message of type notification and message length of 25 bytes). It is taken out (S114).

【0039】そして、メッセージ表示・出力ルーチン1
4は、取り出したメッセージを、出力先種別にあるコン
ソール3へ出力する(S115)。これにより、コンソ
ール3の表示画面上にメッセージが表示される。
Message display / output routine 1
4 outputs the extracted message to the console 3 in the output destination type (S115). As a result, the message is displayed on the display screen of the console 3.

【0040】さらに、クライアント端末2からの処理要
求の内容を解析した結果、クライアント端末2が例えば
プログラム13に処理要求を出していた場合(S102
のNoで、かつS109のNoで、かつS116のYe
s)、サーバプログラムは、プログラム13を実行する
(S117)。
Further, as a result of analyzing the content of the processing request from the client terminal 2, if the client terminal 2 has issued a processing request to the program 13 (S102).
No in step S109, No in step S109, and Yes in step S116
s), the server program executes the program 13 (S117).

【0041】そして、実行されたプログラム12が、メ
ッセージを表示する場合(S118のYes)、仮MI
D(CCC001)をメッセージ表示・出力ルーチン14に渡
す(S119)。
Then, when the executed program 12 displays a message (Yes in S118), the temporary MI
D (CCC001) is passed to the message display / output routine 14 (S119).

【0042】メッセージ表示・出力ルーチン14は、プ
ログラム11から渡された仮MID(CCC001)を基に関
連メッセージ変換テーブル16を検索し、仮MID(CC
C001)に関連付けられているSMID(SYS1000)を取
り出す(S120)。
The message display / output routine 14 searches the related message conversion table 16 based on the temporary MID (CCC001) passed from the program 11, and the temporary MID (CC
The SMID (SYS1000) associated with C001) is taken out (S120).

【0043】続いて、メッセージ表示・出力ルーチン1
4は、取り出したSMID(SYS1000)を基にシステム
メッセージ格納ファイル15を検索し、システムメッセ
ージ格納ファイル15よりSMID(SYS1000)に対応
するシステムメッセージ(種別が通知でメッセージ長が
25バイトのメッセージ)を取り出す(S121)。
Subsequently, a message display / output routine 1
4 retrieves the system message storage file 15 based on the retrieved SMID (SYS1000), and searches the system message storage file 15 for the system message corresponding to SMID (SYS1000) (message of type notification and message length of 25 bytes). Take out (S121).

【0044】そして、メッセージ表示・出力ルーチン1
4は、取り出したメッセージを、出力先種別にあるコン
ソール3へ出力する(S122)。これにより、コンソ
ール3の表示画面上にメッセージが表示される。
Message display / output routine 1
4 outputs the extracted message to the console 3 in the output destination type (S122). As a result, the message is displayed on the display screen of the console 3.

【0045】このようにこの第1実施形態のソフトウェ
ア開発支援システムによれば、ソフトウェアを開発中
に、各プログラム11,12,13には仮のMIDを記
述(発行)しておき、この仮のMIDとシステムで使用
するSMIDとを関連付ける関連メッセージ変換テーブ
ル16などのID変換ファイルを設けて、システムで使
用する各種メッセージの実体とそれを識別するためのI
Dとを分けて管理することにより、システムメッセージ
に変更があった場合、プログラム11,12,13の内
容を変更することなく、関連メッセージ変換テーブル1
6の内容を変えるだけで各プログラム11,12,13
から呼び出されるメッセージを変更することができる。
As described above, according to the software development support system of the first embodiment, the temporary MID is described (issued) in each of the programs 11, 12 and 13 during the development of the software, and the temporary MID is written. An ID conversion file such as a related message conversion table 16 for associating the MID with the SMID used in the system is provided, and various message entities used in the system and I for identifying them
By separately managing D and D, when the system message is changed, the related message conversion table 1 is changed without changing the contents of the programs 11, 12, and 13.
Each program 11, 12, 13 by changing the contents of 6
You can change the message called by.

【0046】また、複数のメッセージを一つのメッセー
ジに統合する場合にも、関連メッセージ変更テ−ブル1
6の一つのSMIDに複数の仮IDを割り当てること
で、プログラム内のメッセージIDを変更することな
く、関連するメッセージの統合化を行うことができる。
Also, when a plurality of messages are integrated into one message, the related message change table 1
By assigning a plurality of temporary IDs to one SMID of 6, it is possible to integrate related messages without changing the message ID in the program.

【0047】さらに、ソフトウェア開発中などのよう
に、メッセージの内容が決定しない不安定な状熊であっ
ても、各プログラム毎にメッセージIDを事前に設定し
ておき、関連メッセージ変換テーブル16にSMIDと
仮MIDを割り当てておくことで、プログラム開発を滞
らせることなく進めることができる。
Furthermore, even if the contents of the message are not determined, such as during software development, the message ID is set in advance for each program, and the SMID is set in the related message conversion table 16. By allocating a temporary MID, it is possible to proceed with program development without delay.

【0048】次に、図4,図5を参照して本発明に係る
第2実施形態のソフトウェア開発支援システムについて
説明する。図4はこの第2実施形態のソフトウェア開発
支援システムの構成を示す図である。なお、図4におい
て上記実施形態と同様の構成には同一の符号を付しその
説明は省略する。また、メッセージやIDなどは若干異
なる。
Next, a software development support system according to the second embodiment of the present invention will be described with reference to FIGS. FIG. 4 is a diagram showing the configuration of the software development support system of the second embodiment. In FIG. 4, the same components as those in the above-mentioned embodiment are designated by the same reference numerals and the description thereof will be omitted. Also, the messages and IDs are slightly different.

【0049】図4に示すように、サーバ1には、メッセ
ージ事前登録画面22をコンソール3に表示しメッセー
ジ事前登録処理を行うメッセージ事前登録処理部18が
設けられている。このメッセージ事前登録処理部18
は、システムメッセージおよびSMIDと仮MIDとを
関連付けて事前に登録するための処理を行うものであ
る。
As shown in FIG. 4, the server 1 is provided with a message pre-registration processing unit 18 which displays a message pre-registration screen 22 on the console 3 and performs a message pre-registration process. This message pre-registration processing unit 18
Is a process for associating the system message and the SMID with the temporary MID and registering them in advance.

【0050】メッセージ事前登録画面22は、メッセー
ジ事前登録処理部18より起動される画面であり、この
画面から、システムメッセージ格納ファイル23、関連
メッセージ変換テーブル24への情報を設定、変更、削
除などの各種指定操作を行うためのグラフィックユーザ
インターフェース画面(GUI画面)である。
The message pre-registration screen 22 is a screen that is activated by the message pre-registration processing unit 18. From this screen, information such as setting, changing, and deleting information to the system message storage file 23 and the related message conversion table 24 can be performed. It is a graphic user interface screen (GUI screen) for performing various designation operations.

【0051】システムメッセージ格納ファイル23に
は、システムメッセージを格納するファイルであり、S
MID、メッセージの種別、メッセージ長メッセージ、
出力先の情報などが格納されている。
The system message storage file 23 is a file for storing system messages.
MID, message type, message length message,
Stores information such as the output destination.

【0052】関連メッセージ変換テーブル24には、S
MID、現行の仮MID、新規に登録する仮MID、現
行の仮IDと新規の仮IDを切り替える切替年月日など
の情報が格納されている。
In the related message conversion table 24, S
Information such as an MID, a current temporary MID, a new temporary MID to be registered, and a switching date for switching between the current temporary ID and the new temporary ID are stored.

【0053】メッセージ表示・出力ルーチン14は、メ
ッセージ事前登録処理部18等から呼び出されるサブル
ーチン(プログラム)であり、各プログラム11,1
2,13から要求された仮MIDに関連付けられたSM
IDを、関連メッセージ変換テーブル24を参照して読
み出してシステムメッセージ格納ファイル23より、該
当システムメッセージを取り出し出力先に出力および表
示する。
The message display / output routine 14 is a subroutine (program) called from the message pre-registration processing unit 18 and the like, and each of the programs 11, 1
SM associated with the temporary MID requested from 2, 13
The ID is read by referring to the related message conversion table 24, the corresponding system message is taken out from the system message storage file 23, and is output and displayed at the output destination.

【0054】すなわち、この第2実施形態のソフトウェ
ア開発支援システムは、切替年月日、仮MID(現
行)、仮MID(新)のエリアを新たに設定した関連メ
ッセージ変更テーブル24と、メッセージ事前登録画面
22を表示するメッセージ事前登録処理部18とを新た
に備えたものである。
That is, in the software development support system of the second embodiment, the related message change table 24 in which the switching date, the temporary MID (current), and the temporary MID (new) area are newly set, and the message pre-registration. A message pre-registration processing unit 18 for displaying a screen 22 is newly provided.

【0055】ここで、図5のフローチャートを参照して
この第2実施形態のソフトウェア開発支援システムのメ
ッセージ事前登録処理動作を説明する。
Here, the message pre-registration processing operation of the software development support system of the second embodiment will be described with reference to the flowchart of FIG.

【0056】この第2実施形態のソフトウェア開発支援
システムの場合、サーバプログラムの処理メニューなど
からメッセージ事前登録操作を行うことで、メッセージ
事前登録処理部18が起動し(S201)、起動したメ
ッセージ事前登録処理部18によってメッセージ事前登
録画面22がクライアント端末2に表示される(S20
2)。なお、メッセージ事前登録画面22は、コンソー
ル3に表示するようにしても良い。
In the case of the software development support system of the second embodiment, the message preregistration processing unit 18 is activated by performing the message preregistration operation from the processing menu of the server program (S201), and the activated message preregistration is performed. The message pre-registration screen 22 is displayed on the client terminal 2 by the processing unit 18 (S20).
2). The message pre-registration screen 22 may be displayed on the console 3.

【0057】このメッセージ事前登録画面22の入力エ
リアには、SMID、切替年月日、メッセージ入力フィ
ールド、種別、出力先種別、関連する仮MIDなどの選
択フィールドが設けられており、利用者は、SMIDと
仮MIDの関連、および切替年月日などを細かく指定す
ることができる。
The input area of the message pre-registration screen 22 is provided with selection fields such as SMID, switching date, message input field, type, output destination type, related temporary MID, and the like. The relationship between the SMID and the temporary MID, the switching date, and the like can be specified in detail.

【0058】そして、このメッセージ事前登録画面22
のいずれかの項目に情報が入力されると、メッセージ事
前登録処理部18は、まず、システムメッセージ格納フ
ァイル23への追加情報の有無をチェックする(S20
3)。
Then, this message pre-registration screen 22
When information is input to any of the items, the message pre-registration processing unit 18 first checks whether or not there is additional information in the system message storage file 23 (S20).
3).

【0059】このチェックの結果、システムメッセージ
格納ファイル23への追加情報がある場合(S203の
有り)、システムメッセージ格納ファイル23へシステ
ムメッセージ、あるいはその関連情報(SMID、内
容、出力先など)を登録する(S204)。
As a result of this check, if there is additional information in the system message storage file 23 (S203 exists), the system message or its related information (SMID, contents, output destination, etc.) is registered in the system message storage file 23. Yes (S204).

【0060】続いて、メッセージ事前登録処理部18
は、関連メッセージ変換テーブル24への追加情報の有
無をチェックする(S205)。
Next, the message pre-registration processing section 18
Checks whether there is additional information in the related message conversion table 24 (S205).

【0061】このチェックの結果、関連メッセージ変換
テーブル24への追加情報が有る場合(S205の有
り)、関連メッセージ変換テーブル24へ、SMIDと
関連する仮MID(新)、および切替年月日などを登録
する(S206)。
As a result of this check, if there is additional information to the related message conversion table 24 (S205 exists), the related message conversion table 24 indicates the temporary MID (new) related to the SMID and the switching date. Register (S206).

【0062】そして、SMIDに対する更新が複数ある
場合、メッセージ事前登録処理部18は、連続入力する
(S207)。
Then, when there are a plurality of updates to the SMID, the message pre-registration processing unit 18 continuously inputs (S207).

【0063】すなわち、メッセージID管理機能に対し
て、メッセージ事前登録処理部18および付随するメッ
セージ事前登録画面22、メッセージ格納ファイル2
3、関連メッセージ変換テーブル24を用いて、システ
ムメッセージや関連情報を事前に登録する。
That is, for the message ID management function, the message pre-registration processing unit 18 and the accompanying message pre-registration screen 22 and the message storage file 2 are provided.
3. Use the related message conversion table 24 to register system messages and related information in advance.

【0064】一方、サーバ1上において、プログラム1
1が稼動すると(S301)、プログラム11は、仮M
ID「AA001」を使用してメッセージ表示要求をメッセ
ージ表示・出力ルーチン14へ発行しメッセージ表示・
出力ルーチン14を呼び出す(S302)。
On the other hand, on the server 1, the program 1
1 is activated (S301), the program 11 is temporarily M
Issue a message display request to the message display / output routine 14 using the ID "AA001" and display the message.
The output routine 14 is called (S302).

【0065】すると、メッセージ表示・出力ルーチン1
4は、仮MID「AA001」に基づいて関連メッセージ変
換テーブル24内の切替年月日を確認する。
Then, the message display / output routine 1
4 confirms the switching date in the related message conversion table 24 based on the temporary MID “AA001”.

【0066】そして、本日が切替日の当日であれば、現
行の仮IDを新規の仮IDに入れ換えて、最新の状態で
メッセージを表示する。
If today is the current day of the switching date, the current temporary ID is replaced with a new temporary ID and the message is displayed in the latest state.

【0067】この例の場合、仮MID(現行):「AA00
1」の切替日は「0」が設定されており、仮MID(新)
には何もデータが設定されていないため、メッセージ表
示・出力ルーチン14は、仮MID(現行):「AA00
1」に対応するSMID:「M0001」を関連メッセージ変
換テーブル24から読み出し、読み出したSMID:
「M0001」を基にシステムメッセージ格納ファイル23
を検索して、出力するメッセージと出力先の情報を取得
する。この例の場合、SMID:「M0001」のメッセー
ジは「エラー1」であり、出力先は「エラー席」となっ
ているので、エラー席4にエラー1を出力および表示す
る(S303)。
In the case of this example, the temporary MID (current): "AA00
The switching date of "1" is set to "0", and the temporary MID (new)
Since no data is set in the message display / output routine 14, the message display / output routine 14 determines that the temporary MID (current): “AA00
The SMID "M0001" corresponding to "1" is read from the related message conversion table 24, and the read SMID:
System message storage file 23 based on "M0001"
To get the message to be output and the output destination information. In the case of this example, the message of SMID: "M0001" is "error 1" and the output destination is "error seat", so error 1 is output and displayed in error seat 4 (S303).

【0068】また、サーバ1上において、プログラム1
2が稼動すると(S401)、プログラム12は、仮M
ID「BB001」を使用してメッセージ表示要求をメッセ
ージ表示・出力ルーチン14へ発行しメッセージ表示・
出力ルーチン14を呼び出す。
On the server 1, the program 1
2 is activated (S401), the program 12 determines that the temporary M
Issue a message display request to the message display / output routine 14 using the ID "BB001" and display the message.
The output routine 14 is called.

【0069】すると、メッセージ表示・出力ルーチン1
4は、関連メッセージ変換テーブル24内の切替年月日
を確認する(S402)。
Then, the message display / output routine 1
4 confirms the switching date in the related message conversion table 24 (S402).

【0070】この例の場合、関連メッセージ変換テーブ
ル24には、仮MID(現行):「BB001」の切替日が
「010425」と設定されており、例えば本日が2001年4月2
5日であれば(S402のYES)、メッセージ表示・
出力ルーチン14は、仮MID(現行):「BB001」を
仮MID(新):「BB002」に切り替え、この仮MID
(新):「BB002」に対応するSMID:「M0002」を関
連メッセージ変換テーブル24から読み出し、読み出し
たSMID:「M0002」を基にシステムメッセージ格納
ファイル23を検索して、出力するメッセージと出力先
の情報を取得する。この例の場合、SMID:「M000
2」のメッセージは「通知情報1」であり、出力先は
「コンソール」となっているので、コンソール3に通知
情報1というメッセージを出力および表示する(S40
3)。
In the case of this example, the switching date of the provisional MID (current): "BB001" is set to "010425" in the related message conversion table 24. For example, today is April 2, 2001.
If it is 5 days (YES in S402), display a message.
The output routine 14 switches the temporary MID (current): “BB001” to the temporary MID (new): “BB002”, and the temporary MID
(New): The SMID: “M0002” corresponding to “BB002” is read from the related message conversion table 24, the system message storage file 23 is searched based on the read SMID: “M0002”, and the message to be output and the output destination Get information about. In this case, SMID: "M000
Since the message "2" is "notification information 1" and the output destination is "console", the message "notification information 1" is output and displayed on the console 3 (S40).
3).

【0071】また、関連メッセージ変換テーブル24に
は、仮MID(現行):「0」の切替日が「010425」、
仮MID(新):「BB001」と設定されているので、メ
ッセージ表示・出力ルーチン14は、仮MID(新):
「BB001」に対応するSMID:「M0001」を関連メッセ
ージ変換テーブル24から読み出し、読み出したSMI
D:「M0001」を基にシステムメッセージ格納ファイル
23を検索して、出力するメッセージと出力先の情報を
取得する。この例の場合、SMID:「M0001」のメッ
セージは「エラー1」であり、出力先は「エラー席」と
なっているので、エラー席4にエラー1というメッセー
ジを出力および表示する。
In the related message conversion table 24, the switching date of the temporary MID (current): "0" is "010425",
Temporary MID (new): Since "BB001" has been set, the message display / output routine 14 executes the temporary MID (new):
The SMID "M0001" corresponding to "BB001" is read from the related message conversion table 24, and the read SMI is read.
D: The system message storage file 23 is searched based on "M0001" to acquire the message to be output and the output destination information. In the case of this example, the message of SMID: “M0001” is “error 1” and the output destination is “error seat”, so the message of error 1 is output and displayed in error seat 4.

【0072】つまり、本日が切替日当日であれば、プロ
グラム12が、通知情報1というメッセージをコンソー
ル3に表示し(S404)、エラー1というメッセージ
をエラー席4に表示する(S405)。
That is, if today is the current switching day, the program 12 displays a message of notification information 1 on the console 3 (S404) and a message of error 1 on the error seat 4 (S405).

【0073】一方、本日が切替日当日でなければ(S4
02のNO)、メッセージ表示・出力ルーチン14は、
仮MID(現行):「BB001」に対応するSMID:「M
0002」を関連メッセージ変換テーブル24から読み出
し、読み出したSMID:「M0002」を基にシステムメ
ッセージ格納ファイル23を検索して、出力するメッセ
ージと出力先の情報を取得する。この例の場合、SMI
D:「M0002」のメッセージは「通知情報1」であり、
出力先は「コンソール」となっているので、コンソール
に通知情報1を出力および表示する(S407)。
On the other hand, if today is not the current switching day (S4
02), the message display / output routine 14
Temporary MID (current): SMID corresponding to "BB001": "M
0002 ”is read from the related message conversion table 24, the system message storage file 23 is searched based on the read SMID:“ M0002 ”, and the message to be output and the information of the output destination are acquired. In this case, the SMI
D: The message "M0002" is "Notification information 1",
Since the output destination is the "console", the notification information 1 is output and displayed on the console (S407).

【0074】つまり、本日が切替日当日でなければ、プ
ログラム12が、通知情報1というメッセージをコンソ
ール3に出力するだけとなる。
That is, if today is not the current switching day, the program 12 only outputs the message of notification information 1 to the console 3.

【0075】このようにプログラム12からメッセージ
表示要求を受けるメッセージ表示・出力ルーチン14
は、関連メッセージ変換テーブル24内の切替年月日を
確認することで、切替日当日に、現行の仮IDを新規の
仮IDに入れ換えて、最新の状態でメッセージを表示す
るこどできる。
In this way, the message display / output routine 14 that receives the message display request from the program 12
By checking the switching date in the related message conversion table 24, it is possible to replace the current temporary ID with a new temporary ID and display the message in the latest state on the switching day.

【0076】この切替日によるIDの切替処理によっ
て、例えば年度始めから、メッセージに表示させるシス
テム名称や管轄部門名が変更となる場合でも、関連メッ
セージ変換テーブル24やシステムメッセージ格納テー
ブル23の内容を事前に変更(準備)しておくことで、
一斉切替の対応を容易にすることができる。
Even if the system name or the jurisdiction name displayed in the message is changed from the beginning of the fiscal year by this ID switching processing by the switching date, the contents of the related message conversion table 24 and the system message storage table 23 are preliminarily set. By making changes (preparation),
It is possible to easily handle simultaneous switching.

【0077】また、各プログラム11,12,13から
メッセージ表示要求を受けるメッセージ表示・出力ルー
チン14の機能として、切替年月日とリスト等への出力
日や指定日と比較して、メッセージを切り分けて表示/
出力/印刷するなどの機能を実現することができる。
Further, as a function of the message display / output routine 14 that receives a message display request from each of the programs 11, 12 and 13, the switching date is compared with the output date to the list or the designated date to divide the message. Display /
Functions such as output / printing can be realized.

【0078】このようにこの第2実施形態のソフトウェ
ア開発支援システムによれば、システムメッセージ格納
ファイル23の各項目と、切替年月日、仮MID(現
行)、仮MID(新)などの情報を入力、変更あるいは
削除するためのメッセージ事前登録画面22を用意し、
このメッセージ事前登録画面22からの情報入力によっ
て、システムメッセージ格納ファイル23および関連メ
ッセージ変換テーブル24に登録するので、新規のシス
テムメッセージあるいは複数のシステムメッセージの統
合、メッセージの更新等を変更前に事前に登録し、所定
の切替日に一斉にメッセージを切り替えることで、その
日の対応漏れなどを防止することができる。
As described above, according to the software development support system of the second embodiment, each item of the system message storage file 23 and information such as the switching date, the provisional MID (current), the provisional MID (new), etc. are stored. Prepare a message pre-registration screen 22 to enter, change or delete
By inputting information from the message pre-registration screen 22, the system message storage file 23 and the related message conversion table 24 are registered, so that a new system message or integration of a plurality of system messages, message update, etc. can be performed in advance before change. By registering and switching messages all at once on a predetermined switching date, it is possible to prevent omission of correspondence on that day.

【0079】すなわち、この第2実施形態では、メッセ
ージ事前登録画面22を用意し、このメッセージ事前登
録画面22からメッセージの事前登録と切替時期の設定
を行えるようにしたことで、第1実施形態のメッセージ
およびIDの管理を、より利便性を高くして実現するこ
とができる。
That is, in the second embodiment, the message pre-registration screen 22 is prepared, and the message pre-registration screen 22 can be pre-registered and the switching timing can be set. Management of messages and IDs can be realized with higher convenience.

【0080】次に、図6,図7を参照して本発明に係る
第3実施形態のソフトウェア開発支援システムについて
説明する。図6はこの第3実施形態のソフトウェア開発
支援システムの構成を示す図である。なお、上記第2実
施形態と同じ構成には同一の符号を付しその説明は省略
する。
Next, a software development support system according to the third embodiment of the present invention will be described with reference to FIGS. FIG. 6 is a diagram showing the configuration of the software development support system of the third embodiment. The same components as those in the second embodiment are designated by the same reference numerals and the description thereof will be omitted.

【0081】図6に示すように、この第3実施形態のソ
フトウェア開発支援システムは、メッセージ切替管理テ
ーブル25、メッセージバッチ処理部26、バックアッ
プファイルとしての世代管理ファイル27を有してお
り、システムが稼動中に、出力するメッセージを自動的
に更新するようにしたものである。
As shown in FIG. 6, the software development support system of the third embodiment has a message switching management table 25, a message batch processing unit 26, and a generation management file 27 as a backup file. The message to be output is automatically updated during operation.

【0082】メッセージ切替管理テーブル25には、メ
ッセージカレンダ切替情報、当月処理スケジュール、世
代管理情報などが設定されている。
In the message switching management table 25, message calendar switching information, current month processing schedule, generation management information and the like are set.

【0083】メッセージ切替バッチ処理部26は、メッ
セージ切替テーブル25、関連メッセージ変換テーブル
24、システムメッセージ格納テーブル23を参照し、
当該日がメッセージ切替日である場合、メッセージの切
替のために、関連メッセージ変換テーブル24の内容を
更新する処理を実行する。
The message switching batch processing section 26 refers to the message switching table 25, the related message conversion table 24, and the system message storage table 23,
If the date is a message switching date, a process of updating the contents of the related message conversion table 24 is executed to switch the message.

【0084】世代管理ファイル27は、関連メッセージ
変換テーブル24のバックアップ情報を保持するテーブ
ルである。レコードの識別子として、仮MID+日付あ
るいは、SMID+日付の情報を有しており、SMID
あるいは仮MID毎に、最大世代管理数分を保持するこ
とが可能である。
The generation management file 27 is a table for holding backup information of the related message conversion table 24. As a record identifier, it has information of temporary MID + date or SMID + date.
Alternatively, it is possible to hold the maximum number of generations managed for each temporary MID.

【0085】以下、図7のフローチャートを参照してこ
の第3実施形態のソフトウェア開発支援システムのメッ
セージを自動的に切り替えるための処理動作を説明す
る。
The processing operation for automatically switching the message of the software development support system of the third embodiment will be described below with reference to the flowchart of FIG.

【0086】この第3実施形態のソフトウェア開発支援
システムの場合、サーバプログラムの処理メニューなど
からメッセージ事前登録操作を行うことで、メッセージ
事前登録処理部18が起動し(S501)、起動したメ
ッセージ事前登録処理部18によってメッセージ事前登
録画面22がクライアント端末2に表示される(S50
2)。なお、メッセージ事前登録画面22は、コンソー
ル3に表示するようにしても良い。
In the case of the software development support system of the third embodiment, the message preregistration processing unit 18 is activated by performing a message preregistration operation from the processing menu of the server program (S501), and the activated message preregistration is performed. The message pre-registration screen 22 is displayed on the client terminal 2 by the processing unit 18 (S50).
2). The message pre-registration screen 22 may be displayed on the console 3.

【0087】このメッセージ事前事前登録画面22の入
力エリアには、SMID、切替年月日、メッセージ入力
フィールド、種別、出力先種別、関連する仮MIDなど
の選択フィールドが設けられており、利用者は、SMI
Dと仮MIDの関連、および切替年月日などを細かく指
定することができる。
The input area of the message pre-registration screen 22 is provided with selection fields such as SMID, switching date, message input field, type, output destination type, and related temporary MID. , SMI
The relationship between D and the temporary MID, the switching date, and the like can be specified in detail.

【0088】そして、このメッセージ事前登録画面22
のいずれかの項目に情報が入力されると、メッセージ事
前登録処理部18は、まず、システムメッセージ格納フ
ァイル23への追加情報の有無をチェックする(S50
3)。
Then, this message pre-registration screen 22
When information is input to any of the items, the message pre-registration processing unit 18 first checks whether there is additional information in the system message storage file 23 (S50).
3).

【0089】このチェックの結果、システムメッセージ
格納ファイル23への追加情報が有る場合(S503の
有り)、システムメッセージ格納ファイル23へシステ
ムメッセージ、あるいはその関連情報(SMID、内
容、出力先など)を登録する(S504)。
If there is additional information to the system message storage file 23 as a result of this check (S503 exists), the system message or its related information (SMID, contents, output destination, etc.) is registered in the system message storage file 23. Yes (S504).

【0090】続いて、メッセージ事前登録処理部18
は、関連メッセージ変換テーブル24への追加情報の有
無をチェックする(S505)。
Subsequently, the message pre-registration processing unit 18
Checks whether there is additional information in the related message conversion table 24 (S505).

【0091】このチェックの結果、関連メッセージ変換
テーブル24への追加情報が有る場合(S505の有
り)、関連メッセージ変換テーブル24へ、SMIDと
関連する仮MID(新)、および切替年月日などを登録
する(S506)。
As a result of this check, if there is additional information to the related message conversion table 24 (S505 exists), the related message conversion table 24 indicates the temporary MID (new) related to the SMID and the switching date. Register (S506).

【0092】そして、SMIDに対する更新が複数ある
場合、メッセージ事前登録処理部18は、連続入力する
(S507)。
Then, when there are a plurality of updates to the SMID, the message pre-registration processing unit 18 continuously inputs (S507).

【0093】すなわち、メッセージID管理機能に対し
て、メッセージ事前登録処理部18および付随するメッ
セージ事前登録画面22、メッセージ格納ファイル2
3、関連メッセージ変換テーブル24を用いて、システ
ムメッセージや関連情報を事前に登録する。
That is, for the message ID management function, the message pre-registration processing unit 18 and the accompanying message pre-registration screen 22 and the message storage file 2
3. Use the related message conversion table 24 to register system messages and related information in advance.

【0094】一方、メッセージ切替処理部26を稼動さ
せると(S601)、メッセージ切替バッチ処理部26
は、メッセージ切替管理テーブル25の切替カレンダ情
報を参照し(S602)、当日はメッセージ切替日か否
かをチェックする(S603)。
On the other hand, when the message switching processing unit 26 is activated (S601), the message switching batch processing unit 26
Refers to the switching calendar information of the message switching management table 25 (S602), and checks whether the current day is the message switching date (S603).

【0095】このチェックの結果、当日はメッセージ切
替日であった場合(S603のYes)、続いて、メッ
セージ切替バッチ処理部26は、メッセージ切替管理テ
ーブル25の世代管理情報を参照し(S604)、世代
管理情報の有無をチェックする(S605)。
As a result of this check, if the current day is the message switching date (Yes in S603), then the message switching batch processing unit 26 refers to the generation management information of the message switching management table 25 (S604), The presence / absence of generation management information is checked (S605).

【0096】このチェックの結果、世代管理情報が有れ
ば(S605のYes)、メッセージ切替バッチ処理部
26は、関連メッセージ変換テーブル24の切替年月日
を参照し、関連メッセージ変換テーブル24の切替年月
日が該当日以降の場合、該当レコードを世代管理ファイ
ルに登録する(S607)。
As a result of this check, if there is generation management information (Yes in S605), the message switching batch processing section 26 refers to the switching date of the related message conversion table 24 and switches the related message conversion table 24. If the date is after the relevant date, the relevant record is registered in the generation management file (S607).

【0097】そして、メッセージ切替バッチ処理部26
は、関連メッセージ変換テーブル24の切替年月日が該
当日以前であるレコードの仮MID(新)を仮MID
(現行)に書き換えて、仮MID(新)の情報をクリア
する(S608)。
Then, the message switching batch processing unit 26
Is the temporary MID (new) of the record whose switching date in the related message conversion table 24 is before the corresponding date.
The information of the temporary MID (new) is cleared by rewriting (current) (S608).

【0098】このようにこの第3実施形態のソフトウェ
ア開発支援システムによれば、メッセージカレンダ切替
情報、当月処理スケジュール、世代管理情報を追加した
メッセージ切替管理テーブル25と世代管理ファイル2
7(バックファイル)を設け、メッセージ切替バッチ2
6を日次で稼動させることで、メッセージ切替当日に一
括して、旧メッセージから新メッセージへの切替を行う
ことができる。また、メッセージの切替に際して旧メッ
セージと新メッセージとの世代管理を行うことで、メッ
セージ切替後に不具合が発生したときは切替前の状態に
容易に戻すことができる。
As described above, according to the software development support system of the third embodiment, the message switching management table 25 and the generation management file 2 to which the message calendar switching information, the current month processing schedule, and the generation management information are added.
7 (back file) is provided, and message switching batch 2
By operating 6 daily, it is possible to collectively switch from the old message to the new message on the day of message switching. In addition, by performing generation management of the old message and the new message when switching messages, it is possible to easily return to the state before switching when a problem occurs after switching messages.

【0099】なお、本発明は上記実施形態のみに限定さ
れるものではない。上記実施形態におけるサーバ1の各
ソフトウェア(プログラム)、例えばサーバプログラ
ム、メッセージ表示・出力ルーチン14、メッセージ登
録処理部18、メッセージ切替バッチ処理部26など
は、フレキシブルディスクなどのコンピュータが読み出
し可能な記憶媒体に記憶されていても良く、また、ソフ
トウェア(プログラム)単体として伝送されるものでも
良い。この場合、記憶媒体に記憶されたソフトウェア
(プログラム)をコンピュータが読み出したり、LAN
やインターネッ上のサイト(サーバ)からダウンロード
してインストールすることにより、各実施形態における
処理が可能になる。
The present invention is not limited to the above embodiment. Each software (program) of the server 1 in the above embodiment, for example, the server program, the message display / output routine 14, the message registration processing unit 18, the message switching batch processing unit 26, etc., is a computer-readable storage medium such as a flexible disk. May be stored in, or may be transmitted as a software (program) unit. In this case, the computer reads the software (program) stored in the storage medium, or the LAN
The processing in each embodiment can be performed by downloading and installing from a site (server) on the Internet.

【0100】つまり、本発明におけるソフトウェア(プ
ログラム)は、コンピュータと独立した記憶媒体に記憶
されているものだけに限らず、LANやインターネット
などの伝送媒体を介して流通されるものも含まれる。
That is, the software (program) according to the present invention is not limited to the one stored in the storage medium independent of the computer, but may be the one distributed through a transmission medium such as LAN or Internet.

【0101】なお、記憶媒体としては、上記フレキシブ
ルディスクの他、例えば磁気ディスク、光ディスク(C
D−ROM、CD−R、DVDなど)、光磁気ディスク
(MOなど)、半導体メモリなど、プログラムを記憶で
き、かつコンピュータが読み取り可能な記憶媒体であれ
ば、その記憶形式はいずれの形態であっても良い。
As the storage medium, in addition to the above flexible disk, for example, a magnetic disk, an optical disk (C
If the storage medium is a computer-readable storage medium capable of storing a program, such as a D-ROM, a CD-R, a DVD), a magneto-optical disk (MO, etc.), a semiconductor memory, etc., the storage format is in any form. May be.

【0102】また、記憶媒体からコンピュータにインス
トールされたプログラムの指示に基づき、コンピュータ
上で稼動しているOS(オペレーティングシステム)
や、データベース管理ソフト、ネットワークソフトなど
のMW(ミドルウェア)などが本実施形態を実現するた
めの各処理の一部を実行しても良い。
An OS (operating system) running on the computer based on the instructions of the program installed in the computer from the storage medium.
Alternatively, database management software, MW (middleware) such as network software, or the like may execute a part of each processing for realizing the present embodiment.

【0103】さらに、記憶媒体は、コンピュータと独立
した媒体に限らず、LANやインターネットなどにより
伝送されたプログラムをダウンロードして記憶または一
時記憶した記憶媒体も含まれる。また、記憶媒体は一つ
に限らず、複数の媒体から本実施形態における処理が実
行される場合も本発明における記録媒体に含まれ、媒体
構成はいずれの構成であっても良い。
Further, the storage medium is not limited to a medium independent of the computer, but includes a storage medium in which a program transmitted via a LAN or the Internet is downloaded and stored or temporarily stored. Further, the number of storage media is not limited to one, and a case in which the processing in this embodiment is executed from a plurality of media is also included in the recording medium in the present invention, and the media configuration may be any configuration.

【0104】なお、コンピュータは、記憶媒体に記憶さ
れたプログラムに基づき、本実施形態における各処理を
実行するものであって、パソコンなどの一つからなる装
置、複数の装置がネットワーク接続されたシステムなど
のいずれの構成であっても良い。
The computer executes each processing in the present embodiment based on the program stored in the storage medium, and is a device such as a personal computer or a system in which a plurality of devices are network-connected. Any configuration such as

【0105】また、コンピュータとは、パソコンに限ら
ず、情報処理機器に含まれる演算処理装置、マイコンな
ども含み、プログラムによって本発明の機能を実現する
ことが可能な機器、装置を総称している。
The computer is not limited to a personal computer, but also includes an arithmetic processing unit and a microcomputer included in information processing equipment, and is a general term for equipment and devices capable of realizing the functions of the present invention by a program. .

【0106】[0106]

【発明の効果】以上説明したように本発明によれば、シ
ステムとして利用可能なメッセージの実体とその第1の
識別情報と各プログラムに記述されるメッセージおよび
第2の識別情報とを関連付ける識別情報変換テーブルを
設け、互いの識別情報同士を関連付けることにより、シ
ステム側のメッセージの保守性を確保すると共にプログ
ラム側の変更機会を削減し、メッセージ変更に伴なうプ
ログラム修正やソフトウェア全体の試験等を削減するこ
とで、システム全体のソフトウェアの開発精度を高める
と共にソフトウェア保守性を向上することができる。
As described above, according to the present invention, identification information associating the substance of a message usable as a system, its first identification information, the message described in each program, and the second identification information. By providing a conversion table and associating identification information with each other, the maintainability of messages on the system side is secured and the chances of changes on the program side are reduced, and program modification accompanying message changes and overall software testing are performed. By reducing the number, it is possible to improve the software development accuracy of the entire system and improve the software maintainability.

【0107】つまり、ソフトウェア開発中に生じるメッ
セージ変更にフレキシブルに対応できるようになる。
In other words, it becomes possible to flexibly deal with message changes that occur during software development.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の第1実施形態のソフトウェア開発支援
システムの概要構成を示す図である。
FIG. 1 is a diagram showing a schematic configuration of a software development support system according to a first embodiment of the present invention.

【図2】図1のソフトウェア開発支援システムのサーバ
の構成を示す図である。
FIG. 2 is a diagram showing a configuration of a server of the software development support system of FIG.

【図3】図1のソフトウェア開発支援システムの動作を
示すフローチャートである。
FIG. 3 is a flowchart showing the operation of the software development support system of FIG.

【図4】本発明の第2実施形態のソフトウェア開発支援
システムの構成を示す図である。
FIG. 4 is a diagram showing a configuration of a software development support system according to a second embodiment of the present invention.

【図5】図4のソフトウェア開発支援システムの動作を
示すフローチャートである。
5 is a flowchart showing an operation of the software development support system of FIG.

【図6】本発明の第3実施形態のソフトウェア開発支援
システムのサーバの構成を示す図である。
FIG. 6 is a diagram showing a configuration of a server of a software development support system of a third exemplary embodiment of the present invention.

【図7】図6のソフトウェア開発支援システムの動作を
示すフローチャートである。
7 is a flowchart showing the operation of the software development support system of FIG.

【符号の説明】[Explanation of symbols]

1…サーバ、2…クライアント、3…コンソール、4…
エラー席、5…印刷装置、6…ネットワーク、11,1
2,13…プログラム、14…メッセージ表示・出力ル
ーチン、15,23…システムメッセージ格納ファイ
ル、16,24…関連メッセージ変換テーブル、18…
メッセージ事前登録処理部、25…メッセージ切替管理
テーブル、26…メッセージ切替バッチ処理部、27…
世代管理ファイル。
1 ... Server, 2 ... Client, 3 ... Console, 4 ...
Error seat, 5 ... Printing device, 6 ... Network, 11,1
2, 13 ... Program, 14 ... Message display / output routine, 15, 23 ... System message storage file, 16, 24 ... Related message conversion table, 18 ...
Message pre-registration processing unit, 25 ... Message switching management table, 26 ... Message switching batch processing unit, 27 ...
Generation management file.

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 システム内で統合して利用するメッセー
ジとこのメッセージを特定するための第1の識別情報と
を対応付けて格納するシステムメッセージ格納手段と、 前記メッセージを表示するための第2の識別情報を記述
したプログラムを実行するプログラム実行手段と、 前記プログラムに記述されている前記第2の識別情報と
前記システムメッセージ格納手段に格納されている前記
第1の識別情報とを関連付けて記憶する識別情報変換テ
ーブルと、 前記プログラム実行手段によって実行された前記プログ
ラムからの第2の識別情報を用いたメッセージ呼び出し
要求に対して、前記識別情報変換テーブルから読み出し
た第1の識別情報を基に該当するメッセージを前記シス
テムメッセージ格納手段から読み出す手段とを具備した
ことを特徴とするメッセージ処理システム。
1. A system message storing means for storing a message to be integrated and used in the system and first identification information for specifying the message, and a second message for displaying the message. Program execution means for executing a program in which identification information is described, and the second identification information described in the program and the first identification information stored in the system message storage means are stored in association with each other. Corresponding to a message call request using the identification information conversion table and the second identification information from the program executed by the program execution means, based on the first identification information read from the identification information conversion table. Means for reading the message to be read from the system message storage means. Message processing system.
【請求項2】 請求項1記載のメッセージ処理システム
において、 前記システムメッセージ格納手段および識別情報変換テ
ーブルに情報を予め登録あるいは格納するための情報登
録画面を表示する手段と、 前記情報登録画面にて入力された情報を前記システムメ
ッセージ格納手段および識別情報変換テーブルに登録す
る手段と、 前記システムメッセージ格納手段および識別情報変換テ
ーブルに登録された情報を所定の時期から有効にする情
報切替手段とを具備したことを特徴とするメッセージ処
理システム。
2. The message processing system according to claim 1, wherein the system message storage means and a means for displaying an information registration screen for pre-registering or storing information in the identification information conversion table; The information processing apparatus further comprises: means for registering the input information in the system message storage means and the identification information conversion table; and information switching means for activating the information registered in the system message storage means and the identification information conversion table from a predetermined time. A message processing system characterized by the above.
【請求項3】 請求項2記載のメッセージ処理システム
において、 前記情報切替手段は、 切替カレンダと処理スケジュールに基づいて情報を切り
替える手段を具備したことを特徴とするメッセージ処理
システム。
3. The message processing system according to claim 2, wherein the information switching unit includes a switching calendar and a unit for switching information based on a processing schedule.
【請求項4】 請求項3記載のメッセージ処理システム
において、 前記情報切替手段は、 情報切替前と情報切替後の世代管理を行う手段をさらに
具備したことを特徴とするメッセージ処理システム。
4. The message processing system according to claim 3, wherein the information switching unit further includes a unit for managing generations before and after the information switching.
【請求項5】 クライアントにネットワークを介して接
続され、前記クライアントからの要求により該当プログ
ラムを実行するサーバにおいて、 システム内で統合して利用するメッセージとこのメッセ
ージを特定するための第1の識別情報とを対応付けて格
納するシステムメッセージ格納手段と、 前記クライアントからの要求により、前記メッセージを
表示するための第2の識別情報を記述したプログラムを
実行するプログラム実行手段と、 前記プログラムに記述されている前記第2の識別情報と
前記システムメッセージ格納手段に格納されている前記
第1の識別情報とを関連付けて記憶する識別情報変換テ
ーブルと、 前記プログラム実行手段によって実行された前記プログ
ラムからの第2の識別情報を用いたメッセージ呼び出し
要求に対して、前記識別情報変換テーブルから読み出し
た第1の識別情報を基に該当するメッセージを前記シス
テムメッセージ格納手段から読み出す手段とを具備した
ことを特徴とするサーバ。
5. A server connected to a client via a network and executing a corresponding program in response to a request from the client, uses a message integrated in the system, and first identification information for specifying this message. And a system message storage unit for storing the message, and a program execution unit for executing a program in which second identification information for displaying the message is described in response to a request from the client; An identification information conversion table that stores the second identification information that is stored and the first identification information that is stored in the system message storage means in association with each other, and a second information from the program that is executed by the program execution means. The message call request using the identification information of the Te, characterized in that the message corresponding to the basis of the first identification information read from the identification information conversion tables and means for reading from the system message storage unit server.
【請求項6】 クライアントにネットワークを介して接
続されたサーバにおいて実行されるプログラムであっ
て、 前記サーバを、 システム内で統合して利用するメッセージとこのメッセ
ージを特定するための第1の識別情報とを対応付けて格
納するシステムメッセージ格納手段と、 前記クライアントからの要求により、前記メッセージを
表示するための第2の識別情報を記述したプログラムを
実行するプログラム実行手段と、 前記プログラムに記述されている前記第2の識別情報と
前記システムメッセージ格納手段に格納されている前記
第1の識別情報とを関連付けて記憶する識別情報変換テ
ーブルと、 前記プログラム実行手段によって実行された前記プログ
ラムからの第2の識別情報を用いたメッセージ呼び出し
要求に対して、前記識別情報変換テーブルから読み出し
た第1の識別情報を基に該当するメッセージを前記シス
テムメッセージ格納手段から読み出す手段として機能さ
せるプログラム。
6. A program executed in a server connected to a client via a network, the message being used by integrating the server in the system, and first identification information for specifying this message. And a system message storage unit for storing the message, and a program execution unit for executing a program in which second identification information for displaying the message is described in response to a request from the client; An identification information conversion table that stores the second identification information that is stored and the first identification information that is stored in the system message storage means in association with each other, and a second information from the program that is executed by the program execution means. The message identification request using the identification information of the Program to function as a means for reading the message corresponding to the basis of the first identification information read from the broadcast translation table from the system message storage means.
【請求項7】 システム内で統合して利用するメッセー
ジとこのメッセージを特定するための第1の識別情報と
を対応付けてコンピュータに格納するステップと、 前記コンピュータ上で実行されるプログラムに記述され
ている第2の識別情報と前記コンピュータに格納されて
いる前記第1の識別情報とを関連付けて識別情報変換テ
ーブルに記憶するステップと、 前記コンピュータにおいて、メッセージを表示するため
の第2の識別情報を記述したプログラムを実行するステ
ップと、 実行された前記プログラムからの第2の識別情報を用い
たメッセージ呼び出し要求に対して、前記識別情報変換
テーブルから読み出した第1の識別情報を基に該当する
メッセージを前記コンピュータから読み出すステップと
を有することを特徴とするメッセージ処理方法。
7. A step of storing, in a computer, a message associated with a message to be integrated and used in the system and first identification information for specifying the message, and described in a program executed on the computer. Storing the second identification information associated with the first identification information stored in the computer in the identification information conversion table, and the second identification information for displaying a message in the computer. And executing a program in which the program is written, the message calling request using the second identification information from the executed program is based on the first identification information read from the identification information conversion table. Reading the message from the computer. Processing method.
JP2001335452A 2001-10-31 2001-10-31 Message processing system, server, program, and message processing method Expired - Fee Related JP4119111B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001335452A JP4119111B2 (en) 2001-10-31 2001-10-31 Message processing system, server, program, and message processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001335452A JP4119111B2 (en) 2001-10-31 2001-10-31 Message processing system, server, program, and message processing method

Publications (2)

Publication Number Publication Date
JP2003140892A true JP2003140892A (en) 2003-05-16
JP4119111B2 JP4119111B2 (en) 2008-07-16

Family

ID=19150440

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001335452A Expired - Fee Related JP4119111B2 (en) 2001-10-31 2001-10-31 Message processing system, server, program, and message processing method

Country Status (1)

Country Link
JP (1) JP4119111B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017041816A (en) * 2015-08-21 2017-02-23 Necプラットフォームズ株式会社 Communication system and information presentation method thereof, transmission device, reception device, and computer program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017041816A (en) * 2015-08-21 2017-02-23 Necプラットフォームズ株式会社 Communication system and information presentation method thereof, transmission device, reception device, and computer program

Also Published As

Publication number Publication date
JP4119111B2 (en) 2008-07-16

Similar Documents

Publication Publication Date Title
JP4845153B2 (en) System, method, server, and computer program for avoiding conflict of update work in distributed environment using multiple clients
US7024433B2 (en) Parts design change supporting system, program, and recording medium
US6110228A (en) Method and apparatus for software maintenance at remote nodes
US9928480B2 (en) Method and system for network connectivity migration management
US8214508B2 (en) Support apparatus, program, information processing system and support method
US8606762B2 (en) Data quality administration framework
JP2009176201A (en) Software development support device, program thereof, and method
US8479163B2 (en) Simplifying maintenance of large software systems
JP2003140892A (en) Message processing system, server, program, and message processing method
US6728717B2 (en) Storage system with online manual
JP2007249422A (en) Organization constitution management system, and program therefor
JP2004192524A (en) Supporting method, support apparatus and computer program
WO2021131435A1 (en) Program development assistance system and program development assistance method
JP4154289B2 (en) Defect detection method
JP4642553B2 (en) Software module failure impact analysis device, failure impact analysis method, and failure impact solution program
JPH09114649A (en) Program operation environment confirmation system
JPWO2011042961A1 (en) Update management apparatus and method
JP3818396B2 (en) Printing system, print server, and information providing method thereof
US7546320B2 (en) Computer implemented method, system and program product for reviewing a message associated with computer program code
JP2000151883A (en) Information processing unit, its system and its storage medium
JP6364569B1 (en) Information processing program, information processing apparatus, and information processing method
WO2020261363A1 (en) Traceability management device
JP2018085005A (en) Report preparation system
JPH0844608A (en) System and method for managing file
JP2023046994A (en) Cooperation support system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041027

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071225

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080108

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080310

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

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

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

Free format text: PAYMENT UNTIL: 20110502

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees