JP4864590B2 - Information processing apparatus, information processing method, and program for supporting operation setting of application program - Google Patents

Information processing apparatus, information processing method, and program for supporting operation setting of application program Download PDF

Info

Publication number
JP4864590B2
JP4864590B2 JP2006213553A JP2006213553A JP4864590B2 JP 4864590 B2 JP4864590 B2 JP 4864590B2 JP 2006213553 A JP2006213553 A JP 2006213553A JP 2006213553 A JP2006213553 A JP 2006213553A JP 4864590 B2 JP4864590 B2 JP 4864590B2
Authority
JP
Japan
Prior art keywords
screen
output
input
data
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2006213553A
Other languages
Japanese (ja)
Other versions
JP2008040751A (en
Inventor
方洋 福田
顕彦 宇津木
剛 日高
道人 平
智行 吉村
周一 金井
俊幸 佐々木
隆男 岡部
勲 中尾
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2006213553A priority Critical patent/JP4864590B2/en
Publication of JP2008040751A publication Critical patent/JP2008040751A/en
Application granted granted Critical
Publication of JP4864590B2 publication Critical patent/JP4864590B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Description

本発明は、アプリケーションプログラムの動作属性の設定支援を行う情報処理装置、情報処理装置方法、プログラムに関し、具体的には、アプリケーションプログラムを網羅的に分類したパターンに基づく画面項目及びデータ入出力の定義を動的に制御する情報処理技術に関する。   The present invention relates to an information processing apparatus, an information processing apparatus method, and a program for supporting operation attribute setting of an application program, and more specifically, screen items and data input / output definitions based on patterns that comprehensively classify application programs. Information processing technology for dynamically controlling the

プログラムは、端末から入力された画面入力データを処理した結果に応じて、次に表示する画面を決定し、その画面の画面出力データを作成する。したがって、画面の表示順序を変更する場合には、プログラムの変更が必要である。   The program determines a screen to be displayed next according to a result of processing the screen input data input from the terminal, and creates screen output data of the screen. Therefore, when changing the display order of the screens, it is necessary to change the program.

また、ある特定の画面から入力したデータを処理するプログラムは、その画面の次に表示する特定の画面を前提として作成されている。そのため、同一の画面を複数回使用する業務システムを構築する場合において、その画面の前又は後に表示する画面が異なる場合には、画面の組み合わせごとにプログラムを作成する必要がある。このように従来の方式は、処理方式ごとに異なる方式でプログラムを作成する必要があり、またプログラムは、画面の順序関係を考慮して作成する必要があった。   A program for processing data input from a specific screen is created on the premise of a specific screen to be displayed next to the screen. Therefore, when building a business system that uses the same screen multiple times, if the screen displayed before or after the screen is different, it is necessary to create a program for each combination of screens. As described above, in the conventional method, it is necessary to create a program by a method different for each processing method, and it is necessary to create the program in consideration of the order relation of the screens.

このような画面に関するプログラム開発方式としては、例えば、対話型システムのプログラムを、画面のデータ操作部とデータベース操作部とプログラム遷移制御部に分割することで、この種システムのプログラム開発を容易にすることを目的として、画面から入力したデータを格納する画面入力データ記憶部と、画面に出力するデータを格納する画面出力データ記憶部と、データベースに入出力するデータを格納する業務データ記憶部有する対話型システムにおいて、画面から入力したデータを操作する画面入力データ操作部と、画面に出力するデータを操作する画面出力データ操作部と、データベースに入出力するデータの操作及び入出力処理を行うデータベース操作部と、前記画面入力データ操作部と画面出力データ操作部とデータベース操作部の実行順序を記憶したプログラム遷移記憶部と、前記プログラム遷移記憶部に記憶している実行順序にしたがって、前記画面入力データ操作部と画面出力データ操作部とデータベース操作部の実行を制御するプログラム遷移制御部とを設けたことを特徴とする対話型システムのプログラム制御方式(特開平5−73290号公報参照)などがある。   As a program development method related to such a screen, for example, an interactive system program is divided into a screen data operation unit, a database operation unit, and a program transition control unit, thereby facilitating program development of this type of system. For this purpose, a dialog having a screen input data storage unit for storing data input from the screen, a screen output data storage unit for storing data to be output to the screen, and a business data storage unit for storing data input to and output from the database In the type system, the screen input data operation unit that operates the data input from the screen, the screen output data operation unit that operates the data that is output to the screen, and the database operation that performs the data input / output and input / output processing to / from the database Section, the screen input data operation section, the screen output data operation section, and the data base. Control the execution of the screen input data operation unit, the screen output data operation unit, and the database operation unit according to the execution order stored in the program transition storage unit. For example, there is a program control system for an interactive system (see Japanese Patent Laid-Open No. 5-73290) characterized in that a program transition control unit is provided.

また、一般的にJAVA(R)でWEBアプリケーションを開発する場合、MVC(Model−View−Controller)モデルに基づき、開発を行う。このモデルにおけるビュー(View)は、業務プログラムの実行した結果をユーザに見せる役割を持っている。また、コントローラ(Controller)は、業務プログラムの実行を制御する役割を持っている。このコントローラは画面とその画面に対応する処理プログラム(業務プログラム)の対応付けを制御するものである。   In general, when developing a WEB application with JAVA®, development is performed based on an MVC (Model-View-Controller) model. The view (View) in this model has a role of showing the result of execution of the business program to the user. The controller has a role of controlling execution of the business program. This controller controls the association between a screen and a processing program (business program) corresponding to the screen.

上記MVCモデルに基づくプログラムでコンポーネントと呼ばれるプログラムを組み合わせて開発を行う技術として、例えば、電子申請システムやコンピュータシステムの開発に関する開発効率の効果が十分に得られるように、上位コンポーネントの修正や、下位コンポーネントの作成、修正が頻繁に行われても修正の影響を大きく広げずに開発、修正できる技術の提供を目的として、申請に関する処理を進めるのに必要な個々の処理業務であるアクションと、前記処理業務を構成する個々の業務要素であるアクションコンポーネントと、前記業務要素を実行するプログラムとを用いて、住民や企業の申請者を対象とする申請者端末からの申請に関する処理を行う電子申請システムの動作属性指定装置であって、この電子申請システムの動作属性指定装置は、前記アクションを特定するために当該アクションに付与したアクション名と、前記アクションコンポーネントを特定するために当該アクションコンポーネントに付与したアクションコンポーネント名と、前記アクション名とアクションコンポーネント名との対応付けをするコンポーネント名対応情報と、前記アクションコンポーネント名と、前記プログラムを特定するために前記プログラムに付与したプログラム名との対応付けをするプログラム名対応情報と、前記コンポーネント名対応情報と前記プログラム名対応情報を記憶しておく動作属性記憶部と、前記動作属性記憶部に記憶しておく前記対応情報に関する定義情報を入力する定義情報入力実行部と、前記定義情報入力実行部で入力した定義情報を元に前記動作属性記憶部の内容を作成更新する動作属性記憶内容作成更新部と、動作属性記憶部の前記対応情報を参照して前記アクションコンポーネントの実行を制御するアクション制御部と、を含むことを特徴とする電子申請システムの動作属性指定装置(特開2004−46530号公報参照)などがある。
特開平5−73290号公報 特開2004−46530号公報
As a technology for developing a program based on the above MVC model by combining a program called a component, for example, the modification of the upper component or the lower component so that the development efficiency related to the development of the electronic application system or the computer system can be sufficiently obtained. Actions that are individual processing tasks required to proceed with the processing related to the application for the purpose of providing a technology that can be developed and modified without greatly expanding the impact of the modification even if the component is frequently created and modified, An electronic application system that performs processing related to applications from applicant terminals for residents and companies applicants using action components that are individual business elements constituting the processing business and a program that executes the business elements The operation attribute designation device of the electronic application system The gender specifying device corresponds to the action name given to the action to identify the action, the action component name given to the action component to identify the action component, and the action name and action component name. Component name correspondence information to be assigned, the action component name, program name correspondence information for associating the program name assigned to the program to identify the program, the component name correspondence information and the program name An operation attribute storage unit that stores correspondence information, a definition information input execution unit that inputs definition information about the correspondence information stored in the operation attribute storage unit, and definition information that is input by the definition information input execution unit Based on the behavior attribute An electronic device comprising: an operation attribute storage content creation / updating unit that creates and updates the content of a storage unit; and an action control unit that controls execution of the action component with reference to the correspondence information of the operation attribute storage unit There is an operation attribute specifying device (see JP 2004-46530 A) for an application system.
Japanese Patent Laid-Open No. 5-73290 JP 2004-46530 A

例えば、上記の特開平5−73290号公報が示す技術は、画面の表示順序と独立にプログラムを作成して開発できる対話型システムのプログラム開発方式を提供するものである。また、特開2004−46530号公報が示す技術は、コンポーネントと呼ばれるプログラムを組み合わせた開発方式を提供するものである。   For example, the technique disclosed in the above-mentioned Japanese Patent Application Laid-Open No. 5-73290 provides a program development method for an interactive system in which a program can be created and developed independently of the screen display order. The technique disclosed in Japanese Patent Application Laid-Open No. 2004-46530 provides a development method in which programs called components are combined.

しかしながら上記の従来技術を採用しても、前述のビューの定義(画面項目の配置及び項目の属性定義)はプログラム毎にソースコードとして記述しなければならない。また、一般にWebアプリケーションにおけるアクションコンポーネントは、外部からの入力値を受け取り、数値の計算、入力値に基づく他アクションコンポーネントの実行を行い、結果を出力する。アクションコンポーネントの入力値としては画面からの入力値をセットすることがある。その場合、画面項目1つごとにソースコードの記述が必要となるので、画面項目の追加に伴いコーディング量が増加する。また、画面で定義した処理実行用のボタンに対応して実行するアクションコンポーネントの定義及び画面項目のアクションコンポーネントへの引数の受け渡しは、ソースコードの記述が必要であった。   However, even if the above-described conventional technology is employed, the above-described view definition (screen item arrangement and item attribute definition) must be described as source code for each program. In general, an action component in a Web application receives an external input value, calculates a numerical value, executes another action component based on the input value, and outputs a result. An input value from the screen may be set as an input value of the action component. In this case, since it is necessary to describe the source code for each screen item, the coding amount increases with the addition of the screen item. In addition, the definition of the action component to be executed corresponding to the button for executing the process defined on the screen and the passing of the argument of the screen item to the action component required the description of the source code.

そこで本発明は上記課題を鑑みてなされたものであり、ビュー定義及びビュー定義に伴うアクションコンポーネント呼び出し処理にかかるソースコーディング量を削減可能とする、情報処理装置、情報処理装置方法、プログラムを提供することを主たる目的とする。   Accordingly, the present invention has been made in view of the above problems, and provides an information processing apparatus, an information processing apparatus method, and a program that can reduce the amount of source coding required for view definition and action component invocation processing accompanying the view definition. The main purpose.

上記課題を解決する本発明の情報処理装置は、アプリケーションプログラムの動作属性の設定支援を行う情報処理装置であって、アプリケーションプログラムの実行に伴って端末に出力される各画面データにおける、画面項目と、画面項目の配置と、画面項目の属性と、各画面同士の連携を示す画面遷移の情報について入力欄を備えた入力画面データたる画面定義シートを入力インターフェイスとして前記端末に送信し、前記入力欄での設定を画面定義情報として受け付けて、前記画面定義情報を各画面に対応付けて記憶装置に格納する、画面定義制御部と、前記各画面データの前記端末への出力に伴って実行の予定があるアクションコンポーネントに関し、入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての設定と、アクションコンポーネント実行時のエラー発生に対応した動作と、当該動作に対応して画面表示させるメッセージについての設定とに関する入力欄を備えた入力画面データたるデータ入出力定義シートを前記端末に送信し、前記入力欄での設定をデータ入出力定義情報として受け付けて、前記データ入出力定義情報を記憶装置に格納する、データ入出力制御部と、前記画面定義情報を前記端末での該当画面データの出力処理に応じたコードに変換するルールが格納された画面定義コーディングルール格納部と、前記データ入出力定義情報を前記端末での該当画面データの出力処理に応じたコードに変換するルールが格納されたデータ入出力定義コーディングルール格納部と、前記記憶装置の画面定義情報を読み出して、前記読み出した画面定義情報を前記画面定義コーディングルール格納部のルールに適用することでコードを生成し、前記コードを記憶装置に格納する画面定義コード生成部と、前記記憶装置のデータ入出力定義情報を読み出して、このデータ入出力定義情報を前記データ入出力定義コーディングルール格納部のルールに適用することでコードを生成し、前記コードを記憶装置に格納するデータ入出力定義コード生成部と、前記アプリケーションプログラムの実行に際して、前記記憶装置に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて端末へ出力する、出力処理部と、を備える。 An information processing apparatus of the present invention that solves the above problems is an information processing apparatus that supports setting of operation attributes of an application program, and includes screen items in each screen data output to a terminal as the application program is executed. The screen definition sheet, which is input screen data including an input field, is sent to the terminal as an input interface with respect to screen item layout, screen item attributes, and screen transition information indicating cooperation between the screens. settings in accepted as the screen definition information to be stored in the storage device in association with the screen definition data on each screen, and the screen definition controller, the schedule of execution with the output to the terminal of each screen data With respect to an action component, at least one of an input argument and an output argument and a screen item in the screen definition information Corresponding setting of the relationship, the operation corresponding to the error occurrence at the time of the action component execution, the input screen data serving data output definition having an input field on setting and for messages to be screen displayed in correspondence with the operation of the A sheet is transmitted to the terminal, the setting in the input field is received as data input / output definition information, and the data input / output definition information is stored in a storage device; A screen definition coding rule storage unit that stores a rule for conversion to a code corresponding to the output process of the corresponding screen data at the terminal, and a code according to the output process of the corresponding screen data at the terminal A data input / output definition coding rule storage unit that stores rules for conversion to the screen, and screen definition information of the storage device A screen definition code generation unit that generates a code by applying the read screen definition information to the rules of the screen definition coding rule storage unit, and stores the code in a storage device; and data in the storage device Data input / output definition code generation that reads out the input / output definition information and applies the data input / output definition information to the rules of the data input / output definition coding rule storage unit to generate a code and stores the code in a storage device And an output processing unit that reads each code stored in the storage device and outputs each screen data to the terminal according to the information on the screen transition when the application program is executed.

また、本発明の情報処理装置において、前記画面定義制御部は、画面定義情報として、各画面同士の連携を示す画面遷移の情報を入力インターフェイスから受付けて、前記画面定義情報を各画面に対応付けて記憶装置に格納するものであり、前記出力処理部は、前記アプリケーションプログラムの実行に際して、前記記憶装置に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて端末へ出力する、とすれば好適である。   In the information processing apparatus of the present invention, the screen definition control unit accepts screen transition information indicating cooperation between the screens as screen definition information from the input interface, and associates the screen definition information with each screen. The output processing unit reads each code stored in the storage device when executing the application program, and stores each screen data in accordance with the screen transition information. It is preferable to output to.

また、本発明の情報処理装置において、前記画面定義コーディングルール格納部は、前記端末での該当画面データの出力処理に応じたコードを生成するルールとして、前記画面定義情報から、当該画面定義情報の含む画面項目、画面項目の配置、画面項目の属性の少なくともいずれかに応じたタグを生成し、当該タグに前記画面項目、画面項目の配置、画面項目の属性の各データを対応付ける手順情報を格納するものであり、前記データ入出力定義コーディングルール格納部は、前記端末での該当画面データの出力処理に応じたコードを生成するルールとして、前記データ入出力定義情報から、前記データ入出力定義情報の含む前記入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との少なくともいずれかに応じたタグを生成し、当該タグに前記入力引数ないし出力引数、前記画面定義情報における画面項目の各データを対応付ける手順情報を格納するものである、とすれば好適である。   Further, in the information processing apparatus of the present invention, the screen definition coding rule storage unit generates, as a rule for generating a code corresponding to the output processing of the corresponding screen data in the terminal, from the screen definition information, Generates tags according to at least one of the screen items to be included, the layout of screen items, and the attributes of screen items, and stores the procedure information that associates each data of the screen items, the layout of screen items, and the attributes of screen items with the tags The data input / output definition coding rule storage unit generates the code corresponding to the output processing of the corresponding screen data in the terminal as a rule to generate the data input / output definition information from the data input / output definition information. And / or at least one of the input argument or output argument included in the screen definition information and the screen item in the screen definition information Generating tags corresponding, the input argument to an output argument to the tag, and stores the procedure information for associating each data item in the screen field in the screen definition information, and it is preferred to.

また、本発明の情報処理装置において、前記画面定義制御部は、各画面データ毎に予め設定した、画面項目と、画面項目の配置と、画面項目の属性とについての入力欄を備えた入力画面データを入力インターフェイスとして前記端末に送信するものであり、前記データ入出力制御部は、各画面データ毎に予め設定した、アクションコンポーネントの入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての入力欄を備えた入力画面データを入力インターフェイスとして前記端末に送信するものである、とすれば好適である。   Also, in the information processing apparatus of the present invention, the screen definition control unit includes an input screen having input fields for screen items, arrangement of screen items, and attributes of the screen items set in advance for each screen data. Data is transmitted to the terminal as an input interface, and the data input / output control unit is set in advance for each screen data, and at least one of an input argument or an output argument of an action component and a screen item in the screen definition information It is preferable that the input screen data having an input field for the correspondence relationship is transmitted to the terminal as an input interface.

また、本発明の情報処理装置において、前記画面定義制御部は、画面定義情報を同じ画面データに関して入力インターフェイスから再度受付けた場合、前記記憶装置に格納されていた画面定義情報を最新の情報に更新し、前記データ入出力制御部は、データ入出力定義情報を同じアクションコンポーネントに関して入力インターフェイスから再度受け付けた場合、前記記憶装置に格納されていたデータ入出力定義情報を最新の情報に更新し、前記画面定義コード生成部は、前記記憶装置における画面定義情報の更新を検知して、最新の画面定義情報を読み出し、コードの再生成と、再生成したコードの記憶装置への格納を実行し、データ入出力定義コード生成部は、前記記憶装置におけるデータ入出力定義情報の更新を検知して、最新のデータ入出力定義情報を読み出し、コードの再生成と、再生成したコードの記憶装置への格納を実行し、前記出力処理部は、アプリケーションプログラムの実行に際して、前記記憶装置に格納されている再生成されたコードを読み出して画面データの端末への出力を実行するものである、とすれば好適である。   In the information processing apparatus of the present invention, the screen definition control unit updates the screen definition information stored in the storage device to the latest information when the screen definition information is received again from the input interface with respect to the same screen data. The data input / output control unit updates the data input / output definition information stored in the storage device to the latest information when the data input / output definition information is received from the input interface again with respect to the same action component, and The screen definition code generation unit detects the update of the screen definition information in the storage device, reads the latest screen definition information, regenerates the code, stores the regenerated code in the storage device, The input / output definition code generator detects the update of the data input / output definition information in the storage device and detects the latest data. Read the input / output definition information, regenerate the code, and store the regenerated code in the storage device. The output processing unit is regenerated and stored in the storage device when executing the application program. It is preferable that the code is read and the screen data is output to the terminal.

また、本発明の情報処理方法は、アプリケーションプログラムの動作属性の設定支援を行う情報処理装置が、アプリケーションプログラムの実行に伴って端末に出力される各画面データにおける、画面項目と、画面項目の配置と、画面項目の属性と、各画面同士の連携を示す画面遷移の情報について入力欄を備えた入力画面データたる画面定義シートを入力インターフェイスとして前記端末に送信し、前記入力欄での設定を画面定義情報として受け付けて、前記画面定義情報を各画面に対応付けて記憶装置に格納する処理と、前記各画面データの前記端末への出力に伴って実行の予定があるアクションコンポーネントに関し、入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての設定と、アクションコンポーネント実行時のエラー発生に対応した動作と、当該動作に対応して画面表示させるメッセージについての設定とに関する入力欄を備えた入力画面データたるデータ入出力定義シートを前記端末に送信し、前記入力欄での設定をデータ入出力定義情報として受け付けて、前記データ入出力定義情報を記憶装置に格納する処理と、前記記憶装置の画面定義情報を読み出して、前記読み出した画面定義情報を、前記画面定義情報に基づき前記端末での該当画面データの出力処理に応じたコードを生成するルール、に適用することでコードを生成し、前記コードを記憶装置に格納する処理と、前記記憶装置のデータ入出力定義情報を読み出して、このデータ入出力定義情報を、前記データ入出力定義情報に基づき前記端末での該当画面データの出力処理に応じたコードを生成するルール、に適用することでコードを生成し、前記コードを記憶装置に格納する処理と、前記アプリケーションプログラムの実行に際して、前記記憶装置に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて端末へ出力する処理と、を実行することを特徴とする。 Further, the information processing method of the present invention provides a screen item and an arrangement of screen items in each screen data output to a terminal by an information processing apparatus that supports setting of operation attributes of the application program. The screen definition sheet, which is input screen data having an input field, is sent to the terminal as an input interface for screen item attributes and screen transition information indicating cooperation between the screens , and the settings in the input field are displayed on the screen. With respect to an action component that is received as definition information and stores the screen definition information in a storage device in association with each screen, and an action component that is scheduled to be executed when the screen data is output to the terminal, an input argument or the setting for the corresponding relationship between the screen items in at least the screen definition information with any output arguments Sending to the terminal a data input / output definition sheet, which is input screen data including an input field related to an operation corresponding to an error occurrence at the time of executing an action component and a setting for a message to be displayed on the screen corresponding to the operation, Accepting the setting in the input field as data input / output definition information, storing the data input / output definition information in a storage device, reading the screen definition information of the storage device, and reading the screen definition information, A process of generating a code by applying to a rule for generating a code according to an output process of the corresponding screen data in the terminal based on the screen definition information, storing the code in a storage device, and data in the storage device The input / output definition information is read out, and the data input / output definition information is read from the terminal based on the data input / output definition information. A code is generated by applying to a rule for generating a code corresponding to an output process of screen data, the code is stored in the storage device, and stored in the storage device when the application program is executed A process of reading each code and outputting each screen data to a terminal in accordance with the screen transition information is executed.

また、本発明のプログラムは、アプリケーションプログラムの動作属性の設定支援を行う情報処理装置に、アプリケーションプログラムの実行に伴って端末に出力される各画面データにおける、画面項目と、画面項目の配置と、画面項目の属性と、各画面同士の連携を示す画面遷移の情報について入力欄を備えた入力画面データたる画面定義シートを入力インターフェイスとして前記端末に送信し、前記入力欄での設定を画面定義情報として受け付けて、前記画面定義情報を各画面に対応付けて記憶装置に格納する処理と、前記各画面データの前記端末への出力に伴って実行の予定があるアクションコンポーネントに関し、入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての設定と、アクションコンポーネント実行時のエラー発生に対応した動作と、当該動作に対応して画面表示させるメッセージについての設定とに関する入力欄を備えた入力画面データたるデータ入出力定義シートを前記端末に送信し、前記入力欄での設定をデータ入出力定義情報として受け付けて、前記データ入出力定義情報を記憶装置に格納する処理と、前記記憶装置の画面定義情報を読み出して、前記読み出した画面定義情報を、前記画面定義情報に基づき前記端末での該当画面データの出力処理に応じたコードを生成するルール、に適用することでコードを生成し、前記コードを記憶装置に格納する処理と、前記記憶装置のデータ入出力定義情報を読み出して、このデータ入出力定義情報を、前記データ入出力定義情報に基づき前記端末での該当画面データの出力処理に応じたコードを生成するルール、に適用することでコードを生成し、前記コードを記憶装置に格納する処理と、前記アプリケーションプログラムの実行に際して、前記記憶装置に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて端末へ出力する処理と、を実行させることを特徴とする。 In addition, the program of the present invention provides an information processing device that supports setting of operation attributes of an application program, a screen item in each screen data output to the terminal in accordance with the execution of the application program, a layout of screen items, A screen definition sheet, which is input screen data having an input field, is sent to the terminal as an input interface for screen item attributes and screen transition information indicating the cooperation between the screens , and the settings in the input field are set as the screen definition information. As an input argument or an output argument regarding an action component that is scheduled to be executed in association with a process of storing the screen definition information in a storage device in association with each screen and outputting each screen data to the terminal the setting for the corresponding relationship between the screen items in at least one said screen definition information, A data input / output definition sheet, which is input screen data including an input field relating to an operation corresponding to the occurrence of an error at the time of execution of an operation component and a setting for a message to be displayed on the screen corresponding to the operation, to the terminal, Accepting the setting in the input field as data input / output definition information, storing the data input / output definition information in a storage device, reading the screen definition information of the storage device, and reading the screen definition information, A process of generating a code by applying to a rule for generating a code according to an output process of the corresponding screen data in the terminal based on the screen definition information, storing the code in a storage device, and data in the storage device Read the input / output definition information, and this data input / output definition information is determined by the terminal based on the data input / output definition information. A code is generated by applying to a rule for generating a code according to the surface data output process, the code is stored in the storage device, and stored in the storage device when the application program is executed A process of reading each code and outputting each screen data to a terminal according to the information of the screen transition is executed.

その他、本願が開示する課題、及びその解決方法は、発明の実施の形態の欄、及び図面により明らかにされる。   In addition, the problems disclosed by the present application and the solutions thereof will be clarified by the embodiments of the present invention and the drawings.

本発明によれば、ビュー定義及びビュー定義に伴うアクションコンポーネント呼び出し処理にかかるソースコーディング量を削減可能とできる。   According to the present invention, it is possible to reduce the amount of source coding required for view definition and action component invocation processing accompanying the view definition.

−−−システム構成−−−
以下に本発明の実施形態について図面を用いて詳細に説明する。図1は本実施形態の情報処理装置たるサーバ100を含むネットワーク構成図である。前記情報処理装置たるサーバ100(以下、サーバ100)は、アプリケーションプログラムの動作属性の設定支援を行う情報処理装置である。前記サーバ100の機能構成としては、本発明の情報処理方法を実行する機能を実現すべく、書き換え可能メモリなどのプログラムデータベース101にプログラム102を備えて、このプログラム102をメモリ103に読み出し、演算装置たるCPU104により実行する。また、前記サーバ100は、各種ボタン類などの入力インターフェイス105や、ディスプレイなどの出力インターフェイス106、ならびに端末200などの外部装置との間のデータ授受を担う通信装置107などを有している。前記サーバ100は、前記通信装置107により、端末200といった外部装置と例えば公衆回線網、インターネットや無線LANなどの各種ネットワーク140に接続し、データ授受を実行する。なお、前記端末200は、前記アプリケーションプログラムの実行に伴って画面データが出力される端末を指す。サーバ100とデータ通信可能にネットワーク140で接続されていれば
続いて、前記サーバ100が、例えばプログラム102に基づき構成・保持する機能部につき説明を行う。なお、前記サーバ100は、画面定義情報を前記端末200での該当画面データの出力処理に応じたコードに変換するルールが格納された画面定義コーディングルール格納部125と、データ入出力定義情報を前記端末200での該当画面データの出力処理に応じたコードに変換するルールが格納されたデータ入出力定義コーディングルール格納部126とを利用可能であるとする。前記各記憶部125、126らは、前記サーバ100が備えるハードディスクドライブなどの適宜な記憶装置150に備わるものとできる。或いは、これら記憶部125、126がサーバ100とは別にネットワーク140上に存在するとしてもよい。この場合、前記サーバ100はたとえばDBMS(Database Management System)を備え、ネットワーク140を介して前記各記憶部125、126にアクセスし、情報登録や情報検索などの処理を実行する。
--- System configuration ---
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a network configuration diagram including a server 100 as an information processing apparatus according to the present embodiment. The server 100 as the information processing apparatus (hereinafter referred to as the server 100) is an information processing apparatus that supports setting of operation attributes of application programs. As the functional configuration of the server 100, in order to realize the function of executing the information processing method of the present invention, a program database 101 such as a rewritable memory is provided with a program 102, and the program 102 is read into the memory 103, This is executed by the CPU 104. The server 100 also includes an input interface 105 such as various buttons, an output interface 106 such as a display, and a communication device 107 that handles data exchange with an external device such as the terminal 200. The server 100 uses the communication device 107 to connect to an external device such as the terminal 200 and various networks 140 such as a public line network, the Internet, and a wireless LAN, and exchange data. The terminal 200 refers to a terminal that outputs screen data as the application program is executed. If the server 100 is connected to the server 100 via the network 140, the function unit configured and held by the server 100 based on, for example, the program 102 will be described. The server 100 includes a screen definition coding rule storage unit 125 that stores a rule for converting screen definition information into a code corresponding to the output processing of the corresponding screen data in the terminal 200, and the data input / output definition information. It is assumed that the data input / output definition coding rule storage unit 126 in which a rule for converting into a code corresponding to the output processing of the corresponding screen data in the terminal 200 is stored can be used. Each of the storage units 125 and 126 and the like can be provided in an appropriate storage device 150 such as a hard disk drive provided in the server 100. Alternatively, these storage units 125 and 126 may exist on the network 140 separately from the server 100. In this case, the server 100 includes, for example, a DBMS (Database Management System), accesses the storage units 125 and 126 via the network 140, and executes processing such as information registration and information search.

こうしたサーバ100は、アプリケーションプログラムの実行に伴って端末200に出力される各画面データにおける、画面項目と、画面項目の配置と、画面項目の属性とについての設定を画面定義情報として入力インターフェイス105から受付けて、前記画面定義情報を記憶装置150に格納する、画面定義制御部110を備える。   The server 100 uses the input interface 105 as the screen definition information to set the screen items, the layout of the screen items, and the attributes of the screen items in each screen data output to the terminal 200 as the application program is executed. A screen definition control unit 110 that receives and stores the screen definition information in the storage device 150 is provided.

また、前記サーバ100は、前記各画面データの前記端末200への出力に伴って実行の予定があるアクションコンポーネントに関し、入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての設定をデータ入出力定義情報として入力インターフェイス105から受け付けて、前記データ入出力定義情報を記憶装置150に格納する、データ入出力制御部111を備える。   Further, the server 100 relates to an action component that is scheduled to be executed as the screen data is output to the terminal 200, and a correspondence relationship between at least one of an input argument and an output argument and a screen item in the screen definition information. A data input / output control unit 111 is provided that accepts the setting for the data input / output definition information from the input interface 105 and stores the data input / output definition information in the storage device 150.

また、前記サーバ100は、前記記憶装置150の画面定義情報を読み出して、前記読み出した画面定義情報を前記画面定義コーディングルール格納部125のルールに適用することでコードを生成し、前記コードを記憶装置150に格納する画面定義コード生成部112を備える。   Further, the server 100 reads the screen definition information in the storage device 150, generates the code by applying the read screen definition information to the rules in the screen definition coding rule storage unit 125, and stores the code A screen definition code generation unit 112 stored in the device 150 is provided.

また、前記サーバ100は、前記記憶装置150のデータ入出力定義情報を読み出して、このデータ入出力定義情報を前記データ入出力定義コーディングルール格納部126のルールに適用することでコードを生成し、前記コードを記憶装置150に格納するデータ入出力定義コード生成部113を備える。   In addition, the server 100 reads the data input / output definition information of the storage device 150 and applies the data input / output definition information to the rules of the data input / output definition coding rule storage unit 126 to generate a code, A data input / output definition code generator 113 for storing the code in the storage device 150 is provided.

また、前記サーバ100は、前記アプリケーションプログラムの実行に際して、前記記憶装置150に格納されている各コードを読み出して画面データの端末200への出力を実行する、出力処理部114を備える。   In addition, the server 100 includes an output processing unit 114 that reads each code stored in the storage device 150 and outputs screen data to the terminal 200 when the application program is executed.

なお、前記サーバ100における、前記画面定義制御部110は、画面定義情報として、各画面同士の連携を示す画面遷移の情報を入力インターフェイス105から受付けて、前記画面定義情報を各画面に対応付けて記憶装置150に格納するものとしてもよい。この場合、前記出力処理部114は、前記アプリケーションプログラムの実行に際して、前記記憶装置150に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて端末200へ出力することとなる。   The screen definition control unit 110 in the server 100 receives screen transition information indicating cooperation between the screens as the screen definition information from the input interface 105, and associates the screen definition information with each screen. It may be stored in the storage device 150. In this case, when the application program is executed, the output processing unit 114 reads each code stored in the storage device 150 and outputs each screen data to the terminal 200 according to the screen transition information. It becomes.

また、前記サーバ100における前記画面定義コーディングルール格納部125は、前記端末200での該当画面データの出力処理に応じたコードを生成するルールとして、前記画面定義情報から、当該画面定義情報の含む画面項目、画面項目の配置、画面項目の属性の少なくともいずれかに応じたタグを生成し、当該タグに前記画面項目、画面項目の配置、画面項目の属性の各データを対応付ける手順情報を格納するものであるとしてもよい。 また、前記サーバ100における前記データ入出力定義コーディングルール格納部126は、前記端末200での該当画面データの出力処理に応じたコードを生成するルールとして、前記データ入出力定義情報から、前記データ入出力定義情報の含む前記入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との少なくともいずれかに応じたタグを生成し、当該タグに前記入力引数ないし出力引数、前記画面定義情報における画面項目の各データを対応付ける手順情報を格納するものであるとしてもよい。   In addition, the screen definition coding rule storage unit 125 in the server 100 includes a screen including the screen definition information from the screen definition information as a rule for generating a code corresponding to the output processing of the corresponding screen data in the terminal 200. Generates a tag corresponding to at least one of an item, an arrangement of screen items, and an attribute of a screen item, and stores procedure information that associates each data of the screen item, the arrangement of the screen item, and the attribute of the screen item with the tag It may be. Further, the data input / output definition coding rule storage unit 126 in the server 100 generates, as a rule for generating a code corresponding to the output processing of the corresponding screen data in the terminal 200, from the data input / output definition information, the data input / output definition information. A tag corresponding to at least one of the input argument or output argument included in the output definition information and at least one of the screen items in the screen definition information is generated, and the input argument or output argument in the tag, the screen definition information Procedure information for associating each data of the screen item may be stored.

また、前記サーバ100における前記画面定義制御部110は、各画面データ毎に予め設定した、画面項目と、画面項目の配置と、画面項目の属性とについての入力欄を備えた入力画面データを入力インターフェイス105として前記端末200に送信するものであるとしてもよい。この場合、前記データ入出力制御部111は、各画面データ毎に予め設定した、アクションコンポーネントの入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての入力欄を備えた入力画面データを入力インターフェイス105として前記端末200に送信するものとなる。   In addition, the screen definition control unit 110 in the server 100 inputs input screen data including input fields for screen items, screen item arrangements, and screen item attributes set in advance for each screen data. The interface 105 may be transmitted to the terminal 200. In this case, the data input / output control unit 111 includes an input field for a correspondence relationship between at least one of an input argument or an output argument of an action component and a screen item in the screen definition information, which is set in advance for each screen data. The input screen data is transmitted to the terminal 200 as the input interface 105.

また、前記サーバ100における前記画面定義制御部110は、画面定義情報を同じ画面データに関して入力インターフェイス105から再度受付けた場合、前記記憶装置150に格納されていた画面定義情報を最新の情報に更新するとしてもよい。また、前記データ入出力制御部111は、データ入出力定義情報を同じアクションコンポーネントに関して入力インターフェイス105から再度受け付けた場合、前記記憶装置150に格納されていたデータ入出力定義情報を最新の情報に更新するとしてもよい。   When the screen definition control unit 110 in the server 100 receives the screen definition information from the input interface 105 again with respect to the same screen data, the screen definition control unit 110 updates the screen definition information stored in the storage device 150 to the latest information. It is good. Further, when the data input / output control unit 111 receives the data input / output definition information again from the input interface 105 with respect to the same action component, the data input / output definition information is updated to the latest information. You may do that.

この場合、前記画面定義コード生成部112は、前記記憶装置150における画面定義情報の更新を検知して、最新の画面定義情報を読み出し、コードの再生成と、再生成したコードの記憶装置150への格納を実行するものとなる。また、データ入出力定義コード生成部113は、前記記憶装置150におけるデータ入出力定義情報の更新を検知して、最新のデータ入出力定義情報を読み出し、コードの再生成と、再生成したコードの記憶装置150への格納を実行するものとなる。また、前記出力処理部114は、アプリケーションプログラムの実行に際して、前記記憶装置150に格納されている再生成されたコードを読み出して画面データの端末200への出力を実行するものとなる。   In this case, the screen definition code generation unit 112 detects the update of the screen definition information in the storage device 150, reads the latest screen definition information, regenerates the code, and stores the regenerated code in the storage device 150. Is stored. Further, the data input / output definition code generation unit 113 detects the update of the data input / output definition information in the storage device 150, reads the latest data input / output definition information, regenerates the code, and generates the regenerated code. The storage in the storage device 150 is executed. Further, when executing the application program, the output processing unit 114 reads out the regenerated code stored in the storage device 150 and outputs the screen data to the terminal 200.

なお、これまで示した前記サーバ100における各機能部110〜114は、ハードウェアとして実現してもよいし、メモリやHDD(Hard Disk Drive)などの適宜な記憶装置150に格納したプログラムとして実現するとしてもよい。この場合、前記サーバ100のCPUが、プログラム実行に合わせて記憶装置150より該当プログラムをメモリ103に読み出して、これを実行することとなる。   Note that each of the functional units 110 to 114 in the server 100 described so far may be realized as hardware, or realized as a program stored in an appropriate storage device 150 such as a memory or an HDD (Hard Disk Drive). It is good. In this case, the CPU of the server 100 reads out the corresponding program from the storage device 150 to the memory 103 and executes it in accordance with the program execution.

なお、前記画面定義コーディングルール格納部125が格納するルールとしては、例えば、前記画面定義情報から、当該画面定義情報の含む画面項目、画面項目の配置、画面項目の属性の少なくともいずれかに応じたタグを生成し、当該タグに前記画面項目、画面項目の配置、画面項目の属性の各データを対応付ける手順情報を格納するものが想定できる。   Note that the rules stored in the screen definition coding rule storage unit 125 correspond to, for example, at least one of the screen items included in the screen definition information, the arrangement of screen items, and the attributes of the screen items from the screen definition information. It can be assumed that a tag is generated and procedure information for associating each data of the screen item, the arrangement of the screen item, and the attribute of the screen item with the tag is stored.

また、前記データ入出力定義コーディングルール格納部126が格納するルールとしては、例えば、前記データ入出力定義情報から、前記データ入出力定義情報の含む前記入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との少なくともいずれかに応じたタグを生成し、当該タグに前記入力引数ないし出力引数、前記画面定義情報における画面項目の各データを対応付ける手順情報を格納するものが想定できる。   The data input / output definition coding rule storage unit 126 stores, for example, the data input / output definition information, at least one of the input argument or output argument included in the data input / output definition information, and the screen definition. It can be assumed that a tag corresponding to at least one of the screen items in the information is generated, and the procedure information for associating the input argument or output argument with each data of the screen item in the screen definition information is associated with the tag.

上記画面定義コーディングルール格納部125、データ入出力定義コーディングルール格納部126がそれぞれ格納するルールとしては、たとえば一般的には、表計算アプリケーションの扱うデータ形式(csvなど)を、XML形式のデータに変換する際に用いる、従来のコーディング手順を採用すればよい。また、画面定義コーディングルール格納部125、データ入出力定義コーディングルール格納部126は、サーバ100の備える適宜な記憶装置(例:ハードディスクドライブや不揮発性メモリなど)の記憶領域に設けることを想定する。   As the rules stored in the screen definition coding rule storage unit 125 and the data input / output definition coding rule storage unit 126, for example, generally, the data format (csv or the like) handled by the spreadsheet application is changed to XML format data. A conventional coding procedure used for conversion may be employed. Further, it is assumed that the screen definition coding rule storage unit 125 and the data input / output definition coding rule storage unit 126 are provided in a storage area of an appropriate storage device (eg, hard disk drive, non-volatile memory, etc.) provided in the server 100.

−−−処理フロー例1−−−
以下、本実施形態における情報処理方法に対応する処理フロー例について、図に基づき説明する。なお、以下で説明する情報処理方法に対応する各種動作は、前記サーバ100が、適宜なメモリに読み出して実行するプログラムによって実現される。そして、こうしたプログラムは、以下に説明される各種の動作を行うためのコードからそれぞれ構成されている。
--- Processing flow example 1 ---
Hereinafter, a processing flow example corresponding to the information processing method in the present embodiment will be described with reference to the drawings. Note that various operations corresponding to the information processing method described below are realized by a program that the server 100 reads into an appropriate memory and executes. Such a program is composed of codes for performing various operations described below.

図2は本実施形態の情報処理方法における処理手順例1を示すフロー図である。ここではまず、本実施形態における情報処理方法の大まかな流れを説明する。このフローにおいては、アプリケーションプログラムの設計ないし修正がなされる際に、情報処理装置たるサーバ100がどのような処理を実行するのかが示される。   FIG. 2 is a flowchart showing a processing procedure example 1 in the information processing method of the present embodiment. First, a general flow of the information processing method in the present embodiment will be described. This flow shows what processing is executed by the server 100 as the information processing apparatus when the application program is designed or modified.

ここで前記サーバ100における前記画面定義制御部110は、各画面データ毎に予め設定した、画面項目と、画面項目の配置と、画面項目の属性とについての入力欄を備えた入力画面データ、つまり画面定義シート500(図8(a))を入力インターフェイス105として前記端末200に送信する(s10)。この画面定義シート500については後述する。   Here, the screen definition control unit 110 in the server 100 is input screen data having input fields for screen items, arrangement of screen items, and attributes of screen items set in advance for each screen data, that is, The screen definition sheet 500 (FIG. 8A) is transmitted to the terminal 200 as the input interface 105 (s10). The screen definition sheet 500 will be described later.

また、前記サーバ100の画面定義制御部110は、アプリケーションプログラムの実行に伴って端末200に出力される各画面データにおける、画面項目と、画面項目の配置と、画面項目の属性とについての設定を画面定義情報として入力インターフェイス105たる前記画面定義シート500から受付けて、前記画面定義情報を記憶装置150に格納する(s11)。   Further, the screen definition control unit 110 of the server 100 sets the screen item, the arrangement of the screen item, and the attribute of the screen item in each screen data output to the terminal 200 when the application program is executed. The screen definition information is received from the screen definition sheet 500 as the input interface 105, and the screen definition information is stored in the storage device 150 (s11).

また、前記サーバ100の前記データ入出力制御部111は、各画面データ毎に予め設定した、アクションコンポーネントの入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての入力欄を備えた入力画面データ、つまりプログラム構成定義シート510、データ入出力定義シート520を入力インターフェイス105として前記端末200に送信する(s12)。このプログラム構成定義シート510、データ入出力定義シート520についても後述する。   In addition, the data input / output control unit 111 of the server 100 inputs the correspondence between at least one of the input argument or the output argument of the action component and the screen item in the screen definition information set in advance for each screen data. The input screen data having columns, that is, the program configuration definition sheet 510 and the data input / output definition sheet 520 are transmitted to the terminal 200 as the input interface 105 (s12). The program configuration definition sheet 510 and the data input / output definition sheet 520 will also be described later.

次に前記サーバ100のデータ入出力制御部111は、前記各画面データの前記端末200への出力に伴って実行の予定があるアクションコンポーネントに関し、入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての設定をデータ入出力定義情報として入力インターフェイス105たるプログラム構成定義シート510、データ入出力定義シート520から受け付けて、前記データ入出力定義情報を記憶装置150に格納する(s13)。   Next, the data input / output control unit 111 of the server 100 relates to an action component scheduled to be executed in accordance with the output of the screen data to the terminal 200, and at least one of an input argument and an output argument and the screen definition information. Is received as data input / output definition information from the program configuration definition sheet 510 and the data input / output definition sheet 520 as data input / output definition information, and the data input / output definition information is stored in the storage device 150. (S13).

また、前記サーバ100の画面定義コード生成部112は、前記記憶装置150の画面定義情報を読み出して、前記読み出した画面定義情報を前記画面定義コーディングルール格納部125のルールに適用することでコードを生成し、前記コードを記憶装置150に格納する(s14)。   In addition, the screen definition code generation unit 112 of the server 100 reads the screen definition information of the storage device 150 and applies the read screen definition information to the rules of the screen definition coding rule storage unit 125 to generate a code. The code is generated and stored in the storage device 150 (s14).

また、前記サーバ100のデータ入出力定義コード生成部113は、前記記憶装置150のデータ入出力定義情報を読み出して、このデータ入出力定義情報を前記データ入出力定義コーディングルール格納部126のルールに適用することでコードを生成し、前記コードを記憶装置150に格納する(s15)。   Further, the data input / output definition code generation unit 113 of the server 100 reads the data input / output definition information of the storage device 150 and uses the data input / output definition information as a rule of the data input / output definition coding rule storage unit 126. By applying, a code is generated, and the code is stored in the storage device 150 (s15).

ただし、前記画面定義情報やデータ入出力定義情報から各コードを直接生成する例だけでなく、前記画面定義情報やデータ入出力定義情報から、図10、図11に示すような画面定義ファイル1200、データ入出力定義ファイル1300のように、サーバ100がコード(ソースコード)を生成する前段階のxmlファイルを生成する状況も想定できる。この場合サーバ100は、この画面定義ファイル1200、データ入出力定義ファイル1300といったxmlファイルを解読して最終的なソースコードを生成することとなる。このxmlファイルの解読とソースコードの生成の処理については、既存技術を採用すればよい。   However, not only an example in which each code is directly generated from the screen definition information and data input / output definition information, but also a screen definition file 1200 as shown in FIGS. 10 and 11 from the screen definition information and data input / output definition information. As in the data input / output definition file 1300, it is also possible to assume a situation where the server 100 generates an xml file at a stage before generating a code (source code). In this case, the server 100 decodes the xml files such as the screen definition file 1200 and the data input / output definition file 1300 and generates a final source code. The existing technology may be adopted for the process of decoding the xml file and generating the source code.

前記サーバ100の出力処理部114は、前記アプリケーションプログラムの実行に際して、前記記憶装置150に格納されている各コードを読み出して画面データの端末200への出力を実行する(s16)。   When executing the application program, the output processing unit 114 of the server 100 reads out each code stored in the storage device 150 and executes output of screen data to the terminal 200 (s16).

なお、前記サーバ100の前記画面定義制御部110は、画面定義情報として、各画面同士の連携を示す画面遷移の情報を入力インターフェイス105から受付けて、前記画面定義情報を各画面に対応付けて記憶装置150に格納するものとしてもよい。例えば、ある画面に関する画面定義が画面定義シート500にて行われる場合、この画面定義シート500に設けてある「遷移先の画面」といった設定欄に、遷移先となる画面のIDが入力されたならば、画面定義中の画面と連携する遷移先画面がどの画面なのかの情報をサーバ100が得る。もちろん、遷移先の画面の情報だけでなく、遷移先の画面が、所定のアクションコンポーネントの実行結果や画面での入力値等に応じて変更される条件の指定を前記画面定義シート500にて所定欄を設けて受付けるとしてもよい。   The screen definition control unit 110 of the server 100 receives screen transition information indicating cooperation between the screens as screen definition information from the input interface 105, and stores the screen definition information in association with each screen. It may be stored in the device 150. For example, when a screen definition relating to a certain screen is performed on the screen definition sheet 500, if the ID of the screen to be the transition destination is entered in a setting field such as “transition destination screen” provided in the screen definition sheet 500 For example, the server 100 obtains information on which screen is the transition destination screen that is linked to the screen being defined. Of course, not only the information of the transition destination screen but also the transition destination screen is specified in the screen definition sheet 500 by specifying a condition for changing according to the execution result of the predetermined action component, the input value on the screen, or the like. A column may be provided and accepted.

この場合、前記出力処理部114は、前記アプリケーションプログラムの実行に際して、前記記憶装置150に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて遷移させ、端末200へ出力することとなる。   In this case, when the application program is executed, the output processing unit 114 reads each code stored in the storage device 150, causes each screen data to transition according to the screen transition information, and sends the code to the terminal 200. Will be output.

また、前記サーバ100における前記画面定義制御部110は、画面定義情報を同じ画面データに関して入力インターフェイス105から再度受付けた場合、前記記憶装置150に格納されていた画面定義情報を最新の情報に更新するとしてもよい。これは、画面定義の処理が1度実行された後、アプリケーションプログラムの仕様変更や類似のアプリケーションプログラムを新規で設計する状況などに容易に対応するために有効な処理となる。つまり、ユーザ側からしてみれば、任意に何度でも画面定義を容易に変更できることとなる。しかも、この変更処理により手作業でコーディングをし直す必要もないのである。   When the screen definition control unit 110 in the server 100 receives the screen definition information from the input interface 105 again with respect to the same screen data, the screen definition control unit 110 updates the screen definition information stored in the storage device 150 to the latest information. It is good. This is an effective process for easily dealing with a situation in which the specification of the application program is changed or a similar application program is newly designed after the screen definition process is executed once. In other words, the screen definition can be easily changed any number of times from the user side. Moreover, it is not necessary to recode manually by this change processing.

また同様に、前記データ入出力制御部111は、データ入出力定義情報を同じアクションコンポーネントに関して入力インターフェイス105から再度受け付けた場合、前記記憶装置150に格納されていたデータ入出力定義情報を最新の情報に更新するとしてもよい。この場合も、上記同様に、アプリケーションプログラムの仕様変更や類似のアプリケーションプログラムを新規で設計する状況などに容易に対応するために有効な処理となる。   Similarly, when the data input / output control unit 111 receives data input / output definition information again from the input interface 105 for the same action component, the data input / output definition information is stored in the storage device 150 as the latest information. You may update to. In this case as well, as described above, it is an effective process for easily dealing with a change in the specification of an application program or a situation where a similar application program is newly designed.

こうした場合、前記画面定義コード生成部112は、前記記憶装置150における画面定義情報の更新を検知して、最新の画面定義情報を読み出し、コードの再生成と、再生成したコードの記憶装置150への格納を実行するものとなる。また、データ入出力定義コード生成部113は、前記記憶装置150におけるデータ入出力定義情報の更新を検知して、最新のデータ入出力定義情報を読み出し、コードの再生成と、再生成したコードの記憶装置150への格納を実行するものとなる。また、前記出力処理部114は、アプリケーションプログラムの実行に際して、前記記憶装置150に格納されている再生成されたコードを読み出して画面データの端末200への出力を実行するものとなる。こうして、各定義が変更されるとなっても、それに応じてサーバ100側でコードが再生成され、アプリケーションプログラムの実行結果をユーザ側で迅速かつ効率的に確認することも容易である。   In such a case, the screen definition code generation unit 112 detects the update of the screen definition information in the storage device 150, reads the latest screen definition information, regenerates the code, and stores the regenerated code in the storage device 150. Is stored. Further, the data input / output definition code generation unit 113 detects the update of the data input / output definition information in the storage device 150, reads the latest data input / output definition information, regenerates the code, and generates the regenerated code. The storage in the storage device 150 is executed. Further, when executing the application program, the output processing unit 114 reads out the regenerated code stored in the storage device 150 and outputs the screen data to the terminal 200. In this way, even if each definition is changed, the code is regenerated on the server 100 side accordingly, and it is easy to quickly and efficiently confirm the execution result of the application program on the user side.

−−−処理フロー例2−−−
次に、本実施形態における情報処理方法を状況に応じた形でより詳細に説明していくこととする。図3は本実施形態の情報処理方法における処理手順例2を示すフロー図である。本フローは、アプリケーションプログラムの実行に伴って端末200に出力されるべき画面に対し項目を追加する開発手順から、開発したアプリケーションプログラムを実行して端末200において画面表示するまでを示している。
--- Processing flow example 2 ---
Next, the information processing method in the present embodiment will be described in more detail in a form according to the situation. FIG. 3 is a flowchart showing a processing procedure example 2 in the information processing method of the present embodiment. This flow shows from the development procedure of adding an item to the screen to be output to the terminal 200 along with the execution of the application program, to the execution of the developed application program and display of the screen on the terminal 200.

図6は変更前のアプリケーションプログラムの出力画面800の例、図7は変更後のアプリケーションプログラムの出力画面900の例である。これらの出力画面800、900は、設計担当者らにより「担当部署」と「担当者」の情報が入力され、「検索」ボタンが押下されると、アプリケーションプログラムが、前記「担当部署」、「担当者」についての入力値の条件に当てはまるデータ(例:端末200ないしサーバ100が備えるデータベースにおいて格納されている伝票データなど)を「明細部」に出力する画面となる。このようなアプリケーションは、例えば企業等が利用するシステムにおいて登録した伝票の内容を確認するために使用される。   FIG. 6 shows an example of the output screen 800 of the application program before the change, and FIG. 7 shows an example of the output screen 900 of the application program after the change. In these output screens 800 and 900, when information on “department in charge” and “person in charge” is input by the designers and the “search” button is pressed, the application program displays the “department in charge”, “ This is a screen for outputting, to the “detail section”, data (eg, slip data stored in a database included in the terminal 200 or the server 100) that satisfies the input value condition for the “person in charge”. Such an application is used, for example, for confirming the contents of a slip registered in a system used by a company or the like.

上記の状況を想定し、本実施形態においては、このアプリケーションにおいて画面項目に「日付」を追加し、この「日付」についての入力値を検索条件として適宜な情報検索を行うよう設定する手順を説明する。図3の通り、まず端末200にて画面定義シート500を起動する(s101)。画面定義シート500は、例えばサーバ100が記憶装置150において、アプリケーションプログラム毎、あるいは画面属性毎に予め備えている入力用のフォームデータであり、図8(a)に示す通り、画面定義を行う対象となる画面ID、画面遷移の順番たる枝番、画面項目とその属性の設定を1レコードとして受付ける入力欄501から構成される。この画面定義シート500で定義した情報の画面定義ファイル1200への変換については後述する。   Assuming the above situation, in this embodiment, a procedure is described in which “date” is added to the screen item in this application, and an appropriate information search is performed using the input value for this “date” as a search condition. To do. As shown in FIG. 3, first, the screen definition sheet 500 is activated on the terminal 200 (s101). The screen definition sheet 500 is, for example, form data for input provided in advance for each application program or each screen attribute in the storage device 150 in the storage device 150. As shown in FIG. Screen ID, a branch number as the order of screen transition, a screen item and an input field 501 for accepting the setting of the attribute as one record. The conversion of information defined in the screen definition sheet 500 into the screen definition file 1200 will be described later.

サーバ100は、本画面定義シート500にて、追加すべき「日付」の画面項目と、その属性(項目表示位置、表示幅、高さ、フォーマット)の指定を受付ける(s102)。ここで画面定義シート500を入力インターフェイスとして用いるのはサーバ100とネットワーク140でつながった端末200であってもよいし、サーバ100自身であってもよい。いずれにしてもアプリケーションプログラムの設計担当者らによる操作をサーバ100が受付可能であればよい。   The server 100 accepts designation of a screen item of “date” to be added and its attributes (item display position, display width, height, format) in the screen definition sheet 500 (s102). Here, the screen definition sheet 500 may be used as an input interface by the terminal 200 connected to the server 100 via the network 140 or by the server 100 itself. In any case, it suffices if the server 100 can accept operations by application program designers.

前記「日付」の画面項目が追加され、その属性の設定を受け付けた際の画面定義シートは、図9(a)に示す画面定義シート600となる。図示するように、画面定義シート500にて既に設定されていた「担当部署」、「担当者」の画面項目に続き、「日付」の画面項目がその属性と共に設定されている(図中の破線囲み中)。   The screen definition sheet 600 when the screen item “date” is added and the setting of the attribute is accepted is a screen definition sheet 600 shown in FIG. As shown in the figure, the “Date” screen item is set together with its attributes following the “Department in charge” and “Person in charge” screen items already set in the screen definition sheet 500 (broken line in the figure). In the box).

続いて、サーバ100はデータ入出力定義シート520を起動する(s103)。このデータ入出力定義シート520は、例えばサーバ100が記憶装置150において、アプリケーションプログラム毎、あるいは画面属性毎に予め備えている入力用のフォームデータであり、図8(c)に示す通り、データ入出力定義を行う対象となるアプリケーションプログラムのIDやアクションコンポーネントの各種属性、アクションの属性(入力、出力)、引数の名称、引数の取得元(例:画面、固定値など)および項目名(例:担当部署、担当者、NO.など)の設定を1レコードとして受付ける入力欄521から構成される。データ入出力定義シート520にて定義する情報は後述する。   Subsequently, the server 100 activates the data input / output definition sheet 520 (s103). The data input / output definition sheet 520 is, for example, form data for input that the server 100 has in advance for each application program or each screen attribute in the storage device 150. As shown in FIG. ID of application program for which output definition is performed, various attributes of action components, action attributes (input, output), argument name, argument acquisition source (eg, screen, fixed value, etc.) and item name (eg: (In charge department, person in charge, NO., Etc.) is configured from an input field 521 for accepting the setting as one record. Information defined in the data input / output definition sheet 520 will be described later.

サーバ100は、前記データ入出力定義シート520では、画面項目とアクションコンポーネントの入力値の定義を受付ける。このデータ入出力定義シート520にて、例えば、アクションコンポーネントの1つのメソッド名である"searchExecute"の入力引数に画面項目のうち「日付」を設定するセットが記述されたとする(s104)。すると、図9(b)に示すデータ入出力定義シート620において破線囲み中で示す如く、前記"searchExecute"のメソッドにおける処理手順の「No.4」に画面項目「日付」を検索条件として入力引数に用いる、との設定がなされる。   In the data input / output definition sheet 520, the server 100 accepts definitions of screen items and action component input values. In this data input / output definition sheet 520, for example, a set for setting “date” among screen items is described in the input argument of “searchExecute” which is one method name of the action component (s104). Then, as shown in a broken line in the data input / output definition sheet 620 shown in FIG. 9B, the input argument is set with the screen item “date” as the search condition in “No. 4” of the processing procedure in the method of “searchExecute”. Is set to be used.

なお、上記データ入出力定義シート520、620にて定義設定されるアプリケーションプログラムについては、図8(b)らに示すプログラム構成定義シート510、610において、アクションタイプやその詳細情報(種別、ID、パッケージ名、クラス名、メソッド名、順序、続行条件など)が予め設定されているものとする。また、このプログラム構成定義シート510、610では、メッセージ情報(アクションコンポーネントの処理実行に伴って閲覧者に通知すべき情報とその条件など)、プロテクト情報(アクションコンポーネント間で処理が遷移する際に所定アクションコンポーネントの実行や表示内容の変更をプロテクト(禁止)するパッケージの情報)の設定も受付可能である。   Note that the application programs defined and set in the data input / output definition sheets 520 and 620 are described in the program configuration definition sheets 510 and 610 shown in FIG. Assume that the package name, class name, method name, order, continuation condition, etc.) are preset. Further, in the program configuration definition sheets 510 and 610, message information (information to be notified to the viewer along with execution of action component processing and conditions thereof), protection information (predetermined when processing transitions between action components). It is also possible to accept settings of package information that protects (prohibits) execution of action components and changes in display contents.

サーバ100は、上述のように、「日付」の画面項目の追加処理がなされた画面定義シート600とデータ入出力定義シート620(プログラム構成定義シート610も同様)を記憶装置150に保存して、定義シートの表示を終了する(s105)。   As described above, the server 100 stores the screen definition sheet 600 and the data input / output definition sheet 620 (same for the program configuration definition sheet 610) subjected to the process of adding the screen item “date” in the storage device 150, The definition sheet display is terminated (s105).

なお、制御装置(例:サーバ100のCPU104など)がアプリケーションプログラムの実行に際して解読するファイルはxml形式で定義されたシートであるため、サーバ100は、前記各定義シート600、610、620の入力情報をxml形式に変換するツール(既知の技術)にて、変換を行う(s106)。   Note that the file that the control device (eg, CPU 104 of the server 100) decodes when executing the application program is a sheet defined in the xml format, and therefore the server 100 receives the input information of each of the definition sheets 600, 610, and 620. Is converted with a tool (known technique) for converting the data into the xml format (s106).

前記変換した画面定義シートとデータ入出力定義シートの入力情報は、前記画面定義ファイル1200(図10)、データ入出力定義ファイル1300(図11)であり、アプリケーションプログラムのソースコード或いはソースコードの元データとなる。サーバ100は、この画面定義ファイル1200、データ入出力定義ファイル1300を記憶装置150(或いはメモリ103)に保存し、既存コードの更新を行う(s107)。ここまでが定義情報の変更方法である。   The input information of the converted screen definition sheet and data input / output definition sheet is the screen definition file 1200 (FIG. 10) and the data input / output definition file 1300 (FIG. 11). It becomes data. The server 100 stores the screen definition file 1200 and the data input / output definition file 1300 in the storage device 150 (or the memory 103), and updates the existing code (s107). This is the definition information changing method.

−−−処理フロー例3−−−
続いて、上記処理フロー例2で説明したように、画面項目の設定変更等がなされたアプリケーションプログラムを実行する際の処理手順を示す。図4は本実施形態の情報処理方法における処理手順例3を示すフロー図である。
--- Processing flow example 3 ---
Subsequently, as described in the processing flow example 2 above, a processing procedure when executing the application program in which the setting change of the screen item is performed will be described. FIG. 4 is a flowchart showing a processing procedure example 3 in the information processing method of the present embodiment.

設定変更がなされたアプリケーションプログラムを実行する場合、サーバ100は、例えば端末200に提示したメニュー画面等でユーザからの起動指示をこのアプリケーションプログラムについて受け付けて、その起動指示に応じて該当アプリケーションプログラムを起動する(s111)。   When executing an application program whose settings have been changed, the server 100 receives a start instruction from the user on the menu screen or the like presented on the terminal 200, for example, and starts the corresponding application program according to the start instruction. (S111).

サーバ100は、前記端末200の入出力装置(キーボード、マウス等)にて操作された情報を受け取り、記憶装置150から前記画面定義ファイル1200を読み込む(s112)。サーバ100は画面定義ファイル1200の情報を解読し、端末200にて画面表示を実行するための形式に変換を行う(s113)。サーバ100は、前記変換を行ったデータを端末200に対し送信する(s114)。端末200はサーバ100から受け取った情報を基に、画面表示を行うこととなる。以上が画面定義ファイル1200に基づく画面表示処理のステップである。   The server 100 receives information operated by the input / output device (keyboard, mouse, etc.) of the terminal 200 and reads the screen definition file 1200 from the storage device 150 (s112). The server 100 decodes the information in the screen definition file 1200 and converts it into a format for executing screen display on the terminal 200 (s113). The server 100 transmits the converted data to the terminal 200 (s114). The terminal 200 performs screen display based on the information received from the server 100. The above is the step of the screen display process based on the screen definition file 1200.

−−−処理フロー例4−−−
図5は本実施形態の情報処理方法における処理手順例4を示すフロー図である。次に、上記の処理フロー例2で説明した通り、追加した画面項目「日付」に対して値が入力された場合に、「検索」ボタンが押下された時の検索結果表示のステップを説明する。
--- Processing flow example 4 ---
FIG. 5 is a flowchart showing a processing procedure example 4 in the information processing method of the present embodiment. Next, as described in the processing flow example 2 above, a step of displaying a search result when the “search” button is pressed when a value is input for the added screen item “date” will be described. .

上記処理フロー例3におけるステップs111〜ステップs115を経て端末200において表示された画面上の「日付」に対して、値が入力されたとすれば、サーバ100をこれを受付ける(s121)。そしてサーバ100は、端末200の画面上に表示された「検索」ボタンの押下を検知する(s122)。   If a value is input for the “date” on the screen displayed on the terminal 200 through steps s111 to s115 in the processing flow example 3, the server 100 accepts the value (s121). Then, the server 100 detects pressing of the “search” button displayed on the screen of the terminal 200 (s122).

サーバ100はこの「検索」ボタンの押下に応じて前記データ入出力定義ファイル1300を記憶装置150から読み取り、「検索」ボタンに定義されたアクションコンポーネントを解読する(s123)。   In response to the pressing of the “search” button, the server 100 reads the data input / output definition file 1300 from the storage device 150 and decodes the action component defined in the “search” button (s123).

サーバ100は、前記データ入出力定義ファイル1300に基づき、アクションコンポーネント"searchExecute"を実行する(s124)。この時サーバ100は、追加された画面項目「日付」の入力値を、アクションコンポーネント"searchExecute"に入力引数として渡す。一方、前記アクションコンポーネントは、前記受け取った「日付」の入力値を基に、例えば記憶装置150に備える伝票データベース(図示せず)等での検索処理を実行し、その検索結果を端末200において画面出力する(s125)。   The server 100 executes the action component “searchExecute” based on the data input / output definition file 1300 (s124). At this time, the server 100 passes the input value of the added screen item “date” to the action component “searchExecute” as an input argument. On the other hand, the action component executes a search process in, for example, a slip database (not shown) provided in the storage device 150 based on the received input value of “date”, and the search result is displayed on the terminal 200 on the screen. It outputs (s125).

画面項目の定義及びデータ入出力の定義は項目数分の類似するソースコードの記述が必要であるが、本実施形態では上記の通り、ソースコードを記述することなく、項目毎に必要な情報を定義するのみで、画面項目の追加とアクションコンポーネントの入力引数との対応を行うことが可能である。本実施形態は、企業が利用するアプリケーションシステムの開発だけでなく、住民が利用する真性システムなどにも応用することができ、適用可能である。   The definition of screen items and the definition of data input / output require the description of similar source codes for the number of items, but in this embodiment, as described above, the necessary information for each item is not described without describing the source code. Only by defining, it is possible to add a screen item to the action component input argument. This embodiment can be applied not only to the development of an application system used by a company but also to an intrinsic system used by residents.

−−−画面定義ファイルの内容−−−
次に、画面定義シート500と画面定義ファイル1200との対応を示す。上述してきたように図8(a)に示すシートが画面定義シート500である。この画面定義シート500では、アプリケーションプログラムの出力画面に配置する画面項目とこの画面項目の属性との設定を受付ける。画面定義シート500から画面定義ファイル1200への変換ツールは、画面定義シート500の入力情報を図10のxml形式に変換する。「プログラムID」と「枝番」はアプリケーションプログラムを一意に定義する識別子であり、図10に示すように<window>タグに変換される。画面項目名以降が画面に配置する項目を入力するものである。「画面項目名」は画面定義シート500にて項目を識別する情報であり、図10に示すxml形式のデータには反映しない。「項目ID」は画面に表示する項目に付与された名称であり、図10に示すように<name>タグに対応する。
--- Contents of screen definition file ---
Next, the correspondence between the screen definition sheet 500 and the screen definition file 1200 is shown. As described above, the sheet shown in FIG. 8A is the screen definition sheet 500. In this screen definition sheet 500, settings of screen items to be arranged on the output screen of the application program and attributes of the screen items are accepted. The conversion tool from the screen definition sheet 500 to the screen definition file 1200 converts the input information of the screen definition sheet 500 into the xml format of FIG. "Program ID" and "branch number" are identifiers that uniquely define the application program, and are converted into <window> tags as shown in FIG. Items to be arranged on the screen after the screen item name are input. “Screen item name” is information for identifying an item in the screen definition sheet 500, and is not reflected in the data in the xml format shown in FIG. “Item ID” is a name given to an item displayed on the screen, and corresponds to a <name> tag as shown in FIG.

「項目TYPE」は表示する項目の種類を表すものであり、テキストボックス、コンボボックスやチェックボックスなどの種類を定義する。「項目TYPE」は図10に示すように<type>タグに対応する。「ラベル有無」はテキストボックスに入力する内容を利用者に示すべく、画面上に入力値を示すために表示するものである。「ラベル有」となっていた場合は項目IDに対応する値を表示する。図8(a)を例とすると「担当部署」という表示が「ラベル有り」に設定されている場合である。この「ラベル有無」の情報は、図10に示すように<item_label>タグに対応する。   “Item TYPE” represents the type of item to be displayed, and defines the type of text box, combo box, check box, and the like. “Item TYPE” corresponds to a <type> tag as shown in FIG. “Label presence / absence” is displayed on the screen to indicate the input value so as to indicate to the user the contents to be input in the text box. When “labeled” is displayed, a value corresponding to the item ID is displayed. Taking FIG. 8A as an example, it is a case where the display of “department in charge” is set to “with label”. This “label presence / absence” information corresponds to an <item_label> tag as shown in FIG.

「プロテクト」は画面に表示する項目の入力可/不可を指定可能なものである。画面定義シート500にてプロテクト「有」と設定すると入力不可の項目として表示される。「プロテクト」は図10に示すように<protect>タグに対応する。「列」「行」は項目の表示位置を定義する項目である。画面の左上を始点として、分割した画面の横位置を「列」、縦位置を「行」で定義する。「行」「列」は<elements>タグに対応する。「幅」「高さ」は表示する項目の幅、高さを指定するものである。そして図10に示す<width>タグと<height>タグに対応する。   “Protect” can specify whether the items displayed on the screen can be input. If “Protected” is set in the screen definition sheet 500, it is displayed as an item that cannot be input. “Protect” corresponds to a <protect> tag as shown in FIG. “Column” and “Row” are items that define the display position of the item. Starting from the upper left of the screen, the horizontal position of the divided screen is defined as “column” and the vertical position is defined as “row”. “Row” and “Column” correspond to the <elements> tag. “Width” and “Height” specify the width and height of the item to be displayed. This corresponds to the <width> tag and the <height> tag shown in FIG.

「項目検索」は入力時の補助機能として、入力可能な値を表示するアクションコンポーネントの呼び出し有無を定義するものである。図10における<item_select>タグに対応する。「横位置」「縦位置」は入力枠内の入力値の表示位置を入力するもので、横位置=左詰、縦位置=中央などの指定を行う。図10における<align>タグと<valign>タグに対応する。   “Item search” defines whether or not to call an action component that displays an inputable value as an auxiliary function at the time of input. This corresponds to the <item_select> tag in FIG. “Horizontal position” and “vertical position” are used to input the display position of the input value in the input frame, and specify such as horizontal position = left justified, vertical position = center. This corresponds to the <align> tag and the <valign> tag in FIG.

画面定義シート500での入力情報は上記の対応に従い、変換ツールにて画面定義ファイル1200に変換される。サーバ100はこの画面定義ファイル1200のタグを解読し、アプリケーションプログラム実行時において、実行に必要となるソースコードを補足し、画面情報を端末200に送信する。   The input information on the screen definition sheet 500 is converted into the screen definition file 1200 by the conversion tool according to the above correspondence. The server 100 decodes the tag of the screen definition file 1200, supplements the source code necessary for execution when executing the application program, and transmits the screen information to the terminal 200.

−−−データ入出力定義ファイルの内容−−−
続いて、データ入出力定義シート520とデータ入出力定義ファイル1300との対応を示す。データ入出力定義シート520は、実行するアクションコンポーネントの順序を定義する前記プログラム構成定義シート510(既知の技術)とアクションコンポーネントへの入力引数を定義する前記データ入出力定義シート520とから成ると考える。図8(b)、(c)に例を示す。
--- Contents of data input / output definition file ---
Next, the correspondence between the data input / output definition sheet 520 and the data input / output definition file 1300 is shown. The data input / output definition sheet 520 is considered to be composed of the program configuration definition sheet 510 (known technology) that defines the order of action components to be executed and the data input / output definition sheet 520 that defines input arguments to the action components. . Examples are shown in FIGS. 8B and 8C.

図8(b)、(c)の各シート510、520にて入力された情報を、サーバ100は、図11のxml形式のデータ入出力定義ファイル1300へ変換することとなる。ここで、「プログラムID」と「枝番」がアプリケーションプログラムを一意に定義するものであり、データ入出力定義ファイル1300における<program>タグに対応する。画面定義シート500とデータ入出力定義シート520との対応付けはこの識別子にて行う。   The server 100 converts the information input in the sheets 510 and 520 in FIGS. 8B and 8C into the data input / output definition file 1300 in the xml format in FIG. Here, “program ID” and “branch number” uniquely define an application program and correspond to a <program> tag in the data input / output definition file 1300. The identifier is used to associate the screen definition sheet 500 with the data input / output definition sheet 520.

「アクションタイプ」、「アクションサブタイプ」は画面のボタンに対応するアクションを定義するものである。各アクション毎にアクションコンポーネントの処理順序を定義する。「アクションタイプ」「アクションサブタイプ」は図11のデータ入出力定義ファイル1300における<action>タグに対応する。アクション詳細情報以降に実行するアクションコンポーネントを定義する。アクション詳細情報に入力した情報は<execute>タグの属性として変換される。"no"は処理順序を示す。"class"と"method"は実行するアクションコンポーネントを示しており、「パッケージ名」と「クラス名」を合成したものが"class"に対応し、メソッド名は"method"に対応する。「続行条件」はアクションコンポーネント実行時に異常が発生した場合のアプリケーションの動きを定義したものである。"処理成功"は異常が発生しなかった場合は次のアクションコンポーネントを呼び出し、異常があった場合はメッセージを画面に表示することを示している。「続行条件」は"method_trans"に対応する。   “Action type” and “Action subtype” define actions corresponding to buttons on the screen. Define the processing order of action components for each action. “Action type” and “Action subtype” correspond to the <action> tag in the data input / output definition file 1300 of FIG. Define action components to be executed after detailed action information. The information entered in the action detail information is converted as an attribute of the <execute> tag. “no” indicates the processing order. “class” and “method” indicate action components to be executed. A combination of “package name” and “class name” corresponds to “class”, and a method name corresponds to “method”. “Continuation condition” defines the behavior of an application when an abnormality occurs during execution of an action component. “Success” indicates that the next action component is called when no abnormality occurs, and a message is displayed on the screen when there is an abnormality. “Continue condition” corresponds to “method_trans”.

「メッセージ情報」はアクション実行後に画面に表示するメッセージを定義する。メッセージIDという一意のIDに対して表示するメッセージの内容が定義されている。「メッセージID」は、データ入出力定義ファイル1300の<message>タグに対応する。「プロテクト情報」は処理実行後の画面項目の入力不可を制御するアクションコンポーネントの呼び出しを定義したものであり、起動時の入力可/不可を状態をアプリケーション実行時に変更する。プロテクト情報はデータ入出力定義ファイル1300の<protect>タグに対応しており、「パッケージ名」と「クラス名」とを合成して"class"の属性として定義され、「メソッド名」は"method"として対応づけられる。以上がアクションに対するアクションコンポーネント実行の定義である。   “Message information” defines a message to be displayed on the screen after the action is executed. The content of a message to be displayed for a unique ID called a message ID is defined. “Message ID” corresponds to the <message> tag of the data input / output definition file 1300. “Protect information” defines a call to an action component that controls the prohibition of input of a screen item after execution of a process, and changes the state of input enable / disable at start-up when the application is executed. The protect information corresponds to the <protect> tag of the data input / output definition file 1300, and is defined as an attribute of "class" by combining "package name" and "class name", and "method name" is "method" "Associated as. The above is the definition of action component execution for an action.

ここで定義された情報を基にデータ入出力定義情報が記入される。プログラム構成定義に記入した「プログラムID」、「枝番」、「アクションタイプ」、「アクションサブタイプ」、「クラス名」、「メソッド名」を引用し、アクションコンポーネントを指定する。図11の<data>タグと<execute>タグに対応する。データ入出力定義でアクションコンポーネントへの入力値を定義する。「種別」はアクションコンポーネントへの入力か出力を指定するものである。「引数名」はアクションコンポーネントが用意している入力値を識別するための項目名を入力する。「取得元」と「項目名」はアクションコンポーネントの入力引数に対し、どこのどの項目をセットするかを定義する。「種別」に"出力"を指定した場合は、アクションコンポーネントの結果の設定先を記入する。図11の例は「アクションコンポーネント"searchExecute"は入力引数として3つあり、検索条件1として画面項目の担当部署の入力値を受け取り、検索条件2として、画面項目の担当者の入力値を受け取り、検索条件3には固定値として取引先A社を受け取り、検索処理を実行し、処理により取得した伝票番号を画面の"No"に設定する」という内容を示している。   Data input / output definition information is entered based on the information defined here. Quote the “program ID”, “branch number”, “action type”, “action subtype”, “class name”, and “method name” entered in the program configuration definition, and specify the action component. This corresponds to the <data> tag and the <execute> tag in FIG. Define the input value to the action component in the data input / output definition. “Type” specifies input or output to the action component. In the “argument name”, an item name for identifying an input value prepared by the action component is input. “Acquisition source” and “item name” define which item and which item are set for the input argument of the action component. If "Output" is specified for "Type", enter the setting destination of the action component result. In the example of FIG. 11, “action component“ searchExecute ”has three input arguments, receives the input value of the department in charge of the screen item as the search condition 1, receives the input value of the person in charge of the screen item as the search condition 2, The search condition 3 indicates that the supplier A is received as a fixed value, the search process is executed, and the slip number acquired by the process is set to “No” on the screen.

「種別」が"入力"の場合は、図11のデータ入出力定義ファイル1300の<in>タグを作成し、「引数名」が<to>タグ内の入れ子の<variable>タグと対応し、「取得元」は<in>タグの属性である" in_from_type"に対応し、項目名は<from>タグ内の入れ子の<variable>タグに対応する。「種別」が"出力"の場合は、図11のデータ入出力定義ファイル1300の<out>タグを作成し、「引数名」が<from>タグ内の入れ子の<variable>タグと対応し、「設定先」は<out>タグの属性である" out_to_type"に対応し、項目名は<to>タグ内の入れ子の<variable>タグに対応する。   If “Type” is “Input”, create an <in> tag in the data input / output definition file 1300 in FIG. 11, and “Argument Name” corresponds to the nested <variable> tag in the <to> tag. “Acquisition source” corresponds to “in_from_type” that is an attribute of the <in> tag, and the item name corresponds to a nested <variable> tag in the <from> tag. If “Type” is “Output”, create an <out> tag in the data input / output definition file 1300 in FIG. 11, and “Argument name” corresponds to the nested <variable> tag in the <from> tag. The “setting destination” corresponds to “out_to_type” that is an attribute of the <out> tag, and the item name corresponds to a nested <variable> tag in the <to> tag.

データ入出力定義シート520での入力情報は上記の対応に従い、変換ツールにてデータ入出力定義ファイル1300へ変換される。サーバ100はデータ入出力定義ファイル1300のタグを解読し、実行時にアクションコンポーネントへの引数設定を行うソースコードを補足し、アクションコンポーネントを実行する。   The input information on the data input / output definition sheet 520 is converted into the data input / output definition file 1300 by the conversion tool according to the above correspondence. The server 100 decodes the tag of the data input / output definition file 1300, supplements the source code for setting an argument to the action component at the time of execution, and executes the action component.

以上本実施形態によれば、アプリケーション及びコンピュータシステムの開発業務に当たり、画面定義やデータ入出力定義を実行することにより、前記開発業務における画面表示、画面遷移のコーディング量を軽減し、開発効率を向上させることができる。本実施形態における開発工数と従来技術における開発工数とを比較推定すると、詳細設計〜プログラム製造工程までで、6分の1程度に工数低減ができるものと想定する。また、作成した画面定義情報やデータ入出力定義情報に基づくコードらは、新しくアプリケーション開発等を行う場合に複製して開発作業を行うことができるため、類似する画面項目、画面遷移で定義するアプリケーションの開発効率の向上が図れる。また、コンピュータシステムを利用する企業の要望に応じた改変を行う場合や類似プログラム開発においても、定義情報の改変・複製にて作成できるため、修正の影響を大きく広げずに開発することが可能である。   As described above, according to this embodiment, by executing the screen definition and data input / output definition in the development work of the application and the computer system, the coding amount of the screen display and the screen transition in the development work is reduced, and the development efficiency is improved. Can be made. Comparing and estimating the development man-hours in the present embodiment and the development man-hours in the prior art, it is assumed that the man-hours can be reduced to about 1/6 from detailed design to program manufacturing process. Codes based on the created screen definition information and data input / output definition information can be duplicated and developed when new application development is performed, so applications defined with similar screen items and screen transitions Development efficiency can be improved. In addition, when making changes according to the demands of companies that use computer systems and similar program development, it can be created by modifying and copying definition information, so it is possible to develop without greatly expanding the impact of modification. is there.

したがって、ビュー定義及びビュー定義に伴うアクションコンポーネント呼び出し処理にかかるソースコーディング量を削減可能となる。   Therefore, it is possible to reduce the amount of source coding required for the view definition and action component call processing accompanying the view definition.

以上、本発明の実施の形態について、その実施の形態に基づき具体的に説明したが、これに限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能である。   As mentioned above, although embodiment of this invention was described concretely based on the embodiment, it is not limited to this and can be variously changed in the range which does not deviate from the summary.

本実施形態の情報処理装置を含むネットワーク構成図である。It is a network block diagram containing the information processing apparatus of this embodiment. 本実施形態の情報処理方法における処理手順例1を示すフロー図である。It is a flowchart which shows the process procedure example 1 in the information processing method of this embodiment. 本実施形態の情報処理方法における処理手順例2を示すフロー図である。It is a flowchart which shows the process procedure example 2 in the information processing method of this embodiment. 本実施形態の情報処理方法における処理手順例3を示すフロー図である。It is a flowchart which shows the process procedure example 3 in the information processing method of this embodiment. 本実施形態の情報処理方法における処理手順例4を示すフロー図である。It is a flowchart which shows process sequence example 4 in the information processing method of this embodiment. 変更前のアプリケーションの画面レイアウトである。It is the screen layout of the application before the change. 変更後のアプリケーションの画面レイアウトである。It is the screen layout of the application after the change. 変更前の画面定義シート及びデータ入出力定義シートのレイアウトと入力例である。It is a layout and input example of a screen definition sheet and a data input / output definition sheet before change. 変更後の画面定義シート及びデータ入出力定義シートのレイアウトと入力例である。It is a layout and input example of a screen definition sheet and a data input / output definition sheet after change. 画面定義ファイルの例である。It is an example of a screen definition file. データ入出力定義ファイルの例である。It is an example of a data input / output definition file.

符号の説明Explanation of symbols

100 情報処理装置、サーバ
101 プログラムデータベース
102 プログラム
103 メモリ
104 CPU
105 入力インターフェイス
106 出力インターフェイス
107 通信装置
110 画面定義制御部
111 データ入出力制御部
112 画面定義コード生成部
113 データ入出力定義コード生成部
114 出力処理部
125 画面定義コーディングルール格納部
126 データ入出力定義コーディングルール格納部
140 ネットワーク
150 記憶装置
200 端末
DESCRIPTION OF SYMBOLS 100 Information processing apparatus, server 101 Program database 102 Program 103 Memory 104 CPU
105 Input Interface 106 Output Interface 107 Communication Device 110 Screen Definition Control Unit 111 Data Input / Output Control Unit 112 Screen Definition Code Generation Unit 113 Data Input / Output Definition Code Generation Unit 114 Output Processing Unit 125 Screen Definition Coding Rule Storage Unit 126 Data Input / Output Definition Coding rule storage unit 140 Network 150 Storage device 200 Terminal

Claims (5)

アプリケーションプログラムの動作属性の設定支援を行う情報処理装置であって、
アプリケーションプログラムの実行に伴って端末に出力される各画面データにおける、画面項目と、画面項目の配置と、画面項目の属性と、各画面同士の連携を示す画面遷移の情報について入力欄を備えた入力画面データたる画面定義シートを入力インターフェイスとして前記端末に送信し、前記入力欄での設定を画面定義情報として受け付けて、前記画面定義情報を各画面に対応付けて記憶装置に格納する、画面定義制御部と、
前記各画面データの前記端末への出力に伴って実行の予定があるアクションコンポーネントに関し、入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての設定と、アクションコンポーネント実行時のエラー発生に対応した動作と、当該動作に対応して画面表示させるメッセージについての設定とに関する入力欄を備えた入力画面データたるデータ入出力定義シートを前記端末に送信し、前記入力欄での設定をデータ入出力定義情報として受け付けて、前記データ入出力定義情報を記憶装置に格納する、データ入出力制御部と、
前記画面定義情報を前記端末での該当画面データの出力処理に応じたコードに変換するルールが格納された画面定義コーディングルール格納部と、
前記データ入出力定義情報を前記端末での該当画面データの出力処理に応じたコードに変換するルールが格納されたデータ入出力定義コーディングルール格納部と、
前記記憶装置の画面定義情報を読み出して、前記読み出した画面定義情報を前記画面定義コーディングルール格納部のルールに適用することでコードを生成し、前記コードを記憶装置に格納する画面定義コード生成部と、
前記記憶装置のデータ入出力定義情報を読み出して、このデータ入出力定義情報を前記データ入出力定義コーディングルール格納部のルールに適用することでコードを生成し、前記コードを記憶装置に格納するデータ入出力定義コード生成部と、
前記アプリケーションプログラムの実行に際して、前記記憶装置に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて端末へ出力する、出力処理部と、
を備える情報処理装置。
An information processing apparatus that supports operation attribute setting of an application program,
In each screen data output to the terminal as the application program is executed, input fields are provided for screen items, screen item layouts, screen item attributes, and screen transition information indicating cooperation between screens . Screen definition sheet that is input screen data is transmitted to the terminal as an input interface , setting in the input field is received as screen definition information, and the screen definition information is associated with each screen and stored in a storage device. A control unit;
Regarding action components that are scheduled to be executed as each screen data is output to the terminal, setting of correspondence between at least one of input arguments and output arguments and screen items in the screen definition information , and action component execution A data input / output definition sheet, which is input screen data including an input field regarding an operation corresponding to the occurrence of an error at the time and a setting for a message to be displayed on the screen corresponding to the operation, is transmitted to the terminal; A data input / output control unit that accepts the setting as data input / output definition information and stores the data input / output definition information in a storage device;
A screen definition coding rule storage unit storing rules for converting the screen definition information into a code corresponding to output processing of the corresponding screen data in the terminal;
A data input / output definition coding rule storage unit storing a rule for converting the data input / output definition information into a code corresponding to output processing of the corresponding screen data in the terminal;
Screen definition code generation unit that reads screen definition information of the storage device, generates a code by applying the read screen definition information to a rule of the screen definition coding rule storage unit, and stores the code in the storage device When,
Data that reads data input / output definition information of the storage device, generates a code by applying the data input / output definition information to the rules of the data input / output definition coding rule storage unit, and stores the code in the storage device An input / output definition code generator,
When executing the application program , an output processing unit that reads each code stored in the storage device and outputs each screen data to a terminal according to the information of the screen transition ;
An information processing apparatus comprising:
前記画面定義コーディングルール格納部は、前記端末での該当画面データの出力処理に応じたコードを生成するルールとして、前記画面定義情報から、当該画面定義情報の含む画面項目、画面項目の配置、画面項目の属性の少なくともいずれかに応じたタグを生成し、当該タグに前記画面項目、画面項目の配置、画面項目の属性の各データを対応付ける手順情報を格納するものであり、
前記データ入出力定義コーディングルール格納部は、前記端末での該当画面データの出力処理に応じたコードを生成するルールとして、前記データ入出力定義情報から、前記データ入出力定義情報の含む前記入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との少なくともいずれかに応じたタグ、およびアクションコンポーネント実行時のエラー発生に対応した動作と、当該動作に対応して画面表示させるメッセージについてのタグを生成し、該当タグに前記入力引数ないし出力引数、前記画面定義情報における画面項目、およびアクションコンポーネント実行時のエラー発生に対応した動作と、当該動作に対応して画面表示させるメッセージの各データを対応付ける手順情報を格納するものである、
ことを特徴とする請求項1に記載の情報処理装置。
The screen definition coding rule storage unit, as a rule for generating a code corresponding to the output processing of the corresponding screen data in the terminal, from the screen definition information, screen items included in the screen definition information, arrangement of screen items, screen Generates a tag corresponding to at least one of the item attributes, and stores procedure information that associates each data of the screen item, the arrangement of the screen item, and the attribute of the screen item with the tag,
The data input / output definition coding rule storage unit generates, as a rule for generating a code corresponding to the output processing of the corresponding screen data in the terminal, from the data input / output definition information, the input argument included in the data input / output definition information Or a tag corresponding to at least one of the output arguments and at least one of the screen items in the screen definition information, an operation corresponding to the error occurrence at the time of executing the action component, and a message to be displayed on the screen corresponding to the operation Each tag data is generated by generating a tag and displaying the input argument or output argument in the corresponding tag, the screen item in the screen definition information , the action corresponding to the error occurrence at the time of executing the action component, and the message displayed on the screen corresponding to the action. Which stores the procedure information to associate
The information processing apparatus according to claim 1.
前記画面定義制御部は、画面定義情報を同じ画面データに関して入力インターフェイスから再度受付けた場合、前記記憶装置に格納されていた画面定義情報を最新の情報に更新し、
前記データ入出力制御部は、データ入出力定義情報を同じアクションコンポーネントに関して入力インターフェイスから再度受け付けた場合、前記記憶装置に格納されていたデータ入出力定義情報を最新の情報に更新し、
前記画面定義コード生成部は、前記記憶装置における画面定義情報の更新を検知して、最新の画面定義情報を読み出し、コードの再生成と、再生成したコードの記憶装置への格納を実行し、
データ入出力定義コード生成部は、前記記憶装置におけるデータ入出力定義情報の更新を検知して、最新のデータ入出力定義情報を読み出し、コードの再生成と、再生成したコードの記憶装置への格納を実行し、
前記出力処理部は、アプリケーションプログラムの実行に際して、前記記憶装置に格納されている再生成されたコードを読み出して画面データの端末への出力を実行するものである、
ことを特徴とする請求項1に記載の情報処理装置。
When the screen definition control unit accepts the screen definition information again from the input interface with respect to the same screen data, the screen definition information stored in the storage device is updated to the latest information,
The data input / output control unit updates the data input / output definition information stored in the storage device to the latest information when the data input / output definition information is received again from the input interface with respect to the same action component,
The screen definition code generation unit detects the update of the screen definition information in the storage device, reads the latest screen definition information, regenerates the code, and stores the regenerated code in the storage device,
The data input / output definition code generation unit detects the update of the data input / output definition information in the storage device, reads the latest data input / output definition information, regenerates the code, and stores the regenerated code in the storage device. Execute the store,
The output processing unit, when executing the application program, reads the regenerated code stored in the storage device and executes output of the screen data to the terminal.
The information processing apparatus according to claim 1.
アプリケーションプログラムの動作属性の設定支援を行う情報処理装置が、
アプリケーションプログラムの実行に伴って端末に出力される各画面データにおける、画面項目と、画面項目の配置と、画面項目の属性と、各画面同士の連携を示す画面遷移の情報について入力欄を備えた入力画面データたる画面定義シートを入力インターフェイスとして前記端末に送信し、前記入力欄での設定を画面定義情報として受け付けて、前記画面定義情報を各画面に対応付けて記憶装置に格納する処理と、
前記各画面データの前記端末への出力に伴って実行の予定があるアクションコンポーネントに関し、入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての設定と、アクションコンポーネント実行時のエラー発生に対応した動作と、当該動作に対応して画面表示させるメッセージについての設定とに関する入力欄を備えた入力画面データたるデータ入出力定義シートを前記端末に送信し、前記入力欄での設定をデータ入出力定義情報として受け付けて、前記データ入出力定義情報を記憶装置に格納する処理と、
前記記憶装置の画面定義情報を読み出して、前記読み出した画面定義情報を、前記画面定義情報に基づき前記端末での該当画面データの出力処理に応じたコードを生成するルール、に適用することでコードを生成し、前記コードを記憶装置に格納する処理と、
前記記憶装置のデータ入出力定義情報を読み出して、このデータ入出力定義情報を、前記データ入出力定義情報に基づき前記端末での該当画面データの出力処理に応じたコードを生成するルール、に適用することでコードを生成し、前記コードを記憶装置に格納する処理と、
前記アプリケーションプログラムの実行に際して、前記記憶装置に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて端末へ出力する処理と、
を実行することを特徴とする情報処理方法。
An information processing apparatus that supports operation attribute setting of an application program
In each screen data output to the terminal as the application program is executed, input fields are provided for screen items, screen item layouts, screen item attributes, and screen transition information indicating cooperation between screens . A process of transmitting a screen definition sheet as input screen data to the terminal as an input interface, accepting the setting in the input field as screen definition information, and storing the screen definition information in association with each screen in a storage device;
Regarding action components that are scheduled to be executed as each screen data is output to the terminal, setting of correspondence between at least one of input arguments and output arguments and screen items in the screen definition information , and action component execution A data input / output definition sheet, which is input screen data including an input field regarding an operation corresponding to the occurrence of an error at the time and a setting for a message to be displayed on the screen corresponding to the operation, is transmitted to the terminal; Receiving the setting as data input / output definition information, and storing the data input / output definition information in a storage device;
Code by reading the screen definition information of the storage device and applying the read screen definition information to a rule that generates a code according to the output processing of the corresponding screen data in the terminal based on the screen definition information Generating the code and storing the code in a storage device;
The data input / output definition information of the storage device is read, and the data input / output definition information is applied to a rule for generating a code corresponding to the output processing of the corresponding screen data on the terminal based on the data input / output definition information. Processing to generate a code and store the code in a storage device;
When executing the application program, a process of reading each code stored in the storage device and outputting each screen data to the terminal according to the information of the screen transition;
The information processing method characterized by performing.
アプリケーションプログラムの動作属性の設定支援を行う情報処理装置に、
アプリケーションプログラムの実行に伴って端末に出力される各画面データにおける、画面項目と、画面項目の配置と、画面項目の属性と、各画面同士の連携を示す画面遷移の情報について入力欄を備えた入力画面データたる画面定義シートを入力インターフェイスとして前記端末に送信し、前記入力欄での設定を画面定義情報として受け付けて、前記画面定義情報を各画面に対応付けて記憶装置に格納する処理と、
前記各画面データの前記端末への出力に伴って実行の予定があるアクションコンポーネントに関し、入力引数または出力引数の少なくともいずれかと前記画面定義情報における画面項目との対応関係についての設定と、アクションコンポーネント実行時のエラー発生に対応した動作と、当該動作に対応して画面表示させるメッセージについての設定とに関する入力欄を備えた入力画面データたるデータ入出力定義シートを前記端末に送信し、前記入力欄での設定をデータ入出力定義情報として受け付けて、前記データ入出力定義情報を記憶装置に格納する処理と、
前記記憶装置の画面定義情報を読み出して、前記読み出した画面定義情報を、前記画面定義情報に基づき前記端末での該当画面データの出力処理に応じたコードを生成するルール、に適用することでコードを生成し、前記コードを記憶装置に格納する処理と、
前記記憶装置のデータ入出力定義情報を読み出して、このデータ入出力定義情報を、前記データ入出力定義情報に基づき前記端末での該当画面データの出力処理に応じたコードを生成するルール、に適用することでコードを生成し、前記コードを記憶装置に格納する処理と、
前記アプリケーションプログラムの実行に際して、前記記憶装置に格納されている各コードを読み出して、各画面データを前記画面遷移の情報に応じて端末へ出力する処理と、 を実行させるプログラム
In the information processing device that supports the setting of the operation attribute of the application program,
In each screen data output to the terminal as the application program is executed, input fields are provided for screen items, screen item layouts, screen item attributes, and screen transition information indicating cooperation between screens . A process of transmitting a screen definition sheet as input screen data to the terminal as an input interface, accepting the setting in the input field as screen definition information, and storing the screen definition information in association with each screen in a storage device;
Regarding action components that are scheduled to be executed as each screen data is output to the terminal, setting of correspondence between at least one of input arguments and output arguments and screen items in the screen definition information , and action component execution A data input / output definition sheet, which is input screen data including an input field regarding an operation corresponding to the occurrence of an error at the time and a setting for a message to be displayed on the screen corresponding to the operation, is transmitted to the terminal; Receiving the setting as data input / output definition information, and storing the data input / output definition information in a storage device;
Code by reading the screen definition information of the storage device and applying the read screen definition information to a rule that generates a code according to the output processing of the corresponding screen data in the terminal based on the screen definition information Generating the code and storing the code in a storage device;
The data input / output definition information of the storage device is read, and the data input / output definition information is applied to a rule for generating a code corresponding to the output processing of the corresponding screen data in the terminal based on the data input / output definition information Processing to generate a code and store the code in a storage device;
A program that, when executing the application program, reads each code stored in the storage device and outputs each screen data to a terminal according to the screen transition information
JP2006213553A 2006-08-04 2006-08-04 Information processing apparatus, information processing method, and program for supporting operation setting of application program Active JP4864590B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006213553A JP4864590B2 (en) 2006-08-04 2006-08-04 Information processing apparatus, information processing method, and program for supporting operation setting of application program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006213553A JP4864590B2 (en) 2006-08-04 2006-08-04 Information processing apparatus, information processing method, and program for supporting operation setting of application program

Publications (2)

Publication Number Publication Date
JP2008040751A JP2008040751A (en) 2008-02-21
JP4864590B2 true JP4864590B2 (en) 2012-02-01

Family

ID=39175683

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006213553A Active JP4864590B2 (en) 2006-08-04 2006-08-04 Information processing apparatus, information processing method, and program for supporting operation setting of application program

Country Status (1)

Country Link
JP (1) JP4864590B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5161267B2 (en) 2010-05-19 2013-03-13 株式会社日立製作所 Screen customization support system, screen customization support method, and screen customization support program
JP6265030B2 (en) * 2014-04-25 2018-01-24 日本電気株式会社 Application development system, development device data processing method, and program
JP6966710B2 (en) * 2015-03-17 2021-11-17 キヤノンマーケティングジャパン株式会社 Information processing device, control method of information processing device, and program
JP7402290B1 (en) 2022-09-29 2023-12-20 サイボウズ株式会社 Multi-tenant system, service provision method, and program

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11143698A (en) * 1997-11-10 1999-05-28 Hitachi Ltd Device for generating interactive processing program, and medium recorded with program for generating interactive processing program
JP2000029677A (en) * 1998-07-15 2000-01-28 Hitachi Software Eng Co Ltd Automatic generating device for screen constitution
JP2004310279A (en) * 2003-04-03 2004-11-04 Sumisho Computer Systems Corp Business processing system, its construction support device, program for business processing system, and program for supporting construction of business processing system
JP2004341675A (en) * 2003-05-14 2004-12-02 Dainippon Printing Co Ltd Development system, electronic form using system, server, program, and recording medium
JP2006163855A (en) * 2004-12-08 2006-06-22 Hitachi Software Eng Co Ltd Web application development support device, and development support method

Also Published As

Publication number Publication date
JP2008040751A (en) 2008-02-21

Similar Documents

Publication Publication Date Title
KR100795765B1 (en) System and method for building wireless applications with intelligent mapping between user interface and data components
US8738735B2 (en) System for designing and performing web application
CN100498695C (en) Workflow schedule authoring tool
JP4399127B2 (en) Document management method and apparatus, processing program therefor, and storage medium storing the same
US20110107294A1 (en) Web portal application customization method and system using profiles
WO2004070527A2 (en) System and method of executing and controlling workflow processes
JP2009104229A (en) Input check device and input check method
JP2012073778A (en) Web api creation support device and web api creation support method
JP4864590B2 (en) Information processing apparatus, information processing method, and program for supporting operation setting of application program
WO2011118003A1 (en) Web application building system, web application building method, web application building program, and recording medium on which web application building is recorded
CN110717739A (en) Workflow issuing method, device, equipment and computer readable storage medium
JP2014123249A (en) Information processor, program, and information processing method
US20100122188A1 (en) Method and device for editing an object represented in a web page
US7315980B2 (en) Method and apparatus for generating electronic document definitions
JP2005293044A (en) Test data generation method and system
JP6231260B2 (en) Screen control system, screen control program, screen creation support program, and screen control method
JP2006163855A (en) Web application development support device, and development support method
JP2006285473A (en) Manufacturing process management system
JP2004178480A (en) Transaction slip management method and transaction slip management program
US20040181774A1 (en) Work flow program generating apparatus and method
CN115222345A (en) Auditing operation method and device
US7827567B2 (en) System and method for defining and dynamically invoking polymorphic call flows
JP2009163566A (en) Job analysis support apparatus
JP2014059666A (en) Task input screen customization system
JP2010009145A (en) Web page creation system and web page creation program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20081210

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110727

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110823

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111020

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111109

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

Free format text: PAYMENT UNTIL: 20141118

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4864590

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150