JP2008165497A - Information processor and program - Google Patents

Information processor and program Download PDF

Info

Publication number
JP2008165497A
JP2008165497A JP2006354424A JP2006354424A JP2008165497A JP 2008165497 A JP2008165497 A JP 2008165497A JP 2006354424 A JP2006354424 A JP 2006354424A JP 2006354424 A JP2006354424 A JP 2006354424A JP 2008165497 A JP2008165497 A JP 2008165497A
Authority
JP
Japan
Prior art keywords
program
hierarchy
information
name
component
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2006354424A
Other languages
Japanese (ja)
Inventor
Masayuki Imada
雅幸 今田
Yoshiaki Yuyama
好章 湯山
Satoshi Yoshida
聡 吉田
Masaharu Meki
正治 目木
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2006354424A priority Critical patent/JP2008165497A/en
Publication of JP2008165497A publication Critical patent/JP2008165497A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To facilitate selection of program components in preparing an application program. <P>SOLUTION: This information processor 1 acquires hierarchical information related to program components when selecting one of program components from an input device 14, based on a set file 127 having information for the hierarchical management of a plurality of program components stored in a storage device 12, under the control of a control device 11, and selects other program components stored in the storage device, from the input device 14, from a hierarchy based on hierarchical information related to the acquired one program component and hierarchical information stored in the set file 127. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、情報処理装置及びプログラムに関する。   The present invention relates to an information processing apparatus and a program.

コンピュータプログラムの作成に際して、高い生産性と信頼性を確保するために、プログラムを部品化して利用する開発手法が知られている。例えば、プログラムの全体構成を3層の「フレームワーク」でモデル化して組み立てる方法がある。   In creating a computer program, a development method is known in which a program is used as a component in order to ensure high productivity and reliability. For example, there is a method of modeling and assembling the entire configuration of a program with a three-layer “framework”.

この「フレームワーク」は、ある特定の業務分野のデータ処理をモデル化し、アプリケーションプログラムを支配して調整する上位層、実際に顧客管理、伝票管理又は請求書処理等のビジネスロジックを展開する中間層及びその分野に共通な詳細仕様を実現する下位層の3つの層から構成される。このうち、上位層と下位層とを共通のプログラム部品としてライブラリ化しておき、新たなアプリケーションを作成する場合は、中間層のモジュールを作成するという手法である。   This “framework” is a higher layer that models data processing in a specific business field and controls and coordinates application programs, and an intermediate layer that actually develops business logic such as customer management, slip management or invoice processing. And three layers of lower layers that realize detailed specifications common to the field. Among them, the upper layer and the lower layer are made into a library as a common program part, and when creating a new application, a method of creating an intermediate layer module is used.

例えば、3層のフレームワークを利用してアプリケーションプログラムを作成する技術としては、特許文献1に記載されているものがある。この特許文献1においては、予め業務処理要素と制御対象要素のインターフェースを規定しておき、規定にあった業務処理に関するプログラム部品と制御対象に関するプログラム部品とを作成し、これら部品が差し込まれる空き部分を有するフレームワークを用意しておいて、そのフレームワーク内に各プログラム部品の制御処理を一括して行う制御処理プログラムを自動生成している。   For example, as a technique for creating an application program using a three-layer framework, there is one described in Patent Document 1. In this patent document 1, an interface between a business process element and a control target element is defined in advance, a program part related to business process and a program part related to a control target are created, and an empty part into which these parts are inserted Is prepared, and a control processing program for performing control processing of each program component at once is automatically generated in the framework.

つまり、特許文献1に記載の3層のフレームワークシステムでは、フレームワーク内の空き部分に業務処理に関するプログラム部品と制御対象に関するプログラム部品とを組み合わせ、これらのプログラム部品はフレームワーク内の制御処理プログラムで一括して制御される構成である。
特開2002−342081号公報
That is, in the three-layer framework system described in Patent Document 1, a program part related to business processing and a program part related to a control target are combined in an empty part in the framework, and these program parts are control processing programs in the framework. The configuration is controlled in a lump.
Japanese Patent Application Laid-Open No. 2002-342081

上述した特許文献1に記載されているフレームワークを利用したアプリケーションプログラムの作成においては、分散処理型、単一処理型、監視型などのコンピュータ処理の形態によって制御処理が分類されている。そして、業種や業態によって処理形態が異なる取引管理や約定入力などの様々な業務の処理内容は、予め作成されているプログラム部品をフレームワークに組み合わせるように選択して実行環境下に設定することで実現することができる。   In creating an application program using the framework described in Patent Document 1 described above, control processing is classified according to the form of computer processing such as distributed processing, single processing, and monitoring. The processing contents of various operations such as transaction management and contract input, which have different processing forms depending on the type of business and business type, can be selected by combining pre-created program parts with the framework and set under the execution environment. Can be realized.

このフレームワークに組み合わせるプログラム部品は、例えば、帳票におけるデータ入力、データ演算、見積書等の帳票出力、ファイルからのデータ読出/書込、DB(データベース)からのデータ抽出/更新等を行うものがあり、種々の業務形態や処理形態に対応できるように多種多様なものがある。   Program parts combined with this framework include, for example, data input in a form, data calculation, form output such as an estimate, data reading / writing from a file, data extraction / update from a DB (database), etc. There are a wide variety of things to cope with various business forms and processing forms.

しかしながら、アプリケーションプログラムの作成時においては、これら多岐にわたって複数用意されたプログラム部品の中からユーザが所望する業務形態や処理形態のプログラム部品を選択することは非常に困難なことであった。   However, at the time of creating an application program, it is very difficult to select a program component in a business form or a processing form desired by the user from among a wide variety of program parts.

本発明の課題は、アプリケーションプログラムを作成する際のプログラム部品の選択を容易にすることである。   An object of the present invention is to facilitate selection of program parts when creating an application program.

請求項1に記載の発明は、複数のプログラム部品を記憶するプログラム部品記憶手段と、
前記プログラム部品の各々を階層管理するための階層情報を記憶する階層情報記憶手段と、
前記階層情報記憶手段に記憶された階層情報に基づいて、前記いずれか一のプログラム部品を選択した際の当該プログラム部品に係る階層情報を取得する階層情報取得手段と、
前記階層情報取得手段で取得されたいずれか一のプログラム部品に係る階層情報及び前記階層情報記憶手段に記憶された階層情報に基づいた階層から前記他のプログラム部品を選択するプログラム部品選択手段と、
前記プログラム部品選択手段により選択されたプログラム部品に基づいて構築されるアプリケーションプログラムを実行する実行手段と、
を備えることを特徴とする。
The invention according to claim 1 is a program component storage means for storing a plurality of program components;
Hierarchical information storage means for storing hierarchical information for hierarchically managing each of the program parts;
Hierarchical information acquisition means for acquiring hierarchical information related to the program part when selecting any one of the program parts based on the hierarchical information stored in the hierarchical information storage means;
Program component selection means for selecting the other program component from the hierarchy based on the hierarchy information related to any one program component acquired by the hierarchy information acquisition means and the hierarchy information stored in the hierarchy information storage means;
Execution means for executing an application program constructed based on the program parts selected by the program parts selection means;
It is characterized by providing.

請求項2に記載の発明は、請求項1に記載の発明において、前記プログラム選択手段は、前記階層情報取得手段で取得されたいずれか一のプログラム部品に係る階層以下の階層から前記他のプログラム部品を選択することを特徴とする。   According to a second aspect of the present invention, in the first aspect of the invention, the program selection unit is configured to execute the other program from a hierarchy below the hierarchy related to any one of the program parts acquired by the hierarchical information acquisition unit. It is characterized by selecting a part.

請求項3に記載の発明は、請求項1又は2に記載の発明において、前記プログラム部品記憶手段は、複数の種別のプログラム部品を記憶し、
前記階層情報記憶手段は、前記プログラム部品の種別ごとに当該プログラム部品の各々を階層管理するための階層情報を記憶し、
前記プログラム部品選択手段は、前記階層情報取得手段で取得されたいずれか一のプログラム部品に係る階層情報及び前記階層情報記憶手段に記憶されたプログラム部品の種別ごとの階層情報に基づいたいずれかの種別のプログラム部品に係る階層から前記他のプログラム部品を選択することを特徴とする。
The invention according to claim 3 is the invention according to claim 1 or 2, wherein the program part storage means stores a plurality of types of program parts,
The hierarchical information storage means stores hierarchical information for hierarchically managing each program component for each type of the program component,
The program component selection unit is any one based on the hierarchy information related to any one program component acquired by the hierarchy information acquisition unit and the hierarchy information for each type of program component stored in the hierarchy information storage unit. The other program part is selected from the hierarchy related to the type of program part.

請求項4に記載の発明は、請求項1〜3のいずれか一項に記載の発明において、前記プログラム部品記憶手段に記憶されたプログラム部品を前記階層情報記憶手段に記憶された階層情報に登録する登録手段を備えることを特徴とする。   According to a fourth aspect of the present invention, in the invention according to any one of the first to third aspects, the program component stored in the program component storage means is registered in the hierarchical information stored in the hierarchical information storage means. It is characterized by comprising a registration means.

請求項5に記載の発明は、複数のプログラム部品を記憶する情報処理装置のコンピュータを、
前記プログラム部品の各々を階層管理するための階層情報を記憶する階層情報記憶手段、
前記階層情報記憶手段に記憶された階層情報に基づいて、前記いずれか一のプログラム部品を選択した際の当該プログラム部品に係る階層情報を取得する階層情報取得手段、
前記階層情報取得手段で取得されたいずれか一のプログラム部品に係る階層情報及び前記階層情報記憶手段に記憶された階層情報に基づいた階層から前記他のプログラム部品を選択するプログラム部品選択手段、
前記プログラム部品選択手段により選択されたプログラム部品に基づいて構築されるアプリケーションプログラムを実行する実行手段として機能させるためのプログラムである。
The invention according to claim 5 is a computer of an information processing apparatus that stores a plurality of program parts.
Hierarchical information storage means for storing hierarchical information for hierarchically managing each of the program parts;
Hierarchical information acquisition means for acquiring hierarchical information related to the program part when selecting any one of the program parts based on the hierarchical information stored in the hierarchical information storage means;
Program component selection means for selecting the other program component from the hierarchy based on the hierarchy information related to any one program component acquired by the hierarchy information acquisition means and the hierarchy information stored in the hierarchy information storage means,
It is a program for functioning as execution means for executing an application program constructed based on the program part selected by the program part selection means.

本発明によれば、複数のプログラム部品を階層管理するための階層情報に基づいて、いずれか一のプログラム部品を選択した際の当該プログラム部品に係る階層情報を取得し、このいずれか一のプログラム部品に係る階層情報と前記階層情報記憶手段に記憶された階層情報とに基づいた階層から他のプログラム部品を選択することができるため、アプリケーションプログラムを作成する際のプログラム部品の選択を容易に行うことができる。   According to the present invention, based on the hierarchy information for hierarchically managing a plurality of program parts, the hierarchy information related to the program part when any one program part is selected is acquired, and this one program Since other program parts can be selected from the hierarchy based on the hierarchy information related to the parts and the hierarchy information stored in the hierarchy information storage means, it is easy to select the program parts when creating the application program be able to.

以下、実施の形態について図1〜図18を参照して説明する。なお、この実施の形態は、最も好ましい一形態を示すものであり、特にこの形態に限定するものではない。   Hereinafter, embodiments will be described with reference to FIGS. This embodiment shows the most preferable form, and is not particularly limited to this form.

先ず、情報処理装置1の構成について図1を参照して説明する。図1は、情報処理装置1の機能的構成を模式的に示すブロック図である。   First, the configuration of the information processing apparatus 1 will be described with reference to FIG. FIG. 1 is a block diagram schematically illustrating a functional configuration of the information processing apparatus 1.

図1に示すように、情報処理装置1は、制御装置11、記憶装置12、表示装置13、入力装置14、通信装置15及び印刷装置16を備え、各部はバス17により互いに電気的に接続されている。情報処理装置1は具体的には上記構成を含むPC(Personal Computer)やWS(Work Station)などの情報機器である。   As shown in FIG. 1, the information processing apparatus 1 includes a control device 11, a storage device 12, a display device 13, an input device 14, a communication device 15, and a printing device 16, and each unit is electrically connected to each other via a bus 17. ing. Specifically, the information processing apparatus 1 is an information device such as a PC (Personal Computer) or WS (Work Station) including the above configuration.

制御装置11は、特に図示しないCPU(Central Processing Unit)やRAM(Random Access Memory)、ROM(Read Only Memory)などを備え、CPUにおいてRAMの所定領域を作業領域とし、ROMや記憶装置12に格納されたプログラムや各種データを読み込んで順次実行することで、情報処理装置1の動作を統括制御する。   The control device 11 includes a CPU (Central Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), and the like (not shown). The CPU uses a predetermined area of the RAM as a work area and stores it in the ROM or the storage device 12. The operation of the information processing apparatus 1 is comprehensively controlled by reading and sequentially executing the read program and various data.

記憶装置12は、HDD(Hard Disk Drive)や不揮発性メモリ又は光学/磁気的な記憶媒体とそれに対して読み書き可能な装置であり、制御装置11からの指示によりデータの格納や読み出したデータの制御装置11への出力を行う。具体的には、記憶装置12は、業務プログラムファイル121、業務スケルトンテンプレート122、項目テンプレート123、印刷部品124、DB処理部品125、業務処理部品126、設定ファイル127、各種参照ファイル128、実行定義生成プログラム129及び業務アプリケーションプログラム参照領域130を格納する。   The storage device 12 is an HDD (Hard Disk Drive), a non-volatile memory, an optical / magnetic storage medium, and a device capable of reading and writing to the storage device 12, and stores and reads data according to instructions from the control device 11. Output to the device 11. Specifically, the storage device 12 includes a business program file 121, a business skeleton template 122, an item template 123, a print component 124, a DB processing component 125, a business processing component 126, a setting file 127, various reference files 128, and an execution definition generation. A program 129 and a business application program reference area 130 are stored.

業務プログラムファイル121は、制御装置11で実行することで、実行定義生成プログラム129により作成された実行定義を実行するインタプリタである実行エンジン111としての機能を提供し、業務処理を行うアプリケーションプログラムである。   The business program file 121 is an application program that provides a function as an execution engine 111 that is an interpreter that executes an execution definition created by the execution definition generation program 129 by being executed by the control device 11 and performs business processing. .

業務スケルトンテンプレート122は、売上伝票入力処理、請求書処理、顧客情報管理処理などの事務処理業務における処理の雛形を実行エンジン111で実行可能な文法で定義して記載したファイルである。実行定義を作成する際には、この業務スケルトンテンプレート122に後述する部品データを挿入して作成する。つまり、この業務スケルトンテンプレート122と後述する部品データとを組み合わせたデータを実行エンジン111で順次実行することで、情報処理装置1における業務処理を実現する。   The business skeleton template 122 is a file in which a template of processing in business processing business such as sales slip input processing, bill processing, customer information management processing, etc., is defined by a grammar that can be executed by the execution engine 111. When the execution definition is created, it is created by inserting component data, which will be described later, into the business skeleton template 122. That is, business processing in the information processing apparatus 1 is realized by the execution engine 111 sequentially executing data obtained by combining the business skeleton template 122 and component data described later.

項目テンプレート123は、業務スケルトンテンプレート122における各処理の雛形において、各項目における入力や表示を行うための制御や処理に関する部分の定義情報を記載したデータファイルである。ここにおける項目とは、例えば販売管理に関する業務上の売上伝票や受注伝票をユニークに扱う伝票番号、取引先や得意先を示す得意先コード、商品を示す商品コード、当該商品コードに対応する商品名・単価などである。   The item template 123 is a data file in which definition information of a part related to control and processing for performing input and display in each item in the template of each process in the business skeleton template 122 is described. The items here are, for example, a slip number uniquely handling a business sales slip or sales order slip related to sales management, a customer code indicating a business partner or customer, a product code indicating a product, and a product name corresponding to the product code.・ Unit price.

印刷部品124は、業務スケルトンテンプレート122における各処理の雛形において、業務処理における伝票や帳票などの印刷を行うためのページレイアウト等の基本的な印刷制御機能を含め、当該印刷ページにおける項目毎の書式情報や印字制御に関する情報を定義したデータファイルである。   The print component 124 includes a basic print control function such as a page layout for printing slips and forms in the business process in the template of each process in the business skeleton template 122, and a format for each item on the print page. This is a data file that defines information and information related to print control.

DB処理部品125は、業務処理における顧客情報、商品情報、売買記録などの業務情報を格納するデータベースDBに対してデータの更新、登録又は抽出など、例えばSQL(Structured Query Language)などを用いて、当該データベースDBへの整合性の取れたデータアクセスを行う処理を定義したデータファイルである。   The DB processing component 125 uses, for example, SQL (Structured Query Language), etc. to update, register, or extract data from a database DB that stores business information such as customer information, product information, and sales records in business processing. It is a data file that defines a process for performing consistent data access to the database DB.

業務処理部品126は、入力可能な項目をリスト表示し、選択することでデータ入力の補助を行う処理、伝票入力などのトランザクション処理の途中で新たにデータベースに対してレコードを追加する処理、各部品で共通な処理又は問い合わせ・確認のダイアログを表示する処理など、上述した部品で呼び出されて使用するサブルーチン的な処理を定義したデータファイルである。   The business processing component 126 displays a list of items that can be input, selects data to assist data input, adds a record to the database during transaction processing such as slip input, This is a data file that defines subroutine-like processing that is called and used by the above-described components, such as processing that is common to each other or processing that displays an inquiry / confirmation dialog.

設定ファイル127は、アプリケーションプログラムを作成する際に必要な補助的な情報を管理するためのファイルである。具体的には、設定ファイル127には、業務アプリケーションプログラムを作成する際に、その業務アプリケーションプログラムの実行時に参照する後述の各種参照ファイル128を、その実体が格納されたフォルダから実行時に参照可能なフォルダへコピーするための情報が格納されている。なお、詳細は後述するが、設定ファイル127には業務スケルトンテンプレート122、項目テンプレート123、印刷部品124、DB処理部品125、業務処理部品126などのプログラム部品を業務種別毎、用途毎などの類型で仕分けて階層管理するための情報が格納されている。   The setting file 127 is a file for managing auxiliary information necessary when creating an application program. Specifically, in the setting file 127, when creating a business application program, various reference files 128 to be described later referred to when the business application program is executed can be referred to from the folder in which the entity is stored. Stores information for copying to a folder. Although details will be described later, the setting file 127 includes program parts such as a business skeleton template 122, an item template 123, a printing part 124, a DB processing part 125, and a business processing part 126 for each business type and each usage. Stores information for sorting and hierarchical management.

各種参照ファイル128は、上述した業務スケルトンテンプレート122や部品データで組み合わされた業務処理に於いて、画面表示や演算処理等の処理で参照されるデータファイルである。具体的には、各種参照ファイル128は、CPUが直接読み出して処理が可能なオブジェクトファイルであり、業務処理時の演算処理に関する実行モジュール、JPEG(Joint Photographic Experts Group)等の業務処理時の行事画面に関するイメージデータ、CSV(Comma Separated Values)等の業務処理時の設定に関するテキストデータやその他の設定データ等のデータファイルである。   The various reference files 128 are data files that are referred to in processes such as screen display and arithmetic processing in the business process combined with the above-described business skeleton template 122 and component data. Specifically, the various reference files 128 are object files that can be directly read and processed by the CPU. An execution module related to arithmetic processing during business processing, an event screen during business processing such as JPEG (Joint Photographic Experts Group), etc. Image data, CSV (Comma Separated Values) and other data files such as text data related to settings during business processing and other setting data.

実行定義生成プログラム129は、制御装置11で実行することで、実行エンジン111が実行するソースコード(実行定義)やオブジェクトファイルを作成する機能を有するアプリケーションプログラムである。このアプリケーションプログラムにより作成された実行定義は、当該アプリケーションプログラムにて何度でも修正が可能である。また、アプリケーションプログラムでは、各テンプレート間のインターフェイス情報などが不足している部分を部品内に格納されている情報を元に自動生成することができる。   The execution definition generation program 129 is an application program having a function of creating a source code (execution definition) and an object file executed by the execution engine 111 by being executed by the control device 11. The execution definition created by this application program can be modified any number of times by the application program. In addition, the application program can automatically generate a portion where interface information between templates is insufficient based on information stored in the component.

業務アプリケーションプログラム参照領域130は、パス(PATH)設定などにより実行エンジン111から参照可能な記憶領域であり、実行エンジン111が実行定義やオブジェクトファイルに基づいて業務処理を行う際に必要なデータファイルを格納する記憶領域である。   The business application program reference area 130 is a storage area that can be referred to from the execution engine 111 by setting a path (PATH) or the like, and a data file required when the execution engine 111 performs a business process based on an execution definition or an object file. This is a storage area to be stored.

表示装置13は、LCD(Liquid Crystal Display)やCRT(Cathode Ray Tube)などのディスプレイであり、制御装置11から入力される画像信号に応じた画像を画面上に表示する。入力装置14は、キーボードやマウスなどであり、利用者からの操作指示を受け付けて制御装置11へ出力する。   The display device 13 is a display such as an LCD (Liquid Crystal Display) or a CRT (Cathode Ray Tube), and displays an image corresponding to an image signal input from the control device 11 on the screen. The input device 14 is a keyboard, a mouse, or the like, and receives an operation instruction from a user and outputs it to the control device 11.

通信装置15は、無線通信回路及びアンテナや、有線で通信を行うための通信インターフェイスを備えた回路部であり、特に図示しない無線/有線LAN(Local Area Network)、インターネットなどの通信ネットワークと接続し、当該通信ネットワークと接続する他の情報機器との間で制御装置11に指示に応じたデータ通信を行う。情報処理装置1は、この通信装置15を介したデータ通信により、他の情報機器が提供するデータベースDBへのアクセスを行う。   The communication device 15 is a circuit unit including a wireless communication circuit and an antenna, and a communication interface for performing wired communication, and is connected to a communication network such as a wireless / wired LAN (Local Area Network) or the Internet (not shown). Then, data communication is performed according to the instruction to the control device 11 with another information device connected to the communication network. The information processing apparatus 1 accesses a database DB provided by another information device by data communication via the communication apparatus 15.

印刷装置16は、電子写真方式やインクジェット方式等の印字方式により紙などの記録媒体上に制御装置11からの指示に応じた画像を形成するプリンタである。   The printing device 16 is a printer that forms an image according to an instruction from the control device 11 on a recording medium such as paper by a printing method such as an electrophotographic method or an inkjet method.

ここで、情報処理装置1の制御装置11が業務スケルトンテンプレート122や各部品データを基に実行する業務アプリケーションの概要について図2を参照して説明する。図2は、情報処理装置1における業務アプリケーション処理の概要を示す概念図である。   Here, an outline of a business application executed by the control device 11 of the information processing apparatus 1 based on the business skeleton template 122 and each component data will be described with reference to FIG. FIG. 2 is a conceptual diagram showing an outline of business application processing in the information processing apparatus 1.

図2に示すように、制御装置11は、業務処理における全体制御・画面制御・データ制御などの基本処理が定義された業務スケルトンテンプレート122に項目テンプレート123、印刷部品124、DB処理部品125及び業務処理部品126を組み合わせて前述した業務アプリケーションプログラム参照領域130に格納し、その格納したデータを実行エンジン111で実行する。   As illustrated in FIG. 2, the control device 11 includes an item template 123, a print component 124, a DB processing component 125, and a business task in a business skeleton template 122 in which basic processing such as overall control, screen control, and data control in business processing is defined. The processing components 126 are combined and stored in the business application program reference area 130 described above, and the stored data is executed by the execution engine 111.

情報処理装置1は、制御装置11の実行エンジン111で実行する処理において、例えば業務スケルトンテンプレート122と組み合わせる項目テンプレート123に基づき、業務処理に関する項目の表示や入力の受け付けを表示装置13、入力装置14で行う。同様に情報処理装置1は、業務スケルトンテンプレート122と組み合わせる印刷部品124に基づき、帳票の紙への印刷を印刷装置16で行う。同様に情報処理装置1は、業務スケルトンテンプレート122と組み合わせるDB処理部品125に基づき、データベースDBに対するデータの登録や削除等の更新制御又はデータの抽出等を行う検索制御を行う。同様に情報処理装置1は、業務スケルトンテンプレート122と組み合わせる業務処理部品126に基づき、業務スケルトンテンプレート122や他の部品で共通のサブルーチン処理を行い、各種業務処理を実行する。   In the processing executed by the execution engine 111 of the control device 11, the information processing device 1 displays items related to business processing and accepts input based on the item template 123 combined with the business skeleton template 122, for example, the display device 13 and the input device 14. To do. Similarly, the information processing apparatus 1 uses the printing apparatus 16 to print a form on paper based on the printing component 124 combined with the business skeleton template 122. Similarly, based on the DB processing component 125 combined with the business skeleton template 122, the information processing apparatus 1 performs search control for performing update control such as data registration and deletion with respect to the database DB or data extraction. Similarly, the information processing apparatus 1 performs a common subroutine process in the business skeleton template 122 and other parts based on the business process component 126 combined with the business skeleton template 122, and executes various business processes.

次に、情報処理装置1における制御装置11が行う業務アプリケーション作成処理について、図3を参照して説明する。図3は、情報処理装置1における業務アプリケーション処理を示すフローチャートである。   Next, business application creation processing performed by the control device 11 in the information processing apparatus 1 will be described with reference to FIG. FIG. 3 is a flowchart showing business application processing in the information processing apparatus 1.

図3に示すように、情報処理装置1における業務アプリケーション作成は、先ず、業務アプリケーションで利用可するプログラム部品を予め登録しておくプログラム部品登録処理が行われる(ステップS1)。なお、このプログラム部品登録処理は、プログラム部品を新規に作成した場合などにも実行される。   As shown in FIG. 3, in order to create a business application in the information processing apparatus 1, first, a program part registration process is performed in which program parts that can be used in the business application are registered in advance (step S1). This program part registration process is also executed when a new program part is created.

次いで、業務アプリケーションを作成する際の処理の雛形である業務スケルトンテンプレート122を選択する業務スケルトン選択処理が行われ(ステップS2)、その選択された業務スケルトンテンプレート122に基づいて作成するアプリケーション名の入力が行われる(ステップS3)。次いで、選択された業務スケルトンテンプレート122と組み合わせるDB処理部品125を選択するDB処理部品選択処理が行われ(ステップS4)、実際の業務画面(クライアント画面)を確認しながら選択された業務スケルトンテンプレート122と組み合わせる項目テンプレート123、印刷部品124、業務処理部品126などの選択、編集を行う処理が行われて(ステップS5)、終了する。   Next, a business skeleton selection process is performed to select a business skeleton template 122 that is a template for processing when creating a business application (step S2), and an application name to be created based on the selected business skeleton template 122 is input. Is performed (step S3). Next, DB processing component selection processing for selecting a DB processing component 125 to be combined with the selected business skeleton template 122 is performed (step S4), and the selected business skeleton template 122 is checked while checking an actual business screen (client screen). A process for selecting and editing the item template 123, the print component 124, the business processing component 126, etc. to be combined is performed (step S5), and the process ends.

ステップS1におけるプログラム部品登録処理は、プログラム部品の選択・登録を行う画面を表示装置13に表示し、入力装置14からの操作指示を受け付けて行われる。図4は、プログラム部品登録画面G1を例示する概念図である。図5は、情報処理装置1におけるプログラム登録処理を示すフローチャートである。   The program component registration process in step S1 is performed by displaying a screen for selecting and registering a program component on the display device 13 and receiving an operation instruction from the input device 14. FIG. 4 is a conceptual diagram illustrating a program part registration screen G1. FIG. 5 is a flowchart showing a program registration process in the information processing apparatus 1.

図4に示すように、プログラム部品の選択・登録を行うためのプログラム部品登録画面G1は、ツリー状に階層情報を表示する階層設定領域G11、プログラム部品一覧を表示するプログラム部品選択領域G12を含む画面構成である。   As shown in FIG. 4, the program part registration screen G1 for selecting and registering program parts includes a hierarchy setting area G11 for displaying hierarchical information in a tree shape and a program part selection area G12 for displaying a list of program parts. It is a screen configuration.

情報処理装置1では、図5に示すように、階層設定領域G11でプログラム部品を登録する階層の選択指示を受け付け(ステップS11)、その階層設定領域G11で選択された階層に登録するプログラム部品の選択指示をプログラム部品選択領域G12で受け付けて(ステップS12)、その選択指示に基づいた階層下へのプログラム部品の登録を設定ファイル127に行う(ステップS13)。   As shown in FIG. 5, the information processing apparatus 1 accepts a selection instruction of a hierarchy for registering program parts in the hierarchy setting area G11 (step S11), and the program parts to be registered in the hierarchy selected in the hierarchy setting area G11. A selection instruction is received in the program part selection area G12 (step S12), and program parts are registered in the setting file 127 below the hierarchy based on the selection instruction (step S13).

ここで、設定ファイル127に格納されるプログラム部品を階層管理する情報について、図6を参照して説明する。図6は、設定ファイル127に格納されるプログラム部品の階層管理に関する情報を例示する概念図である。   Here, information for hierarchically managing the program parts stored in the setting file 127 will be described with reference to FIG. FIG. 6 is a conceptual diagram illustrating information related to hierarchy management of program parts stored in the setting file 127.

図6に示すように、設定ファイル127では、いずれかのプログラム部品の種別と階層とを示す階層情報ごとにその階層に登録されるプログラム部品に関する情報を格納する構成である。具体的には、いずれかのプログラム部品の階層を示す階層情報T1から以下の行において、その階層に登録されるプログラム部品に関する情報であって、プログラム部品の名称を示すプログラム部品名T11、編集の有無を示す編集有無フラグT12、プログラム部品スペックファイル名T13などの情報を記載する構成である。   As shown in FIG. 6, the setting file 127 is configured to store information related to program components registered in each layer for each layer information indicating the type and layer of any program component. More specifically, in the following lines from the hierarchy information T1 indicating the hierarchy of any program component, information relating to the program component registered in that hierarchy, the program component name T11 indicating the name of the program component, Information such as an edit presence / absence flag T12 indicating the presence / absence and a program parts specification file name T13 is described.

この図6に示す例では、階層情報T1として「[N:マスタ登録系/売上系]が設定されている。ここで「N」は項目テンプレートに関する階層情報を記載した行であることを示す宣言する情報であり、「/」は上位層と下位層との境界を示す情報である。つまり、階層情報T1は、上位層である第1階層名が「マスタ登録系」、下位層である第2階層名が「売上系」である項目テンプレートの階層を示している。   In the example shown in FIG. 6, “[N: master registration system / sales system] is set as the hierarchy information T1. Here,“ N ”is a declaration indicating that the hierarchy information related to the item template is described. “/” Is information indicating the boundary between the upper layer and the lower layer. That is, the hierarchy information T1 indicates the hierarchy of the item template in which the first hierarchy name that is the upper layer is “master registration type” and the second hierarchy name that is the lower layer is “sales type”.

また、この図6に示す例では、プログラム部品名T11として「得意先名」が設定されており、これはそのプログラム部品の名称が「得意先名」であることを示している。また、編集有無フラグT12として「0」が設定されており、これは部品自体が暗号化されており部品の改変ができないことを示している(「1」の場合は部品の改変が可能であることを示す)。また、プログラム部品スペックファイル名T13として「販管MT入力得意先項目テンプレート.pspm」が設定されており、これはそのプログラム部品のスペック(業務スケルトン、項目テンプレート、印刷部品、DB処理部品、業務処理部品のいずれの種別であって、そのプログラム部品と関連する他のプログラム部品の情報等)が記載されているファイル名を示している。   Further, in the example shown in FIG. 6, “customer name” is set as the program part name T11, which indicates that the name of the program part is “customer name”. Further, “0” is set as the edit presence / absence flag T12, which indicates that the part itself is encrypted and the part cannot be modified (in the case of “1”, the part can be modified). Show). In addition, “Sales pipe MT input customer item template.pspm” is set as the program part specification file name T13, and this is the specification of the program part (business skeleton, item template, print part, DB processing part, business processing part) And the file name in which the information of other program parts related to the program part is described.

つまり、この図6における設定ファイル127では、一例として、第1階層名が「マスタ登録系」、第2階層名が「売上系」の項目テンプレートの階層に、プログラム部品名が「得意先名」、スペックファイル名が「販管MT入力得意先項目テンプレート.pspm」であるプログラム部品が、他の階層への登録や部品自体の改変が不可能なプログラム部品として登録されている。   That is, in the setting file 127 in FIG. 6, as an example, the item hierarchy of the first hierarchy name is “master registration type” and the second hierarchy name is “sales type”, and the program part name is “customer name”. The program part whose spec file name is “sales management MT input customer item template.pspm” is registered as a program part that cannot be registered in other layers or the part itself cannot be modified.

この設定ファイル127で設定される階層は、業務スケルトンやプログラム部品毎に、それらの部品を使用する業務種別や用途などの類型で上位概念から下位概念に至るまでにツリー状の階層で仕分けるように設定されている。具体的には、図7、図8に示すような階層構造で仕分けられている。図7(a)は、業務スケルトンに関する階層構造を例示する概念図であり、図7(b)は、DB処理部品に関する階層構造を例示する概念図である。図8は、項目テンプレートに関する階層構造を例示する概念図である。   The hierarchy set in the setting file 127 is classified into a tree-like hierarchy from the upper concept to the lower concept according to the type of business and use of the business skeleton and program parts. Is set. Specifically, they are sorted in a hierarchical structure as shown in FIGS. FIG. 7A is a conceptual diagram illustrating a hierarchical structure related to a business skeleton, and FIG. 7B is a conceptual diagram illustrating a hierarchical structure related to a DB processing component. FIG. 8 is a conceptual diagram illustrating a hierarchical structure related to item templates.

図7(a)に示すように、業務スケルトンテンプレート122は、業務種を示す第1階層に登録されている。具体的には、帳票にデータの入力を行う「伝票入力系」、データの登録を行う「マスタ登録系」、帳票の印刷を行う「帳票印刷系」、伝票の印刷を行う「伝票印刷系」などの業務種毎に仕分ける第1階層に、その業務種に係るテンプレートファイル(例えば「伝票入力明細型」等)が登録される構成である。例えば、第1階層名が「伝票入力系」の階層には、「伝票入力明細型」や「伝票入力鑑型」などの伝票入力を行うための複数のテンプレートファイルが登録されている。   As shown in FIG. 7A, the business skeleton template 122 is registered in the first hierarchy indicating the business type. Specifically, "slip input system" for inputting data into a form, "master registration system" for registering data, "form printing system" for printing forms, and "slip printing system" for printing slips A template file (for example, “slip input details type”) related to the business type is registered in the first layer that is classified for each business type. For example, in the hierarchy whose first hierarchy name is “slip input type”, a plurality of template files for inputting slips such as “slip input detail type” and “slip input type” are registered.

図7(b)に示すように、DB処理部品125は、前述した第1階層下に用途や種別ごとに設けられた第2階層に登録されている。具体的には、帳票にデータの入力を行う「伝票入力系」であって、売上系のデータ入力を行うための「売上系」、仕入系のデータ入力を行うための「仕入系」、在庫系のデータ入力を行うための「在庫系」などのデータ入力の用途や種別ごと仕分ける第2階層に、そのデータ入力をデータベースDBから行うためのプログラム部品(例えば「売上伝票検索表」等)が登録される構成である。例えば、第1階層名が「伝票入力系」、第2階層が「売上系」の階層には、売上に関するデータをデータベースDBから検索して行うための「売上伝票検索表」、「入金伝票検索表」、「見積明細検索表」などのプログラム部品が登録されている。   As shown in FIG. 7B, the DB processing component 125 is registered in the second hierarchy provided for each use and type below the first hierarchy. Specifically, it is a “slip input system” for inputting data into a form, “sales system” for inputting sales-related data, and “purchase system” for inputting purchase-related data. Program parts for performing data input from the database DB (for example, “sales slip search table”, etc.) in the second hierarchy for sorting by data usage and type, such as “inventory” for inputting inventory data ) Is registered. For example, in a hierarchy where the first hierarchy name is “slip input system” and the second hierarchy is “sales system”, “sales slip search table”, “payment slip search” for searching data related to sales from the database DB Program parts such as “table” and “estimation details search table” are registered.

図8に示すように、項目テンプレート123は、上述したDB処理部品125と同様に、第1階層下に用途や種別ごとに設けられた第2階層に登録されている。例えば、第1階層名が「伝票入力系」、第2階層が「売上系」の階層には、売上データを入力する項目に係る「システム伝票番号」、「枝番号」、「伝票日付」、「得意先コード」、「商品名」などのプログラム部品が登録されている。また、第2階層が「売上計」や「仕入系」などの異なる階層であっても、共通する項目に関するプログラム部品については、両方の階層に登録されている。   As shown in FIG. 8, the item template 123 is registered in the second hierarchy provided for each use and type below the first hierarchy, similarly to the DB processing component 125 described above. For example, in the hierarchy where the first hierarchy name is “slip input system” and the second hierarchy is “sales system”, “system slip number”, “branch number”, “slip date”, and the like related to items for entering sales data, Program parts such as “customer code” and “product name” are registered. Even if the second layer is a different layer such as “sales total” or “purchase”, program parts related to common items are registered in both layers.

なお、印刷部品124、業務処理部品126などについては、上述した項目テンプレート123と同様な階層構造に登録されているため、説明を省略する。   The print component 124, the business processing component 126, and the like are registered in the same hierarchical structure as the item template 123 described above, and thus the description thereof is omitted.

次に、図3のステップS2で行われる業務スケルトン選択処理について、図9を参照して詳細に説明する。図9は、情報処理装置1における業務スケルトン選択処理を示すフローチャートである。   Next, the business skeleton selection process performed in step S2 of FIG. 3 will be described in detail with reference to FIG. FIG. 9 is a flowchart showing a business skeleton selection process in the information processing apparatus 1.

情報処理装置1では、図9に示すように、前述した設定ファイル127から業務スケルトンテンプレート122に関する階層構造が取得され、テンプレート毎にリストにしたデータが制御装置11におけるRAMにスケルトン階層構造リストD1として設定され(ステップS21)、そのスケルトン階層構造リストD1に基づいて選択可能な業務スケルトンテンプレートの名称のリストが取得される(ステップS22)。   In the information processing apparatus 1, as shown in FIG. 9, the hierarchical structure related to the business skeleton template 122 is acquired from the setting file 127 described above, and the data listed for each template is stored in the RAM of the control apparatus 11 as the skeleton hierarchical structure list D1. It is set (step S21), and a list of names of business skeleton templates that can be selected based on the skeleton hierarchical structure list D1 is acquired (step S22).

次いで、ステップS22で取得された業務スケルトンテンプレートの名称のリストがRAMにスケルトン名リストD2として設定され(ステップS23)、その設定されたスケルトン名リストD2に基づいて、選択可能な業務スケルトンテンプレートの名称が表示装置13に画面表示されて入力装置14からその選択が受け付けられる(ステップS24)。   Next, the list of business skeleton template names acquired in step S22 is set as a skeleton name list D2 in the RAM (step S23), and the names of business skeleton templates that can be selected based on the set skeleton name list D2 are set. Is displayed on the display device 13 and the selection is accepted from the input device 14 (step S24).

ここで、ステップS24において、表示装置13に画面表示される業務スケルトンテンプレートの選択画面について、図10(a)を参照して説明する。図10(a)は、業務スケルトン選択画面G2を例示する概念図である。   Here, the business skeleton template selection screen displayed on the display device 13 in step S24 will be described with reference to FIG. FIG. 10A is a conceptual diagram illustrating a business skeleton selection screen G2.

図10(a)に示すように、業務スケルトン選択画面G2は、選択可能な業務スケルトンテンプレートを一覧表示する業務スケルトン選択領域G21を有する構成である。業務スケルトン選択領域G21では、業務スケルトンテンプレートの名称(例えば「マスタ登録カード型」等)とその業務スケルトンテンプレートのスペックを参照して得られる概要(「マスタ登録カード型スケルトン」等)とが一覧表示され、反転表示する業務スケルトンテンプレートを操作することでその選択が行われる。   As shown in FIG. 10A, the business skeleton selection screen G2 has a business skeleton selection area G21 for displaying a list of selectable business skeleton templates. In the business skeleton selection area G21, a list of business skeleton template names (for example, “master registration card type”) and an outline (“master registration card type skeleton”, etc.) obtained by referring to the specifications of the business skeleton template are displayed. The selection is performed by manipulating the business skeleton template to be highlighted.

図9に戻り、業務スケルトン選択処理の続きを説明する。ステップS24に次いで、業務スケルトンテンプレートが選択された場合(ステップS25:YES)、選択された業務スケルトンテンプレートの名称がRAMに選択スケルトン名D3として設定され(ステップS26)、スケルトン階層構造リストD1からその選択された業務スケルトンテンプレートに関する階層名(第1階層)が取得されてRAMに選択スケルトン階層名D4として設定されて(ステップS27)、終了する。なお、特に業務スケルトンテンプレートが選択されない場合(ステップS25:NO)は、そのまま終了する。   Returning to FIG. 9, the continuation of the business skeleton selection process will be described. If a business skeleton template is selected following step S24 (step S25: YES), the name of the selected business skeleton template is set as the selected skeleton name D3 in the RAM (step S26), and the name is selected from the skeleton hierarchical structure list D1. The hierarchy name (first hierarchy) related to the selected business skeleton template is acquired and set as the selected skeleton hierarchy name D4 in the RAM (step S27), and the process ends. In particular, when the business skeleton template is not selected (step S25: NO), the processing ends as it is.

例えば、図7(a)に例示したテンプレートファイルの中で、第1階層の「伝票入力系」に登録されている「伝票入力明細型」が選択された場合、選択スケルトン名D3にはその「伝票入力明細型」が設定され、選択スケルトン階層名D4には「伝票入力系」が設定される。   For example, when “slip input detail type” registered in the “slip input system” in the first hierarchy is selected in the template file illustrated in FIG. 7A, the selected skeleton name D3 includes “ “Slip input detail type” is set, and “slip input system” is set to the selected skeleton hierarchy name D4.

次に、図3のステップS3において、選択された業務スケルトンテンプレート122に基づいて作成するアプリケーション名の入力を行う際に表示装置13に表示される入力画面について図10(b)を参照して説明する。図10(b)は、部品名入力画面G3を例示する概念図である。   Next, an input screen displayed on the display device 13 when inputting an application name created based on the selected business skeleton template 122 in step S3 of FIG. 3 will be described with reference to FIG. To do. FIG. 10B is a conceptual diagram illustrating a part name input screen G3.

図10(b)に示すように、部品名入力画面G3は、ステップS2における業務スケルトン選択処理で選択された業務スケルトンテンプレートに係るアプリケーションについて名称を設定する部品名入力領域G31を有する構成である。部品名入力領域G31は、名称を設定するためのボックスなどを有し、そのボックスを指定して入力装置14などから入力を受け付けることで名称の設定を行うことができる。例えば、部品名入力領域G31の名称を設定するボックスに「H10000」などの入力を行うことで、アプリケーションをその名称に設定することができる。   As shown in FIG. 10B, the part name input screen G3 has a part name input area G31 for setting a name for an application related to the business skeleton template selected in the business skeleton selection process in step S2. The component name input area G31 includes a box for setting a name, and the name can be set by specifying the box and receiving input from the input device 14 or the like. For example, by inputting “H10000” or the like in a box for setting the name of the part name input area G31, the application can be set to that name.

次に、図3のステップS4で行われるDB処理部品選択処理について、図11を参照して詳細に説明する。図11は、情報処理装置1におけるDB処理部品選択処理を示すフローチャートである。   Next, the DB processing component selection process performed in step S4 of FIG. 3 will be described in detail with reference to FIG. FIG. 11 is a flowchart showing DB processing component selection processing in the information processing apparatus 1.

情報処理装置1では、図11に示すように、前述したステップS2で選択された業務スケルトンに関する階層名(第1階層)として選択スケルトン階層名D4に設定されたデータが取得されてRAMに選択DB処理部品第1階層名D5として設定され(ステップS41)、設定ファイル127からDB処理部品125に関する階層構造が取得され、DB処理部品毎にリストにしたデータがRAMにDB処理部品階層構造リストD6として設定される(ステップS42)。   In the information processing apparatus 1, as shown in FIG. 11, the data set in the selected skeleton hierarchy name D4 as the hierarchy name (first hierarchy) related to the business skeleton selected in step S2 described above is acquired and selected in the RAM. The processing component first hierarchy name D5 is set (step S41), the hierarchical structure related to the DB processing component 125 is acquired from the setting file 127, and the data listed for each DB processing component is stored in the RAM as the DB processing component hierarchical structure list D6. It is set (step S42).

次いで、DB処理部品階層構造リストD6から選択DB処理部品第1階層名D5と合致する全てのDB処理部品のリスト、つまり、選択された業務スケルトンに関する階層(第1階層)と同一の階層に登録されているDB処理部品のリストが取得され(ステップS43)、その取得されたリストがRAMにDB処理部品名リストD7として設定され(ステップS44)、その設定されたDB処理部品名リストD7が表示装置13に表示されて入力装置14からDB処理部品の選択が受け付けられる(ステップS45)。   Next, a list of all DB processing components that match the selected DB processing component first hierarchy name D5 from the DB processing component hierarchy structure list D6, that is, the same hierarchy as the hierarchy (first hierarchy) related to the selected business skeleton is registered. A list of DB processing components that have been set is acquired (step S43), the acquired list is set as a DB processing component name list D7 in the RAM (step S44), and the set DB processing component name list D7 is displayed. Displayed on the device 13 and selection of the DB processing component is accepted from the input device 14 (step S45).

このステップS45において、表示装置13に表示されるDB処理部品の選択画面について、図12を参照して説明する。図12は、DB処理部品選択画面G4を例示する概念図である。   The DB processing component selection screen displayed on the display device 13 in step S45 will be described with reference to FIG. FIG. 12 is a conceptual diagram illustrating the DB processing component selection screen G4.

図12に示すように、DB処理部品選択画面G4は、選択された業務スケルトンに関する階層(第1階層)と同一の階層に登録されているDB処理部品のリストをDB処理部品名リストD7に基づいて一覧表示するDB処理部品選択領域G41を有する構成である。DB処理部品選択領域G41では、例えば、選択された業務スケルトンの登録されている第1階層が「伝票入力系」である場合にその階層に登録されているDB処理部品(例えば「HZC売上伝票更新表」等)が一覧表示され、入力装置14の指示による反転表示などで所望のプログラム部品の選択が行われる。   As shown in FIG. 12, the DB processing component selection screen G4 displays a list of DB processing components registered in the same hierarchy as the hierarchy (first hierarchy) related to the selected business skeleton based on the DB processing component name list D7. The DB processing component selection area G41 is displayed as a list. In the DB processing component selection area G41, for example, when the first layer in which the selected business skeleton is registered is the “slip input system”, the DB processing component registered in that layer (for example, “HZC sales slip update”). Table "etc.) are displayed as a list, and a desired program part is selected by reverse display according to an instruction from the input device 14.

図11に戻り、DB処理部品選択処理の続きを説明する。ステップS45に次いで、所望のDB処理部品が選択された場合(ステップS46:YES)、選択されたDB処理部品の名称がRAMに選択DB処理部品名D8として設定され(ステップS47)、DB処理部品階層構造リストD6から選択DB処理部品名D8に設定された名称と一致するプログラム部品の階層名(第2階層)が取得されてRAMに選択DB処理部品第2階層名D9として設定され(ステップS48)、終了する。なお、特にDB処理部品が選択されない場合(ステップS46:NO)は、そのまま終了する。   Returning to FIG. 11, the continuation of the DB processing component selection processing will be described. If a desired DB processing component is selected after step S45 (step S46: YES), the name of the selected DB processing component is set as the selected DB processing component name D8 in the RAM (step S47), and the DB processing component is selected. The hierarchical name (second hierarchy) of the program part that matches the name set in the selected DB processing part name D8 is acquired from the hierarchical structure list D6, and is set as the selected DB processing part second hierarchy name D9 in the RAM (step S48). ),finish. In particular, when no DB processing component is selected (step S46: NO), the processing ends.

例えば、図7(b)の例において、選択された業務スケルトンに関する階層が「伝票入力系」であった場合は、その階層名が選択DB処理部品第1階層名D5に設定されるとともに、その階層下で登録されているプログラム部品(例えば「売上伝票検索表」等)の中で選択が行われる。そして、選択されたDB処理部品の第2階層が選択DB処理部品第2階層名D9に設定される(例えば「仕入伝票検索表」の場合は「仕入系」)。   For example, in the example of FIG. 7B, when the hierarchy related to the selected business skeleton is “slip input system”, the hierarchy name is set to the selected DB processing component first hierarchy name D5, and Selection is made in program parts registered under the hierarchy (for example, “sales slip search table”). Then, the second hierarchy of the selected DB processing component is set to the selected DB processing component second hierarchy name D9 (for example, “purchase” in the case of “purchase slip search table”).

次に、図3のステップS5において行われる、実際の業務画面(クライアント画面)を確認しながら選択された業務スケルトンテンプレート122と組み合わせる項目テンプレート123、印刷部品124、業務処理部品126などのプログラム部品の選択、編集を行う処理について、項目テンプレートの選択を例示しながら図13〜図15を参照して説明する。   Next, in step S5 in FIG. 3, program parts such as the item template 123, the print part 124, and the business process part 126 combined with the selected business skeleton template 122 while checking the actual business screen (client screen) are checked. Processing for performing selection and editing will be described with reference to FIGS. 13 to 15 exemplifying selection of item templates.

図13は、クライアント編集画面G5を例示する概念図である。図14は、情報処理装置1における項目テンプレート選択処理を示すフローチャートである。図15(a)は、項目テンプレート選択画面G6を例示する概念図であり、図15(b)は、クライアント編集画面G5において項目テンプレートの貼り付けを例示する概念図である。   FIG. 13 is a conceptual diagram illustrating the client editing screen G5. FIG. 14 is a flowchart showing an item template selection process in the information processing apparatus 1. FIG. 15A is a conceptual diagram illustrating an item template selection screen G6, and FIG. 15B is a conceptual diagram illustrating the pasting of an item template on the client editing screen G5.

図13に示すように、ステップS5では、実際の業務画面を模して表示するクライアント編集領域G51を有するクライアント編集画面G5を表示装置13に表示し、そのクライアント編集領域G51内において項目の表示や入力をおこなう領域や各演算処理を行うためのボタン等を埋め込む場所の編集指示を入力装置14から受け付けることで、プログラム部品の選択、編集に関する処理が行われる。   As shown in FIG. 13, in step S5, a client editing screen G5 having a client editing area G51 that displays an actual business screen is displayed on the display device 13, and items displayed in the client editing area G51 are displayed. By accepting from the input device 14 an edit instruction for an area where an input is to be made and a place for embedding a button for performing each calculation process, processing relating to selection and editing of program parts is performed.

例えば、項目にデータを入力する領域等を設定する場合は、項目の入力を行うための項目テンプレートを選択し、クライアント編集領域G51内の所望の位置を選択してその項目位置を設定する。同様に、合計値の算出や日付の取得等の業務処理に関する演算を行うためのボタンを設定する場合は、埋め込むボタンの処理に関するプログラム部品(業務処理部品126)を選択し、クライアント編集領域G51内の位置を選択してそのボタン位置を設定する。   For example, when setting an area for inputting data to an item, an item template for inputting an item is selected, a desired position in the client editing area G51 is selected, and the item position is set. Similarly, when setting a button for performing a calculation related to business processing such as calculation of a total value or acquisition of a date, a program component (business processing component 126) regarding processing of a button to be embedded is selected and stored in the client editing area G51. Select the position of the button and set the button position.

ここで、クライアント編集領域G51内で項目を設定する場合に行われる項目テンプレート選択処理について説明する。なお、他のプログラム部品(印刷部品124や業務処理部品126等)については、この項目テンプレート選択処理と略同様であるため説明は省略する。   Here, an item template selection process performed when an item is set in the client editing area G51 will be described. The other program parts (printing part 124, business processing part 126, etc.) are substantially the same as the item template selection process, and will not be described.

情報処理装置1では、図14に示すように、項目を設定するため当該処理が開始されると、RAM内において選択対象となる項目テンプレートの階層情報を格納する選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11にデータが設定されておらず、空であるか否かが判定され(ステップS51)、データが設定されていない場合(YES)は、選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9が取得されて選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11として設定される(ステップS52)。なお、ステップS51においてデータが設定されている場合(NO)は、ステップS52を行うことなくステップS53へ進む。   In the information processing apparatus 1, as shown in FIG. 14, when the process is started to set an item, a selection item template first hierarchy name D10 that stores hierarchy information of an item template to be selected in the RAM, It is determined whether data is not set in the selection item template second hierarchy name D11 and is empty (step S51). If no data is set (YES), the selected DB processing component first hierarchy is selected. The name D5 and the selected DB processing component second hierarchy name D9 are acquired and set as the selection item template first hierarchy name D10 and the selection item template second hierarchy name D11 (step S52). If data is set in step S51 (NO), the process proceeds to step S53 without performing step S52.

つまり、このステップS51の判定では、選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11の設定の有無から、既に項目の設定が行われて、この項目テンプレート選択処理が行われているか否かが判定される。そして、項目の設定が行われている場合は前回の処理で設定された選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11を利用し、項目の設定が行われていない場合はステップS4のDB処理部品選択処理で設定された選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9を選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11に設定して利用する処理構成である。   That is, in the determination in step S51, items are already set based on whether or not the selection item template first hierarchy name D10 and the selection item template second hierarchy name D11 are set, and this item template selection processing is performed. It is determined whether or not there is. If the item is set, the selection item template first hierarchy name D10 and the selection item template second hierarchy name D11 set in the previous process are used, and the item is not set. The selected DB processing component first hierarchical name D5 and the selected DB processing component second hierarchical name D9 set in the DB processing component selection processing in step S4 are selected as the selection item template first hierarchical name D10 and the selection item template second hierarchical name D11. It is a processing configuration that is set and used.

次いで、設定ファイル127から項目テンプレート123に関する階層構造が取得され、項目テンプレート毎にリストにしたデータがRAMに項目テンプレート階層構造リストD12として設定され(ステップS53)、その設定された項目テンプレート階層構造リストD12から選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11と合致する全ての項目テンプレートのリストが取得される(ステップS54)。   Next, the hierarchical structure related to the item template 123 is acquired from the setting file 127, the data listed for each item template is set in the RAM as the item template hierarchical structure list D12 (step S53), and the set item template hierarchical structure list is set. A list of all item templates that match the selection item template first hierarchy name D10 and the selection item template second hierarchy name D11 is acquired from D12 (step S54).

この選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11と合致する全ての項目テンプレートのリストは、前述のステップS52までの処理で述べたとおり、前回の項目テンプレート選択処理で選択された項目テンプレートと同一の階層又はステップS4のDB処理部品選択処理で選択されたDB処理部品と同一の階層に登録されている項目テンプレートの一覧である。   The list of all item templates that match the selection item template first hierarchy name D10 and the selection item template second hierarchy name D11 is selected in the previous item template selection processing as described in the processing up to step S52 described above. This is a list of item templates registered in the same hierarchy as the selected item template or in the same hierarchy as the DB processing component selected in the DB processing component selection processing in step S4.

次いで、ステップS54で取得されたリストがRAMに項目テンプレート名D13として設定され(ステップS55)、その設定された項目テンプレート名D13が表示装置13に表示されて入力装置14から項目テンプレートの選択が受け付けられる(ステップS56)。   Next, the list acquired in step S54 is set as an item template name D13 in the RAM (step S55), and the set item template name D13 is displayed on the display device 13 to accept selection of an item template from the input device 14. (Step S56).

図15(a)に示すように、このステップS56で表示装置13に表示される項目テンプレート選択画面G6は、項目テンプレート名D13の内容であり、前述した項目テンプレートの一覧を表示する項目テンプレート選択領域G61を有する構成である。項目テンプレート選択領域G61では、例えば、DB処理部品選択処理や前回の項目テンプレート処理で選択されたプログラム部品の階層が「伝票入力系/売上系」((第1階層)/(第2階層))である場合に、その階層に登録されている項目テンプレートの一覧(「事業区分」等)が表示され、入力装置14の指示による反転表示などで所望の項目テンプレートの選択が行われる。   As shown in FIG. 15A, the item template selection screen G6 displayed on the display device 13 in step S56 is the content of the item template name D13, and the item template selection area for displaying the list of item templates described above. This is a configuration having G61. In the item template selection area G61, for example, the hierarchy of the program parts selected in the DB processing part selection process or the previous item template process is “slip input system / sales system” ((first hierarchy) / (second hierarchy)). In this case, a list of item templates (such as “business category”) registered in the hierarchy is displayed, and a desired item template is selected by reverse display according to an instruction from the input device 14.

ステップS56に次いで、所望の項目テンプレートが選択された場合(ステップS57:YES)、選択された項目テンプレートの名称がRAMに選択項目テンプレート名D14として設定され(ステップS58)、項目テンプレート階層構造リストD12からその選択された項目テンプレートに関する階層名が取得されて選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11に設定され(ステップS59)、終了する。なお、特に項目テンプレートが選択されない場合(ステップS57:NO)は、そのまま終了する。   When a desired item template is selected after step S56 (step S57: YES), the name of the selected item template is set as the selection item template name D14 in the RAM (step S58), and the item template hierarchical structure list D12 is selected. The hierarchy name related to the selected item template is acquired from the above and set to the selection item template first hierarchy name D10 and the selection item template second hierarchy name D11 (step S59), and the process ends. Note that if no item template is selected (step S57: NO), the processing ends.

この項目テンプレート選択処理では、図15(b)に示すように、ステップS56において所望の項目テンプレートが選択された場合は、表示装置13にはクライアント編集画面G5のクライアント編集領域G51において、その選択された項目テンプレートに基づく項目G52が表示されるため、項目設定を画面上で目視することができる。   In this item template selection process, as shown in FIG. 15B, when a desired item template is selected in step S56, the display device 13 selects it in the client editing area G51 of the client editing screen G5. Since the item G52 based on the item template is displayed, the item setting can be visually observed on the screen.

[プログラム部品登録処理の変形例について]
ここで図3のステップS1で行われるプログラム部品登録処理の変形例について、図16を参照して説明する。図16は、情報処理装置1におけるプログラム部品登録処理の変形例を示すフローチャートである。
[Modification of program component registration process]
Here, a modified example of the program part registration process performed in step S1 of FIG. 3 will be described with reference to FIG. FIG. 16 is a flowchart illustrating a modified example of the program component registration process in the information processing apparatus 1.

情報処理装置1では、図16に示すように、プログラム部品登録処理が開始されると、設定ファイル127に設定されているアプリケーション(業務アプリケーションテンプレート)の全部の名称が取得され、その取得された名称をリストにしたデータがRAMにアプリケーションリストD15として設定される(ステップS101)。   In the information processing apparatus 1, as shown in FIG. 16, when the program component registration process is started, the names of all the applications (business application templates) set in the setting file 127 are acquired, and the acquired names Is set as an application list D15 in the RAM (step S101).

次いで、カウント数が設定され(ステップS102)、そのカウント数番目のアプリケーションのリストがアプリケーションリストD15に設定されていないと判定される(ステップS103:NO)まで、順次カウントアップして(ステップS111)、ステップS104〜S110までの処理がそのアプリケーションリストD15に設定されたアプリケーションの一つ一つに対して行われる。   Next, the count number is set (step S102), and the count is sequentially counted up until it is determined that the list of applications of the count number is not set in the application list D15 (step S103: NO) (step S111). Steps S104 to S110 are performed for each application set in the application list D15.

ステップS104〜S110の処理では、アプリケーションリストD15と設定ファイル127とに基づいて、現在のカウント数番目のアプリケーションのスペックが取得され(ステップS104)、その取得されたスペックに基づいてアプリケーションで使用しているDB処理部品に関する情報が取得されて、そのDB処理部品の名称がRAMに選択DB処理部品名D8として設定され(ステップS105)、その選択DB処理部品名D8に関する部品がどの階層下に登録されているかが設定ファイル127に基づいて設定されるDB処理部品階層構造リストD6から取得されて、RAMに選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9として設定される(ステップS106)。   In the processing of steps S104 to S110, the spec of the current count-th application is acquired based on the application list D15 and the setting file 127 (step S104), and is used in the application based on the acquired spec. The information about the DB processing component being acquired is acquired, the name of the DB processing component is set in the RAM as the selected DB processing component name D8 (step S105), and the level under which the component regarding the selected DB processing component name D8 is registered Is obtained from the DB processing component hierarchical structure list D6 set based on the setting file 127, and set in the RAM as the selected DB processing component first layer name D5 and the selected DB processing component second layer name D9 ( Step S106).

つまり、ステップS104〜S106では、現在のカウント数番目のアプリケーションで使用されるDB処理部品の階層が取得されて、選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9に格納される処理構成である。   That is, in steps S104 to S106, the hierarchy of the DB processing component used in the application with the current count number is acquired and stored in the selected DB processing component first hierarchy name D5 and the selected DB processing component second hierarchy name D9. Processing configuration.

次いで、ステップS104で取得されたアプリケーションのスペックに基づいて、そのアプリケーションで使用している項目テンプレートの一覧情報が取得されてRAMに項目テンプレート名D13として設定され(ステップS107)、その項目テンプレート名D13に設定された項目テンプレート一覧の全ての部品が選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9で設定されている階層下に登録されるように設定ファイル127が更新され(ステップS108)、設定ファイル127で重複登録されている部品(項目テンプレート)が削除される(ステップS109)。   Next, based on the specification of the application acquired in step S104, the list information of the item templates used in the application is acquired and set as the item template name D13 in the RAM (step S107), and the item template name D13. The setting file 127 is updated so that all the parts in the item template list set to are registered under the hierarchy set by the selection DB processing part first hierarchy name D5 and the selection DB processing part second hierarchy name D9. (Step S108), the part (item template) registered in the setting file 127 is deleted (Step S109).

つまり、ステップS107〜S109では、現在のカウント数番目のアプリケーションで使用される項目テンプレートの階層が前述の処理で設定された選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9に基づいて設定ファイル127に登録される処理構成である。   That is, in steps S107 to S109, the hierarchy of the item template used in the application with the current count number is the selected DB processing component first hierarchy name D5 and the selected DB processing component second hierarchy name D9 set in the above-described processing. The processing configuration is registered in the setting file 127 based on the above.

次いで、現在のカウント数番目のアプリケーションで使用される業務処理部品、印刷部品などに対しても、上述したステップS107〜S109と同様な処理が行われて、設定ファイル127に登録される(ステップS110)。   Next, the same processing as steps S107 to S109 described above is performed on the business processing component, the printing component, and the like used in the current count-numbered application, and registered in the setting file 127 (step S110). ).

[DB処理部品や他のプログラム部品の個別登録について]
ここで、制御装置11の制御の下で行われる、DB処理部品や他のプログラム部品の個別登録について、図17、図18を参照して説明する。なお、他のプログラム部品の個別登録については、いずれも略同一な処理であるため、項目テンプレートを個別登録する項目テンプレート登録処理を例示して説明する。
[Individual registration of DB processing parts and other program parts]
Here, individual registration of DB processing components and other program components performed under the control of the control device 11 will be described with reference to FIGS. 17 and 18. The individual registration of other program parts is substantially the same process, and an item template registration process for individually registering an item template will be described as an example.

図17(a)は、情報処理装置1におけるDB処理部品登録処理を示すフローチャートであり、図17(b)は、階層登録画面G7を例示する概念図である。図18は、情報処理装置1における項目テンプレート登録処理を示すフローチャートである。   FIG. 17A is a flowchart illustrating DB processing component registration processing in the information processing apparatus 1, and FIG. 17B is a conceptual diagram illustrating a hierarchy registration screen G7. FIG. 18 is a flowchart showing an item template registration process in the information processing apparatus 1.

先ず、DB処理部品登録処理について説明する。このDB処理部品登録処理は、前述したDB処理部品選択処理(図11参照)におけるステップS48などで行われる処理であり、業務スケルトンテンプレートの選択後に新規に作成されたDB処理部品が選択された際に、選択された業務スケルトンテンプレートが登録されている階層にそのDB処理部品を登録する処理である。   First, the DB processing component registration process will be described. This DB processing component registration processing is processing performed in step S48 in the above-described DB processing component selection processing (see FIG. 11). When a DB processing component newly created after selection of a business skeleton template is selected. The DB processing component is registered in the hierarchy in which the selected business skeleton template is registered.

情報処理装置1では、図17(a)に示すように、DB処理部品登録処理が開始されると、DB処理部品階層構造リストD6から階層名が取得され(ステップS141)、DB処理部品階層構造リストD6に階層名が設定されているか否か、つまり、DB処理部品選択処理で選択されたDB処理部品が設定ファイル127に登録済みのDB処理部品であるか否かが判定される(ステップS142)。   In the information processing apparatus 1, as shown in FIG. 17A, when the DB processing component registration process is started, the hierarchical name is acquired from the DB processing component hierarchical structure list D6 (step S141), and the DB processing component hierarchical structure is obtained. It is determined whether or not a hierarchy name is set in the list D6, that is, whether or not the DB processing component selected in the DB processing component selection processing is a DB processing component registered in the setting file 127 (step S142). ).

ステップS142において、階層名が設定されていると判定された場合(YES)、つまり、選択されたDB処理部品が登録済みのDB処理部品であると判定された場合は、DB処理部品選択処理におけるステップS48と同様に、DB処理部品階層構造リストD6から選択DB処理部品名D8に設定された名称と一致するプログラム部品の階層名(第1階層/第2階層)が取得されてRAMに選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9として設定され(ステップS48)、終了する。   If it is determined in step S142 that a hierarchy name is set (YES), that is, if it is determined that the selected DB processing component is a registered DB processing component, the DB processing component selection process Similar to step S48, the hierarchy name (first hierarchy / second hierarchy) of the program part that matches the name set in the selected DB process part name D8 is acquired from the DB process part hierarchical structure list D6 and selected DB in the selected DB. The processing component first layer name D5 and the selected DB processing component second layer name D9 are set (step S48), and the process ends.

ステップS142において、階層名が設定されていないと判定された場合(NO)、つまり、選択されたDB処理部品が新規登録のDB処理部品と判定された場合は、選択スケルトン階層名D4が取得されて選択DB処理部品第1階層名D5として設定され(ステップS143)、設定ファイル127から第2階層名のリストが取得されて表示装置13に画面表示され、入力装置14からの入力に基づいた「第2階層名」の選択設定が行われる(ステップS144)。   If it is determined in step S142 that the hierarchy name is not set (NO), that is, if the selected DB processing component is determined to be a newly registered DB processing component, the selected skeleton hierarchy name D4 is acquired. The selected DB processing component first hierarchy name D5 is set (step S143), a list of second hierarchy names is acquired from the setting file 127, displayed on the display device 13, and based on the input from the input device 14. Selection setting of “second hierarchy name” is performed (step S144).

この「第2階層名」の選択設定は、図17(b)に示すように、階層登録画面G7に設定ファイル127から取得された第2階層名のリストが表示され、入力装置14からの指示による反転表示などで所望の階層名を選択して行われる。   As shown in FIG. 17B, the selection of the “second hierarchy name” is performed by displaying a list of the second hierarchy names acquired from the setting file 127 on the hierarchy registration screen G7. This is performed by selecting a desired hierarchy name by reverse display or the like.

次いで、ステップS144で選択された「第2階層名」が選択DB処理部品第2階層名D9に設定され(ステップS145)、選択された新規のDB処理部品が選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9で設定されている階層下に登録されるように設定ファイル127が更新されて(ステップS146)、終了する。   Next, the “second hierarchical name” selected in step S144 is set as the selected DB processing component second hierarchical name D9 (step S145), and the selected new DB processing component is the selected DB processing component first hierarchical name D5. Then, the setting file 127 is updated so as to be registered under the hierarchy set by the selected DB processing component second hierarchy name D9 (step S146), and the process ends.

つまり、ステップS143〜S146では、選択された業務スケルトンテンプレートが登録されている「第1階層」であって、ユーザ所望の「第2階層」の階層下に新規登録のDB処理部品が登録される処理構成である。   That is, in steps S143 to S146, the newly registered DB processing component is registered in the “first hierarchy” where the selected business skeleton template is registered, and below the “second hierarchy” desired by the user. Processing configuration.

次に、項目テンプレート登録処理について説明する。この項目テンプレート登録処理は、前述した項目テンプレート選択処理(図14参照)におけるステップS59などで行われる処理であり、DB処理部品選択後に新規に作成された項目テンプレート(他のプログラム部品を含む)が選択された際に、選択されたDB処理部品が登録されている階層にその項目テンプレートを登録する処理である。   Next, the item template registration process will be described. This item template registration process is a process performed in step S59 in the above-described item template selection process (see FIG. 14), and an item template (including other program parts) newly created after DB process component selection is performed. This is a process of registering the item template in the hierarchy in which the selected DB processing component is registered when selected.

情報処理装置1では、図18に示すように、項目テンプレート登録処理が開始されると、項目テンプレート階層構造リストD12から階層名が取得され(ステップS151)、記憶装置12に階層名が設定されているか否か、つまり、項目テンプレート選択処理で選択された項目テンプレートが設定ファイル127に登録済みの項目テンプレートであるか否かが判定される(ステップS152)。   In the information processing apparatus 1, as shown in FIG. 18, when the item template registration process is started, a hierarchy name is acquired from the item template hierarchical structure list D12 (step S151), and the hierarchy name is set in the storage device 12. Whether or not the item template selected in the item template selection process is an item template registered in the setting file 127 (step S152).

ステップS152において、階層名が設定されていると判定された場合(YES)、つまり、選択された項目テンプレートが登録済みの項目テンプレートであると判定された場合は、項目テンプレート選択処理におけるステップS59と同様に、項目テンプレート階層構造リストD12から選択項目テンプレート名D14に設定された名称と一致する項目テンプレートの階層名(第1階層/第2階層)が取得されてRAMに選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11として設定され(ステップS155)、終了する。   If it is determined in step S152 that a hierarchy name is set (YES), that is, if it is determined that the selected item template is a registered item template, step S59 in the item template selection process is performed. Similarly, the item template hierarchy name (first hierarchy / second hierarchy) that matches the name set in the selection item template name D14 is acquired from the item template hierarchical structure list D12, and the selection item template first hierarchy name is acquired in the RAM. D10 is set as the selection item template second hierarchy name D11 (step S155), and the process ends.

ステップS152において、階層名が設定されていないと判定された場合(NO)、つまり、選択された項目テンプレートが新規登録の項目テンプレートと判定された場合は、選択DB処理部品第1階層名D5、選択DB処理部品第2階層名D9が取得されて選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11として設定され(ステップS153)、選択された新規登録の硬毛テンプレートが選択項目テンプレート第1階層名D10、選択項目テンプレート第2階層名D11で設定されている階層下に登録されるように設定ファイル127が更新されて(ステップS154)、終了する。   If it is determined in step S152 that no hierarchy name is set (NO), that is, if the selected item template is determined to be a newly registered item template, the selected DB processing component first hierarchy name D5, The selected DB processing component second hierarchy name D9 is acquired and set as the selection item template first hierarchy name D10 and the selection item template second hierarchy name D11 (step S153), and the newly registered bristle template selected is the selection item. The setting file 127 is updated so as to be registered under the hierarchy set by the template first hierarchy name D10 and the selection item template second hierarchy name D11 (step S154), and the process ends.

つまり、ステップS153、S154では、選択されたDB処理部品が登録されている階層(第1階層/第2階層)下に新規登録の項目テンプレートが登録される処理構成である。   That is, in steps S153 and S154, the newly registered item template is registered under the hierarchy (first hierarchy / second hierarchy) in which the selected DB processing component is registered.

以上のように、情報処理装置1は、制御装置11の制御の下、記憶装置12に格納された複数のプログラム部品を階層管理するための情報を有する設定ファイル127に基づいて、いずれか一のプログラム部品を入力装置14から選択された際の当該プログラム部品に係る階層情報を取得し、この取得されたいずれか一のプログラム部品に係る階層情報及び設定ファイル127に記憶された階層情報とに基づいた階層から記憶装置12に格納された他のプログラム部品を入力装置14から選択可能とする。   As described above, the information processing apparatus 1 is based on the setting file 127 having information for hierarchically managing a plurality of program parts stored in the storage device 12 under the control of the control apparatus 11. The hierarchical information related to the program part when the program part is selected from the input device 14 is acquired, and based on the acquired hierarchical information related to any one of the program parts and the hierarchical information stored in the setting file 127. Other program parts stored in the storage device 12 from the selected hierarchy can be selected from the input device 14.

このため、情報処理装置1は、いずれか一つのプログラム部品の選択を行うだけで、そのプログラム部品の階層に関連する他のプログラム部品の中から次のプログラム部品の選択を行うことができるため、実行エンジン111で実行するアプリケーションプログラムを作成する際のプログラム部品の選択を容易にすることができる。   For this reason, the information processing apparatus 1 can select the next program component from other program components related to the hierarchy of the program component only by selecting any one program component. It is possible to facilitate selection of program parts when creating an application program to be executed by the execution engine 111.

また、情報処理装置1は、制御装置11の制御の下、記憶装置12に格納された複数のプログラム部品の中からいずれか一のプログラム部品が入力装置14から選択された際の記憶装置12に格納された他のプログラム部品の選択を、設定ファイル127に基づいて取得される前記いずれか一のプログラム部品に係る階層以下の階層下で管理されたプログラム部品から行う構成である。   In addition, the information processing device 1 is stored in the storage device 12 when any one of the plurality of program components stored in the storage device 12 is selected from the input device 14 under the control of the control device 11. This is a configuration in which selection of other stored program parts is performed from program parts managed under a hierarchy below the hierarchy related to any one of the program parts acquired based on the setting file 127.

このため、情報処理装置1は、いずれか一つのプログラム部品の選択を行うだけで、そのプログラム部品の階層以下の階層下で管理されたプログラム部品から選択することができるため、階層で絞り込むようにプログラム部品の選択を行うことができ、実行エンジン111で実行するアプリケーションプログラムを作成する際のプログラム部品の選択を容易にすることができる。例えば、業務種別や用途ごとの分類でプログラム部品を階層管理する場合に、その種別や用途で絞り込むようにプログラム部品の選択を行うことができ、実行エンジン111で実行するアプリケーションプログラムを作成する際のプログラム部品の選択を容易にすることができる。   For this reason, the information processing apparatus 1 can select a program component managed under the hierarchy of the program component only by selecting one of the program components. Program parts can be selected, and selection of program parts when creating an application program to be executed by the execution engine 111 can be facilitated. For example, when hierarchically managing program parts by business type or usage classification, program parts can be selected to narrow down by type or usage, and when creating an application program to be executed by the execution engine 111 Selection of program parts can be facilitated.

また、情報処理装置1は、制御装置11の制御の下、設定ファイル127においてプログラム部品の種別ごと(例えば、項目テンプレート、印刷部品、DB処理部品、業務処理部品等)に当該プログラム部品の各々を階層管理するための階層情報を記憶し、記憶装置12に格納された複数のプログラム部品の中からいずれか一のプログラム部品が入力装置14から選択された際の記憶装置12に格納された他のプログラム部品の選択を、設定ファイル127に基づいて取得されるいずれか一のプログラム部品に係る階層情報及び設定ファイル127に格納されたプログラム部品の種別ごとの階層情報に基づいたいずれかの種別のプログラム部品に係る階層から行う構成である。   Further, the information processing apparatus 1 controls each of the program parts for each type of program parts (for example, item template, print part, DB processing part, business processing part, etc.) in the setting file 127 under the control of the control device 11. Stores hierarchical information for hierarchical management, and stores other information stored in the storage device 12 when any one of the plurality of program components stored in the storage device 12 is selected from the input device 14. A program of any type based on the hierarchy information relating to any one program part acquired based on the setting file 127 and the hierarchy information for each type of program part stored in the setting file 127, based on the selection of the program part It is the structure performed from the hierarchy which concerns on components.

このため、情報処理装置1は、いずれか一つのプログラム部品の選択を行うだけで、そのプログラム部品の階層に関連する他のプログラム部品の選択を、プログラム部品の種別ごと(例えば、項目テンプレート、印刷部品、DB処理部品、業務処理部品等)に行うことができる。   For this reason, the information processing apparatus 1 simply selects any one program component, and selects other program components related to the hierarchy of the program component for each type of program component (for example, item template, print Parts, DB processing parts, business processing parts, etc.).

また、情報処理装置1は、制御装置11の制御の下、記憶装置12に記憶されたプログラム部品を設定ファイル127の階層情報に登録することができるため、新規にプログラム部品を記憶装置12に格納する場合であっても、設定ファイル127の階層情報へ登録することができる。   Further, the information processing apparatus 1 can register the program component stored in the storage device 12 in the hierarchical information of the setting file 127 under the control of the control device 11, so that the program component is newly stored in the storage device 12. Even in this case, it can be registered in the hierarchy information of the setting file 127.

なお、本実施の形態における記述は、情報処理装置1の一例を示すものであり、これに限定するものではない。本実施の形態における構成及び動作に関しては、適宜変更が可能なものである。   Note that the description in the present embodiment shows an example of the information processing apparatus 1 and is not limited to this. The configuration and operation in this embodiment can be changed as appropriate.

情報処理装置1の機能的構成を模式的に示すブロック図である。2 is a block diagram schematically showing a functional configuration of the information processing apparatus 1. FIG. 情報処理装置1における業務アプリケーション処理の概要を示す概念図である。3 is a conceptual diagram showing an outline of business application processing in the information processing apparatus 1. FIG. 情報処理装置1における業務アプリケーション作成処理を示すフローチャートである。4 is a flowchart showing business application creation processing in the information processing apparatus 1. プログラム部品登録画面G1を例示する概念図である。It is a conceptual diagram which illustrates the program component registration screen G1. 情報処理装置1におけるプログラム部品登録処理を示すフローチャートである。4 is a flowchart showing program component registration processing in the information processing apparatus 1. 設定ファイル127に格納されるプログラム部品の階層管理に関する情報を例示する概念図である。5 is a conceptual diagram illustrating information related to hierarchy management of program parts stored in a setting file 127. FIG. (a)は、業務スケルトンに関する階層構造を例示する概念図であり、(b)は、DB処理部品に関する階層構造を例示する概念図である。(A) is a conceptual diagram which illustrates the hierarchical structure regarding business skeleton, (b) is a conceptual diagram which illustrates the hierarchical structure regarding DB processing components. 項目テンプレートに関する階層構造を例示する概念図である。It is a conceptual diagram which illustrates the hierarchical structure regarding an item template. 情報処理装置1における業務スケルトン選択処理を示すフローチャートである。4 is a flowchart showing a business skeleton selection process in the information processing apparatus 1. (a)は、業務スケルトン選択画面G2を例示する概念図であり、(b)は、部品名入力画面G3を例示する概念図である。(A) is a conceptual diagram illustrating a business skeleton selection screen G2, and (b) is a conceptual diagram illustrating a part name input screen G3. 情報処理装置1におけるDB処理部品選択処理を示すフローチャートである。4 is a flowchart showing DB processing component selection processing in the information processing apparatus 1. DB処理部品選択画面G4を例示する概念図である。It is a conceptual diagram which illustrates DB process component selection screen G4. クライアント編集画面G5を例示する概念図である。It is a conceptual diagram which illustrates the client edit screen G5. 情報処理装置1における項目テンプレート選択処理を示すフローチャートである。4 is a flowchart illustrating an item template selection process in the information processing apparatus 1. (a)は、項目テンプレート選択画面G6を例示する概念図であり、(b)は、クライアント編集画面G5において項目テンプレートの貼り付けを例示する概念図である。(A) is a conceptual diagram illustrating an item template selection screen G6, and (b) is a conceptual diagram illustrating the pasting of an item template on the client editing screen G5. 情報処理装置1におけるプログラム部品登録処理の変形例を示すフローチャートである。10 is a flowchart showing a modification of the program component registration process in the information processing apparatus 1. (a)は、情報処理装置1におけるDB処理部品登録処理を示すフローチャートであり、(b)は、階層登録画面G7を例示する概念図である。(A) is a flowchart which shows DB process component registration process in the information processing apparatus 1, (b) is a conceptual diagram which illustrates the hierarchy registration screen G7. 情報処理装置1における項目テンプレート登録処理を示すフローチャートである。4 is a flowchart illustrating an item template registration process in the information processing apparatus 1.

符号の説明Explanation of symbols

1 情報処理装置
11 制御装置
12 記憶装置
13 表示装置
14 入力装置
15 通信装置
16 印刷装置
17 バス
111 実行エンジン
121 業務プログラムファイル
122 業務スケルトンテンプレート
123 項目テンプレート
124 印刷部品
125 DB処理部品
126 業務処理部品
127 設定ファイル
128 各種参照ファイル
129 実行定義生成プログラム
130 業務アプリケーションプログラム参照領域
DB データベース
D1 スケルトン階層構造リスト
D2 スケルトン名リスト
D3 選択スケルトン名
D4 選択スケルトン階層名
D5 選択DB処理部品第1階層名
D6 DB処理部品階層構造リスト
D7 DB処理部品名リスト
D8 選択DB処理部品名
D9 選択DB処理部品第2階層名
D10 選択項目テンプレート第1階層名
D11 選択項目テンプレート第2階層名
D13 項目テンプレート名
D12 項目テンプレート階層構造リスト
D14 選択項目テンプレート名
D15 アプリケーションリスト
G1 プログラム部品登録画面
G2 業務スケルトン選択画面
G3 部品名入力画面
G4 DB処理部品選択画面
G5 クライアント編集画面
G6 項目テンプレート選択画面
G7 階層登録画面
G11 階層設定領域
G12 プログラム部品選択領域
G21 業務スケルトン選択領域
G31 部品名入力領域
G41 DB処理部品選択領域
G51 クライアント編集領域
G52 項目
G61 項目テンプレート選択領域
T1 階層情報
T2 部品名
T3 編集有無フラグ
T4 部品名スペックファイル
T11 プログラム部品名
T12 編集有無フラグ
T13 プログラム部品スペックファイル名
1 Information processing device 11 Control device 12 Storage device 13 Display device 14 Input device 15 Communication device 16 Printing device 17 Bus 111 Execution engine 121 Business program file 122 Business skeleton template 123 Item template 124 Print component 125 DB processing component 126 Business processing component 127 Setting file 128 Various reference files 129 Execution definition generation program 130 Business application program reference area DB Database D1 Skeleton hierarchical structure list D2 Skeleton name list D3 Selected skeleton name D4 Selected skeleton hierarchy name D5 Selected DB processing component First hierarchical name D6 DB processing component Hierarchical structure list D7 DB processing component name list D8 Selected DB processing component name D9 Selected DB processing component second hierarchy name D10 Selection item template first hierarchy name D11 selection Selection item template second layer name D13 Item template name D12 Item template hierarchical structure list D14 Selection item template name D15 Application list G1 Program component registration screen G2 Business skeleton selection screen G3 Component name input screen G4 DB processing component selection screen G5 Client editing screen G6 Item template selection screen G7 Hierarchy registration screen G11 Hierarchy setting area G12 Program parts selection area G21 Business skeleton selection area G31 Parts name input area G41 DB processing parts selection area G51 Client editing area G52 Item G61 Item template selection area T1 Hierarchy information T2 Parts Name T3 edit presence / absence flag T4 part name spec file T11 program part name T12 edit presence / absence flag T13 program part spec file name

Claims (5)

複数のプログラム部品を記憶するプログラム部品記憶手段と、
前記プログラム部品の各々を階層管理するための階層情報を記憶する階層情報記憶手段と、
前記階層情報記憶手段に記憶された階層情報に基づいて、前記いずれか一のプログラム部品を選択した際の当該プログラム部品に係る階層情報を取得する階層情報取得手段と、
前記階層情報取得手段で取得されたいずれか一のプログラム部品に係る階層情報及び前記階層情報記憶手段に記憶された階層情報に基づいた階層から前記他のプログラム部品を選択するプログラム部品選択手段と、
前記プログラム部品選択手段により選択されたプログラム部品に基づいて構築されるアプリケーションプログラムを実行する実行手段と、
を備えることを特徴とする情報処理装置。
Program component storage means for storing a plurality of program components;
Hierarchical information storage means for storing hierarchical information for hierarchically managing each of the program parts;
Hierarchical information acquisition means for acquiring hierarchical information related to the program part when selecting any one of the program parts based on the hierarchical information stored in the hierarchical information storage means;
Program component selection means for selecting the other program component from the hierarchy based on the hierarchy information related to any one program component acquired by the hierarchy information acquisition means and the hierarchy information stored in the hierarchy information storage means;
Execution means for executing an application program constructed based on the program parts selected by the program parts selection means;
An information processing apparatus comprising:
前記プログラム選択手段は、前記階層情報取得手段で取得されたいずれか一のプログラム部品に係る階層以下の階層から前記他のプログラム部品を選択することを特徴とする請求項1に記載の情報処理装置。   2. The information processing apparatus according to claim 1, wherein the program selecting unit selects the other program component from a layer below the layer related to any one of the program components acquired by the layer information acquiring unit. . 前記プログラム部品記憶手段は、複数の種別のプログラム部品を記憶し、
前記階層情報記憶手段は、前記プログラム部品の種別ごとに当該プログラム部品の各々を階層管理するための階層情報を記憶し、
前記プログラム部品選択手段は、前記階層情報取得手段で取得されたいずれか一のプログラム部品に係る階層情報及び前記階層情報記憶手段に記憶されたプログラム部品の種別ごとの階層情報に基づいたいずれかの種別のプログラム部品に係る階層から前記他のプログラム部品を選択することを特徴とする請求項1又は2に情報処理装置。
The program component storage means stores a plurality of types of program components,
The hierarchical information storage means stores hierarchical information for hierarchically managing each program component for each type of the program component,
The program component selection unit is any one based on the hierarchy information related to any one program component acquired by the hierarchy information acquisition unit and the hierarchy information for each type of program component stored in the hierarchy information storage unit. 3. The information processing apparatus according to claim 1, wherein the other program part is selected from a hierarchy related to the type of program part.
前記プログラム部品記憶手段に記憶されたプログラム部品を前記階層情報記憶手段に記憶された階層情報に登録する登録手段を備えることを特徴とする請求項1〜3のいずれか一項に記載の情報処理装置。   The information processing according to any one of claims 1 to 3, further comprising registration means for registering the program parts stored in the program parts storage means in the hierarchy information stored in the hierarchy information storage means. apparatus. 複数のプログラム部品を記憶する情報処理装置のコンピュータを、
前記プログラム部品の各々を階層管理するための階層情報を記憶する階層情報記憶手段、
前記階層情報記憶手段に記憶された階層情報に基づいて、前記いずれか一のプログラム部品を選択した際の当該プログラム部品に係る階層情報を取得する階層情報取得手段、
前記階層情報取得手段で取得されたいずれか一のプログラム部品に係る階層情報及び前記階層情報記憶手段に記憶された階層情報に基づいた階層から前記他のプログラム部品を選択するプログラム部品選択手段、
前記プログラム部品選択手段により選択されたプログラム部品に基づいて構築されるアプリケーションプログラムを実行する実行手段として機能させるためのプログラム。
A computer of an information processing apparatus that stores a plurality of program parts,
Hierarchical information storage means for storing hierarchical information for hierarchically managing each of the program parts;
Hierarchical information acquisition means for acquiring hierarchical information related to the program part when selecting any one of the program parts based on the hierarchical information stored in the hierarchical information storage means;
Program component selection means for selecting the other program component from the hierarchy based on the hierarchy information related to any one program component acquired by the hierarchy information acquisition means and the hierarchy information stored in the hierarchy information storage means,
A program for functioning as an execution unit for executing an application program constructed based on the program component selected by the program component selection unit.
JP2006354424A 2006-12-28 2006-12-28 Information processor and program Pending JP2008165497A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006354424A JP2008165497A (en) 2006-12-28 2006-12-28 Information processor and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006354424A JP2008165497A (en) 2006-12-28 2006-12-28 Information processor and program

Publications (1)

Publication Number Publication Date
JP2008165497A true JP2008165497A (en) 2008-07-17

Family

ID=39694909

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006354424A Pending JP2008165497A (en) 2006-12-28 2006-12-28 Information processor and program

Country Status (1)

Country Link
JP (1) JP2008165497A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010013538A1 (en) * 2008-07-29 2010-02-04 株式会社日立製作所 Software configuration management method and system
JP2013077175A (en) * 2011-09-30 2013-04-25 Toshiba Corp Application generation program and device
WO2014049925A1 (en) * 2012-09-26 2014-04-03 株式会社東芝 Program/design document generation device and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08286901A (en) * 1995-04-14 1996-11-01 Yamatake Honeywell Co Ltd Reutilizing system for software parts
JP2002278754A (en) * 2001-03-15 2002-09-27 Toshiba Corp Management system of software component library, its method and management program of software component library

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08286901A (en) * 1995-04-14 1996-11-01 Yamatake Honeywell Co Ltd Reutilizing system for software parts
JP2002278754A (en) * 2001-03-15 2002-09-27 Toshiba Corp Management system of software component library, its method and management program of software component library

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010013538A1 (en) * 2008-07-29 2010-02-04 株式会社日立製作所 Software configuration management method and system
US8452742B2 (en) 2008-07-29 2013-05-28 Hitachi Automotive Systems, Ltd. Software configuration management method and system
JP2013077175A (en) * 2011-09-30 2013-04-25 Toshiba Corp Application generation program and device
WO2014049925A1 (en) * 2012-09-26 2014-04-03 株式会社東芝 Program/design document generation device and program
CN104813287A (en) * 2012-09-26 2015-07-29 株式会社东芝 Program/design document generation device and program
CN104813287B (en) * 2012-09-26 2017-11-03 株式会社东芝 The generating means and program of program and design sheets

Similar Documents

Publication Publication Date Title
US7783966B2 (en) System and method for performing processing, such as spreadsheet processing
JP4444867B2 (en) Business process model creation support system and program, and business process model creation processing method
JP2011060219A (en) Document classification system, document classification method, and program
JP2008165497A (en) Information processor and program
JP5045042B2 (en) Business flow editing program, business flow editing apparatus, and business flow editing method
JP2009093389A (en) Information processor, information processing method, and program
JP4404930B2 (en) Information processing apparatus, control method therefor, information processing system, program, and computer-readable recording medium
JP2007122370A (en) Project information management system
JPWO2005038675A1 (en) Printed circuit board design instruction support method and apparatus
WO2021059848A1 (en) Information processing device, information processing method, and information processing program
JP3373129B2 (en) Program development support method
JP2008077313A (en) Toxic substance guarantee acquisition method and system, and production method and program
JP4906424B2 (en) Web service design method and apparatus
JP4957043B2 (en) Information processing apparatus, program, and business application introduction method
JP4146803B2 (en) Design support system
JP4867229B2 (en) Information processing apparatus and program
JP2007034806A (en) Information processor and program
JP4828318B2 (en) Multiple form integrated printing method, system and program
JP2007034807A (en) Information processor and program
JP2011043930A (en) System, server device, apparatus and method for processing business form, and program
JP7274380B2 (en) Commercial distribution management device, commercial distribution management method, and commercial distribution management program
WO2023199871A1 (en) Information management system and option management device
JP5997315B1 (en) Asset management apparatus, asset management method, and program
JP2007148913A (en) Data creation support system, data creation support device and data creation support program
JP2002245065A (en) Document processor, document processing method, program and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Effective date: 20091110

Free format text: JAPANESE INTERMEDIATE CODE: A621

A977 Report on retrieval

Effective date: 20111228

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120110

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120612