JP2009181320A - Information processing system, server device, client device, and information processing program - Google Patents

Information processing system, server device, client device, and information processing program Download PDF

Info

Publication number
JP2009181320A
JP2009181320A JP2008019465A JP2008019465A JP2009181320A JP 2009181320 A JP2009181320 A JP 2009181320A JP 2008019465 A JP2008019465 A JP 2008019465A JP 2008019465 A JP2008019465 A JP 2008019465A JP 2009181320 A JP2009181320 A JP 2009181320A
Authority
JP
Japan
Prior art keywords
check
input
check rule
information
client device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2008019465A
Other languages
Japanese (ja)
Inventor
Yuichi Handa
祐一 半田
Minoru Saito
稔 斉藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Toshiba Digital Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Solutions Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Toshiba Solutions Corp filed Critical Toshiba Corp
Priority to JP2008019465A priority Critical patent/JP2009181320A/en
Publication of JP2009181320A publication Critical patent/JP2009181320A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To improve productivity and maintenance of information for input check in a server device and a client device. <P>SOLUTION: When a URL is input to a browser 1, a check function call function 5a for input check by a client and an error message output function 5b are generated on the basis of the correspondence relation between input items described in an input check definition file 9 and a check rule and the correspondence relation between the check rule and an error message by a check function call function generation part 7a of a server, and a client application 4 including them is transmitted to the client. When the input items are input, the client performs the input check by using the check function call function 5a transmitted from the server, and when the check rule is not satisfied, the client outputs an error message by executing the error message output function 5b. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、クライアント装置で入力された情報のチェックを行なう情報処理システム、サーバ装置、クライアント装置および情報処理プログラムに関する。   The present invention relates to an information processing system, a server device, a client device, and an information processing program for checking information input by a client device.

従来、Webアプリケーションにおいて、ユーザがクライアント装置を用いて入力した情報の型チェック、数値チェック、範囲チェックなどの入力チェックを行なう技術がある(例えば、特許文献1参照)。   2. Description of the Related Art Conventionally, there is a technique for performing input checks such as a type check, numerical value check, and range check of information input by a user using a client device in a Web application (for example, see Patent Document 1).

Webアプリケーションでは、クライアント装置を用いて入力された情報をクライアント装置のみでチェックを行なったりサーバ装置のみでチェックを行なったりする方法では不十分である。   In a Web application, a method in which information input using a client device is checked only by the client device or only by the server device is insufficient.

クライアントだけでチェックした場合には、ユーザが画面への入力を行なわずに直接リクエストを発行する、つまりクライアントでのチェックが行なわれない方法でリクエストが発行されると不正な入力情報、つまり型、数値および範囲などが正しくない入力情報をサーバで処理する可能性が生じる。   When checking only on the client, the user issues the request directly without input on the screen, that is, if the request is issued in a way that does not check on the client, incorrect input information, that is, type, There is a possibility that the server processes input information with incorrect numerical values and ranges.

また、サーバだけでチェックした場合には、不正な入力情報であってもクライアントからサーバにリクエストを送信することになり、ネットワーク及びサーバの負荷が高くなる。また、クライアントでの入力チェックはユーザの操作補助が目的の一つであり、クライアントでの入力チェックが行なわれないと操作性が低下する。   If the check is performed only by the server, a request is transmitted from the client to the server even if the input information is invalid, which increases the load on the network and the server. Also, the input check at the client is one of the purposes for assisting the user's operation. If the input check at the client is not performed, the operability is lowered.

そのため、正規の操作手順を経た入力情報に対してはクライアントでチェックを行なうことでネットワーク及びサーバの負荷を減らし、不正なリクエストに対してはサーバ側で不正な入力情報の処理の歯止めをかけられるように、クライアントおよびサーバの両方で同じチェックを行なう必要がある。   For this reason, the client checks the input information that has passed the normal operation procedure to reduce the load on the network and the server, and the server side can stop processing illegal input information for illegal requests. Thus, it is necessary to perform the same check on both the client and the server.

入力チェックのためには当該入力チェックを行なうためのチェックルール(例えば「入力項目Aは半角英数5文字以内」)、入力チェックでエラーとなった場合に画面などに表示するエラーメッセージ(例えば「文字が長すぎます。」)をそれぞれ管理する必要がある。   For the input check, a check rule for performing the input check (for example, “input item A is 5 alphanumeric characters or less”), and an error message (for example, “ Each character is too long. ”)

Webアプリケーションでは、サーバ側ではJava(登録商標)で、クライアント側ではJavascriptなどの言語で入力チェック用のプログラムを実現するのでクライアントでの入力チェックの仕組み及びサーバの入力チェックの仕組みを個別に作成して管理していた。   In the Web application, the server side uses Java (registered trademark) and the client side implements the input check program in a language such as Javascript. Therefore, the client input check mechanism and server input check mechanism are created separately. And managed.

このように入力チェックのためのチェックルールとエラーメッセージがクライアント用及びサーバ用の2種類存在する場合、開発のコストがかかるために生産性が悪くなる。また、情報の管理が煩雑になり、変更の場合に変更漏れの可能性が高くなるので保守性が悪くなる。
特開平10−207699号公報
In this way, when there are two types of check rules and error messages for the input check, for the client and for the server, the development cost is increased and the productivity is deteriorated. In addition, management of information becomes complicated, and in the case of a change, there is a high possibility of change omission, resulting in poor maintainability.
JP-A-10-207699

StrutsのValidatorと呼ばれる技術では、クライアント用・サーバ用のチェックルールとエラーメッセージを1つのファイルにまとめて管理することで、保守の負担の軽減を図っている。しかしながら、この技術はサーバ用とクライアント用の両方のチェックルール並びにエラーメッセージを1ファイルに記述するものであり、サーバ用・クライアント用の両方を作成する必要がある上、ルール変更時はサーバ用・クライアント用の両方を変更する必要があるので、生産性および保守性の問題を根本的に解決するものではない。   A technology called Validator from Struts reduces the maintenance burden by managing client and server check rules and error messages in one file. However, this technology describes both server and client check rules and error messages in one file, and it is necessary to create both server and client. It doesn't fundamentally solve productivity and maintainability issues because both the client needs to change.

そこで、本発明の目的は、サーバ装置およびクライアント装置での入力チェックための情報の生産性と保守性を向上させることが可能になる情報処理システム、サーバ装置、クライアント装置および情報処理プログラムを提供することにある。   Therefore, an object of the present invention is to provide an information processing system, a server device, a client device, and an information processing program capable of improving the productivity and maintainability of information for input check in the server device and the client device. There is.

すなわち、本発明に係わる情報処理システムは、サーバ装置およびクライアント装置を有するシステムであって、サーバ装置は、クライアント装置で入力された情報のチェックルールおよび当該情報が当該チェックルールを満たさない場合に出力するためのエラーメッセージを対応付けて管理する管理手段と、当該管理される情報をもとに、入力された情報を前記サーバ装置がチェックするためのチェックルールおよび当該情報が当該チェックルールを満たさない場合に当該サーバ装置が前記クライアント装置へ出力するためのエラーメッセージを解析する解析手段と、
管理手段により管理される情報をもとに、入力された情報をクライアント装置がチェックするためのチェックルールおよび情報が当該チェックルールを満たさない場合に当該クライアント装置が出力するためのエラーメッセージを生成する生成手段と、入力された情報が生成手段により生成されたチェックルールを満たすとクライアント装置が判別した場合に、入力された情報が解析手段により解析されたチェックルールを満たすか否かを判別する判別手段と、チェックルールを満たさないと当該判別手段が判別した場合に当該チェックルールに対応するエラーメッセージを出力する出力手段とを備え、クライアント装置は、入力された情報がサーバ装置の生成手段により生成されたチェックルールを満たすか否かを判別する判別手段と、チェックルールを満たさないと判別手段が判別した場合に当該チェックルールに対応するエラーメッセージを出力する出力手段とを備えたことを特徴とする。
That is, the information processing system according to the present invention is a system having a server device and a client device, and the server device outputs a check rule for information input at the client device and when the information does not satisfy the check rule. Management means for associating and managing an error message for checking, a check rule for the server device to check input information based on the managed information, and the information does not satisfy the check rule Analyzing means for analyzing an error message for the server device to output to the client device,
Based on the information managed by the management means, a check rule for the client device to check the input information and an error message for the client device to output when the information does not satisfy the check rule are generated. A determination unit that determines whether or not the input information satisfies the check rule analyzed by the analysis unit when the client device determines that the input information satisfies the check rule generated by the generation unit. And an output unit that outputs an error message corresponding to the check rule when the determination unit determines that the check rule is not satisfied, and the client device generates the input information by the generation unit of the server device Determining means for determining whether or not the checked rule is satisfied, and Characterized by comprising an output means for outputting an error message corresponding to the check rule when the determining means does not satisfy the Kkururu has determined.

本発明によれば、サーバ装置およびクライアント装置での入力チェックための情報の生産性と保守性を向上させることができる。   ADVANTAGE OF THE INVENTION According to this invention, the productivity and maintainability of the information for the input check in a server apparatus and a client apparatus can be improved.

以下図面により本発明の実施形態について説明する。
(第1の実施形態)
まず、本発明の第1の実施形態について説明する。
図1は、本発明の第1の実施形態における情報処理システムのサーバ装置およびクライアント装置の機能構成の一例を示すブロック図である。図1中の点線L1で囲まれている部分が第1の実施形態における重要要素である。
Embodiments of the present invention will be described below with reference to the drawings.
(First embodiment)
First, a first embodiment of the present invention will be described.
FIG. 1 is a block diagram illustrating an example of functional configurations of a server device and a client device of the information processing system according to the first embodiment of this invention. A portion surrounded by a dotted line L1 in FIG. 1 is an important element in the first embodiment.

図1に示すように、クライアント装置は入力チェック機能の構成要素としてブラウザ1、クライアントアプリケーション4、クライアントチェック実行部5およびクライアントチェック関数8を備える。入力チェックには、文字列の桁数チェックや日付フォーマットチェックなどが挙げられる。   As shown in FIG. 1, the client device includes a browser 1, a client application 4, a client check execution unit 5, and a client check function 8 as components of the input check function. Input check includes character string digit check and date format check.

本実施形態ではサーバ装置はJavaEEを採用したWebアプリケーションサーバなどである。また、サーバ装置は入力チェック機能の構成要素としてアプリケーションサーバ実行部2、サーバアプリケーション3、クライアントアプリケーション生成部6、クライアントチェック関数生成部7、入力チェック定義ファイル9、定義ファイル解析部10、サーバチェック関数管理部11、サーバチェック実行部12およびサーバチェック関数13を備える。   In the present embodiment, the server device is a Web application server that employs JavaEE. Further, the server device includes, as components of the input check function, an application server execution unit 2, a server application 3, a client application generation unit 6, a client check function generation unit 7, an input check definition file 9, a definition file analysis unit 10, and a server check function. A management unit 11, a server check execution unit 12, and a server check function 13 are provided.

クライアント装置側のブラウザ1は一般的なWebブラウザである。サーバ装置側のアプリケーションサーバ実行部2はサーバアプリケーション3の処理動作の実行を司る。
サーバアプリケーション3はサーバ側で実行されるアプリケーションの実体であり、サーバ側での入力チェックをサーバチェック実行部12に指示する。
The browser 1 on the client device side is a general Web browser. The application server execution unit 2 on the server device side executes the processing operation of the server application 3.
The server application 3 is an entity of an application executed on the server side, and instructs the server check execution unit 12 to perform an input check on the server side.

クライアント側のクライアントアプリケーション4はクライアント装置側で実行されるアプリケーションの実体であり、ブラウザ1に表示されるHTML言語で構成される。クライアントアプリケーション4はクライアントアプリケーション生成部6によって生成される。   The client application 4 on the client side is a substance of an application executed on the client device side, and is configured with an HTML language displayed on the browser 1. The client application 4 is generated by the client application generation unit 6.

クライアントチェック関数8は、入力された文字の長さチェックや日付フォーマットチェックなどの、クライアント側で行なう入力チェックで利用する全てのチェック関数を保持する。   The client check function 8 holds all check functions used for input checks performed on the client side, such as input character length check and date format check.

クライアントチェック実行部5はクライアント側で入力チェックを実行する要素である。クライアントチェック実行部5はクライアントチェック関数生成部7で動的に生成されてクライアントアプリケーション4に組み込まれる。   The client check execution unit 5 is an element that executes an input check on the client side. The client check execution unit 5 is dynamically generated by the client check function generation unit 7 and incorporated in the client application 4.

入力チェック定義ファイル9は画面の各入力項目に対するチェックルールとエラーメッセージが定義される要素である。
クライアントチェック実行部5はチェック関数呼出関数5aおよびエラーメッセージ出力関数5bで構成される。
チェック関数呼出関数5aは、クライアント側の画面において、入力チェックのためにどの入力項目でどのクライアントチェック関数8を呼び出すかを定義した関数である。このチェック関数呼出関数5aは実行時にクライアントチェック関数8を呼び出す。
The input check definition file 9 is an element in which check rules and error messages for each input item on the screen are defined.
The client check execution unit 5 includes a check function call function 5a and an error message output function 5b.
The check function call function 5a is a function that defines which client check function 8 is called with which input item for input check on the screen on the client side. This check function call function 5a calls the client check function 8 at the time of execution.

このように、呼び出す対象であるクライアントチェック関数8をチェック関数呼出関数5aと別に用意することでクライアントチェック関数8の再利用性を高めており、当該用意されるクライアントチェック関数8とチェック関数呼出関数5aとを組み合わせることでクライアント側での入力チェックが可能となる。   As described above, the client check function 8 to be called is prepared separately from the check function call function 5a, so that the reusability of the client check function 8 is improved. The prepared client check function 8 and check function call function are provided. By combining with 5a, input check on the client side becomes possible.

エラーメッセージ出力関数5bはエラーメッセージをクライアント側の画面に出力するための関数である。チェック関数呼出関数5aで呼び出されたクライアントチェック関数8で入力チェックが実行され、入力情報がクライアントチェック関数8に対応するチェックルールに反していた場合には、入力チェックに用いられたチェック関数呼出関数5aに対応するエラーメッセージ出力関数5bが実行される。   The error message output function 5b is a function for outputting an error message to the screen on the client side. When the input check is executed by the client check function 8 called by the check function call function 5a and the input information violates the check rule corresponding to the client check function 8, the check function call function used for the input check The error message output function 5b corresponding to 5a is executed.

図2は、本発明の第1の実施形態における情報処理システムのサーバ装置のハードウェア構成の一例を示すブロック図である。
図2に示したハードウェア構成は、サーバ装置の各部の機能を具現化する構成である。サーバ装置20のハードウェア構成として、前述したアプリケーションサーバ実行部2、サーバアプリケーション3、クライアントアプリケーション生成部6、クライアントチェック関数生成部7、定義ファイル解析部10、サーバチェック関数管理部11およびサーバチェック実行部12のプログラムや当該装置の制御に必要な入力チェック定義ファイル9およびサーバチェック関数13などの種々のデータを記憶する不揮発性メモリである記憶装置22と、当該記憶装置22内のプログラムやデータに従って当該装置の各部を制御するCPU21とネットワークに接続する通信インタフェース(I/F)23とを備え、それぞれがバス24により接続される。サーバ装置20は、これらの構成を備えたコンピュータに適用することができる。
FIG. 2 is a block diagram illustrating an example of a hardware configuration of the server device of the information processing system according to the first embodiment of this invention.
The hardware configuration shown in FIG. 2 is a configuration that embodies the function of each unit of the server device. As the hardware configuration of the server device 20, the application server execution unit 2, the server application 3, the client application generation unit 6, the client check function generation unit 7, the definition file analysis unit 10, the server check function management unit 11, and the server check execution described above. A storage device 22 that is a nonvolatile memory for storing various data such as the program of the unit 12 and the input check definition file 9 and the server check function 13 necessary for controlling the device, and the program and data in the storage device 22 A CPU 21 that controls each part of the apparatus and a communication interface (I / F) 23 that connects to a network are provided, and each is connected by a bus 24. The server device 20 can be applied to a computer having these configurations.

図3は、本発明の第1の実施形態における情報処理システムのクライアント装置のハードウェア構成の一例を示すブロック図である。
図3に示したハードウェア構成は、クライアント装置の各部の機能を具現化する構成である。クライアント装置30のハードウェア構成として、前述したブラウザ1、クライアントアプリケーション4のプログラムや当該装置の制御に必要なクライアントチェック実行部5およびクライアントチェック関数8などの種々のデータを記憶する不揮発性メモリである記憶装置32と、当該記憶装置32内のプログラムに従って当該装置の各部を制御するCPU31と、処理結果等を表示するディスプレイ装置といった表示部36と、ネットワークに接続する通信インタフェース33と、ユーザが入力操作のために用いる入力デバイス34とを備え、それぞれがバス35により接続される。クライアント装置30は、これらの構成を備えたコンピュータに適用することができる。
FIG. 3 is a block diagram illustrating an example of a hardware configuration of the client device of the information processing system according to the first embodiment of this invention.
The hardware configuration illustrated in FIG. 3 is a configuration that embodies the functions of each unit of the client device. The hardware configuration of the client device 30 is a non-volatile memory that stores various data such as the program of the browser 1 and the client application 4 described above and the client check execution unit 5 and the client check function 8 necessary for controlling the device. A storage device 32, a CPU 31 that controls each unit of the device according to a program in the storage device 32, a display unit 36 such as a display device that displays processing results, a communication interface 33 connected to a network, and a user input operation Input devices 34 used for communication, each connected by a bus 35. The client device 30 can be applied to a computer having these configurations.

図4は、本発明の第1の実施形態における情報処理システムのクライアント装置のクライアントチェック実行部を組み込んだクライアントアプリケーションの一例を示す図である。   FIG. 4 is a diagram illustrating an example of a client application in which the client check execution unit of the client device of the information processing system according to the first embodiment of the present invention is incorporated.

クライアントチェック実行部5がクライアントアプリケーション4に組み込まれた状態で、ユーザがクライアント装置30の表示部36に表示された画面上の入力項目に入力デバイス34を用いて文字を入力してクエリ送信ボタンを選択すると、クライアントチェック実行部5内のチェック関数呼出関数5aが実行される。   In a state where the client check execution unit 5 is incorporated in the client application 4, the user inputs characters using the input device 34 to input items on the screen displayed on the display unit 36 of the client device 30 and clicks a query transmission button. When selected, the check function call function 5a in the client check execution unit 5 is executed.

この実行されたチェック関数呼出関数5aによってクライアントチェック関数8が呼び出される。図4に示した例では入力項目に対して数値チェックのためのチェック関数が呼び出される。必要なチェック関数は全てクライアントチェック関数8に含まれる。   The client check function 8 is called by the executed check function call function 5a. In the example shown in FIG. 4, a check function for checking numerical values is called for an input item. All necessary check functions are included in the client check function 8.

チェックの結果が偽、つまり入力した文字がクライアントチェック関数8に対応するチェックルールを満たさない場合はクライアントチェック実行部5内で入力チェックに用いられたチェック関数呼出関数5aに対応するエラーメッセージ出力関数5bが実行される。   If the result of the check is false, that is, the input character does not satisfy the check rule corresponding to the client check function 8, an error message output function corresponding to the check function call function 5a used for input check in the client check execution unit 5 5b is executed.

サーバ装置のクライアントアプリケーション生成部6は、クライアントアプリケーション4を生成する要素であり、JavaEEのJSPなどが相当する。
クライアントチェック関数生成部7はクライアントチェック実行部5を生成する要素であり、チェック関数呼出関数生成部7aおよびチェック関数呼出関数の雛型7bで構成される。
The client application generation unit 6 of the server device is an element that generates the client application 4, and corresponds to a JavaEE JSP or the like.
The client check function generation unit 7 is an element that generates the client check execution unit 5, and includes a check function call function generation unit 7a and a check function call function template 7b.

図5は、本発明の第1の実施形態における情報処理システムのサーバ装置の入力チェック定義ファイルの一例を示す図である。
図5に示した線L2で囲まれた部分がエラーメッセージの記述部分であり、線L3で囲まれた部分がチェックルールの記述部分である。
FIG. 5 is a diagram illustrating an example of an input check definition file of the server device of the information processing system according to the first embodiment of this invention.
The part surrounded by the line L2 shown in FIG. 5 is an error message description part, and the part surrounded by the line L3 is a check rule description part.

チェックルールはユーザがブラウザ1を介して入力する文字列が満たすべきルールである。チェックルール(例えば「入力項目Aは半角英数5文字以内」)を満たしているかどうかをクライアント側とサーバ側の両方でチェックする。   The check rule is a rule to be satisfied by a character string input by the user via the browser 1. It is checked on both the client side and the server side whether a check rule (for example, “input item A is within 5 half-width alphanumeric characters”) is satisfied.

エラーメッセージは入力情報がチェックルールを満たしていない場合にクライアント側の画面に出力されるメッセージ(例えば「文字が長すぎます。」)である。   The error message is a message (for example, “character is too long”) that is output on the client side screen when the input information does not satisfy the check rule.

定義ファイル解析部10は入力チェック定義ファイル9を解析する要素である。定義ファイル解析部10は、入力チェック定義ファイル9で示される対応関係、つまり入力項目とチェックルールの対応関係やチェックルールとエラーメッセージの対応関係を解析することで、入力チェック定義ファイル9で示されるチェックルールやエラーメッセージをクライアントチェック関数生成部7やサーバチェック関数管理部11で扱える形式に変換する。   The definition file analysis unit 10 is an element that analyzes the input check definition file 9. The definition file analysis unit 10 analyzes the correspondence indicated by the input check definition file 9, that is, the correspondence between the input item and the check rule, and the correspondence between the check rule and the error message, thereby indicating the input check definition file 9. The check rules and error messages are converted into a format that can be handled by the client check function generation unit 7 and the server check function management unit 11.

図6は、本発明の第1の実施形態における情報処理システムのサーバ装置による入力チェック定義ファイルの解析結果の一例を示す図である。
図6に示すように、定義ファイル解析部10は入力チェック定義ファイル9で示される対応関係、つまり入力項目とチェックルールの対応関係やチェックルールとエラーメッセージの対応関係を表形式の情報に変換する。なお、図6に示した入力チェック定義ファイル9は理解を容易にするために図5と比較して記載内容を簡略化している。
FIG. 6 is a diagram illustrating an example of an analysis result of the input check definition file by the server device of the information processing system according to the first embodiment of this invention.
As shown in FIG. 6, the definition file analysis unit 10 converts the correspondence shown in the input check definition file 9, that is, the correspondence between the input item and the check rule, and the correspondence between the check rule and the error message into tabular information. . The input check definition file 9 shown in FIG. 6 has a simplified description compared to FIG. 5 for easy understanding.

チェック関数呼出関数生成部7aは入力チェック定義ファイル9の解析結果を元にクライアントチェック実行部5を生成する要素であり、クライアントアプリケーション4に存在する入力項目を当該入力項目に対応するチェックルール従ってチェックするチェック関数呼出関数5aと当該チェック関数呼出関数5aが必要時に参照するエラーメッセージ出力関数5bとをそれぞれ生成する。
チェック関数呼出関数の雛型7bは生成対象のチェック関数呼出関数5aの雛型を保持する要素である。
The check function call function generation unit 7a is an element that generates the client check execution unit 5 based on the analysis result of the input check definition file 9, and checks the input item existing in the client application 4 according to the check rule corresponding to the input item. The check function call function 5a to be performed and the error message output function 5b to be referred to when the check function call function 5a is necessary are generated.
The check function call function template 7b is an element that holds the template of the check function call function 5a to be generated.

図7は、本発明の第1の実施形態における情報処理システムのサーバ装置によるクライアントチェック実行部の生成手順の一例を示す図である。まず、クライアントチェック実行部5が生成されてクライアントアプリケーション4に組み込まれるまでの手順を説明する。   FIG. 7 is a diagram illustrating an example of a generation procedure of the client check execution unit by the server device of the information processing system according to the first embodiment of the present invention. First, a procedure until the client check execution unit 5 is generated and incorporated in the client application 4 will be described.

図7に示した(1)〜(4)の処理はチェック関数呼出関数生成部7aが実行し、(5))の処理はクライアントアプリケーション生成部6が実行する。
(1)の処理として、チェック関数呼出関数生成部7aは、クライアントアプリケーション4に入力項目が存在する場合、当該入力項目に対応するチェックルールを入力チェック定義ファイル9の解析結果から抽出する。図7に示した例では、抽出対象のチェックルールは図7中の線L4で囲まれた項目Aに対応するチェックルール「文字の長さ:半角英数字5文字以内」と同じく線L4で囲まれた項目Bに対応するチェックルール「日付フォーマット:YYYY-MM-DD」に相当する。
The processes (1) to (4) shown in FIG. 7 are executed by the check function call function generation unit 7a, and the process (5)) is executed by the client application generation unit 6.
As the processing of (1), when an input item exists in the client application 4, the check function call function generation unit 7 a extracts a check rule corresponding to the input item from the analysis result of the input check definition file 9. In the example shown in FIG. 7, the check rule to be extracted is surrounded by the line L4 as in the check rule “character length: within 5 single-byte alphanumeric characters” corresponding to the item A surrounded by the line L4 in FIG. This corresponds to the check rule “date format: YYYY-MM-DD” corresponding to the item B.

(2)の処理として、チェック関数呼出関数生成部7aは、当該抽出したチェックルールに対応するエラーメッセージを入力チェック定義ファイル9の解析結果からさらに抽出する。図7に示した例では、抽出対象のエラーメッセージは文字の長さのエラーメッセージ「文字が長すぎます」と日付フォーマットのエラーメッセージ「YYYY-MM-DDで入力してください」に相当する。   As the processing of (2), the check function call function generation unit 7 a further extracts an error message corresponding to the extracted check rule from the analysis result of the input check definition file 9. In the example shown in FIG. 7, the error message to be extracted corresponds to the error message “Character is too long” and the error message “Enter with YYYY-MM-DD” in the date format.

(3)の処理として、チェック関数呼出関数生成部7aは、抽出済みのエラーメッセージを出力する関数であるエラーメッセージ出力関数5bを生成する。   As the processing of (3), the check function call function generation unit 7a generates an error message output function 5b that is a function for outputting an extracted error message.

(4)の処理として、チェック関数呼出関数生成部7aは、抽出済みのチェックルールに対応するチェック関数呼出関数5aをチェック関数呼出関数の雛型7bから選択して生成する。   As the processing of (4), the check function call function generation unit 7a selects and generates a check function call function 5a corresponding to the extracted check rule from the check function call function template 7b.

生成されたチェック関数呼出関数5aを用いたチェック結果が偽であった場合に当該用いたチェック関数呼出関数5aに対応するエラーメッセージ出力関数5bが呼び出されるようにする。図7に示した例では、チェック関数呼出関数生成部7aは、雛型7bの空白の部分である関数の引数部分に「項目A,0,5」と「項目B,YYYY-MM-DD」を挿入した情報をクライアントチェック実行部5のチェック関数呼出関数5aとする。   When the check result using the generated check function call function 5a is false, the error message output function 5b corresponding to the used check function call function 5a is called. In the example shown in FIG. 7, the check function call function generation unit 7 a adds “item A, 0, 5” and “item B, YYYY-MM-DD” to the argument portion of the function that is a blank portion of the template 7 b. The information inserted is used as a check function call function 5 a of the client check execution unit 5.

(3),(4)の処理で生成されたチェック関数呼出関数5aとエラーメッセージ出力関数5bがクライアントチェック実行部5となる。クライアントアプリケーション生成部6は生成済みのクライアントチェック実行部5をクライアントアプリケーション4に組み込む。   The check function call function 5a and the error message output function 5b generated by the processes (3) and (4) serve as the client check execution unit 5. The client application generation unit 6 incorporates the generated client check execution unit 5 in the client application 4.

また、サーバチェック関数管理部11は定義ファイル解析部10で解析した情報を元に入力項目とサーバチェック関数との関係を管理する要素である。
サーバチェック関数13は、入力された文字の長さチェックや日付フォーマットチェックなどの、サーバ側で行なう入力チェックで利用する全てのチェック関数を保持する。
サーバチェック実行部12はクライアントから送られてきた入力データをサーバ側でチェックするための要素である。サーバチェック実行部12は、クライアントから送られてきた入力データに対して、どのチェック関数を実行するかをサーバチェック関数管理部11から参照し、実行対象のチェック関数をサーバチェック関数13から呼び出して実行する。
The server check function management unit 11 is an element that manages the relationship between the input item and the server check function based on the information analyzed by the definition file analysis unit 10.
The server check function 13 holds all check functions used for input checks performed on the server side, such as input character length check and date format check.
The server check execution unit 12 is an element for checking the input data sent from the client on the server side. The server check execution unit 12 refers to the server check function management unit 11 which check function is executed on the input data sent from the client, and calls the check function to be executed from the server check function 13. Execute.

本実施形態では、クライアントとサーバ両方の入力チェックのための情報を単一の情報である入力チェック定義ファイル9として管理することで生産性・保守性を高めている。   In this embodiment, productivity and maintainability are improved by managing information for input check of both the client and the server as the input check definition file 9 which is a single piece of information.

前述したように、入力チェック定義ファイル9にはクライアントとサーバでの入力チェックに必要な情報であるチェックルールとエラーメッセージが定義される。入力チェック定義ファイル9から定義ファイル解析部10が情報を読み取る。クライアントチェック関数生成部7とサーバチェック関数管理部11は、定義ファイル解析部10が読み取った情報を元に入力チェックの仕組みを生成、管理する。このようにして、単一の入力チェック定義ファイル9からクライアントとサーバの両方の入力チェックの仕組みをそれぞれ作り出すことができる。   As described above, the input check definition file 9 defines check rules and error messages, which are information necessary for input check at the client and server. The definition file analysis unit 10 reads information from the input check definition file 9. The client check function generation unit 7 and the server check function management unit 11 generate and manage an input check mechanism based on information read by the definition file analysis unit 10. In this manner, both the client and server input check mechanisms can be created from the single input check definition file 9.

次に、図1に示した構成の情報処理システムの動作について説明する。図8は、本発明の第1の実施形態における情報処理システムのクライアント装置用の入力チェック用の情報の生成手順の一例を示す図である。
まず、ユーザがブラウザ1にアプリケーションのURLを入力し、アプリケーションへのアクセスを試みると、(ステップS1)、ブラウザ1は入力されたURLに対応したアプリケーションサーバ実行部2へリクエストを送信する(ステップS2)。
Next, the operation of the information processing system having the configuration shown in FIG. 1 will be described. FIG. 8 is a diagram illustrating an example of a procedure for generating input check information for the client device of the information processing system according to the first embodiment of this invention.
First, when the user inputs the URL of the application into the browser 1 and tries to access the application (step S1), the browser 1 transmits a request to the application server execution unit 2 corresponding to the input URL (step S2). ).

アプリケーションサーバ実行部2は、受信したリクエストに対応するサーバアプリケーション3を実行する(ステップS3)。
サーバアプリケーション3はクライアントアプリケーション4の生成をクライアントアプリケーション生成部6に指示する(ステップS4)。
The application server execution unit 2 executes the server application 3 corresponding to the received request (step S3).
The server application 3 instructs the client application generation unit 6 to generate the client application 4 (step S4).

クライアントアプリケーション生成部6は、クライアントアプリケーション4に組み込むクライアントチェック実行部5の生成をクライアントチェック関数生成部7のチェック関数呼出関数生成部7aに指示する(ステップS5)。   The client application generation unit 6 instructs the check function call function generation unit 7a of the client check function generation unit 7 to generate the client check execution unit 5 to be incorporated in the client application 4 (step S5).

チェック関数呼出関数生成部7aは、入力チェック定義ファイル9に記述されている、入力項目とチェックルールの対応関係やチェックルールとエラーメッセージの対応関係の参照処理、およびこれらの対応関係のプログラムで扱える形式への変換処理を定義ファイル解析部10に指示する(ステップS6)。   The check function call function generation unit 7a can be handled by the reference processing of the correspondence between the input item and the check rule and the correspondence between the check rule and the error message described in the input check definition file 9, and the program of these correspondences. The conversion to format is instructed to the definition file analysis unit 10 (step S6).

すると定義ファイル解析部10は、入力チェック定義ファイル9に記述されるチェックルールとエラーメッセージのうち入力項目に対応する情報の参照および変換処理を行ない、変換結果をチェック関数呼出関数生成部7aに出力する(ステップS7,S8)。   Then, the definition file analysis unit 10 refers to and converts the information corresponding to the input item in the check rules and error messages described in the input check definition file 9, and outputs the conversion result to the check function call function generation unit 7a. (Steps S7 and S8).

チェック関数呼出関数生成部7aは、定義ファイル解析部10による参照および変換結果にしたがって入力項目に対応するエラーメッセージ出力関数5bを生成し、さらに定義ファイル解析部10から得たチェックルールの中から、生成対象のクライアントアプリケーション4中で定義される情報である、画面内の入力項目に該当するチェックルールを抽出し、当該チェックルールに対応するチェック関数呼出関数の雛形を雛型7bの中から参照して取り出す処理を経てチェック関数呼出関数5aを生成する(ステップS9,S10)。   The check function call function generation unit 7a generates an error message output function 5b corresponding to the input item according to the reference and conversion result by the definition file analysis unit 10, and further, from among the check rules obtained from the definition file analysis unit 10, A check rule corresponding to an input item in the screen, which is information defined in the client application 4 to be generated, is extracted, and a check function call function template corresponding to the check rule is referenced from the template 7b. The check function call function 5a is generated through the processing to be taken out (steps S9 and S10).

チェック関数呼出関数生成部7aは、生成したチェック関数呼出関数5aやエラーメッセージ出力関数5bでなるクライアントチェック実行部5をクライアントアプリケーション生成部6に出力する(ステップS11)。   The check function call function generation unit 7a outputs the client check execution unit 5 including the generated check function call function 5a and error message output function 5b to the client application generation unit 6 (step S11).

するとクライアントアプリケーション生成部6は、チェック関数呼出関数5aやエラーメッセージ出力関数5bを生成対象のクライアントアプリケーション4に組み込み、この組み込みを行なったクライアントアプリケーション4の送信をサーバアプリケーション3に指示する(ステップS12)。   Then, the client application generation unit 6 incorporates the check function call function 5a and the error message output function 5b into the client application 4 to be generated, and instructs the server application 3 to transmit the client application 4 that has been incorporated (step S12). .

サーバアプリケーション3はクライアントアプリケーション4をステップS2の処理でのリクエストへのレスポンスとしてアプリケーションサーバ実行部2を介してブラウザ1に送信する(ステップS13)。
ブラウザ1は、送信されたクライアントアプリケーション4および当該クライアントアプリケーション4に組み込まれるクライアントチェック実行部5を認識して、クライアント装置内に保持する。
The server application 3 transmits the client application 4 to the browser 1 via the application server execution unit 2 as a response to the request in step S2 (step S13).
The browser 1 recognizes the transmitted client application 4 and the client check execution unit 5 incorporated in the client application 4 and holds them in the client device.

次に、クライアントでのクライアントチェック実行部5の認識後の処理について説明する。図9は、本発明の第1の実施形態における情報処理システムのクライアント装置およびサーバ装置による入力チェック手順の一例を示す図である。
ユーザがブラウザ1に表示された画面の入力項目へ文字を入力し(ステップS21)、入力情報をサーバに送信するためのボタンを押すと(ステップS22)、ブラウザ1はSubmit処理を行ない、入力情報に対する入力チェックの実行をクライアントアプリケーション4に指示する(ステップS23)。
すると、クライアントアプリケーション4は各入力項目に対応するチェック関数呼出関数5aを実行する(ステップS24)。
Next, processing after recognition by the client check execution unit 5 at the client will be described. FIG. 9 is a diagram illustrating an example of an input check procedure performed by the client device and the server device of the information processing system according to the first embodiment of this invention.
When the user inputs a character into an input item on the screen displayed on the browser 1 (step S21) and presses a button for transmitting the input information to the server (step S22), the browser 1 performs a submit process, and the input information The client application 4 is instructed to execute an input check for (step S23).
Then, the client application 4 executes the check function call function 5a corresponding to each input item (step S24).

チェック関数呼出関数5aは記述されるチェック関数呼出関数をクライアントチェック関数8から呼び出す。この呼び出されたクライアントチェック関数8によって入力チェックが実行される(ステップS25)。クライアントチェック関数8は実行により得られたチェック結果をチェック関数呼出関数5aを介してクライアントアプリケーション4に返す(ステップS26,S27)。   The check function call function 5a calls the described check function call function from the client check function 8. An input check is executed by the called client check function 8 (step S25). The client check function 8 returns the check result obtained by execution to the client application 4 via the check function call function 5a (steps S26 and S27).

このチェック結果が真、つまり入力情報がチェックルールに従ったものであればブラウザ1はクライアント側の入力チェックで真であった入力情報をリクエストに格納して、サーバ側のアプリケーションサーバ実行部2に送信する(ステップS28)。   If this check result is true, that is, if the input information conforms to the check rule, the browser 1 stores the input information that is true in the input check on the client side in the request, and sends it to the application server execution unit 2 on the server side. Transmit (step S28).

アプリケーションサーバ実行部2は、受信したリクエストに対応するサーバアプリケーション3を実行する(ステップS29)。
サーバアプリケーション3は、受信した入力情報に対する入力チェックをサーバチェック実行部12に指示する(ステップS30)。
サーバチェック実行部12は、入力情報に対応するサーバ側でのチェックルールおよびエラーメッセージの取得をサーバチェック関数管理部11に指示する(ステップS31)。
The application server execution unit 2 executes the server application 3 corresponding to the received request (step S29).
The server application 3 instructs the server check execution unit 12 to perform an input check on the received input information (step S30).
The server check execution unit 12 instructs the server check function management unit 11 to acquire a check rule and an error message on the server side corresponding to the input information (step S31).

サーバチェック関数管理部11は、入力チェック定義ファイル9に記述されている情報のうち、入力項目とチェックルールの対応関係や当該チェックルールとエラーメッセージの対応関係の参照処理、およびこれら参照した情報のプログラムで扱える形式への変換処理を定義ファイル解析部10に指示する(ステップS32)。   Of the information described in the input check definition file 9, the server check function management unit 11 refers to the correspondence between the input item and the check rule, the correspondence between the check rule and the error message, and the reference information. The definition file analysis unit 10 is instructed to convert to a format that can be handled by the program (step S32).

定義ファイル解析部10は、入力チェック定義ファイル9に記述されるチェックルールとエラーメッセージのうちサーバチェック関数管理部11からの指示で示された情報の参照処理および変換処理を行ない、この変換結果であるチェックルールとエラーメッセージをサーバチェック関数管理部11に出力する(ステップS33,S34)。   The definition file analysis unit 10 performs reference processing and conversion processing of information indicated by an instruction from the server check function management unit 11 in the check rules and error messages described in the input check definition file 9, and uses the conversion result. A check rule and an error message are output to the server check function management unit 11 (steps S33 and S34).

また、サーバ側でブラウザ1へのURL入力時に入力チェック定義ファイル9から定義ファイル解析部10が読み込んだ情報をサーバのメモリ中に一時保存しておき、ステップS33の処理では読み込む対象の情報を一時保存したメモリから読み出すようにしてもよい。   In addition, information read by the definition file analysis unit 10 from the input check definition file 9 when the URL is input to the browser 1 on the server side is temporarily stored in the server memory, and the information to be read is temporarily stored in the process of step S33. You may make it read from the memory preserve | saved.

サーバチェック関数管理部11は、受け取ったチェックルールとエラーメッセージをもとに、入力項目と実行するチェック関数との対応関係をサーバチェック実行部12に出力する(ステップS35)。   The server check function management unit 11 outputs the correspondence between the input items and the check function to be executed to the server check execution unit 12 based on the received check rule and error message (step S35).

サーバチェック実行部12は、サーバチェック関数管理部11から受け取ったチェック関数のIDに対応するサーバチェック関数13を実行してチェック結果を得る(ステップS36,S37)。サーバチェック実行部12は、チェック結果が真であれば次画面のクライアントアプリケーション4をステップS28の処理でのリクエストへのレスポンスとしてクライアントに送信し、偽であればエラー画面もしくはエラーメッセージを前述したレスポンスとしてクライアントに送信して表示させる(ステップS38,S39,S40)。   The server check execution unit 12 executes the server check function 13 corresponding to the check function ID received from the server check function management unit 11 to obtain a check result (steps S36 and S37). If the check result is true, the server check execution unit 12 sends the client application 4 on the next screen to the client as a response to the request in the process of step S28. Are transmitted to the client and displayed (steps S38, S39, S40).

次に、クライアントでの入力チェック結果が偽である場合の処理について説明する。図10は、本発明の第1の実施形態における情報処理システムのクライアント装置による入力から入力チェック後のエラーメッセージの出力までの手順の一例を示す図である。   Next, processing when the input check result at the client is false will be described. FIG. 10 is a diagram illustrating an example of a procedure from input by the client device of the information processing system according to the first embodiment of the present invention to output of an error message after input check.

まず、前述したステップS21〜S26までの処理がなされ(ステップS51〜S56)、ステップS56の処理で得られたチェック結果が偽であれば、チェック関数呼出関数5aは、エラーメッセージ出力関数5bにおける、チェックに用いたチェック関数呼出関数に対応するエラーメッセージ出力関数を呼び出す(ステップS57)。当該呼び出されたエラーメッセージ出力関数はエラーメッセージをブラウザ1に送信して画面表示させる(ステップS58)。このエラーメッセージを参照したユーザは入力項目への文字入力を再度行うことになる。   First, the processing from step S21 to S26 described above is performed (steps S51 to S56). If the check result obtained by the processing in step S56 is false, the check function call function 5a is the error message output function 5b. An error message output function corresponding to the check function call function used for the check is called (step S57). The called error message output function transmits an error message to the browser 1 and displays it on the screen (step S58). The user who refers to this error message performs character input to the input item again.

以上のように、本発明の第1の実施形態における情報処理システムでは、サーバ側での入力チェックのためのチェック関数やエラーメッセージを当該サーバ側の入力チェック定義ファイル9の解析を経て取得し、さらに、クライアント側での入力チェックのためのチェック関数やエラーメッセージをサーバ側の前述した入力チェック定義ファイル9の解析およびクライアントで実行可能な形式への変換処理を経て生成する。よって、サーバ側の入力チェックのためのチェック関数やエラーメッセージの元となる情報、およびクライアント側での入力チェックのためのチェック関数やエラーメッセージの元となる情報を個別に管理する必要がなくなり、クライアント・サーバ両方の入力チェックに必要な情報を単一のファイルとして管理すれば足りるようになる。よってサーバおよびクライアントでの入力チェックのための情報の保守性および生産性を向上させることができる。   As described above, in the information processing system according to the first embodiment of the present invention, a check function and an error message for input check on the server side are obtained through analysis of the input check definition file 9 on the server side, Further, a check function and an error message for input check on the client side are generated through analysis of the input check definition file 9 on the server side and conversion processing into a format executable by the client. Therefore, there is no need to separately manage the check function for the input check on the server side and the information for the error message, and the check function for the input check on the client side and the information for the error message. It is sufficient to manage the information necessary for the input check of both the client and the server as a single file. Therefore, it is possible to improve maintainability and productivity of information for input check at the server and the client.

(第2の実施形態)
次に、本発明の第2の実施形態について説明する。なお、本実施形態に係る情報処理システムの構成のうち図1に示したものと同一部分の説明は省略する。
第1の実施形態では、ブラウザの画面遷移が行なわれる毎に、遷移した画面に対応するクライアントチェック実行部5が組み込まれたクライアントアプリケーション4がサーバ側で生成されてクライアントに送信される。
また、入力チェック定義ファイル9では入力項目のIDとチェックルールを関連付けて定義している。
これらの構成を用いれば、画面遷移が生じない場合での入力項目の変化、つまり画面遷移とは非同期での画面内の入力項目の変化を生ずるクライアントアプリケーション4を用いた入力チェックが可能である。第2の実施形態では、サーバおよびクライアントはこのような非同期での入力項目の変化に応じて入力チェックを行う。
(Second Embodiment)
Next, a second embodiment of the present invention will be described. In addition, description of the same part as what was shown in FIG. 1 among the structures of the information processing system which concerns on this embodiment is abbreviate | omitted.
In the first embodiment, every time a browser screen transition is performed, the client application 4 incorporating the client check execution unit 5 corresponding to the transitioned screen is generated on the server side and transmitted to the client.
The input check definition file 9 defines input item IDs and check rules in association with each other.
By using these configurations, it is possible to perform an input check using the client application 4 that causes a change in the input item when no screen transition occurs, that is, a change in the input item in the screen that is asynchronous with the screen transition. In the second embodiment, the server and the client perform input check in response to such asynchronous input item changes.

図11は、本発明の第2の実施形態における情報処理システムのクライアント装置における画面遷移を伴わない入力項目変化の一例を示す図である。
図12は、本発明の第2の実施形態における情報処理システムのサーバ装置およびクライアント装置の機能構成の一例を示すブロック図である。図12中の点線L5で囲まれている部分が第2の実施形態における重要要素である。
この情報処理システムは、第1の実施形態と比較してクライアント側はチェック関数非同期取得部14を備え、サーバ側はチェック関数非同期生成部15を備える。
FIG. 11 is a diagram illustrating an example of an input item change not accompanied by a screen transition in the client device of the information processing system according to the second embodiment of the present invention.
FIG. 12 is a block diagram illustrating an example of functional configurations of the server device and the client device of the information processing system according to the second embodiment of the present invention. A portion surrounded by a dotted line L5 in FIG. 12 is an important element in the second embodiment.
In this information processing system, the client side includes a check function asynchronous acquisition unit 14 and the server side includes a check function asynchronous generation unit 15 as compared with the first embodiment.

チェック関数非同期取得部14は、画面内に存在する入力項目が画面遷移することなく変化した場合に、画面内に存在する全ての入力項目を抽出して、当該抽出した入力項目の入力チェックを行なうクライアントチェック実行部5をサーバに要求する要素である。チェック関数非同期取得部14は、入力項目が画面遷移なしに変化したタイミングで、サーバからクライアントチェック実行部5を取得する。   The check function asynchronous acquisition unit 14 extracts all input items existing in the screen and checks the input of the extracted input items when the input items existing in the screen change without screen transition. This is an element for requesting the client check execution unit 5 from the server. The check function asynchronous acquisition unit 14 acquires the client check execution unit 5 from the server at the timing when the input item changes without screen transition.

チェック関数非同期生成部15は、チェック関数非同期取得部14からのクライアントチェック実行部5の要求を受信し、この要求に従って生成したクライアントチェック実行部5をクライアントに送信する要素である。   The check function asynchronous generation unit 15 is an element that receives the request of the client check execution unit 5 from the check function asynchronous acquisition unit 14 and transmits the client check execution unit 5 generated according to this request to the client.

本実施形態では、チェック関数呼出関数生成部7aが生成したクライアントチェック実行部5は第1の実施形態のようにクライアントアプリケーション4に組み込むのではなく直接クライアントに送信するので、第1の実施形態で説明したクライアントアプリケーション生成部6は画面遷移がなされない状態で入力項目が変化しても用いられない。   In the present embodiment, the client check execution unit 5 generated by the check function call function generation unit 7a is not incorporated into the client application 4 as in the first embodiment, but is transmitted directly to the client. The described client application generation unit 6 is not used even if the input item changes in a state where the screen transition is not performed.

図13は、本発明の第2の実施形態における情報処理システムのクライアント装置における画面変更操作からサーバ装置によるクライアントチェック実行部の設定までの手順の一例を示す図である。
ユーザがクライアントの画面に存在する入力項目が画面遷移なしに変化する操作を実行すると(ステップS61)、ブラウザ1は、画面の入力項目の変化を検知して、クライアントアプリケーション4に通知する(ステップS62)。
FIG. 13 is a diagram illustrating an example of a procedure from a screen change operation in the client device of the information processing system according to the second exemplary embodiment of the present invention to the setting of the client check execution unit by the server device.
When the user performs an operation in which the input item existing on the client screen changes without screen transition (step S61), the browser 1 detects the change of the input item on the screen and notifies the client application 4 (step S62). ).

そして、クライアントアプリケーション4はチェック関数非同期取得部14を呼び出す(ステップS63)。
チェック関数非同期取得部14は画面に存在する全ての入力項目のIDを取得する(ステップS64,65)。
Then, the client application 4 calls the check function asynchronous acquisition unit 14 (step S63).
The check function asynchronous acquisition unit 14 acquires the IDs of all input items existing on the screen (steps S64 and S65).

チェック関数非同期取得部14は、入力項目のIDに対応するチェック関数呼出関数5aとエラーメッセージ出力関数5bを持つクライアントチェック実行部5の生成リクエストをサーバ側のアプリケーションサーバ実行部2に送信する(ステップS66)。   The check function asynchronous acquisition unit 14 transmits a generation request of the client check execution unit 5 having the check function call function 5a and the error message output function 5b corresponding to the input item ID to the application server execution unit 2 on the server side (step) S66).

アプリケーションサーバ実行部2は、受信したリクエストに対応するサーバアプリケーション3を実行する(ステップS67)。
サーバアプリケーション3は、クライアントに非同期で送信するためのデータの生成をチェック関数非同期生成部15に指示する(ステップS68)。
チェック関数非同期生成部15は、入力項目に対応するクライアントチェック実行部5の生成をチェック関数呼出関数生成部7aに指示する(ステップS69)。
The application server execution unit 2 executes the server application 3 corresponding to the received request (Step S67).
The server application 3 instructs the check function asynchronous generation unit 15 to generate data for asynchronous transmission to the client (step S68).
The check function asynchronous generation unit 15 instructs the check function call function generation unit 7a to generate the client check execution unit 5 corresponding to the input item (step S69).

チェック関数呼出関数生成部7aは、入力チェック定義ファイル9に記述されている、入力項目とチェックルールの対応関係やチェックルールとエラーメッセージの対応関係の参照処理、およびこれらの対応関係のプログラムで扱える形式への変換処理を定義ファイル解析部10に指示する(ステップS70)。   The check function call function generation unit 7a can be handled by the reference processing of the correspondence between the input item and the check rule and the correspondence between the check rule and the error message described in the input check definition file 9, and the program of these correspondences. The conversion process to the format is instructed to the definition file analysis unit 10 (step S70).

定義ファイル解析部10は、入力チェック定義ファイル9に記述されるチェックルールとエラーメッセージのうち入力項目に対応する情報の参照処理および変換処理を行ない、変換結果をチェック関数呼出関数生成部7aに出力する(ステップS71,S72)。   The definition file analysis unit 10 performs reference processing and conversion processing of information corresponding to the input item in the check rules and error messages described in the input check definition file 9, and outputs the conversion result to the check function call function generation unit 7a. (Steps S71 and S72).

チェック関数呼出関数生成部7aは、定義ファイル解析部10による参照および変換結果にしたがって入力項目に対応するエラーメッセージ出力関数5bを生成し、さらに定義ファイル解析部10から得たチェックルールの中から生成対象のクライアントアプリケーション4の画面内の持つ入力項目に該当するチェックルールに対応するチェック関数呼出関数の雛型7bの中から参照して取り出す処理を経てチェック関数呼出関数5aを生成する(ステップS73,S74)。   The check function call function generation unit 7a generates an error message output function 5b corresponding to the input item according to the reference and conversion result by the definition file analysis unit 10, and further generates from the check rules obtained from the definition file analysis unit 10. A check function call function 5a is generated through a process of referring to and extracting from the check function call function template 7b corresponding to the check rule corresponding to the input item in the screen of the target client application 4 (step S73, S74).

チェック関数呼出関数生成部7aは、生成したチェック関数呼出関数5aやエラーメッセージ出力関数5bをチェック関数非同期生成部15に出力する(ステップS75)。
チェック関数非同期生成部15は、チェック関数呼出関数5aやエラーメッセージ出力関数5bでなるクライアントチェック実行部5をサーバアプリケーション3に出力する(ステップS76)。サーバアプリケーション3は、クライアントチェック実行部5をアプリケーションサーバ実行部2に出力する(ステップS77)。
The check function call function generation unit 7a outputs the generated check function call function 5a and error message output function 5b to the check function asynchronous generation unit 15 (step S75).
The check function asynchronous generation unit 15 outputs the client check execution unit 5 including the check function call function 5a and the error message output function 5b to the server application 3 (step S76). The server application 3 outputs the client check execution unit 5 to the application server execution unit 2 (step S77).

アプリケーションサーバ実行部2はクライアントチェック実行部5をステップS66の処理でのリクエストへのレスポンスとしてチェック関数非同期取得部14に送信する(ステップS78)。
チェック関数非同期取得部14は、サーバから受信したクライアントチェック実行部5をクライアントアプリケーション4に設定する(ステップS79)。
The application server execution unit 2 transmits the client check execution unit 5 to the check function asynchronous acquisition unit 14 as a response to the request in the process of step S66 (step S78).
The check function asynchronous acquisition unit 14 sets the client check execution unit 5 received from the server in the client application 4 (step S79).

以上のように、本発明の第2の実施形態における情報処理システムでは、画面遷移なしに画面の入力項目に変化があったタイミングで、当該画面に存在する入力項目に対する入力チェックのためにクライアントが用いるチェック関数呼出関数やエラーメッセージ出力関数をサーバ側の入力チェック定義ファイル9をもとに生成してクライアント側に設定するので、画面遷移なしに画面の入力項目に変化があった場合でも第1の実施形態と同様に入力チェックのための情報の保守性および生産性を向上させることができる。   As described above, in the information processing system according to the second embodiment of the present invention, the client checks the input items on the screen at the timing when the input items on the screen change without screen transition. Since the check function call function and error message output function to be used are generated based on the input check definition file 9 on the server side and set on the client side, even if there is a change in the screen input item without the screen transition, the first As in the first embodiment, it is possible to improve the maintainability and productivity of information for input check.

なお、この発明は前記実施形態そのままに限定されるものではなく実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、前記実施形態に開示されている複数の構成要素の適宜な組み合わせにより種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を省略してもよい。更に、異なる実施形態に亘る構成要素を適宜組み合せてもよい。   The present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. Various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the embodiment. For example, some components may be omitted from all the components shown in the embodiment. Furthermore, you may combine suitably the component covering different embodiment.

本発明の第1の実施形態における情報処理システムのサーバ装置およびクライアント装置の機能構成の一例を示すブロック図。The block diagram which shows an example of the function structure of the server apparatus and client apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのサーバ装置のハードウェア構成の一例を示すブロック図。The block diagram which shows an example of the hardware constitutions of the server apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのクライアント装置のハードウェア構成の一例を示すブロック図。The block diagram which shows an example of the hardware constitutions of the client apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのクライアント装置のクライアントチェック実行部を組み込んだクライアントアプリケーションの一例を示す図。The figure which shows an example of the client application incorporating the client check execution part of the client apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのサーバ装置の入力チェック定義ファイルの一例を示す図。The figure which shows an example of the input check definition file of the server apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのサーバ装置による入力チェック定義ファイルの解析結果の一例を示す図。The figure which shows an example of the analysis result of the input check definition file by the server apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのサーバ装置によるクライアントチェック実行部の生成手順の一例を示す図。The figure which shows an example of the production | generation procedure of the client check execution part by the server apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのクライアント装置用の入力チェック用の情報の生成手順の一例を示す図。The figure which shows an example of the production | generation procedure of the information for the input checks for the client apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのクライアント装置およびサーバ装置による入力チェック手順の一例を示す図。The figure which shows an example of the input check procedure by the client apparatus and server apparatus of the information processing system in the 1st Embodiment of this invention. 本発明の第1の実施形態における情報処理システムのクライアント装置による入力から入力チェック後のエラーメッセージの出力までの手順の一例を示す図。The figure which shows an example of the procedure from the input by the client apparatus of the information processing system in the 1st Embodiment of this invention to the output of the error message after an input check. 本発明の第2の実施形態における情報処理システムのクライアント装置における画面遷移を伴わない入力項目変化の一例を示す図。The figure which shows an example of the input item change without the screen transition in the client apparatus of the information processing system in the 2nd Embodiment of this invention. 本発明の第2の実施形態における情報処理システムのサーバ装置およびクライアント装置の機能構成の一例を示すブロック図。The block diagram which shows an example of the function structure of the server apparatus and client apparatus of the information processing system in the 2nd Embodiment of this invention. 本発明の第2の実施形態における情報処理システムのクライアント装置における画面変更操作からサーバ装置によるクライアントチェック実行部の設定までの手順の一例を示す図。The figure which shows an example of the procedure from the screen change operation in the client apparatus of the information processing system in the 2nd Embodiment of this invention to the setting of the client check execution part by a server apparatus.

符号の説明Explanation of symbols

1…ブラウザ、2…アプリケーションサーバ実行部、3…サーバアプリケーション、4…クライアントアプリケーション、5…クライアントチェック実行部、5a…チェック関数呼出関数、5b…エラーメッセージ出力関数、6…クライアントアプリケーション生成部、7…クライアントチェック関数生成部、7a…チェック関数呼出関数生成部、7b…チェック関数呼出関数の雛型、8…クライアントチェック関数、9…入力チェック定義ファイル、10…定義ファイル解析部、11…サーバチェック関数管理部、12…サーバチェック実行部、13…サーバチェック関数、14…チェック関数非同期取得部、15…チェック関数非同期生成部、20…サーバ装置、21,31…CPU、22,32…記憶装置、23,33…通信インタフェース、24,35…バス、30…クライアント装置、34…入力デバイス、36…表示部。   DESCRIPTION OF SYMBOLS 1 ... Browser, 2 ... Application server execution part, 3 ... Server application, 4 ... Client application, 5 ... Client check execution part, 5a ... Check function call function, 5b ... Error message output function, 6 ... Client application production | generation part, 7 ... client check function generation unit, 7a ... check function call function generation unit, 7b ... check function call function template, 8 ... client check function, 9 ... input check definition file, 10 ... definition file analysis unit, 11 ... server check Function management unit, 12 ... Server check execution unit, 13 ... Server check function, 14 ... Check function asynchronous acquisition unit, 15 ... Check function asynchronous generation unit, 20 ... Server device, 21, 31 ... CPU, 22, 32 ... Storage device , 23, 33 ... Communication interface Over scan, 24 and 35 ... Bus, 30 ... client device, 34 ... input device, 36 ... display unit.

Claims (7)

サーバ装置およびクライアント装置を有するシステムであって、
前記サーバ装置は、
前記クライアント装置で入力された情報のチェックルールおよび前記情報が当該チェックルールを満たさない場合に出力するためのエラーメッセージを対応付けて管理する管理手段と、
前記管理手段により管理される情報をもとに、前記入力された情報を前記サーバ装置がチェックするためのチェックルールおよび前記情報が当該チェックルールを満たさない場合に当該サーバ装置が前記クライアント装置へ出力するためのエラーメッセージを解析する解析手段と、
前記管理手段により管理される情報をもとに、前記入力された情報を前記クライアント装置がチェックするためのチェックルールおよび前記情報が当該チェックルールを満たさない場合に当該クライアント装置が出力するためのエラーメッセージを生成する生成手段と、
前記入力された情報が前記生成手段により生成されたチェックルールを満たすと前記クライアント装置が判別した場合に、前記入力された情報が前記解析手段により解析されたチェックルールを満たすか否かを判別する判別手段と、
前記チェックルールを満たさないと当該判別手段が判別した場合に当該チェックルールに対応するエラーメッセージを出力する出力手段と
を備え、
前記クライアント装置は、
情報の入力を受け付ける入力手段と、
前記入力された情報が前記サーバ装置の生成手段により生成されたチェックルールを満たすか否かを判別する判別手段と、
前記チェックルールを満たさないと前記判別手段が判別した場合に当該チェックルールに対応するエラーメッセージを出力する出力手段と
を備えたことを特徴とする情報処理システム。
A system having a server device and a client device,
The server device
A management unit that associates and manages a check rule for information input in the client device and an error message to be output when the information does not satisfy the check rule;
Based on information managed by the management means, a check rule for the server device to check the input information, and the server device outputs to the client device when the information does not satisfy the check rule An analysis means for analyzing an error message for
Based on information managed by the management means, a check rule for the client device to check the input information and an error for the client device to output when the information does not satisfy the check rule Generating means for generating a message;
When the client device determines that the input information satisfies the check rule generated by the generation unit, the client device determines whether the input information satisfies the check rule analyzed by the analysis unit. Discrimination means;
An output unit that outputs an error message corresponding to the check rule when the determination unit determines that the check rule is not satisfied,
The client device is
An input means for receiving input of information;
Determining means for determining whether or not the input information satisfies a check rule generated by the generating means of the server device;
An information processing system comprising: output means for outputting an error message corresponding to the check rule when the determination means determines that the check rule is not satisfied.
クライアント装置によって入力された情報のチェックルールおよび当該チェックルールを満たさない場合に出力するためのエラーメッセージを対応付けて管理する管理手段と、
前記管理手段により管理される情報をもとに、前記入力された情報を前記サーバ装置がチェックするためのチェックルールおよび前記情報が当該チェックルールを満たさない場合に当該サーバ装置が前記クライアント装置へ出力するためのエラーメッセージを解析する解析手段と、
前記管理手段により管理される情報をもとに、前記入力された情報を前記クライアント装置がチェックするためのチェックルールおよび前記情報が当該チェックルールを満たさない場合に当該クライアント装置が出力するためのエラーメッセージを生成する生成手段と、
前記入力された情報が前記生成手段により生成されたチェックルールを満たすと前記クライアント装置が判別した場合に、前記入力された情報が前記解析手段により解析されたチェックルールを満たすか否かを判別する判別手段と、
前記チェックルールを満たさないと当該判別手段がチェックした場合に当該チェックルールに対応するエラーメッセージを出力する出力手段と
を備えたことを特徴とするサーバ装置。
A management means for associating and managing a check rule for information input by the client device and an error message to be output when the check rule is not satisfied;
Based on information managed by the management means, a check rule for the server device to check the input information, and the server device outputs to the client device when the information does not satisfy the check rule An analysis means for analyzing an error message for
Based on information managed by the management means, a check rule for the client device to check the input information and an error for the client device to output when the information does not satisfy the check rule Generating means for generating a message;
When the client device determines that the input information satisfies the check rule generated by the generation unit, the client device determines whether the input information satisfies the check rule analyzed by the analysis unit. Discrimination means;
A server apparatus comprising: an output unit that outputs an error message corresponding to the check rule when the determination unit checks that the check rule is not satisfied.
前記生成手段により生成したチェックルールおよびエラーメッセージを含めたアプリケーションプログラムを前記クライアント装置で入力された情報を当該クライアント装置がチェックするために動作させるプログラムとして当該クライアント装置に送信する送信手段をさらに備えたことを特徴とする請求項2に記載のサーバ装置。   The apparatus further includes a transmission unit that transmits the application program including the check rule and the error message generated by the generation unit to the client device as a program for operating the client device to check information input by the client device. The server device according to claim 2. 前記クライアント装置での入力画面での入力項目が画面遷移を経ないで更新された場合に、前記生成手段により生成したチェックルールおよびエラーメッセージを前記クライアント装置で入力された情報を当該クライアント装置がチェックするための情報として当該クライアント装置に送信する送信手段をさらに備えたことを特徴とする請求項2に記載のサーバ装置。   When the input item on the input screen on the client device is updated without going through the screen transition, the client device checks the information entered by the client device with the check rule and error message generated by the generating means. The server apparatus according to claim 2, further comprising a transmission unit that transmits information to the client apparatus as information to be performed. 情報の入力を受け付ける入力手段と、
サーバ装置により管理されるチェックルールおよび当該チェックルールを満たさない場合に出力するためのエラーメッセージをもとに当該サーバ装置が生成した、前記入力手段により入力した情報のチェックルールおよび当該チェックルールを満たさない場合に当該クライアント装置が出力するためのエラーメッセージを受信する受信手段と、
前記入力された情報が前記受信手段により受信したチェックルールを満たすか否かを判別する判別手段と、
前記チェックルールを満たさないと当該判別手段がチェックした場合に当該チェックルールに対応するエラーメッセージを出力する出力手段と
を備えたことを特徴とするクライアント装置。
An input means for receiving input of information;
The check rule of information input by the input means generated by the server device based on the check rule managed by the server device and an error message to be output when the check rule is not satisfied, and the check rule is satisfied Receiving means for receiving an error message to be output by the client device when there is not;
Determining means for determining whether or not the input information satisfies the check rule received by the receiving means;
A client device comprising: output means for outputting an error message corresponding to the check rule when the determination means checks that the check rule is not satisfied.
サーバ装置として用いるコンピュータを、
クライアント装置によって入力された情報のチェックルールおよび当該チェックルールを満たさない場合に出力するためのエラーメッセージを対応付けて管理する管理手段、
前記管理手段により管理される情報をもとに、前記入力された情報を前記サーバ装置がチェックするためのチェックルールおよび前記情報が当該チェックルールを満たさない場合に当該サーバ装置が前記クライアント装置へ出力するためのエラーメッセージを解析する解析手段、
前記管理手段により管理される情報をもとに、前記入力された情報を当該クライアント装置がチェックするためのチェックルールおよび前記情報が当該チェックルールを満たさない場合に当該クライアント装置が出力するためのエラーメッセージを生成する生成手段、
前記入力された情報が前記生成手段により生成されたチェックルールを満たすと前記クライアント装置が判別した場合に、前記入力された情報が前記解析手段により解析されたチェックルールを満たすか否かを判別する判別手段、および
前記チェックルールを満たさないと当該判別手段がチェックした場合に当該チェックルールに対応するエラーメッセージを出力する出力手段
として機能させるようにしたコンピュータ読み取り可能な情報処理プログラム。
A computer used as a server device
A management means for associating and managing a check rule for information input by a client device and an error message to be output when the check rule is not satisfied;
Based on information managed by the management means, a check rule for the server device to check the input information, and the server device outputs to the client device when the information does not satisfy the check rule An analysis means for analyzing an error message for
Based on information managed by the management means, a check rule for the client device to check the input information and an error to be output by the client device when the information does not satisfy the check rule Generating means for generating a message;
When the client device determines that the input information satisfies the check rule generated by the generation unit, the client device determines whether the input information satisfies the check rule analyzed by the analysis unit. And a computer-readable information processing program that functions as an output unit that outputs an error message corresponding to the check rule when the determination unit checks that the check rule is not satisfied.
クライアント装置として用いるコンピュータを、
情報の入力を受け付ける入力手段、
サーバ装置により管理されるチェックルールおよび当該チェックルールを満たさない場合に出力するためのエラーメッセージをもとに当該サーバ装置が生成した、前記入力した情報のチェックルールおよび当該チェックルールを満たさない場合に当該クライアント装置が出力するためのエラーメッセージを受信する受信手段、
前記入力された情報が前記受信手段により受信したチェックルールを満たすか否かを判別する判別手段、および
前記チェックルールを満たさないと当該判別手段がチェックした場合に当該チェックルールに対応するエラーメッセージを出力する出力手段
として機能させるようにしたコンピュータ読み取り可能な情報処理プログラム。
A computer used as a client device
Input means for receiving input of information,
When the check rule of the input information generated by the server device based on the check rule managed by the server device and an error message to be output when the check rule is not satisfied and the check rule are not satisfied Receiving means for receiving an error message to be output by the client device;
A discriminating unit for discriminating whether or not the input information satisfies a check rule received by the receiving unit; and an error message corresponding to the check rule when the discriminating unit checks that the check rule is not satisfied A computer-readable information processing program that functions as output means for outputting.
JP2008019465A 2008-01-30 2008-01-30 Information processing system, server device, client device, and information processing program Pending JP2009181320A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008019465A JP2009181320A (en) 2008-01-30 2008-01-30 Information processing system, server device, client device, and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008019465A JP2009181320A (en) 2008-01-30 2008-01-30 Information processing system, server device, client device, and information processing program

Publications (1)

Publication Number Publication Date
JP2009181320A true JP2009181320A (en) 2009-08-13

Family

ID=41035262

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008019465A Pending JP2009181320A (en) 2008-01-30 2008-01-30 Information processing system, server device, client device, and information processing program

Country Status (1)

Country Link
JP (1) JP2009181320A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013512489A (en) * 2009-11-30 2013-04-11 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, apparatus, and computer program for security verification
JP2016071892A (en) * 2014-09-30 2016-05-09 キヤノンマーケティングジャパン株式会社 Document system, processing method thereof, and program
US10885016B2 (en) 2016-09-06 2021-01-05 Kabushiki Kaisha Toshiba System, client device, server device, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004287589A (en) * 2003-03-19 2004-10-14 Hitachi Ltd Method for displaying information terminal screen
JP2005141416A (en) * 2003-11-05 2005-06-02 Nomura Research Institute Ltd Check code generation system, generation program, generation method, input check system with check code generation function, and input check method
JP2005339417A (en) * 2004-05-31 2005-12-08 Hitachi Ltd Contract support system, method and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004287589A (en) * 2003-03-19 2004-10-14 Hitachi Ltd Method for displaying information terminal screen
JP2005141416A (en) * 2003-11-05 2005-06-02 Nomura Research Institute Ltd Check code generation system, generation program, generation method, input check system with check code generation function, and input check method
JP2005339417A (en) * 2004-05-31 2005-12-08 Hitachi Ltd Contract support system, method and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013512489A (en) * 2009-11-30 2013-04-11 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, apparatus, and computer program for security verification
JP2016071892A (en) * 2014-09-30 2016-05-09 キヤノンマーケティングジャパン株式会社 Document system, processing method thereof, and program
US10885016B2 (en) 2016-09-06 2021-01-05 Kabushiki Kaisha Toshiba System, client device, server device, and program

Similar Documents

Publication Publication Date Title
KR102220127B1 (en) Method and apparatus for customized software development kit (sdk) generation
US20170103047A1 (en) Mechanisms to Compose, Execute, Save, and Retrieve Hyperlink Pipelines in Web Browsers
US8984608B2 (en) Image processing apparatus, image processing system, and computer-readable storage medium for generating a token value
WO2010001871A1 (en) Application extension system, extension method, extension program
US8220061B2 (en) Method for making contents public or private, information providing system, and information providing program
JP2008186201A (en) Reverse proxy server, and control method and program thereof
JP2005092669A (en) Information processor and information processing method
US20110035433A1 (en) Webpage display method, computer system, and program
JP2009181320A (en) Information processing system, server device, client device, and information processing program
US20050198568A1 (en) Table display switching method, text data conversion program, and tag program
JP2005223390A (en) Message exchange method, and message conversion system
JP4866633B2 (en) Screen information generation method, screen information generation system, and screen information generation program
JP2008123234A (en) Translation server device, translation system, translation method, and translation program
JP2006510955A (en) Context-independent framework system and method for managing and executing XML processing tasks
JP2000112888A (en) Browser operation management device and computer- readable recording medium recording program
JP4643900B2 (en) Input check system with check code generation function
JP2006072990A (en) Web authentication method, and web authentication server
JP2007272443A (en) Development support device, development support method and development support program
JP2005316640A (en) Method and system for verifying download input business form
JP2005107662A (en) Www system processing method and system
JP2010086308A (en) Link generation device and link generation method
JP2001195329A (en) Data input supporting device and recording medium
Loh et al. Generating web applications from use case scenarios
CN113268232B (en) Page skin generation method and device and computer readable storage medium
KR20030063922A (en) System And Method For Implementation Of Web Application Over XML

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100422

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100427

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100628

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20101221