JP2013137637A - Information processor, input support method and input support program - Google Patents

Information processor, input support method and input support program Download PDF

Info

Publication number
JP2013137637A
JP2013137637A JP2011287971A JP2011287971A JP2013137637A JP 2013137637 A JP2013137637 A JP 2013137637A JP 2011287971 A JP2011287971 A JP 2011287971A JP 2011287971 A JP2011287971 A JP 2011287971A JP 2013137637 A JP2013137637 A JP 2013137637A
Authority
JP
Japan
Prior art keywords
screen
display
input item
input
name
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2011287971A
Other languages
Japanese (ja)
Other versions
JP5857737B2 (en
Inventor
Ryo Taniguchi
陵 谷口
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2011287971A priority Critical patent/JP5857737B2/en
Publication of JP2013137637A publication Critical patent/JP2013137637A/en
Application granted granted Critical
Publication of JP5857737B2 publication Critical patent/JP5857737B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To simplify implementation for input support to plural screens.SOLUTION: An information processor includes: a determination unit which refers to, for each display component, a storage unit for storing identification information on a screen including a display component as an indispensable input item, and on the basis of the identification information on a screen to be displayed, determines, among display components included in the screen, a display component corresponding to the indispensable input item; and an addition unit which adds, to display data on the screen to be displayed, a command enabling identification of the display component corresponding to the indispensable input item.

Description

本発明は、情報処理装置、入力支援方法、及び入力支援プログラムに関する。   The present invention relates to an information processing apparatus, an input support method, and an input support program.

例えば、インターネットを介してサービスを提供するWebシステムのように、複数の画面の遷移によって、一連のサービスを提供するシステムが存在する。このようなシステムにおいては、複数の画面に関して、共通のレイアウトが利用されることがある。例えば、購入対象として選択された商品の個数を変更させる「変更画面」のレイアウトと、購入対象として選択された商品をキャンセルさせる「削除画面」のレイアウトを共通にして、内部処理を変化させることが行われている。なお、レイアウトを共通にするとは、例えば、雛形としての画面データが共通することをいう。   For example, there is a system that provides a series of services by transition of a plurality of screens, such as a Web system that provides services via the Internet. In such a system, a common layout may be used for a plurality of screens. For example, the layout of the “change screen” for changing the number of products selected as purchase targets and the layout of the “delete screen” for canceling products selected as purchase targets can be changed to change the internal processing. Has been done. Note that the common layout means that, for example, screen data as a template is common.

複数の画面のレイアウトを共通にすることにより、例えば、開発コストの削減及び開発スピードの向上等を期待することができる。また、統一されたユーザインタフェースをユーザに提供することによるユーザビリティの向上といった効果も期待できる。   By sharing the layout of a plurality of screens, for example, it can be expected to reduce development costs and increase development speed. In addition, an effect of improving usability by providing a unified user interface to the user can be expected.

他方において、画面上の入力項目には、入力が必須である項目とそうでない項目とがある。両者を区別するために、例えば、必須の入力項目に対して、入力が必須であることを示すコメントや記号等が付加されることが行われている。   On the other hand, the input items on the screen include items that require input and items that do not. In order to distinguish between the two, for example, a comment, a symbol, or the like indicating that an input is essential is added to an essential input item.

但し、レイアウトが共通である複数の画面間において、必須の入力項目は、必ずしも共通ではない。例えば、上記の「変更画面」関して、「商品の個数」や「商品名」は、必須の入力項目であるが、上記の「削除画面」に関して、当該項目に対する入力は不要である。   However, indispensable input items are not necessarily common between a plurality of screens having a common layout. For example, regarding the “change screen”, “number of products” and “product name” are indispensable input items, but it is not necessary to input the items for the “delete screen”.

したがって、入力が必須であることを示すための処理に関しては、画面ごとに個別に実装される必要がある。   Therefore, the process for indicating that the input is essential needs to be individually implemented for each screen.

特開平2−158818号公報Japanese Patent Laid-Open No. 2-158818

しかしながら、画面ごとに個別な実装が行われてしまうと、画面のレイアウトの共通化が困難となってしまう。その結果、開発コストの削減及び開発スピードの向上等といった利点が損なわれてしまう可能性がある。   However, if individual mounting is performed for each screen, it becomes difficult to share the screen layout. As a result, advantages such as reduction in development cost and improvement in development speed may be impaired.

そこで、一側面では、複数画面に対する入力支援のための実装を簡素化することを目的とする。   Therefore, an object of one aspect is to simplify implementation for input support for a plurality of screens.

一つの案では、情報処理装置は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を記憶する記憶部を参照して、表示対象の画面の識別情報に基づいて、当該画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する判定部と、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品を識別可能とする命令を追加する追加部とを有する。   In one proposal, the information processing apparatus refers to a storage unit that stores identification information of a screen including the display component as an essential input item for each display component, and determines the screen based on the identification information of the display target screen. A display unit corresponding to the required input item, and a display unit corresponding to the required input item can be identified with respect to the display data of the display target screen. And an addition unit for adding instructions to be performed.

一態様によれば、複数画面に対する入力支援のための実装を簡素化することができる。   According to one aspect, it is possible to simplify the implementation for input support for a plurality of screens.

本発明の実施の形態における情報処理システムの構成例を示す図である。It is a figure which shows the structural example of the information processing system in embodiment of this invention. 本発明の実施の形態におけるWebサーバのハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the Web server in embodiment of this invention. 本発明の実施の形態におけるWebサーバ及びアプリケーションサーバの機能構成例を示す図である。It is a figure which shows the function structural example of the Web server and application server in embodiment of this invention. Webサーバが実行する処理手順の一例を説明するためのフローチャートである。It is a flowchart for demonstrating an example of the process sequence which a web server performs. 登記受付登録画面の表示例を示す図である。It is a figure which shows the example of a display of a registration reception registration screen. セッション情報記憶部の構成例を示す図である。It is a figure which shows the structural example of a session information storage part. 遷移関係記憶部の構成例を示す図である。It is a figure which shows the structural example of a transition relationship memory | storage part. オブジェクト情報記憶部の構成例を示す図である。It is a figure which shows the structural example of an object information storage part. 物件情報入力画面の第一の表示例を示す図である。It is a figure which shows the 1st display example of a property information input screen. 画面データの修飾処理の処理手順の一例を説明するためのフローチャートである。It is a flowchart for demonstrating an example of the process sequence of the modification process of screen data. 物件情報入力画面の第二の表示例を示す図である。It is a figure which shows the 2nd example of a display of a property information input screen.

以下、図面に基づいて本発明の実施の形態を説明する。図1は、本発明の実施の形態における情報処理システムの構成例を示す図である。図1に示される情報処理システム1は、Webサーバ10及びアプリケーションサーバ20等を含む。Webサーバ10及びアプリケーションサーバ20は、ネットワークを介して通信可能とされている。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating a configuration example of an information processing system according to an embodiment of the present invention. An information processing system 1 illustrated in FIG. 1 includes a Web server 10 and an application server 20. The Web server 10 and the application server 20 can communicate via a network.

Webサーバ10は、クライアント端末30からの要求を受信し、当該要求に応じた処理の実行をアプリケーションサーバ20に要求するコンピュータである。Webサーバ10は、アプリケーションサーバ20による処理結果に応じた画面データを生成し、当該画面データをクライアント端末30に返信する。画面データとは、画面の表示用データをいう。本実施の形態では、HTML(HyperText Markup Language)データを画面データの一例として用いる。但し、他のデータ形式のデータが、画面データとして利用されてもよい。   The Web server 10 is a computer that receives a request from the client terminal 30 and requests the application server 20 to execute processing according to the request. The Web server 10 generates screen data corresponding to the processing result by the application server 20 and returns the screen data to the client terminal 30. Screen data refers to screen display data. In the present embodiment, HTML (HyperText Markup Language) data is used as an example of screen data. However, data in other data formats may be used as the screen data.

アプリケーションサーバ20は、Webサーバ10より要求された処理を実行するコンピュータである。本実施の形態において、アプリケーションサーバ20には、登記に関する業務ロジックが実装されていることとする。すなわち、情報処理システム1は、登記に関するサービスを提供するコンピュータシステムである。   The application server 20 is a computer that executes processing requested by the Web server 10. In the present embodiment, it is assumed that business logic relating to registration is implemented in the application server 20. That is, the information processing system 1 is a computer system that provides services related to registration.

クライアント端末30は、情報処理システム1のユーザインタフェースをユーザに提供するためのWebブラウザを備えた情報処理装置である。例えば、クライアント端末30は、PC(Personal Computer)、タブレット型端末、スマートフォン、又は携帯電話等である。   The client terminal 30 is an information processing apparatus including a Web browser for providing the user interface of the information processing system 1 to the user. For example, the client terminal 30 is a PC (Personal Computer), a tablet terminal, a smartphone, a mobile phone, or the like.

図2は、本発明の実施の形態におけるWebサーバのハードウェア構成例を示す図である。図2のWebサーバ10は、それぞれバスBで相互に接続されているドライブ装置100、補助記憶装置102、メモリ装置103、CPU104、及びインタフェース装置105等を有する。   FIG. 2 is a diagram illustrating a hardware configuration example of the Web server according to the embodiment of the present invention. The Web server 10 in FIG. 2 includes a drive device 100, an auxiliary storage device 102, a memory device 103, a CPU 104, an interface device 105, and the like that are mutually connected by a bus B.

Webサーバ10での処理を実現するプログラムは、記録媒体101によって提供される。プログラムを記録した記録媒体101がドライブ装置100にセットされると、プログラムが記録媒体101からドライブ装置100を介して補助記憶装置102にインストールされる。但し、プログラムのインストールは必ずしも記録媒体101より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置102は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。   A program for realizing processing in the Web server 10 is provided by the recording medium 101. When the recording medium 101 on which the program is recorded is set in the drive device 100, the program is installed from the recording medium 101 to the auxiliary storage device 102 via the drive device 100. However, the program need not be installed from the recording medium 101 and may be downloaded from another computer via a network. The auxiliary storage device 102 stores the installed program and also stores necessary files and data.

メモリ装置103は、プログラムの起動指示があった場合に、補助記憶装置102からプログラムを読み出して格納する。CPU104は、メモリ装置103に格納されたプログラムに従ってWebサーバ10に係る機能を実行する。インタフェース装置105は、ネットワークに接続するためのインタフェースとして用いられる。   The memory device 103 reads the program from the auxiliary storage device 102 and stores it when there is an instruction to start the program. The CPU 104 executes functions related to the Web server 10 in accordance with a program stored in the memory device 103. The interface device 105 is used as an interface for connecting to a network.

なお、記録媒体101の一例としては、CD−ROM、DVDディスク、又はUSBメモリ等の可搬型の記録媒体が挙げられる。また、補助記憶装置102の一例としては、HDD(Hard Disk Drive)又はフラッシュメモリ等が挙げられる。記録媒体101及び補助記憶装置102のいずれについても、コンピュータ読み取り可能な記録媒体に相当する。   An example of the recording medium 101 is a portable recording medium such as a CD-ROM, a DVD disk, or a USB memory. An example of the auxiliary storage device 102 is an HDD (Hard Disk Drive) or a flash memory. Both the recording medium 101 and the auxiliary storage device 102 correspond to computer-readable recording media.

なお、アプリケーションサーバ20やクライアント端末30も、図2に示されるハードウェア構成と同様のハードウェア構成を有していてもよい。但し、クライアント端末30は、表示装置や、ユーザからの入力指示を受け付けるための入力装置等を有するのが好適である。   The application server 20 and the client terminal 30 may also have a hardware configuration similar to the hardware configuration shown in FIG. However, the client terminal 30 preferably includes a display device, an input device for receiving an input instruction from the user, and the like.

図3は、本発明の実施の形態におけるWebサーバ及びアプリケーションサーバの機能構成例を示す図である。図3において、Webサーバ10は、要求受信部11、処理要求部12、遷移先判定部13、必須項目判定部14、画面生成部15、画面修飾部16、及び応答返信部17等を有する。これら各部は、Webサーバ10にインストールされたプログラムが、CPU104に実行させる処理により実現される。   FIG. 3 is a diagram illustrating a functional configuration example of the Web server and the application server according to the embodiment of the present invention. 3, the Web server 10 includes a request receiving unit 11, a processing request unit 12, a transition destination determination unit 13, an essential item determination unit 14, a screen generation unit 15, a screen modification unit 16, a response reply unit 17, and the like. Each of these units is realized by processing executed by the CPU 104 by a program installed in the Web server 10.

また、Webサーバ10は、セッション情報記憶部111、遷移関係記憶部112、オブジェクト情報記憶部113、及び雛形データ記憶部114等を利用する。これら各記憶部は、補助記憶装置102、又はWebサーバ10とネットワークを介して接続される記憶装置を用いて実現可能である。   Further, the Web server 10 uses a session information storage unit 111, a transition relation storage unit 112, an object information storage unit 113, a template data storage unit 114, and the like. Each of these storage units can be realized by using the auxiliary storage device 102 or a storage device connected to the Web server 10 via a network.

要求受信部11は、クライアント端末30より送信される要求を受信する。処理要求部12は、要求受信部11によって受信された要求に対応する業務ロジックの実行を、アプリケーションサーバ20に要求する。遷移先判定部13は、遷移関係記憶部112を参照して、遷移先の画面、すなわち、クライアント端末30に次に表示させる画面を判定する。遷移関係記憶部112は、画面の遷移関係を示す情報を記憶する。すなわち、遷移関係記憶部112は、遷移元の画面と、遷移先の画面との対応情報を記憶する。   The request receiving unit 11 receives a request transmitted from the client terminal 30. The process request unit 12 requests the application server 20 to execute the business logic corresponding to the request received by the request reception unit 11. The transition destination determination unit 13 refers to the transition relation storage unit 112 to determine a transition destination screen, that is, a screen to be displayed next on the client terminal 30. The transition relationship storage unit 112 stores information indicating a screen transition relationship. That is, the transition relationship storage unit 112 stores correspondence information between the transition source screen and the transition destination screen.

必須項目判定部14は、遷移先の画面において、入力が必須とされる項目(以下、「必須入力項目」という。)に対応する表示部品を判定する。なお、本実施の形態では、表示部品のことを、「オブジェクト」という。オブジェクト情報記憶部113は、オブジェクトごとに、当該オブジェクトを必須入力項目として含む画面の識別情報を記憶する。   The essential item determination unit 14 determines a display component corresponding to an item for which input is essential (hereinafter referred to as “essential input item”) on the transition destination screen. In the present embodiment, the display component is referred to as “object”. The object information storage unit 113 stores, for each object, screen identification information including the object as an essential input item.

画面生成部15は、雛形データ記憶部114に記憶されている雛形データに基づいて、遷移先の画面の画面データを生成する。雛形データとは、画面データの雛形又はテンプレートとなるデータをいう。   The screen generation unit 15 generates screen data of the transition destination screen based on the template data stored in the template data storage unit 114. The template data is data that becomes a template or template of screen data.

画面修飾部16は、生成された画面データに対して、必須入力項目を識別可能とするための命令を追加する。例えば、画面修飾部16は、必須入力項目を識別可能とするための図形の描画命令を、生成された画面データに追加する。   The screen modifier 16 adds a command for making it possible to identify the essential input items for the generated screen data. For example, the screen modifier 16 adds a graphic drawing command for enabling identification of the essential input items to the generated screen data.

応答返信部17は、画面データを含む応答をクライアント端末30に返信する。   The response reply unit 17 returns a response including the screen data to the client terminal 30.

セッション情報記憶部111は、クライアント端末30とのセッションに関する情報を記憶する。   The session information storage unit 111 stores information regarding a session with the client terminal 30.

アプリケーションサーバ20は、登記処理部21等を有する。登記処理部21は、登記に関する業務ロジックを実行する。   The application server 20 includes a registration processing unit 21 and the like. The registration processing unit 21 executes business logic related to registration.

以下、主にWebサーバ10が実行する処理手順について説明する。図4は、Webサーバが実行する処理手順の一例を説明するためのフローチャートである。   Hereinafter, a processing procedure executed mainly by the Web server 10 will be described. FIG. 4 is a flowchart for explaining an example of a processing procedure executed by the Web server.

ステップS101において、要求受信部11は、クライアント端末30より送信された要求(HTTPリクエスト)を受信する。   In step S <b> 101, the request reception unit 11 receives a request (HTTP request) transmitted from the client terminal 30.

なお、クライアント端末30においては、既に、図5に示されるような登記受付登録画が表示されていることとする。すなわち、ステップS101において受信される要求は、登記受付登録画面に対する入力に応じて送信される。   It is assumed that the registration acceptance registration image as shown in FIG. 5 has already been displayed on the client terminal 30. That is, the request received in step S101 is transmitted in response to an input on the registration acceptance registration screen.

図5は、登記受付登録画面の表示例を示す図である。図5に示される登記受付登録画面510は、図4の処理手順の前段階において、Webサーバ10よりダウンロードされた画面データに基づいて、クライアント端末30のWebブラウザが表示させているものである。   FIG. 5 is a diagram illustrating a display example of a registration acceptance registration screen. The registration acceptance registration screen 510 shown in FIG. 5 is displayed by the Web browser of the client terminal 30 based on the screen data downloaded from the Web server 10 in the previous stage of the processing procedure of FIG.

登記受付登録画面510は、受付区分入力項目511、事件区分入力項目512、及び登録ボタン513等を含む。図5では、受付区分として「商業」が受付区分入力項目511に入力され、事件区分として「会社」が事件区分入力項目512に入力された状態が示されている。この状態において、登録ボタン513が押下されると、ステップS101における要求が、Webブラウザによって、Webサーバ10宛に送信される。なお、当該要求には、「受付区分=商業:事件区分=会社:・・・」等が入力情報として含まれている。また、当該要求には、セッションIDと、登記受付登録画面510の画面名である「登記受付登録」とが含まれている。画面名とは、画面のタイトル名である。また、セッションIDは、例えば、登記受付登録画面510の画面データと共にクライアント端末30にダウンロードされ、クライアント端末30が保持していたものである。   The registration reception registration screen 510 includes a reception category input item 511, a case category input item 512, a registration button 513, and the like. FIG. 5 shows a state in which “commercial” is input to the reception category input item 511 as the reception category, and “company” is input to the incident category input item 512 as the case category. In this state, when the registration button 513 is pressed, the request in step S101 is transmitted to the Web server 10 by the Web browser. The request includes “acceptance category = commercial: case category = company:...” As input information. Further, the request includes a session ID and “registration reception registration” which is the screen name of the registration reception registration screen 510. The screen name is the title name of the screen. The session ID is downloaded to the client terminal 30 together with the screen data of the registration acceptance registration screen 510, for example, and is held by the client terminal 30.

続いて、要求受信部11は、受信された要求に含まれている入力情報を、セッション情報記憶部111に記憶する(S102)。   Subsequently, the request receiving unit 11 stores the input information included in the received request in the session information storage unit 111 (S102).

図6は、セッション情報記憶部の構成例を示す図である。図6において、セッション情報記憶部111は、クライアント端末30とのセッションごとに、セッションID、画面名、及び入力情報等を記憶する。   FIG. 6 is a diagram illustrating a configuration example of the session information storage unit. In FIG. 6, the session information storage unit 111 stores a session ID, a screen name, input information, and the like for each session with the client terminal 30.

セッションIDは、セッションの識別情報である。セッションIDは、例えば、クライアント端末30とのセッションの開設時にセッション情報記憶部111に記憶される。画面名は、クライアント端末30に最後に送信された画面データに係る画面名である。画面名は、例えば、画面データがクライアント端末30に送信される際に、セッション情報記憶部111に記憶される。したがって、ステップS102の実行前の状態において、ステップS101において受信された要求に対応するセッションID及び画面名は、既にセッション情報記憶部111に記憶されている。入力情報は、画面名に係る画面を介して入力された情報である。   The session ID is session identification information. For example, the session ID is stored in the session information storage unit 111 when a session with the client terminal 30 is established. The screen name is a screen name related to the screen data last transmitted to the client terminal 30. The screen name is stored in the session information storage unit 111 when the screen data is transmitted to the client terminal 30, for example. Therefore, in the state before execution of step S102, the session ID and screen name corresponding to the request received in step S101 are already stored in the session information storage unit 111. The input information is information input via a screen related to the screen name.

ステップS102において、要求受信部11は、受信された要求に含まれているセッションID及び画面名を含むレコードをセッション情報記憶部111より検索する。要求受信部11は、検索されたレコードの「入力情報」に、受信された要求に含まれている入力情報「受付区分=商業:事件区分=会社:・・・」を記憶する。   In step S102, the request reception unit 11 searches the session information storage unit 111 for a record including the session ID and the screen name included in the received request. The request receiving unit 11 stores the input information “acceptance category = commerce: case category = company:...” Included in the received request in “input information” of the retrieved record.

続いて、処理要求部12は、アプリケーションサーバ20の登記処理部21に対して、業務ロジックの実行要求を送信する(S103)。当該実行要求には、「受付区分=商業:事件区分=会社:・・・」を示す入力情報等が含まれる。登記処理部21は、入力情報に応じた処理として、登記受付処理を実行する。登記処理部21は、登記受付処理に成功すると、次に表示すべき画面の識別子を返信する。処理要求部12は、登記処理部21より返信された識別子を受信する(S104)。処理要求部12は、受信された識別子を、例えば、メモリ装置103に記憶しておく。   Subsequently, the processing request unit 12 transmits a business logic execution request to the registration processing unit 21 of the application server 20 (S103). The execution request includes input information indicating “acceptance category = commerce: case category = company:. The registration processing unit 21 executes a registration acceptance process as a process corresponding to the input information. When the registration processing unit 21 succeeds in the registration acceptance process, the registration processing unit 21 returns an identifier of a screen to be displayed next. The processing request unit 12 receives the identifier returned from the registration processing unit 21 (S104). The process request unit 12 stores the received identifier in the memory device 103, for example.

続いて、遷移先判定部13は、遷移先の画面を判定する(S105)。具体的には、遷移先判定部13は、ステップS101において受信されたセッションIDに対応する画面名及び入力情報をセッション情報記憶部111を参照して特定する。ここでは、画面名として「登記受付登録」が特定され、入力情報として「受付区分=商業:事件区分=会社:・・・」が特定される。続いて、遷移先判定部13は、遷移関係記憶部112が記憶する情報に対して、当該画面名及び当該入力情報を当てはめることにより、遷移先の画面の識別情報を特定する。   Subsequently, the transition destination determination unit 13 determines a transition destination screen (S105). Specifically, the transition destination determination unit 13 specifies a screen name and input information corresponding to the session ID received in step S101 with reference to the session information storage unit 111. Here, “registration reception registration” is specified as the screen name, and “reception category = commerce: case category = company:...” Is specified as the input information. Subsequently, the transition destination determination unit 13 specifies the identification information of the transition destination screen by applying the screen name and the input information to the information stored in the transition relation storage unit 112.

図7は、遷移関係記憶部の構成例を示す図である。図7において、遷移関係記憶部112の一つのレコードは、画面名、機能名、遷移前画面名、及び遷移条件等を記憶する。   FIG. 7 is a diagram illustrating a configuration example of the transition relationship storage unit. In FIG. 7, one record in the transition relation storage unit 112 stores a screen name, a function name, a screen name before transition, a transition condition, and the like.

画面名は、遷移先の画面の画面名である。機能名は、遷移先の画面の機能、用途、又は役割の識別名である。遷移前画面名は、画面名に係る画面であって、機能名に係る機能を有する画面への遷移前に表示されている画面の画面名である。遷移条件は、画面名に係る画面であって、機能名に係る機能を有する画面へ遷移するために条件である。本実施の形態では、遷移前画面名に係る画面に対する入力情報に関して、遷移前条件が設定される。   The screen name is the screen name of the transition destination screen. The function name is an identification name of the function, purpose, or role of the transition destination screen. The pre-transition screen name is a screen name related to the screen name, and is the screen name of the screen displayed before the transition to the screen having the function related to the function name. The transition condition is a condition for transitioning to a screen related to the screen name and having a function related to the function name. In the present embodiment, a pre-transition condition is set for input information for the screen related to the pre-transition screen name.

図7において、画面名が同一であり、機能名が異なるレコードが複数存在する。これは、同じ画面であっても、遷移前画面名又は遷移条件によって、同じ画面に関して機能等が異なりうることを示す。なお、本実施の形態において、画面名が画面の識別情報の一例であってもよいし、画面名と機能名との組み合わせが、画面の識別情報の一例であってもよい。   In FIG. 7, there are a plurality of records having the same screen name but different function names. This indicates that even if the screen is the same, the function or the like may be different for the same screen depending on the screen name before transition or the transition condition. In the present embodiment, the screen name may be an example of screen identification information, and the combination of the screen name and the function name may be an example of screen identification information.

なお、いずれが画面の識別情報であっても、画面の識別情報の異同は、雛形データの異同と一致しなくてもよい。本実施の形態では、図7に画面名及び機能名が示されている全ての画面に関して、雛形データは共通であってもよい。   Regardless of which is the screen identification information, the difference in the screen identification information may not coincide with the difference in the template data. In the present embodiment, the template data may be common for all screens whose screen names and function names are shown in FIG.

なお、画面名及び機能名との組み合わせに対して一つの識別名が割り当てられ、当該識別名によって、本実施の形態における画面名及び機能名の組み合わせが置換されてもよい。   One identification name may be assigned to the combination of the screen name and the function name, and the combination of the screen name and the function name in the present embodiment may be replaced by the identification name.

したがって、遷移先判定部13は、「遷移前画面名」として「登記受付登録」を含み、遷移条件として「受付区分=商業:事件区分=会社:・・・」を含むレコードを遷移関係記憶部112より検索する。遷移先判定部13は、検索されたレコードの画面名及び機能名を取得し、当該画面名及び機能名を、例えば、メモリ装置103に記憶する。ここでは、2番目のレコードが検索される。したがって、2番目のレコードの画面名、機能名である、「物件情報入力」、「商業・新設・株式会社」がメモリ装置103に記憶される。   Therefore, the transition destination determination unit 13 includes a record including “registration reception registration” as the “pre-transition screen name” and a transition condition including “acceptance category = commerce: case category = company:... Search from 112. The transition destination determination unit 13 acquires the screen name and function name of the retrieved record, and stores the screen name and function name in the memory device 103, for example. Here, the second record is searched. Therefore, the screen name and function name of the second record, “Property information input”, “Commerce / New establishment / Co., Ltd.” are stored in the memory device 103.

続いて、必須項目判定部14は、当該画面名及び当該機能名に係る画面において必須入力項目に対応するオブジェクトを、オブジェクト情報記憶部113を参照して特定する。   Subsequently, the essential item determination unit 14 refers to the object information storage unit 113 to identify an object corresponding to the essential input item on the screen associated with the screen name and the function name.

図8は、オブジェクト情報記憶部の構成例を示す図である。図8において、オブジェクト情報記憶部113は、いずれかの画面において必須入力項目に対応するオブジェクトごとに、オブジェクト名、入力項目名、必須画面名、必須機能名、及びコメント等を記憶する。   FIG. 8 is a diagram illustrating a configuration example of the object information storage unit. In FIG. 8, the object information storage unit 113 stores an object name, an input item name, an essential screen name, an essential function name, a comment, and the like for each object corresponding to the essential input item on any screen.

オブジェクト名は、画面データ及び雛形データ内において、オブジェクトを識別するために利用される識別名である。図8に示されるオブジェクト名は、便宜上、2バイト文字を含んでいるが、通常、画面データ及び雛形データ内においては、英数字によってオブジェクト名が指定されている。   The object name is an identification name used for identifying the object in the screen data and the template data. The object name shown in FIG. 8 includes a 2-byte character for convenience, but normally the object name is designated by alphanumeric characters in the screen data and the template data.

入力項目名は、オブジェクト名に係るオブジェクトが対応する入力項目の名前である。必須画面名及び必須機能名は、入力項目名に係る項目、すなわちオブジェクト名に係るオブジェクトが対応する入力項目が、必須入力項目となる画面の画面名又は機能名である。図7に示されるように、必須画面名及び必須機能名には、複数の画面名又は機能名が含まれうる。複数の画面において雛形データが共通しているため、同一のオブジェクト名に係るオブジェクトが、複数の画面において必須入力項目となる可能性が有るからである。なお、必須画面名又は必須機能名の値としての「−(ハイフン)」は、オブジェクト名に係るオブジェクトが対応する入力項目が、全ての画面において必須入力項目となることを示す。   The input item name is the name of the input item corresponding to the object related to the object name. The required screen name and the required function name are the screen name or the function name of the screen in which the item related to the input item name, that is, the input item corresponding to the object related to the object name becomes the required input item. As shown in FIG. 7, the required screen name and the required function name may include a plurality of screen names or function names. This is because, since the template data is common to a plurality of screens, an object having the same object name may become an essential input item on the plurality of screens. Note that “-(hyphen)” as the value of the required screen name or the required function name indicates that the input item corresponding to the object related to the object name becomes the required input item on all screens.

コメントは、入力支援のために、オブジェクト名に係るオブジェクトに対して付加される文字列である。   The comment is a character string added to the object related to the object name for input support.

なお、図7において説明したように、同一の画面名に係る画面であっても、遷移前画面名(すなわち、遷移前の画面)、又は遷移条件(すなわち、遷移前の画面に対する入力情報に応じて、機能名は異なりうる。そして、機能名は、必須機能名として、オブジェクト情報記憶部118の項目の一つとされている。すなわち、オブジェクト情報記憶部118における必須機能名は、図7の遷移関係記憶部112における遷移前画面名及び遷移条件を、必須画面名に関連付けるための識別子として把握することもできる。したがって、オブジェクト情報記憶部118には、オブジェクトごとに、当該オブジェクトを必須入力項目として含む画面の画面名を、当該画面への遷移前の画面及び当該遷移前の画面への入力情報に応じて、記憶するともいえる。換言すれば、オブジェクト情報記憶部118には、必須画面名に係る画面において、オブジェクト名に係るオブジェクトが、必須入力項目となるか否かが、遷移前の画面及び当該遷移前の画面への入力情報(遷移前の画面に対して入力された値)に応じて記憶されているといえる。したがって、本実施の形態では、遷移前の画面又は遷移前の画面に対する入力情報に応じて、同一のオブジェクトに関して、必須入力項目であるか否かを異ならすことができる。   As described in FIG. 7, even if the screens have the same screen name, the screen name before transition (that is, the screen before transition) or the transition condition (that is, input information for the screen before transition). The function name can be different, and the function name is one of the items of the object information storage unit 118 as the essential function name, that is, the essential function name in the object information storage unit 118 is the transition of FIG. It is also possible to grasp the pre-transition screen name and the transition condition in the relationship storage unit 112 as an identifier for associating with the required screen name, so that the object information storage unit 118 has the object as a required input item for each object. The screen name of the included screen may be stored according to the screen before the transition to the screen and the input information to the screen before the transition. In other words, in the object information storage unit 118, whether or not the object related to the object name becomes a required input item in the screen related to the required screen name is displayed in the screen before the transition and the screen before the transition. Therefore, in this embodiment, according to the input information for the screen before the transition or the screen before the transition, Whether or not the same object is an essential input item can be made different.

なお、各画面の機能名が、遷移前の画面名のみによって特定される場合、遷移関係記憶部112における遷移条件は除去されてもよい。   When the function name of each screen is specified only by the screen name before transition, the transition condition in the transition relation storage unit 112 may be removed.

ステップS106において、必須項目判定部14は、ステップS105において特定された画面名、機能名を、必須画面名、必須機能名に含むレコード、又は必須画面名及び必須機能名が「−」であるレコードをオブジェクト情報記憶部113より検索する。必須項目判定部14は、検索されたレコードのオブジェクト名を取得する。ここでは、1番目のレコードの「物件情報入力_txtbox1」と、2番目のレコードの「物件情報入力_listbox5」と、4番目のレコードの「物件情報入力_button10」が取得される。必須項目判定部14は、取得されたオブジェクト名を、例えば、メモリ装置103に記憶しておく。また、検索されたレコードの「コメント」に文字列が登録されている場合は、当該文字列が、オブジェクト名に関連付けられて、メモリ装置103に記憶される。ここでは、2番目のレコードの「信託目録提出:あり」という文字列が、「物件情報入力_listbox5」に関連付けられて記憶される。また、4番目のレコードの「完了」という文字列が、「物件情報入力_button10」に関連付けられて記憶される。   In step S106, the essential item determination unit 14 records the screen name and function name specified in step S105 in the required screen name and the required function name, or a record in which the required screen name and the required function name are “−”. Is retrieved from the object information storage unit 113. The essential item determination unit 14 acquires the object name of the searched record. Here, “property information input_txtbox1” of the first record, “property information input_listbox5” of the second record, and “property information input_button10” of the fourth record are acquired. The essential item determination unit 14 stores the acquired object name in, for example, the memory device 103. If a character string is registered in the “comment” of the retrieved record, the character string is associated with the object name and stored in the memory device 103. Here, the character string “submission of trust inventory: yes” in the second record is stored in association with “property information input_listbox 5”. In addition, the character string “completed” in the fourth record is stored in association with “property information input_button10”.

続いて、画面生成部15は、ステップS104において受信され、メモリ装置103に記憶されている遷移先の画面の識別子に関連付けられている雛形データの複製を、雛形データ記憶部114より取得する(S107)。なお、情報処理システム1において提供される全ての画面の雛形データが共通する場合、雛形データは一つであるため、当該識別子との関連付けに関係なく、当該雛形データの複製が取得されればよい。以下、取得された複製を、雛形データという。   Subsequently, the screen generation unit 15 acquires a copy of the template data received in step S104 and associated with the identifier of the transition destination screen stored in the memory device 103 from the template data storage unit 114 (S107). ). In addition, when the template data of all the screens provided in the information processing system 1 is common, there is only one template data, and therefore a copy of the template data may be acquired regardless of the association with the identifier. . Hereinafter, the obtained replica is referred to as template data.

続いて、画面生成部15は、取得された雛形データに基づいて、遷移先の画面の画面データを生成する(S108)。本実施の形態では、雛形データの一例として、JSP(Java(登録商標) Server Pages)を用いる。すなわち、雛形データは、Java(登録商標)プログラムが埋め込まれているHTMLファイルである。したがって、画面生成部15は、雛形データのJava(登録商標)プログラムの部分を実行することにより、画面データを生成する。例えば、Java(登録商標)プログラムに対して、遷移先の画面の画面名及び機能名、又はステップS104において受信され、メモリ装置103に記憶されている遷移先の画面の識別子がパラメータとして与えられてもよい。Java(登録商標)プログラムは、当該パラメータに基づいて、画面データに係る画面のタイトル等の定義を、HTMLファイル内に生成するようにしてもよい。そうすることにより、生成される画面データに係る画面のタイトル等を、遷移先の画面に特有のものとすることができる。   Subsequently, the screen generation unit 15 generates screen data of the transition destination screen based on the acquired template data (S108). In the present embodiment, JSP (Java (registered trademark) Server Pages) is used as an example of model data. That is, the template data is an HTML file in which a Java (registered trademark) program is embedded. Accordingly, the screen generation unit 15 generates screen data by executing the Java (registered trademark) program portion of the template data. For example, for the Java (registered trademark) program, the screen name and function name of the transition destination screen or the identifier of the transition destination screen received in step S104 and stored in the memory device 103 is given as a parameter. Also good. The Java (registered trademark) program may generate a definition such as a screen title related to the screen data in the HTML file based on the parameter. By doing so, the title and the like of the screen related to the generated screen data can be made unique to the transition destination screen.

なお、雛形データの形態は、JSPに限られない。例えば、雛形データは、画面名及び機能名に応じて異なる部分が、変数化された状態(穴あき状態)とされたHTMLファイルであってもよい。画面生成部15は、変数化された部分を、画面名及び機能名等に応じた値に置換するようにしてもよい。   The form data form is not limited to JSP. For example, the template data may be an HTML file in which different portions according to the screen name and function name are changed into a variable state (perforated state). The screen generation unit 15 may replace the variable part with values corresponding to the screen name, function name, and the like.

続いて、画面修飾部16は、生成された画面データに対して、必須入力項目を識別可能とするための修飾を行う(S109)。ステップS109の詳細については、後述される。   Subsequently, the screen modification unit 16 performs modification on the generated screen data so that the essential input items can be identified (S109). Details of step S109 will be described later.

続いて、応答返信部17は、セッション情報記憶部111に対して、セッションID及び画面名を含む新たなレコードを追加する(S110)。セッションIDは、ステップS101において受信されたセッションIDと同じである。画面名は、遷移先の画面名、すなわち、ステップS105において特定され、メモリ装置103に記憶されている画面名である。   Subsequently, the response reply unit 17 adds a new record including the session ID and the screen name to the session information storage unit 111 (S110). The session ID is the same as the session ID received in step S101. The screen name is the screen name of the transition destination, that is, the screen name specified in step S105 and stored in the memory device 103.

続いて、応答返信部17は、ステップS109の処理結果が反映された画面データを含む応答(HTTPレスポンス)を、クライアント端末30に返信する(S111)。   Subsequently, the response reply unit 17 returns a response (HTTP response) including the screen data reflecting the processing result of step S109 to the client terminal 30 (S111).

クライアント端末30のWebブラウザは、受信された応答に含まれている画面データに基づいて、物件情報入力画面を表示させる。   The web browser of the client terminal 30 displays the property information input screen based on the screen data included in the received response.

図9は、物件情報入力画面の第一の表示例を示す図である。図9において、物件情報入力画面520のレイアウトは、図5において示した登記受付登録画面510のレイアウトと共通している。双方の画面は、共通の雛形データに基づいて生成されたものだからである。   FIG. 9 is a diagram illustrating a first display example of the property information input screen. 9, the layout of the property information input screen 520 is the same as the layout of the registration acceptance registration screen 510 shown in FIG. This is because both screens are generated based on common template data.

物件情報入力画面520において、地域区分入力項目521、財団目録入力項目522、要求内容入力項目523、及び登録ボタン524等に対しては、必須入力項目であることを示す図形が付加されている。具体的には、当該オブジェクトを囲む実線又は破線による枠線が付加されている。破線は、いずれの画面においても必須入力項目であることを示す。すなわち、破線の枠線が付加されているオブジェクトは、オブジェクト情報記憶部113において、必須画面名及び必須機能名の値が「−」であるオブジェクトである。   In the property information input screen 520, a graphic indicating that it is an indispensable input item is added to the area classification input item 521, the foundation catalog input item 522, the request content input item 523, the registration button 524, and the like. More specifically, a solid or broken frame line surrounding the object is added. A broken line shows that it is an essential input item in any screen. In other words, an object to which a broken frame is added is an object in which the value of the required screen name and the required function name is “−” in the object information storage unit 113.

なお、地域区分入力項目521は、図7のオブジェクト情報記憶部113において、1番目のレコードに対応する。財団目録入力項目522は、オブジェクト情報記憶部113において、2番目のレコードに対応する。登録ボタン524は、オブジェクト情報記憶部113において、4番目のレコードに対応する。財団目録入力項目522には、2番目のレコードに記憶されているコメントに基づいて、コメント525が付加されている。また、登録ボタン524には、4番目のレコードに記憶されているコメントに基づいて、コメント526が付加されている。なお、要求内容入力項目523については、図7において、対応するレコードは示されていないが、図7において、当該レコードは、便宜上、省略されている。   The area classification input item 521 corresponds to the first record in the object information storage unit 113 of FIG. The foundation catalog entry item 522 corresponds to the second record in the object information storage unit 113. The registration button 524 corresponds to the fourth record in the object information storage unit 113. A comment 525 is added to the foundation catalog entry item 522 based on the comment stored in the second record. A comment 526 is added to the registration button 524 based on the comment stored in the fourth record. The request content input item 523 is not shown in FIG. 7 as a corresponding record, but in FIG. 7, the record is omitted for convenience.

このように、必須入力項目であることを示す図形(枠線)が付加されることにより、ユーザは、必須入力項目を、容易に識別することができる。   In this way, by adding the graphic (frame line) indicating that it is an essential input item, the user can easily identify the essential input item.

更に、図9では、各必須入力項目間を接続するように、矢印が描画されている。したがって、矢印を辿ることにより、入力漏れなく、各必須入力項目に対して入力を行うことができる。   Furthermore, in FIG. 9, arrows are drawn so as to connect the required input items. Therefore, by following the arrows, it is possible to input each required input item without omission.

また、コメントが表示されることにより、ユーザは、入力操作に関して有益な情報を得ることができる。例えば、登録ボタン524に付加されたコメント526に基づいて、ユーザは、登録ボタン524の押下によって、入力が完了することを容易に知ることができる。   Further, by displaying the comment, the user can obtain useful information regarding the input operation. For example, based on the comment 526 added to the registration button 524, the user can easily know that the input is completed by pressing the registration button 524.

なお、矢印は、各必須入力項目を接続する図形の一例である。矢印以外に、単なる線分又は曲線等が用いられてもよい。   An arrow is an example of a figure connecting each required input item. In addition to the arrows, simple line segments or curves may be used.

物件情報入力画面530に対する入力に応じて、新たな要求がWebブラウザからWebサーバ10に対して送信されると、Webサーバ10は、当該要求の受信に応じて、図4において説明した処理を改めて実行する。   When a new request is transmitted from the web browser to the web server 10 in response to an input to the property information input screen 530, the web server 10 changes the processing described in FIG. 4 in response to the reception of the request. Run.

続いて、ステップS109の詳細について説明する。図10は、画面データの修飾処理の処理手順の一例を説明するためのフローチャートである。   Next, details of step S109 will be described. FIG. 10 is a flowchart for explaining an example of the processing procedure of the screen data modification processing.

ステップS201において、画面修飾部16は、図4のステップS106において特定され、メモリ装置103に記憶されているオブジェクト名ごとに、当該オブジェクト名を含む記述を、画面データより検索する。すなわち、必須入力項目に対応する各オブジェクトに関する記述が、画面データより検索される。なお、当該オブジェクト名に係るオブジェクトを、以下「必須オブジェクト」という。   In step S201, the screen modifier 16 searches the screen data for a description including the object name for each object name specified in step S106 of FIG. 4 and stored in the memory device 103. That is, the description regarding each object corresponding to the required input item is retrieved from the screen data. The object associated with the object name is hereinafter referred to as “essential object”.

続いて、画面修飾部16は、検索された各記述に基づいて、各必須オブジェクトの配置位置及びサイズ等を判定する(S202)。すなわち、当該記述には、当該必須オブジェクトに関する属性情報が含まれている。当該属性情報には、当該必須オブジェクトの配置位置やサイズ等を示す情報が含まれている。画面修飾部16は、当該情報に基づいて、当該必須オブジェクトの配置位置やサイズ等を特定する。なお、配置位置は、例えば、オブジェクトの左上の頂点の座標値によって表現される。   Subsequently, the screen modifier 16 determines the arrangement position, size, and the like of each essential object based on the retrieved descriptions (S202). That is, the description includes attribute information related to the essential object. The attribute information includes information indicating the arrangement position and size of the essential object. The screen modifier 16 specifies the arrangement position, size, etc. of the essential object based on the information. The arrangement position is expressed by, for example, the coordinate value of the upper left vertex of the object.

続いて、画面修飾部16は、必須オブジェクトごとに特定された配置位置及びサイズ等に基づいて、例えば、各必須オブジェクトの外周を囲む枠線の描画命令を、画面データに対して追加する(S203)。当該描画命令は、例えば、Java(登録商標)スクリプト又はVBスクリプト等を用いて定義可能である。なお、画面修飾部16は、オブジェクト情報記憶部113において、必須画面名及び必須機能名の値が「−」である必須オブジェクトに対する枠線は、破線となり、それ以外の必須オブジェクトに対する枠線は、実線となるように、当該描画命令を追加する。   Subsequently, the screen modifier 16 adds, for example, a frame line drawing command surrounding the outer periphery of each essential object to the screen data based on the arrangement position and size specified for each essential object (S203). ). The drawing command can be defined using, for example, a Java (registered trademark) script or a VB script. Note that in the object information storage unit 113, the screen modifier 16 in the object information storage unit 113 has a broken line for a mandatory object having a value of “−” for a mandatory screen name and a mandatory function name. The drawing command is added so as to be a solid line.

なお、枠線は、例えば、パネルオブジェクトと呼ばれるオブジェクトによって、表現可能である。すなわち、パネルオブジェクトの描画命令を示すスクリプトが追加されることにより、ステップS203は実行される。   Note that the frame line can be expressed by an object called a panel object, for example. That is, step S203 is executed by adding a script indicating a panel object drawing command.

続いて、画面修飾部16は、ステップS202において判定された配置位置及びサイズ等を、画面の表示位置において上位から順に整列する(S204)。例えば、配置位置が、画面の左上を原点とし、画面の下方向に向かって値が増加する座標系において特定されている場合は、配置位置のY座標値が、小さいものから順に整列される。   Subsequently, the screen modifier 16 arranges the arrangement position and size determined in step S202 in order from the top in the display position of the screen (S204). For example, if the arrangement position is specified in a coordinate system in which the upper left corner of the screen is the origin and the value increases in the lower direction of the screen, the Y coordinate values of the arrangement positions are arranged in order from the smallest.

続いて、画面修飾部16は、必須オブジェクト間を接続する矢印の描画命令を画面データに追加する(S205)。当該描画命令についても、例えば、Java(登録商標)スクリプト又はVBスクリプト等を用いて定義可能である。また、当該矢印についても、パネルオブジェクトを用いて表現可能である。画面修飾部16は、オブジェクト情報記憶部113において、必須画面名及び必須機能名の値が「−」である必須オブジェクトに接続される矢印については、破線とする。なお、矢印の始点は、例えば、必須オブジェクトの整列順において、直前のオブジェクトに対する枠線の左下頂点とされる。また、矢印の終点は、例えば、例えば、必須オブジェクトの整列順において、直後のオブジェクトに対する枠線の左上頂点とされる。   Subsequently, the screen modifier 16 adds an arrow drawing command for connecting the required objects to the screen data (S205). The drawing command can also be defined using, for example, a Java (registered trademark) script or a VB script. The arrow can also be expressed using a panel object. In the object information storage unit 113, the screen modifier 16 sets a broken line for an arrow connected to a mandatory object whose mandatory screen name and mandatory function name values are “−”. Note that the starting point of the arrow is, for example, the lower left vertex of the frame line for the immediately preceding object in the order in which the essential objects are arranged. Further, the end point of the arrow is, for example, the upper left vertex of the frame line for the immediately following object in the order of alignment of the essential objects.

以上のように、スクリプトが追加された画面データが、クライアント端末30のWebブラウザによって表示される際、Webブラウザは、スクリプトの定義に基づいて、図9において示したような枠線や矢印等を描画する。   As described above, when the screen data to which the script is added is displayed by the Web browser of the client terminal 30, the Web browser displays a frame line, an arrow, or the like as shown in FIG. 9 based on the definition of the script. draw.

ところで、仮に、図4のステップS101において受信される要求において、入力情報が「受付区分=商業、事件区分=信託」であり、画面名が「登記受付登録」である場合、遷移先の画面名及び機能名は、図7より、「物件情報入力」、「商業・新設・信託」となる。したがって、図8の3番目のレコードの、「物件情報入力_list6」が、必須オブジェクトのオブジェクト名として、更に追加される。   By the way, if the input information in the request received in step S101 of FIG. 4 is “acceptance category = commercial, case category = trust” and the screen name is “registration acceptance registration”, the screen name of the transition destination And the function names are “property information input” and “commercial / new establishment / trust” from FIG. Therefore, “Property information input_list6” of the third record in FIG. 8 is further added as the object name of the essential object.

その結果、クライアント端末30のWebブラウザは、図11に示されるような物件情報画面530を表示させる。   As a result, the Web browser of the client terminal 30 displays the property information screen 530 as shown in FIG.

図11は、物件情報入力画面の第二の表示例を示す図である。図11中、図9と同一部分又は対応する部分には同一符号を付し、その説明は省略する。   FIG. 11 is a diagram illustrating a second display example of the property information input screen. In FIG. 11, the same or corresponding parts as those in FIG.

図11に示される物件情報入力画面530では、更に、信託目録項目527に対して枠線が付加されている。信託目録項目527は、図8の3番目のレコードの「物件情報入力_list6」に対応するオブジェクトである。   In the property information input screen 530 shown in FIG. 11, a frame line is further added to the trust inventory item 527. The trust inventory item 527 is an object corresponding to “Property information input_list6” of the third record in FIG.

このように、共通の必須入力項目情報記憶部等を用いて、複数の画面に関して、異なる項目に対して、必須入力項目として示すための修飾を行うことが可能である。   As described above, by using a common essential input item information storage unit or the like, it is possible to perform modification for indicating different items as essential input items with respect to a plurality of screens.

なお、必須入力項目に対する修飾方法は、枠線の追加等に限定されない。例えば、必須オブジェクトが強調表示される等、必須オブジェクトとそうでないオブジェクトとが識別可能なように、必須オブジェクト自体の属性情報が変更されてもよい。この場合、スクリプトが追加される必要はない。必須オブジェクトに関する記述が変更されればよい。   The modification method for the essential input items is not limited to adding a frame line. For example, the attribute information of the essential object itself may be changed so that the essential object can be distinguished from the non-essential object, for example, the essential object is highlighted. In this case, no script needs to be added. It is only necessary to change the description about the required object.

上述したように、本実施の形態によれば、複数の画面に関して、共通のロジックによって、必須入力項目を示す情報を付加することができる。換言すれば、画面別に、斯かる情報の付加のための実装が行われる必要はない。したがって、複数画面に関する入力支援のための実装を簡素化することができる。   As described above, according to the present embodiment, information indicating essential input items can be added to a plurality of screens by common logic. In other words, it is not necessary to implement the addition of such information for each screen. Therefore, it is possible to simplify the implementation for input support for a plurality of screens.

なお、本実施の形態において、Webサーバ10は、情報処理装置の一例である。必須項目判定部14は、判定部の一例である。オブジェクト情報記憶部113は、記憶部の一例である。画面修飾部16は、追加部の一例である。   In the present embodiment, the Web server 10 is an example of an information processing apparatus. The essential item determination unit 14 is an example of a determination unit. The object information storage unit 113 is an example of a storage unit. The screen modifier 16 is an example of an adding unit.

以上、本発明の実施例について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   As mentioned above, although the Example of this invention was explained in full detail, this invention is not limited to such specific embodiment, In the range of the summary of this invention described in the claim, various deformation | transformation・ Change is possible.

以上の説明に関し、更に以下の項を開示する。
(付記1)
表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を記憶する記憶部を参照して、表示対象の画面の識別情報に基づいて、当該画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する判定部と、
前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品を識別可能とする命令を追加する追加部とを有する情報処理装置。
(付記2)
前記追加部は、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品に関して、当該表示部品を囲む図形の描画命令を追加する付記1記載の情報処理装置。
(付記3)
前記追加部は、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品間を接続する図形の描画命令を追加する付記1記載の情報処理装置。
(付記4)
前記記憶部は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を、当該画面への遷移前の画面に応じて記憶し、
前記判定部は、前記表示対象の画面への遷移前の画面に応じて、当該表示対象の画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する付記1乃至3いずれか一項記載の情報処理装置。
(付記5)
前記記憶部は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を、当該画面への遷移前の画面に対する入力情報に応じて記憶し、
前記判定部は、前記表示対象の画面への遷移前の画面に対する入力情報に応じて、当該表示対象の画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する付記4記載の情報処理装置。
(付記6)
表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を記憶する記憶部を参照して、表示対象の画面の識別情報に基づいて、当該画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定し、
前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品を識別可能とする命令を追加する処理をコンピュータが実行する入力支援方法。
(付記7)
前記追加する処理は、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品に関して、当該表示部品を囲む図形の描画命令を追加する付記6記載の入力支援方法。
(付記8)
前記追加する処理は、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品間を接続する図形の描画命令を追加する付記6又は7記載の入力支援方法。
(付記9)
前記記憶部は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を、当該画面への遷移前の画面に応じて記憶し、
前記判定する処理は、前記表示対象の画面への遷移前の画面に応じて、当該表示対象の画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する付記6乃至8いずれか一項記載の入力支援方法。
(付記10)
前記記憶部は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を、当該画面への遷移前の画面に対する入力情報に応じて記憶し、
前記判定する処理は、前記表示対象の画面への遷移前の画面に対する入力情報に応じて、当該表示対象の画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する付記9記載の入力支援方法。
(付記11)
表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を記憶する記憶部を参照して、表示対象の画面の識別情報に基づいて、当該画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定し、
前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品を識別可能とする命令を追加する処理をコンピュータに実行させる入力支援プログラム。
(付記12)
前記追加する処理は、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品に関して、当該表示部品を囲む図形の描画命令を追加する付記11記載の入力支援プログラム。
(付記13)
前記追加する処理は、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品間を接続する図形の描画命令を追加する付記11又は12記載の入力支援プログラム。
(付記14)
前記記憶部は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を、当該画面への遷移前の画面に応じて記憶し、
前記判定する処理は、前記表示対象の画面への遷移前の画面に応じて、当該表示対象の画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する付記11乃至13いずれか一項記載の入力支援プログラム。
(付記15)
前記記憶部は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を、当該画面への遷移前の画面に対する入力情報に応じて記憶し、
前記判定する処理は、前記表示対象の画面への遷移前の画面に対する入力情報に応じて、当該表示対象の画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する付記14記載の入力支援プログラム。
Regarding the above description, the following items are further disclosed.
(Appendix 1)
For each display component, refer to the storage unit that stores the identification information of the screen that includes the display component as an essential input item, and based on the identification information of the display target screen, it is required among the display components included in the screen A determination unit for determining a display component corresponding to the input item;
An information processing apparatus comprising: an adding unit that adds a command for identifying a display component corresponding to the essential input item to display data of the display target screen.
(Appendix 2)
The information processing apparatus according to appendix 1, wherein the adding unit adds, to the display data for the display target screen, a drawing command for a figure surrounding the display component with respect to the display component corresponding to the essential input item.
(Appendix 3)
The information processing apparatus according to appendix 1, wherein the adding unit adds a drawing command for a figure for connecting display components corresponding to the essential input items to display data for the display target screen.
(Appendix 4)
The storage unit stores screen identification information including the display component as an essential input item for each display component, according to the screen before the transition to the screen,
The determination unit determines a display component corresponding to an essential input item among display components included in the display target screen according to the screen before the transition to the display target screen. The information processing apparatus according to claim 1.
(Appendix 5)
The storage unit stores, for each display component, screen identification information including the display component as an essential input item according to input information for the screen before transition to the screen,
The determination unit determines a display component corresponding to an essential input item among display components included in the display target screen according to input information on the screen before the transition to the display target screen. The information processing apparatus described.
(Appendix 6)
For each display component, refer to the storage unit that stores the identification information of the screen that includes the display component as an essential input item, and based on the identification information of the display target screen, it is required among the display components included in the screen Determine the display part corresponding to the input item,
An input support method in which a computer executes a process of adding a command for identifying a display component corresponding to the required input item to display data on the display target screen.
(Appendix 7)
The input support method according to appendix 6, wherein the adding process adds a drawing command for a figure surrounding the display component with respect to the display component corresponding to the essential input item to the display data of the display target screen.
(Appendix 8)
The input support method according to appendix 6 or 7, wherein the adding process includes adding a drawing command for drawing a graphic connecting the display components corresponding to the required input items to the display data of the display target screen.
(Appendix 9)
The storage unit stores screen identification information including the display component as an essential input item for each display component, according to the screen before the transition to the screen,
Additional processing 6 to 8 for determining the display component corresponding to the essential input item among the display components included in the display target screen according to the screen before the transition to the display target screen. The input support method according to any one of the above.
(Appendix 10)
The storage unit stores, for each display component, screen identification information including the display component as an essential input item according to input information for the screen before transition to the screen,
The determination process includes a step of determining a display component corresponding to an essential input item among display components included in the display target screen according to input information on the screen before the transition to the display target screen. 9. The input support method according to 9.
(Appendix 11)
For each display component, refer to the storage unit that stores the identification information of the screen that includes the display component as an essential input item, and based on the identification information of the display target screen, it is required among the display components included in the screen Determine the display part corresponding to the input item,
An input support program for causing a computer to execute a process of adding a command for identifying a display component corresponding to the essential input item to display data on the display target screen.
(Appendix 12)
The input support program according to appendix 11, wherein the adding process adds a drawing command for a figure surrounding the display component to the display data corresponding to the essential input item with respect to the display data of the display target screen.
(Appendix 13)
13. The input support program according to appendix 11 or 12, wherein the adding process adds a drawing command for a figure for connecting display components corresponding to the essential input items to the display data for the display target screen.
(Appendix 14)
The storage unit stores screen identification information including the display component as an essential input item for each display component, according to the screen before the transition to the screen,
In the determination process, according to the screen before the transition to the display target screen, the display component corresponding to the essential input item is determined among the display components included in the display target screen. The input support program according to any one of the above.
(Appendix 15)
The storage unit stores, for each display component, screen identification information including the display component as an essential input item according to input information for the screen before transition to the screen,
The determination process includes a step of determining a display component corresponding to an essential input item among display components included in the display target screen according to input information on the screen before the transition to the display target screen. 14. The input support program according to 14.

1 情報処理システム
10 Webサーバ
11 要求受信部
12 処理要求部
13 遷移先判定部
14 必須項目判定部
15 画面生成部
16 画面修飾部
17 応答返信部
20 アプリケーションサーバ
21 登記処理部
30 クライアント端末
100 ドライブ装置
101 記録媒体
102 補助記憶装置
103 メモリ装置
104 CPU
105 インタフェース装置
111 セッション情報記憶部
112 遷移関係記憶部
113 オブジェクト情報記憶部
114 雛形データ記憶部
B バス
DESCRIPTION OF SYMBOLS 1 Information processing system 10 Web server 11 Request receiving part 12 Processing request part 13 Transition destination determination part 14 Essential item determination part 15 Screen generation part 16 Screen modification part 17 Response reply part 20 Application server 21 Registration processing part 30 Client terminal 100 Drive device 101 Recording medium 102 Auxiliary storage device 103 Memory device 104 CPU
105 Interface device 111 Session information storage unit 112 Transition relation storage unit 113 Object information storage unit 114 Model data storage unit B bus

Claims (7)

表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を記憶する記憶部を参照して、表示対象の画面の識別情報に基づいて、当該画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する判定部と、
前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品を識別可能とする命令を追加する追加部とを有する情報処理装置。
For each display component, refer to the storage unit that stores the identification information of the screen that includes the display component as an essential input item, and based on the identification information of the display target screen, it is required among the display components included in the screen A determination unit for determining a display component corresponding to the input item;
An information processing apparatus comprising: an adding unit that adds a command for identifying a display component corresponding to the essential input item to display data of the display target screen.
前記追加部は、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品に関して、当該表示部品を囲む図形の描画命令を追加する請求項1記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the adding unit adds, to the display data for the display target screen, a drawing command for a figure surrounding the display component with respect to the display component corresponding to the essential input item. 前記追加部は、前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品間を接続する図形の描画命令を追加する請求項1記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the adding unit adds a drawing command for a figure connecting between display components corresponding to the essential input items to display data for the display target screen. 前記記憶部は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を、当該画面への遷移前の画面に応じて記憶し、
前記判定部は、前記表示対象の画面への遷移前の画面に応じて、当該表示対象の画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する請求項1乃至3いずれか一項記載の情報処理装置。
The storage unit stores screen identification information including the display component as an essential input item for each display component, according to the screen before the transition to the screen,
The determination unit determines a display component corresponding to an essential input item among display components included in the display target screen according to a screen before transition to the display target screen. The information processing apparatus according to any one of claims.
前記記憶部は、表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を、当該画面への遷移前の画面に対する入力情報に応じて記憶し、
前記判定部は、前記表示対象の画面への遷移前の画面に対する入力情報に応じて、当該表示対象の画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定する請求項4記載の情報処理装置。
The storage unit stores, for each display component, screen identification information including the display component as an essential input item according to input information for the screen before transition to the screen,
The said determination part determines the display component corresponding to an essential input item in the display components contained in the said display target screen according to the input information with respect to the screen before the transition to the said display target screen. 4. The information processing apparatus according to 4.
表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を記憶する記憶部を参照して、表示対象の画面の識別情報に基づいて、当該画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定し、
前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品を識別可能とする命令を追加する処理をコンピュータが実行する入力支援方法。
For each display component, refer to the storage unit that stores the identification information of the screen that includes the display component as an essential input item, and based on the identification information of the display target screen, it is required among the display components included in the screen Determine the display part corresponding to the input item,
An input support method in which a computer executes a process of adding a command for identifying a display component corresponding to the required input item to display data on the display target screen.
表示部品ごとに当該表示部品を必須入力項目として含む画面の識別情報を記憶する記憶部を参照して、表示対象の画面の識別情報に基づいて、当該画面に含まれる表示部品の中で、必須入力項目に対応する表示部品を判定し、
前記表示対象の画面の表示用データに対して、前記必須入力項目に対応する表示部品を識別可能とする命令を追加する処理をコンピュータに実行させる入力支援プログラム。
For each display component, refer to the storage unit that stores the identification information of the screen that includes the display component as an essential input item, and based on the identification information of the display target screen, it is required among the display components included in the screen Determine the display part corresponding to the input item,
An input support program for causing a computer to execute a process of adding a command for identifying a display component corresponding to the essential input item to display data on the display target screen.
JP2011287971A 2011-12-28 2011-12-28 Information processing apparatus, input support method, and input support program Expired - Fee Related JP5857737B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011287971A JP5857737B2 (en) 2011-12-28 2011-12-28 Information processing apparatus, input support method, and input support program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011287971A JP5857737B2 (en) 2011-12-28 2011-12-28 Information processing apparatus, input support method, and input support program

Publications (2)

Publication Number Publication Date
JP2013137637A true JP2013137637A (en) 2013-07-11
JP5857737B2 JP5857737B2 (en) 2016-02-10

Family

ID=48913312

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011287971A Expired - Fee Related JP5857737B2 (en) 2011-12-28 2011-12-28 Information processing apparatus, input support method, and input support program

Country Status (1)

Country Link
JP (1) JP5857737B2 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6198428A (en) * 1984-10-18 1986-05-16 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Method of specifying for user field to input data into
JPH0816684A (en) * 1994-07-04 1996-01-19 Hitachi Ltd Data input controlling method on screen
JPH1049324A (en) * 1996-08-05 1998-02-20 Casio Comput Co Ltd Business form processor
JP2003006558A (en) * 2001-06-19 2003-01-10 Dainippon Printing Co Ltd Electronic form input supporting device and program and electronic form program
WO2011048528A2 (en) * 2009-10-20 2011-04-28 Koninklijke Philips Electronics N.V. Method and apparatus for highlighting functional display items

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6198428A (en) * 1984-10-18 1986-05-16 インタ−ナショナル ビジネス マシ−ンズ コ−ポレ−ション Method of specifying for user field to input data into
JPH0816684A (en) * 1994-07-04 1996-01-19 Hitachi Ltd Data input controlling method on screen
JPH1049324A (en) * 1996-08-05 1998-02-20 Casio Comput Co Ltd Business form processor
JP2003006558A (en) * 2001-06-19 2003-01-10 Dainippon Printing Co Ltd Electronic form input supporting device and program and electronic form program
WO2011048528A2 (en) * 2009-10-20 2011-04-28 Koninklijke Philips Electronics N.V. Method and apparatus for highlighting functional display items

Also Published As

Publication number Publication date
JP5857737B2 (en) 2016-02-10

Similar Documents

Publication Publication Date Title
US10649621B2 (en) Facilitating performing searches and accessing search results using different devices
KR101953303B1 (en) Identifying matching applications based on browsing activity
US20140282371A1 (en) Systems and methods for creating or updating an application using a pre-existing application
US20130042171A1 (en) Method and system for generating and managing annotation in electronic book
JP2015194808A (en) Information processing device and information processing program
JP2007279864A (en) Information providing system, method and program, and electronic commerce system, method and program
US20160188681A1 (en) Viewing Search Results Using Multiple Different Devices
JP2007149016A (en) System, method and server for supporting webpage creation
JP2005275488A (en) Input support method and program
JP5232054B2 (en) Information provision device
JP5716635B2 (en) Electronic data management method, program, and electronic data management apparatus
JP2014178818A (en) Information terminal, application information output method and application information output program
JP5857737B2 (en) Information processing apparatus, input support method, and input support program
US20230188577A1 (en) Apparatuses, computer-implemented methods, and computer program products for generating content for presentation at a collaborative content interface based on a captured content source
JP6231260B2 (en) Screen control system, screen control program, screen creation support program, and screen control method
JP2019095850A (en) Document processing apparatus and program
JP4810211B2 (en) Data management apparatus, data management system, and data management method
JP5120563B2 (en) Shopping web server device and control method thereof
JP2009157797A (en) Data input support system, data input support method and program
WO2018154801A1 (en) Web page production support system
US20220180452A1 (en) Automated Web Content Publishing
JP2013140433A (en) Information processing apparatus, input support method, and input support program
JP6106823B1 (en) Content management system, content sales promotion method, and content sales promotion program
JP6930325B2 (en) Information processing equipment and programs
JP2016181290A (en) Information processing apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140904

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150422

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150428

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150625

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151130

R150 Certificate of patent or registration of utility model

Ref document number: 5857737

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees