JP2006073037A - File edition device, file edition method and file edition program - Google Patents

File edition device, file edition method and file edition program Download PDF

Info

Publication number
JP2006073037A
JP2006073037A JP2005341814A JP2005341814A JP2006073037A JP 2006073037 A JP2006073037 A JP 2006073037A JP 2005341814 A JP2005341814 A JP 2005341814A JP 2005341814 A JP2005341814 A JP 2005341814A JP 2006073037 A JP2006073037 A JP 2006073037A
Authority
JP
Japan
Prior art keywords
screen
file
data
template
event
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
JP2005341814A
Other languages
Japanese (ja)
Other versions
JP3842811B2 (en
Inventor
Satoru Someya
悟 染谷
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.)
Daiwa Securities Group Inc
Original Assignee
Daiwa Securities Group Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Daiwa Securities Group Inc filed Critical Daiwa Securities Group Inc
Priority to JP2005341814A priority Critical patent/JP3842811B2/en
Publication of JP2006073037A publication Critical patent/JP2006073037A/en
Application granted granted Critical
Publication of JP3842811B2 publication Critical patent/JP3842811B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce a burden on a user by eliminating errors or the like when newly registering, changing or canceling a quantity of data in a filing system. <P>SOLUTION: An event action definition part 5 generates an event definition file 9 for defining which kind of action is to arise when an event occurs, and an action definition file 10 for defining the details of the action for each of components disposed on a template according to a job screen layout 4. Besides, a data input template is generated from a scenario input template that is generated on the basis of scenario information, data to be processed are registered in the data input template, and an execution file is generated. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ファイル編集装置、ファイル編集方法およびファイル編集プログラムに関する。   The present invention relates to a file editing device, a file editing method, and a file editing program.

一般に、データベースなどのアプリケーションソフトウェアを開発する場合には、ユーザがデータの入力、検索、取消などの操作を容易に行なえるように、ユーザの要求や、処理内容に応じて、複数の業務画面を設計して作成しておく必要がある。従来、このような業務画面作成においては、業務画面の元になるテンプレート上に、テキスト入力や検索条件入力のためのテキストボックスや、検索、取消などのイベントを指示するためのボタン、複数の項目からいずれかを選択させるためのラジオボタンなど(以下、部品という)を配置し、それぞれの部品の動作条件(イベント)や動作内容(アクション)などを定義(コーディング)する作業が必要となる(例えば特許文献1を参照)。   In general, when developing application software such as a database, multiple business screens can be created according to user requests and processing details so that users can easily enter, search, and cancel data. It needs to be designed and created. Conventionally, in such business screen creation, a text box for text input and search condition input, a button for instructing events such as search and cancellation, and a plurality of items on the template that is the basis of the business screen It is necessary to place a radio button to select one from the following (hereinafter referred to as a component) and define (coding) the operation conditions (events) and operation details (actions) of each component (for example, (See Patent Document 1).

また、上述したアプリケーションソフトウェアでは、例えば社員マスタなどのファイルシステムを対象とし、該ファイルシステムに対する、データの新規登録、修正、削除などの処理を行うための業務画面を設計、作成する場合がある。一般に、このような業務では、ユーザは、行いたい処理を業務画面から選択し、キー項目を入力してデータを特定する必要があるが、誤選択した場合には、ある程度まで処理が進行した後でなければメニュー画面に戻すことができなかったり、キー項目に対応するデータが存在しない場合には、その後の処理を始めに戻すか、終了するかをユーザの判断に任せている。そこで、従来技術として、社員マスタなどのファイルシステムに対して、データの新規登録、修正、削除などの処理を行う際に、ユーザの操作を軽減するために、対象となるキー項目に基づいてデータを検索し、該キー項目に対応するデータが存在しない場合には、自動的に新規登録処理を実行し、該キー項目に対応するデータが存在する場合には、自動的に修正処理または削除処理を実行する技術が知られている(例えば特許文献2を参照)。
特開平8−272598号公報 特開平10−283237号公報
In addition, in the above-described application software, for example, a file system such as an employee master may be targeted, and a business screen for performing processing such as new registration, correction, and deletion of data for the file system may be designed and created. In general, in such a business, the user needs to select the processing to be performed from the business screen and specify the data by entering the key items. Otherwise, if it is not possible to return to the menu screen or there is no data corresponding to the key item, it is left to the user to decide whether to return to the beginning or end the subsequent processing. Therefore, as a conventional technique, when performing processing such as new registration, correction, and deletion of data for a file system such as an employee master, data is reduced based on the target key item in order to reduce user operations. If the data corresponding to the key item does not exist, new registration processing is automatically executed. If the data corresponding to the key item exists, correction processing or deletion processing is automatically performed. Is known (see, for example, Patent Document 2).
JP-A-8-272598 Japanese Patent Laid-Open No. 10-283237

しかしながら、従来技術(特許文献1)で述べたように、設計担当者などが、業務画面を構成する各種部品に対してマニュアルでコーディングするには、それ相応のコーディングスキルが必要となり、誰でもが画面を作成することができるわけではない。   However, as described in the prior art (Patent Document 1), in order for a designer or the like to manually code various parts constituting the business screen, appropriate coding skills are required, and anyone can It is not possible to create a screen.

また、上述したような業務画面は、アプリケーションによっては数十から数百画面も必要となるので、画面作成には、複数の設計担当者が携わることになる。しかしながら、上述したように、各設計担当者が自身のスキルに応じてコーディング作業を行なっていると、コーディングスキルのレベル差や、能力差などによって、画面の操作仕様が不統一になったり、品質が不均一になったりするという問題があった。逆に、画面の操作仕様の統一化や、品質の均一化を図ろうとすると、完成までに長い期間が必要となり、生産性が低下するという問題があった。   In addition, since the business screens described above require several tens to several hundreds of screens depending on the application, a plurality of designers are involved in screen creation. However, as mentioned above, if each designer performs coding work according to his / her skills, the screen operation specifications may become inconsistent due to differences in coding skill levels, differences in ability, etc. There has been a problem of non-uniformity. On the contrary, when trying to unify the operation specifications of the screen and to make the quality uniform, there is a problem that a long period is required until completion and productivity is lowered.

また、上述した従来技術(特許文献2)では、ユーザが入力するキー項目に基づいてデータの有無を判断し、データの有無に応じて、データの新規登録、修正、削除処理の実行を自動化している。ところで、社員マスタなどのファイルシステムでは、組織変更などに伴い、ある程度まとまった数(例えば、50件、100件またはそれ以上)のデータを変更しなければならないような状況が発生する。しかしながら、従来技術では、1件毎のデータに対しては有効であるものの、多数のデータを新規登録したり、修正・削除するような場合には、ユーザの負担が大きく、時間がかかる、ミスが生じるなどの問題がある。   In the above-described prior art (Patent Document 2), the presence / absence of data is determined based on a key item input by the user, and the execution of new registration, correction, and deletion processing of data is automated depending on the presence / absence of data. ing. By the way, in a file system such as an employee master, a situation occurs in which a certain number of data (for example, 50, 100 or more) must be changed due to an organization change or the like. However, although the conventional technology is effective for each piece of data, when a large number of data is newly registered, corrected or deleted, the burden on the user is heavy and takes time. There are problems such as.

本発明は、このような事情を考慮してなされたものであり、その目的は、ファイルシステムに対して大量のデータを新規登録したり、変更・取消するような場合であっても、ミス等がなく、ユーザの負担を軽減することができ、また、大量のデータを自動で一括入力する機能を容易に実装可能とする、ファイル編集装置、ファイル編集方法およびファイル編集プログラムを提供することにある。   The present invention has been made in consideration of such circumstances, and its purpose is to make a mistake or the like even when a large amount of data is newly registered, changed or canceled in the file system. The present invention provides a file editing apparatus, a file editing method, and a file editing program that can reduce the burden on the user and that can easily implement a function for automatically inputting a large amount of data at once. .

上述した問題点を解決するために、本発明では、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成するイベントアクション定義手段を具備し、前記イベント定義ファイルと前記アクション定義ファイルは、前記画面テンプレート上の部品に関連付けて保持されることを特徴とする。   In order to solve the above-described problem, in the present invention, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component is defined, and the event Event action definition means for generating an action definition file in which the content of an action to be executed when defined occurs, and the event definition file and the action definition file are held in association with components on the screen template. It is characterized by that.

また、本発明では、上記画面自動生成装置において、画面テンプレート上に配置された部品毎に、それぞれの部品に対して設定可能なイベント一覧を選択可能に表示するイベント選択手段と、前記イベント選択手段により選択されたイベントが発生した場合に実行すべきアクションを指定可能に表示するアクション指定手段とを具備し、前記イベントアクション定義手段は、前記イベント選択手段により選択されたイベントと、前記アクション指定手段により指定されたアクションとに基づいて、前記イベント定義ファイルと前記アクション定義ファイルとを生成することを特徴とする。   Further, in the present invention, in the screen automatic generation device, for each component arranged on the screen template, an event selection unit that displays a list of events that can be set for each component, and the event selection unit Action specifying means for displaying an action to be executed when the event selected by the event occurs, wherein the event action defining means includes the event selected by the event selecting means, and the action specifying means. The event definition file and the action definition file are generated on the basis of the action specified by.

また、上述した問題点を解決するために、本発明では、画面設計時に、画面テンプレート上に配置する部品毎に設定された、発生し得るイベントと該イベントが発生した場合に実行すべきアクションとが記述された画面イベント記述書に基づいて、イベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションが定義されたアクション定義ファイルとを生成するイベントアクション定義手段を具備し、前記イベント定義ファイルと前記アクション定義ファイルは、前記画面テンプレート上の部品に関連付けて保持されることを特徴とする。   In order to solve the above-described problems, in the present invention, an event that can be generated and an action to be executed when the event occurs are set for each component arranged on the screen template at the time of screen design. An event definition file that defines an action to be started when an event occurs and an action definition file that defines an action to be executed when the event occurs Event action definition means for generating is provided, and the event definition file and the action definition file are held in association with the parts on the screen template.

また、上述した問題点を解決するために、本発明では、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成し、前記イベント定義ファイルと前記アクション定義ファイルを、前記画面テンプレート上の部品に関連付けて保持することを特徴とする。   Further, in order to solve the above-described problems, in the present invention, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component is defined, Generating an action definition file in which the content of an action to be executed when an event occurs is defined, and holding the event definition file and the action definition file in association with components on the screen template .

また、本発明では、画面自動生成方法において、画面テンプレート上に配置された部品毎に、それぞれの部品に対して設定可能なイベント一覧を選択可能に表示し、前記イベント一覧から選択されたイベントが発生した場合に実行すべきアクションを指定可能に表示し、前記イベント一覧から選択されたイベントと、前記指定されたアクションとに基づいて、前記イベント定義ファイルと前記アクション定義ファイルとを生成することを特徴とする。   Further, in the present invention, in the screen automatic generation method, for each component arranged on the screen template, an event list that can be set for each component is displayed in a selectable manner, and the event selected from the event list is displayed. An action to be executed when it occurs is displayed so that it can be specified, and the event definition file and the action definition file are generated based on the event selected from the event list and the specified action. Features.

また、上述した問題点を解決するために、本発明では、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成するステップと、前記イベント定義ファイルと前記アクション定義ファイルを、前記画面テンプレート上の部品に関連付けて保持するステップとをコンピュータに実行させることを特徴とする。   Further, in order to solve the above-described problems, in the present invention, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component is defined, Generating an action definition file in which the content of an action to be executed when an event occurs is defined; and holding the event definition file and the action definition file in association with components on the screen template. The computer is executed.

また、本発明では、上記画面自動生成プログラムにおいて、画面テンプレート上に配置された部品毎に、それぞれの部品に対して設定可能なイベント一覧を選択可能に表示するステップと、前記イベント一覧から選択されたイベントが発生した場合に実行すべきアクションを指定可能に表示するステップと、前記イベント一覧から選択されたイベントと、前記指定されたアクションとに基づいて、前記イベント定義ファイルと前記アクション定義ファイルとを生成するステップとをコンピュータに実行させることを特徴とする。   According to the present invention, in the screen automatic generation program, for each part arranged on the screen template, an event list that can be set for each part is displayed in a selectable manner, and the event list is selected from the event list. The event definition file, the action definition file, and the action definition file based on the step of displaying the action to be executed when an event occurs, the event selected from the event list, and the specified action. Generating the step of causing the computer to execute.

また、上述した問題点を解決するために、本発明では、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成するステップと、前記イベント定義ファイルと前記アクション定義ファイルを、前記画面テンプレート上の部品に関連付けて保持するステップとをコンピュータに実行させる画面自動生成プログラムを記録したことを特徴とする。   Further, in order to solve the above-described problems, in the present invention, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component is defined, Generating an action definition file in which the content of an action to be executed when an event occurs is defined; and holding the event definition file and the action definition file in association with components on the screen template. An automatic screen generation program to be executed by a computer is recorded.

また、上述した問題点を解決するために、本発明では、画面上に配置された部品に発生するイベントに基づいて、所定のアクションを実行する実行装置において、画面上に配置された部品にイベントが発生すると、イベント発生元とイベント種別に基づいて、イベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルを特定し、該イベント定義ファイルの内容に基づいて、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルを特定するアクション管理手段と、前記アクション管理手段によって特定されたアクション定義ファイルに基づいて、起動すべきアクションを実装したモジュールを読み込んで前記イベントに対するアクションを実行するアクション実行手段とを具備することを特徴とする。   Further, in order to solve the above-described problems, in the present invention, in an execution device that executes a predetermined action based on an event that occurs in a component arranged on the screen, an event is generated for the component arranged on the screen. When an event occurs, an event definition file in which an action to be activated when an event occurs is defined based on the event generation source and the event type, and the event has occurred based on the contents of the event definition file Action management means for identifying an action definition file in which the content of an action to be executed is defined, and a module that implements an action to be activated based on the action definition file specified by the action management means Action executing means for executing an action on Characterized in that it.

この発明では、イベントアクション定義手段により、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成し、画面テンプレート上の部品に関連付けて保持する。したがって、コーディングスキルを問わず、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることが可能となる。   In the present invention, the event action definition means defines, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component, and when the event occurs. An action definition file in which the content of the action to be executed is defined is generated and stored in association with the part on the screen template. Therefore, it is possible to unify screen operation specifications, uniform screen quality, improve screen development work efficiency, and improve productivity regardless of coding skills.

また、上述した問題点を解決するために、本発明では、複数のデータが登録されたマスタファイルに対して、少なくともデータの新規登録、変更、取消、照会を含む編集処理を行うファイルシステム編集装置において、画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成する業務画面作成手段と、前記画面テンプレート上に配置された部品の一覧と、部品毎の属性情報とを定義した画面構成情報ファイルを生成する画面構成情報抽出手段と、前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成するシナリオ情報生成手段と、前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成するデータ入力テンプレート生成手段と、前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成する実行ファイル生成手段と、前記実行ファイルに基づいて、マスタファイルに対して一括して編集処理を行う一括処理手段とを具備することを特徴とする。   In order to solve the above-described problems, in the present invention, a file system editing apparatus that performs editing processing including at least new registration, change, cancellation, and inquiry of data on a master file in which a plurality of data is registered. , A business screen creation means for creating a business screen required for editing processing by placing parts on the screen template, a list of parts placed on the screen template, and attribute information for each part. Screen configuration information extracting means for generating a defined screen configuration information file, scenario information generating means for generating scenario information defining a procedure and processing contents of a business process based on the screen configuration information file, and the scenario information Data input template generation to generate data input template for setting data to be processed based on And an execution file generation means for generating an execution file after data to be processed is set in the data input template, and batch processing for collectively editing the master file based on the execution file Means.

また、本発明では、上記ファイル編集装置において、前記データ入力テンプレート生成手段は、前記シナリオ情報に基づいて、設定すべきデータ項目と、前記画面構成情報ファイルの部品毎の属性情報に基づいて、設定すべきデータの属性情報とを明示したデータ入力テンプレートを生成することを特徴とする。   Also, in the present invention, in the file editing device, the data input template generation unit sets the data item to be set based on the scenario information and the attribute information for each part of the screen configuration information file. A data input template that clearly indicates attribute information of data to be generated is generated.

また、本発明では、上記ファイル編集装置において、前記実行ファイル生成手段は、前記属性情報に基づいて、前記データ入力テンプレートに設定されるデータの属性をチェックし、生成可能であるか否かを判断することを特徴とする。   According to the present invention, in the file editing apparatus, the execution file generation unit checks the attribute of the data set in the data input template based on the attribute information and determines whether generation is possible. It is characterized by doing.

また、上述した問題点を解決するために、本発明では、複数のデータが登録されたマスタファイルに対して、少なくともデータの新規登録、変更、取消、照会を含む編集処理を行うファイルシステム編集方法において、画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成し、前記画面テンプレート上に配置された部品の一覧と、部品毎の属性情報とを定義した画面構成情報ファイルを生成し、前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成し、前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成し、前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成し、前記実行ファイルに基づいて、マスタファイルに対して一括して編集処理を行うことを特徴とする。   In order to solve the above-described problems, in the present invention, a file system editing method for performing editing processing including at least new registration, change, cancellation, and inquiry of data on a master file in which a plurality of data is registered. Configuration information that defines a list of parts placed on the screen template and attribute information for each part by creating a business screen required for editing processing by placing the parts on the screen template A data input template for generating a file, generating scenario information defining a business process procedure and processing contents based on the screen configuration information file, and setting data to be processed based on the scenario information After the data to be processed is set in the data input template, an execution file is generated and the execution file is generated. Based on the Le, and performs edit processing collectively to the master file.

また、上述した問題点を解決するために、本発明では、画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成するステップと、前記画面テンプレート上に配置された部品の一覧と、部品毎の属性情報とを定義した画面構成情報ファイルを生成するステップと、前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成するステップと、前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成するステップと、前記データ入力テンプレートに処理すべきデータデータが設定された後、実行ファイルを生成するステップと、前記実行ファイルに基づいて、複数のデータが登録されたマスタファイルに対して少なくともデータの新規登録、変更、取消、照会を含む編集処理を一括して行うステップとをコンピュータに実行させることを特徴とする。   Further, in order to solve the above-described problems, in the present invention, a step of creating a business screen required for editing processing by placing a part on the screen template, and a part placed on the screen template Generating a screen configuration information file that defines a list of attributes and attribute information for each component, and generating scenario information that defines business processing procedures and processing contents based on the screen configuration information file; A step of generating a data input template for setting data to be processed based on the scenario information; a step of generating an execution file after the data data to be processed is set in the data input template; Based on the execution file, at least the data of the master file in which a plurality of data is registered is stored. Registration regulations, change, cancel, characterized in that and a step of collectively performing editing processing containing the query to the computer.

この発明では、業務画面作成手段により、画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成し、画面構成情報抽出手段により、前記画面テンプレート上に配置された部品の一覧と部品毎の属性情報とを定義した画面構成情報ファイルを生成し、シナリオ情報生成手段により、前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成し、データ入力テンプレート生成手段により、前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成し、実行ファイル生成手段により、前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成し、一括処理手段により、前記実行ファイルに基づいて、マスタファイルに対して一括して編集処理を行う。
したがって、ファイルシステムに対して大量のデータを新規登録したり、変更・取消するような場合であっても、ミス等がなく、ユーザの負担を軽減することができるという効果が得られる。また上述の各手段の処理によって、他のどんな画面にも汎用的に大量のデータを自動で一括入力できる機能を容易に実装可能となる。
In the present invention, a business screen required by the editing process is created by arranging parts on the screen template by the business screen creating means, and the parts arranged on the screen template are extracted by the screen configuration information extracting means. A screen configuration information file that defines a list and attribute information for each part is generated, and scenario information generation means generates scenario information that defines business processing procedures and processing contents based on the screen configuration information file. The data input template generation unit generates a data input template for setting data to be processed based on the scenario information, and the execution file generation unit sets the data to be processed in the data input template. After that, an executable file is generated, and the batch processing means executes a macro based on the executable file. Edits processing collectively to datafile.
Therefore, even when a large amount of data is newly registered or changed / cancelled with respect to the file system, there is an effect that there is no mistake and the burden on the user can be reduced. In addition, by the processing of each means described above, it is possible to easily implement a function that can automatically input a large amount of data in general on any other screen.

以上説明したように、本発明によれば、イベントアクション定義手段により、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成し、画面テンプレート上の部品に関連付けて保持する。
したがって、コーディングスキルを問わず、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。
As described above, according to the present invention, the event action definition means defines, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component is defined. And an action definition file in which the content of the action to be executed when the event occurs is generated and stored in association with the part on the screen template.
Therefore, it is possible to obtain the effects of unifying screen operation specifications, uniform screen quality, improving screen development work efficiency, and improving productivity regardless of coding skills.

また、本発明によれば、イベント選択手段により、画面テンプレート上に配置された部品毎に、それぞれの部品に対して設定可能なイベント一覧を選択可能に表示し、アクション指定手段により、前記イベント選択手段により選択されたイベントが発生した場合に実行すべきアクションを指定可能に表示し、前記イベントアクション定義手段は、前記イベント選択手段により選択されたイベントと、前記アクション指定手段により指定されたアクションとに基づいて、前記イベント定義ファイルと前記アクション定義ファイルとを生成する。
したがって、コーディングスキルを問わず、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。
Further, according to the present invention, for each component arranged on the screen template, an event list that can be set for each component is displayed in a selectable manner by the event selection unit, and the event selection unit performs the event selection. An action to be executed when an event selected by the means occurs is displayed so that it can be specified, and the event action defining means includes an event selected by the event selecting means, an action specified by the action specifying means, Based on the above, the event definition file and the action definition file are generated.
Therefore, it is possible to obtain the effects of unifying screen operation specifications, uniform screen quality, improving screen development work efficiency, and improving productivity regardless of coding skills.

また、本発明によれば、イベントアクション定義手段により、画面設計時に、画面テンプレート上に配置する部品毎に設定された、発生し得るイベントと該イベントが発生した場合に実行すべきアクションとが記述された画面イベント記述書に基づいて、イベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションが定義されたアクション定義ファイルとを生成し、前記イベント定義ファイルと前記アクション定義ファイルを、前記画面テンプレート上の部品に関連付けて保持する。
したがって、コーディングスキルを問わず、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。
Further, according to the present invention, the event action definition means describes an event that can be generated and an action to be executed when the event occurs, set for each component arranged on the screen template at the time of screen design. Based on the screen event description that has been generated, an event definition file that defines an action to be activated when an event occurs and an action definition file that defines an action to be executed when the event occurs are generated. The event definition file and the action definition file are held in association with the parts on the screen template.
Therefore, it is possible to obtain the effects of unifying screen operation specifications, uniform screen quality, improving screen development work efficiency, and improving productivity regardless of coding skills.

また、本発明によれば、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成し、前記イベント定義ファイルと前記アクション定義ファイルを、前記画面テンプレート上の部品に関連付けて保持する。
したがって、コーディングスキルを問わず、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。
Further, according to the present invention, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component is defined, and is executed when the event occurs. An action definition file in which the content of an action is defined is generated, and the event definition file and the action definition file are associated with parts on the screen template and held.
Therefore, it is possible to obtain the effects of unifying screen operation specifications, uniform screen quality, improving screen development work efficiency, and improving productivity regardless of coding skills.

また、本発明によれば、画面テンプレート上に配置された部品毎に、それぞれの部品に対して設定可能なイベント一覧を選択可能に表示し、前記イベント一覧から選択されたイベントが発生した場合に実行すべきアクションを指定可能に表示し、前記イベント一覧から選択されたイベントと、前記指定されたアクションとに基づいて、前記イベント定義ファイルと前記アクション定義ファイルとを生成する。
したがって、コーディングスキルを問わず、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。
Further, according to the present invention, for each component arranged on the screen template, an event list that can be set for each component is displayed in a selectable manner, and when an event selected from the event list occurs. An action to be executed is displayed in a selectable manner, and the event definition file and the action definition file are generated based on the event selected from the event list and the specified action.
Therefore, it is possible to obtain the effects that the screen operation specifications can be unified, the screen quality can be made uniform, the efficiency of the screen development work can be improved, and the productivity can be improved regardless of the coding skill.

また、本発明によれば、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成するステップと、前記イベント定義ファイルと前記アクション定義ファイルを、前記画面テンプレート上の部品に関連付けて保持するステップとをコンピュータに実行させる。したがって、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。   Further, according to the present invention, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component is defined, and is executed when the event occurs. Causing the computer to execute an action definition file in which the content of the action is defined and a step of holding the event definition file and the action definition file in association with the parts on the screen template. Therefore, it is possible to obtain the effects that the operation specifications of the screen can be unified, the screen quality can be made uniform, the efficiency of the screen development work can be improved, and the productivity can be improved.

また、本発明によれば、画面テンプレート上に配置された部品毎に、それぞれの部品に対して設定可能なイベント一覧を選択可能に表示するステップと、前記イベント一覧から選択されたイベントが発生した場合に実行すべきアクションを指定可能に表示するステップと、前記イベント一覧から選択されたイベントと、前記指定されたアクションとに基づいて、前記イベント定義ファイルと前記アクション定義ファイルとを生成するステップとをコンピュータに実行させる。
したがって、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。
Further, according to the present invention, for each component arranged on the screen template, an event list that can be set for each component is displayed in a selectable manner, and an event selected from the event list has occurred. Displaying the action to be executed if possible, generating the event definition file and the action definition file based on the event selected from the event list and the specified action; Is executed on the computer.
Therefore, it is possible to obtain the effects that the operation specifications of the screen can be unified, the screen quality can be made uniform, the efficiency of the screen development work can be improved, and the productivity can be improved.

また、本発明によれば、画面テンプレート上に配置された部品毎に、該部品でイベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルと、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルとを生成するステップと、前記イベント定義ファイルと前記アクション定義ファイルを、前記画面テンプレート上の部品に関連付けて保持するステップとをコンピュータに実行させる画面自動生成プログラムを記録媒体に記録する。
したがって、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。
Further, according to the present invention, for each component arranged on the screen template, an event definition file in which an action to be activated when an event occurs in the component is defined, and is executed when the event occurs. A screen automatic generation program for causing a computer to execute an action definition file in which action content is defined, and a step of associating and holding the event definition file and the action definition file in association with parts on the screen template Is recorded on the recording medium.
Therefore, it is possible to obtain the effects that the operation specifications of the screen can be unified, the screen quality can be made uniform, the efficiency of the screen development work can be improved, and the productivity can be improved.

また、本発明によれば、アクション管理手段により、画面上に配置された部品にイベントが発生すると、イベント発生元とイベント種別に基づいて、イベントが発生した場合に起動すべきアクションが定義されたイベント定義ファイルを特定するとともに、該イベント定義ファイルの内容に基づいて、前記イベントが発生した場合に実行するアクションの内容が定義されたアクション定義ファイルを特定し、アクション実行手段により、前記アクション管理手段によって特定されたアクション定義ファイルに基づいて、起動すべきアクションを実装したモジュールを読み込んで前記イベントに対するアクションを実行する。
したがって、画面の操作仕様の統一化、画面品質の均一化、画面開発作業の効率化、生産性の向上を図ることができるという効果が得られる。
Further, according to the present invention, when an event occurs in a component arranged on the screen by the action management means, an action to be activated when an event occurs is defined based on the event generation source and the event type. An event definition file is specified, and based on the content of the event definition file, an action definition file in which content of an action to be executed when the event occurs is specified, and the action management unit Based on the action definition file specified by the above, the module that implements the action to be activated is loaded and the action for the event is executed.
Therefore, it is possible to obtain the effects that the operation specifications of the screen can be unified, the screen quality can be made uniform, the efficiency of the screen development work can be improved, and the productivity can be improved.

また、本発明によれば、業務画面作成手段により、画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成し、画面構成情報抽出手段により、前記画面テンプレート上に配置された部品の一覧と部品毎の属性情報とを定義した画面構成情報ファイルを生成し、シナリオ情報生成手段により、前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成し、データ入力テンプレート生成手段により、前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成し、実行ファイル生成手段により、前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成し、一括処理手段により、前記実行ファイルに基づいて、マスタファイルに対して一括して編集処理を行う。
したがって、ファイルシステムに対して大量のデータを新規登録したり、変更・取消するような場合であっても、ミス等がなく、ユーザの負担を軽減することができるという効果が得られる。また上述の各手段の処理によって、他のどんな画面にも汎用的に大量のデータを自動で一括入力できる機能を容易に実装可能となる。
Further, according to the present invention, a business screen required by the editing process is created by placing parts on the screen template by the business screen creating means, and placed on the screen template by the screen configuration information extracting means. A screen configuration information file that defines a list of components and attribute information for each component, and a scenario information generation unit that defines a procedure and processing contents of a business process based on the screen configuration information file Data is generated by the data input template generating means for setting the data to be processed based on the scenario information by the data input template generating means, and the data to be processed into the data input template by the execution file generating means Is set, the executable file is generated, and the batch processing means generates the executable file based on the executable file. Te edits processing collectively to the master file.
Therefore, even when a large amount of data is newly registered or changed / cancelled with respect to the file system, there is an effect that there is no mistake and the burden on the user can be reduced. In addition, by the processing of each means described above, it is possible to easily implement a function that can automatically input a large amount of data in general on any other screen.

また、本発明によれば、前記データ入力テンプレート生成手段により、前記シナリオ情報に基づいて、設定すべきデータ項目と、前記画面構成情報ファイルの部品毎の属性情報に基づいて、設定すべきデータの属性情報とを明示したデータ入力テンプレートを生成する。
したがって、ファイルシステムに対して大量のデータを新規登録したり、変更・取消するような場合であっても、ミス等がなく、ユーザの負担を軽減することができるという効果が得られる。また上述の各手段の処理によって、他のどんな画面にも汎用的に大量のデータを自動で一括入力できる機能を容易に実装可能となる。
Further, according to the present invention, the data input template generation means generates data items to be set based on the data items to be set based on the scenario information and the attribute information for each part of the screen configuration information file. A data input template that clearly specifies attribute information is generated.
Therefore, even when a large amount of data is newly registered or changed / cancelled with respect to the file system, there is an effect that there is no mistake and the burden on the user can be reduced. In addition, by the processing of each means described above, it is possible to easily implement a function that can automatically input a large amount of data in general on any other screen.

また、本発明によれば、前記実行ファイル生成手段により、前記属性情報に基づいて、前記データ入力テンプレートに設定されるデータの属性をチェックし、生成可能であるか否かを判断する。
したがって、ファイルシステムに対して大量のデータを新規登録したり、変更・取消するような場合であっても、ミス等がなく、ユーザの負担を軽減することができるという効果が得られる。また上述の各手段の処理によって、他のどんな画面にも汎用的に大量のデータを自動で一括入力できる機能を容易に実装可能となる。
Further, according to the present invention, the execution file generating means checks the attribute of the data set in the data input template based on the attribute information, and determines whether or not it can be generated.
Therefore, even when a large amount of data is newly registered or changed / cancelled with respect to the file system, there is an effect that there is no mistake and the burden on the user can be reduced. In addition, by the processing of each means described above, it is possible to easily implement a function that can automatically input a large amount of data in general on any other screen.

また、本発明によれば、画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成し、前記画面テンプレート上に配置された部品の一覧と、部品毎の属性情報とを定義した画面構成情報ファイルを生成し、前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成し、前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成し、前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成し、前記実行ファイルに基づいて、マスタファイルに対して一括して編集処理を行う。
したがって、ファイルシステムに対して大量のデータを新規登録したり、変更・取消するような場合であっても、ミス等がなく、ユーザの負担を軽減することができるという効果が得られる。また上述の各手段の処理によって、他のどんな画面にも汎用的に大量のデータを自動で一括入力できる機能を容易に実装可能となる。
Further, according to the present invention, a business screen required for editing processing is created by placing parts on a screen template, a list of parts placed on the screen template, attribute information for each part, A screen configuration information file that defines a process is generated, scenario information that defines a procedure and processing contents of a business process is generated based on the screen configuration information file, and data to be processed is set based on the scenario information A data input template is generated, data to be processed is set in the data input template, an execution file is generated, and the master file is collectively edited based on the execution file .
Therefore, even when a large amount of data is newly registered or changed / cancelled with respect to the file system, there is an effect that there is no mistake and the burden on the user can be reduced. In addition, by the processing of each means described above, it is possible to easily implement a function that can automatically input a large amount of data in general on any other screen.

また、本発明によれば、画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成するステップと、前記画面テンプレート上に配置された部品の一覧と、部品毎の属性情報とを定義した画面構成情報ファイルを生成するステップと、前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成するステップと、前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成するステップと、前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成するステップと、前記実行ファイルに基づいて、複数のデータが登録されたマスタファイルに対して少なくともデータの新規登録、変更、取消、照会を含む編集処理を一括して行うステップとをコンピュータに実行させる。
したがって、ファイルシステムに対して大量のデータを新規登録したり、変更・取消するような場合であっても、ミス等がなく、ユーザの負担を軽減することができるという効果が得られる。また上述の各手段の処理によって、他のどんな画面にも汎用的に大量のデータを自動で一括入力できる機能を容易に実装可能となる。
Further, according to the present invention, a step of creating a business screen required for editing processing by arranging parts on a screen template, a list of parts arranged on the screen template, and attributes for each part A step of generating a screen configuration information file defining information, a step of generating scenario information defining a procedure and processing contents of business processing based on the screen configuration information file, and based on the scenario information, A step of generating a data input template for setting data to be processed; a step of generating an execution file after data to be processed is set in the data input template; and a plurality of steps based on the execution file. The edition includes at least new registration, change, cancellation, and inquiry of data for the master file in which data is registered. Executing performing process collectively the the steps on a computer.
Therefore, even when a large amount of data is newly registered or changed / cancelled with respect to the file system, there is an effect that there is no mistake and the burden on the user can be reduced. In addition, by the processing of each means described above, it is possible to easily implement a function that can automatically input a large amount of data in general on any other screen.

以下、本発明を実施するための最良の形態について説明する。
A.第1実施形態A−1.第1実施形態の構成
図1は、本発明の第1実施形態による画面自動生成システムの基本機能構成を示すブロック図である。図1において、画面部品一覧データベース1は、画面作成に際して、画面元であるテンプレート上に配置される部品の情報を保持している。部品には、前述したように、テキスト入力や検索条件入力のためのテキストボックスや、検索、取消の実行などのイベントを指示するためのボタン、複数の項目からいずれかを選択させるためのラジオボタンなどがある。
Hereinafter, the best mode for carrying out the present invention will be described.
A. First embodiment A-1. Configuration of First Embodiment FIG. 1 is a block diagram showing a basic functional configuration of a screen automatic generation system according to a first embodiment of the present invention. In FIG. 1, a screen component list database 1 holds information on components arranged on a template which is a screen source when a screen is created. As described above, parts include text boxes for text input and search condition input, buttons for instructing events such as search and cancel execution, and radio buttons for selecting one of multiple items. and so on.

本実施形態では、各部品は、予め設計対象のアプリケーション用に作成されたものであり、テキストボックス、ボタン、ラジオボタンといった単体部品の他に、複合部品として、例えば、コード翻訳機能付き部品では、翻訳対象のコード値を入力するためのテキストボックスおよび翻訳名称を表示するテキストボックスなどがセットになって登録されている。このため、画面開発者は、画面作成に際しては、所望する機能を実現する部品を選択し、テンプレート上にドラッグ・ドロップするだけでよい。なお、部品のプロパティ(ボタンの大きさや、位置など)は、後述する画面作成時に目的に応じて修正可能となっている。   In this embodiment, each part is created in advance for an application to be designed, and in addition to a single part such as a text box, a button, and a radio button, as a composite part, for example, a part with a code translation function, A text box for entering the code value to be translated and a text box for displaying the translation name are registered as a set. For this reason, when creating a screen, the screen developer only has to select a part that realizes a desired function and drag and drop it onto the template. The component properties (button size, position, etc.) can be modified according to the purpose at the time of screen creation to be described later.

次に、画面作成部2は、上記画面部品一覧データベース1に保持されている部品情報に従って、画面を作成するためのユーザインターフェースを提供する。より具体的には、画面作成部2は、PC上の画面に業務画面のテンプレートを表示するとともに、同一画面上に、上記画面部品一覧のリストや部品プロパティなどを並べて表示する。画面開発者は、画面作成部2より提供される画面上で、画面部品一覧から所望する部品を選択し、マウスなどによりテンプレート上にドラッグ・ドロップすることで、業務画面レイアウト4を作成していくことになる。次に、部品プロパティ設定部3は、テンプレートに配置された部品のプロパティ(ボタンの大きさや、位置など)を、画面開発者の指示に従って設定(変更)する。   Next, the screen creation unit 2 provides a user interface for creating a screen in accordance with the component information held in the screen component list database 1. More specifically, the screen creation unit 2 displays the business screen template on the screen on the PC, and displays the screen component list, the component properties, and the like side by side on the same screen. The screen developer creates a business screen layout 4 by selecting a desired component from the screen component list on the screen provided by the screen creation unit 2 and dragging and dropping it on the template with a mouse or the like. It will be. Next, the part property setting unit 3 sets (changes) the properties (button size, position, etc.) of the parts arranged in the template in accordance with an instruction from the screen developer.

イベントアクション定義部5は、業務画面レイアウト4に従って、テンプレートに配置された部品毎に、イベント定義ファイル9およびアクション定義ファイル10を生成する。より具体的には、イベントアクション定義部5は、画面構成情報抽出部6、およびイベントアクション定義ファイル生成部8からなる。画面構成情報抽出部6は、上記画面作成部2において作成された業務画面レイアウト4から画面構成情報を抽出し、画面構成情報ファイル(CSV形式)7を生成する。イベントアクション定義ファイル生成部8は、該画面構成情報ファイル7に基づいて、業務画面レイアウト4上の部品毎に、XMLによって記述されたイベント定義ファイル9およびアクション定義ファイル10を生成する。   The event action definition unit 5 generates an event definition file 9 and an action definition file 10 for each component arranged in the template according to the business screen layout 4. More specifically, the event action definition unit 5 includes a screen configuration information extraction unit 6 and an event action definition file generation unit 8. The screen configuration information extraction unit 6 extracts screen configuration information from the business screen layout 4 created by the screen creation unit 2 and generates a screen configuration information file (CSV format) 7. The event action definition file generation unit 8 generates an event definition file 9 and an action definition file 10 described in XML for each component on the business screen layout 4 based on the screen configuration information file 7.

イベント定義ファイル9は、該当部品に対してイベントが発生したときにどのようなアクションを起こすかを定義している。また、アクション定義ファイル10は、上記イベント定義ファイル9に対応付けられており、上記アクションの詳細を定義している。なお、1つのイベントには、複数のアクションを対応付けることが可能であるので、1つのイベント定義ファイル9には、それぞれのアクションに対するアクション定義ファイル10が複数対応付けられることもあり得る。   The event definition file 9 defines what action is to be taken when an event occurs for the corresponding part. The action definition file 10 is associated with the event definition file 9 and defines details of the action. Since one event can be associated with a plurality of actions, a single event definition file 9 may be associated with a plurality of action definition files 10 for each action.

また、イベントアクション定義部5は、イベント定義ファイル9およびアクション定義ファイル10を、上記画面作成部2において作成された業務画面レイアウト4の各部品に関連付け、最終的に業務画面11として出力する。   Further, the event action definition unit 5 associates the event definition file 9 and the action definition file 10 with each component of the business screen layout 4 created by the screen creation unit 2 and finally outputs it as the business screen 11.

A−2.第1実施形態の動作
次に、本第1実施形態の動作について詳細に説明する。ここで、図2は、画面作成部2における画面作成時のユーザインターフェース(GUI画面)を示す模式図である。図示する画面上には、作成すべき業務画面11のテンプレート20とともに、画面部品一覧21や部品プロパティ設定領域22、イベント定義ファイルおよびアクション定義ファイルのリスト領域23などが並べて表示される。画面開発者は、図示する画面上で、画面部品一覧21から所望する部品を選択し、マウスなどによりテンプレート20上にドラッグ・ドロップすることで、業務画面レイアウト4を作成していく。部品の詳細な位置や大きさは、マウス操作によって直接部品を移動、拡大、縮小したり、部品プロパティ設定領域22の値を直接変更したりすることにより行なう。
A-2. Operation of First Embodiment Next, the operation of the first embodiment will be described in detail. Here, FIG. 2 is a schematic diagram showing a user interface (GUI screen) at the time of screen creation in the screen creation unit 2. On the screen shown, a screen part list 21, a part property setting area 22, an event definition file, an action definition file list area 23, and the like are displayed side by side with the template 20 of the business screen 11 to be created. The screen developer creates a business screen layout 4 by selecting a desired component from the screen component list 21 on the illustrated screen and dragging and dropping it onto the template 20 with a mouse or the like. The detailed position and size of the part are determined by directly moving, enlarging, or reducing the part or directly changing the value of the part property setting area 22 by operating the mouse.

次に、画面開発者は、図3(a)に示すように、イベント発生元になる部品(例えば、照会ラジオボタンなど)をクリックし、イベントアクション定義部5を呼び出す。イベントアクション定義部5は、作成された業務画面レイアウト4に配置された画面項目(部品)の情報を読み出し、画面構成情報ファイル(CSV形式)7を生成する。   Next, as shown in FIG. 3A, the screen developer clicks a part (for example, an inquiry radio button) that becomes an event generation source and calls the event action definition unit 5. The event action definition unit 5 reads information on screen items (parts) arranged in the created business screen layout 4 and generates a screen configuration information file (CSV format) 7.

イベントアクション定義部5は、画面構成情報ファイル7を読み込み、図3(b)に示す画面を表示する。画面開発者は、まず、画面項目一覧30から部品を選択する。画面項目一覧30から部品が選択されると、画面項目設定可能イベント一覧31には、選択された部品に設定可能なイベントの一覧が表示される。図示の例では、部品として「照会」が選択され、該「照会」に設定可能なイベント一覧が表示されている。画面開発者は、画面項目設定可能イベント一覧31から部品に割り当てるイベントを選択する。   The event action definition unit 5 reads the screen configuration information file 7 and displays the screen shown in FIG. The screen developer first selects a part from the screen item list 30. When a component is selected from the screen item list 30, the screen item settable event list 31 displays a list of events that can be set for the selected component. In the example shown in the figure, “inquiry” is selected as a component, and an event list that can be set in the “inquiry” is displayed. The screen developer selects an event to be assigned to the part from the screen item settable event list 31.

次に、画面開発者は、アクション一覧32において、選択したイベントが発生した場合に起動すべきアクションを設定する。1つのイベントには、複数のアクションを対応付けることが可能であるので、必要に応じて、起動すべきアクションを順次追加していく。イベントに設定されたアクションは、アクション一覧32に表示される。   Next, the screen developer sets an action to be activated when the selected event occurs in the action list 32. Since one event can be associated with a plurality of actions, actions to be activated are sequentially added as necessary. The action set for the event is displayed in the action list 32.

また、画面開発者が、図3(b)に示す画面において「イベントファイルを保存」ボタン33をクリックすると、イベントアクション定義部5は、これら設定内容に従って、XMLによって記述されたイベント定義ファイル9を生成して保存する。また、画面開発者が、図3(b)に示す画面において「属性編集」ボタン34をクリックすると、図4に示すアクションの詳細設定を行なうための画面が表示される。該画面では、アクションの詳細設定(処理対象画面項目の指定等)を行なう。また、該画面において、画面開発者が、「アクション構成ファイル出力」ボタン4aをクリックすると、イベントアクション定義部5は、XMLによって記述されたアクション定義ファイル10を生成して保存する。   When the screen developer clicks the “save event file” button 33 on the screen shown in FIG. 3B, the event action definition unit 5 loads the event definition file 9 described in XML according to these settings. Generate and save. When the screen developer clicks the “edit attribute” button 34 on the screen shown in FIG. 3B, a screen for performing detailed action settings shown in FIG. 4 is displayed. On this screen, detailed settings for actions (designation of screen items to be processed, etc.) are performed. In addition, when the screen developer clicks the “output action configuration file” button 4a on the screen, the event action definition unit 5 generates and saves the action definition file 10 described in XML.

上記イベント定義ファイル9およびアクション定義ファイル10は、上記画面作成部2において作成された業務画面レイアウト4の各部品と関連付けられ、図2に示すように、部品が配置されたテンプレート20と同一画面上のリスト領域23に表示される。図5は、イベント定義ファイルの一例を示す概念図であり、図6は、アクション定義ファイルの一例を示す概念図である。本実施形態では、イベント定義ファイル9およびアクション定義ファイル10は、前述したように、XMLによって記述されている。イベントアクション定義部5は、イベント定義ファイル9およびアクション定義ファイル10を、上記画面作成部2において作成された業務画面レイアウト4の各部品に関連付け、最終的に業務画面11として出力する。   The event definition file 9 and the action definition file 10 are associated with each part of the business screen layout 4 created in the screen creation unit 2 and are on the same screen as the template 20 on which the parts are arranged as shown in FIG. Are displayed in the list area 23. FIG. 5 is a conceptual diagram illustrating an example of an event definition file, and FIG. 6 is a conceptual diagram illustrating an example of an action definition file. In the present embodiment, the event definition file 9 and the action definition file 10 are described in XML as described above. The event action definition unit 5 associates the event definition file 9 and the action definition file 10 with each part of the business screen layout 4 created by the screen creation unit 2 and finally outputs it as a business screen 11.

A−3.実行時の動作
次に、上述した処理により作成されたイベント定義ファイル9およびアクション定義ファイル10が関連付けられた業務画面11を用いて、実際に業務画面11上でイベントが発生した場合の動作について説明する。ここで、図7は、作成された業務画面11上の部品のイベント検出、およびイベントに対するアクションを実行する機能構成を示すブロック図である。
A-3. Operation at the time of execution Next, an operation when an event actually occurs on the business screen 11 using the business screen 11 associated with the event definition file 9 and the action definition file 10 created by the above-described processing will be described. To do. Here, FIG. 7 is a block diagram showing a functional configuration for executing event detection of parts on the created business screen 11 and actions for the events.

アクション管理部40は、業務画面11上の部品からアクション実行要求および発生したイベント種別を受け取り、発生したイベントに対して起動すべきアクションをイベント定義ファイル9に基づいて特定する。また、その特定したアクションに対応するプログラムをロードして特定したアクションを実行する。   The action management unit 40 receives an action execution request and a generated event type from a component on the business screen 11 and specifies an action to be activated for the generated event based on the event definition file 9. Also, the specified action is executed by loading a program corresponding to the specified action.

イベント定義アクセス部41は、部品または業務画面11に対して定義されたイベント定義ファイル9の内容を読み込む。アクション実行部42は、業務画面11の部品に発生したイベントに対して、アクション管理部40からの起動要求を受け付ける。起動されたアクション実行部42は、アクション定義ファイル10に基づいて、電文の作成や送受信などの処理を行ない、自己の処理結果を業務画面11の部品へ通知する。   The event definition access unit 41 reads the contents of the event definition file 9 defined for the component or business screen 11. The action execution unit 42 accepts an activation request from the action management unit 40 for an event that has occurred in a part of the business screen 11. The activated action execution unit 42 performs processing such as creation and transmission / reception of a message based on the action definition file 10 and notifies the component of the business screen 11 of its own processing result.

アクション定義アクセス部43は、指定されたアクション定義ファイル10の構文解析を行ない、呼出元の要求に従って解析結果を返す。通信コントローラ44は、所定のプロトコル(例えば、HTTP)を用いて、サーバーへのリクエスト送信やレスポンス受信といった電文の送受信を行なう。   The action definition access unit 43 performs syntax analysis of the specified action definition file 10 and returns an analysis result according to a request from the caller. The communication controller 44 performs transmission / reception of electronic messages such as request transmission and response reception to the server using a predetermined protocol (for example, HTTP).

実際の業務において、業務画面11上の部品から、アクション管理部40にアクション起動要求が出される。このとき、イベント発生元とイベント種別とが付帯情報として渡される(S1)。アクション管理部40では、イベント発生元とイベント種別とをキーに、イベント定義アクセス部41を介してイベント定義ファイル9を走査し、起動すべきアクションおよびその動作を指定するアクション定義ファイル10を特定する(S2)。アクション管理部40は、起動すべきアクションを実装したモジュールをロードしてアクション実行部42を起動する(S3)。起動されたアクション実行部42は、アクション定義アクセス部43を介してアクション定義ファイル10を参照し、その内容に基づいて処理を行なう(S4)。また、必要に応じて、通信コントローラ44を介して、図示しないサーバーとの電文の送受信処理を行なう(S5)。アクション定義ファイル10で、結果を部品にセットするよう指定されている場合には、アクション実行部42が処理結果を業務画面11上の部品にセットする(S6)。   In actual work, an action activation request is issued from the parts on the work screen 11 to the action management unit 40. At this time, the event generation source and the event type are passed as supplementary information (S1). The action management unit 40 scans the event definition file 9 via the event definition access unit 41 using the event generation source and the event type as keys, and specifies the action definition file 10 that specifies the action to be activated and its operation. (S2). The action management unit 40 loads the module in which the action to be activated is mounted and activates the action execution unit 42 (S3). The activated action execution unit 42 refers to the action definition file 10 via the action definition access unit 43 and performs processing based on the content (S4). If necessary, a message transmission / reception process with a server (not shown) is performed via the communication controller 44 (S5). If it is specified in the action definition file 10 that the result is set to the part, the action execution unit 42 sets the processing result to the part on the work screen 11 (S6).

B.第2実施形態
次に、本発明の第2実施形態について説明する。本第2実施形態では、設計段階において、業務画面11を構成する部品、その部品のイベントおよびイベントに対するアクションを対応付けてファイル化し、該ファイルに従って、直接、イベント定義ファイル9およびアクション定義ファイル10を生成することを特徴としている。
B. Second Embodiment Next, a second embodiment of the present invention will be described. In the second embodiment, in the design stage, the parts constituting the business screen 11, the events of the parts and the actions for the events are associated with each other, and the event definition file 9 and the action definition file 10 are directly set in accordance with the file. It is characterized by generating.

図8は、本第2実施形態による画面自動生成システムの構成を示すブロック図である。
なお、図1に対応する部分には同一の符号を付けて説明を省略する。図において、画面設計部50は、必要とされる業務画面毎に、画面に配置する部品、その部品のイベントおよびイベントに対するアクションを決定し、その画面に配置する部品と当該部品のイベントとそのイベントに対応するアクションの対応関係を、画面イベント記述書55として出力する。イベントアクション定義部60は、上記画面イベント記述書55を読み込み、画面に配置する部品、その部品のイベントおよびイベントに対するアクションを解析し、イベント定義ファイル9およびアクション定義ファイル10を生成する。
FIG. 8 is a block diagram showing the configuration of the automatic screen generation system according to the second embodiment.
It should be noted that portions corresponding to those in FIG. In the figure, for each required business screen, the screen design unit 50 determines a part to be placed on the screen, an event of the part and an action for the event, a part to be placed on the screen, an event of the part, and an event of the event. Is output as a screen event description 55. The event action definition unit 60 reads the screen event description 55 and analyzes the components to be arranged on the screen, the events of the components and the actions for the events, and generates the event definition file 9 and the action definition file 10.

上述した第2実施形態によれば、まず、画面設計部50において、必要とされる業務画面毎に、画面に配置する部品、その部品のイベントおよびイベントに対するアクションを決定し、その対応関係を画面イベント記述書55として出力する。一方、前述した第1実施形態と同様に、画面作成部2において、画面部品一覧データベース1から提供される部品を選択し、マウスなどによりテンプレート上にドラッグ・ドロップすることで、業務画面レイアウト4を作成する。   According to the second embodiment described above, first, in the screen design unit 50, for each required business screen, a part to be arranged on the screen, an event of the part and an action for the event are determined, and the corresponding relationship is displayed on the screen. The event description 55 is output. On the other hand, in the same way as in the first embodiment described above, the screen creation unit 2 selects a component provided from the screen component list database 1 and drags and drops it onto the template with a mouse or the like. create.

イベントアクション定義部60は、上記画面イベント記述書55を読み込み、画面に配置する部品、その部品のイベントおよびイベントに対するアクションを解析し、イベント定義ファイル9およびアクション定義ファイル10を生成し、上記業務画面レイアウト4の各部品に関連付け、最終的に業務画面11として出力する。   The event action definition unit 60 reads the screen event description 55, analyzes the parts to be arranged on the screen, the events of the parts and actions for the events, generates the event definition file 9 and the action definition file 10, and generates the business screen. It is associated with each component of the layout 4 and finally output as the work screen 11.

C.第3実施形態
次に、本発明の第3実施形態について説明する。本第3実施形態では、上述した第1実施形態で説明した画面自動システムにより生成された画面構成情報ファイルを用いて、社員マスタなどのファイルシステムに対して、データの新規登録、変更・取消などを一括自動処理するための一括自動処理機能を自動生成するとともに、該一括自動処理機能により大量のデータに対する新規登録、変更・取消などを一括自動処理することを特徴としている。
C. Third Embodiment Next, a third embodiment of the present invention will be described. In the third embodiment, using the screen configuration information file generated by the screen automatic system described in the first embodiment described above, new registration, change / cancellation, etc. of data for a file system such as an employee master A batch automatic processing function for batch automatic processing is automatically generated, and new registration, change / cancellation, etc. for a large amount of data are batch processed automatically by the batch automatic processing function.

図9は、本発明の第3実施形態による一括自動処理機能作成システムの構成を示すブロック図である。なお、図1に対応する部分には同一の符号を付けて説明を省略する。図において、画面構成情報抽出部65は、画面作成部2において作成された業務画面レイアウト4から画面構成情報70−1と画面属性情報70−2とを抽出し、画面構成情報ファイル(CSV形式)70を生成する。なお、画面構成情報ファイル70の詳細については後述する。   FIG. 9 is a block diagram showing a configuration of a batch automatic processing function creation system according to the third embodiment of the present invention. It should be noted that portions corresponding to those in FIG. In the figure, a screen configuration information extraction unit 65 extracts screen configuration information 70-1 and screen attribute information 70-2 from the business screen layout 4 created by the screen creation unit 2, and a screen configuration information file (CSV format). 70 is generated. Details of the screen configuration information file 70 will be described later.

ここで、図10は、本第3実施形態により作成した業務画面レイアウトの一例を示す模式図である。図示の業務画面は、マスタファイル(社員マスタ)78に対して新規登録、変更、取消、照会を行うための画面である。該業務画面では、該画面から実行できる処理項目100として、「新規登録」、「変更」、「取消」および「照会」がラジオボタンで選択できるように配置されている。また、上記処理に対して、該当するデータを特定するために、社員コードの入力ボックス101、照会基準日の入力ボックス102が配置されている。「検索」ボタン103は、イベント発生元になる部品であり、該「検索」ボタン103が押下されると、入力ボックス101,102に入力された社員コードと照会基準日をキーとして図示しないマスタファイル(社員マスタ)78から該当データを検索する。   Here, FIG. 10 is a schematic diagram illustrating an example of a business screen layout created according to the third embodiment. The illustrated business screen is a screen for performing new registration, change, cancellation, and inquiry with respect to the master file (employee master) 78. In the business screen, “new registration”, “change”, “cancel”, and “inquiry” are arranged so that they can be selected by radio buttons as processing items 100 that can be executed from the screen. In addition, an employee code input box 101 and an inquiry reference date input box 102 are arranged for specifying the corresponding data for the above processing. A “search” button 103 is a part that is an event generation source. When the “search” button 103 is pressed, a master file (not shown) is used with the employee code and the reference date entered in the input boxes 101 and 102 as keys. The corresponding data is retrieved from the (employee master) 78.

「詳細項目」には、検索結果の社員名を表示するためのボックス104、社員カナ名を表示するためのボックス105、当該社員の役員コード・役員名を表示・選択するためのボックス106、所属部店を表示するためのボックス107が配置されている。また、「詳細項目」の各ボックス104〜107は、データを変更する際には、例えば、社員名の変更、社員カナ名の変更、役員コードの変更(プルダウンボタンで一覧表示されるコードから選択)などの変更内容を入力するためのボックスとしても用いられる。さらに、画面下部には、「詳細項目」の各ボックスに入力した内容でマスタファイル(社員マスタ)78の更新を実行するための「実行」ボタン109、当該画面を閉じるための「閉じる」ボタン110が配置されている。   “Detailed item” includes a box 104 for displaying the employee name of the search result, a box 105 for displaying the employee name, a box 106 for displaying / selecting the officer code / name of the employee, A box 107 for displaying a department store is arranged. In addition, when changing the data, each of the “detail items” boxes 104 to 107 is changed from, for example, an employee name change, an employee name change, or an officer code change (selected from codes displayed in a pull-down list) ) Etc., it is also used as a box for entering changes. Further, at the bottom of the screen, an “execute” button 109 for executing update of the master file (employee master) 78 with contents input in each box of “detailed item”, and a “close” button 110 for closing the screen. Is arranged.

また、図11は、上記業務画面レイアウトから抽出した画面構成情報と画面属性情報とからなる画面構成情報ファイルの模式図である。なお、図9では、画面構成情報ファイル70を、画面構成情報70−1と画面属性情報70−2と別体で示しているが、図11に示すように1つのファイルであってもよい。図11において、画面構成情報70−1については、前述した第1実施形態で説明した画面構成情報ファイル7と同様の構成であり、画面フォームID、クラス名、項目名称など(画面テンプレート上に配置された部品の一覧)からなる。なお画面フォームIDは、画面を一意に識別するIDを示す。またクラス名は各項目の部品種類を示す。また、項目名称は、図10に示す各項目(部品)に対応している。   FIG. 11 is a schematic diagram of a screen configuration information file including screen configuration information and screen attribute information extracted from the business screen layout. In FIG. 9, the screen configuration information file 70 is shown separately from the screen configuration information 70-1 and the screen attribute information 70-2, but may be a single file as shown in FIG. In FIG. 11, the screen configuration information 70-1 has the same configuration as that of the screen configuration information file 7 described in the first embodiment, and the screen form ID, class name, item name, etc. (arranged on the screen template). A list of parts made up). The screen form ID indicates an ID that uniquely identifies the screen. The class name indicates the component type of each item. The item name corresponds to each item (component) shown in FIG.

また、画面属性情報70−2は、画面構成情報70−1の各項目に入力可能なデータを規定する情報であり、項目毎に、そのデータ長、データフォーム、キャラクタタイプなどからなる。図示の例では、項目名称「社員コード」に対しては、データ長「7(文字)」、キャラクタタイプ「半角文字」が設定されている。また、項目名称「社員名」に対しては、データ長「10(文字)」、キャラクタタイプ「全角」が設定されている。これら画面属性情報70−2は、後述するシナリオ情報及びデータ入力テンプレートで入力される書式情報の表示および入力チェックに用いられる。   The screen attribute information 70-2 is information that defines data that can be input to each item of the screen configuration information 70-1, and includes a data length, a data form, a character type, and the like for each item. In the illustrated example, a data length “7 (character)” and a character type “single-byte characters” are set for the item name “employee code”. For the item name “employee name”, a data length “10 (character)” and a character type “double-byte” are set. The screen attribute information 70-2 is used for display and input check of scenario information and format information input by a data input template, which will be described later.

なお、図9には示していないが、業務画面レイアウト4に対しては、前述した第1実施形態で説明したように、イベント定義ファイル(XML)、アクション定義ファイル(XML)も生成されていることは言うまでもない。   Although not shown in FIG. 9, an event definition file (XML) and an action definition file (XML) are also generated for the business screen layout 4 as described in the first embodiment. Needless to say.

次に、シナリオ入力テンプレート作成部71は、上記画面構成情報70−1と画面属性情報70−2を取り込み、図12に示すシナリオ入力テンプレート(斜線部分のオペレーショングループ、オペレーション、画面項目、書式)72を生成する(書式の列の「yyyy/mm/dd」、「KKKKKKKKKK」等は含まない)。ここで、このシナリオ入力テンプレート72は、1社員の情報を変更するときのシナリオ(業務画面を利用する際の一連の画面操作の流れ)や1社員の情報を新規登録するときのシナリオなどの、マスタファイル78を利用する画面操作のシナリオごとに作成される。図12に示すシナリオ入力テンプレートは社員の変更を行なう時のシナリオについてのシナリオ入力テンプレートを示すものである。ここでオペレーショングループとは、1つのシナリオにおいてマスタファイル78への情報の読み書きを行なうサーバー又はホストコンピュータに対する処理要求の単位(検索処理、実行処理など)のことをいう。またオペレーションとは1シナリオにおける各オペレーショングループにおいてエンドユーザが業務画面で行う処理(データ設定、イベント発行など)のことをいう。   Next, the scenario input template creation unit 71 takes in the screen configuration information 70-1 and the screen attribute information 70-2, and the scenario input template (operation group, operation, screen item, format in shaded area) 72 shown in FIG. (“Yyy / mm / dd”, “KKKKKKKKK”, etc. in the format column are not included). Here, the scenario input template 72 includes a scenario for changing the information of one employee (a flow of a series of screen operations when using the business screen) and a scenario for newly registering information of one employee. It is created for each scenario of screen operation using the master file 78. The scenario input template shown in FIG. 12 shows a scenario input template for a scenario when changing an employee. Here, the operation group refers to a processing request unit (search process, execution process, etc.) to the server or host computer that reads and writes information from and to the master file 78 in one scenario. An operation refers to a process (data setting, event issuance, etc.) performed by an end user on a business screen in each operation group in one scenario.

次に、シナリオ入力テンプレート処理部73が、開発者によりシナリオ入力テンプレート72に入力されたオペレーショングループの情報、オペレーションの情報、画面項目の情報(図12の白抜き部分における検索、データ設定、照会基準日などの情報)をシナリオ入力部81から受付け、シナリオ入力テンプレート72に保存する。図12のシナリオ例は、図14に図示している “変更” 処理区分のラジオボタンを押下し、社員コード・照会基準日に検索条件となる値を入力し検索ボタンを押下、検索後、変更したい項目(使用開始日、抹消区分、社員名、社員カナ名など)に値を入力し実行ボタンを押下する動作を示している。なお、シナリオ入力テンプレート72の「書式」の列の各項目の部分(例えば、yyyy/mm/ddなど)は、シナリオ入力テンプレート処理部73によって保存された画面項目についての各内容<照会基準日など>に基づいて、画面属性情報70−2から自動的に設定される。例えば、開発者がシナリオ入力テンプレート72の白抜き部分の行に照会基準日と入力すると、入力された照会基準日に基づいて、シナリオ入力テンプレート処理部73が自動的に書式の項目としてyyyy/mm/ddを設定する。次に、シナリオ入力テンプレート処理部73が、シナリオを保存し、書式の項目(yyyy/mm/dd)を設定後、図13に示すエンドユーザ入力用のデータ入力テンプレート74を出力する。この時出力されたデータ入力テンプレート74には、保存されたシナリオとそのシナリオに基づいて自動的に設定された書式の列の項目が表示されている(図13の斜線部分)。そして、シナリオ入力テンプレート処理部73は、データ入力テンプレート74の出力時に、開発者により入力された画面項目(処理区分、社員コード、照会基準日、使用開始日、抹消区分、社員名、社員カナ名など)の画面構成情報70−1との存在チェックも行う。   Next, the scenario input template processing unit 73 performs operation group information, operation information, and screen item information (search, data setting, reference criteria in the white area in FIG. 12) input to the scenario input template 72 by the developer. Information such as date) is received from the scenario input unit 81 and stored in the scenario input template 72. In the scenario example of FIG. 12, the radio button of the “Change” processing category shown in FIG. 14 is pressed, the value that becomes the search condition is input by the employee code / reference date, the search button is pressed, and the search is changed. This shows the operation of entering values for the desired items (use start date, deletion category, employee name, employee name, etc.) and pressing the execute button. It should be noted that each item portion (for example, yyyy / mm / dd) of the column of “format” of the scenario input template 72 is the contents of the screen items stored by the scenario input template processing unit 73 <reference reference date, etc. > Is automatically set from the screen attribute information 70-2. For example, when the developer inputs the reference date in the white line of the scenario input template 72, the scenario input template processing unit 73 automatically sets yyyy / mm as a format item based on the input reference date. Set / dd. Next, the scenario input template processing unit 73 saves the scenario, sets the format item (yyyy / mm / dd), and then outputs a data input template 74 for end user input shown in FIG. In the data input template 74 output at this time, the stored scenario and the items in the column of the format automatically set based on the scenario are displayed (shaded portion in FIG. 13). Then, the scenario input template processing unit 73 outputs the screen items (processing category, employee code, reference date, start date, deletion category, employee name, employee name) entered by the developer when the data input template 74 is output. Etc.) is also checked with the screen configuration information 70-1.

ここで、データ入力テンプレート74は、上記シナリオ入力テンプレート72の中の、オペレーションが「データ設定」の項目についてのみ、表示されるようになっており、その他のオペレーションの項目(例えば、イベント発行)については、データ入力テンプレート74のデータ内部で保持している。また、データ入力テンプレート74には、シナリオ入力テンプレート72に基づいて、各項目の書式が各画面項目ごとに表示されるようになっている(例えば、社員コードの書式としてXXXXXXXが表示されるが、これにより、キャラクタタイプとデータ長の双方が示される)。ここでは社員コードが半角の7桁ということになる。ゆえに、エンドユーザは、データ入力テンプレート74の白抜き部分に入力すべきデータの書式(データ長(社員コードのXXXXXXXなど)、フォーム(yyyy/mm/ddなど)、キャラクタタイプ(半角、全角)など)を容易に知ることができる。また、該書式、すなわち属性は、エンドユーザが入力したデータが設定されている書式に合致しているか否かをチェックするために用いられる。また、図13に示されている「処理順序」は、自動的に付番された処理番号である。また図13のデータ入力テンプレート74の白抜き部分においては、変更しない項目は未入力(ブランク)可であり、また、意図的にブランクを設定したい項目については特別なキーワード(この例では、@clear)を入力する。   Here, the data input template 74 is displayed only for the item whose operation is “data setting” in the scenario input template 72, and other operation items (for example, event issuance). Is held inside the data of the data input template 74. The data input template 74 displays the format of each item for each screen item based on the scenario input template 72 (for example, XXXXXXXXX is displayed as the employee code format. This shows both the character type and the data length). Here, the employee code is 7 digits. Therefore, the end user is required to input the data format (data length (such as employee code XXXXXX)), form (such as yyyy / mm / dd), character type (half-width, full-width), etc. ) Can be found easily. The format, that is, the attribute is used to check whether the data input by the end user matches the set format. Further, the “process order” shown in FIG. 13 is a process number assigned automatically. In addition, in the white portion of the data input template 74 in FIG. 13, an item that is not changed can be not input (blank), and a special keyword (in this example, @clear is used for an item for which a blank is intentionally set. ).

そして、データ入力テンプレート処理部75は、上記図13に示すデータ入力テンプレート74の白抜き部分のエンドユーザより入力された社員データ(1行1伝票)を保存し(例えば図13の白抜き部分における、社員コード<0000001>、照会基準日<2003/04/01>、使用開始日<2003/04/01>、抹消区分<1>、社員名<大和太郎>、社員カナ名<ダイワタロウ>、役職<01>、所属部店<100>の情報)、データ保存後、実行ファイル76として出力する。なお、このとき、データ入力テンプレート処理部75は、データ入力部82から1つずつデータの入力を受付けるのではなく、予め、所望する人数分(例えば、50人分、100人分など)のファイルが用意されており、そのコピー&ペーストなどの機能を利用して、エンドユーザによりデータが入力され、データ入力部82から受付けて、データ入力テンプレート74に保存する。これにより大量のデータを登録するには、操作軽減の効果が得られる。   The data input template processing unit 75 stores employee data (one slip per line) input by the end user in the white portion of the data input template 74 shown in FIG. 13 (for example, in the white portion in FIG. 13). , Employee code <0000001>, reference date <2003/04/01>, use start date <2003/04/01>, erasure category <1>, employee name <Taro Yamato>, employee name <Daiwa Taro>, (Title <01>, department store <100> information) and data are saved and output as an execution file 76. At this time, the data input template processing unit 75 does not accept data input from the data input unit 82 one by one, but in advance files for the desired number of people (for example, for 50 people, 100 people, etc.). The data is input by the end user by using a function such as copy and paste, received from the data input unit 82, and stored in the data input template 74. As a result, the effect of reducing the operation can be obtained to register a large amount of data.

データ一括処理部77は、詳細は後述するが、図10に示す業務画面から選択可能な伝票一括自動入力画面で、データ入力テンプレート74に基づいてデータ入力テンプレート処理部75により作成された実行ファイル76(XMLなどで記述された文書のファイル)の指定を受け付け、その実行ファイル76に従って、マスタファイル(社員マスタ)78を更新(変更など)する。図15は実行ファイルを示す図である。この図が示すように実行ファイル76はXMLなどにより記述されている。   Although details will be described later, the data batch processing unit 77 is a slip batch automatic input screen that can be selected from the business screen shown in FIG. 10, and an execution file 76 created by the data input template processing unit 75 based on the data input template 74. The specification of (document file described in XML or the like) is accepted, and the master file (employee master) 78 is updated (changed) according to the execution file 76. FIG. 15 shows an execution file. As shown in this figure, the execution file 76 is described in XML or the like.

上述した第3実施形態では、まず、前述した第1実施形態で説明したように、画面作成部2は、画面開発者がマウスなどによりテンプレート20上にドラッグ・ドロップすることで選択された部品に従って、業務画面レイアウト4を作成する。次いで、画面構成情報抽出部65は、業務画面レイアウト4から画面構成情報70−1と画面属性情報70−2とを抽出し、画面構成情報ファイル(CSV形式)70を生成する。   In the third embodiment described above, first, as described in the first embodiment described above, the screen creation unit 2 follows the parts selected by the screen developer dragging and dropping onto the template 20 with a mouse or the like. A business screen layout 4 is created. Next, the screen configuration information extraction unit 65 extracts screen configuration information 70-1 and screen attribute information 70-2 from the business screen layout 4 and generates a screen configuration information file (CSV format) 70.

シナリオ入力テンプレート作成部71は、上記画面構成情報70−1と画面属性情報70−2を取り込み、図12に示すシナリオ入力テンプレート72を生成する。開発者は、画面に表示されたシナリオ入力テンプレート72を見ながら、シナリオ(処理の順序、内容:図12の白抜き部分)をシナリオ入力部81から入力していく。シナリオ入力テンプレート処理部73は、シナリオ入力テンプレート72にシナリオが入力される際、各項目の書式を画面属性情報70−2から読み込んで自動設定する。そして、シナリオ登録後、図13に示すエンドユーザ入力用の斜線部分に相当するデータ入力テンプレート74を出力する。   The scenario input template creation unit 71 takes in the screen configuration information 70-1 and the screen attribute information 70-2 and generates a scenario input template 72 shown in FIG. The developer inputs a scenario (order of processing, contents: white portions in FIG. 12) from the scenario input unit 81 while viewing the scenario input template 72 displayed on the screen. When a scenario is input to the scenario input template 72, the scenario input template processing unit 73 reads the format of each item from the screen attribute information 70-2 and automatically sets it. After scenario registration, a data input template 74 corresponding to the shaded portion for end user input shown in FIG. 13 is output.

通常業務においては、エンドユーザは、1件ずつ処理(新規登録、変更、取消、照会)を行う場合には、図14に示す業務画面から行う。例えば、マスタファイルの変更の場合には、エンドユーザは、まず、変更のラジオボタンを選択して、社員コードや照会基準日などの入力を行ない、検索ボタンをクリックする。すると、業務画面の詳細項目の各欄にマスタファイル78から読み出された情報が出力される。エンドユーザはこの出力された情報(社員名、社員カナ名、役員コード、所属部店)などに変更を加え、実行ボタンをクリックする。これにより、マスタファイル78が変更される。   In normal business operations, the end user performs processing (new registration, change, cancellation, inquiry) one by one from the business screen shown in FIG. For example, in the case of changing the master file, the end user first selects a change radio button, inputs an employee code, a reference date, and clicks a search button. Then, the information read from the master file 78 is output to each column of the detailed items on the business screen. The end user changes the output information (employee name, employee name, officer code, department store, etc.) and clicks the execute button. Thereby, the master file 78 is changed.

一方、例えば、50人分、100人分など、大量の社員データを変更するような場合には、予め、所望する人数分のファイルを用意しておき、コピー&ペーストなどの機能を利用して、図13のデータ入力テンプレート74の白抜きの部分に入力する。ここで、データ入力テンプレート74には例えば、設定されたマクロを動作させるボタンが備えられており、エンドユーザがそのボタンをクリックすることにより、データ入力テンプレート処理部75が起動し、実行ファイル76を出力しておく。   On the other hand, for example, when changing a large amount of employee data, such as for 50 people or 100 people, prepare files for the desired number of people in advance and use functions such as copy and paste. Then, the data is input into the white portion of the data input template 74 shown in FIG. Here, the data input template 74 includes, for example, a button for operating a set macro. When the end user clicks the button, the data input template processing unit 75 is activated, and the execution file 76 is saved. Output it.

次に、エンドユーザは、図14に示すように、業務画面の「オプション」をクリックして出てくるプルダウンの中から「伝票一括自動入力」90を選択する。該「伝票一括自動入力」90が選択されると、下部に示す伝票一括自動入力画面が表示される。エンドユーザは、該伝票一括自動入力画面の「入力ファイル名」92に、データ入力テンプレート処理部75により生成された実行ファイル76を指定した後、「実行」ボタン93を押下(クリック)する。   Next, as shown in FIG. 14, the end user selects “automatic slip input” 90 from the pull-down menu that is displayed by clicking “Option” on the business screen. When the “slip collective automatic input” 90 is selected, a slip collective automatic input screen shown below is displayed. The end user designates the execution file 76 generated by the data input template processing unit 75 in the “input file name” 92 of the slip automatic input screen, and then presses (clicks) the “execute” button 93.

データ一括処理部77は、伝票一括自動入力画面において「実行」ボタン93が押下されると、エンドユーザから指定された実行ファイル76に従って、マスタファイル(社員マスタ)78を一括で自動的に更新(変更など)する。すなわち、実行ファイル76に50人分のデータが登録されている場合には、一括して50人分のデータが更新されることになり、100人分のデータが登録されている場合には、一括して100人分のデータが更新されることになる。   When the “execute” button 93 is pressed on the slip batch automatic input screen, the data batch processing unit 77 automatically updates the master file (employee master) 78 in batch according to the execution file 76 designated by the end user ( Change). That is, when data for 50 people is registered in the execution file 76, data for 50 people is updated at once, and when data for 100 people is registered, The data for 100 people will be updated collectively.

このように、本第3実施形態によれば、業務画面を作成することで、一括処理のための機能を自動的に生成することができる。これにより、社員マスタなどのファイルシステムに対して大量のデータを新規登録したり、変更・取消するような場合であっても、ミス等がなく、ユーザの負担を軽減することができる。また第3実施形態の上述の各処理部の処理によって、他のどんな画面にも汎用的に大量のデータを自動で一括入力できる機能を容易に実装可能となる。   As described above, according to the third embodiment, a function for batch processing can be automatically generated by creating a business screen. As a result, even if a large amount of data is newly registered in the file system such as the employee master, or is changed or canceled, there is no mistake and the burden on the user can be reduced. In addition, by the processing of each processing unit described above in the third embodiment, it is possible to easily implement a function that can automatically input a large amount of data on any other screen in a general manner.

本発明の第1実施形態による画面自動生成システムの基本機能構成を示すブロック図である。It is a block diagram which shows the basic function structure of the screen automatic generation system by 1st Embodiment of this invention. 画面作成部2における画面作成時のユーザインターフェース(GUI画面)を示す模式図である。It is a schematic diagram which shows the user interface (GUI screen) at the time of screen creation in the screen creation part. イベント定義ファイルおよびアクション定義ファイルの生成過程を示す模式図である。It is a schematic diagram which shows the production | generation process of an event definition file and an action definition file. アクションの詳細設定を行なうための画面を示す模式図である。It is a schematic diagram which shows the screen for performing the detailed setting of an action. イベント定義ファイルの一例を示す概念図である。It is a conceptual diagram which shows an example of an event definition file. アクション定義ファイルの一例を示す概念図である。It is a conceptual diagram which shows an example of an action definition file. 作成された業務画面11上の部品のイベント検出、およびイベントに対するアクションを実行する機能構成を示すブロック図である。It is a block diagram which shows the function structure which performs the event detection of the components on the produced work screen 11, and the action with respect to an event. 本第2実施形態による画面自動生成システムの構成を示すブロック図である。It is a block diagram which shows the structure of the screen automatic generation system by this 2nd Embodiment. 本発明の第3実施形態による一括自動処理機能作成システムの構成を示すブロック図である。It is a block diagram which shows the structure of the batch automatic processing function production system by 3rd Embodiment of this invention. 本第3実施形態により作成した業務画面レイアウトの一例を示す模式図である。It is a schematic diagram which shows an example of the work screen layout produced by this 3rd Embodiment. 業務画面レイアウトから抽出した画面構成情報と画面属性情報とからなる画面構成情報ファイルの模式図である。It is a schematic diagram of a screen configuration information file composed of screen configuration information and screen attribute information extracted from a business screen layout. 本第3実施形態によるシナリオ入力テンプレートの一例を示す模式図である。It is a schematic diagram which shows an example of the scenario input template by this 3rd Embodiment. 本第3実施形態によるデータ入力テンプレートの一例を示す模式図である。It is a schematic diagram which shows an example of the data input template by this 3rd Embodiment. 本第3実施形態による一括自動処理を行う際の画面を説明するための模式図である。It is a schematic diagram for demonstrating the screen at the time of performing the batch automatic process by this 3rd Embodiment. 本第3実施形態による実行ファイルを示す模式図である。It is a schematic diagram which shows the executable file by the 3rd Embodiment.

符号の説明Explanation of symbols

1…画面部品一覧データベース、2…画面作成部(業務画面作成手段)、3…部品プロパティ設定部、4…業務画面レイアウト、5…イベントアクション定義部(イベントアクション定義手段、イベント選択手段、アクション指定手段)、6…画面構成情報抽出部、7…画面構成情報ファイル、8…イベントアクション定義ファイル生成部、9…イベント定義ファイル、10…アクション定義ファイル、11…業務画面、40…アクション管理部(アクション管理手段)、41…イベント定義アクセス部、42…アクション実行部(アクション実行手段)、43…アクション定義アクセス部、44…通信コントローラ、50…画面設計部、55…画面イベント記述書、60…イベントアクション定義部、65…画面構成情報抽出部(画面構成情報抽出手段)、70…画面構成情報ファイル、70−1…画面構成情報、70−2…画面属性情報、71…シナリオ入力テンプレート作成部、72…シナリオ入力テンプレート、73…シナリオ入力テンプレート処理部(シナリオ情報生成手段、データ入力テンプレート生成手段)、74…データ入力テンプレート、75…データ入力テンプレート処理部(実行ファイル生成手段)、76…実行ファイル、77…データ一括処理部(一括処理手段)、78…マスタファイル、81…シナリオ入力部、82…データ入力部
DESCRIPTION OF SYMBOLS 1 ... Screen component list database, 2 ... Screen creation part (business screen creation means), 3 ... Component property setting part, 4 ... Business screen layout, 5 ... Event action definition part (Event action definition means, Event selection means, Action designation) Means), 6 ... screen configuration information extraction unit, 7 ... screen configuration information file, 8 ... event action definition file generation unit, 9 ... event definition file, 10 ... action definition file, 11 ... business screen, 40 ... action management unit ( Action management means), 41 ... event definition access section, 42 ... action execution section (action execution means), 43 ... action definition access section, 44 ... communication controller, 50 ... screen design section, 55 ... screen event description, 60 ... Event action definition section, 65... Screen configuration information extraction section (screen configuration 70 ... screen configuration information file, 70-1 ... screen configuration information, 70-2 ... screen attribute information, 71 ... scenario input template creation unit, 72 ... scenario input template, 73 ... scenario input template processing unit ( Scenario information generation means, data input template generation means), 74... Data input template, 75... Data input template processing section (execution file generation means), 76... Execution file, 77. ... Master file, 81 ... Scenario input part, 82 ... Data input part

Claims (5)

複数のデータが登録されたマスタファイルに対して、少なくともデータの新規登録、変更、取消、照会を含む編集処理を行うファイルシステム編集装置において、
画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成する業務画面作成手段と、
前記画面テンプレート上に配置された部品の一覧と、部品毎の属性情報とを定義した画面構成情報ファイルを生成する画面構成情報抽出手段と、
前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成するシナリオ情報生成手段と、
前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成するデータ入力テンプレート生成手段と、
前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成する実行ファイル生成手段と、
前記実行ファイルに基づいて、マスタファイルに対して一括して編集処理を行う一括処理手段と
を具備することを特徴とするファイル編集装置。
In a file system editing device that performs editing processing including at least new registration, change, cancellation, and inquiry of data for a master file in which a plurality of data is registered.
Business screen creation means for creating business screens required for editing by placing parts on the screen template,
A screen configuration information extraction means for generating a screen configuration information file defining a list of components arranged on the screen template and attribute information for each component;
Scenario information generating means for generating scenario information defining a procedure and processing contents of a business process based on the screen configuration information file;
Data input template generation means for generating a data input template for setting data to be processed based on the scenario information;
An execution file generation means for generating an execution file after data to be processed is set in the data input template;
A file editing apparatus comprising: batch processing means for collectively editing a master file based on the execution file.
前記データ入力テンプレート生成手段は、前記シナリオ情報に基づいて、設定すべきデータ項目と、前記画面構成情報ファイルの部品毎の属性情報に基づいて、設定すべきデータの属性情報とを明示したデータ入力テンプレートを生成することを特徴とする請求項1記載のファイル編集装置。   The data input template generation means is a data input that specifies data items to be set based on the scenario information and attribute information of data to be set based on attribute information for each part of the screen configuration information file The file editing apparatus according to claim 1, wherein a template is generated. 前記実行ファイル生成手段は、前記属性情報に基づいて、前記データ入力テンプレートに設定されるデータの属性をチェックし、生成可能であるか否かを判断することを特徴とする請求項1記載のファイル編集装置。   2. The file according to claim 1, wherein the execution file generating means checks whether or not the data can be generated by checking an attribute of data set in the data input template based on the attribute information. Editing device. 複数のデータが登録されたマスタファイルに対して、少なくともデータの新規登録、変更、取消、照会を含む編集処理を行うファイルシステム編集方法において、
画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成し、前記画面テンプレート上に配置された部品の一覧と、部品毎の属性情報とを定義した画面構成情報ファイルを生成し、前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成し、前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成し、前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成し、前記実行ファイルに基づいて、マスタファイルに対して一括して編集処理を行うことを特徴とするファイル編集方法。
In a file system editing method for performing editing processing including at least new registration, change, cancellation, and inquiry of data on a master file in which a plurality of data is registered,
Create a business screen required for editing by placing parts on the screen template, and create a screen configuration information file that defines a list of parts placed on the screen template and attribute information for each part. Generates scenario information that defines business processing procedures and processing contents based on the screen configuration information file, and generates a data input template for setting data to be processed based on the scenario information A file editing method characterized in that after data to be processed is set in the data input template, an execution file is generated, and a master file is collectively edited based on the execution file. .
画面テンプレート上に部品を配置することにより編集処理で必要とされる業務画面を作成するステップと、
前記画面テンプレート上に配置された部品の一覧と、部品毎の属性情報とを定義した画面構成情報ファイルを生成するステップと、
前記画面構成情報ファイルに基づいて、業務処理の手順と処理内容とを定義したシナリオ情報を生成するステップと、
前記シナリオ情報に基づいて、処理すべきデータを設定するためのデータ入力テンプレートを生成するステップと、
前記データ入力テンプレートに処理すべきデータが設定された後、実行ファイルを生成するステップと、
前記実行ファイルに基づいて、複数のデータが登録されたマスタファイルに対して少なくともデータの新規登録、変更、取消、照会を含む編集処理を一括して行うステップと
をコンピュータに実行させることを特徴とするファイル編集プログラム。
Creating a business screen required for editing by placing parts on a screen template;
Generating a screen configuration information file defining a list of parts arranged on the screen template and attribute information for each part;
Generating scenario information based on the screen configuration information file that defines a procedure of business processing and processing content;
Generating a data input template for setting data to be processed based on the scenario information;
After data to be processed is set in the data input template, generating an executable file;
Based on the execution file, causing the computer to execute at least batch editing processing including new registration, change, cancellation, and inquiry of data on a master file in which a plurality of data is registered. File editing program.
JP2005341814A 2003-03-28 2005-11-28 File editing apparatus, file editing method, and file editing program Expired - Fee Related JP3842811B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005341814A JP3842811B2 (en) 2003-03-28 2005-11-28 File editing apparatus, file editing method, and file editing program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2003092301 2003-03-28
JP2005341814A JP3842811B2 (en) 2003-03-28 2005-11-28 File editing apparatus, file editing method, and file editing program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2004087070A Division JP2004318848A (en) 2003-03-28 2004-03-24 Automatic picture generating apparatus, automatic picture generating method, automatic picture generating program, recording medium, performance apparatus, file editing apparatus, file editing method and file editing program

Publications (2)

Publication Number Publication Date
JP2006073037A true JP2006073037A (en) 2006-03-16
JP3842811B2 JP3842811B2 (en) 2006-11-08

Family

ID=36153516

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005341814A Expired - Fee Related JP3842811B2 (en) 2003-03-28 2005-11-28 File editing apparatus, file editing method, and file editing program

Country Status (1)

Country Link
JP (1) JP3842811B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009259034A (en) * 2008-04-17 2009-11-05 Toshiba Corp Personnel information processing system
KR101052742B1 (en) * 2009-01-06 2011-07-29 권영범 Automatic creation of work screen using screen registration wizard in enterprise resource management system
JP2013008222A (en) * 2011-06-24 2013-01-10 Daiwa Institute Of Research Business Innovation Ltd Item input processing system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07271876A (en) * 1994-03-29 1995-10-20 Olympus Optical Co Ltd Data processor
JPH09297803A (en) * 1996-04-30 1997-11-18 Casio Comput Co Ltd Method for inputting data in computer system
JP2001306310A (en) * 2000-04-19 2001-11-02 Fuji Photo Film Co Ltd Method and device for assisting creation of gui part and application developing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07271876A (en) * 1994-03-29 1995-10-20 Olympus Optical Co Ltd Data processor
JPH09297803A (en) * 1996-04-30 1997-11-18 Casio Comput Co Ltd Method for inputting data in computer system
JP2001306310A (en) * 2000-04-19 2001-11-02 Fuji Photo Film Co Ltd Method and device for assisting creation of gui part and application developing method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009259034A (en) * 2008-04-17 2009-11-05 Toshiba Corp Personnel information processing system
KR101052742B1 (en) * 2009-01-06 2011-07-29 권영범 Automatic creation of work screen using screen registration wizard in enterprise resource management system
JP2013008222A (en) * 2011-06-24 2013-01-10 Daiwa Institute Of Research Business Innovation Ltd Item input processing system

Also Published As

Publication number Publication date
JP3842811B2 (en) 2006-11-08

Similar Documents

Publication Publication Date Title
JP7460689B2 (en) Software application development based on spreadsheets
JP2021028828A6 (en) Spreadsheet-based software application development
US8078975B2 (en) Method for adding metadata to scanned documents
JP2003132094A (en) Design change support system, program and recording medium
KR101275871B1 (en) System and method for producing homepage in SaaS ENVIRONMENT, A computer-readable storage medium therefor
EP1895407A1 (en) HMI development support apparatus, HMI development support method and HMI development support program
JP3842811B2 (en) File editing apparatus, file editing method, and file editing program
JP2008197751A (en) Electronic form preparation/management system, electronic form preparation/management program, and recording medium storing this program
JP2004318848A (en) Automatic picture generating apparatus, automatic picture generating method, automatic picture generating program, recording medium, performance apparatus, file editing apparatus, file editing method and file editing program
CN101561799A (en) Electronic forms preparing and managing system, electronic forms preparing and managing program, and program storing memory media
JP2000112743A (en) Program correcting information managing method
JP3704374B2 (en) Document management system
JP5322403B2 (en) Homepage creation device, homepage creation program and homepage creation method
JP4957043B2 (en) Information processing apparatus, program, and business application introduction method
JP5331287B2 (en) Professional information processing system
JP6786318B2 (en) Attendance information processing device, stamping device, attendance information processing method, stamping method, and program
JP2007026389A (en) Data input device
JPH10198557A (en) System for supporting screen design and medium for recording tool for supporting screen design
JP2007157037A (en) Access environment establishment method, access environment establishment program and access environment establishment device for database
JP2007140774A (en) Electronic slip component development device, electronic slip component development method, electronic slip component development program and recording medium having electronic slip component development program stored therein
JP2002099694A (en) System, server, and method for collaborative editing
JP5320708B2 (en) Document management apparatus, document management method, and document management program
KR20050081336A (en) Method and programm recording medium for customizing a presentation file according to event
JP2002132516A (en) Program execution system
JP2004118354A (en) Document management system and document management program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060313

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20060313

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20060417

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060509

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060630

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20060810

R150 Certificate of patent or registration of utility model

Ref document number: 3842811

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

Year of fee payment: 3

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

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

Free format text: PAYMENT UNTIL: 20090818

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20100818

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20100818

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110818

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20120818

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20130818

Year of fee payment: 7

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