JP2006178887A - User terminal device and method for inheriting data between web applications - Google Patents

User terminal device and method for inheriting data between web applications Download PDF

Info

Publication number
JP2006178887A
JP2006178887A JP2004373900A JP2004373900A JP2006178887A JP 2006178887 A JP2006178887 A JP 2006178887A JP 2004373900 A JP2004373900 A JP 2004373900A JP 2004373900 A JP2004373900 A JP 2004373900A JP 2006178887 A JP2006178887 A JP 2006178887A
Authority
JP
Japan
Prior art keywords
web application
web
data
output data
screen
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
JP2004373900A
Other languages
Japanese (ja)
Other versions
JP4714463B2 (en
Inventor
Hiromi Uwada
弘美 宇和田
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute 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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2004373900A priority Critical patent/JP4714463B2/en
Publication of JP2006178887A publication Critical patent/JP2006178887A/en
Application granted granted Critical
Publication of JP4714463B2 publication Critical patent/JP4714463B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To easily inherit processing results of a preceding stage to a web application of a subsequent stage by using a generous purpose web browser in executing a plurality of web applications. <P>SOLUTION: This user terminal device 1 is provided with a storing part 12 for storing a state transition model that defines a data inheritance relation between the plurality of web applications, a web browser 15 for acquiring output data of a first web application when the first web application between the plurality of web applications is executed, and an execution control part 14 for specifying a second web application by referring to the state transition model storing part 12 to transfer output data of the first web application to the second web application. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、Webアプリケーションを利用するときの利便性を向上させるための技術に関し、特にWebアプリケーションを連続的に利用するときのユーザの入力操作を簡略化する技術に関する。   The present invention relates to a technique for improving convenience when using a Web application, and more particularly to a technique for simplifying a user's input operation when using a Web application continuously.

LAN(Local Area Network)やインターネットなどのネットワークを介して複数のサーバとクライアントとを接続し、クライアントが各サーバからさまざまなサービスの提供を受けるネットワークシステムが広く実用化されている。サーバでは、クライアントからのリクエストに応じて所定のWebアプリケーションを実行して、サービスを提供する。   2. Description of the Related Art Network systems in which a plurality of servers and clients are connected via a network such as a LAN (Local Area Network) or the Internet, and clients receive various services from each server have been widely put into practical use. The server provides a service by executing a predetermined Web application in response to a request from the client.

ここで、サーバ及びクライアント間の通信ではHTTP(Hyper Text Markup Language)が用いられることが多い。HTTPでは、同じクライアントが複数のリクエストを行う場合でも、各リクエストはそれぞれ独立である。従って、HTTPでは、コンテキスト(アプリケーションの状態)を記録しないという性質を有する。   Here, HTTP (Hyper Text Markup Language) is often used for communication between the server and the client. In HTTP, even when the same client makes a plurality of requests, each request is independent. Therefore, HTTP has a property of not recording a context (application state).

そこで、特許文献1のように、Webブラウザのアクセス履歴を記録し、このアクセス履歴に基づいて動的コンテンツに対してアクセスする履歴再生装置が提案されている。
特開2001−60179公報
Therefore, as in Patent Document 1, a history reproducing device that records an access history of a Web browser and accesses dynamic content based on the access history has been proposed.
JP 2001-60179 A

あるサーバのWebアプリケーションを利用することで得た結果を、他のサーバのWebアプリケーションに引き継いで利用しようとする場合、後段のWebアプリケーションに対して前段の処理結果を改めて入力し直さなければならない。自動的に、クライアントにコンテキストを記録させて高度な処理を行うためには、通常のWebブラウザへのアドオン(プラグイン)が必要である。あるいは、これらの機能を備えた専用Webブラウザを使用する必要があった。ここで、アドオンとはソフトウェアの標準仕様を拡張できる追加機能を指す。   When the result obtained by using the Web application of a certain server is to be handed over to the Web application of another server, the processing result of the previous stage must be input again to the subsequent Web application. An automatic add-on (plug-in) to a Web browser is required to perform advanced processing by automatically recording a context on a client. Alternatively, it is necessary to use a dedicated Web browser having these functions. Here, an add-on indicates an additional function that can extend the standard specification of the software.

また、特許文献1の履歴再生装置であっても、記録されている履歴をそのまま後段のWebアプリケーションへ引き継ぐことはできない。   Further, even the history reproducing apparatus of Patent Document 1 cannot transfer the recorded history as it is to the subsequent Web application.

そこで、本発明の目的は、複数のWebアプリケーションを実行するときに、汎用Webブラウザを用いて、前段の処理結果を後段のWebアプリケーションに容易に引き継ぐことができるようにすることである。   Therefore, an object of the present invention is to enable a general-purpose Web browser to easily take over the processing result of the previous stage to the subsequent Web application when executing a plurality of Web applications.

本発明の別の目的は、複数のWebアプリケーションを連続的に実行するときに、実行する順序及び引き継ぐデータなどをユーザが自由に関連づけることができるようにすることである。   Another object of the present invention is to allow a user to freely associate the execution order and succeeding data when a plurality of Web applications are continuously executed.

本発明の一実施態様に従うユーザ端末装置は、複数のWebアプリケーション間のデータの継承関係を定義したWebアプリケーション関連定義を記憶する手段と、前記複数のWebアプリケーションのうちの第1のWebアプリケーションが実行されると、第1のWebアプリケーションの出力データを取得する手段と、前記記憶手段を参照し、第1のWebアプリケーションの出力データを継承する第2のWebアプリケーションを特定する手段と、第2のWebアプリケーションに、前記取得手段が取得した第1のWebアプリケーションの出力データを継承させて、実行させる手段と、を備える。   According to an embodiment of the present invention, a user terminal device stores a Web application related definition that defines a data inheritance relationship between a plurality of Web applications, and is executed by a first Web application of the plurality of Web applications. Then, means for acquiring output data of the first Web application, means for specifying the second Web application that inherits the output data of the first Web application with reference to the storage means, Means for causing the Web application to inherit and execute the output data of the first Web application acquired by the acquisition means.

好適な実施形態では、前記Webアプリケーション関連定義は、第1のWebアプリケーションと第2のWebアプリケーションとを対応付けるとともに、第1のWebアプリケーションの出力データ項目と第2のWebアプリケーションの入力データ項目とを対応づけるようにしてもよい。   In a preferred embodiment, the web application related definition associates the first web application with the second web application, and includes an output data item of the first web application and an input data item of the second web application. You may make it match | combine.

好適な実施形態では、ユーザに対して入力画面を提供し、前記入力画面に対する入力に基づいて前記Webアプリケーション関連定義を生成する生成手段を、さらに備えるようにしてもよい。   In a preferred embodiment, the information processing apparatus may further include a generation unit that provides an input screen to a user and generates the web application related definition based on an input on the input screen.

好適な実施形態では、第1のWebアプリケーションが複数であってもよい。この場合、第2のWebアプリケーションは、前記複数の第1のWebアプリケーションの出力データを対比させて表示することもできる。   In a preferred embodiment, there may be a plurality of first Web applications. In this case, the second Web application can display the output data of the plurality of first Web applications in contrast.

以下、本発明の一実施形態に係るユーザ端末装置1について、図面を用いて説明する。図1は、本実施形態に係るユーザ端末装置1を含むクライアント・サーバシステムの全体構成を示す図である。   Hereinafter, user terminal device 1 concerning one embodiment of the present invention is explained using a drawing. FIG. 1 is a diagram showing an overall configuration of a client / server system including a user terminal device 1 according to the present embodiment.

本実施形態のユーザ端末装置1は、インターネット、LANなどのネットワーク9を介して種々のサーバ2(2a〜2d)に接続されてクライアント・サーバシステムを構成する。そして、ユーザ端末装置1が、各サーバ2上で動作するWebアプリケーション20(20a〜20d)による種々のサービスの提供を受ける。   The user terminal device 1 of the present embodiment is connected to various servers 2 (2a to 2d) via a network 9 such as the Internet or a LAN to constitute a client / server system. Then, the user terminal device 1 receives various services provided by the Web application 20 (20a to 20d) operating on each server 2.

このユーザ端末装置1は、例えばプロセッサ及びメモリを備えた汎用的なコンピュータシステムにより構成され、以下に説明するユーザ端末装置1内の個々の構成要素または機能は、例えば、コンピュータプログラムを実行することにより実現される。   The user terminal device 1 is configured by a general-purpose computer system including a processor and a memory, for example, and individual components or functions in the user terminal device 1 described below are executed by executing a computer program, for example. Realized.

ユーザ端末装置1は、実績データ記憶部11と、状態遷移モデル記憶部12と、項目対応処理部13と、実行制御部14と、Webブラウザ15と、比較部16とを備える。   The user terminal device 1 includes a performance data storage unit 11, a state transition model storage unit 12, an item correspondence processing unit 13, an execution control unit 14, a web browser 15, and a comparison unit 16.

実績データ記憶部11は、Webアプリケーションの実行結果に関するデータを記憶する。ユーザ端末装置1がサーバ2へアクセスしてWebアプリケーション20を利用する度に、そのWebアプリケーション20の出力データが蓄積されていく。本実施形態では、ユーザが出張に関するスケジュールを登録した後、その出張先までの列車検索、宿泊先の検索及び予約を行う場合を例に説明する。従って、以下の説明では、実績データ記憶部12にスケジュールデータ111、経路データ112、ホテル検索データ(1)113、ホテル検索データ(2)114が、順次蓄積されていく。   The record data storage unit 11 stores data related to the execution result of the Web application. Every time the user terminal device 1 accesses the server 2 and uses the Web application 20, the output data of the Web application 20 is accumulated. In the present embodiment, an example will be described in which a user registers a schedule related to a business trip and then performs a train search to the business trip destination, a search for an accommodation destination, and a reservation. Therefore, in the following description, the schedule data 111, the route data 112, the hotel search data (1) 113, and the hotel search data (2) 114 are sequentially accumulated in the result data storage unit 12.

ここで、スケジュールデータ111とは、後述するスケジュール入力により受け付けた出張のスケジュールに関するデータである。経路データ112とは、後述する路線検索により得られた移動経路及び交通手段に関するデータである。ホテル検索データ(1)113、(2)114は、それぞれ異なる検索エンジンによる宿泊先のホテルの検索結果のデータである。   Here, the schedule data 111 is data relating to a business trip schedule accepted by a schedule input described later. The route data 112 is data relating to a moving route and transportation means obtained by route search to be described later. Hotel search data (1) 113 and (2) 114 are data of search results of hotels at lodging destinations by different search engines.

状態遷移モデル記憶部12は、Webアプリケーションのユーザによって設定される状態遷移モデルが格納される。状態遷移とは、ユーザから見て、WebアプリケーションがユーザからのWebフォームデータ送信などのHTTPリクエストを受け付け、Webブラウザ上に当該リクエストが受け付けられたことを表すメッセージ等を表示される現象を指す。この現象は、Webアプリケーションが稼働するサーバ側に於いては、Webアプリケーションサーバ、またはこれと連携するデータベースサーバにて、データレコードを生成、更新、削除するトランザクションが発生していることを意味する。例えば、Webアプリケーションの状態遷移では、Webブラウザのフォームデータがユーザ端末装置1からサーバへと送られて、URL(Uniform Resource Locator)が変化する。   The state transition model storage unit 12 stores a state transition model set by the user of the Web application. State transition refers to a phenomenon in which a Web application receives an HTTP request such as transmission of Web form data from a user and a message indicating that the request has been received is displayed on a Web browser. This phenomenon means that on the server side where the Web application operates, a transaction for generating, updating, and deleting a data record occurs in the Web application server or a database server linked with the Web application server. For example, in the state transition of the Web application, the form data of the Web browser is sent from the user terminal device 1 to the server, and the URL (Uniform Resource Locator) changes.

状態遷移モデル記憶部12には、この状態遷移を示す情報が記憶されている。本実施形態の状態遷移モデルでは、複数のWebアプリケーション間のデータの継承関係を示す情報が定義されている。例えば、本実施形態であれば、対応テーブル121には、スケジュール登録のWebアプリケーション20aと経路検索のWebアプリケーション20bとがそれぞれのURLにより対応付けられている。さらに、これらのWebアプリケーション間で継承されるデータについても定義されている。同様に、対応テーブル122は、経路検索のWebアプリケーション20bとホテル検索(1)のWebアプリケーション20c、対応テーブル123は、経路検索のWebアプリケーション20bとホテル検索(2)のWebアプリケーション20dとをそれぞれ対応付け、それらの間で承継されるデータについて定義されている。対応テーブル124は、ホテル検索(1)のWebアプリケーション20c、及びホテル検索(2)のWebアプリケーション20dの出力データを比較するために対応付けている。   The state transition model storage unit 12 stores information indicating the state transition. In the state transition model of the present embodiment, information indicating data inheritance relationships between a plurality of Web applications is defined. For example, in the present embodiment, the correspondence table 121 associates the schedule registration Web application 20a and the route search Web application 20b with respective URLs. Furthermore, data inherited between these Web applications is also defined. Similarly, the correspondence table 122 corresponds to the route search web application 20b and the hotel search (1) web application 20c, and the correspondence table 123 corresponds to the route search web application 20b and the hotel search (2) web application 20d. And data defined between them are defined. The correspondence table 124 is associated in order to compare the output data of the Web application 20c for hotel search (1) and the Web application 20d for hotel search (2).

対応テーブル121〜124は、後述するようにユーザの入力操作に基づいて生成され、生成されるごとに状態遷移モデル記憶部12に蓄積される。   The correspondence tables 121 to 124 are generated based on user input operations as will be described later, and are stored in the state transition model storage unit 12 each time they are generated.

項目対応処理部13は、Webアプリケーションの対応付けを行って、状態遷移モデルの定義を行う。例えば、あるWebアプリケーションから別のWebアプリケーションへの遷移を定義づける。この際、遷移前の前段のWebアプリケーションが出力するデータ項目と遷移先の後段のWebアプリケーションの入力のデータ項目との対応関係を定義する。この対応付けのための処理については、後述する。   The item association processing unit 13 associates Web applications and defines a state transition model. For example, a transition from one Web application to another Web application is defined. At this time, the correspondence relationship between the data item output by the preceding web application before the transition and the input data item of the succeeding web application after the transition is defined. The process for this association will be described later.

実行制御部14は、状態遷移モデルを参照して、次に呼び出すWebアプリケーションを決定し、そのWebアプリケーションのURLをWebブラウザ15へ通知する。また、その際、実績データ記憶部11から所望のデータを取得し、ここで呼び出すWebアプリケーションに承継させる。これにより、関連づけられているWebアプリケーション同士では、後段のWebアプリケーションにおいて前段のWebアプリケーションの処理結果をユーザが改めて手入力する必要がなく、その処理結果を自動的に引き継ぐことができる。   The execution control unit 14 refers to the state transition model, determines a Web application to be called next, and notifies the Web browser 15 of the URL of the Web application. At that time, desired data is acquired from the record data storage unit 11 and inherited by the Web application to be called here. As a result, it is not necessary for the associated Web applications to manually input the processing result of the preceding Web application again in the subsequent Web application, and the processing result can be automatically taken over.

次に、本実施形態における状態遷移モデルの作成及び登録の手順について説明する。本実施形態では、既に述べたように、出張のスケジュールを登録した後、列車の検索、宿泊先の検索を行って、宿泊先の予約を行う。   Next, a procedure for creating and registering a state transition model in the present embodiment will be described. In this embodiment, as described above, after registering a business trip schedule, a train search and an accommodation destination search are performed to reserve an accommodation destination.

まず、ユーザ端末装置1は、スケジュール登録を受け付けるサーバ2aにアクセスし、スケジュール登録のためのWebアプリケーション20aを起動する。そして、図2に示すようなスケジュール入力画面100が表示装置18に表示され、ユーザがこの入力画面100に対して出張のスケジュールを入力する。スケジュール登録が完了すると、Webブラウザ15は、入力画面100に対して入力された項目別のスケジュールデータ111を実績データ記憶部11に格納する。ここで、各項目には予め項目名が付されているので、スケジュールデータ111は、項目別に各入力値が格納される。   First, the user terminal device 1 accesses the server 2a that accepts schedule registration, and activates the Web application 20a for schedule registration. Then, a schedule input screen 100 as shown in FIG. 2 is displayed on the display device 18, and the user inputs a business trip schedule on the input screen 100. When the schedule registration is completed, the Web browser 15 stores the item-specific schedule data 111 input to the input screen 100 in the result data storage unit 11. Here, since an item name is assigned to each item in advance, each input value is stored in the schedule data 111 for each item.

次に、実行制御部14は、図3に示すようなリンク画面200を表示装置18に表示させる。このリンク画面200を用いて、既に処理を実行したWebアプリケーション(訪問したWebアプリケーション)201と、これと連携したいWebアプリケーション202を対応付ける。本実施形態では、直前に実行したWebアプリケーションと他のWebアプリケーションとを連携させているが、必ずしも直前に実行されたものである必要はなく、過去に実行されて、実績データが蓄積されているものであればよい。   Next, the execution control unit 14 causes the display device 18 to display a link screen 200 as shown in FIG. Using this link screen 200, a web application (web application that has already been executed) 201 that has already been processed is associated with a web application 202 that is desired to be linked. In the present embodiment, the Web application executed immediately before and another Web application are linked, but it is not always necessary to execute the application immediately before, and the result data is stored in the past. Anything is acceptable.

そして、Webアプリケーション同士が対応付けられると、実行制御部14は、図4に示すような項目対応画面300を表示装置18に表示させる。そして、対応付けられたWebアプリケーションの出力項目及び入力項目の対応付けを行う。項目対応画面300では、前段のWebアプリケーションの出力項目310と、後段のWebアプリケーションの入力項目320とが対応付けられる。後段のWebアプリケーションの入力項目320は、Webブラウザ15がサーバ2bへアクセスして取得するようにしてもよい。   When the Web applications are associated with each other, the execution control unit 14 causes the display device 18 to display an item correspondence screen 300 as illustrated in FIG. Then, the output items and input items of the associated Web application are associated. In the item correspondence screen 300, the output item 310 of the preceding Web application and the input item 320 of the subsequent Web application are associated with each other. The input item 320 of the subsequent Web application may be acquired by the Web browser 15 accessing the server 2b.

前段のWebアプリケーションの出力項目310には、前段のWebアプリケーションの各出力項目名311(図中は1カ所のみ符号を付す)の表示領域が含まれている。後段のWebアプリケーションの入力項目320には、各入力項目名321(図中は1カ所のみ符号を付す)の表示領域が含まれている。そして、出力項目名311の表示領域は、出力項目名を選択できるようになっていて、ユーザが入力項目名321と対応する出力項目名を選択する。ここで、対応する項目がないときは、「引継なし」が選択される。   The output item 310 of the preceding Web application includes a display area for each output item name 311 of the preceding Web application (only one symbol is added in the figure). The input item 320 of the Web application in the subsequent stage includes a display area for each input item name 321 (only one symbol is attached in the figure). The display area of the output item name 311 can select an output item name, and the user selects an output item name corresponding to the input item name 321. Here, when there is no corresponding item, “no takeover” is selected.

入力項目320には、さらに、各項目に入力する値の設定領域322(図中は1カ所のみ符号を付す)が設けられている。設定領域322には、各入力項目名321と対応付けられている出力項目名311の出力値が自動的にセットされる。設定領域322にセットされた値は、この画面300においてユーザが修正可能である。また、「引継なし」の項目は、前段のWebアプリケーションから引き継ぐデータがないので、ユーザが手入力で設定する。   The input item 320 is further provided with a setting area 322 for values to be input to the respective items (in the figure, only one place is given a reference numeral). In the setting area 322, the output value of the output item name 311 associated with each input item name 321 is automatically set. The value set in the setting area 322 can be corrected by the user on this screen 300. In addition, since there is no data to be inherited from the previous stage Web application, the item “no takeover” is set manually by the user.

リンク画面200及び項目対応画面300で定義づけられたWebアプリケーション、入出力項目間の対応関係及び後段のWebアプリケーションに対する入力値は、対応テーブル121に格納される。   The web application defined on the link screen 200 and the item correspondence screen 300, the correspondence between input / output items, and the input value for the subsequent web application are stored in the correspondence table 121.

なお、項目対応画面300において、入力項目の設定領域322を省略してもよい。この場合、項目対応画面300では項目間の対応関係が定義される。   In the item correspondence screen 300, the input item setting area 322 may be omitted. In this case, the item correspondence screen 300 defines the correspondence between items.

ここで、Webアプリケーションの呼び出しボタン330が押されると、上記の対応テーブル121への格納が行われるとともに、後段のWebアプリケーションである路線検索のWebアプリケーションが呼び出される。すなわち、実行制御部14がWebブラウザ15に対して、路線検索のサーバ2bへアクセスするよう指示する。   Here, when the Web application call button 330 is pressed, storage in the correspondence table 121 is performed and a route search Web application, which is a subsequent Web application, is called. That is, the execution control unit 14 instructs the Web browser 15 to access the route search server 2b.

ここで、路線検索のWebアプリケーション20bの各入力項目には、項目対応画面300で設定した値が入力される。すなわち、ユーザ端末装置1が路線検索のWebアプリケーション20bを起動すると、表示装置18には、図5に示すように既に入力領域に値がセットされた状態の経路検索画面400が表示される。これにより、Webアプリケーション間でのデータの引継が自動的に行われ、ユーザのデータ入力の手間を省くことができる。   Here, the value set on the item correspondence screen 300 is input to each input item of the route search Web application 20b. That is, when the user terminal device 1 starts the route search Web application 20b, the display device 18 displays a route search screen 400 in which a value is already set in the input area as shown in FIG. Thereby, the data transfer between the Web applications is automatically performed, and the user's trouble of data input can be saved.

なお、項目対応画面300で入力項目の設定領域322が設けられていないときは、実績データ記憶部11を参照し、スケジュールデータ111からそれぞれ対応付けられている項目の値を取得してもよい。この場合、「引継なし」の項目は、経路検索画面400が表示されたときには入力値が設定されていない状態であり、経路検索画面400に対してユーザが入力する。   When the input item setting area 322 is not provided in the item correspondence screen 300, the value of each associated item may be acquired from the schedule data 111 with reference to the record data storage unit 11. In this case, the item “no takeover” is a state in which an input value is not set when the route search screen 400 is displayed, and the user inputs to the route search screen 400.

経路検索画面400の各入力項目に値がセットされてから、ユーザが検索実行を指示すると、その結果が経路データ112として実績データ記憶部11に格納される。   When a value is set in each input item on the route search screen 400 and the user instructs execution of the search, the result is stored in the result data storage unit 11 as route data 112.

つぎに、上記の場合と同様に、図6に示すリンク画面210で経路検索の次にリンクするWebアプリケーションを決定する。画面210にはここまでに生成された状態遷移モデル211が表示されている。図6の例では、ホテル検索(1)が選択されている。ここで、後段のWebアプリケーションを定めると、実行制御部14は、経路検索とホテル検索(1)の項目を対応付けるための項目対応画面300を表示装置18に表示させ、上記と同様にしてユーザに項目同士のリンクを定義させる。ここでは、図面を用いた具体的な説明は省略するが、図4で行ったのと同様にして対応付けを行い、その結果が対応テーブル122として状態遷移モデル記憶部12に格納される。   Next, as in the above case, the Web application to be linked next to the route search is determined on the link screen 210 shown in FIG. The screen 210 displays the state transition model 211 generated so far. In the example of FIG. 6, the hotel search (1) is selected. When the subsequent web application is defined, the execution control unit 14 displays an item correspondence screen 300 for associating the route search and the hotel search (1) items on the display device 18, and allows the user to perform the same as described above. Define links between items. Here, although a specific description using the drawings is omitted, the association is performed in the same manner as in FIG. 4, and the result is stored in the state transition model storage unit 12 as the correspondence table 122.

そして、サーバ2cのホテル検索(1)のWebアプリケーション20cが起動されて、その入力画面に経路検索からデータが引き継がれる。例えば、ここで引き継がれるデータは日付(1月29日)及び宿泊先の地域(京都)である。これらのデータは、いずれも経路検索がスケジュールデータ111から引き継いだものである。つまり、リンク先のWebアプリケーションに引き継がれるデータは、必ずしも前段のWebアプリケーションで新たに得られたデータでなくてもよい。   Then, the web application 20c for hotel search (1) of the server 2c is activated, and the data is taken over from the route search to the input screen. For example, the data handed over here is the date (January 29) and the area of accommodation (Kyoto). These data are all obtained from the route data 111 by the route search. That is, the data handed over to the linked web application does not necessarily have to be data newly obtained by the preceding web application.

ホテル検索(1)が実行されると、その検索結果がホテル検索データ(1)113として実績データ記憶部11に格納される。   When the hotel search (1) is executed, the search result is stored in the result data storage unit 11 as hotel search data (1) 113.

次に、別の検索エンジンを使って再度ホテル検索を行うために、図7に示すリンク画面220で路線検索とホテル検索(2)をリンクさせる。この後、上記と同様にホテル検索(2)でホテルの検索を行い、その検索結果がホテル検索データ(2)114とし実績データ記憶部11に格納する。なお、図7でもここまでに生成された状態遷移モデル221が表示されている。   Next, in order to perform the hotel search again using another search engine, the route search and the hotel search (2) are linked on the link screen 220 shown in FIG. Thereafter, the hotel search (2) is performed in the same manner as described above, and the search result is stored in the result data storage unit 11 as the hotel search data (2) 114. In FIG. 7, the state transition model 221 generated so far is also displayed.

そして、ホテル検索(1)(2)の結果を対比するため、図8に示すリンク画面230において、比較表を選択する。比較表は他のサーバが提供するWebアプリケーションであってもよいし、ユーザ端末装置1自身が行うアプリケーションでもよい。本実施形態では比較部16が以下の比較処理を行う。   Then, in order to compare the results of the hotel search (1) and (2), a comparison table is selected on the link screen 230 shown in FIG. The comparison table may be a Web application provided by another server or an application performed by the user terminal device 1 itself. In the present embodiment, the comparison unit 16 performs the following comparison process.

まず比較部16は、図9に示すような比較するデータを選択するための選択画面500を表示装置18に表示させる。そして、ユーザに比較対象となる実績データを選択させる。ここでは、ホテル検索(1)及び(2)が選択されている。   First, the comparison unit 16 causes the display device 18 to display a selection screen 500 for selecting data to be compared as shown in FIG. Then, the user is made to select performance data to be compared. Here, the hotel searches (1) and (2) are selected.

そして、ここで選択された複数の実績データの比較するために、図10に示すような項目名の定義画面600を表示させて、各実績データの項目名の対応関係を定義させる。すなわち、本実施形態では、ホテル検索(1)の出力項目610とホテル検索(2)の出力項目620とを、ユーザが指定する正規名630として対応付けを行う。   Then, in order to compare the plurality of results data selected here, an item name definition screen 600 as shown in FIG. 10 is displayed to define the correspondence between the item names of each result data. That is, in this embodiment, the output item 610 of the hotel search (1) and the output item 620 of the hotel search (2) are associated with each other as the canonical name 630 designated by the user.

正規名630により項目同士の対応付けがなされると、比較部16は、実績データ記憶部11からホテル検索データ(1)113及び(2)114を取得し、図11に示す比較画面700を表示させる。ユーザはこの画面700を参照することにより、ホテル検索(1)と(2)の検索結果を容易に比較できる。そして、ユーザが選択するホテルの決定ボタン701(図中は1カ所のみ符号を付す)を押すと、そのホテルを検索したサーバ2のWebアプリケーションを起動して、図12に示すような予約画面800を表示装置18に表示させる。ユーザはこの画面800を確認して、予約を実行できる。   When the items are associated with each other by the canonical name 630, the comparison unit 16 acquires the hotel search data (1) 113 and (2) 114 from the result data storage unit 11, and displays the comparison screen 700 shown in FIG. Let By referring to this screen 700, the user can easily compare the search results of the hotel searches (1) and (2). When a user presses a decision button 701 for a hotel to be selected (indicated by a reference numeral in the figure), the web application of the server 2 that has searched for the hotel is started, and a reservation screen 800 as shown in FIG. Is displayed on the display device 18. The user can confirm this screen 800 and execute a reservation.

上記の処理により、図13に示す状態遷移モデルが完成した。この状態遷移モデルが完成すると、次回以降のユーザの利便性が高まる。すなわち、スケジュール登録がなされると、この状態遷移モデルに従って、その以降のWebアプリケーションが起動されて、データが自動的に引き継がれる。これにより、ユーザの入力の手間が大幅に軽減される。   With the above processing, the state transition model shown in FIG. 13 is completed. When this state transition model is completed, the convenience of the user after the next time increases. That is, when the schedule is registered, the subsequent Web application is started in accordance with this state transition model, and the data is automatically taken over. Thereby, the effort of a user's input is reduced significantly.

上述した本発明の実施形態は、本発明の説明のための例示であり、本発明の範囲をそれらの実施形態にのみ限定する趣旨ではない。当業者は、本発明の要旨を逸脱することなしに、他の様々な態様で本発明を実施することができる。   The above-described embodiments of the present invention are examples for explaining the present invention, and are not intended to limit the scope of the present invention only to those embodiments. Those skilled in the art can implement the present invention in various other modes without departing from the gist of the present invention.

本発明の一実施形態に係るユーザ端末装置1を含むクライアント・サーバシステムの全体構成を示す図である。It is a figure which shows the whole structure of the client server system containing the user terminal device 1 which concerns on one Embodiment of this invention. スケジュール入力画面100の一例を示す図である。It is a figure which shows an example of the schedule input screen. リンク画面200の一例を示す図である。It is a figure which shows an example of the link screen. 項目対応画面300の一例を示す図である。It is a figure which shows an example of the item corresponding | compatible screen 300. FIG. 経路検索画面400の一例を示す図である。5 is a diagram showing an example of a route search screen 400. FIG. リンク画面210の一例を示す図である。It is a figure which shows an example of the link screen. リンク画面220の一例を示す図である。It is a figure which shows an example of the link screen. リンク画面230の一例を示す図である。It is a figure which shows an example of the link screen. 選択画面500の一例を示す図である。5 is a diagram illustrating an example of a selection screen 500. FIG. 項目名の定義画面600の一例を示す図である。6 is a diagram illustrating an example of an item name definition screen 600. FIG. 比較画面700の一例を示す図である。6 is a diagram illustrating an example of a comparison screen 700. FIG. 予約画面800の一例を示す図である。It is a figure which shows an example of the reservation screen. 選択画面500の一例を示す図である。5 is a diagram illustrating an example of a selection screen 500. FIG.

符号の説明Explanation of symbols

1…ユーザ端末装置、2…サーバ、11…実績データ記憶部、12…状態遷移モデル記憶部、14…実行制御部、15…Webブラウザ、100…スケジュール入力画面、200…リンク画面、300…項目対応画面、400…経路検索画面、500…選択画面、600…項目名の定義画面、700…比較画面、800…予約画面。 DESCRIPTION OF SYMBOLS 1 ... User terminal device, 2 ... Server, 11 ... Performance data storage part, 12 ... State transition model storage part, 14 ... Execution control part, 15 ... Web browser, 100 ... Schedule input screen, 200 ... Link screen, 300 ... Item Corresponding screen, 400 ... route search screen, 500 ... selection screen, 600 ... item name definition screen, 700 ... comparison screen, 800 ... reservation screen.

Claims (6)

複数のWebアプリケーション間のデータの継承関係を定義したWebアプリケーション関連定義を記憶する手段と、
前記複数のWebアプリケーションのうちの第1のWebアプリケーションが実行されると、第1のWebアプリケーションの出力データを取得する手段と、
前記記憶手段を参照し、第1のWebアプリケーションの出力データを継承する第2のWebアプリケーションを特定する手段と、
第2のWebアプリケーションに、前記取得手段が取得した第1のWebアプリケーションの出力データを継承させて、実行させる手段と、を備えるユーザ端末装置。
Means for storing a web application related definition defining a data inheritance relationship between a plurality of web applications;
Means for acquiring output data of the first Web application when a first Web application of the plurality of Web applications is executed;
Means for referring to the storage means and identifying a second Web application that inherits output data of the first Web application;
A user terminal device comprising: means for causing a second Web application to inherit and execute output data of the first Web application acquired by the acquisition unit.
前記Webアプリケーション関連定義は、第1のWebアプリケーションと第2のWebアプリケーションとを対応付けるとともに、第1のWebアプリケーションの出力データ項目と第2のWebアプリケーションの入力データ項目とを対応づけることを特徴とする請求項1に記載のユーザ端末装置。   The web application related definition associates the first web application with the second web application, and associates the output data item of the first web application with the input data item of the second web application. The user terminal device according to claim 1. ユーザに対して入力画面を提供し、前記入力画面に対する入力に基づいて前記Webアプリケーション関連定義を生成する生成手段を、さらに備えることを特徴とする請求項1に記載のユーザ端末装置。   The user terminal device according to claim 1, further comprising a generation unit that provides an input screen to a user and generates the Web application related definition based on an input to the input screen. 第1のWebアプリケーションが複数あり、
第2のWebアプリケーションは、前記複数の第1のWebアプリケーションの出力データを対比させて表示することを特徴とする請求項1に記載のユーザ端末装置。
There are multiple first web applications,
The user terminal device according to claim 1, wherein the second Web application displays the output data of the plurality of first Web applications in contrast.
複数のWebアプリケーション間のデータの継承関係を定義したWebアプリケーション関連定義を記憶手段に記憶するステップと、
前記複数のWebアプリケーションのうちの第1のWebアプリケーションが実行されると、第1のWebアプリケーションの出力データを取得するステップと、
前記記憶手段を参照し、第1のWebアプリケーションの出力データを継承する第2のWebアプリケーションを特定するステップと、
第2のWebアプリケーションに、前記取得した第1のWebアプリケーションの出力データを継承させて、実行させるステップと、を有するWebアプリケーション間でデータを承継する方法。
Storing a web application related definition defining a data inheritance relationship between a plurality of web applications in a storage unit;
When a first Web application of the plurality of Web applications is executed, obtaining output data of the first Web application;
Referring to the storage means and identifying a second Web application that inherits output data of the first Web application;
And causing the second Web application to inherit and execute the acquired output data of the first Web application.
コンピュータに実行されると、
複数のWebアプリケーション間のデータの継承関係を定義したWebアプリケーション関連定義を記憶手段に記憶するステップと、
前記複数のWebアプリケーションのうちの第1のWebアプリケーションが実行されると、第1のWebアプリケーションの出力データを取得するステップと、
前記記憶手段を参照し、第1のWebアプリケーションの出力データを継承する第2のWebアプリケーションを特定するステップと、
第2のWebアプリケーションに、前記取得した第1のWebアプリケーションの出力データを継承させて、実行させるステップと、を有するWebアプリケーション間でデータを承継させるためのコンピュータプログラム。
When executed on a computer,
Storing a web application related definition defining a data inheritance relationship between a plurality of web applications in a storage unit;
When a first Web application of the plurality of Web applications is executed, obtaining output data of the first Web application;
Referring to the storage means and identifying a second Web application that inherits output data of the first Web application;
And causing the second Web application to inherit and execute the acquired output data of the first Web application.
JP2004373900A 2004-12-24 2004-12-24 Method for inheriting data between user terminal device and Web application Expired - Fee Related JP4714463B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004373900A JP4714463B2 (en) 2004-12-24 2004-12-24 Method for inheriting data between user terminal device and Web application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004373900A JP4714463B2 (en) 2004-12-24 2004-12-24 Method for inheriting data between user terminal device and Web application

Publications (2)

Publication Number Publication Date
JP2006178887A true JP2006178887A (en) 2006-07-06
JP4714463B2 JP4714463B2 (en) 2011-06-29

Family

ID=36732938

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004373900A Expired - Fee Related JP4714463B2 (en) 2004-12-24 2004-12-24 Method for inheriting data between user terminal device and Web application

Country Status (1)

Country Link
JP (1) JP4714463B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008059038A (en) * 2006-08-29 2008-03-13 Nippon Telegr & Teleph Corp <Ntt> Authentication device, authentication method, and authentication program with the method mounted thereon
WO2009107219A1 (en) * 2008-02-28 2009-09-03 日本電信電話株式会社 Authentication device, authentication method, and authentication program with the method mounted thereon
JP2011022856A (en) * 2009-07-16 2011-02-03 Fujitsu Ltd Method, apparatus and program for coordinating web application

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001022786A (en) * 1999-07-13 2001-01-26 Hitachi Ltd Information providing system
JP2001265669A (en) * 2000-03-17 2001-09-28 Fujitsu Ltd Message model conversion system
JP2004199553A (en) * 2002-12-20 2004-07-15 Omron Corp Information delivery service method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001022786A (en) * 1999-07-13 2001-01-26 Hitachi Ltd Information providing system
JP2001265669A (en) * 2000-03-17 2001-09-28 Fujitsu Ltd Message model conversion system
JP2004199553A (en) * 2002-12-20 2004-07-15 Omron Corp Information delivery service method and system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008059038A (en) * 2006-08-29 2008-03-13 Nippon Telegr & Teleph Corp <Ntt> Authentication device, authentication method, and authentication program with the method mounted thereon
JP4667326B2 (en) * 2006-08-29 2011-04-13 日本電信電話株式会社 Authentication apparatus, authentication method, and authentication program implementing the method
WO2009107219A1 (en) * 2008-02-28 2009-09-03 日本電信電話株式会社 Authentication device, authentication method, and authentication program with the method mounted thereon
JP4729651B2 (en) * 2008-02-28 2011-07-20 日本電信電話株式会社 Authentication apparatus, authentication method, and authentication program implementing the method
US8726356B2 (en) 2008-02-28 2014-05-13 Nippon Telegraph And Telephone Corporation Authentication apparatus, authentication method, and authentication program implementing the method
JP2011022856A (en) * 2009-07-16 2011-02-03 Fujitsu Ltd Method, apparatus and program for coordinating web application

Also Published As

Publication number Publication date
JP4714463B2 (en) 2011-06-29

Similar Documents

Publication Publication Date Title
US6393422B1 (en) Navigation method for dynamically generated HTML pages
US6785740B1 (en) Text-messaging server with automatic conversion of keywords into hyperlinks to external files on a network
US20050223027A1 (en) Methods and systems for structuring event data in a database for location and retrieval
US20130346406A1 (en) System and method for providing context information
US10372769B2 (en) Displaying results, in an analytics visualization dashboard, of federated searches across repositories using as inputs attributes of the analytics visualization dashboard
US7412708B1 (en) Methods and systems for capturing information
JPH11191113A (en) Method and device for accessing geographical information in computer system
JP5638761B2 (en) Screen generation method, screen display method, screen generation device, and program
US20090063966A1 (en) Method and apparatus for merged browsing of network contents
JP4772880B2 (en) Application execution method, application change device, and application change program
US7499958B1 (en) Systems and methods of replicating all or part of a data store
JP4714463B2 (en) Method for inheriting data between user terminal device and Web application
JP5224839B2 (en) Document management system, document management apparatus, document management method, and program
US7584284B2 (en) Path-token-based web service caching method
JP2005506593A (en) System and method for defining and displaying composite web pages
JP2002157384A (en) Method and system for providing schedule information
US20060026125A1 (en) Accessing entity data from a UDDI registry
JP2004157676A (en) Business integration device
JP2002116934A (en) Document management system
JP2003323427A (en) Xml information retrieving device and method, program for executing method, and recording medium for recording program for executing method
US7149758B2 (en) Data processing apparatus, data processing method, and data processing program
JP2005309672A (en) Service process providing system and service process providing method
JP2003308323A (en) Method for procedure by agency for multiple services, retrieval server, asp server, and user terminal
JP2003203032A (en) Web server mediation device, method and conversation type web server mediation portal server
JP5386470B2 (en) Information storage device, information processing device, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070919

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100914

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20101112

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110328

R150 Certificate of patent or registration of utility model

Ref document number: 4714463

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees