JP2012088940A - Information processor, information processing method, and program - Google Patents

Information processor, information processing method, and program Download PDF

Info

Publication number
JP2012088940A
JP2012088940A JP2010235163A JP2010235163A JP2012088940A JP 2012088940 A JP2012088940 A JP 2012088940A JP 2010235163 A JP2010235163 A JP 2010235163A JP 2010235163 A JP2010235163 A JP 2010235163A JP 2012088940 A JP2012088940 A JP 2012088940A
Authority
JP
Japan
Prior art keywords
web screen
information
screen
web
identifier
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
JP2010235163A
Other languages
Japanese (ja)
Inventor
Takashi Kamano
貴司 釜野
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC System Technologies 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 NEC System Technologies Ltd filed Critical NEC System Technologies Ltd
Priority to JP2010235163A priority Critical patent/JP2012088940A/en
Publication of JP2012088940A publication Critical patent/JP2012088940A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an information processor, an information processing method, and a program for reproducing the past Web picture on which processing performed in the past has been reflected in the case of executing a Web application.SOLUTION: This information processor 10 includes: an information acquisition unit 11 for, when a user executes processing by performing transition of a Web picture, acquiring attribute information including information for specifying processing performed by a user and information required for the display of a Web picture, and an identifier on every Web picture; a transition information storage unit 12 for storing the identifier and the attribute information as transition information; and a picture display unit 13 for, when the past Web picture is selected by the user, and the redisplay of the selected Web picture is requested, acquiring the identifier of the selected Web picture, acquiring the attribute information of the selected Web picture by using the identifier, and displaying the selected Web picture by using the attribute information.

Description

本発明は、Webアプリケーションの実行に利用される、情報処理装置、情報処理方法、及びプログラムに関する。   The present invention relates to an information processing apparatus, an information processing method, and a program used for executing a Web application.

近年、Webアプリケーションは、e−ラーニング、会計処理、検索処理、グループウェアなど、種々の分野において利用されている。Webアプリケーションは、Webブラウザ上で動作するアプリケーションであり、ユーザは、画面を遷移させながら、各種処理を行う。更に、Webアプリケーションでは、ユーザは、Webブラウザの「戻る」ボタンをクリックするか、Webブラウザの画面上に表示されている前の画面へのリンクをクリックするか、により、前の画面を表示させることができる。   In recent years, Web applications are used in various fields such as e-learning, accounting processing, search processing, and groupware. The Web application is an application that operates on a Web browser, and the user performs various processes while changing the screen. Furthermore, in the Web application, the user displays the previous screen by clicking the “Back” button of the Web browser or by clicking a link to the previous screen displayed on the Web browser screen. be able to.

また、Webアプリケーションにおける利便性を図るため、各種提案が行われている(例えば、特許文献1参照)。特許文献1は、複数のブラウザが起動している場合に、ブラウザ間に跨がったWebページの推移を記憶し、それを履歴ツリーとして表示する技術を開示している。特許文献1に開示の技術を用いれば、ユーザは、視覚的に過去の画面を選択することができる。   Various proposals have been made for convenience in Web applications (see, for example, Patent Document 1). Patent Document 1 discloses a technique for storing transitions of Web pages across browsers and displaying them as a history tree when a plurality of browsers are activated. If the technique disclosed in Patent Literature 1 is used, the user can visually select a past screen.

特開2007−179282号公報JP 2007-179282 A

ところで、上述したWebブラウザの機能を用いて前の画面に戻った場合、Webブラウザの構造上、前の画面上で既に行ったテキスト入力が反映されていない初期画面しか表示されなかったり、エラーとなって何ら表示されなかったりする場合がある。このため、ユーザが、前の画面に戻って、過去に画面上で行った操作を確認することが困難な場合があり、Webアプリケーションにおいては操作性の向上が求められている。このことは、上記特許文献1に開示された技術を用いたとしても、同様である。   By the way, when returning to the previous screen using the function of the Web browser described above, due to the structure of the Web browser, only the initial screen that does not reflect the text input already made on the previous screen is displayed, May not be displayed at all. For this reason, it may be difficult for the user to return to the previous screen and confirm operations performed on the screen in the past, and improvement in operability is demanded in Web applications. This is the same even when the technique disclosed in Patent Document 1 is used.

本発明の目的の一例は、上記問題を解消し、Webアプリケーションの実行時において、過去に行われた処理が反映された過去のWeb画面を再現し得る、情報処理装置、情報処理方法、及びプログラムを提供することにある。   An example of an object of the present invention is an information processing apparatus, an information processing method, and a program capable of resolving the above-described problem and reproducing a past Web screen reflecting a process performed in the past when executing a Web application. Is to provide.

上記目的を達成するため、本発明の一側面における情報処理装置は、
ユーザがWeb画面を遷移させながら処理を実行する場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報とを取得する情報取得部と、
前記情報取得部によって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、遷移情報記憶部と、
過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得し、更に、取得した識別子を用いて、前記遷移情報記憶部から、選択された前記Web画面の属性情報を取得し、そして、取得した属性情報を用いて、選択された前記Web画面の表示を行う、画面表示部と、を備えている、ことを特徴とする。
In order to achieve the above object, an information processing apparatus according to one aspect of the present invention provides:
Necessary for displaying the web screen identifier, information identifying the process performed by the user on the web screen, and the web screen for each web screen when the user executes the process while transitioning the web screen An information acquisition unit for acquiring attribute information including information to be,
A transition information storage unit that accumulates the identifier and the attribute information for each Web screen acquired by the information acquisition unit as transition information;
When a web screen displayed in the past is selected by the user and a re-display of the selected web screen is requested, an identifier of the selected web screen is acquired, and further, using the acquired identifier, A screen display unit that acquires attribute information of the selected Web screen from the transition information storage unit, and displays the selected Web screen using the acquired attribute information. It is characterized by that.

また、上記目的を達成するため、本発明の一側面における情報処理方法は、
(a)ユーザがWeb画面を遷移させながら処理を実行した場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報と、を取得する、ステップと、
(b)前記(a)のステップによって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、ステップと、
(c)過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得する、ステップと、
(d)前記(c)のステップで取得した識別子を用いて、前記(b)のステップで蓄積された遷移情報から、選択された前記Web画面の属性情報を取得し、取得した属性情報を用いて、選択された前記Web画面を表示する、ステップと、を有している、ことを特徴とする。
In order to achieve the above object, an information processing method according to one aspect of the present invention includes:
(A) When a user executes a process while changing a Web screen, for each Web screen, an identifier of the Web screen, information specifying the process performed by the user on the Web screen, and the Web screen Obtaining attribute information including information necessary for display; and
(B) accumulating the identifier and the attribute information for each Web screen acquired in the step (a) as transition information;
(C) obtaining an identifier of the selected web screen when a web screen that has been displayed in the past is selected by the user and a re-display of the selected web screen is requested;
(D) Using the identifier acquired in the step (c), the attribute information of the selected Web screen is acquired from the transition information accumulated in the step (b), and the acquired attribute information is used. And displaying the selected Web screen.

更に、上記目的を達成するため、本発明の一側面におけるプログラムは、
コンピュータに、
(a)ユーザがWeb画面を遷移させながら処理を実行した場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報と、を取得する、ステップと、
(b)前記(a)のステップによって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、ステップと、
(c)過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得する、ステップと、
(d)前記(c)のステップで取得した識別子を用いて、前記(b)のステップで蓄積された遷移情報から、選択された前記Web画面の属性情報を取得し、取得した属性情報を用いて、選択された前記Web画面を表示する、ステップと、を実行させることを特徴とする。
Furthermore, in order to achieve the above object, a program according to one aspect of the present invention is provided.
On the computer,
(A) When a user executes a process while changing a Web screen, for each Web screen, an identifier of the Web screen, information specifying the process performed by the user on the Web screen, and the Web screen Obtaining attribute information including information necessary for display; and
(B) accumulating the identifier and the attribute information for each Web screen acquired in the step (a) as transition information;
(C) obtaining an identifier of the selected web screen when a web screen that has been displayed in the past is selected by the user and a re-display of the selected web screen is requested;
(D) Using the identifier acquired in the step (c), the attribute information of the selected Web screen is acquired from the transition information accumulated in the step (b), and the acquired attribute information is used. And displaying the selected Web screen.

以上のように本発明によれば、Webアプリケーションの実行時において過去に行われた処理が反映された過去のWeb画面を再現することができる。   As described above, according to the present invention, it is possible to reproduce a past Web screen reflecting a process performed in the past when a Web application is executed.

図1は、本発明の実施の形態1における情報処理装置の構成を示すブロック図である。FIG. 1 is a block diagram showing the configuration of the information processing apparatus according to Embodiment 1 of the present invention. 図2は、本発明の実施の形態1で用いられる遷移情報の一例を図である。FIG. 2 is a diagram showing an example of transition information used in Embodiment 1 of the present invention. 図3は、ユーザによるWeb画面での一連の操作の一例を示す図である。FIG. 3 is a diagram illustrating an example of a series of operations on the Web screen by the user. 図4は、本発明の実施の形態1における情報処理装置の動作を示すフロー図である。FIG. 4 is a flowchart showing the operation of the information processing apparatus according to Embodiment 1 of the present invention. 図5は、図4に示した過去のWeb画面を表示するための処理を具体的に示すフロー図である。FIG. 5 is a flowchart specifically showing a process for displaying the past Web screen shown in FIG. 図6は、本発明の実施の形態2における情報処理装置の構成を示すブロック図である。FIG. 6 is a block diagram showing the configuration of the information processing apparatus according to Embodiment 2 of the present invention. 図7は、本発明の実施の形態2における情報処理装置の動作を示すフロー図である。FIG. 7 is a flowchart showing the operation of the information processing apparatus in Embodiment 2 of the present invention. 図8は、図7に示したルールに基づく制限処理を具体的に示すフロー図である。FIG. 8 is a flowchart specifically showing a restriction process based on the rule shown in FIG. 図9は、本発明の実施の形態1及び2における処理装置を実現するコンピュータの一例を示すブロック図である。FIG. 9 is a block diagram illustrating an example of a computer that implements the processing apparatus according to Embodiments 1 and 2 of the present invention.

(実施の形態1)
以下、本発明の実施の形態1における、情報処理装置、情報処理方法、及びプログラムについて、図1〜図5を参照しながら説明する。最初に、本実施の形態1における情報処理装置10の構成について図1及び図2を用いて説明する。図1は、本発明の実施の形態1における情報処理装置の構成を示すブロック図である。図2は、本発明の実施の形態1で用いられる遷移情報の一例を図である。
(Embodiment 1)
Hereinafter, an information processing device, an information processing method, and a program according to Embodiment 1 of the present invention will be described with reference to FIGS. First, the configuration of the information processing apparatus 10 according to the first embodiment will be described with reference to FIGS. 1 and 2. FIG. 1 is a block diagram showing the configuration of the information processing apparatus according to Embodiment 1 of the present invention. FIG. 2 is a diagram showing an example of transition information used in Embodiment 1 of the present invention.

図1に示すように、コンピュータ40は、Webアプリケーションプログラム(以下、単に「Webアプリケーション」という。)を実行するWebアプリケーション実行部41を備えている。ユーザは、コンピュータ40により、Web画面を遷移させながら処理を実行することができる。   As shown in FIG. 1, the computer 40 includes a Web application execution unit 41 that executes a Web application program (hereinafter simply referred to as “Web application”). The user can execute processing while changing the Web screen by the computer 40.

また、図1に示す情報処理装置10は、コンピュータ40に備えられている。具体的には、情報処理装置10は、後述する本実施の形態1におけるプログラムによって、コンピュータ40内部に構築される。そして、Webアプリケーション実行部41による処理が行われると、情報処理装置10は、Webアプリケーションに連携して動作する。   In addition, the information processing apparatus 10 illustrated in FIG. Specifically, the information processing apparatus 10 is built inside the computer 40 by a program according to the first embodiment to be described later. When processing by the web application execution unit 41 is performed, the information processing apparatus 10 operates in cooperation with the web application.

図1に示すように、情報処理装置10は、情報取得部11と、画面表示部13と、遷移情報記憶部12とを備えている。このうち、情報取得部11は、ユーザがWeb画面を遷移させながら処理を実行すると、Web画面毎に、Web画面の識別子と、Web画面の属性情報とを取得する。   As illustrated in FIG. 1, the information processing apparatus 10 includes an information acquisition unit 11, a screen display unit 13, and a transition information storage unit 12. Among these, the information acquisition unit 11 acquires an identifier of the Web screen and attribute information of the Web screen for each Web screen when the user executes the process while changing the Web screen.

属性情報には、Web画面でユーザが行った処理を特定する情報、及びWeb画面の表示に必要となる情報が含まれる。前者の「ユーザが行った処理を特定する情報」の例としては、入力されたテキストの内容、押下されたラジオボタンの値、チェックボックス又はプルダウンメニュー等に対してユーザが行った操作(ユーザが選択した値)等が挙げられる。   The attribute information includes information for specifying processing performed by the user on the Web screen and information necessary for displaying the Web screen. Examples of the former “information specifying the processing performed by the user” include the contents of the input text, the value of the pressed radio button, the operation performed by the user on the check box or pull-down menu, etc. Selected value) and the like.

また、後者の「Web画面の表示に必要となる情報」の例としては、例えば、Webアプリケーションが生徒情報の作成及び編集を行うプログラムであり、表示されるWeb画面が編集のための画面であるとすると、編集対象の生徒の学籍番号の値、処理が作成又は編集のいずれであるかを特定するためのモード値(例:create/edit)などが挙げられる。   An example of the latter “information necessary for displaying a Web screen” is, for example, a program in which a Web application creates and edits student information, and the displayed Web screen is a screen for editing. Then, the value of the student ID number of the student to be edited, the mode value for specifying whether the process is creation or editing (for example, create / edit) and the like can be mentioned.

遷移情報記憶部12は、情報取得部11によって取得された、Web画面毎の、識別子及び属性情報を遷移情報として蓄積する(図2参照)。   The transition information storage unit 12 accumulates the identifier and attribute information for each Web screen acquired by the information acquisition unit 11 as transition information (see FIG. 2).

画面表示部13は、先ず、過去に表示されたWeb画面がユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択されたWeb画面の識別子を取得する。更に、画面表示部13は、取得した識別子を用いて、遷移情報記憶部から、選択されたWeb画面の属性情報(図2参照)を取得し、そして、取得した属性情報を用いて、選択されたWeb画面の表示を行う。   The screen display unit 13 first acquires the identifier of the selected Web screen when a Web screen displayed in the past is selected by the user and when the selected Web screen is requested to be displayed again. Further, the screen display unit 13 acquires the attribute information (see FIG. 2) of the selected Web screen from the transition information storage unit using the acquired identifier, and is selected using the acquired attribute information. The web screen is displayed.

具体的には、本実施の形態1では、画面表示部13は、選択された過去のWeb画面の属性情報を取得すると、これを、アプリケーション実行部41に出力する。この後、アプリケーション実行部41が、出力された属性情報を用いて、選択された過去のWeb画面を、表示装置(図1において図示せず)の画面に表示する。   Specifically, in the first embodiment, when the screen display unit 13 acquires the attribute information of the selected past Web screen, the screen display unit 13 outputs it to the application execution unit 41. Thereafter, the application execution unit 41 displays the selected past Web screen on the screen of the display device (not shown in FIG. 1) using the output attribute information.

このように、情報処理装置10は、Webアプリケーションが実行されると、各Web画面を再現するために必要な情報を全て取得し、これを蓄積することができる。また、蓄積された情報がWeb画面の再表示に利用される。このため、情報処理装置10によれば、Webアプリケーションの実行時において、過去に行われた処理が反映された過去のWeb画面を再現することができる。   As described above, when the Web application is executed, the information processing apparatus 10 can acquire all the information necessary for reproducing each Web screen and accumulate the information. Also, the accumulated information is used for redisplaying the Web screen. For this reason, according to the information processing apparatus 10, it is possible to reproduce a past Web screen in which processing performed in the past is reflected when the Web application is executed.

続いて、図1及び図2に加えて図3を用いて、情報処理装置10の構成を更に具体的に説明する。図3は、ユーザによるWeb画面での一連の操作の一例を示す図である。図3の例では、Webアプリケーションは、商品の在庫を管理するアプリケーションプログラムである。   Next, the configuration of the information processing apparatus 10 will be described more specifically with reference to FIG. 3 in addition to FIGS. 1 and 2. FIG. 3 is a diagram illustrating an example of a series of operations on the Web screen by the user. In the example of FIG. 3, the Web application is an application program that manages the inventory of products.

本実施の形態1では、図3に示すように、画面表示部13は、過去に表示された各Web画面へのリンク50を、各Web画面の表示された順に、最新のWeb画面上に配置する。また、各リンク50は、対応するWeb画面の識別情報(図3の例では、Web画面の名称)を示すテキストに埋め込まれている。そして、本実施の形態1では、ユーザによる過去のWeb画面の選択は、このリンク50の選択によって行われる。   In the first embodiment, as shown in FIG. 3, the screen display unit 13 arranges links 50 to web pages displayed in the past on the latest web screen in the order in which the web screens are displayed. To do. Each link 50 is embedded in text indicating identification information of the corresponding Web screen (in the example of FIG. 3, the name of the Web screen). In the first embodiment, the user selects the past Web screen by selecting the link 50.

また図1に示すように、本実施の形態1では、情報処理装置10は、識別情報記憶部14を更に備えている。識別情報記憶部14は、Web画面毎に、各Web画面を識別するための識別情報を記憶及び管理している。画面表示部13は、リンク50を配置する際、識別情報記憶部14から、リンク50を埋め込む識別情報を取得する。   As shown in FIG. 1, in the first embodiment, the information processing apparatus 10 further includes an identification information storage unit 14. The identification information storage unit 14 stores and manages identification information for identifying each Web screen for each Web screen. When arranging the link 50, the screen display unit 13 acquires identification information for embedding the link 50 from the identification information storage unit 14.

ここで、図3に示した各Web画面を参照しながら、情報処理装置10の各部の機能を説明する。まず、図1に示したコンピュータ40のアプリケーション実行部41によって、Webアプリケーションが実行され、ユーザが、Webアプリケーションのトップ画面(図3において図示せず)から、処理として「検索」を選択したとする。この結果、トップ画面は、図3に示すWeb画面51へと遷移する。   Here, the function of each part of the information processing apparatus 10 will be described with reference to each Web screen shown in FIG. First, it is assumed that the web application is executed by the application execution unit 41 of the computer 40 shown in FIG. 1, and the user selects “search” as the process from the top screen (not shown in FIG. 3) of the web application. . As a result, the top screen changes to the Web screen 51 shown in FIG.

このとき、情報取得部11は、図2に示すように、識別子として「検索」を取得し、これを遷移情報として、遷移情報記憶部12に格納させる。また、情報取得部11は、取得した識別子の順序を「2」に設定する。但し、この場合、情報取得部11は、識別子「検索」に対応する属性情報については、空欄とする。   At this time, as illustrated in FIG. 2, the information acquisition unit 11 acquires “search” as an identifier, and stores this in the transition information storage unit 12 as transition information. Further, the information acquisition unit 11 sets the order of the acquired identifiers to “2”. However, in this case, the information acquisition unit 11 leaves the attribute information corresponding to the identifier “search” blank.

次に、ユーザが、Web画面51において検索条件を入力し、「検索」を選択すると、図3に示すように、Web画面51は、検索結果を示すWeb画面52へと遷移する。また、「検索」が選択されると、情報取得部11は、属性情報として「名称=○○○○;内容=□□□□;備考=△△△△」を取得し、先に格納されている識別子「検索」において、対応する属性情報を更新する。   Next, when the user inputs search conditions on the Web screen 51 and selects “Search”, the Web screen 51 transitions to a Web screen 52 showing the search results, as shown in FIG. When “search” is selected, the information acquisition unit 11 acquires “name = XXX”; content = □□□□; remarks = ΔΔΔΔ as attribute information, and is stored first. The corresponding attribute information is updated in the identifier “search”.

更に、Web画面51からWeb画面52へと遷移する際、情報取得部11は、図2に示すように、識別子として「一覧」を取得する。また、情報取得部11は、このときの属性情報としても、「名称=○○○○;内容=□□□□;備考=△△△△」を取得する。そして、情報取得部11は、取得した情報の順序を「3」に設定するとともに、これらを遷移情報として、情報取得部12に格納させる。   Furthermore, when transitioning from the Web screen 51 to the Web screen 52, the information acquisition unit 11 acquires “list” as an identifier, as shown in FIG. In addition, the information acquisition unit 11 acquires “name = ◯◯◯◯; content = □□□□; remarks = ΔΔΔΔ” as the attribute information at this time. And the information acquisition part 11 sets the order of the acquired information to "3", and stores these in the information acquisition part 12 as transition information.

更に、検索結果を示すWeb画面52において、ユーザが、検索された事項の詳細表示を選択すると、Web画面52は、詳細情報を示すWeb画面53へと遷移する。この場合は、情報取得部11は、図2に示すように、識別子として「詳細」を取得し、属性情報として、表示に必要となる情報である「物品番号=0001」を取得する。そして、情報取得部11は、取得した情報の順序を「4」に設定するとともに、これらを遷移情報として、情報取得部12に格納させる。   Further, when the user selects the detailed display of the searched item on the Web screen 52 showing the search result, the Web screen 52 transitions to the Web screen 53 showing the detailed information. In this case, as illustrated in FIG. 2, the information acquisition unit 11 acquires “details” as an identifier, and acquires “article number = 0001”, which is information necessary for display, as attribute information. And the information acquisition part 11 sets the order of the acquired information to "4", and stores these in the information acquisition part 12 as transition information.

なお、Web画面53では、物品番号以外の情報として、名称、内容、備考、関連が表示されているが、これらの情報は物品番号から特定されるため、属性情報としては、物品番号のみが取得される。   In the Web screen 53, the name, content, remarks, and relation are displayed as information other than the item number. However, since these pieces of information are specified from the item number, only the item number is acquired as the attribute information. Is done.

また、詳細情報を示すWeb画面53において、ユーザが、関連事項へのリンクを選択すると、図3に示すように、Web画面53は、関連事項(本例では「物品照会」)を示すWeb画面54へと遷移する。この場合は、情報取得部11は、図2に示すように、識別子として「照会」を取得し、属性情報として、表示に必要となる情報である「物品番号=0002」を取得する。そして、情報取得部11は、取得した情報の順序を「5」に設定するとともに、これらを遷移情報として、情報取得部12に格納させる。   Further, when the user selects a link to the related item on the Web screen 53 showing the detailed information, as shown in FIG. 3, the Web screen 53 displays the Web item showing the related item (“item inquiry” in this example). Transition to 54. In this case, as illustrated in FIG. 2, the information acquisition unit 11 acquires “inquiry” as an identifier, and acquires “article number = 0002”, which is information necessary for display, as attribute information. And the information acquisition part 11 sets the order of the acquired information to "5", and stores these in the information acquisition part 12 as transition information.

そして、Web画面54において、ユーザが、リンク50の選択によって、過去に表示されたWeb画面52(検索結果一覧)を選択すると、画面表示部13は、Web画面52の識別子及びWeb画面52の属性情報(図2における2番の識別子及び属性情報)を取得する。そして、画面表示部13は、取得した属性情報をアプリケーション実行部41に出力し、アプリケーション実行部41に、選択されたWeb画面52の表示を行わせる。   When the user selects a web screen 52 (search result list) displayed in the past by selecting the link 50 on the web screen 54, the screen display unit 13 displays the identifier of the web screen 52 and the attribute of the web screen 52. Information (second identifier and attribute information in FIG. 2) is acquired. Then, the screen display unit 13 outputs the acquired attribute information to the application execution unit 41, and causes the application execution unit 41 to display the selected Web screen 52.

その後、Web画面52において、ユーザが、検索された事項(名称:CCC)の詳細表示を選択すると、Web画面52は、詳細情報を示すWeb画面へと遷移する。但し、この場合は、情報取得部11は、識別子として「詳細」を取得するが、属性情報としては、「物品番号=0003」を取得する。そして、情報取得部11は、これらを遷移情報として、情報取得部12に格納させる。また、詳細表示の対象として選択された事項が、先の場合と異なるため、Web画面52は、Web画面55へと遷移する。   Thereafter, when the user selects a detailed display of the searched item (name: CCC) on the Web screen 52, the Web screen 52 transitions to a Web screen showing detailed information. However, in this case, the information acquisition unit 11 acquires “detail” as the identifier, but acquires “article number = 0003” as the attribute information. Then, the information acquisition unit 11 stores these as transition information in the information acquisition unit 12. In addition, since the item selected as the detail display target is different from the previous case, the Web screen 52 transitions to the Web screen 55.

次に、本発明の実施の形態1における情報処理装置10の動作について図4を用いて説明する。図4は、本発明の実施の形態1における情報処理装置の動作を示すフロー図である。なお、以下の説明においては、適宜図1〜図3を参酌する。また、本実施の形態1では、情報処理装置10を動作させることによって、情報処理方法が実施される。よって、本実施の形態1における情報処理方法の説明は、以下の情報処理装置10の動作説明に代える。   Next, the operation of the information processing apparatus 10 according to Embodiment 1 of the present invention will be described with reference to FIG. FIG. 4 is a flowchart showing the operation of the information processing apparatus according to Embodiment 1 of the present invention. In the following description, FIGS. 1 to 3 are referred to as appropriate. Moreover, in this Embodiment 1, the information processing method is implemented by operating the information processing apparatus 10. Therefore, the description of the information processing method in the first embodiment is replaced with the following description of the operation of the information processing apparatus 10.

図4に示すように、先ず、情報処理装置10において、情報取得部11は、コンピュータ40のアプリケーション実行部41によって、Webアプリケーションが実行されているかどうかを判定する(ステップA1)。   As shown in FIG. 4, first, in the information processing apparatus 10, the information acquisition unit 11 determines whether or not a Web application is being executed by the application execution unit 41 of the computer 40 (step A1).

ステップA1の判定の結果、Webアプリケーションが実行されていない場合は、情報取得部11は待機状態となる。一方、ステップA1の判定の結果、Webアプリケーションが実行されている場合は、情報取得部11は、Web画面毎に、Web画面の識別子と、Web画面の属性情報とを取得する(ステップA2)。具体的には、ステップA2では、情報取得部11は、Web画面の遷移が行われた場合に、遷移先のWeb画面の識別子及び属性情報を取得する。   As a result of the determination in step A1, if the web application is not executed, the information acquisition unit 11 enters a standby state. On the other hand, if the result of determination in step A1 is that a Web application is being executed, the information acquisition unit 11 acquires the Web screen identifier and Web screen attribute information for each Web screen (step A2). Specifically, in step A2, the information acquisition unit 11 acquires the identifier and attribute information of the transition destination Web screen when the Web screen is transitioned.

次に、情報取得部11は、遷移情報記憶部11にアクセスし、そこで格納されている遷移情報(図2参照)を取得する(ステップA3)。更に、情報取得部11は、取得した遷移情報の末尾に、ステップA2で取得した識別子及び属性情報を追加し、そして、識別子及び属性情報が新たに追加された遷移情報を用いて、格納されている遷移情報を更新する(ステップA4)。   Next, the information acquisition unit 11 accesses the transition information storage unit 11 and acquires the transition information (see FIG. 2) stored therein (step A3). Further, the information acquisition unit 11 adds the identifier and attribute information acquired in step A2 to the end of the acquired transition information, and the identifier and attribute information are stored using the newly added transition information. The transition information that is present is updated (step A4).

次に、画面表示部13は、更新後の遷移情報を取得する(ステップA5)。また、画面表示部13は、識別情報記憶部14にアクセスし、今までに表示されたWeb画面それぞれの識別子に基づいて、各Web画面の識別情報(名称)を取得する(ステップA6)。   Next, the screen display unit 13 acquires updated transition information (step A5). The screen display unit 13 accesses the identification information storage unit 14 and acquires identification information (name) of each Web screen based on the identifiers of the Web screens displayed so far (step A6).

次に、画面表示部13は、ステップA5で取得した更新後の遷移情報と、ステップA6で取得した各Web画面の識別情報とを用いて、最新のWeb画面上に、過去のWeb画面へのリンク50(図3参照)を配置する(ステップA7)。   Next, the screen display unit 13 uses the transition information after the update acquired in Step A5 and the identification information of each Web screen acquired in Step A6 to display the past Web screen on the latest Web screen. A link 50 (see FIG. 3) is arranged (step A7).

次に、画面表示部13は、ユーザがリンク50を選択することによって、過去のWeb画面が選択されたかどうかを判定する(ステップA8)。ステップA8の判定の結果、過去のWeb画面が選択されている場合は、画面表示部13は、選択された過去のWeb画面を表示する(ステップA9)。具体的には、画面表示部13は、取得した属性情報をアプリケーション実行部41に出力し、アプリケーション実行部41に、選択されたWeb画面52の表示を行わせる。なお、ステップA9における処理については、更に、図5を用いて後述する。   Next, the screen display unit 13 determines whether a past Web screen has been selected by the user selecting the link 50 (step A8). If the result of determination in step A8 is that a past Web screen has been selected, the screen display unit 13 displays the selected past Web screen (step A9). Specifically, the screen display unit 13 outputs the acquired attribute information to the application execution unit 41, and causes the application execution unit 41 to display the selected Web screen 52. Note that the processing in step A9 will be described later with reference to FIG.

ステップA8の判定の結果、過去のWeb画面が選択されていない場合、及びステップA9が実行された場合、画面表示部13は、Webアプリケーションが終了しているかどうかを判断する(ステップA10)。   As a result of the determination in step A8, when a past Web screen is not selected and when step A9 is executed, the screen display unit 13 determines whether the Web application is terminated (step A10).

ステップA10の判定の結果、Webアプリケーションが終了していない場合は、画面表示部13は、情報取得部11に、再度、ステップA2以降を実行させる。一方、ステップA10の判定の結果、Webアプリケーションが終了している場合は、画面表示部13は、処理を終了する。   If the result of determination in step A10 is that the Web application has not ended, the screen display unit 13 causes the information acquisition unit 11 to execute step A2 and subsequent steps again. On the other hand, if the result of determination in step A10 is that the Web application has ended, the screen display unit 13 ends the process.

ここで、図4に示したステップA9について、図5を用いて具体的に説明する。図5は、図4に示した過去のWeb画面を表示するための処理を具体的に示すフロー図である。   Here, step A9 shown in FIG. 4 will be specifically described with reference to FIG. FIG. 5 is a flowchart specifically showing a process for displaying the past Web screen shown in FIG.

図5に示すように、最初に、画面表示部13は、ユーザが、Web画面に表示されているリンク50(図3参照)を選択したと判断すると、選択されたWeb画面の識別子を取得する(ステップA91)。具体的には、本実施の形態1では、ユーザがリンク50を選択すると、アプリケーション実行部41は、選択されたリンク50が連結されているWeb画面の識別子を特定し、これを画面表示部13に送信する。   As shown in FIG. 5, first, when the screen display unit 13 determines that the user has selected the link 50 (see FIG. 3) displayed on the Web screen, the screen display unit 13 acquires the identifier of the selected Web screen. (Step A91). Specifically, in the first embodiment, when the user selects the link 50, the application execution unit 41 identifies the identifier of the Web screen to which the selected link 50 is connected, and displays this identifier on the screen display unit 13. Send to.

次に、画面表示部13は、遷移情報記憶部11にアクセスし、そこで格納されている遷移情報(図2参照)を取得する(ステップA92)。次に、画面表示部13は、遷移情報の中から、ステップA91で取得した識別子と一致する識別子を特定し、特定した識別子より後に格納された情報(順位、識別子、属性情報)を全て削除する(ステップA93)。更に、画面表示部13は、削除が行われた遷移情報を用いて、遷移情報記憶部11に格納されている遷移情報を更新する。   Next, the screen display unit 13 accesses the transition information storage unit 11 and acquires the transition information (see FIG. 2) stored therein (step A92). Next, the screen display unit 13 identifies an identifier that matches the identifier acquired in step A91 from the transition information, and deletes all information (rank, identifier, attribute information) stored after the identified identifier. (Step A93). Furthermore, the screen display unit 13 updates the transition information stored in the transition information storage unit 11 using the deleted transition information.

次に、画面表示部13は、遷移情報記憶部11から、ステップA93で更新された遷移情報を取得する(ステップA94)。そして、画面表示部13は、更新された遷移情報から、選択されたWeb画面の識別情報を取得し、これをアプリケーション実行部41に出力する(ステップA95)。これにより、アプリケーション実行部41は、選択されたWeb画面を表示装置(図1〜図5において図示せず)の画面に表示させる。   Next, the screen display unit 13 acquires the transition information updated in step A93 from the transition information storage unit 11 (step A94). And the screen display part 13 acquires the identification information of the selected web screen from the updated transition information, and outputs this to the application execution part 41 (step A95). As a result, the application execution unit 41 displays the selected Web screen on the screen of the display device (not shown in FIGS. 1 to 5).

その後、画面表示部13は、ステップA93で更新された遷移情報と、選択されたWeb画面よりも過去に表示されたWeb画面の識別情報とを用いて、選択されたWeb画面の上に、それよりも過去に表示されたWeb画面へのリンク50(図3参照)を配置する(ステップA96)。ステップA91〜A96の実行が終了すると、図4に示したステップA9は終了する。   Thereafter, the screen display unit 13 uses the transition information updated in step A93 and the identification information of the Web screen displayed in the past than the selected Web screen to display the information on the selected Web screen. A link 50 (see FIG. 3) to the Web screen displayed in the past is arranged (step A96). When the execution of steps A91 to A96 ends, step A9 shown in FIG. 4 ends.

以上、図1〜図5を用いて説明したように、本実施の形態1における情報処理10によれば、Webアプリケーションの実行時において、ユーザの希望に応じて、過去に行われた処理が反映された過去のWeb画面を再現することができる。従って、Webブラウザの機能を用いて前のWeb画面に戻った場合と異なり、既に行ったテキスト入力が反映されていない事態、エラーとなって何ら表示されない事態の発生は抑制される。そして、ユーザは、前のWeb画面に戻って、過去の操作を確認できる。   As described above with reference to FIGS. 1 to 5, according to the information processing 10 in the first embodiment, processing performed in the past is reflected at the time of execution of the Web application according to the user's desire. It is possible to reproduce the past Web screen. Therefore, unlike the case of returning to the previous Web screen using the function of the Web browser, the occurrence of a situation in which the text input that has already been made is not reflected or an error is not displayed is suppressed. Then, the user can return to the previous Web screen and confirm past operations.

本発明の実施の形態1におけるプログラムは、コンピュータ40に、図4に示すステップA1〜A10、図5に示すステップA91〜A96を実行させるプログラムであれば良い。このプログラムをコンピュータ40にインストールし、実行することによって、本実施の形態1における情報処理装置10と情報処理方法とを実現することができる。   The program according to the first embodiment of the present invention may be a program that causes the computer 40 to execute steps A1 to A10 shown in FIG. 4 and steps A91 to A96 shown in FIG. By installing and executing this program on the computer 40, the information processing apparatus 10 and the information processing method according to the first embodiment can be realized.

この場合、コンピュータ40のCPU(Central Processing Unit)は、情報取得部11及び画面表示部13として機能し、処理を行なう。また、コンピュータ40に備えられたハードディスク等の記憶装置が、遷移情報記憶部12及び識別情報記憶部14として機能する。更に、コンピュータ40のCPUは、アプリケーション実行部41としても機能する。   In this case, a CPU (Central Processing Unit) of the computer 40 functions as the information acquisition unit 11 and the screen display unit 13 to perform processing. A storage device such as a hard disk provided in the computer 40 functions as the transition information storage unit 12 and the identification information storage unit 14. Further, the CPU of the computer 40 also functions as the application execution unit 41.

(実施の形態2)
次に、本発明の実施の形態2における、情報処理装置、情報処理方法、及びプログラムについて、図6〜図8を参照しながら説明する。最初に、本実施の形態2における情報処理装置20の構成について図6を用いて説明する。図6は、本発明の実施の形態2における情報処理装置の構成を示すブロック図である。
(Embodiment 2)
Next, an information processing device, an information processing method, and a program according to Embodiment 2 of the present invention will be described with reference to FIGS. Initially, the structure of the information processing apparatus 20 in this Embodiment 2 is demonstrated using FIG. FIG. 6 is a block diagram showing the configuration of the information processing apparatus according to Embodiment 2 of the present invention.

図6に示すように、本実施の形態2においては、情報処理装置20は、図1に示した実施の形態1における情報処理装置10と異なり、処理制御部15と、ルール記憶部16とを備えている。なお、上記の点以外については、情報処理装置20は、情報処理装置10と同様に構成されている。以下、相違点を中心に説明する。   As shown in FIG. 6, in the second embodiment, the information processing apparatus 20 includes a processing control unit 15 and a rule storage unit 16, unlike the information processing apparatus 10 in the first embodiment shown in FIG. 1. I have. The information processing apparatus 20 is configured in the same manner as the information processing apparatus 10 except for the above points. Hereinafter, the difference will be mainly described.

処理制御部15は、画面表示部13によって、選択された過去のWeb画面が表示された場合に、表示されたWeb画面でのユーザによる処理を、予め設定されたルールに従って制限する。また、ルール記憶部16は、予め設定されたルールを格納している。   When the selected past Web screen is displayed by the screen display unit 13, the processing control unit 15 limits the processing by the user on the displayed Web screen according to a preset rule. Further, the rule storage unit 16 stores a preset rule.

制限される処理としては、何度も行われるとユーザにとって不利益となる処理、例えば、データの送信、データの削除等が挙げられる。具体的には、Webアプリケーションが、インターネットバンキングを実現しているとする。この場合、処理制御部15は、送金のためのWeb画面が再度表示され、ユーザが再度「送金」ボタンを押下したときに、送信処理を制限し、重複した送金を防止する。   Examples of the limited process include processes that are disadvantageous to the user if performed many times, such as data transmission and data deletion. Specifically, it is assumed that the Web application realizes Internet banking. In this case, when the Web screen for remittance is displayed again and the user presses the “Remittance” button again, the process control unit 15 restricts the transmission process and prevents duplicate remittance.

次に、本発明の実施の形態2における情報処理装置20の動作について図7を用いて説明する。図7は、本発明の実施の形態2における情報処理装置の動作を示すフロー図である。なお、以下の説明においては、適宜図6を参酌する。また、本実施の形態2では、情報処理装置20を動作させることによって、情報処理方法が実施される。よって、本実施の形態2における情報処理方法の説明は、以下の情報処理装置10の動作説明に代える。   Next, the operation of the information processing apparatus 20 according to Embodiment 2 of the present invention will be described with reference to FIG. FIG. 7 is a flowchart showing the operation of the information processing apparatus in Embodiment 2 of the present invention. Note that FIG. 6 is taken into consideration in the following description. In the second embodiment, the information processing method is performed by operating the information processing apparatus 20. Therefore, the description of the information processing method in the second embodiment is replaced with the following description of the operation of the information processing apparatus 10.

図7に示すように、情報処理装置20がステップB1〜B9を実行すると、ユーザが選択した過去のWeb画面が、表示装置(図6及び図7において図示せず)の画面に表示される。なお、ステップB1〜B9は、図4に示したステップA1〜A9と同様のステップである。   As shown in FIG. 7, when the information processing apparatus 20 executes steps B1 to B9, the past Web screen selected by the user is displayed on the screen of the display device (not shown in FIGS. 6 and 7). Steps B1 to B9 are similar to steps A1 to A9 shown in FIG.

次に、本実施の形態2では、ステップB9が実行されると、情報処理装置20において、処理制御部15は、選択されたWeb画面でのユーザによる処理に制限を与えるべきかどうかを判定し、与えるべきであるときには、処理を制限する(ステップB10)。なお、ステップB10における処理については、更に、図8を用いて後述する。   Next, in the second embodiment, when step B9 is executed, in the information processing apparatus 20, the processing control unit 15 determines whether or not the user's processing on the selected Web screen should be restricted. If it should be given, the processing is limited (step B10). The process in step B10 will be further described later with reference to FIG.

その後、情報処理装置20において、ステップB11が実行され、Webアプリケーションが終了している場合は、情報処理装置20における処理は終了する。なお、ステップB11は、図4に示したステップA10と同様のステップである。   Thereafter, in the information processing apparatus 20, when the step B11 is executed and the Web application is ended, the processing in the information processing apparatus 20 is ended. Step B11 is the same as step A10 shown in FIG.

ここで、図7に示したステップB10について、図8を用いて具体的に説明する。図8は、図7に示したルールに基づく制限処理を具体的に示すフロー図である。   Here, step B10 shown in FIG. 7 will be specifically described with reference to FIG. FIG. 8 is a flowchart specifically showing a restriction process based on the rule shown in FIG.

図8に示すように、最初に、処理制御部15は、選択された過去のWeb画面において、ユーザによる処理が行われているかどうかを判定する(ステップB21)。ステップB21の判定の結果、ユーザによる処理が行われていない場合は、処理制御部15は、処理を終了する。この後、上述したステップB11が実行される。   As shown in FIG. 8, first, the process control unit 15 determines whether or not a process by the user is being performed on the selected past Web screen (step B21). As a result of the determination in step B21, when the process by the user is not performed, the process control unit 15 ends the process. Thereafter, step B11 described above is executed.

一方、ステップB21の判定の結果、ユーザによる処理が行われている場合は、処理制御部15は、ルール記憶部16から、対応するルールを取得する。そして、処理制御部15は、ユーザによる処理が、取得したルールに合致しているかどうか、即ち、ルールによって制限されるべきかどうかを判定する(ステップB22)。   On the other hand, when the process by the user is performed as a result of the determination in step B <b> 21, the process control unit 15 acquires the corresponding rule from the rule storage unit 16. And the process control part 15 determines whether the process by a user is in agreement with the acquired rule, ie, should be restrict | limited by a rule (step B22).

具体的には、ルール記憶部16が格納しているルールは、Web画面の識別子毎に、禁止される処理(操作)を規定している。よって、処理制御部15は、選択されたWeb画面の識別子(ステップA91で取得)に基づいて、対応するルールを取得し、ルールによって禁止されている処理と、ユーザによって行われている処理とが一致するかどうかを判定する。   Specifically, the rules stored in the rule storage unit 16 define a prohibited process (operation) for each identifier of the Web screen. Therefore, the process control unit 15 acquires the corresponding rule based on the identifier of the selected Web screen (obtained in step A91), and the process prohibited by the rule and the process performed by the user are Determine whether they match.

ステップB22による判定の結果、ユーザによる処理が制限されるべきでない場合は、処理制御部15は、処理を終了する。一方、ステップB22による判定の結果、ユーザによる処理が制限されるべきである場合は、処理制御部15は、ユーザによる処理に制限を与え(ステップB23)、その後、処理を終了する。具体的には、処理制御部15は、アプリケーション実行部41に、ユーザによる処理を無効にするように指示を与える。   As a result of the determination in step B22, when the process by the user should not be restricted, the process control unit 15 ends the process. On the other hand, as a result of the determination in step B22, when the process by the user is to be restricted, the process control unit 15 gives a restriction to the process by the user (step B23), and thereafter ends the process. Specifically, the process control unit 15 instructs the application execution unit 41 to invalidate the process by the user.

以上のように、本実施の形態2によれば、ユーザにとって不利益となる処理が自動的に制限されるので、ユーザは、安心して、過去のWeb画面上で処理を行うことができる。また、本実施の形態2を用いた場合も、実施の形態1で述べた効果を得ることができる。   As described above, according to the second embodiment, processing that is disadvantageous to the user is automatically restricted, so that the user can perform the processing on the past Web screen with peace of mind. In addition, when the second embodiment is used, the effects described in the first embodiment can be obtained.

本発明の実施の形態2におけるプログラムは、コンピュータ40に、図7に示すステップB1〜B11、図8に示すステップB21〜B23を実行させるプログラムであれば良い。このプログラムをコンピュータ40にインストールし、実行することによって、本実施の形態2における情報処理装置20と情報処理方法とを実現することができる。   The program in the second embodiment of the present invention may be a program that causes the computer 40 to execute steps B1 to B11 shown in FIG. 7 and steps B21 to B23 shown in FIG. By installing and executing this program on the computer 40, the information processing apparatus 20 and the information processing method according to the second embodiment can be realized.

この場合、コンピュータ40のCPUは、情報取得部11、画面表示部13、及び処理制御部15として機能し、処理を行なう。また、コンピュータ40に備えられたハードディスク等の記憶装置が、遷移情報記憶部12、識別情報記憶部14、及びルール記憶部16として機能する。更に、コンピュータ40のCPUは、アプリケーション実行部41としても機能する。   In this case, the CPU of the computer 40 functions as the information acquisition unit 11, the screen display unit 13, and the processing control unit 15, and performs processing. In addition, a storage device such as a hard disk provided in the computer 40 functions as the transition information storage unit 12, the identification information storage unit 14, and the rule storage unit 16. Further, the CPU of the computer 40 also functions as the application execution unit 41.

ここで、実施の形態1及び2におけるプログラムを実行することによって、情報処理装置を実現するコンピュータ40について図9を用いて説明する。図9は、本発明の実施の形態1及び2における情報処理装置を実現するコンピュータの一例を示すブロック図である。   Here, a computer 40 that implements the information processing apparatus by executing the programs in the first and second embodiments will be described with reference to FIG. FIG. 9 is a block diagram illustrating an example of a computer that implements the information processing apparatus according to Embodiments 1 and 2 of the present invention.

図9に示すように、コンピュータ40は、CPU111と、メインメモリ112と、記憶装置113と、入力インターフェイス114と、表示コントローラ115と、データリーダ/ライタ116と、通信インターフェイス117とを備える。これらの各部は、バス121を介して、互いにデータ通信可能に接続される。   As shown in FIG. 9, the computer 40 includes a CPU 111, a main memory 112, a storage device 113, an input interface 114, a display controller 115, a data reader / writer 116, and a communication interface 117. These units are connected to each other via a bus 121 so that data communication is possible.

CPU111は、記憶装置113に格納された、本実施の形態におけるプログラム(コード)をメインメモリ112に展開し、これらを所定順序で実行することにより、各種の演算を実施する。メインメモリ112は、典型的には、DRAM(Dynamic Random Access Memory)等の揮発性の記憶装置である。また、本実施の形態におけるプログラムは、コンピュータ読み取り可能な記録媒体120に格納された状態で提供される。なお、本実施の形態におけるプログラムは、通信インターフェイス117を介して接続されたインターネット上で流通するものであっても良い。   The CPU 111 performs various calculations by developing the program (code) in the present embodiment stored in the storage device 113 in the main memory 112 and executing them in a predetermined order. The main memory 112 is typically a volatile storage device such as a DRAM (Dynamic Random Access Memory). Further, the program in the present embodiment is provided in a state of being stored in a computer-readable recording medium 120. Note that the program in the present embodiment may be distributed on the Internet connected via the communication interface 117.

また、記憶装置113の具体例としては、ハードディスクの他、フラッシュメモリ等の半導体記憶装置が挙げられる。入力インターフェイス114は、CPU111と、キーボード及びマウスといった入力機器118との間のデータ伝送を仲介する。表示コントローラ115は、ディスプレイ装置119と接続され、ディスプレイ装置119での表示を制御する。データリーダ/ライタ116は、CPU111と記録媒体120との間のデータ伝送を仲介し、記録媒体120からのプログラムの読み出し、及びコンピュータ40における処理結果の記録媒体120への書き込みを実行する。通信インターフェイス117は、CPU111と、他のコンピュータとの間のデータ伝送を仲介する。   Specific examples of the storage device 113 include a hard disk and a semiconductor storage device such as a flash memory. The input interface 114 mediates data transmission between the CPU 111 and an input device 118 such as a keyboard and a mouse. The display controller 115 is connected to the display device 119 and controls display on the display device 119. The data reader / writer 116 mediates data transmission between the CPU 111 and the recording medium 120, and reads a program from the recording medium 120 and writes a processing result in the computer 40 to the recording medium 120. The communication interface 117 mediates data transmission between the CPU 111 and another computer.

また、記録媒体120の具体例としては、CF(Compact Flash)及びSD(Secure Digital)等の汎用的な半導体記憶デバイス、フレキシブルディスク(Flexible Disk)等の磁気記憶媒体、又はCD−ROM(Compact Disk Read Only Memory)などの光学記憶媒体が挙げられる。   Specific examples of the recording medium 120 include general-purpose semiconductor storage devices such as CF (Compact Flash) and SD (Secure Digital), magnetic storage media such as a flexible disk, or CD-ROM (Compact Disk). Optical storage media such as Read Only Memory).

上述した実施の形態の一部又は全部は、以下に記載する(付記1)〜(付記15)によって表現することができるが、以下の記載に限定されるものではない。   Part or all of the above-described embodiment can be expressed by (Appendix 1) to (Appendix 15) described below, but is not limited to the following description.

(付記1)
ユーザがWeb画面を遷移させながら処理を実行する場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報とを取得する情報取得部と、
前記情報取得部によって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、遷移情報記憶部と、
過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得し、更に、取得した識別子を用いて、前記遷移情報記憶部から、選択された前記Web画面の属性情報を取得し、そして、取得した属性情報を用いて、選択された前記Web画面の表示を行う、画面表示部と、
を備えている、ことを特徴とする情報処理装置。
(Appendix 1)
Necessary for displaying the web screen identifier, information identifying the process performed by the user on the web screen, and the web screen for each web screen when the user executes the process while transitioning the web screen An information acquisition unit for acquiring attribute information including information to be,
A transition information storage unit that accumulates the identifier and the attribute information for each Web screen acquired by the information acquisition unit as transition information;
When a web screen displayed in the past is selected by the user and a re-display of the selected web screen is requested, an identifier of the selected web screen is acquired, and further, using the acquired identifier, A screen display unit that acquires attribute information of the selected Web screen from the transition information storage unit, and displays the selected Web screen using the acquired attribute information;
An information processing apparatus comprising:

(付記2)
前記画面表示部によって、選択された前記Web画面が表示された場合に、表示された前記Web画面での前記ユーザによる処理を、予め設定されたルールに従って制限する、処理制限部を更に備えている、付記1に記載の情報処理装置。
(Appendix 2)
When the selected web screen is displayed by the screen display unit, the processing unit further includes a processing restriction unit that restricts the processing by the user on the displayed web screen according to a preset rule. The information processing apparatus according to attachment 1.

(付記3)
前記画面表示部が、過去に表示された各Web画面へのリンクを、各Web画面の表示された順に、最新のWeb画面上に配置し、
前記ユーザが、前記リンクの選択によって、前記過去に表示されたWeb画面を選択した場合に、選択された前記Web画面の識別子の取得、選択された前記Web画面の属性情報の取得、及び選択された前記Web画面の表示を行う、付記1または2に記載の情報処理装置。
(Appendix 3)
The screen display unit arranges links to the web screens displayed in the past on the latest web screen in the order in which the web screens are displayed;
When the user selects the Web screen displayed in the past by selecting the link, acquisition of an identifier of the selected Web screen, acquisition of attribute information of the selected Web screen, and selection The information processing apparatus according to appendix 1 or 2, which displays the web screen.

(付記4)
前記Web画面毎に、当該Web画面を識別するための識別情報を記憶する、識別情報記憶部を更に備え、
前記画面表示部が、前記識別情報記憶部から、過去に表示された各Web画面の前記識別情報を取得し、過去に表示された各Web画面へのリンクを、取得した前記識別情報を示すテキストに埋め込んだ状態で、前記最新のWeb画面上に配置する、付記3に記載の情報処理装置。
(Appendix 4)
An identification information storage unit for storing identification information for identifying the Web screen for each Web screen;
The screen display unit acquires the identification information of each Web screen displayed in the past from the identification information storage unit, and a link to each Web screen displayed in the past indicates text indicating the acquired identification information The information processing apparatus according to appendix 3, wherein the information processing apparatus is arranged on the latest Web screen in a state embedded in the information processing apparatus.

(付記5)
(a)ユーザがWeb画面を遷移させながら処理を実行した場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報と、を取得する、ステップと、
(b)前記(a)のステップによって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、ステップと、
(c)過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得する、ステップと、
(d)前記(c)のステップで取得した識別子を用いて、前記(b)のステップで蓄積された遷移情報から、選択された前記Web画面の属性情報を取得し、取得した属性情報を用いて、選択された前記Web画面を表示する、ステップと、
を有している、ことを特徴とする情報処理方法。
(Appendix 5)
(A) When a user executes a process while changing a Web screen, for each Web screen, an identifier of the Web screen, information specifying the process performed by the user on the Web screen, and the Web screen Obtaining attribute information including information necessary for display; and
(B) accumulating the identifier and the attribute information for each Web screen acquired in the step (a) as transition information;
(C) obtaining an identifier of the selected web screen when a web screen that has been displayed in the past is selected by the user and a re-display of the selected web screen is requested;
(D) Using the identifier acquired in the step (c), the attribute information of the selected Web screen is acquired from the transition information accumulated in the step (b), and the acquired attribute information is used. Displaying the selected web screen; and
An information processing method characterized by comprising:

(付記6)
(e)前記(d)のステップによって、選択された前記Web画面が表示された場合に、表示された前記Web画面での前記ユーザによる処理を、予め設定されたルールに従って制限する、ステップを更に有している、付記5に記載の情報処理方法。
(Appendix 6)
(E) when the web screen selected by the step of (d) is displayed, further restricting the processing by the user on the displayed web screen according to a preset rule; The information processing method according to appendix 5, wherein

(付記7)
(f)過去に表示された各Web画面へのリンクを、各Web画面の表示された順に、最新のWeb画面上に配置する、ステップを更に有し、
前記ユーザが、前記リンクの選択によって、前記過去に表示されたWeb画面を選択した場合に、前記(c)のステップ及び前記(d)のステップが実行される、付記5または6に記載の情報処理方法。
(Appendix 7)
(F) further comprising a step of arranging links to the web screens displayed in the past on the latest web screen in the order in which the web screens are displayed;
The information according to appendix 5 or 6, wherein the step (c) and the step (d) are executed when the user selects the Web screen displayed in the past by selecting the link. Processing method.

(付記8)
前記Web画面毎に、当該Web画面を識別するための識別情報が管理されており、
前記(f)のステップにおいて、過去に表示された各Web画面の前記識別情報を取得し、過去に表示された各Web画面へのリンクを、取得した前記識別情報を示すテキストに埋め込んだ状態で、前記最新のWeb画面上に配置する、付記7に記載の情報処理方法。
(Appendix 8)
Identification information for identifying the Web screen is managed for each Web screen,
In the step (f), the identification information of each Web screen displayed in the past is acquired, and a link to each Web screen displayed in the past is embedded in the text indicating the acquired identification information. The information processing method according to appendix 7, wherein the information processing method is arranged on the latest Web screen.

(付記9)
コンピュータに、
(a)ユーザがWeb画面を遷移させながら処理を実行した場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報と、を取得する、ステップと、
(b)前記(a)のステップによって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、ステップと、
(c)過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得する、ステップと、
(d)前記(c)のステップで取得した識別子を用いて、前記(b)のステップで蓄積された遷移情報から、選択された前記Web画面の属性情報を取得し、取得した属性情報を用いて、選択された前記Web画面を表示する、ステップと、
を実行させるプログラム。
(Appendix 9)
On the computer,
(A) When a user executes a process while changing a Web screen, for each Web screen, an identifier of the Web screen, information specifying the process performed by the user on the Web screen, and the Web screen Obtaining attribute information including information necessary for display; and
(B) accumulating the identifier and the attribute information for each Web screen acquired in the step (a) as transition information;
(C) obtaining an identifier of the selected web screen when a web screen that has been displayed in the past is selected by the user and a re-display of the selected web screen is requested;
(D) Using the identifier acquired in the step (c), the attribute information of the selected Web screen is acquired from the transition information accumulated in the step (b), and the acquired attribute information is used. Displaying the selected web screen; and
A program that executes

(付記10)
(e)前記(d)のステップによって、選択された前記Web画面が表示された場合に、表示された前記Web画面での前記ユーザによる処理を、予め設定されたルールに従って制限する、ステップを更に前記コンピュータに実行させる、付記9に記載のプログラム。
(Appendix 10)
(E) when the web screen selected by the step of (d) is displayed, further restricting the processing by the user on the displayed web screen according to a preset rule; The program according to appendix 9, which is executed by the computer.

(付記11)
(f)過去に表示された各Web画面へのリンクを、各Web画面の表示された順に、最新のWeb画面上に配置する、ステップを更に前記コンピュータに実行させ、
前記ユーザが、前記リンクの選択によって、前記過去に表示されたWeb画面を選択した場合に、前記コンピュータが、前記(c)のステップ及び前記(d)のステップを実行する、付記9または10に記載のプログラム。
(Appendix 11)
(F) causing the computer to further execute a step of arranging links to the Web screens displayed in the past on the latest Web screen in the order in which the Web screens are displayed;
Supplementary note 9 or 10 wherein when the user selects the Web screen displayed in the past by selecting the link, the computer executes the step (c) and the step (d). The listed program.

(付記12)
前記Web画面毎に、当該Web画面を識別するための識別情報が管理されており、
前記(f)のステップにおいて、過去に表示された各Web画面の前記識別情報を取得し、過去に表示された各Web画面へのリンクを、取得した前記識別情報を示すテキストに埋め込んだ状態で、前記最新のWeb画面上に配置する、付記11に記載のプログラム。
(Appendix 12)
Identification information for identifying the Web screen is managed for each Web screen,
In the step (f), the identification information of each Web screen displayed in the past is acquired, and a link to each Web screen displayed in the past is embedded in the text indicating the acquired identification information. The program according to appendix 11, which is arranged on the latest Web screen.

本発明によれば、Webアプリケーションの実行時に過去のWeb画面を表示する際において、過去の操作を反映させた状態で当該Web画面を表示することができる。本発明は、Webアプリケーションの分野に有用である。   According to the present invention, when displaying a past Web screen when executing a Web application, the Web screen can be displayed in a state in which past operations are reflected. The present invention is useful in the field of Web applications.

10 情報処理装置(実施の形態1)
11 情報取得部
12 遷移情報記憶部
13 画面表示部
14 識別情報記憶部
15 処理制御部
16 ルール記憶部
40 コンピュータ
41 アプリケーション実行部
50 リンク
51、52、53、54、55 Web画面
111 CPU
112 メインメモリ
113 記憶装置
114 入力インターフェイス
115 表示コントローラ
116 データリーダ/ライタ
117 通信インターフェイス
118 入力機器
119 ディスプレイ装置
120 記録媒体
121 バス
10. Information processing apparatus (Embodiment 1)
DESCRIPTION OF SYMBOLS 11 Information acquisition part 12 Transition information storage part 13 Screen display part 14 Identification information storage part 15 Process control part 16 Rule storage part 40 Computer 41 Application execution part 50 Link 51, 52, 53, 54, 55 Web screen 111 CPU
112 Main Memory 113 Storage Device 114 Input Interface 115 Display Controller 116 Data Reader / Writer 117 Communication Interface 118 Input Device 119 Display Device 120 Recording Medium 121 Bus

Claims (6)

ユーザがWeb画面を遷移させながら処理を実行する場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報とを取得する情報取得部と、
前記情報取得部によって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、遷移情報記憶部と、
過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得し、更に、取得した識別子を用いて、前記遷移情報記憶部から、選択された前記Web画面の属性情報を取得し、そして、取得した属性情報を用いて、選択された前記Web画面の表示を行う、画面表示部と、
を備えている、ことを特徴とする情報処理装置。
Necessary for displaying the web screen identifier, information identifying the process performed by the user on the web screen, and the web screen for each web screen when the user executes the process while transitioning the web screen An information acquisition unit for acquiring attribute information including information to be,
A transition information storage unit that accumulates the identifier and the attribute information for each Web screen acquired by the information acquisition unit as transition information;
When a web screen displayed in the past is selected by the user and a re-display of the selected web screen is requested, an identifier of the selected web screen is acquired, and further, using the acquired identifier, A screen display unit that acquires attribute information of the selected Web screen from the transition information storage unit, and displays the selected Web screen using the acquired attribute information;
An information processing apparatus comprising:
前記画面表示部によって、選択された前記Web画面が表示された場合に、表示された前記Web画面での前記ユーザによる処理を、予め設定されたルールに従って制限する、処理制限部を更に備えている、請求項1に記載の情報処理装置。   When the selected web screen is displayed by the screen display unit, the processing unit further includes a processing restriction unit that restricts the processing by the user on the displayed web screen according to a preset rule. The information processing apparatus according to claim 1. 前記画面表示部が、過去に表示された各Web画面へのリンクを、各Web画面の表示された順に、最新のWeb画面上に配置し、
前記ユーザが、前記リンクの選択によって、前記過去に表示されたWeb画面を選択した場合に、選択された前記Web画面の識別子の取得、選択された前記Web画面の属性情報の取得、及び選択された前記Web画面の表示を行う、請求項1または2に記載の情報処理装置。
The screen display unit arranges links to the web screens displayed in the past on the latest web screen in the order in which the web screens are displayed;
When the user selects the Web screen displayed in the past by selecting the link, acquisition of an identifier of the selected Web screen, acquisition of attribute information of the selected Web screen, and selection The information processing apparatus according to claim 1, wherein the Web screen is displayed.
前記Web画面毎に、当該Web画面を識別するための識別情報を記憶する、識別情報記憶部を更に備え、
前記画面表示部が、前記識別情報記憶部から、過去に表示された各Web画面の前記識別情報を取得し、過去に表示された各Web画面へのリンクを、取得した前記識別情報を示すテキストに埋め込んだ状態で、前記最新のWeb画面上に配置する、請求項3に記載の情報処理装置。
An identification information storage unit for storing identification information for identifying the Web screen for each Web screen;
The screen display unit acquires the identification information of each Web screen displayed in the past from the identification information storage unit, and a link to each Web screen displayed in the past indicates text indicating the acquired identification information The information processing apparatus according to claim 3, wherein the information processing apparatus is arranged on the latest Web screen in a state embedded in the information processing apparatus.
(a)ユーザがWeb画面を遷移させながら処理を実行した場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報と、を取得する、ステップと、
(b)前記(a)のステップによって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、ステップと、
(c)過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得する、ステップと、
(d)前記(c)のステップで取得した識別子を用いて、前記(b)のステップで蓄積された遷移情報から、選択された前記Web画面の属性情報を取得し、取得した属性情報を用いて、選択された前記Web画面を表示する、ステップと、
を有している、ことを特徴とする情報処理方法。
(A) When a user executes a process while changing a Web screen, for each Web screen, an identifier of the Web screen, information specifying the process performed by the user on the Web screen, and the Web screen Obtaining attribute information including information necessary for display; and
(B) accumulating the identifier and the attribute information for each Web screen acquired in the step (a) as transition information;
(C) obtaining an identifier of the selected web screen when a web screen that has been displayed in the past is selected by the user and a re-display of the selected web screen is requested;
(D) Using the identifier acquired in the step (c), the attribute information of the selected Web screen is acquired from the transition information accumulated in the step (b), and the acquired attribute information is used. Displaying the selected web screen; and
An information processing method characterized by comprising:
コンピュータに、
(a)ユーザがWeb画面を遷移させながら処理を実行した場合に、前記Web画面毎に、当該Web画面の識別子と、当該Web画面で前記ユーザが行った処理を特定する情報及び当該Web画面の表示に必要となる情報を含む属性情報と、を取得する、ステップと、
(b)前記(a)のステップによって取得された、Web画面毎の、前記識別子及び前記属性情報を、遷移情報として蓄積する、ステップと、
(c)過去に表示されたWeb画面が前記ユーザによって選択され、選択されたWeb画面の再表示が求められた場合に、選択された前記Web画面の識別子を取得する、ステップと、
(d)前記(c)のステップで取得した識別子を用いて、前記(b)のステップで蓄積された遷移情報から、選択された前記Web画面の属性情報を取得し、取得した属性情報を用いて、選択された前記Web画面を表示する、ステップと、
を実行させるプログラム。
On the computer,
(A) When a user executes a process while changing a Web screen, for each Web screen, an identifier of the Web screen, information specifying the process performed by the user on the Web screen, and the Web screen Obtaining attribute information including information necessary for display; and
(B) accumulating the identifier and the attribute information for each Web screen acquired in the step (a) as transition information;
(C) obtaining an identifier of the selected web screen when a web screen that has been displayed in the past is selected by the user and a re-display of the selected web screen is requested;
(D) Using the identifier acquired in the step (c), the attribute information of the selected Web screen is acquired from the transition information accumulated in the step (b), and the acquired attribute information is used. Displaying the selected web screen; and
A program that executes
JP2010235163A 2010-10-20 2010-10-20 Information processor, information processing method, and program Pending JP2012088940A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010235163A JP2012088940A (en) 2010-10-20 2010-10-20 Information processor, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010235163A JP2012088940A (en) 2010-10-20 2010-10-20 Information processor, information processing method, and program

Publications (1)

Publication Number Publication Date
JP2012088940A true JP2012088940A (en) 2012-05-10

Family

ID=46260495

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010235163A Pending JP2012088940A (en) 2010-10-20 2010-10-20 Information processor, information processing method, and program

Country Status (1)

Country Link
JP (1) JP2012088940A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104350470A (en) * 2012-06-08 2015-02-11 阿尔卡特朗讯 System and method for managing network navigation
JP2015109001A (en) * 2013-12-05 2015-06-11 日本電信電話株式会社 Operation log management device and method
CN104954611A (en) * 2014-03-24 2015-09-30 佳能株式会社 Information processing apparatus and method for controlling same
JP2018045731A (en) * 2017-12-25 2018-03-22 キヤノン株式会社 Information processing device, control method of the same, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002108932A (en) * 2000-09-29 2002-04-12 Fujitsu Ltd Recording medium for program for screen information save control
JP2002328890A (en) * 2001-04-27 2002-11-15 Sumitomo Forestry Co Ltd Web computing system
JP2005043957A (en) * 2003-07-22 2005-02-17 Seiko Epson Corp Display screen output system and hierarchical display method of display screen

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002108932A (en) * 2000-09-29 2002-04-12 Fujitsu Ltd Recording medium for program for screen information save control
JP2002328890A (en) * 2001-04-27 2002-11-15 Sumitomo Forestry Co Ltd Web computing system
JP2005043957A (en) * 2003-07-22 2005-02-17 Seiko Epson Corp Display screen output system and hierarchical display method of display screen

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104350470A (en) * 2012-06-08 2015-02-11 阿尔卡特朗讯 System and method for managing network navigation
JP2015528932A (en) * 2012-06-08 2015-10-01 アルカテル−ルーセント System and method for managing network navigation
US9411639B2 (en) 2012-06-08 2016-08-09 Alcatel Lucent System and method for managing network navigation
CN104350470B (en) * 2012-06-08 2018-06-26 阿尔卡特朗讯 For managing the system and method for network navigation
JP2015109001A (en) * 2013-12-05 2015-06-11 日本電信電話株式会社 Operation log management device and method
CN104954611A (en) * 2014-03-24 2015-09-30 佳能株式会社 Information processing apparatus and method for controlling same
JP2015184916A (en) * 2014-03-24 2015-10-22 キヤノン株式会社 Information processing device, control method of the same and program thereof
CN104954611B (en) * 2014-03-24 2019-03-19 佳能株式会社 Information processing equipment and its control method
US11036819B2 (en) 2014-03-24 2021-06-15 Canon Kabushiki Kaisha Information processing apparatus, method for controlling the same, and storage medium
JP2018045731A (en) * 2017-12-25 2018-03-22 キヤノン株式会社 Information processing device, control method of the same, and program

Similar Documents

Publication Publication Date Title
US9471204B2 (en) System and method for data-driven web page navigation control
CN102455913B (en) The customization of indicating template
US9524279B2 (en) Help document animated visualization
US20190050378A1 (en) Serializable and serialized interaction representations
US20130019189A1 (en) Augmented editing of an online document
CN105474206A (en) Virtual synchronization with on-demand data delivery
JP5363355B2 (en) Method, system and program for copying and pasting selected display area of screen display using style elements
WO2017003970A1 (en) Visualizing document revisions
JP2016224923A (en) Method and system for automated generation of user form interface
US20190050440A1 (en) Creation, management, and transfer of interaction representation sets
CN104798036A (en) User interface control framework for stamping out controls using a declarative template
US20220035865A1 (en) Content capture across diverse sources
JPWO2006098031A1 (en) Keyword management device
JP2013519931A (en) Method and system for structuring information with a sharable user interface
US20160378735A1 (en) Metamorphic documents
CN113177168A (en) Positioning method based on Web element attribute characteristics
JP2012088940A (en) Information processor, information processing method, and program
JP5661449B2 (en) File name creation device
US20210109844A1 (en) Generating and attributing unique identifiers representing performance issues within a call stack
Rizzo et al. Professional SharePoint 2010 Development
JP2007011893A (en) Browsing method and device for rss document, program and storage medium storing program
US8635120B1 (en) File system merchandising
JP6552162B2 (en) Information processing apparatus, information processing method, and program
JP6045707B2 (en) License management apparatus, license management method, and program
JP6607136B2 (en) Screen configuration control apparatus and screen configuration control program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121026

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121107

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130306