JP2019185364A - Data cooperation program, data corporation system, and data cooperation method - Google Patents

Data cooperation program, data corporation system, and data cooperation method Download PDF

Info

Publication number
JP2019185364A
JP2019185364A JP2018075072A JP2018075072A JP2019185364A JP 2019185364 A JP2019185364 A JP 2019185364A JP 2018075072 A JP2018075072 A JP 2018075072A JP 2018075072 A JP2018075072 A JP 2018075072A JP 2019185364 A JP2019185364 A JP 2019185364A
Authority
JP
Japan
Prior art keywords
information
screen
cookie
server
data
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
JP2018075072A
Other languages
Japanese (ja)
Other versions
JP7006469B2 (en
Inventor
徹治 吉田
Tetsuharu Yoshida
徹治 吉田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2018075072A priority Critical patent/JP7006469B2/en
Publication of JP2019185364A publication Critical patent/JP2019185364A/en
Application granted granted Critical
Publication of JP7006469B2 publication Critical patent/JP7006469B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

To efficiently cooperate data, and reduce an input work.SOLUTION: A step 101 creates cookie information for a URL screen 110 on the basis of data of a document 100. A step 102 stores the cookie information. A step 103 makes a request of the URL screen 110 to a server. During the request, the step 103 transmits the stored cookie information. A step 104 extracts the URL screen 110, and reflects the received cookie information on the extracted URL screen 110. A step 105 creates the cookie information on the basis of the contents of the URL screen 110 arranged so that the cookie is reflected. The step 105 transmits the information on the reflected URL screen 110 and the created cookie information to a client device, and a step 106 displays an URL image 130 laid out so that the cookie is reflected on a browser 120 of the client device.SELECTED DRAWING: Figure 1

Description

本発明は、データ連携プログラム、データ連携システムおよびデータ連携方法に関する。   The present invention relates to a data linkage program, a data linkage system, and a data linkage method.

従来、WEBページに直接入力するようなデータは、表示された画面または出力された帳票を参照して、ユーザが直接、WEBページにデータを入力している。   Conventionally, for data to be directly input to the WEB page, the user directly inputs the data to the WEB page with reference to the displayed screen or the output form.

関連する先行技術としては、クライアントでのクッキー(Cookie)処理による異なるドメイン間データ受け渡しに関する技術がある(たとえば、下記特許文献1を参照。)。   As a related prior art, there is a technique related to data transfer between different domains by a cookie process at a client (for example, refer to Patent Document 1 below).

特開2002−373152公報JP 2002-373152 A

しかしながら、従来技術にあっては、ユーザの入力の手間がかかるという問題点がある。また、従来技術にあっては、人手で直接入力をすることから、入力ミスが発生する虞れがあるという問題点がある。   However, the conventional technique has a problem that it takes time and effort for the user to input. Further, in the prior art, there is a problem that an input error may occur because direct input is performed manually.

一つの側面では、本発明は、入力作業を軽減することを目的とする。   In one aspect, the present invention aims to reduce input work.

一つの実施態様では、URL(Uniform Resource Locator)によって特定される画面の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報を生成し、前記第1のクッキー情報を記憶部に記憶し、サーバに対して、前記記憶部に記憶された前記第1のクッキー情報を送信して、前記画面を要求し、前記サーバから、前記第1のクッキー情報に基づいて前記画面に前記入力情報を反映させた反映画面の情報、および、当該サーバによって生成された第2のクッキー情報を受信し、受信した情報にかかる反映画面を前記ブラウザを用いて表示する、データ連携プログラム、データ連携システムおよびデータ連携方法が提供される。   In one embodiment, information on a screen specified by a URL (Uniform Resource Locator), browser information on a browser used to display the screen, input information that is an input target to the screen, And generating the first cookie information, storing the first cookie information in a storage unit, and transmitting the first cookie information stored in the storage unit to a server, Requesting a screen, receiving from the server information on the reflected screen reflecting the input information on the screen based on the first cookie information, and second cookie information generated by the server; A data linkage program, a data linkage system, and a data linkage method for displaying a reflection screen related to received information using the browser Law is provided.

本発明の一側面によれば、入力作業を軽減することができる。   According to one aspect of the present invention, input work can be reduced.

図1は、実施の形態にかかるデータ連携プログラム、データ連携システムおよびデータ連携方法におけるデータ連携処理の概要の一例を示す説明図である。FIG. 1 is an explanatory diagram illustrating an example of an overview of data linkage processing in the data linkage program, the data linkage system, and the data linkage method according to the embodiment. 図2は、データ連携システムのシステム構成の一例を示すブロック図である。FIG. 2 is a block diagram illustrating an example of a system configuration of the data linkage system. 図3は、WEBサーバ・パッケージサーバのハードウェア構成の一例を示すブロック図である。FIG. 3 is a block diagram illustrating an example of a hardware configuration of the WEB server / package server. 図4は、クライアント装置のハードウェア構成の一例を示すブロック図である。FIG. 4 is a block diagram illustrating an example of a hardware configuration of the client device. 図5は、クッキーファイル生成用テンプレートDBのデータ構成の一例を示す説明図である。FIG. 5 is an explanatory diagram showing an example of the data configuration of the cookie file generation template DB. 図6は、パッケージサーバの機能的構成の一例を示すブロック図である。FIG. 6 is a block diagram illustrating an example of a functional configuration of the package server. 図7は、クライアント装置の機能的構成の一例を示すブロック図である。FIG. 7 is a block diagram illustrating an example of a functional configuration of the client device. 図8は、WEBサーバの機能的構成の一例を示すブロック図である。FIG. 8 is a block diagram illustrating an example of a functional configuration of the WEB server. 図9は、パッケージサーバの処理の手順の一例を示すフローチャートである。FIG. 9 is a flowchart illustrating an example of a processing procedure of the package server. 図10は、クライアント装置の処理の手順の一例(その1)を示すフローチャートである。FIG. 10 is a flowchart illustrating an example (part 1) of the processing procedure of the client apparatus. 図11は、クライアント装置の処理の手順の一例(その2)を示すフローチャートである。FIG. 11 is a flowchart illustrating an example (part 2) of the processing procedure of the client apparatus. 図12は、WEBサーバの処理の手順の一例を示すフローチャートである。FIG. 12 is a flowchart illustrating an example of a processing procedure of the WEB server. 図13は、パッケージサーバにおけるアプリケーションのメニュー画面の一例を示す説明図である。FIG. 13 is an explanatory diagram illustrating an example of an application menu screen in the package server. 図14は、パッケージサーバに表示される画面の一例を示す説明図である。FIG. 14 is an explanatory diagram illustrating an example of a screen displayed on the package server. 図15は、URL画面の一例を示す説明図である。FIG. 15 is an explanatory diagram illustrating an example of a URL screen.

以下に図面を参照して、本発明にかかるデータ連携プログラム、データ連携システムおよびデータ連携方法の実施の形態を詳細に説明する。   Hereinafter, embodiments of a data linkage program, a data linkage system, and a data linkage method according to the present invention will be described in detail with reference to the drawings.

(実施の形態)
(データ連携処理の概要)
図1は、実施の形態にかかるデータ連携プログラム、データ連携システムおよびデータ連携方法におけるデータ連携処理の概要の一例を示す説明図である。
(Embodiment)
(Outline of data linkage processing)
FIG. 1 is an explanatory diagram illustrating an example of an overview of data linkage processing in the data linkage program, the data linkage system, and the data linkage method according to the embodiment.

図1において、符号100は帳票である。この帳票100には、『(項目)A=1000(円)』、『(項目)B=10000(円)』、『(項目)C=5000(円)』、・・・のデータからなり、その帳票100が画面に表示されていたり、あるいは、その帳票100のデータが出力されていたりする。   In FIG. 1, reference numeral 100 denotes a form. The form 100 includes data of “(item) A = 1000 (yen)”, “(item) B = 10000 (yen)”, “(item) C = 5000 (yen)”, and so on. The form 100 is displayed on the screen, or the data of the form 100 is output.

また、符号110はURL画面である。このURL画面110は、具体的には、たとえば、インターネットを用いた申請をおこなうための申請書(「○○申請書」)に関する画像であってもよい。通常は、このURL画面110の空欄の項目1〜8に、ユーザが直接データを入力することによって、申請処理をおこなうことができる。   Reference numeral 110 denotes a URL screen. Specifically, the URL screen 110 may be an image related to an application form (“XX application form”) for making an application using the Internet, for example. Normally, the application process can be performed when the user directly inputs data into blank items 1 to 8 of the URL screen 110.

クッキー情報生成にかかる工程101において、帳票100のデータに基づいて、URL画面110用のクッキー情報を生成する。具体的には、URL画面110のレイアウトにあわせて、『1←A=1000(「A」のデータを「項目1」に設定(入力)する)』、『5←B=10000(「B」のデータを「項目5」に設定(入力)する)』、『8←C=5000(「C」のデータを「項目8」に設定(入力)する)』、・・・というクッキー情報(クッキーファイル)を生成する。そして、クッキー情報記憶にかかる工程102において、このクッキー情報(『1=1000(「1000」を「項目1」に設定する)』、『5=10000(「10000」を「項目5」に設定する)』、『8=5000(「8000」を「項目8」に設定する)』、・・・)を記憶しておく。   In step 101 for generating cookie information, cookie information for the URL screen 110 is generated based on the data of the form 100. Specifically, in accordance with the layout of the URL screen 110, “1 ← A = 1000 (set (input) data of“ A ”to“ item 1 ”)”, “5 ← B = 10000 (“ B ” Cookie information (cookie) ("Set (input) the data of" 5 "to" item 5 ")," 8 ← C = 5000 (set (input) the data of "C" to "item 8")) File). In step 102 for storing cookie information, this cookie information (“1 = 1000 (“ 1000 ”is set to“ item 1 ”)”, “5 = 10000 (“ 10000 ”is set to“ item 5 ”). )], “8 = 5000 (“ 8000 ”is set to“ item 8 ”)”,.

通常、クッキーはURL画面を要求したWEBサーバ(たとえば、後述する図2に示すWEBサーバ201)とのやりとりにおいて使用されるものであることから、クッキーの生成は、そのWEBサーバによっておこなわれるのが一般的である。これに対して、本実施の形態では、WEBサーバとは別のサーバ(たとえば、後述する図2に示すパッケージサーバ204など)、あるいは、クライアント装置において、クッキーを生成する。   Normally, a cookie is used in an exchange with a WEB server (for example, a WEB server 201 shown in FIG. 2 to be described later) requesting a URL screen. Therefore, a cookie is generated by the WEB server. It is common. On the other hand, in the present embodiment, a cookie is generated in a server different from the WEB server (for example, package server 204 shown in FIG. 2 described later) or a client device.

ここで、WEBサーバとは別のサーバあるいはクライアント装置によって生成されるクッキーは、WEBサーバにおいて生成される「『真性』クッキー」に対する、真性ではない、いわゆる「『偽』クッキー」である。以下、WEBサーバにおいて生成されるクッキーを「真性クッキー」と称し、WEBサーバとは別のサーバ(たとえば、図2に示すパッケージサーバ204)あるいはクライアント装置(たとえば、図2に示すクライアント装置202)において生成されるクッキーを「偽クッキー」と称して、それぞれのクッキーを区別して説明する。   Here, a cookie generated by a server or client device different from the WEB server is a so-called ““ fake ”cookie” which is not authentic with respect to the ““ true ”cookie” generated in the WEB server. Hereinafter, a cookie generated in the WEB server is referred to as an “authentic cookie”, and the server is different from the WEB server (for example, the package server 204 shown in FIG. 2) or the client device (for example, the client device 202 shown in FIG. 2). The generated cookie is referred to as a “fake cookie”, and each cookie is described separately.

しかし、この「偽クッキー」は、受け取ったWEBサーバにとっては、「真性クッキー」とは見分けがつかない。したがって、WEBサーバは、「偽クッキー」に基づいて、「真性クッキー」と同様の処理をすることができる。本実施の形態では、その仕組みを利用して、「偽クッキー」を用いた、効率のよいデータ連携を実現する。   However, this “fake cookie” is indistinguishable from the “authentic cookie” for the received WEB server. Therefore, the WEB server can perform the same processing as the “authentic cookie” based on the “fake cookie”. In this embodiment, the mechanism is used to realize efficient data linkage using “fake cookies”.

つぎに、URL画面要求にかかる工程103において、WEBサーバに対して、URL画面110の要求をする。その要求の際に、上記サーバに対して、工程102において記憶しておいたクッキー情報をあわせて送信する。   Next, in step 103 relating to the URL screen request, a request for the URL screen 110 is made to the WEB server. At the time of the request, the cookie information stored in step 102 is also transmitted to the server.

その後、クッキー情報反映にかかる工程104において、上記サーバは、URL画面110を抽出し、受信したクッキー情報を、抽出したURL画面110に反映する。具体的には、URL画面110の「項目1」欄に『1000』を、「項目5」欄に『10000』を、「項目8」欄に『5000』を、・・・、というように、それぞれ配置(入力)する。   Thereafter, in the step 104 for reflecting cookie information, the server extracts the URL screen 110 and reflects the received cookie information on the extracted URL screen 110. Specifically, “1000” is displayed in the “item 1” field of the URL screen 110, “10000” is displayed in the “item 5” field, “5000” is displayed in the “item 8” field, and so on. Place (input) each.

つぎに、クッキー情報生成にかかる工程105において、上記サーバは、クッキーが反映されて配置されたURL画面110の内容、より具体的には、URL画面110に入力されたデータに基づいて、クッキー情報(『1=1000』、『5=10000』、『8=5000』、・・・)を生成する。このクッキー情報は、WEBサーバ201が生成する「真性」のクッキー情報である。   Next, in step 105 relating to cookie information generation, the server determines the cookie information based on the content of the URL screen 110 on which the cookie is reflected, more specifically, based on the data input to the URL screen 110. (“1 = 1000”, “5 = 10000”, “8 = 5000”,...) Are generated. This cookie information is “authentic” cookie information generated by the WEB server 201.

そして、工程104においてクッキー情報が反映されてレイアウトされたURL画面110の情報、および、工程105において生成されたクッキー情報が、クライアント装置(たとえば、後述する図2に示すクライアント装置202)へ送信される。   Then, the information on the URL screen 110 laid out by reflecting the cookie information in step 104 and the cookie information generated in step 105 are transmitted to the client device (for example, the client device 202 shown in FIG. 2 described later). The

つぎに、工程106において、上記クライアント装置のブラウザ120に、クッキー情報が反映されてレイアウトされたURL画像130が表示される。その後、工程107においては、ブラウザ120に表示されたURL画像130において、すでに、入力が完了している項目があるので、ユーザは、それ以外の空欄の項目のみを入力するようにすればよい。   Next, in step 106, the URL image 130 laid out by reflecting the cookie information is displayed on the browser 120 of the client device. Thereafter, in step 107, the URL image 130 displayed on the browser 120 already has items that have been input, so the user only has to input other blank items.

このように、実施の形態にかかるデータ連携プログラム、データ連携システムおよびデータ連携方法にあっては、すでに作成され、表示されている画面または出力された帳票データを用いて、URL画面110に対応するクッキー情報を生成し、そのクッキー情報を利用して、URL画面110を管理するWEBサーバとのデータ連携を図ることができる。   As described above, the data linkage program, the data linkage system, and the data linkage method according to the embodiment correspond to the URL screen 110 using the screen that has already been created and displayed or the form data that has been output. Cookie information can be generated, and the cookie information can be used to achieve data linkage with a WEB server that manages the URL screen 110.

したがって、ユーザは、すでに作成され、表示されている画面または出力された帳票データに関しては、URL画面110の入力欄に、そのデータを直接、入力する必要がなく、その分、ユーザの入力作業を軽減することができる。以下、その詳細な仕組みについて説明する。   Therefore, it is not necessary for the user to directly input the data in the input field of the URL screen 110 with respect to the screen that has already been created and displayed or the form data that has been output. Can be reduced. Hereinafter, the detailed mechanism will be described.

(データ連携システムのシステム構成)
図2は、データ連携システム200のシステム構成の一例を示すブロック図である。図2において、データ連携システム200は、WEBサーバ201と、クライアント装置202とが、ネットワーク203によって接続されている。したがって、データ連携システム200は、WEBサーバ201と、クライアント装置202と、によって構成されていてもよい。
(System configuration of data linkage system)
FIG. 2 is a block diagram illustrating an example of a system configuration of the data linkage system 200. In FIG. 2, in the data linkage system 200, a WEB server 201 and a client device 202 are connected via a network 203. Therefore, the data linkage system 200 may be configured by the WEB server 201 and the client device 202.

また、データ連携システム200は、パッケージサーバ204と、クライアント装置202とが、ネットワーク203によって、接続されていてもよい。したがって、データ連携システム200は、WEBサーバ201と、クライアント装置202と、パッケージサーバ204と、によって構成されていてもよい。   In the data linkage system 200, the package server 204 and the client device 202 may be connected via a network 203. Therefore, the data linkage system 200 may be configured by the WEB server 201, the client device 202, and the package server 204.

また、クッキーファイル生成用テンプレートDB205が、パッケージサーバ204にアクセス可能に接続されている。クッキーファイル生成用テンプレートDB205は、パッケージサーバ204が有してもよいし、パッケージサーバ204とは別のサーバが有していてもよい。その際、パッケージサーバ204は、API(Application Programming Interface)などを用いて、必要なテンプレートを当該別のサーバのクッキーファイル生成用テンプレートDB205から取得するようにしてもよい。   A cookie file generation template DB 205 is connected to the package server 204 so as to be accessible. The cookie file generation template DB 205 may be included in the package server 204 or may be included in a server different from the package server 204. At this time, the package server 204 may acquire a necessary template from the cookie file generation template DB 205 of the other server by using an API (Application Programming Interface) or the like.

クライアント装置202が、クッキー情報の一例であるクッキーファイルを生成する場合には、クライアント装置202にクッキーファイル生成用テンプレートDB205がアクセス可能に接続されていてもよい。クライアント装置202も、パッケージサーバ204と同様に、クッキーファイル生成用テンプレートDB205を有していてもよく、また、必要なテンプレートを当該別のサーバのクッキーファイル生成用テンプレートDB205から取得するようにしてもよい。   When the client device 202 generates a cookie file that is an example of cookie information, the cookie file generation template DB 205 may be connected to the client device 202 so as to be accessible. Similarly to the package server 204, the client device 202 may also have a cookie file generation template DB 205, and may acquire a necessary template from the cookie file generation template DB 205 of the other server. Good.

クライアント装置202は、ユーザが利用する情報処理装置である。クライアント装置202は、具体的には、たとえば、パーソナルコンピュータ(PC)、タブレット端末装置、スマートフォンなどの、ネットワーク203を介してWEBサーバ201に接続可能な情報処理装置であればよい。   The client device 202 is an information processing device used by a user. Specifically, the client device 202 may be an information processing device that can be connected to the WEB server 201 via the network 203, such as a personal computer (PC), a tablet terminal device, or a smartphone.

また、パッケージサーバ204は、ユーザが利用するデータを管理するサーバである。データの管理は、独自のアプリケーション(たとえば、後述する図13において示した会計業務アプリケーションなど)を用いておこなうことができる。   The package server 204 is a server that manages data used by the user. Data management can be performed using a unique application (for example, an accounting business application shown in FIG. 13 to be described later).

(WEBサーバ・パッケージサーバのハードウェア構成例)
図3は、WEBサーバ・パッケージサーバのハードウェア構成の一例を示すブロック図である。図3において、WEBサーバ201およびパッケージサーバ204は、CPU(Central Processing Unit)301と、メモリ302と、ネットワークI/F(Interface)303と、記録媒体I/F304と、記録媒体305と、を有する。また、各構成部301〜304は、バス300によってそれぞれ接続される。
(Example of hardware configuration of WEB server / package server)
FIG. 3 is a block diagram illustrating an example of a hardware configuration of the WEB server / package server. In FIG. 3, the WEB server 201 and the package server 204 have a CPU (Central Processing Unit) 301, a memory 302, a network I / F (Interface) 303, a recording medium I / F 304, and a recording medium 305. . Each component 301 to 304 is connected by a bus 300.

ここで、CPU301は、サーバ(WEBサーバ201・パッケージサーバ204)の全体の制御を司る。メモリ302は、たとえば、ROM(Read Only Memory)、RAM(Random Access Memory)およびフラッシュROMなどを有する。具体的には、たとえば、フラッシュROMやROMが各種プログラムを記憶し、RAMがCPU301のワークエリアとして使用される。メモリ302に記憶されるプログラムは、CPU301にロードされることで、コーディングされている処理をCPU301に実行させる。   Here, the CPU 301 controls the entire server (WEB server 201 / package server 204). The memory 302 includes, for example, a ROM (Read Only Memory), a RAM (Random Access Memory), and a flash ROM. Specifically, for example, a flash ROM or ROM stores various programs, and a RAM is used as a work area for the CPU 301. The program stored in the memory 302 is loaded into the CPU 301 to cause the CPU 301 to execute the coded process.

ネットワークI/F303は、通信回線を通じてネットワーク203に接続され、ネットワーク203を介して他の装置に接続される。そして、ネットワークI/F303は、ネットワーク203と自装置内部とのインターフェースを司り、他の装置(たとえば、クライアント装置202など)からのデータの入出力を制御する。ネットワークI/F303には、たとえば、モデムやLANアダプタなどを採用することができる。   A network I / F 303 is connected to the network 203 via a communication line, and is connected to other devices via the network 203. The network I / F 303 serves as an interface between the network 203 and its own device, and controls data input / output from other devices (for example, the client device 202). As the network I / F 303, for example, a modem or a LAN adapter can be employed.

記録媒体I/F304は、CPU301の制御にしたがって記録媒体305に対するデータのリード/ライトを制御する。記録媒体305は、記録媒体I/F304の制御で書き込まれたデータを記憶する。記録媒体305としては、たとえば、磁気ディスク、光ディスクなどが挙げられる。   The recording medium I / F 304 controls reading / writing of data with respect to the recording medium 305 according to the control of the CPU 301. The recording medium 305 stores data written under the control of the recording medium I / F 304. Examples of the recording medium 305 include a magnetic disk and an optical disk.

なお、WEBサーバ201・パッケージサーバ204は、上述した構成部301〜305のほかに、たとえば、図示を省略する、SSD(Solid State Drive)、キーボード、ポインティングデバイス、ディスプレイなどを有することにしてもよい。   Note that the WEB server 201 and the package server 204 may include, for example, an SSD (Solid State Drive), a keyboard, a pointing device, a display, etc., which are not shown, in addition to the components 301 to 305 described above. .

(クライアント装置のハードウェア構成例)
図4は、クライアント装置のハードウェア構成の一例を示すブロック図である。図4において、クライアント装置202は、CPU401と、メモリ402と、ネットワークI/F403と、ディスプレイ404と、入力装置405と、を有する。また、各構成部401〜405はバス400によってそれぞれ接続される。
(Example of hardware configuration of client device)
FIG. 4 is a block diagram illustrating an example of a hardware configuration of the client device. 4, the client device 202 includes a CPU 401, a memory 402, a network I / F 403, a display 404, and an input device 405. In addition, the respective components 401 to 405 are connected by a bus 400.

ここで、CPU401は、クライアント装置202の全体の制御を司る。メモリ402は、たとえば、ROM、RAMおよびフラッシュROMなどを有する。具体的には、たとえば、フラッシュROMやROMが各種プログラムを記憶し、RAMがCPU401のワークエリアとして使用される。メモリ402に記憶されるプログラムは、CPU401にロードされることで、コーディングされている処理をCPU401に実行させる。   Here, the CPU 401 governs overall control of the client device 202. The memory 402 includes, for example, a ROM, a RAM, a flash ROM, and the like. Specifically, for example, a flash ROM or ROM stores various programs, and the RAM is used as a work area for the CPU 401. The program stored in the memory 402 is loaded on the CPU 401 to cause the CPU 401 to execute the coded process.

ネットワークI/F403は、通信回線を通じてネットワーク203に接続され、ネットワーク203を介して他の装置(図2に示したWEBサーバ201やパッケージサーバ204など)に接続される。そして、ネットワークI/F403は、ネットワーク203と自装置内部とのインターフェースを司り、他の装置からのデータの入出力を制御する。   The network I / F 403 is connected to the network 203 via a communication line, and is connected to other devices (such as the WEB server 201 and the package server 204 shown in FIG. 2) via the network 203. The network I / F 403 controls an interface between the network 203 and the own apparatus, and controls data input / output from other apparatuses.

ディスプレイ404は、カーソル、アイコンあるいはツールボックスをはじめ、文書、画像、機能情報などのデータを表示する。ディスプレイ404は、たとえば、液晶ディスプレイ、有機EL(Electroluminescence)ディスプレイなどを採用することができる。また、ディスプレイ404は、ヘッドマウントディスプレイなどであってもよい。   A display 404 displays data such as a document, an image, and function information as well as a cursor, an icon, or a tool box. As the display 404, for example, a liquid crystal display, an organic EL (Electroluminescence) display, or the like can be adopted. The display 404 may be a head mounted display.

入力装置405は、文字、数字、各種指示などの入力のためのキーを有し、データの入力をおこなう。入力装置405は、キーボードやポインティングデバイスなどであってもよく、また、タッチパネル式の入力パッドやテンキーなどであってもよい。   The input device 405 has keys for inputting characters, numbers, various instructions, etc., and inputs data. The input device 405 may be a keyboard, a pointing device, or the like, or may be a touch panel type input pad, a numeric keypad, or the like.

(クッキーファイル生成用テンプレートDB205の内容)
図5は、クッキーファイル生成用テンプレートDBのデータ構成の一例を示す説明図である。図5において、クッキーファイル生成用テンプレートDB205は、クッキーファイル生成用テンプレート500のデータベース(テーブル)である。
(Contents of cookie file generation template DB 205)
FIG. 5 is an explanatory diagram showing an example of the data configuration of the cookie file generation template DB. In FIG. 5, the cookie file generation template DB 205 is a database (table) of the cookie file generation template 500.

クッキーファイル生成用テンプレート500を検索する際の検索キーは、サイト名称、ページ名称、WEBブラウザであり、サイトのページごとにクッキーファイル生成用テンプレート500が記憶されている。さらに、それらのクッキーファイル生成用テンプレート500が、WEBブラウザごとにそれぞれ記憶されている。   The search keys for searching the cookie file generation template 500 are a site name, a page name, and a WEB browser, and the cookie file generation template 500 is stored for each page of the site. Further, these cookie file generation templates 500 are stored for each WEB browser.

図5に示す、一番手前のクッキーファイル生成用テンプレート500において、上側に示された最初の『BBB』はサイト名称を、つぎの『CCC』はページ名称を、そのつぎの『Internet Explorer(登録商標)』はWEBブラウザを、それぞれ示している。   In the foremost cookie file generation template 500 shown in FIG. 5, the first “BBB” shown on the upper side is the site name, the next “CCC” is the page name, and the next “Internet Explorer” (registration). "Trademark)" indicates a WEB browser.

また、3番目のクッキーファイル生成用テンプレート500は、サイト名称は『AAA』であり、ページ名称は『BBB』であり、WEBブラウザが『Google Chrome(登録商標)』である。また、4番目のクッキーファイル生成用テンプレート500は、サイト名称は『AAA』であり、ページ名称は『BBB』であり、WEBブラウザが『Microsoft Edge』である。   The third cookie file generation template 500 has a site name “AAA”, a page name “BBB”, and a WEB browser “Google Chrome (registered trademark)”. The fourth cookie file generation template 500 has a site name “AAA”, a page name “BBB”, and a WEB browser “Microsoft Edge”.

また、2番目のクッキーファイル生成用テンプレート500は、サイト名称は『BBB』であり、ページ名称は『CCC』であり、一番手前のクッキーファイル生成用テンプレート500と同じである。しかし、WEBブラウザが『Microsoft Edge(登録商標)』であり、一番手前のクッキーファイル生成用テンプレート500とは異なる。このように、同じサイト・ページであっても、WEBブラウザごとに、それぞれ別のテンプレートが用意されている。   The second cookie file generation template 500 has the site name “BBB” and the page name “CCC”, which is the same as the frontmost cookie file generation template 500. However, the WEB browser is “Microsoft Edge (registered trademark)”, which is different from the cookie file generation template 500 at the forefront. In this way, even for the same site page, different templates are prepared for each WEB browser.

また、クッキーファイル生成用テンプレート500の本文には、該当ページにおけるクッキーファイルの内容が記載されており、その内容に基づいて、印刷した帳票または表示画面から入力値を設定することによって、クッキーファイルを作成することができる。   The body of the cookie file generation template 500 describes the contents of the cookie file on the corresponding page. Based on the contents, the input value is set from the printed form or the display screen. Can be created.

また、クッキー生成APIを用いて、クッキーファイルを生成するようにしてもよい。その場合は、印刷した帳票または表示画面から、クッキー生成APIの入力値にデータを設定して、クッキー生成APIを呼び出す。その際の引数は、(1)サイト名称、(2)ページ名称、(3)WEBブラウザ、(4)入力値1、入力値2、入力値3、入力値4、・・・とする。   Moreover, you may make it produce | generate a cookie file using cookie production | generation API. In that case, data is set in the input value of the cookie generation API from the printed form or display screen, and the cookie generation API is called. The arguments in this case are (1) site name, (2) page name, (3) WEB browser, (4) input value 1, input value 2, input value 3, input value 4,.

そして、サイト名称、ページ名称、WEBブラウザから、クッキーファイル生成用テンプレートDB(テーブル)を検索して、該当したクッキーファイル生成用テンプレートにそれぞれ入力値を設定後に、クッキーファイルを生成する。このようにすることによって、より簡単に、クッキーファイルを生成することができる。   Then, a cookie file generation template DB (table) is searched from the site name, page name, and WEB browser, and an input value is set in the corresponding cookie file generation template, and then a cookie file is generated. By doing so, a cookie file can be generated more easily.

(パッケージサーバの機能的構成)
図6は、パッケージサーバの機能的構成の一例を示すブロック図である。図6において、パッケージサーバ204は、サイト名称・ページ名称取得部601と、ブラウザ情報取得部602と、クッキーファイル生成用テンプレート取得部603と、データ抽出部604と、クッキーファイル生成部605と、クッキーファイル送信部606と、を備える構成となっている。
(Functional configuration of package server)
FIG. 6 is a block diagram illustrating an example of a functional configuration of the package server. 6, the package server 204 includes a site name / page name acquisition unit 601, a browser information acquisition unit 602, a cookie file generation template acquisition unit 603, a data extraction unit 604, a cookie file generation unit 605, a cookie And a file transmission unit 606.

サイト名称・ページ名称取得部601は、データ連携の対象となる、URLによって特定される画面の情報として、当該画面にかかるサイト名称とページ名称とを取得する。この画面の情報(サイト名称・ページ名称)については、たとえば、WEBサーバ201から取得することができる。サイト名称・ページ名称取得部601は、具体的には、たとえば、図3に示した、メモリ302などに記憶されたプログラムをCPU301に実行させることによって、また、ネットワークI/F303などによって、その機能を実現することができる。   The site name / page name acquisition unit 601 acquires a site name and a page name related to the screen as information on a screen specified by a URL that is a target of data cooperation. The information (site name / page name) on this screen can be acquired from the WEB server 201, for example. Specifically, the site name / page name acquisition unit 601 has its function executed by causing the CPU 301 to execute the program stored in the memory 302 shown in FIG. 3 and the network I / F 303, for example. Can be realized.

ブラウザ情報取得部602は、クライアント装置202が画面を表示する際に用いるブラウザに関するブラウザ情報を取得する。ブラウザ情報には、ブラウザの種類やそのバージョンなどに関する情報が含まれる。ブラウザ情報取得部602は、具体的には、たとえば、図3に示した、メモリ302などに記憶されたプログラムをCPU301に実行させることによって、また、ネットワークI/F303などによって、その機能を実現することができる。   The browser information acquisition unit 602 acquires browser information related to a browser used when the client device 202 displays a screen. The browser information includes information related to the browser type and version. Specifically, the browser information acquisition unit 602 realizes its function by causing the CPU 301 to execute a program stored in the memory 302 or the like shown in FIG. be able to.

クッキーファイル生成用テンプレート取得部603は、サイト名称・ページ名称取得部601によって取得された画面の情報(サイト名称・ページ名称)と、ブラウザ情報取得部602によって取得されたブラウザ情報と、に基づいて、当該サイトのページを当該ブラウザで表示する際のクッキーファイル生成用テンプレート500を、クッキーファイル生成用テンプレートDB205から取得する。   The cookie file generation template acquisition unit 603 is based on the screen information (site name / page name) acquired by the site name / page name acquisition unit 601 and the browser information acquired by the browser information acquisition unit 602. The cookie file generation template 500 for displaying the page of the site with the browser is acquired from the cookie file generation template DB 205.

クッキーファイル生成用テンプレート取得部603は、具体的には、たとえば、図3に示した、メモリ302などに記憶されたプログラムをCPU301に実行させることによって、また、ネットワークI/F303などによって、その機能を実現することができる。   More specifically, the cookie file generation template acquisition unit 603 has its function executed by causing the CPU 301 to execute the program stored in the memory 302 shown in FIG. 3 and the network I / F 303, for example. Can be realized.

データ抽出部604は、画面の情報(サイト名称・ページ名称)にかかる画面への入力対象となっている入力情報(データ)を抽出する。抽出される入力情報は、たとえば、パッケージサーバ204によって表示される画面のデータや、パッケージサーバ204によって出力される帳票のデータなどであってもよい。   The data extraction unit 604 extracts input information (data) that is an input target for the screen information (site name / page name). The extracted input information may be, for example, screen data displayed by the package server 204, form data output by the package server 204, or the like.

データ抽出部604は、具体的には、たとえば、図3に示した、メモリ302などに記憶されたプログラムをCPU301に実行させることによって、また、ネットワークI/F303などによって、その機能を実現することができる。   Specifically, for example, the data extraction unit 604 realizes its function by causing the CPU 301 to execute the program stored in the memory 302 shown in FIG. 3 and the network I / F 303 or the like. Can do.

クッキーファイル生成部605は、画面の情報(サイト名称・ページ名称)と、ブラウザ情報取得部602によって取得されたブラウザ情報と、データ抽出部604によって抽出された画面への入力対象となっている入力情報(データ)と、に基づいて、クッキーファイルを生成する。具体的には、クッキーファイル生成用テンプレート取得部603によって取得されたテンプレートを用いて、当該テンプレートに入力値を設定することによって、入力情報にかかるクッキーファイルを生成する。   The cookie file generation unit 605 includes screen information (site name / page name), browser information acquired by the browser information acquisition unit 602, and input to be input to the screen extracted by the data extraction unit 604. A cookie file is generated based on the information (data). Specifically, a cookie file related to input information is generated by setting an input value in the template using the template acquired by the template acquisition unit 603 for generating a cookie file.

クッキーファイル生成部605は、具体的には、たとえば、図3に示した、メモリ302などに記憶されたプログラムをCPU301に実行させることによって、その機能を実現することができる。   Specifically, the cookie file generation unit 605 can realize its function by causing the CPU 301 to execute a program stored in the memory 302 shown in FIG. 3, for example.

クッキーファイル送信部606は、クッキーファイル生成部605によって生成されたクッキーファイルを、クライアント装置202へ送信する。クッキーファイル送信部606は、具体的には、たとえば、図3に示した、ネットワークI/F303などによって、その機能を実現することができる。   The cookie file transmission unit 606 transmits the cookie file generated by the cookie file generation unit 605 to the client device 202. Specifically, the function of the cookie file transmission unit 606 can be realized by, for example, the network I / F 303 shown in FIG.

このように、パッケージサーバ204が、通常は、WEBサーバ201が生成するクッキー情報を生成し、クライアント装置202へ送信する。これにより、たとえば、パッケージサーバ204によって表示される画面のデータまたはパッケージサーバ204によって出力される帳票のデータなどを、ユーザが入力することなしに、クッキー情報を用いて、URL画面に入力することができ、有効なデータ連携を図ることができる。   As described above, the package server 204 normally generates the cookie information generated by the WEB server 201 and transmits it to the client device 202. Thus, for example, the screen data displayed by the package server 204 or the form data output by the package server 204 can be input to the URL screen using the cookie information without the user inputting the data. And effective data linkage can be achieved.

(クライアント装置の機能的構成)
図7は、クライアント装置の機能的構成の一例を示すブロック図である。図7において、クライアント装置202は、クッキーファイル受信部701と、クッキーファイル記憶部702と、データ入力部703と、ページリクエスト・クッキーファイル・入力データ送信部704と、ページ・クッキーファイル受信部705と、ページ表示部706と、を備える構成となっている。
(Functional configuration of client device)
FIG. 7 is a block diagram illustrating an example of a functional configuration of the client device. In FIG. 7, the client device 202 includes a cookie file receiving unit 701, a cookie file storage unit 702, a data input unit 703, a page request / cookie file / input data transmission unit 704, and a page / cookie file receiving unit 705. , And a page display unit 706.

クッキーファイル受信部701は、パッケージサーバ204から送信されたクッキーファイルを受信する。クッキーファイル受信部701は、具体的には、たとえば、図4に示した、ネットワークI/F403などによって、その機能を実現することができる。   The cookie file receiving unit 701 receives the cookie file transmitted from the package server 204. Specifically, the function of the cookie file receiving unit 701 can be realized by, for example, the network I / F 403 shown in FIG.

クッキーファイル記憶部702は、クッキーファイル受信部701によって受信されたクッキーファイルを、所定の記憶領域に記憶する。このクッキーファイルは、パッケージサーバ204が生成した、いわゆる「偽クッキーファイル」であるが、クッキーファイル記憶部702は、クッキーファイルを『真性』なのか『偽』なのかを区別して記憶することはない。したがって、「真性クッキー」ファイルも、「偽クッキー」ファイルも、すべて、クッキーファイルとして記憶する。クッキーファイル記憶部702は、具体的には、たとえば、図4に示した、メモリ402などによって、その機能を実現することができる。   The cookie file storage unit 702 stores the cookie file received by the cookie file receiving unit 701 in a predetermined storage area. This cookie file is a so-called “fake cookie file” generated by the package server 204, but the cookie file storage unit 702 does not store whether the cookie file is “true” or “false”. . Therefore, both the “authentic cookie” file and the “fake cookie” file are stored as cookie files. Specifically, the function of the cookie file storage unit 702 can be realized by, for example, the memory 402 shown in FIG.

データ入力部703は、ページ表示部706によって表示されたURL画面の入力欄に、ユーザが所望のデータを入力する。データ入力部703は、具体的には、たとえば、図4に示した、入力装置405などによって、その機能を実現することができる。   In the data input unit 703, the user inputs desired data in the input field of the URL screen displayed by the page display unit 706. Specifically, the data input unit 703 can realize its function by, for example, the input device 405 shown in FIG.

ページリクエスト・クッキーファイル・入力データ送信部704は、WEBサーバ201に対して、所望のページ(URL画面)を要求(ページリクエスト)する。また、ページリクエスト・クッキーファイル・入力データ送信部704は、ページリクエストの際に、クッキー要求、すなわち、所定の記憶領域に記憶されたクッキーファイルをあわせて送信する。また、ページリクエスト・クッキーファイル・入力データ送信部704は、表示されているURL画面の入力欄にユーザが所望のデータを入力した場合に、そのデータもあわせて送信する。   The page request / cookie file / input data transmission unit 704 requests (page request) a desired page (URL screen) from the WEB server 201. Further, the page request / cookie file / input data transmission unit 704 transmits a cookie request, that is, a cookie file stored in a predetermined storage area together with the page request. The page request / cookie file / input data transmission unit 704 also transmits the data when the user inputs desired data in the input field of the displayed URL screen.

ページリクエスト・クッキーファイル・入力データ送信部704は、具体的には、たとえば、図4に示した、ネットワークI/F403などによって、その機能を実現することができる。   Specifically, the page request / cookie file / input data transmission unit 704 can realize its function by, for example, the network I / F 403 shown in FIG.

ページ・クッキーファイル受信部705は、WEBサーバ201から送信されてきたページ(URL画面)と、クッキーファイルを受信する。このクッキーファイルは、WEBサーバ201が生成した、真性のクッキーファイルである。ページ・クッキーファイル受信部705は、具体的には、たとえば、図4に示した、ネットワークI/F403などによって、その機能を実現することができる。   The page / cookie file receiving unit 705 receives a page (URL screen) transmitted from the WEB server 201 and a cookie file. This cookie file is a genuine cookie file generated by the WEB server 201. Specifically, the page cookie file receiving unit 705 can realize its function by, for example, the network I / F 403 shown in FIG.

ページ表示部706は、ページ・クッキーファイル受信部705において受信したページ(URL画面)を表示する。ページ表示部706は、具体的には、たとえば、図4に示した、ディスプレイ404などによって、その機能を実現することができる。   The page display unit 706 displays the page (URL screen) received by the page / cookie file receiving unit 705. Specifically, the page display unit 706 can realize its function by, for example, the display 404 shown in FIG.

また、クッキーファイル記憶部702は、ページ・クッキーファイル受信部705によって受信された(真性の)クッキーファイルを、所定の記憶領域に記憶するようにしてもよい。   The cookie file storage unit 702 may store the (authentic) cookie file received by the page / cookie file reception unit 705 in a predetermined storage area.

このように、クライアント装置202は、パッケージサーバ204が生成した、真性ではないクッキー(「偽クッキー」)ファイルを記憶しておく。そして、WEBサーバ201に対して、URL画面を要求する際に、その「偽クッキー」ファイルを送信する。そうすることで、WEBサーバ201から受け取るURL画面には、「偽クッキー」ファイルに基づいた、入力情報が反映されたURL画面を受信し、そのURL画面を表示することができる。したがって、入力情報がすでに反映(入力)された入力欄については、あらためてデータを直接入力する必要がない。その分、あらためて入力する手間を省くことができる。   In this way, the client device 202 stores the unauthentic cookie (“fake cookie”) file generated by the package server 204. When the URL screen is requested to the WEB server 201, the “fake cookie” file is transmitted. By doing so, the URL screen received from the WEB server 201 can receive the URL screen reflecting the input information based on the “fake cookie” file and display the URL screen. Therefore, it is not necessary to directly input data again in the input field in which the input information is already reflected (input). Therefore, it is possible to save the trouble of inputting again.

図6および図7における説明では、いわゆる「偽クッキー」ファイルは、パッケージサーバ204において生成をおこない、クライアント装置202は、パッケージサーバ204において生成された「偽クッキー」ファイルを、パッケージサーバ204から受信し、所定の記憶領域に記憶する構成としている。しかしながら、本実施の形態は、この構成に限定されるものではない。   6 and 7, a so-called “fake cookie” file is generated in the package server 204, and the client device 202 receives the “fake cookie” file generated in the package server 204 from the package server 204. The data is stored in a predetermined storage area. However, the present embodiment is not limited to this configuration.

すなわち、クライアント装置202において、いわゆる「偽クッキー」ファイルの生成をおこなうようにしてもよい。その場合には、図示は省略するが、図6のパッケージサーバ204の構成部である、サイト名称・ベージ名称取得部601、ブラウザ情報取得部602、クッキーファイル生成用テンプレート取得部603、データ抽出部604、クッキーファイル生成部605について、パッケージサーバ204に代わって、クライアント装置202が備えていてもよい。このように構成することによって、パッケージサーバ204ではなく、クライアント装置202が有しているデータを入力情報としてデータ連携する際には、便利である。   In other words, the client device 202 may generate a so-called “fake cookie” file. In this case, although not shown, a site name / page name acquisition unit 601, a browser information acquisition unit 602, a cookie file generation template acquisition unit 603, and a data extraction unit, which are components of the package server 204 in FIG. The client device 202 may be provided in place of the package server 204 for the 604 and cookie file generation unit 605. By configuring in this way, it is convenient when data is linked as input information not in the package server 204 but in the client device 202.

また、これらの構成部601〜605の一部をパッケージサーバ204が備え、残りの構成部をクライアント装置202が備えるようにしてもよい。具体的には、たとえば、クッキーファイル生成用テンプレート500の取得までの処理をパッケージサーバ204でおこない、その後の処理をクライアント装置202においておこなうようにしてもよい。また、反対に、たとえば、クッキーファイル生成用テンプレート500の取得までの処理をクライアント装置202においておこない、その後の処理をパッケージサーバ204においておこなうようにしてもよい。   Moreover, the package server 204 may include a part of these components 601 to 605 and the client device 202 may include the remaining components. Specifically, for example, the processing up to the acquisition of the cookie file generation template 500 may be performed by the package server 204, and the subsequent processing may be performed by the client device 202. On the other hand, for example, the processing up to acquisition of the cookie file generation template 500 may be performed in the client device 202 and the subsequent processing may be performed in the package server 204.

パッケージサーバ204が、クッキーファイルを生成し始めるきっかけや、生成するタイミングについては、特に限定されない。クライアント装置202が、WEBサーバ201に対してURL画面の要求を開始するまでに、生成されたクッキーファイルがクッキーファイル記憶部702に記憶されていればよい。そのために、事前のどのタイミングで生成処理がおこなわれてもよい。   There is no particular limitation on the trigger at which the package server 204 starts to generate the cookie file and the generation timing. The generated cookie file only needs to be stored in the cookie file storage unit 702 until the client device 202 starts a URL screen request to the WEB server 201. Therefore, the generation process may be performed at any timing in advance.

具体的には、URL画面の要求をする前に、事前にパッケージサーバ204に対して、たとえば、クライアント装置202を介して、クッキーファイルの生成を要求するようにしてもよい。また、あらかじめ定められたルールに基づいて、パッケージサーバ204において、自動的にクッキーファイルの生成がおこなわれるようにしてもよい。   Specifically, before requesting the URL screen, the package server 204 may be requested in advance to generate a cookie file, for example, via the client device 202. Alternatively, the package server 204 may automatically generate a cookie file based on a predetermined rule.

(データ連携システムの構成)
図6に示した、サイト名称・ページ名称取得部601と、ブラウザ情報取得部602と、クッキーファイル生成用テンプレート取得部603と、データ抽出部604と、クッキーファイル生成部605によって、「生成部」を構成することができる。この生成部は、URLによって特定される画面の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報を生成することができる。
(Configuration of data linkage system)
The site name / page name acquisition unit 601, browser information acquisition unit 602, cookie file generation template acquisition unit 603, data extraction unit 604, and cookie file generation unit 605 shown in FIG. Can be configured. The generator generates the first based on the information on the screen specified by the URL, the browser information related to the browser used when displaying the screen, and the input information that is an input target to the screen. Cookie information can be generated.

また、図7に示した、クッキーファイル記憶部702によって、第1のクッキー情報を記憶する「記憶部」を構成することができる。   In addition, the cookie file storage unit 702 shown in FIG. 7 can constitute a “storage unit” that stores the first cookie information.

また、図7に示した、ページリクエスト・クッキーファイル・入力データ送信部704によって、「要求部」を構成することができる。この要求部は、サーバに対して、記憶部に記憶された第1のクッキー情報を送信して、画面を要求することができる。   Also, the “request unit” can be configured by the page request / cookie file / input data transmission unit 704 shown in FIG. The request unit can request the screen by transmitting the first cookie information stored in the storage unit to the server.

また、図7に示した、ページ・クッキーファイル受信部705によって、「受信部」を構成することができる。この受信部は、サーバから、第1のクッキー情報に基づいて画面に入力情報を反映させた反映画面の情報と、当該サーバによって生成された第2のクッキー情報と、を受信することができる。   Further, the page / cookie file receiving unit 705 shown in FIG. 7 can constitute a “receiving unit”. The receiving unit can receive from the server information on the reflection screen in which the input information is reflected on the screen based on the first cookie information, and the second cookie information generated by the server.

また、図7に示した、ページ表示部706によって、受信した情報にかかる反映画面を前記ブラウザを用いて表示する「表示部」を構成することができる。   In addition, the page display unit 706 shown in FIG. 7 can constitute a “display unit” that displays the reflection screen related to the received information using the browser.

このように、上述した生成部と、記憶部と、要求部と、受信部と、表示部と、を有することを特徴とするデータ連携システムであってもよい。このデータ連携システムによって、パッケージサーバ204およびクライアント装置202と同様の機能を実現するようにしてもよい。したがって、生成部と、記憶部と、要求部と、受信部と、表示部とが、データ連携システムのいずれに設けられていてもよい。   Thus, the data cooperation system characterized by having the production | generation part mentioned above, a memory | storage part, a request | requirement part, a receiving part, and a display part may be sufficient. Functions similar to those of the package server 204 and the client device 202 may be realized by this data linkage system. Therefore, the generation unit, the storage unit, the request unit, the reception unit, and the display unit may be provided in any of the data linkage systems.

(WEBサーバの機能的構成)
図8は、WEBサーバの機能的構成の一例を示すブロック図である。図8において、WEBサーバ201は、ページリクエスト・クッキーファイル・入力データ受信部801と、ページ反映部802と、クッキーファイル生成部803と、ページ・クッキーファイル送信部804と、を備える構成となっている。
(Functional configuration of WEB server)
FIG. 8 is a block diagram illustrating an example of a functional configuration of the WEB server. In FIG. 8, the WEB server 201 includes a page request / cookie file / input data receiving unit 801, a page reflection unit 802, a cookie file generation unit 803, and a page / cookie file transmission unit 804. Yes.

ページリクエスト・クッキーファイル・入力データ受信部801は、クライアント装置202からのページリクエストを受信する。また、クライアント装置202からのクッキーファイルを受信する。また、クライアント装置202からの入力データを受信する。
ページリクエスト・クッキーファイル・入力データ受信部801は、具体的には、たとえば、図3に示した、ネットワークI/F303などによって、その機能を実現することができる。
The page request / cookie file / input data receiving unit 801 receives a page request from the client device 202. Also, a cookie file from the client device 202 is received. Also, input data from the client device 202 is received.
Specifically, the page request / cookie file / input data receiving unit 801 can realize its function by, for example, the network I / F 303 shown in FIG.

ページ反映部802は、ページリクエスト・クッキーファイル・入力データ受信部801によって受信したページ(URL画面)に対して、あわせて受信したクッキーファイルに基づいて、当該ページにクッキーファイルの内容を反映(設定)させてレイアウトする。また、ページ(URL画面)に対して、入力データの内容を反映(設定)させてレイアウトする。ページ反映部802は、具体的には、たとえば、図3に示した、メモリ302などに記憶されたプログラムをCPU301に実行させることによって、また、ネットワークI/F303などによって、その機能を実現することができる。   The page reflection unit 802 reflects (sets) the contents of the cookie file on the page (URL screen) received by the page request / cookie file / input data reception unit 801 based on the received cookie file. ) And lay out. Also, the layout is performed by reflecting (setting) the contents of the input data on the page (URL screen). Specifically, the page reflection unit 802 realizes its function by causing the CPU 301 to execute a program stored in the memory 302 shown in FIG. 3 and the network I / F 303, for example. Can do.

クッキーファイル生成部803は、ページ反映部802によって反映されたページ(URL画面)の内容、具体的には、たとえば、URL画面に入力されたデータなどに基づいて、(真性の)クッキーファイルを生成する。URL画面に入力されたデータは、「偽クッキー」ファイルに基づいて入力したデータや、ユーザが直接入力したデータなどが含まれる。   The cookie file generation unit 803 generates a (genuine) cookie file based on the content of the page (URL screen) reflected by the page reflection unit 802, specifically, for example, data input on the URL screen. To do. The data input on the URL screen includes data input based on the “fake cookie” file, data input directly by the user, and the like.

クッキーファイル生成部803は、具体的には、たとえば、図3に示した、メモリ302などに記憶されたプログラムをCPU301に実行させることによって、また、ネットワークI/F303などによって、その機能を実現することができる。   Specifically, for example, the cookie file generation unit 803 realizes its function by causing the CPU 301 to execute a program stored in the memory 302 or the like shown in FIG. 3 or by using the network I / F 303 or the like. be able to.

ページ・クッキーファイル送信部804は、ページ反映部802において反映されたページ(URL画面)の情報と、クッキーファイル生成部803によって生成されたクッキーファイルを、クライアント装置202へ送信する。ページ・クッキーファイル送信部804は、具体的には、たとえば、図3に示した、ネットワークI/F303などによって、その機能を実現することができる。   The page / cookie file transmission unit 804 transmits the information of the page (URL screen) reflected by the page reflection unit 802 and the cookie file generated by the cookie file generation unit 803 to the client device 202. Specifically, the page cookie file transmission unit 804 can realize its function by the network I / F 303 shown in FIG. 3, for example.

このように、WEBサーバ201の機能的構成は一般的なWEBサーバと同じであり、一般的なWEBサーバと同じ処理動作をおこなう。したがって、データ連携処理において、WEBサーバ201に対して、通常のクッキーを利用したページリクエスト処理をおこなうだけである。すなわち、WEBサーバ201に対して特別な処理や操作をおこなう必要はないので、より簡易にデータ連携処理を実行することができる。   As described above, the functional configuration of the WEB server 201 is the same as that of a general WEB server, and performs the same processing operation as that of a general WEB server. Therefore, in the data linkage process, only the page request process using a normal cookie is performed for the WEB server 201. That is, since it is not necessary to perform special processing or operation on the WEB server 201, the data linkage processing can be executed more easily.

(パッケージサーバの処理の手順)
図9は、パッケージサーバの処理の手順の一例を示すフローチャートである。図9のフローチャートにおいて、パッケージサーバ204は、まず、データ連携するサイト名称、ページ名称を取得する(ステップS901)。また、クライアント装置202のWEBブラウザ情報を取得する(ステップS902)。
(Package server processing procedure)
FIG. 9 is a flowchart illustrating an example of a processing procedure of the package server. In the flowchart of FIG. 9, the package server 204 first acquires a site name and a page name for data cooperation (step S901). Also, the web browser information of the client device 202 is acquired (step S902).

そして、ステップS901において取得したサイト名称、ページ名称と、ステップS902において取得したWEBブラウザ情報に基づいて、クッキーファイル生成用テンプレートを検索する(ステップS903)。   Then, a cookie file generation template is searched based on the site name and page name acquired in step S901 and the WEB browser information acquired in step S902 (step S903).

検索の結果、該当するテンプレートがあったか否かを判断する(ステップS904)。ここで、該当するテンプレートがあった場合(ステップS904:Yes)は、当該テンプレートを取得する(ステップS905)。つぎに、入力の対象となっている入力情報(データ)を抽出する(ステップS906)。   As a result of the search, it is determined whether there is a corresponding template (step S904). If there is a corresponding template (step S904: Yes), the template is acquired (step S905). Next, input information (data) that is an input target is extracted (step S906).

ステップS905において取得したテンプレートを用いて、ステップS906において抽出したデータに基づいて、クッキーファイルを生成する(ステップS907)。   A cookie file is generated based on the data extracted in step S906 using the template acquired in step S905 (step S907).

そして、ステップS907において生成したクッキーファイルを、クライアント装置202へ送信し、一連の処理を終了する。   Then, the cookie file generated in step S907 is transmitted to the client device 202, and the series of processing ends.

ステップS904において、該当するテンプレートがなかった場合(ステップS904:No)は、クッキーファイルを生成することができないので、何もせずに、一連の処理を終了する。   In step S904, when there is no corresponding template (step S904: No), since a cookie file cannot be generated, a series of processing ends without doing anything.

(クライアント装置の処理の手順)
図10および図11は、クライアント装置の処理の手順の一例を示すフローチャートである。図10において、クライアント装置202は、クッキーファイルをパッケージサーバ204から受信したか否かを判断する(ステップS1001)。
(Processing procedure of client device)
10 and 11 are flowcharts illustrating an example of a processing procedure of the client apparatus. In FIG. 10, the client device 202 determines whether or not a cookie file has been received from the package server 204 (step S1001).

ここで、クッキーファイルを受信するのを待って(ステップS1001:No)、受信した場合(ステップS1001:Yes)は、受信したクッキーファイルを所定の記憶領域に記憶(保存)し(ステップS1002)、一連の処理を終了する。この図10のフローチャートの処理を、クライアント装置202は、クッキーファイルを受信するたびに繰り返し実行する。   Here, after waiting for reception of the cookie file (step S1001: No), if received (step S1001: Yes), the received cookie file is stored (saved) in a predetermined storage area (step S1002), A series of processing ends. The client apparatus 202 repeatedly executes the process of the flowchart of FIG. 10 every time it receives a cookie file.

図11において、クライアント装置202は、たとえば、ユーザからの指示など、所定のタイミングにおいて、WEBサーバ201へページリクエストし、クッキーを要求する(ステップS1101)。すなわち、URL画面の要求をおこない、それにともない、図10のステップS1002において保存したクッキーファイルをWEBサーバ201へ送信する。   In FIG. 11, the client device 202 makes a page request to the WEB server 201 and requests a cookie at a predetermined timing such as an instruction from the user (step S1101). That is, a URL screen request is made, and accordingly, the cookie file stored in step S1002 of FIG. 10 is transmitted to the WEB server 201.

その後、リクエストしたページ(URL画面)と、WEBサーバ201において生成されたクッキーファイルを受信したか否かを判断する(ステップS1102)。ここで、ページと、クッキーファイルとを受信するのを待って(ステップS1102:No)、受信した場合(ステップS1102:Yes)は、受信したページ(URL画面)を表示する(ステップS1103)とともに、受信したクッキーファイルを所定の記憶領域に記憶(保存)する(ステップS1104)。これにより一連の処理を終了する。   Thereafter, it is determined whether the requested page (URL screen) and the cookie file generated in the WEB server 201 have been received (step S1102). Here, waiting for receiving the page and the cookie file (step S1102: No), and if received (step S1102: Yes), the received page (URL screen) is displayed (step S1103), The received cookie file is stored (saved) in a predetermined storage area (step S1104). This completes a series of processing.

(WEBサーバの処理の手順)
図12は、WEBサーバの処理の手順の一例を示すフローチャートである。図12のフローチャートにおいて、WEBサーバ201は、まず、クライアント装置202から、ページリクエスト・クッキー要求があったか否かを判断する(ステップS1201)。ここで、ページリクエスト・クッキー要求があるのを待って(ステップS1201:No)、あった場合(ステップS1201:Yes)は、要求があったクッキーの内容をページに反映する(ステップS1202)。
(Web server processing procedure)
FIG. 12 is a flowchart illustrating an example of a processing procedure of the WEB server. In the flowchart of FIG. 12, the WEB server 201 first determines whether or not there is a page request / cookie request from the client device 202 (step S1201). If there is a page request / cookie request (step S1201: No), and if there is (page S1201: Yes), the content of the requested cookie is reflected on the page (step S1202).

つぎに、データの入力があったか否かを判断する(ステップS1203)。ここで、データの入力があった場合(ステップS1203:Yes)は、入力があったデータをページに反映する(ステップS1204)。その後、ステップS1205へ移行する。一方、データの入力がなかった場合(ステップS1203:No)は、何もせずに、ステップS1205へ移行する。   Next, it is determined whether or not data has been input (step S1203). If data is input (step S1203: Yes), the input data is reflected on the page (step S1204). Thereafter, the process proceeds to step S1205. On the other hand, when there is no data input (step S1203: No), nothing is done and the process proceeds to step S1205.

その後、ステップS1205において、クッキーファイルを生成する(ステップS1205)。このクッキーファイルの生成は、WEBサーバにおいておこなわれる通常の処理であり、クッキー情報が反映されたURL画面の情報、たとえば、URL画面に入力されたデータに基づいて、クッキーファイルを生成する。   Thereafter, in step S1205, a cookie file is generated (step S1205). The generation of the cookie file is a normal process performed in the WEB server, and the cookie file is generated based on information on the URL screen reflecting the cookie information, for example, data input to the URL screen.

そして、ステップS1202およびステップS1204において反映したページと、ステップS1205において生成したクッキーファイルを、クライアント装置202へ送信し(ステップS1206)、一連の処理を終了する。WEBサーバ201は、クライアント装置202からのページリクエストがあるたびに、これらの処理を繰り返し実行する。   Then, the page reflected in step S1202 and step S1204 and the cookie file generated in step S1205 are transmitted to the client device 202 (step S1206), and the series of processing ends. The WEB server 201 repeatedly executes these processes whenever there is a page request from the client device 202.

(パッケージサーバのアプリケーションの内容)
図13は、パッケージサーバにおけるアプリケーションのメニュー画面の一例を示す説明図である。図13において、表示画面1300には、会計業務アプリケーションのメニュー画面が示されている。
(Contents of package server application)
FIG. 13 is an explanatory diagram illustrating an example of an application menu screen in the package server. In FIG. 13, a display screen 1300 shows a menu screen for the accounting business application.

人事給与のアイコンから、左側の年末調整処理1301を選択すると、中央に、年末調整処理の一覧が表示され、その中から、帳票1302を選択する。そうすると、右側に帳票に関する一覧が表示される。その中から、源泉徴収票1303を選択すると、図14に示す源泉徴収票1400が表示される。   When the year-end adjustment process 1301 on the left side is selected from the personnel salary icon, a list of year-end adjustment processes is displayed in the center, and a form 1302 is selected from the list. Then, a list of forms is displayed on the right side. When a withholding slip 1303 is selected from among them, a withholding slip 1400 shown in FIG. 14 is displayed.

(パッケージサーバの表示画面の内容)
図14は、パッケージサーバに表示される画面の一例を示す説明図である。図14は、表示画面1300に表示された源泉徴収票1400を示している。図示を省略するが、源泉徴収票1400は、同じものが1枚のシートに複数表示される場合もある。源泉徴収票1400において、各種金額が記載されている。
(Contents of the package server display screen)
FIG. 14 is an explanatory diagram illustrating an example of a screen displayed on the package server. FIG. 14 shows a withholding slip 1400 displayed on the display screen 1300. Although illustration is omitted, the same withholding slip 1400 may be displayed on a single sheet. In the withholding slip 1400, various amounts are described.

具体的には、「支払金額」欄1401には、『6,570,000(円)』が記載されており、「給与所得控除後の金額」欄1402には、『4,714,400(円)』が記載されており、「社会保険料等の金額」欄1403には、『1,045,860(円)』が記載されており、「旧生命保険料の金額」欄1405には、『158,000(円)』が記載されている。   Specifically, “6,570,000 (yen)” is described in the “payment amount” column 1401, and “4,714,400 (yen after salary income deduction)” column 1402 is entered. Yen) ”, and“ 1,045,860 (yen) ”is entered in the“ Amount of social insurance premiums ”column 1403, and the“ Amount of old life insurance premium ”column 1405 , “158,000 (yen)”.

図14に示した源泉徴収票1400は、パッケージサーバ204によって表示される画面のデータの一例であり、パッケージサーバ204によって出力される帳票のデータの一例でもある。したがって、パッケージサーバ204において管理しているデータを入力情報として利用でき、効率的なデータ連携を実現することができる。   The withholding slip 1400 shown in FIG. 14 is an example of screen data displayed by the package server 204, and is also an example of form data output by the package server 204. Therefore, data managed in the package server 204 can be used as input information, and efficient data linkage can be realized.

(URL画面の内容)
図15は、URL画面の一例を示す説明図である。図15は、ブラウザ1500に表示された国税電子申告画面であり、給与所得の源泉徴収票に関する情報の入力をする入力画面を示している。図15からもわかるように、この入力画面においても、図14の源泉徴収票1400と同様に、「支払金額」欄1501と、「給与所得控除後の金額」欄1502と、「社会保険料等の金額」欄1503と、「旧生命保険料の金額」欄1504とが、含まれていることがわかる。
(URL screen contents)
FIG. 15 is an explanatory diagram illustrating an example of a URL screen. FIG. 15 is a national tax electronic report screen displayed on the browser 1500, and shows an input screen for inputting information related to a salary income withholding slip. As can be seen from FIG. 15, in this input screen, as with the withholding slip 1400 in FIG. 14, “payment amount” field 1501, “amount after deduction of salary income” field 1502, “social insurance premiums, etc.” It can be seen that the “Amount of money” column 1503 and the “Amount of old life insurance premium” column 1504 are included.

従来は、操作者(ユーザ)が、図14に示した源泉徴収票1400を見ながら、各金額および入力欄を間違わないように、いちいち確認しながら、図15に示したブラウザ1500に表示された入力画面に入力している。したがって、入力作業が繁雑で手間がかかっていた。また、入力ミスも多く発生していた。   Conventionally, the operator (user) was displayed on the browser 1500 shown in FIG. 15 while checking each withdrawn amount and input column while checking the withholding slip 1400 shown in FIG. You are typing on the input screen. Therefore, the input work is complicated and time-consuming. There were also many input errors.

本実施の形態においては、以下のようなクッキーファイルを生成する。   In the present embodiment, the following cookie file is generated.

入力値1:『6,570,000』を「支払金額」欄1501に設定。
入力値2:『4,714,400』を「給与所得控除後の金額」欄1502に設定。
入力値3:『1,045,860』を「社会保険料等の金額」欄1503に設定。
入力値4:『158,000』を、「旧生命保険料の金額」欄1504に設定。
Input value 1: “6,570,000” is set in the “payment amount” column 1501.
Input value 2: “4,714,400” is set in the “Amount after deduction of salary income” column 1502.
Input value 3: “1,045,860” is set in the “Amount of social insurance premiums” column 1503.
Input value 4: “158,000” is set in the “Amount of old life insurance premium” field 1504.

このようなクッキーファイルを生成して、クッキー要求をすることによって、各入力値がそれぞれ各欄に反映される。そして、図15の入力画面のように、すでに、「支払金額」欄1501に、『6,570,000(円)』が入力(設定)されており、「給与所得控除後の金額」欄1502に、『4,714,400(円)』が入力(設定)されており、「社会保険料等の金額」欄1503に、『1,045,860(円)』が入力(設定)されており、「旧生命保険料の金額」欄1504に、『158,000(円)』入力(設定)された状態で、表示される。   By generating such a cookie file and making a cookie request, each input value is reflected in each column. As shown in the input screen of FIG. 15, “6,570,000 (yen)” has already been entered (set) in the “payment amount” column 1501, and the “amount after salary income deduction” column 1502. In addition, “4,714,400 (yen)” is input (set), and “1,045,860 (yen)” is input (set) in the “amount of social insurance premiums” column 1503. In the “old life insurance premium” column 1504, “158,000 (yen)” is entered (set) and displayed.

その後、操作者(ユーザ)は、未だ入力されていない欄に必要なデータを入力し、入力が完了後に、「作業完了」ボタン1505を押下する。「作業完了」ボタン1505が押下されることによって、入力されたデータがWEBサーバ201へ送信され、入力されたデータが反映されたURL画面が、キャッシュファイルとともに、WEBサーバ201から送信されてくる。このように、操作者の入力作業が軽減され、また、入力ミスの発生も抑制することができる。   Thereafter, the operator (user) inputs necessary data in a field that has not yet been input, and presses a “work complete” button 1505 after the input is completed. When the “work complete” button 1505 is pressed, the input data is transmitted to the WEB server 201, and the URL screen reflecting the input data is transmitted from the WEB server 201 together with the cache file. Thus, the operator's input work is reduced, and the occurrence of input mistakes can be suppressed.

なお、図15では、国税電子申告におけるデータ連携の内容について示したが、この内容には限定されない。URL画面に対するデータ連携が必要な多くの分野において広く活用することができる。   Although FIG. 15 shows the contents of data linkage in the national tax electronic declaration, the contents are not limited to this. It can be widely used in many fields that require data linkage to the URL screen.

以上説明したように、本実施の形態によれば、URLによって特定される画面(URL画面)の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報(「偽クッキー」ファイル)を生成し、第1のクッキー情報をクッキーファイル記憶部702に記憶し、WEBサーバ201に対して、クッキーファイル記憶部702に記憶された第1のクッキー情報を送信して、URL画面を要求し、WEBサーバ201から、第1のクッキー情報に基づいてURL画面に入力情報を反映させた反映画面の情報、および、当該サーバによって生成された第2のクッキー情報(「真性クッキー」ファイル)を受信し、受信した情報にかかる反映画面をブラウザ1500を用いて表示する。   As described above, according to the present embodiment, the information on the screen (URL screen) specified by the URL, the browser information related to the browser used when displaying the screen, and the input target on the screen. 1st cookie information (“fake cookie” file) is generated based on the input information, and the first cookie information is stored in the cookie file storage unit 702. Information on the reflection screen that transmits the first cookie information stored in the file storage unit 702, requests the URL screen, and reflects the input information on the URL screen from the WEB server 201 based on the first cookie information. And the second cookie information ("authentic cookie" file) generated by the server, and the reflection screen for the received information It displayed using the browser 1500.

これにより、入力対象となっている入力情報を、直接入力しなくて済む。したがって、その分、ユーザの入力作業を軽減することができる。   As a result, it is not necessary to directly input the input information to be input. Therefore, the user's input work can be reduced accordingly.

また、本実施の形態によれば、第1のクッキー情報は、WEBサーバ201とは別のサーバ(パッケージサーバ204)によって生成され、クライアント装置202に記憶されるようにしてもよい。また、本実施の形態によれば、入力情報は、別のサーバ(パッケージサーバ204)によって表示される画面のデータであってもよい。また、入力情報は、別のサーバ(パッケージサーバ204)によって出力される帳票のデータであってもよい。したがって、パッケージサーバ204において管理しているデータを入力情報として利用でき、効率的なデータ連携を実現することができる。   Further, according to the present embodiment, the first cookie information may be generated by a server (package server 204) different from the WEB server 201 and stored in the client device 202. Further, according to the present embodiment, the input information may be screen data displayed by another server (package server 204). The input information may be form data output by another server (package server 204). Therefore, data managed in the package server 204 can be used as input information, and efficient data linkage can be realized.

また、本実施の形態によれば、第1のクッキー情報は、クライアント装置202によって生成され、クッキーファイル記憶部702に記憶されるようにしてもよい。これにより、クライアントが管理しているデータを入力情報として利用することができる。   Further, according to the present embodiment, the first cookie information may be generated by the client device 202 and stored in the cookie file storage unit 702. Thereby, data managed by the client can be used as input information.

また、本実施の形態によれば、第1のクッキー情報は、URLによって特定される画面の情報および当該画面を表示する際に用いられるブラウザに関する情報に基づいて作成された、クッキーファイル生成用テンプレート500を用いて生成されるようにしてもよい。これにより、効率よくかつ確実に第1のクッキー情報(「偽クッキー」ファイル)を生成することができる。   In addition, according to the present embodiment, the first cookie information is a cookie file generation template created based on information on a screen specified by a URL and information on a browser used when displaying the screen. 500 may be used. Thus, the first cookie information (“fake cookie” file) can be generated efficiently and reliably.

このように、本実施の形態によれば、データ連携をするにあたり、クッキー情報を生成するという処理以外に、複雑な処理や操作を必要とせず、これによって効率のよいデータ連携を図り、入力作業を軽減することができる。   As described above, according to the present embodiment, in order to perform data cooperation, in addition to the process of generating cookie information, complicated processing and operation are not required, thereby achieving efficient data cooperation and input work. Can be reduced.

なお、本実施の形態で説明したデータ連携方法は、あらかじめ用意されたプログラムをパーソナルコンピュータやワークステーションなどのコンピュータで実行することにより実現することができる。データ連携プログラムは、ハードディスク、フレキシブルディスク、CD(Compact Disc)−ROM、MO(Magneto−Optical Disk)、DVD(Digital Versatile Disk)、フラッシュメモリ、USB(Universal Serial Bus)メモリなどのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行される。また、データ連携プログラムは、インターネットなどのネットワークを介して配布してもよい。   Note that the data linkage method described in the present embodiment can be realized by executing a program prepared in advance on a computer such as a personal computer or a workstation. Data linkage program can be read by computers such as hard disk, flexible disk, CD (Compact Disc) -ROM, MO (Magneto-Optical Disk), DVD (Digital Versatile Disk), flash memory, USB (Universal Serial Bus) memory, etc. It is recorded on a recording medium and executed by being read from the recording medium by a computer. The data linkage program may be distributed through a network such as the Internet.

上述した実施の形態に関し、さらに以下の付記を開示する。   The following additional notes are disclosed with respect to the embodiment described above.

(付記1)URL(Uniform Resource Locator)によって特定される画面の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報を生成し、
前記第1のクッキー情報を記憶部に記憶し、
サーバに対して、前記記憶部に記憶された前記第1のクッキー情報を送信して、前記画面を要求し、
前記サーバから、前記第1のクッキー情報に基づいて前記画面に前記入力情報を反映させた反映画面の情報、および、当該サーバによって生成された第2のクッキー情報を受信し、
受信した情報にかかる反映画面を前記ブラウザを用いて表示する、
処理をコンピュータに実行させることを特徴とするデータ連携プログラム。
(Additional remark 1) Based on the information of the screen specified by URL (Uniform Resource Locator), the browser information regarding the browser used when displaying the screen, and the input information to be input to the screen To generate first cookie information,
Storing the first cookie information in a storage unit;
Sending the first cookie information stored in the storage unit to the server, requesting the screen,
From the server, receiving information of the reflection screen reflecting the input information on the screen based on the first cookie information, and second cookie information generated by the server,
Display the reflection screen for the received information using the browser.
A data linkage program that causes a computer to execute processing.

(付記2)前記第1のクッキー情報は、前記サーバとは別のサーバによって生成され、クライアント装置に記憶されることを特徴とする付記1に記載のデータ連携プログラム。 (Additional remark 2) The said 1st cookie information is produced | generated by the server different from the said server, and is memorize | stored in a client apparatus, The data cooperation program of Additional remark 1 characterized by the above-mentioned.

(付記3)前記入力情報は、前記別のサーバによって表示される画面のデータであることを特徴とする付記2に記載のデータ連携プログラム。 (Additional remark 3) The said input information is the data of the screen displayed by the said another server, The data cooperation program of Additional remark 2 characterized by the above-mentioned.

(付記4)前記入力情報は、前記別のサーバによって出力される帳票のデータであることを特徴とする付記2に記載のデータ連携プログラム。 (Additional remark 4) The said input information is the data of the form output by the said another server, The data cooperation program of Additional remark 2 characterized by the above-mentioned.

(付記5)前記第1のクッキー情報は、クライアント装置によって生成され、記憶されることを特徴とする付記1に記載のデータ連携プログラム。 (Additional remark 5) The said 1st cookie information is produced | generated and stored by the client apparatus, The data cooperation program of Additional remark 1 characterized by the above-mentioned.

(付記6)前記第1のクッキー情報は、URLによって特定される画面の情報および当該画面を表示する際に用いられるブラウザに関する情報に基づいて作成されたテンプレートを用いて生成されることを特徴とする付記1〜5のいずれか一つに記載のデータ連携プログラム。 (Supplementary note 6) The first cookie information is generated using a template created based on information on a screen specified by a URL and information on a browser used when displaying the screen. The data linkage program according to any one of supplementary notes 1 to 5.

(付記7)前記サーバから受信した第2のクッキー情報を前記記憶部に記憶することを特徴とする付記1〜6のいずれか一つに記載のデータ連携プログラム。 (Supplementary note 7) The data linkage program according to any one of supplementary notes 1 to 6, wherein the second cookie information received from the server is stored in the storage unit.

(付記8)URL(Uniform Resource Locator)によって特定される画面の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報を生成する生成部と、
前記第1のクッキー情報を記憶する記憶部と、
サーバに対して、前記記憶部に記憶された前記第1のクッキー情報を送信して、前記画面を要求する要求部と、
前記サーバから、前記第1のクッキー情報に基づいて前記画面に前記入力情報を反映させた反映画面の情報と、当該サーバによって生成された第2のクッキー情報と、を受信する受信部と、
受信した情報にかかる反映画面を前記ブラウザを用いて表示する表示部と、
を有することを特徴とするデータ連携システム。
(Supplementary Note 8) Based on information on a screen specified by URL (Uniform Resource Locator), browser information on a browser used to display the screen, and input information to be input to the screen A generating unit for generating first cookie information;
A storage unit for storing the first cookie information;
A request unit for transmitting the first cookie information stored in the storage unit to the server and requesting the screen;
A receiving unit that receives from the server information on a reflection screen that reflects the input information on the screen based on the first cookie information; and second cookie information generated by the server;
A display unit for displaying a reflection screen related to the received information using the browser;
A data linkage system characterized by comprising:

(付記9)URL(Uniform Resource Locator)によって特定される画面の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報を生成し、
前記第1のクッキー情報を記憶部に記憶し、
サーバに対して、前記記憶部に記憶された前記第1のクッキー情報を送信して、前記画面を要求し、
前記サーバから、前記第1のクッキー情報に基づいて前記画面に前記入力情報を反映させた反映画面の情報と、当該サーバによって生成された第2のクッキー情報と、を受信し、
受信した情報にかかる反映画面を前記ブラウザを用いて表示する、
処理をコンピュータが実行することを特徴とするデータ連携方法。
(Supplementary Note 9) Based on information on a screen specified by URL (Uniform Resource Locator), browser information on a browser used to display the screen, and input information to be input to the screen To generate first cookie information,
Storing the first cookie information in a storage unit;
Sending the first cookie information stored in the storage unit to the server, requesting the screen,
From the server, receiving information of a reflection screen reflecting the input information on the screen based on the first cookie information, and second cookie information generated by the server,
Display the reflection screen for the received information using the browser.
A data linkage method, wherein a computer executes processing.

100 帳票
110 URL画面
120、1500 ブラウザ
200 データ連携システム
201 WEBサーバ
202 クライアント装置
203 ネットワーク
204 パッケージサーバ
205 クッキーファイル生成用テンプレートDB
500 クッキーファイル生成用テンプレート
601 サイト名称・ページ名称取得部
602 ブラウザ情報取得部
603 クッキーファイル生成用テンプレート取得部
604 データ抽出部
605 クッキーファイル生成部
606 クッキーファイル送信部
701 クッキーファイル受信部
702 クッキーファイル記憶部
703 データ入力部
704 ページリクエスト・クッキーファイル・入力データ送信部
705 ページ・クッキーファイル受信部
706 ページ表示部
801 ページリクエスト・クッキーファイル・入力データ受信部
802 ページ反映部
803 クッキーファイル生成部
804 ページ・クッキーファイル送信部
1300 表示画面
1400 源泉徴収票
100 Form 110 URL screen 120, 1500 Browser 200 Data linkage system 201 Web server 202 Client device 203 Network 204 Package server 205 Cookie file generation template DB
500 Cookie file generation template 601 Site name / page name acquisition unit 602 Browser information acquisition unit 603 Cookie file generation template acquisition unit 604 Data extraction unit 605 Cookie file generation unit 606 Cookie file transmission unit 701 Cookie file reception unit 702 Cookie file storage Section 703 Data input section 704 Page request / cookie file / input data transmission section 705 Page / cookie file reception section 706 Page display section 801 Page request / cookie file / input data reception section 802 Page reflection section 803 Cookie file generation section 804 Cookie file sending part 1300 Display screen 1400 Withholding slip

Claims (8)

URL(Uniform Resource Locator)によって特定される画面の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報を生成し、
前記第1のクッキー情報を記憶部に記憶し、
サーバに対して、前記記憶部に記憶された前記第1のクッキー情報を送信して、前記画面を要求し、
前記サーバから、前記第1のクッキー情報に基づいて前記画面に前記入力情報を反映させた反映画面の情報、および、当該サーバによって生成された第2のクッキー情報を受信し、
受信した情報にかかる反映画面を前記ブラウザを用いて表示する、
処理をコンピュータに実行させることを特徴とするデータ連携プログラム。
Based on the information on the screen specified by the URL (Uniform Resource Locator), the browser information on the browser used when displaying the screen, and the input information that is the input target to the screen, the first Generate cookie information for
Storing the first cookie information in a storage unit;
Sending the first cookie information stored in the storage unit to the server, requesting the screen,
From the server, receiving information of the reflection screen reflecting the input information on the screen based on the first cookie information, and second cookie information generated by the server,
Display the reflection screen for the received information using the browser.
A data linkage program that causes a computer to execute processing.
前記第1のクッキー情報は、前記サーバとは別のサーバによって生成され、クライアント装置に記憶されることを特徴とする請求項1に記載のデータ連携プログラム。   The data linkage program according to claim 1, wherein the first cookie information is generated by a server different from the server and stored in a client device. 前記入力情報は、前記別のサーバによって表示される画面のデータであることを特徴とする請求項2に記載のデータ連携プログラム。   The data linkage program according to claim 2, wherein the input information is screen data displayed by the another server. 前記入力情報は、前記別のサーバによって出力される帳票のデータであることを特徴とする請求項2に記載のデータ連携プログラム。   The data linkage program according to claim 2, wherein the input information is form data output by the another server. 前記第1のクッキー情報は、クライアント装置によって生成され、記憶されることを特徴とする請求項1に記載のデータ連携プログラム。   The data linkage program according to claim 1, wherein the first cookie information is generated and stored by a client device. 前記第1のクッキー情報は、URLによって特定される画面の情報および当該画面を表示する際に用いられるブラウザに関する情報に基づいて作成されたテンプレートを用いて生成されることを特徴とする請求項1〜5のいずれか一つに記載のデータ連携プログラム。   2. The first cookie information is generated using a template created based on information on a screen specified by a URL and information on a browser used to display the screen. The data cooperation program as described in any one of -5. URL(Uniform Resource Locator)によって特定される画面の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報を生成する生成部と、
前記第1のクッキー情報を記憶する記憶部と、
サーバに対して、前記記憶部に記憶された前記第1のクッキー情報を送信して、前記画面を要求する要求部と、
前記サーバから、前記第1のクッキー情報に基づいて前記画面に前記入力情報を反映させた反映画面の情報と、当該サーバによって生成された第2のクッキー情報と、を受信する受信部と、
受信した情報にかかる反映画面を前記ブラウザを用いて表示する表示部と、
を有することを特徴とするデータ連携システム。
Based on the information on the screen specified by the URL (Uniform Resource Locator), the browser information on the browser used when displaying the screen, and the input information that is the input target to the screen, the first A generating unit for generating cookie information of
A storage unit for storing the first cookie information;
A request unit for transmitting the first cookie information stored in the storage unit to the server and requesting the screen;
A receiving unit that receives from the server information on a reflection screen that reflects the input information on the screen based on the first cookie information; and second cookie information generated by the server;
A display unit for displaying a reflection screen related to the received information using the browser;
A data linkage system characterized by comprising:
URL(Uniform Resource Locator)によって特定される画面の情報と、当該画面を表示する際に用いられるブラウザに関するブラウザ情報と、当該画面への入力対象となっている入力情報と、に基づいて、第1のクッキー情報を生成し、
前記第1のクッキー情報を記憶部に記憶し、
サーバに対して、前記記憶部に記憶された前記第1のクッキー情報を送信して、前記画面を要求し、
前記サーバから、前記第1のクッキー情報に基づいて前記画面に前記入力情報を反映させた反映画面の情報と、当該サーバによって生成された第2のクッキー情報と、を受信し、
受信した情報にかかる反映画面を前記ブラウザを用いて表示する、
処理をコンピュータが実行することを特徴とするデータ連携方法。
Based on the information on the screen specified by the URL (Uniform Resource Locator), the browser information on the browser used when displaying the screen, and the input information that is the input target to the screen, the first Generate cookie information for
Storing the first cookie information in a storage unit;
Sending the first cookie information stored in the storage unit to the server, requesting the screen,
From the server, receiving information of a reflection screen reflecting the input information on the screen based on the first cookie information, and second cookie information generated by the server,
Display the reflection screen for the received information using the browser.
A data linkage method, wherein a computer executes processing.
JP2018075072A 2018-04-09 2018-04-09 Data linkage program, data linkage system and data linkage method Active JP7006469B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018075072A JP7006469B2 (en) 2018-04-09 2018-04-09 Data linkage program, data linkage system and data linkage method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018075072A JP7006469B2 (en) 2018-04-09 2018-04-09 Data linkage program, data linkage system and data linkage method

Publications (2)

Publication Number Publication Date
JP2019185364A true JP2019185364A (en) 2019-10-24
JP7006469B2 JP7006469B2 (en) 2022-01-24

Family

ID=68341309

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018075072A Active JP7006469B2 (en) 2018-04-09 2018-04-09 Data linkage program, data linkage system and data linkage method

Country Status (1)

Country Link
JP (1) JP7006469B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002373152A (en) * 2001-02-26 2002-12-26 Matsushita Electric Ind Co Ltd Cookie processing program and image data display device
JP2003337794A (en) * 2002-04-10 2003-11-28 Docomo Communications Laboratories Usa Inc Session preservation and migration among different browsers on different devices
JP2011203800A (en) * 2010-03-24 2011-10-13 Nomura Research Institute Ltd Enterprise web page management system
JP2015087832A (en) * 2013-10-29 2015-05-07 株式会社日立製作所 Portable terminal utilization transaction system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002373152A (en) * 2001-02-26 2002-12-26 Matsushita Electric Ind Co Ltd Cookie processing program and image data display device
JP2003337794A (en) * 2002-04-10 2003-11-28 Docomo Communications Laboratories Usa Inc Session preservation and migration among different browsers on different devices
JP2011203800A (en) * 2010-03-24 2011-10-13 Nomura Research Institute Ltd Enterprise web page management system
JP2015087832A (en) * 2013-10-29 2015-05-07 株式会社日立製作所 Portable terminal utilization transaction system and method

Also Published As

Publication number Publication date
JP7006469B2 (en) 2022-01-24

Similar Documents

Publication Publication Date Title
CN101183360B (en) Program, character input editing method and equipment
US10178248B2 (en) Computing device for generating a document by combining content data with form data
AU2023200114A1 (en) System, method, and interfaces for work product management
US11526367B1 (en) Systems and methods for translation of a digital document to an equivalent interactive user interface
EP1248206A1 (en) Method and apparatus for database table definition
US20170286511A1 (en) Online Safety Deposit Box
US20080263018A1 (en) Method and System for Mapping Business Objects to Relational Database Tables
JP6976763B2 (en) Journal information processing device, journal information processing method, and program
JP2022022451A (en) Server, information processing apparatus, processing method, and program
US11663199B1 (en) Application development based on stored data
JP4959501B2 (en) Information processing apparatus, information processing method, and program
US11295072B2 (en) Autoform filling using text from optical character recognition and metadata for document types
CN114072787A (en) System and method for fast data entry to facilitate document review
JP7006469B2 (en) Data linkage program, data linkage system and data linkage method
JP6190549B1 (en) Document processing system
JP2005107635A (en) Electronic form input system, method and program, and medium
JP4976783B2 (en) PROGRAM GENERATION DEVICE, PROGRAM GENERATION METHOD, PROGRAM, AND RECORDING MEDIUM
JP2002042045A (en) Electronic business form system
JP6693045B2 (en) Personal information display program, personal information display method, and display control device
JP6995405B1 (en) Information provision method, information provision device, information provision program and recording medium
WO2015170517A1 (en) Loading-into-memory management system and program for managing loading into memory
CA2571092C (en) Document output processing using content data and form data
JP2007065805A (en) Electronic slip management system, server device to be used for the same system, terminal equipment and program
JP6393137B2 (en) Form management system, management book service server, management book data update method, and program
JP2003346073A (en) Electronic form system

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180416

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210113

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211130

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211220

R150 Certificate of patent or registration of utility model

Ref document number: 7006469

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150