JP2006053893A - Data processing system, data processing method, processing device, terminal unit, portable terminal unit, and program - Google Patents

Data processing system, data processing method, processing device, terminal unit, portable terminal unit, and program Download PDF

Info

Publication number
JP2006053893A
JP2006053893A JP2005155307A JP2005155307A JP2006053893A JP 2006053893 A JP2006053893 A JP 2006053893A JP 2005155307 A JP2005155307 A JP 2005155307A JP 2005155307 A JP2005155307 A JP 2005155307A JP 2006053893 A JP2006053893 A JP 2006053893A
Authority
JP
Japan
Prior art keywords
data
processing
data processing
terminal device
script
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2005155307A
Other languages
Japanese (ja)
Inventor
Noriyoshi Ichise
規善 市瀬
Shigehiro Ichimura
重博 市村
Kazuhiro Uemura
和容 植村
Masanobu Nakamura
匡伸 中村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2005155307A priority Critical patent/JP2006053893A/en
Publication of JP2006053893A publication Critical patent/JP2006053893A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a data processing system capable of reducing data stored by a server device and suppressing storage of a complicated data processing program by a client device. <P>SOLUTION: A central processing part 13 performs data processing script 11b on a terminal unit side to process an object 11f when it accepts specific data processing request. The central processing part 13 performs transmission script 11c when it accepts predetermined data processing request, communicates with the processing device 2, calls a data processing command 22a stored in the processing device 2, and makes the processing device 2 execute the called data processing command. A data processing part 23 executes the data processing command 22a to access the object 11f of the terminal unit 1 and processes the accessed data 11a. The data processing part 23 provides the terminal unit 1 with the result of the processing. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、データ処理システム、データ処理方法、処理装置、端末装置、携帯端末装置およびプログラムに関する。   The present invention relates to a data processing system, a data processing method, a processing device, a terminal device, a portable terminal device, and a program.

従来のクライアント・サーバ型システムでは、例えば、サーバ装置は、データとデータ処理プログラムとを搭載し、クライアント装置は、サーバ装置が処理したデータを表示する表示部を有している。クライアント装置は、データとデータ処理プログラムとを自己のメモリに搭載しなくて済むため、大容量のメモリを搭載する必要がなくなり、クライアント装置の小型化が可能となる(特許文献1(特開平6−309259号公報)参照)。   In a conventional client / server system, for example, a server device includes data and a data processing program, and the client device has a display unit that displays data processed by the server device. Since the client device does not need to mount data and a data processing program in its own memory, it is not necessary to mount a large-capacity memory, and the client device can be reduced in size (Patent Document 1 (Japanese Patent Application Laid-Open No. HEI 6 (1994) -6)). -309259))).

特許文献2(特開2000−276410号公報)には、種々のデータを蓄積するサーバ装置と、サーバ装置に蓄積されたデータを取り込むローカル用WWWサーバアプリケーションおよびサーバ装置から取り込んだデータにアクセスしてそのデータを処理するローカル用アプリケーションソフトを搭載したクライアント装置と、を含むWWWクライアント・サーバシステムが記載されている。
特開平6−309259号公報 特開2000−276410号公報
In Patent Document 2 (Japanese Patent Laid-Open No. 2000-276410), a server device that accumulates various data, a local WWW server application that captures data stored in the server device, and data that is captured from the server device are accessed. A WWW client / server system including a client device equipped with local application software for processing the data is described.
JP-A-6-309259 JP 2000-276410 A

特許文献1に記載のクライアント・サーバシステムでは、データがサーバ装置に蓄積されているため、クライアント装置は、サーバ装置に接続しなければ、データを取得および利用できないという問題がある。また、サーバ装置がデータを格納しているため、サーバ装置が格納するデータの量が非常に多くなってしまうという問題が発生する。   In the client / server system described in Patent Document 1, since data is stored in the server device, there is a problem that the client device cannot acquire and use data unless it is connected to the server device. In addition, since the server device stores data, there is a problem that the amount of data stored in the server device becomes very large.

特許文献2に記載のWWWクライアント・サーバシステムでは、クライアント装置が、ローカル用WWWサーバアプリケーションおよびローカル用アプリケーションソフトを搭載しているため、クライアント装置は、事前にサーバ装置からデータを取り込んでいれば、サーバと接続していなくても、ローカル用アプリケーションソフトを利用して、その取り込んだデータを処理することが可能となる。   In the WWW client / server system described in Patent Document 2, since the client device includes the local WWW server application and the local application software, if the client device captures data from the server device in advance, Even if not connected to the server, it is possible to process the captured data using local application software.

しかしながら、特許文献2に記載のWWWクライアント・サーバシステムでは、クライアント装置がサーバ装置から取り込んだデータを確実に処理するには、ローカル用アプリケーションソフトは、サーバ装置から取り込んだすべてのデータを適確に処理しなければならない。このため、ローカル用アプリケーションソフトは、種々のデータ処理に対応していなければならず、複雑になってしまう可能性が高い。   However, in the WWW client / server system described in Patent Document 2, in order to reliably process the data captured by the client device from the server device, the local application software appropriately processes all the data captured from the server device. Must be processed. Therefore, the local application software must be compatible with various data processing, and is likely to be complicated.

本発明の目的は、サーバ装置等の処理装置が格納するデータを少なくし、かつ、クライアント装置等の端末装置が複雑なデータ処理プログラムを格納することを抑制することが可能なデータ処理システム、データ処理方法、処理装置、端末装置、携帯端末装置およびプログラムを提供することである。   An object of the present invention is to provide a data processing system and data capable of reducing data stored in a processing device such as a server device and suppressing a terminal device such as a client device from storing a complicated data processing program. A processing method, a processing device, a terminal device, a mobile terminal device, and a program are provided.

上記の目的を達成するために、本発明のデータ処理システムは、データを有する端末装置と、前記端末装置と通信可能な処理装置と、を含み、前記処理装置が、前記端末装置が有するデータを処理する、データ処理システムであって、前記端末装置は、前記処理装置と通信可能な端末装置側通信部と、前記データと、前記処理装置にデータ処理依頼情報を送信する旨の指令を示す送信スクリプトと、を格納する記憶部と、ユーザの入力を受け付ける入力部と、前記入力部が所定データ処理依頼を受け付けると、前記送信スクリプトに基づいて、前記データ処理依頼情報を前記処理装置に送信する送信処理を前記端末装置側通信部に実行させる中央処理部と、を含み、前記処理装置は、前記端末装置の記憶部にアクセスして該記憶部に格納されているデータを処理する旨のデータ処理指令を格納するデータ処理指令記憶部と、前記端末装置側通信部が送信したデータ処理依頼情報を受信する処理装置側通信部と、前記処理装置側通信部が前記データ処理依頼情報を受信すると、前記データ処理指令に基づいて、前記端末装置の記憶部に格納されているデータにアクセスして該アクセスしたデータを処理するデータ処理部とを含む。   In order to achieve the above object, a data processing system of the present invention includes a terminal device having data and a processing device capable of communicating with the terminal device, and the processing device stores data held by the terminal device. A data processing system for processing, wherein the terminal device transmits a terminal device-side communication unit capable of communicating with the processing device, the data, and an instruction to transmit data processing request information to the processing device A storage unit for storing a script; an input unit for receiving a user input; and when the input unit receives a predetermined data processing request, the data processing request information is transmitted to the processing device based on the transmission script. A central processing unit that causes the terminal device side communication unit to execute a transmission process, and the processing device accesses a storage unit of the terminal device and stores the storage unit in the storage unit A data processing command storage unit for storing a data processing command for processing data to be processed, a processing device side communication unit for receiving data processing request information transmitted by the terminal device side communication unit, and the processing device side communication unit A data processing unit that, upon receiving the data processing request information, accesses data stored in the storage unit of the terminal device and processes the accessed data based on the data processing command.

また、本発明のデータ処理方法は、上記データ処理システムが行うデータ処理方法であって、前記入力部が前記所定データ処理依頼を受け付け受付ステップと、前記受付ステップで前記所定データ処理依頼を受け付けると、前記中央処理部が前記送信スクリプトに基づいて前記データ処理依頼情報を前記処理装置に送信する送信処理を前記端末装置側通信部に実行させる送信ステップと、前記処理装置側通信部が前記送信ステップで送信したデータ処理依頼情報を受信する受信ステップと、前記受信ステップで前記データ処理依頼情報を受信すると、前記データ処理部が前記データ処理指令に基づいて前記端末装置の記憶部に格納されているデータにアクセスして該アクセスしたデータを処理するデータ処理ステップと、前記処理装置側通信部が前記データ処理ステップの処理結果を前記端末装置側通信部に送信する処理結果送信ステップと、前記端末装置側通信部が前記処理結果送信ステップで送信された処理結果を受信する処理結果受信ステップとを含む。   The data processing method of the present invention is a data processing method performed by the data processing system, wherein the input unit accepts the predetermined data processing request and accepts the predetermined data processing request at the accepting step. A transmission step for causing the terminal device side communication unit to execute a transmission process in which the central processing unit transmits the data processing request information to the processing device based on the transmission script; and the processing device side communication unit includes the transmission step. Receiving the data processing request information transmitted in step (b), and receiving the data processing request information in the receiving step, the data processing unit is stored in the storage unit of the terminal device based on the data processing command A data processing step for accessing data and processing the accessed data; and communication on the processing device side A processing result transmission step for transmitting the processing result of the data processing step to the terminal device side communication unit; and a processing result receiving step for the terminal device side communication unit to receive the processing result transmitted in the processing result transmission step; including.

また、本発明の処理装置は、端末装置が送信したデータ処理依頼情報を受信すると、該端末装置に格納されているデータを処理し、その処理結果を該端末装置に提供する処理装置であって、前記端末装置にアクセスして該端末装置に格納されているデータを処理する旨の指令を示すデータ処理指令を格納するデータ処理指令記憶部と、前記データ処理依頼情報を受信する処理装置側通信部と、前記処理装置側通信部が前記データ処理依頼情報を受信すると、前記データ処理指令に基づいて、前記端末装置に格納されているデータにアクセスして該アクセスしたデータを処理するデータ処理部とを含む。   The processing device of the present invention is a processing device for processing data stored in the terminal device and providing the processing result to the terminal device when receiving the data processing request information transmitted by the terminal device. A data processing command storage unit that stores a data processing command indicating a command to process the data stored in the terminal device by accessing the terminal device, and a communication on the processing device side that receives the data processing request information And when the processing device side communication unit receives the data processing request information, based on the data processing command, the data processing unit accesses the data stored in the terminal device and processes the accessed data Including.

また、本発明の端末装置は、データを有し、該データを上記処理装置に処理させ、該処理装置から送信される処理結果を受信する端末装置であって、前記処理装置と通信可能な端末装置側通信部と、前記データと、前記処理装置にデータ処理依頼情報を送信する旨の指令を示す送信スクリプトと、を格納する記憶部と、ユーザの入力を受け付ける入力部と、前記入力部が所定データ処理依頼を受け付けると、前記送信スクリプトに基づいて、前記データ処理依頼情報を前記処理装置に送信する送信処理を前記端末装置側通信部に実行させる中央処理部と、を含む。   The terminal device of the present invention is a terminal device that has data, causes the processing device to process the data, and receives a processing result transmitted from the processing device, and is a terminal capable of communicating with the processing device A storage unit that stores an apparatus-side communication unit, the data, and a transmission script indicating a command to transmit data processing request information to the processing device, an input unit that accepts user input, and the input unit A central processing unit that, when receiving a predetermined data processing request, causes the terminal device side communication unit to execute transmission processing for transmitting the data processing request information to the processing device based on the transmission script.

また、本発明の携帯端末装置は、データを有し、該データを上記処理装置に処理させ、該処理装置から送信される処理結果を受信する携帯端末装置であって、前記処理装置と通信可能な端末装置側通信部と、前記データと、前記処理装置にデータ処理依頼情報を送信する旨の指令を示す送信スクリプトと、を格納する記憶部と、ユーザの入力を受け付ける入力部と、前記入力部が所定データ処理依頼を受け付けると、前記送信スクリプトに基づいて、前記データ処理依頼情報を前記処理装置に送信する送信処理を前記端末装置側通信部に実行させる中央処理部と、を含む。   The portable terminal device of the present invention is a portable terminal device that has data, causes the processing device to process the data, and receives a processing result transmitted from the processing device, and is capable of communicating with the processing device. A terminal unit side communication unit, the data, a transmission script indicating a command to transmit data processing request information to the processing device, a storage unit that stores a user input, and the input A central processing unit that causes the terminal device side communication unit to execute transmission processing for transmitting the data processing request information to the processing device based on the transmission script when the unit accepts a predetermined data processing request.

上記の発明によれば、端末装置または携帯端末装置に格納されているデータは、処理装置によって処理される。端末装置または携帯端末装置がデータを格納するため、処理装置が格納するデータの量を少なくすることが可能になる。また、端末装置または携帯端末装置は、処理装置に複雑なデータ処理を実行させることが可能となる。このため、端末装置または携帯端末装置は、複雑なデータ処理を行うために必要となる複雑なデータ処理指令を格納しなくても済むようになる。   According to the above invention, the data stored in the terminal device or the mobile terminal device is processed by the processing device. Since the terminal device or the mobile terminal device stores data, the amount of data stored in the processing device can be reduced. In addition, the terminal device or the mobile terminal device can cause the processing device to execute complicated data processing. For this reason, the terminal device or the portable terminal device does not need to store a complicated data processing command necessary for performing complicated data processing.

また、前記記憶部は、該記憶部が格納しているデータを処理する際のデータ処理手順を示す端末装置側データ処理スクリプトを格納し、前記中央処理部は、前記入力部が前記端末装置側データ処理スクリプトによる処理依頼を受け付けた場合には、前記端末装置側データ処理スクリプトに基づいて、前記記憶部に格納されているデータを処理することが望ましい。   Further, the storage unit stores a terminal device side data processing script indicating a data processing procedure when processing data stored in the storage unit, and the central processing unit is configured such that the input unit is connected to the terminal device side. When the processing request by the data processing script is received, it is preferable to process the data stored in the storage unit based on the terminal device side data processing script.

また、上記データ処理方法において、前記記憶部は、該記憶部が格納しているデータを処理する際のデータ処理手順を示す端末装置側データ処理スクリプトを格納し、前記入力部が前記端末装置側データ処理スクリプトによる処理依頼を受け付ける処理依頼受付ステップと、前記依頼受付ステップで前記端末装置側データ処理スクリプトによる処理依頼を受け付けると、前記中央処理部が前記端末装置側データ処理スクリプトに基づいて前記記憶部に格納されているデータを処理する処理ステップと、をさらに含むことが望ましい。   In the data processing method, the storage unit stores a data processing script on a terminal device side indicating a data processing procedure when processing data stored in the storage unit, and the input unit is on the terminal device side A processing request receiving step for receiving a processing request by a data processing script; and when the processing request by the terminal device side data processing script is received at the request receiving step, the central processing unit stores the memory based on the terminal device side data processing script. It is desirable to further include a processing step for processing data stored in the section.

上記の発明によれば、端末装置に格納されているデータは、端末装置と処理装置とのいずれかで処理される。このため、端末装置が簡単なデータ処理を行い、処理装置が複雑なデータ処理を行うことが可能となる。したがって、端末装置は簡単なデータ処理を処理装置を用いずに行うことが可能になる。   According to the above invention, the data stored in the terminal device is processed by either the terminal device or the processing device. Therefore, the terminal device can perform simple data processing, and the processing device can perform complicated data processing. Therefore, the terminal device can perform simple data processing without using a processing device.

また、前記データと前記送信スクリプトと前記端末装置側データ処理スクリプトとは、共通のオブジェクトに含まれることが望ましい。   The data, the transmission script, and the terminal device side data processing script are preferably included in a common object.

また、前記データ処理指令は、前記データを変更する指令、前記記憶部に格納されているスクリプトを変更または削除する指令、および、新たなスクリプトを前記端末装置に提供する指令のいずれかを含むことが望ましい。   Further, the data processing command includes any of a command to change the data, a command to change or delete a script stored in the storage unit, and a command to provide a new script to the terminal device. Is desirable.

上記の発明によれば、端末装置の処理機能を任意に変更することが可能になる。その理由は、処理装置が、端末装置に格納されたデータの変更、または、端末装置に格納されたスクリプトの変更、追加または削除を行うことができるためである。   According to said invention, it becomes possible to change arbitrarily the processing function of a terminal device. The reason is that the processing device can change the data stored in the terminal device or change, add, or delete the script stored in the terminal device.

また、前記記憶部は、前記データとして、チケット、会員証、クーポンまたはポイントカードに関するデータを格納することが望ましい。   The storage unit preferably stores data relating to a ticket, a membership card, a coupon, or a point card as the data.

上記の発明によれば、端末装置は、チケット、会員証、クーポンまたはポイントカードに関するデータを扱うことが可能となる。   According to said invention, the terminal device can handle the data regarding a ticket, a membership card, a coupon, or a point card.

また、前記データ処理指令記憶部は、前記端末装置に送信する端末側スクリプトの基礎となるサーバ側スクリプトをさらに格納し、前記データ処理部は、前記アクセスしたデータを取得し、その取得したデータを用いて前記サーバ側スクリプトを変換して前記端末側スクリプトを生成し、その生成した端末側スクリプトを前記端末装置に送信するスクリプト送信処理を前記処理装置側通信部に実行させることが望ましい。   The data processing command storage unit further stores a server-side script that is a basis of a terminal-side script to be transmitted to the terminal device, and the data processing unit acquires the accessed data and stores the acquired data. Preferably, the server side script is used to generate the terminal side script, and the processing unit side communication unit executes script transmission processing for transmitting the generated terminal side script to the terminal device.

上記の発明によれば、処理装置は、サーバ側スクリプトを有し、そのサーバ側スクリプトを、端末装置から取得したデータを用いて変換して端末側スクリプトを生成し、その生成した端末側スクリプトを端末装置に送信する。   According to the above invention, the processing device has a server-side script, converts the server-side script using data acquired from the terminal device, generates a terminal-side script, and generates the generated terminal-side script. Send to terminal device.

このため、例えば、端末装置側の処理を、Webのページを作成するHTMLなどのタグ言語のような画面記述言語を用いて変更することが可能となる。   For this reason, for example, the processing on the terminal device side can be changed using a screen description language such as a tag language such as HTML for creating a Web page.

本発明によれば、端末装置または携帯端末装置に格納されているデータは、処理装置によって処理される。端末装置または携帯端末装置がデータを格納するため、処理装置が格納するデータの量を少なくすることが可能になる。また、端末装置または携帯端末装置は、処理装置に複雑なデータ処理を実行させることが可能となる。このため、端末装置または携帯端末装置は、複雑なデータ処理を行うために必要となる複雑なデータ処理指令を格納しなくても済むようになる。   According to the present invention, data stored in the terminal device or the mobile terminal device is processed by the processing device. Since the terminal device or the mobile terminal device stores data, the amount of data stored in the processing device can be reduced. In addition, the terminal device or the mobile terminal device can cause the processing device to execute complicated data processing. For this reason, the terminal device or the portable terminal device does not need to store a complicated data processing command necessary for performing complicated data processing.

また、端末装置に格納されているデータは、端末装置と処理装置とのいずれかで処理される。このため、端末装置が簡単なデータ処理を行い、処理装置が複雑なデータ処理を行うことが可能となる。したがって、端末装置は簡単なデータ処理を処理装置を用いずに行うことが可能になる。   Further, data stored in the terminal device is processed by either the terminal device or the processing device. Therefore, the terminal device can perform simple data processing, and the processing device can perform complicated data processing. Therefore, the terminal device can perform simple data processing without using a processing device.

また、端末装置の処理機能を任意に変更することが可能になる。その理由は、処理装置が、端末装置に格納されたデータの変更、または、端末装置に格納されたスクリプトの変更、追加または削除を行うことができるためである。   In addition, the processing function of the terminal device can be arbitrarily changed. The reason is that the processing device can change the data stored in the terminal device or change, add, or delete the script stored in the terminal device.

以下、本発明の実施例を図面を参照して説明する。   Embodiments of the present invention will be described below with reference to the drawings.

図1は、本発明の一実施例のデータ処理システムを示したブロック図である。図1において、データ処理システムは、端末装置1と処理装置2とを含む。   FIG. 1 is a block diagram showing a data processing system according to an embodiment of the present invention. In FIG. 1, the data processing system includes a terminal device 1 and a processing device 2.

端末装置1は、例えば、携帯電話機等の携帯端末装置であることが望ましい。端末装置1は、記憶部11と、ユーザインタフェース部12と、中央処理部13と、通信部14とを含む。ユーザインタフェース部12は、入力部12aと表示部(出力部)12bとを含む。処理装置2は、例えば、端末装置1をクライアントとするサーバであることが望ましい。処理装置2は、通信部21と、データ処理指令記憶部22と、データ処理部23とを含む。   The terminal device 1 is preferably a mobile terminal device such as a mobile phone. The terminal device 1 includes a storage unit 11, a user interface unit 12, a central processing unit 13, and a communication unit 14. The user interface unit 12 includes an input unit 12a and a display unit (output unit) 12b. The processing device 2 is preferably a server having the terminal device 1 as a client, for example. The processing device 2 includes a communication unit 21, a data processing command storage unit 22, and a data processing unit 23.

記憶部11は、データ11aと、端末装置側データ処理スクリプト11bと、送信スクリプト11cと、表示用データ11dと、スクリプトエンジン用ソフトウェア11eと、動作プログラム11gとを格納する。なお、スクリプトはプログラムである。   The storage unit 11 stores data 11a, a terminal device side data processing script 11b, a transmission script 11c, display data 11d, script engine software 11e, and an operation program 11g. The script is a program.

データ11aは、端末装置1によって処理され、また、処理装置2によっても処理される。例えば、データ11aとして、ユーザのポイント(例えば、ユーザのポイントカードのポイント)を示すポイントデータが用いられる。   The data 11a is processed by the terminal device 1 and also processed by the processing device 2. For example, point data indicating the user's points (for example, points on the user's point card) is used as the data 11a.

端末装置側データ処理スクリプト11bは、データ11aに対する端末装置1の処理手順を示す。本実施例では、端末装置側データ処理スクリプト11bとして、データ11aが示す値を参照し、その参照した値を表示部12bに表示させるデータ表示手順が用いられる。なお、記憶部11は、複数種類の端末装置側データ処理スクリプト11bを格納してもよい。   The terminal device side data processing script 11b indicates a processing procedure of the terminal device 1 for the data 11a. In this embodiment, a data display procedure for referring to the value indicated by the data 11a and displaying the referred value on the display unit 12b is used as the terminal device side data processing script 11b. The storage unit 11 may store a plurality of types of terminal device side data processing scripts 11b.

送信スクリプト11cは、処理装置2にデータ処理依頼情報を送信する旨の指令を示す。なお、データ処理依頼情報は、データ11aの処理を依頼する旨の情報であり、例えば、データ11aの処理を依頼する装置(処理装置2)に対する接続要求が、データ処理依頼情報となる。   The transmission script 11 c indicates a command for transmitting data processing request information to the processing device 2. The data processing request information is information for requesting processing of the data 11a. For example, a connection request to a device (processing device 2) that requests processing of the data 11a is data processing request information.

表示用データ11dは、表示部12bが表示する画面を示すデータである。   The display data 11d is data indicating a screen displayed by the display unit 12b.

本実施例では、記憶部11に格納されるスクリプトは、HTML(HyperText Markup Language)のような画面記述言語で記載されている。   In the present embodiment, the script stored in the storage unit 11 is described in a screen description language such as HTML (HyperText Markup Language).

スクリプトエンジン用ソフトウェア(プログラム)11eは、記憶部11に格納されたスクリプト(端末装置側データ処理スクリプト11bと送信スクリプト11c)を中央処理部13に実行させるためのソフトウェアである。本実施例では、スクリプトエンジン用ソフトウェア11eとして、いわゆるブラウザが用いられる。   The script engine software (program) 11e is software for causing the central processing unit 13 to execute scripts (the terminal device side data processing script 11b and the transmission script 11c) stored in the storage unit 11. In this embodiment, a so-called browser is used as the script engine software 11e.

動作プログラム11gは、中央処理部13の動作を規定するプログラムである。中央処理部13は、動作プログラム11gを読み取り、その読み取った動作プログラム11gを実行することによって種々の処理を行う。以下に示す中央処理部13の処理は、中央処理部13が動作プログラム11gを実行することによって実行される。   The operation program 11 g is a program that defines the operation of the central processing unit 13. The central processing unit 13 reads the operation program 11g and performs various processes by executing the read operation program 11g. The following processing of the central processing unit 13 is executed by the central processing unit 13 executing the operation program 11g.

中央処理部13は、スクリプトエンジン用ソフトウェア11eを読み取り、その読み取ったスクリプトエンジン用ソフトウェア11eを利用して、記憶部11に格納されたスクリプト(端末装置側データ処理スクリプト11bと送信スクリプト11c)を実行する。   The central processing unit 13 reads the script engine software 11e, and executes the scripts (terminal device side data processing script 11b and transmission script 11c) stored in the storage unit 11 using the read script engine software 11e. To do.

なお、記憶部11は、データ11aと、端末装置側データ処理スクリプト11bと、送信スクリプト11cと、表示用データ11dとを、1つのオブジェクト11fの構成要素として、格納してもよい。   The storage unit 11 may store the data 11a, the terminal device side data processing script 11b, the transmission script 11c, and the display data 11d as components of one object 11f.

また、記憶部11は、互いに異なる複数のオブジェクトを格納してもよい。なお、互いに異なる複数のオブジェクトのそれぞれは、データと、端末装置側データ処理スクリプトと、送信スクリプトと、表示用データとを含むことが望ましい。なお、互いに異なる複数のオブジェクトがそれぞれ含む、データと、端末装置側データ処理スクリプトと、送信スクリプトと、表示用データとのそれぞれは、互いに異なることが望ましい。   The storage unit 11 may store a plurality of different objects. Each of the plurality of different objects preferably includes data, a terminal device-side data processing script, a transmission script, and display data. Note that it is desirable that the data, the terminal device side data processing script, the transmission script, and the display data included in a plurality of different objects are different from each other.

入力部12aは、ユーザの入力を受け付ける。入力部12aは、ユーザの入力として、例えば、端末装置側データ処理スクリプト11bを選択する旨の入力(特定データ処理依頼)と、送信スクリプト11cを選択する旨の入力(所定データ処理依頼)と、を受け付ける。入力部12aは、受け付けたユーザの入力を、中央処理部13に出力する。   The input unit 12a receives user input. The input unit 12a, for example, as a user input, inputs for selecting the terminal device side data processing script 11b (specific data processing request), inputs for selecting the transmission script 11c (predetermined data processing request), Accept. The input unit 12 a outputs the received user input to the central processing unit 13.

表示部12bは、中央処理部13から提供される画像データに応じた表示を実行する。   The display unit 12 b performs display according to the image data provided from the central processing unit 13.

中央処理部13は、CPU等のコンピュータである。中央処理部13は、入力部12aが受け付けた入力に基づいて、記憶部11に格納されているスクリプトを選択する。   The central processing unit 13 is a computer such as a CPU. The central processing unit 13 selects a script stored in the storage unit 11 based on the input received by the input unit 12a.

例えば、中央処理部13は、入力部12aが特定データ処理依頼を受け付けると、記憶部11から端末装置側データ処理スクリプト11bを読み出し、その読み出した端末装置側データ処理スクリプト11bを実行して、データ11aが示す値を参照し、その参照した値を表示部12bに表示させるデータ表示処理を行う。   For example, when the input unit 12a receives the specific data processing request, the central processing unit 13 reads the terminal device side data processing script 11b from the storage unit 11, executes the read terminal device side data processing script 11b, Data display processing is performed by referring to the value indicated by 11a and displaying the referenced value on the display unit 12b.

また、中央処理部13は、入力部12aが所定データ処理依頼を受け付けると、記憶部11から送信スクリプト11cを読み出し、その読み出した送信スクリプト11cを実行する。   Further, when the input unit 12a receives the predetermined data processing request, the central processing unit 13 reads the transmission script 11c from the storage unit 11, and executes the read transmission script 11c.

中央処理部13は、送信スクリプト11cを実行すると、データ処理依頼情報を処理装置2に送信する送信処理を通信部14に実行させる。   When the central processing unit 13 executes the transmission script 11c, the central processing unit 13 causes the communication unit 14 to execute transmission processing for transmitting the data processing request information to the processing device 2.

通信部14は、処理装置2の通信部21と通信する。   The communication unit 14 communicates with the communication unit 21 of the processing device 2.

通信部14は、中央処理部13の指示に基づいて、データ処理依頼情報を処理装置2の通信部21に提供する。   The communication unit 14 provides data processing request information to the communication unit 21 of the processing device 2 based on an instruction from the central processing unit 13.

通信部21は、通信部14からデータ処理依頼情報を受け付けると、そのデータ処理依頼情報をデータ処理部23に提供する。   When receiving the data processing request information from the communication unit 14, the communication unit 21 provides the data processing request information to the data processing unit 23.

データ処理指令記憶部22は、データ処理指令(プログラム)22aと動作プログラム22bとを格納する。動作プログラム22bは、データ処理部23の動作を規定するプログラムである。以下に示すデータ処理部23の処理は、データ処理部23が動作プログラム22bを実行することによって実行される。   The data processing command storage unit 22 stores a data processing command (program) 22a and an operation program 22b. The operation program 22 b is a program that defines the operation of the data processing unit 23. The following processing of the data processing unit 23 is executed when the data processing unit 23 executes the operation program 22b.

データ処理指令(プログラム)22aは、データ処理依頼情報に対応する。本実施例では、プログラムとしてのデータ処理指令22aは、端末装置1の記憶部11にアクセスして、記憶部11に格納されているデータ11aを処理する旨の指令を示す。例えば、データ処理指令22aは、データ11aの処理方法として、データ11aが示す値を変更する処理方法を規定する。   The data processing command (program) 22a corresponds to data processing request information. In the present embodiment, the data processing command 22a as a program indicates a command to access the storage unit 11 of the terminal device 1 and process the data 11a stored in the storage unit 11. For example, the data processing command 22a defines a processing method for changing the value indicated by the data 11a as a processing method for the data 11a.

データ処理部23は、CPU等のコンピュータである。   The data processing unit 23 is a computer such as a CPU.

データ処理部23は、通信部21がデータ処理依頼情報を受信すると、そのデータ処理依頼情報と対応するデータ処理指令22aをデータ処理指令記憶部22から読み込み、その読み込んだデータ処理指令22aを実行する。   When the communication unit 21 receives the data processing request information, the data processing unit 23 reads the data processing command 22a corresponding to the data processing request information from the data processing command storage unit 22, and executes the read data processing command 22a. .

データ処理部23は、データ処理指令22aを実行すると、端末装置1の記憶部11に格納されているデータ11aにアクセスし、そのアクセスしたデータ11aを処理する。換言すると、データ処理部23は、データ処理指令22aを実行すると、端末装置1の記憶部11に格納されているデータ11aを読み出し、その読み出したデータ11aを処理する。   When executing the data processing command 22a, the data processing unit 23 accesses the data 11a stored in the storage unit 11 of the terminal device 1, and processes the accessed data 11a. In other words, when executing the data processing command 22a, the data processing unit 23 reads the data 11a stored in the storage unit 11 of the terminal device 1, and processes the read data 11a.

例えば、データ処理指令22aが、データ11aの処理方法として、データ11aが示す値を変更する処理方法を規定していると、データ処理部23は、アクセスしたデータ11aが示す値を変更する処理を実行する。   For example, if the data processing command 22a defines a processing method for changing the value indicated by the data 11a as a processing method for the data 11a, the data processing unit 23 performs processing for changing the value indicated by the accessed data 11a. Execute.

データ処理部23は、その処理結果を端末装置1の通信部14に送信する旨の指示を通信部21に提供する。   The data processing unit 23 provides the communication unit 21 with an instruction to transmit the processing result to the communication unit 14 of the terminal device 1.

通信部21は、データ処理部23の指示に基づいて、データ処理部23の処理結果を端末装置1の通信部14に送信する。通信部14は、データ処理部23の処理結果を受信すると、その受信した処理結果を中央処理部13に出力する。   The communication unit 21 transmits the processing result of the data processing unit 23 to the communication unit 14 of the terminal device 1 based on the instruction of the data processing unit 23. When receiving the processing result of the data processing unit 23, the communication unit 14 outputs the received processing result to the central processing unit 13.

中央処理部13は、その処理結果を受け付けると、記憶部11が格納しているデータ11aを、その受け付けた処理結果に変更する。   When the central processing unit 13 receives the processing result, the central processing unit 13 changes the data 11a stored in the storage unit 11 to the received processing result.

なお、中央処理部13は、変更後のデータ11aが示す値を表示部12bに表示させてもよい。   The central processing unit 13 may display the value indicated by the changed data 11a on the display unit 12b.

次に、動作の概要を説明する。   Next, an outline of the operation will be described.

端末装置(クライアント)1は簡単なデータ処理を行うときは、処理装置(サーバ)2と接続せずに独立して動作する。端末装置1は高負荷な処理を行うときは処理装置2と通信して高負荷な処理を処理装置2に行わせ、その処理結果を得る。換言すると、データは端末装置1側にあり、高負荷な処理が要求された場合は、処理装置2が端末装置1のオブジェクト(データ)をアクセスし、高負荷な処理を行う。   When performing simple data processing, the terminal device (client) 1 operates independently without being connected to the processing device (server) 2. When the terminal device 1 performs high-load processing, the terminal device 1 communicates with the processing device 2 to cause the processing device 2 to perform high-load processing and obtain the processing result. In other words, the data is on the terminal device 1 side, and when high-load processing is requested, the processing device 2 accesses the object (data) of the terminal device 1 and performs high-load processing.

また、処理装置2が端末装置1のデータおよびスクリプトを設定するようにすれば、処理装置2が端末装置1の処理機能を変更、追加、削除することができ、端末装置1の処理を動的に変更することが可能となる。   Further, if the processing device 2 sets the data and script of the terminal device 1, the processing device 2 can change, add, and delete processing functions of the terminal device 1, and dynamically process the terminal device 1. It becomes possible to change to.

また、Webのページを作成するHTMLなどのタグ言語のような画面記述言語により、端末装置1側のスクリプトが作成される。   Further, a script on the terminal device 1 side is created by a screen description language such as a tag language such as HTML for creating a Web page.

次に、動作を説明する。   Next, the operation will be described.

中央処理部13は、入力部12aが端末装置側データ処理スクリプト11bを選択する旨のユーザの入力を受け付けると、端末装置側データ処理スクリプト11bを実行する。   When the central processing unit 13 receives a user input indicating that the input unit 12a selects the terminal device side data processing script 11b, the central processing unit 13 executes the terminal device side data processing script 11b.

スクリプトエンジンとして動作する中央処理部13は、端末装置側データ処理スクリプト11bを実行することによって、オブジェクト11f(具体的には、データ11a)の処理を行う。   The central processing unit 13 that operates as a script engine performs processing of the object 11f (specifically, data 11a) by executing the terminal device side data processing script 11b.

中央処理部13は、入力部12aが送信スクリプト11cを選択する旨のユーザの入力を受け付けると、送信スクリプト11cを実行する。中央処理部13は、送信スクリプト11cを実行することによって、処理装置2と通信して処理装置2に格納されたデータ処理指令(プログラム)22aを呼び出し、その呼び出したデータ処理指令22aを処理装置2に実行させる。   When the central processing unit 13 receives a user input indicating that the input unit 12a selects the transmission script 11c, the central processing unit 13 executes the transmission script 11c. The central processing unit 13 executes the transmission script 11c, thereby communicating with the processing device 2 to call the data processing command (program) 22a stored in the processing device 2, and using the called data processing command 22a as the processing device 2. To run.

処理装置2(具体的には、データ処理部23)は、データ処理指令22aを実行すると、通信相手の端末装置1に存在するオブジェクト11f(具体的には、データ11a)にアクセスし、そのアクセスしたデータ11aを処理する。処理装置2(具体的には、データ処理部23)は、その処理の結果を、端末装置1に提供する。端末装置1(具体的には、中央処理部13)は、処理装置2から提供された処理結果を記憶部11に格納し、また、その処理結果を表示部12bに表示させる。   When the processing device 2 (specifically, the data processing unit 23) executes the data processing command 22a, the processing device 2 (specifically, the data 11a) accesses the object 11f (specifically, the data 11a) existing in the terminal device 1 of the communication partner. The processed data 11a is processed. The processing device 2 (specifically, the data processing unit 23) provides the result of the processing to the terminal device 1. The terminal device 1 (specifically, the central processing unit 13) stores the processing result provided from the processing device 2 in the storage unit 11, and causes the display unit 12b to display the processing result.

本実施例によれば、端末装置1が、例えば、携帯端末装置(例えば、携帯電話機)などの省資源端末装置であり、記憶部11が複雑なスクリプトエンジン用ソフトウェアを格納する記憶容量を有していなくても、端末装置1は、中央処理部(スクリプトエンジン)13が処理できない処理機能を、処理装置2(具体的には、データ処理指令22aを実行するデータ処理部23)に実行させることが可能になる。   According to the present embodiment, the terminal device 1 is a resource-saving terminal device such as a mobile terminal device (for example, a mobile phone), for example, and the storage unit 11 has a storage capacity for storing complicated script engine software. Even if not, the terminal device 1 causes the processing device 2 (specifically, the data processing unit 23 that executes the data processing command 22a) to execute a processing function that the central processing unit (script engine) 13 cannot process. Is possible.

なお、データ処理指令22aは、データ処理部23にオブジェクト11f内のデータ11aを参照させる指令(プログラム)と、データ処理部23にオブジェクト11f内のデータ11aを変更させる指令(プログラム)とを含んでいるが、データ処理部23に新たなオブジェクト(データとスクリプト)を記憶部11に追加させる指令(プログラム)を含んでもよいし、データ処理部23に記憶部11に格納されているオブジェクト(データとスクリプト)を削除させる指令(プログラム)を含んでもよい。   The data processing command 22a includes a command (program) for causing the data processing unit 23 to refer to the data 11a in the object 11f, and a command (program) for causing the data processing unit 23 to change the data 11a in the object 11f. However, it may include a command (program) for causing the data processing unit 23 to add a new object (data and script) to the storage unit 11, or an object (data and data) stored in the storage unit 11 in the data processing unit 23. A command (program) for deleting (script) may be included.

また、データ処理指令22aは、データ処理部23に記憶部11内のスクリプトを変更させる指令(プログラム)を含んでもよいし、データ処理部23に新たなスクリプトを記憶部11に追加させる指令(プログラム)を含んでもよいし、データ処理部23に記憶部11に格納されているスクリプトを削除させる指令(プログラム)を含んでもよい。   The data processing command 22a may include a command (program) for causing the data processing unit 23 to change a script in the storage unit 11, or a command (program for causing the data processing unit 23 to add a new script to the storage unit 11). ) Or a command (program) that causes the data processing unit 23 to delete the script stored in the storage unit 11.

図2および図3は、処理装置2が端末装置1の記憶部11内のスクリプトを置換(変更)する動作を説明するためのフローチャートである。なお、図2は、処理装置2の動作を説明するためのフローチャートであり、図3は、端末装置1の動作を説明するためのフローチャートである。   2 and 3 are flowcharts for explaining an operation in which the processing device 2 replaces (changes) the script in the storage unit 11 of the terminal device 1. FIG. 2 is a flowchart for explaining the operation of the processing device 2, and FIG. 3 is a flowchart for explaining the operation of the terminal device 1.

ステップ201では、処理装置2は、新たなスクリプトを端末装置1に送信する。   In step 201, the processing device 2 transmits a new script to the terminal device 1.

ステップ301では、端末装置1は、処理装置2から送信された新たなスクリプトを受信する。端末装置1は、新たなスクリプトを受信すると、ステップ302を実行する。   In step 301, the terminal device 1 receives a new script transmitted from the processing device 2. When receiving the new script, the terminal device 1 executes Step 302.

ステップ302では、端末装置1は、ステップ301で受信した新たなスクリプトを既存のスクリプトと置換する。   In step 302, the terminal device 1 replaces the new script received in step 301 with an existing script.

処理装置2が、データ処理指令22aに基づいて、端末装置1に格納されたスクリプトを変更する処理を行えば、端末装置1に格納されたスクリプトの処理機能を変更することが可能になる。   If the processing device 2 performs a process of changing the script stored in the terminal device 1 based on the data processing command 22a, the processing function of the script stored in the terminal device 1 can be changed.

また、処理装置2が、データ処理指令22aに基づいて、スクリプトまたはスクリプトを含むオブジェクトを端末装置1に追加する処理を行えば、新たなスクリプトまたは新たなオブジェクトを端末装置1に追加することが可能になる。   Further, if the processing device 2 performs a process of adding a script or an object including a script to the terminal device 1 based on the data processing command 22a, a new script or a new object can be added to the terminal device 1. become.

また、処理装置2が、データ処理指令22aに基づいて、端末装置1に格納されているスクリプトまたはスクリプトを含むオブジェクトを削除する処理を行えば、端末装置1からスクリプトまたはスクリプトを含むオブジェクトを削除することが可能になる。   Further, if the processing device 2 performs a process of deleting a script or an object including a script stored in the terminal device 1 based on the data processing command 22a, the object including the script or the script is deleted from the terminal device 1. It becomes possible.

端末装置1はユーザインタフェース部12を有しているため、中央処理部13は、ユーザインタフェース部12を介して、ユーザからの入力を得たり、ユーザへ情報(例えば、データ処理結果)を出力したりすることができる。   Since the terminal device 1 includes the user interface unit 12, the central processing unit 13 receives input from the user or outputs information (for example, data processing result) to the user via the user interface unit 12. Can be.

中央処理部13は、記憶部11に格納されているスクリプトを実行することで、オブジェクト11fの処理、ユーザからの入力処理またはユーザへの出力処理を行う。このため、処理装置2がデータ処理指令22aに基づいて端末装置1内のスクリプトを変更する処理を行うことにより、端末装置1の中央処理部13が行う、ユーザからの入力処理およびユーザへの出力処理を変更することが可能となる。   The central processing unit 13 executes the script stored in the storage unit 11, thereby performing processing of the object 11f, input processing from the user, or output processing to the user. For this reason, when the processing device 2 performs a process of changing the script in the terminal device 1 based on the data processing command 22a, the input processing from the user and the output to the user performed by the central processing unit 13 of the terminal device 1 It becomes possible to change the processing.

処理装置2が、スクリプトないしスクリプトを含むオブジェクトを端末装置1に追加する処理を行ったり、スクリプトないしスクリプトを含むオブジェクトを端末装置1から削除する処理を行ったりすることにより、端末装置1のスクリプトを追加および削除することが可能となるため、端末装置1が有する、ユーザからの入力処理機能およびユーザへの出力処理機能を、追加および削除することが可能になる。   The processing device 2 performs a process of adding an object including a script or a script to the terminal device 1 or a process of deleting an object including the script or the script from the terminal device 1. Since it becomes possible to add and delete, it becomes possible to add and delete the input processing function from the user and the output processing function to the user that the terminal device 1 has.

データ処理指令22aは、端末装置1が処理装置2から提供された情報を出力(例えば、表示)させる指令(プログラム)を含んでもよい。この場合、処理装置2は、端末装置1に情報(例えば、データ処理結果)を表示させることが可能となる。   The data processing command 22a may include a command (program) that causes the terminal device 1 to output (for example, display) information provided from the processing device 2. In this case, the processing device 2 can display information (for example, a data processing result) on the terminal device 1.

また、中央処理部13が、端末装置1に格納されている複数のスクリプトのリストを表示部12bに表示させ、ユーザが、そのリストの中から所望のスクリプトを選択するように入力部12aを操作した際に、中央処理部13がその選択された所望のスクリプトを実行するようにしてもよい。この場合、ユーザは、ユーザが必要とする処理(スクリプトによる処理)を選択でき、端末装置1はその選択された処理結果を出力(例えば、表示)することができる。   The central processing unit 13 displays a list of a plurality of scripts stored in the terminal device 1 on the display unit 12b, and the user operates the input unit 12a so as to select a desired script from the list. In this case, the central processing unit 13 may execute the selected desired script. In this case, the user can select processing (script processing) required by the user, and the terminal device 1 can output (for example, display) the selected processing result.

図4は、端末装置1の記憶部11に格納されたオブジェクト内のスクリプト(端末装置側データ処理スクリプト11bおよび送信スクリプト11c)の一例を示した説明図である。なお、図4に示したスクリプトは、HTMLで記述されており、「101.html」の名前が付してある。また、図4において、oid(オブジュクトID)=“1”に格納される値およびoid=“2”に格納される値がデータ(オブジェクト内のデータ11a)となる。   FIG. 4 is an explanatory diagram showing an example of scripts (terminal device side data processing script 11b and transmission script 11c) in the object stored in the storage unit 11 of the terminal device 1. Note that the script shown in FIG. 4 is described in HTML and is named “101.html”. In FIG. 4, the value stored in oid (object ID) = “1” and the value stored in oid = “2” are data (data 11a in the object).

例えば、入力部12aが、ユーザの入力として、図4に示したスクリプトを選択する旨の入力(特定データ処理依頼)を受け付けると、中央処理部13は、図4に示したスクリプトを実行する。   For example, when the input unit 12a receives an input (specific data processing request) for selecting the script shown in FIG. 4 as a user input, the central processing unit 13 executes the script shown in FIG.

中央処理部13が図4に示したスクリプトを実行すると、oid=1のデータとして、Integer型で値“10”(ポイント)が格納される。なお、oid=2のデータとしては、もともとString型で値“田中”(ユーザ名)が格納されているものとする。   When the central processing unit 13 executes the script shown in FIG. 4, a value “10” (points) is stored as Integer type data as oid = 1. It is assumed that the value “Tanaka” (user name) is originally stored in the String type as the data of oid = 2.

図5は、中央処理部13が図4に示したスクリプトを実行した際に、表示部12bが表示する画面を示した説明図である。   FIG. 5 is an explanatory diagram showing a screen displayed by the display unit 12b when the central processing unit 13 executes the script shown in FIG.

なお、図5において、「赤外線通信でポイント加算」は「obex:irda?tid=832345699」(送信スクリプト)とリンクしているクリッカブルリンクとなり、「Web通信でポイント加算」は「http://gaibutanmatsu.nec.co.jp/operateobject」(送信スクリプト)とリンクしているクリッカブルリンクとなり、「Web通信でページを表示」は「http://gaibutanmatsu.nec.co.jp/page.html」(送信スクリプト)とリンクしているクリッカブルリンクとなり、「ローカルに格納されたページを表示」は記憶部11内に格納された「ページ102.html(表示用データ11d)」(端末装置側データ処理スクリプト)とリンクしているクリッカブルリンクとなる。   In FIG. 5, “point addition by infrared communication” is a clickable link linked to “obex: irda? Tid = 832345699” (transmission script), and “point addition by web communication” is “http: // gaibutanmatsu” .nec.co.jp / operateobject "(send script) is a clickable link, and" Display page via Web communication "is" http://gaibutanmatsu.nec.co.jp/page.html "(send Clickable link is linked to “script”, and “display page stored locally” is “page 102.html (display data 11d)” stored in storage unit 11 (terminal device side data processing script) It becomes a clickable link that links to.

ユーザが「赤外線通信でポイント加算」をクリックするように入力部12aを操作すると、中央処理部13は、処理装置2に対して赤外線通信での接続要求を行う接続要求処理を通信部14に実行させる。   When the user operates the input unit 12a to click on “add points by infrared communication”, the central processing unit 13 executes a connection request process for making a connection request by infrared communication to the processing device 2 in the communication unit 14. Let

処理装置2のデータ処理部23は、通信部21が通信部14から接続要求を受け付けると、データ処理指令記憶部22に格納されたデータ処理指令22aを実行する。   When the communication unit 21 receives a connection request from the communication unit 14, the data processing unit 23 of the processing device 2 executes the data processing command 22 a stored in the data processing command storage unit 22.

図6は、処理装置2のデータ処理指令記憶部22に格納されたデータ処理指令22aの一例を示した説明図である。   FIG. 6 is an explanatory diagram showing an example of the data processing command 22 a stored in the data processing command storage unit 22 of the processing device 2.

データ処理部23は、図6に示したデータ処理指令22aに基づいて、以下の処理を実行する。   The data processing unit 23 executes the following processing based on the data processing command 22a shown in FIG.

データ処理部23は、端末装置1の記憶部11に格納されているスクリプトの名前およびoid=1のデータにアクセスして、スクリプト名“101.html”およびoid=1のデータ“10”とを取得(参照)する。   The data processing unit 23 accesses the name of the script and the data of oid = 1 stored in the storage unit 11 of the terminal device 1 to obtain the script name “101.html” and the data “10” of oid = 1. Acquire (reference).

データ処理部23は、その取得したoid=1のデータ“10”に“50”を加算してoid=1のデータの値を“60”に変更する。データ処理部23は、変更したoid=1のデータ“60”を、通信部21を介して、端末装置1に提供する。端末装置1の中央処理部13は、通信部14が処理装置2から提供されたoid=1のデータ“60”を受け付けると、記憶部11に格納されているoid=1のデータを“60”に変更する。   The data processing unit 23 adds “50” to the acquired data “10” of oid = 1 and changes the value of the data of oid = 1 to “60”. The data processing unit 23 provides the changed data “60” with oid = 1 to the terminal device 1 via the communication unit 21. When the communication unit 14 receives the data “60” of oid = 1 provided from the processing device 2, the central processing unit 13 of the terminal device 1 converts the data of oid = 1 stored in the storage unit 11 to “60”. Change to

また、データ処理部23は、変更したoid=1のデータ“60”を用いて、スクリプト名“101.html”のスクリプトを生成する。   Further, the data processing unit 23 generates a script with the script name “101.html” using the changed data “60” with oid = 1.

データ処理部23は、その生成したスクリプト名“101.html”のスクリプトを、通信部21を介して、端末装置1に提供する。端末装置1の中央処理部13は、通信部14が処理装置2から提供されたスクリプト名“101.html”のスクリプトを受け付けると、記憶部11に格納されていたスクリプト名“101.html”のスクリプトを、通信部14が受け付けたスクリプト名“101.html”のスクリプトに変更する。   The data processing unit 23 provides the generated script with the script name “101.html” to the terminal device 1 via the communication unit 21. When the communication unit 14 receives the script with the script name “101.html” provided from the processing device 2, the central processing unit 13 of the terminal device 1 receives the script with the script name “101.html” stored in the storage unit 11. The script is changed to the script with the script name “101.html” received by the communication unit 14.

図7は、変更後のスクリプト名“101.html”のスクリプトを示した説明図である。   FIG. 7 is an explanatory diagram showing the script with the script name “101.html” after the change.

データ処理部23は、変更後のスクリプト名“101.html”を実行する。   The data processing unit 23 executes the script name “101.html” after the change.

図8は、中央処理部13が図7に示したスクリプトを実行した際に、表示部12bが表示する画面を示した説明図である。   FIG. 8 is an explanatory diagram showing a screen displayed by the display unit 12b when the central processing unit 13 executes the script shown in FIG.

なお、図8において、「赤外線通信」は「obex:irda?tid=832345699」(送信スクリプト)とリンクしているクリッカブルリンクとなり、「Web通信」は「http://gaibutanmatsu.nec.co.jp/operateobject」(送信スクリプト)とリンクしているクリッカブルリンクとなる。   In FIG. 8, “infrared communication” is a clickable link linked to “obex: irda? Tid = 832345699” (transmission script), and “Web communication” is “http://gaibutanmatsu.nec.co.jp”. It becomes a clickable link linked to "/ operateobject" (send script).

ユーザが図5に示した「Web通信でポイント加算」をクリックするように入力部12aを操作すると、中央処理部13は、「Web通信でポイント加算」とリンクしている「http://gaibutanmatsu.nec.co.jp/operateobject」のサーバである処理装置2に対して接続要求を行う接続要求処理を通信部14に実行させる。なお、接続要求を受けた処理装置2の処理は、処理装置2が赤外線通信での接続要求を受けた場合の処理と同様となる。   When the user operates the input unit 12a to click “add point by Web communication” shown in FIG. 5, the central processing unit 13 links “http: // gaibutanmatsu” linked to “add point by Web communication”. .nec.co.jp / operateobject "causes the communication unit 14 to execute connection request processing for making a connection request to the processing device 2 serving as a server. The processing of the processing device 2 that receives the connection request is the same as the processing when the processing device 2 receives a connection request through infrared communication.

ユーザが図5に示した「Web通信でページを表示」をクリックするように入力部12aを操作すると、中央処理部13は、「Web通信でページを表示」とリンクしている「http://gaibutanmatsu.nec.co.jp/page.html」で規定されるサーバにアクセスし、「http://gaibutanmatsu.nec.co.jp/page.html」が示す内容を表示部12bに表示させる。   When the user operates the input unit 12a to click “Display page by Web communication” shown in FIG. 5, the central processing unit 13 links “http: /” linked to “Display page by Web communication”. The server specified by “/gaibutanmatsu.nec.co.jp/page.html” is accessed, and the content indicated by “http://gaibutanmatsu.nec.co.jp/page.html” is displayed on the display unit 12b.

ユーザが図5に示した「ローカルに格納されたページを表示」をクリックするように入力部12aを操作すると、中央処理部13は、「ローカルに格納されたページを表示」とリンクしているページ102.html(表示用データ11d)が示す内容を表示部12bに表示させる。   When the user operates the input unit 12a so as to click “display a page stored locally” shown in FIG. 5, the central processing unit 13 is linked with “display a page stored locally”. The content indicated by the page 102.html (display data 11d) is displayed on the display unit 12b.

図4に示したスクリプトは、複数の画面表示のための情報(具体的には、「http://gaibutanmatsu.nec.co.jp/page.html」と「ページ102.html」)と、処理の実行を指示するクリッカブルリンク(具体的には、「赤外線通信でポイント加算」と、「Web通信でポイント加算」と、「Web通信でページを表示」および「ローカルに格納されたページを表示」)とを含む。   The script shown in FIG. 4 includes information for multiple screen display (specifically, “http://gaibutanmatsu.nec.co.jp/page.html” and “page 102.html”), processing Clickable link (specifically, "add point by infrared communication", "add point by web communication", "display page by web communication", and "display locally stored page") ).

ここで、図4に示したスクリプトの記述について説明する。   Here, the description of the script shown in FIG. 4 will be described.

図4に示したスクリプトは、オブジェクト11f内のデータ(oid=2のデータ)を参照する記述を有している。   The script shown in FIG. 4 has a description referring to data (data with oid = 2) in the object 11f.

図4に示したスクリプトは、オブジェクト11f内のデータ(oid=1のデータ)を変更する記述を有している。   The script shown in FIG. 4 has a description for changing data (data of oid = 1) in the object 11f.

なお、図4に示したスクリプトは、新たなオブジェクトを生成する記述を有してもよいし、オブジェクト11fを削除する記述を有してもよい。   Note that the script shown in FIG. 4 may have a description for creating a new object or a description for deleting the object 11f.

図4に示したスクリプトは、表示部12bの表示を、ある画面表示のための情報に応じた表示から他の画面表示のための情報に応じた表示に切り替える記述を有している。   The script shown in FIG. 4 has a description for switching the display on the display unit 12b from a display corresponding to information for a certain screen display to a display corresponding to information for another screen display.

図4に示したスクリプトは、処理装置(外部端末)2のデータ処理指令22aを呼び出す記述を有している。なお、処理装置2は、表示する画面の情報を端末装置1に送る機能を有している。   The script shown in FIG. 4 has a description for calling the data processing command 22a of the processing device (external terminal) 2. Note that the processing device 2 has a function of sending screen information to be displayed to the terminal device 1.

図4に示したスクリプトは、クリッカブルリンクがクリックされることで、オブジェクト内データを参照する記述を有してもよい。   The script shown in FIG. 4 may have a description that refers to the data in the object when the clickable link is clicked.

図4に示したスクリプトは、クリッカブルリンクがクリックされることで、オブジェクト内データを変更する記述を有してもよい。   The script shown in FIG. 4 may have a description for changing the data in the object when the clickable link is clicked.

図4に示したスクリプトは、クリッカブルリンクがクリックされることで、オブジェクトを生成する記述を有してもよい。   The script shown in FIG. 4 may have a description for generating an object when a clickable link is clicked.

図4に示したスクリプトは、クリッカブルリンクがクリックされることで、オブジェクトを削除する記述を有してもよい。   The script shown in FIG. 4 may have a description for deleting an object when a clickable link is clicked.

図4に示したスクリプトは、クリッカブルリンクがクリックされることで、表示部12bの表示を、ある画面表示のための情報による表示から、ちがう画面表示のための情報による表示に切り替える記述を有している。   The script shown in FIG. 4 has a description of switching the display on the display unit 12b from the display by information for a certain screen display to the display by information for a different screen display when the clickable link is clicked. ing.

図4に示したスクリプトは、クリッカブルリンクがクリックされることで、処理装置2のプログラムを呼び出す記述を有している。   The script shown in FIG. 4 has a description for calling the program of the processing device 2 when the clickable link is clicked.

図4に示したスクリプトは、ある画面表示のための情報による表示(例えば、図5に示した表示)を行うことにより、その中に記述されているオブジェクト内データ(例えば、oid=2のデータ)を参照することを可能にする記述を有してもよい。   The script shown in FIG. 4 performs display (for example, the display shown in FIG. 5) based on information for a certain screen display, and thereby the in-object data (for example, data with oid = 2) described therein. ) May be referred to.

図4に示したスクリプトは、ある画面表示のための情報による表示(例えば、図5に示した表示)を行うことにより、その中に記述されているオブジェクト内データ(例えば、oid=1のデータ)を変更することを可能する記述を有してもよい。   The script shown in FIG. 4 performs display (for example, the display shown in FIG. 5) based on information for a certain screen display, and thereby the in-object data (for example, data of oid = 1) described therein. ) May be changed.

図4に示したスクリプトは、ある画面表示のための情報による表示を行うことにより、新たなオブジェクトを生成することを可能にする記述を有してもよい。   The script shown in FIG. 4 may have a description that enables a new object to be generated by performing display using information for displaying a certain screen.

図4に示したスクリプトは、ある画面表示のための情報による表示を行うことにより、記憶部11に格納されているオブジェクトを削除することを可能する記述を有してもよい。   The script shown in FIG. 4 may have a description that enables deletion of an object stored in the storage unit 11 by performing display using information for displaying a certain screen.

図4に示したスクリプトは、ある画面表示のための情報による表示(例えば、図5に示した表示)を行うことにより、表示部12bの表示を、他の画面表示のための情報による表示に切り替えることを可能にする記述を有している。   The script shown in FIG. 4 performs display by information for a certain screen display (for example, the display shown in FIG. 5), thereby changing the display of the display unit 12b to display by information for other screen display. It has a description that allows it to be switched.

図4に示したスクリプトは、ある画面表示のための情報による表示(例えば、図5に示した表示)を行うことにより、処理装置2のプログラムを呼び出すことを可能にする記述を有している。   The script shown in FIG. 4 has a description that makes it possible to call the program of the processing device 2 by performing display (for example, the display shown in FIG. 5) using information for a certain screen display. .

図4に示したスクリプトは、参照したデータを表示する記述を有している。   The script shown in FIG. 4 has a description for displaying the referenced data.

図4に示したスクリプトは、参照したデータを処理装置2に渡す記述を有している。   The script shown in FIG. 4 has a description for passing the referenced data to the processing device 2.

スクリプト言語は、HTMLのようなタグ言語であることが望ましい。この場合、ユーザは、Webを作成するような簡単な記述で、上記処理を記述することができる。   The script language is preferably a tag language such as HTML. In this case, the user can describe the above processing with a simple description that creates a Web.

なお、データ処理指令22aに基づいて処理装置2が行うオブジェクト11f(例えばデータ11a)に対する処理は、OBEX、CORBA(Common Object Request Broker Architecture)またはJavaRMI(Remote Method Invocation)等のプロトコルで行われることが望ましい。   The processing for the object 11f (for example, the data 11a) performed by the processing device 2 based on the data processing command 22a may be performed by a protocol such as OBEX, CORBA (Common Object Request Broker Architecture), or Java RMI (Remote Method Invocation). desirable.

また、端末装置1のスクリプトによる処理装置2のプログラムの呼び出し実行は、HTTP、OBEX等のプロトコルで行われることが望ましい。   Further, it is desirable that the program of the processing device 2 is called and executed by the script of the terminal device 1 using a protocol such as HTTP or OBEX.

また、通信部14と通信部21との通信は、無線、有線、赤外線、非接触ICとの間の通信に用いる通信方式、W-CDMA,CDMA,TDMA,PDC,PHS、光通信などあらゆる通信方式のいずれかを使用することが望ましい。   In addition, communication between the communication unit 14 and the communication unit 21 is any communication method such as communication method used for communication with wireless, wired, infrared, non-contact IC, W-CDMA, CDMA, TDMA, PDC, PHS, optical communication, etc. It is desirable to use one of the methods.

本実施例は、端末装置1としての携帯電話機を、例えば、チケット、会員証、クーポン、ポイントカードとして利用する、データ処理システムといった用途に適用できる。   This embodiment can be applied to uses such as a data processing system in which a mobile phone as the terminal device 1 is used as, for example, a ticket, a membership card, a coupon, or a point card.

例えば、携帯電話機が、チケットとしてのデータ、会員証としてのデータ、クーポンとしてのデータおよびポイントカードとしてのデータ、または、それらのいずれかのデータを格納する。   For example, the mobile phone stores data as a ticket, data as a membership card, data as a coupon and data as a point card, or any one of them.

携帯電話機1は、例えば、チケットとしてのデータ、会員証としてのデータ、クーポンとしてのデータまたはポイントカードとしてのデータのいずれかを1つを更新する更新処理依頼(所定データ処理依頼)を入力部12aが受け付けると、記憶部11に格納された送信スクリプト11cに基づいて、更新対象のデータを示したデータ処理依頼情報をPOSなどの処理装置2に送信する。   For example, the mobile phone 1 inputs an update processing request (predetermined data processing request) for updating one of data as a ticket, data as a membership card, data as a coupon, or data as a point card, to the input unit 12a. Is received, data processing request information indicating the data to be updated is transmitted to the processing device 2 such as a POS based on the transmission script 11c stored in the storage unit 11.

処理端末2は、データ処理依頼情報を受け付けると、携帯電話機1の更新対象のデータに読み取り、その読み取ったデータを更新し、更新後のデータを端末装置1に送信する。端末装置1は、更新後のデータを記憶部11に格納する。   When receiving the data processing request information, the processing terminal 2 reads the update target data of the mobile phone 1, updates the read data, and transmits the updated data to the terminal device 1. The terminal device 1 stores the updated data in the storage unit 11.

また、携帯電話機1は、例えば、チケットとしてのデータ、会員証としてのデータ、クーポンとしてのデータまたはポイントカードとしてのデータのいずれかを1つを参照する参照処理依頼(特定データ処理依頼)を入力部12aが受け付けると、記憶部11に格納された端末装置側データ処理スクリプト11bに基づいて、記憶部に格納されている参照対象のデータに応じた表示を表示部12bに実行させる。   The mobile phone 1 also inputs a reference processing request (specific data processing request) that refers to one of data as a ticket, data as a membership card, data as a coupon, or data as a point card, for example. When the unit 12a accepts, based on the terminal device side data processing script 11b stored in the storage unit 11, the display unit 12b causes the display unit 12b to display according to the reference target data stored in the storage unit.

また、処理装置2は、携帯電話機1が格納しているデータまたはスクリプトを適宜変更(追加、削除、変更)する。   In addition, the processing device 2 appropriately changes (adds, deletes, changes) the data or script stored in the mobile phone 1.

本実施例によれば、以下の効果を奏する。   According to the present embodiment, the following effects can be obtained.

第1の効果は、端末装置1が、例えば携帯電話機のような省資源端末装置(メモリ容量が小さいメモリしか備えていない端末装置)であっても、その端末装置1は高負荷な処理結果を得ることができることにある。   The first effect is that even if the terminal device 1 is a resource-saving terminal device such as a mobile phone (a terminal device having only a memory having a small memory capacity), the terminal device 1 can obtain a high-load processing result. There is to be able to get.

その理由は、端末装置1が処理装置2のデータ処理指令(プログラム)を呼び出すことができ、また、データ処理指令(プログラム)を実行している処理装置2が端末装置1内のオブジェクト(データ)にアクセスできるため、処理装置2が高負荷な処理を行うことができるためである。   The reason is that the terminal device 1 can call the data processing command (program) of the processing device 2, and the processing device 2 executing the data processing command (program) is an object (data) in the terminal device 1. This is because the processing device 2 can perform high-load processing.

第2の効果は、端末装置1の処理機能を動的に変更できることにある。   The second effect is that the processing function of the terminal device 1 can be dynamically changed.

その理由は、処理装置2が端末装置1のスクリプトを変更、追加または削除できるためである。   The reason is that the processing device 2 can change, add, or delete the script of the terminal device 1.

第3の効果は、処理装置2が記憶しなければならない情報を削減できることにある。   The third effect is that information that the processing device 2 must store can be reduced.

その理由は、端末装置1がデータを格納しているからである。   The reason is that the terminal device 1 stores data.

次に、他の実施例を説明する。   Next, another embodiment will be described.

図9は、本発明の他の実施例のデータ処理システムを示したブロック図である。図9において、図1に示したものと同一のものには同一符号を付してある。   FIG. 9 is a block diagram showing a data processing system according to another embodiment of the present invention. 9, the same components as those shown in FIG. 1 are denoted by the same reference numerals.

図9に示したデータ処理システムでは、処理装置2が、端末装置1にて実行される端末側スクリプト(具体的には、端末装置側データ処理スクリプト11b)を、Webのページを作成するHTMLなどのタグ言語のような画面記述言語を用いて設定する。   In the data processing system shown in FIG. 9, the processing device 2 generates a terminal-side script (specifically, the terminal device-side data processing script 11 b) executed by the terminal device 1, HTML that creates a Web page, or the like. This is set using a screen description language such as the tag language.

なお、従来の端末指向なプログラムは、処理装置2のプログラムからスクリプトをデータとして操作することで、端末側の処理機能を変更していた。よって、処理装置2のプログラムは、C++言語などの逐次型言語によりプログラミングされる必要があった。   Note that the conventional terminal-oriented program changes the processing function on the terminal side by operating a script from the program of the processing device 2 as data. Therefore, the program of the processing device 2 needs to be programmed by a sequential language such as C ++ language.

本実施例では、C++言語などの逐次型言語ではなく、HTMLなどのタグ言語のような画面記述言語を用いて、端末装置1に格納される端末側スクリプトを生成する。   In the present embodiment, the terminal-side script stored in the terminal device 1 is generated using a screen description language such as a tag language such as HTML instead of a sequential language such as C ++.

以下、図9に示したデータ処理システムを、図1に示したデータ処理システムと異なる点を中心に説明する。   Hereinafter, the data processing system shown in FIG. 9 will be described focusing on differences from the data processing system shown in FIG.

図9に示したデータ処理システムでは、データ処理指令記憶部22は、データ処理指令22aと、動作プログラム22bとに加えて、サーバ側スクリプト22cと、スクリプト変換プログラム22dとをさらに含む。   In the data processing system shown in FIG. 9, the data processing command storage unit 22 further includes a server side script 22c and a script conversion program 22d in addition to the data processing command 22a and the operation program 22b.

本実施例のデータ処理指令22aは、端末装置1の記憶部11にアクセスして、記憶部11に格納されているデータ11aを取得する旨の指令を示す。なお、本実施例では、データ11aは、端末装置1のユーザ名(uname)と、そのユーザ名のユーザが有するポイント(point)とを示す
サーバ側スクリプト22cは、端末装置1にて実行される端末装置側データ処理スクリプト11b(端末側スクリプト)の基礎となるスクリプトである。図10は、サーバ側スクリプト22cの一例を示した説明図である。
The data processing command 22a of this embodiment indicates a command to access the storage unit 11 of the terminal device 1 and acquire the data 11a stored in the storage unit 11. In the present embodiment, the data 11a is a server-side script 22c indicating the user name (uname) of the terminal device 1 and the points possessed by the user of the user name. This is a script that is the basis of the terminal device side data processing script 11b (terminal side script). FIG. 10 is an explanatory diagram showing an example of the server-side script 22c.

なお、サーバ側スクリプト22cは、端末装置1のオブジェクト11f内のデータ11aを参照する処理記述を有してもよい。   The server-side script 22c may have a process description that refers to the data 11a in the object 11f of the terminal device 1.

また、サーバ側スクリプト22cは、端末装置1のオブジェクト11f内のデータ11aを変更する処理記述を有してもよい。   The server-side script 22c may have a process description for changing the data 11a in the object 11f of the terminal device 1.

また、サーバ側スクリプト22cは、端末装置1のオブジェクト11fを生成する処理記述を有してもよい。   The server-side script 22c may have a process description for generating the object 11f of the terminal device 1.

また、サーバ側スクリプト22cは、端末装置1のオブジェクト11fを削除する処理記述を有してもよい。   The server-side script 22c may have a process description for deleting the object 11f of the terminal device 1.

また、サーバ側スクリプト22cは、処理記述を実行した後の表示を指定する記述を有してもよい。   Further, the server-side script 22c may have a description that specifies a display after the processing description is executed.

また、サーバ側スクリプト22cは、参照したデータを表示する記述を有してもよい。   The server-side script 22c may have a description for displaying the referenced data.

また、サーバ側スクリプト22cは、複数種類あってもよい。   Further, there may be a plurality of types of server side scripts 22c.

スクリプト変換プログラム22dは、データ処理指令22aに基づいて取得されたデータ11aを用いて、サーバ側スクリプト22cを変換して端末装置側データ処理スクリプト11bを生成する旨の指令を示す。   The script conversion program 22d indicates a command for converting the server-side script 22c to generate the terminal device-side data processing script 11b using the data 11a acquired based on the data processing command 22a.

スクリプト変換プログラム22dは、例えば、以下の指令を示す。   The script conversion program 22d indicates the following commands, for example.

図10に示したサーバ側スクリプト22cのobjgetvalueにおいて、端末側のオブジェクト2の値を、変数uname(データ11aにて示される端末装置1のユーザ名)に変換し、また、端末側のオブジェクト1の値を、変数point(データ11aにて示されるポイント)に変換し、それらのタグを消去する。さらに、printタグのそれぞれを、変数unameを表す文字列と、変数pointの値を表す文字列に変換する。   In the objgetvalue of the server-side script 22c shown in FIG. 10, the value of the object 2 on the terminal side is converted into a variable uname (the user name of the terminal device 1 indicated by the data 11a). The value is converted into a variable point (point indicated by the data 11a), and those tags are deleted. Further, each of the print tags is converted into a character string representing the variable uname and a character string representing the value of the variable point.

図11は、端末装置側データ処理スクリプト11bの一例を示した説明図である。なお、図11に示した端末装置側データ処理スクリプト11bは、スクリプト変換プログラム22dが実行されることによって、データ11aを用いて、図10に示したサーバ側スクリプト22cを変換して生成される。   FIG. 11 is an explanatory diagram showing an example of the data processing script 11b on the terminal device side. The terminal device side data processing script 11b shown in FIG. 11 is generated by converting the server side script 22c shown in FIG. 10 using the data 11a by executing the script conversion program 22d.

なお、その生成された端末装置側データ処理スクリプト11bには、番号(例えば、ファイル名)が付与される。   Note that a number (for example, a file name) is assigned to the generated terminal device side data processing script 11b.

次に、本実施例の動作を説明する。   Next, the operation of this embodiment will be described.

図12は、本実施例の動作、具体的には、処理装置2の動作を説明するためのシーケンス図である。   FIG. 12 is a sequence diagram for explaining the operation of the present embodiment, specifically, the operation of the processing apparatus 2.

以下、図12を参照して、本実施例の動作を説明する。   Hereinafter, the operation of this embodiment will be described with reference to FIG.

端末装置1の入力部12aが、送信スクリプト11cを選択する旨のユーザの入力を受け付けると、中央処理部13は、送信スクリプト11cを実行する。   When the input unit 12a of the terminal device 1 receives a user input indicating that the transmission script 11c is selected, the central processing unit 13 executes the transmission script 11c.

中央処理部13は、送信スクリプト11cを実行することによって、処理装置2に通信要求を送信する送信処理を、通信部14に実行させる。なお、この通信要求は、処理装置2の動作プログラム22bを呼び出す要求である。   The central processing unit 13 causes the communication unit 14 to execute transmission processing for transmitting a communication request to the processing device 2 by executing the transmission script 11c. This communication request is a request for calling the operation program 22b of the processing device 2.

処理装置2の通信部21は、通信部14から通信要求を受け付けると、その受け付けられた通信要求をデータ処理部23に提供する。通信部21が、通信要求をデータ処理部23に提供すると、データ処理部23は、ステップ1201を実行する。   When receiving the communication request from the communication unit 14, the communication unit 21 of the processing device 2 provides the received communication request to the data processing unit 23. When the communication unit 21 provides a communication request to the data processing unit 23, the data processing unit 23 executes Step 1201.

ステップ1201では、データ処理部23は、通信部21から通信要求を受け付ける。データ処理部23は、通信要求を受け付けると、動作プログラム22bを実行して以下に示す処理を行う。   In step 1201, the data processing unit 23 receives a communication request from the communication unit 21. When receiving the communication request, the data processing unit 23 executes the operation program 22b and performs the following processing.

まず、データ処理部23は、ステップ1202を実行する。   First, the data processing unit 23 executes Step 1202.

ステップ1202では、データ処理部23は、データ処理指令記憶部22に格納されているスクリプトを読み込む。   In step 1202, the data processing unit 23 reads a script stored in the data processing command storage unit 22.

具体的には、データ処理部23は、データ処理指令22aを読み込む。なお、本実施例では、データ処理指令22aは、少なくとも、端末装置1の記憶部11にアクセスして記憶部11に格納されているデータ11aを取得する旨の指令を示す。   Specifically, the data processing unit 23 reads the data processing command 22a. In this embodiment, the data processing command 22a indicates at least a command for accessing the storage unit 11 of the terminal device 1 and acquiring the data 11a stored in the storage unit 11.

データ処理部23は、データ処理指令22aを読み込むと、ステップ1203を実行する。   When the data processing unit 23 reads the data processing command 22a, the data processing unit 23 executes Step 1203.

ステップ1203では、データ処理部23は、データ処理指令22aを最後まで実行したか否か判断する。   In step 1203, the data processing unit 23 determines whether or not the data processing command 22a has been executed to the end.

データ処理部23は、データ処理指令22aを最後まで実行した場合には、ステップ1204を実行し、一方、データ処理指令22aを最後まで実行していない場合には、ステップ1205を実行する。   The data processing unit 23 executes step 1204 when the data processing command 22a has been executed to the end, and executes step 1205 when the data processing command 22a has not been executed to the end.

ステップ1205では、データ処理部23は、データ処理指令22aがデータ生成を指示しているか否か判断する。データ処理部23は、データ処理指令22aがデータ生成を指示している場合には、ステップ1206を実行し、一方、データ処理指令22aがデータ生成を指示していない場合には、ステップ1207を実行する。   In step 1205, the data processing unit 23 determines whether or not the data processing command 22a instructs data generation. If the data processing command 22a instructs data generation, the data processing unit 23 executes step 1206. If the data processing command 22a does not instruct data generation, the data processing unit 23 executes step 1207. To do.

ステップ1206では、データ処理部23は、データ処理指令22aに基づいてデータを生成し、その生成したデータを、通信部21を介して端末装置1に送信する。端末装置1の中央処理部13は、処理装置2から通信部14を介してデータを受け付けると、その受け付けたデータを記憶部11に格納する。   In step 1206, the data processing unit 23 generates data based on the data processing command 22 a and transmits the generated data to the terminal device 1 via the communication unit 21. When the central processing unit 13 of the terminal device 1 receives data from the processing device 2 via the communication unit 14, the central processing unit 13 stores the received data in the storage unit 11.

データ処理部23は、その生成したデータを端末装置1に送信すると、ステップ1202を実行する。   When the data processing unit 23 transmits the generated data to the terminal device 1, the data processing unit 23 executes Step 1202.

ステップ1207では、データ処理部23は、データ処理指令22aがデータ削除を指示しているか否か判断する。データ処理部23は、データ処理指令22aがデータ削除を指示している場合には、ステップ1208を実行し、一方、データ処理指令22aがデータ削除を指示していない場合には、ステップ1209を実行する。   In step 1207, the data processing unit 23 determines whether or not the data processing command 22a instructs data deletion. If the data processing command 22a instructs to delete data, the data processing unit 23 executes step 1208. If the data processing command 22a does not instruct data deletion, the data processing unit 23 executes step 1209. To do.

ステップ1208では、データ処理部23は、データ処理指令22aに基づいてデータ削除命令を生成し、その生成したデータ削除命令を、通信部21を介して端末装置1に送信する。   In step 1208, the data processing unit 23 generates a data deletion command based on the data processing command 22a, and transmits the generated data deletion command to the terminal device 1 via the communication unit 21.

端末装置1の中央処理部13は、処理装置2から通信部14を介してデータ削除指令を受け付けると、その受け付けたデータ削除指令に応じて、記憶部11に格納されているデータを削除する。   When the central processing unit 13 of the terminal device 1 receives a data deletion command from the processing device 2 via the communication unit 14, the central processing unit 13 deletes the data stored in the storage unit 11 in accordance with the received data deletion command.

データ処理部23は、その生成したデータ削除命令を端末装置1に送信すると、ステップ1202を実行する。   When the data processing unit 23 transmits the generated data deletion command to the terminal device 1, the data processing unit 23 executes Step 1202.

ステップ1209では、データ処理部23は、データ処理指令22aがデータ参照を指示しているか否か判断する。データ処理部23は、データ処理指令22aがデータ参照を指示している場合には、ステップ1210を実行し、一方、データ処理指令22aがデータ参照を指示していない場合には、ステップ1211を実行する。   In step 1209, the data processing unit 23 determines whether or not the data processing command 22a instructs data reference. The data processing unit 23 executes step 1210 when the data processing command 22a instructs data reference, and executes step 1211 when the data processing command 22a does not instruct data reference. To do.

ステップ1210では、データ処理部23は、データ処理指令22aに基づいて、端末装置1の記憶部11にアクセスして記憶部11に格納されているデータ11aを取得する。データ処理部23は、データ11aを取得すると、ステップ1202を実行する。   In step 1210, the data processing unit 23 accesses the storage unit 11 of the terminal device 1 based on the data processing command 22a and acquires the data 11a stored in the storage unit 11. When acquiring the data 11a, the data processing unit 23 executes Step 1202.

ステップ1211では、データ処理部23は、データ処理指令22aがデータ変更を指示しているか否か判断する。データ処理部23は、データ処理指令22aがデータ変更を指示している場合には、ステップ1212を実行し、一方、データ処理指令22aがデータ変更を指示していない場合には、ステップ1213を実行する。   In step 1211, the data processing unit 23 determines whether or not the data processing command 22a instructs data change. The data processing unit 23 executes step 1212 when the data processing instruction 22a instructs to change data, while executing step 1213 when the data processing instruction 22a does not instruct data change. To do.

ステップ1212では、データ処理部23は、データ処理指令22aに基づいて、端末装置1の記憶部11にアクセスして記憶部11に格納されているデータを変更する。データ処理部23は、データを変更すると、ステップ1202を実行する。   In step 1212, the data processing unit 23 accesses the storage unit 11 of the terminal device 1 and changes the data stored in the storage unit 11 based on the data processing command 22 a. The data processing unit 23 executes step 1202 when the data is changed.

ステップ1213では、データ処理部23は、その他のスクリプトを実行し、その後、ステップ1202を実行する。   In step 1213, the data processing unit 23 executes another script, and then executes step 1202.

ステップ1204では、データ処理部23は、端末側スクリプトを生成する。   In step 1204, the data processing unit 23 generates a terminal-side script.

具体的には、データ処理部23は、スクリプト変換プログラム22dを実行することによって、サーバ側スクリプト22cを、端末装置1の記憶部11から読み出したデータを用いて変換して端末側スクリプト(端末装置側データ処理スクリプト11b)を生成する。なお、データ処理部23は、その端末側スクリプトに番号(ファイル名)を付与する。   Specifically, the data processing unit 23 executes the script conversion program 22d to convert the server-side script 22c using data read from the storage unit 11 of the terminal device 1, thereby converting the terminal-side script (terminal device). A side data processing script 11b) is generated. The data processing unit 23 assigns a number (file name) to the terminal-side script.

データ処理部23は、端末側スクリプトを生成すると、ステップ1214を実行する。   When the data processing unit 23 generates the terminal-side script, the data processing unit 23 executes Step 1214.

ステップ1214では、データ処理部23は、その生成した端末側スクリプトを端末装置1に送信する処理を、通信部21に実行させる。   In step 1214, the data processing unit 23 causes the communication unit 21 to execute processing for transmitting the generated terminal-side script to the terminal device 1.

端末装置1の中央処理部13は、通信部14を介して端末側スクリプトを受け付けると、その受け付けた端末側スクリプトを、端末装置側データ処理スクリプト11bとして、記憶部11に格納する。   When the central processing unit 13 of the terminal device 1 receives the terminal-side script via the communication unit 14, the central processing unit 13 stores the received terminal-side script in the storage unit 11 as the terminal device-side data processing script 11b.

なお、中央処理部13は、記憶部11に格納されている端末装置側データ処理スクリプト11bの中に、その受け付けた端末側スクリプトの番号を有するものが存在しない場合、その受け付けた端末側スクリプトを、端末装置側データ処理スクリプト11bに追加する。   When there is no terminal device side data processing script 11b stored in the storage unit 11 having the received terminal side script number, the central processing unit 13 determines the received terminal side script. To the terminal device side data processing script 11b.

一方、中央処理部13は、記憶部11に格納されている端末装置側データ処理スクリプト11bの中に、その受け付けた端末側スクリプトの番号を有するものが存在する場合、その番号を有する端末装置側データ処理スクリプト11bを、その受け付けた端末側スクリプトに置き換える。   On the other hand, if there is a terminal processing-side data processing script 11b stored in the storage unit 11 that has the received terminal-side script number, the central processing unit 13 has the terminal device side having that number. The data processing script 11b is replaced with the received terminal-side script.

本実施例によれば、処理装置2は、サーバ側スクリプトを有し、そのサーバ側スクリプトを、端末装置1から取得したデータを用いて変換して端末側スクリプトを生成し、その生成した端末側スクリプトを端末装置1に送信する。   According to the present embodiment, the processing device 2 has a server-side script, converts the server-side script using data acquired from the terminal device 1, generates a terminal-side script, and generates the terminal-side script. The script is transmitted to the terminal device 1.

このため、例えば、端末装置側の処理を、Webのページを作成するHTMLなどのタグ言語のような画面記述言語を用いて変更することが可能となる。   For this reason, for example, the processing on the terminal device side can be changed using a screen description language such as a tag language such as HTML for creating a Web page.

本実施例によれば、端末装置1としての携帯電話機を、例えば、チケット、会員証、クーポン、ポイントカードとして利用する、データ処理システムといった用途に適用できる。   According to the present embodiment, the cellular phone as the terminal device 1 can be applied to uses such as a data processing system in which it is used as, for example, a ticket, a membership card, a coupon, or a point card.

例えば、携帯電話機が、チケットとしてのデータ、会員証としてのデータ、クーポンとしてのデータおよびポイントカードとしてのデータ、または、それらのいずれかのデータを格納する。   For example, the mobile phone stores data as a ticket, data as a membership card, data as a coupon and data as a point card, or any one of them.

携帯電話機1は、例えば、チケットとしてのデータ、会員証としてのデータ、クーポンとしてのデータまたはポイントカードとしてのデータのいずれかを1つを参照する参照処理依頼(特定データ処理依頼)を入力部12aが受け付けると、記憶部11に格納された端末装置側データ処理スクリプト11bに基づいて、記憶部に格納されている参照対象のデータに応じた表示を表示部12bに実行させる。   For example, the mobile phone 1 inputs a reference processing request (specific data processing request) referring to one of data as a ticket, data as a membership card, data as a coupon, or data as a point card to the input unit 12a. Is received, based on the terminal device side data processing script 11b stored in the storage unit 11, the display unit 12b is caused to display according to the reference target data stored in the storage unit.

また、本実施例は、処理装置2が、携帯電話機1が格納している端末装置側データ処理スクリプト11bを適宜設定するデータ処理システムに適用することが可能である。   Further, the present embodiment can be applied to a data processing system in which the processing device 2 appropriately sets the terminal device side data processing script 11b stored in the mobile phone 1.

以上説明した各実施例において、図示した構成は単なる一例であって、本発明はその構成に限定されるものではない。   In each of the embodiments described above, the illustrated configuration is merely an example, and the present invention is not limited to the configuration.

本発明の一実施例のデータ処理システムを示したブロック図である。It is the block diagram which showed the data processing system of one Example of this invention. データ処理システムの動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of a data processing system. データ処理システムの動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of a data processing system. 記憶部11が格納するスクリプトの一例を示した説明図である。It is explanatory drawing which showed an example of the script which the memory | storage part 11 stores. 表示部12bの表示の一例を示した説明図である。It is explanatory drawing which showed an example of the display of the display part 12b. データ処理指令22aの一例を示した説明図である。It is explanatory drawing which showed an example of the data processing instruction | command 22a. 記憶部11が格納するスクリプトの一例を示した説明図である。It is explanatory drawing which showed an example of the script which the memory | storage part 11 stores. 表示部12bの表示の一例を示した説明図である。It is explanatory drawing which showed an example of the display of the display part 12b. 本発明の他の実施例のデータ処理システムを示したブロック図である。It is the block diagram which showed the data processing system of the other Example of this invention. サーバ側スクリプトの一例を示した説明図である。It is explanatory drawing which showed an example of the server side script. 端末側スクリプトの一例を示した説明図である。It is explanatory drawing which showed an example of the terminal side script. 図9に示したデータ処理システムの動作を説明するためのフローチャートである。It is a flowchart for demonstrating operation | movement of the data processing system shown in FIG.

符号の説明Explanation of symbols

1 端末装置
11 記憶部
11a データ
11b 端末装置側データ処理スクリプト
11c 送信スクリプト
11d 表示用データ
11e スクリプトエンジン用ソフトウェア
11f オブジェクト
12 ユーザインタフェース部
12a 入力部
12b 表示部
13 中央処理部
14 通信部
2 処理装置
21 通信部
22 データ処理指令記憶部
22a データ処理指令
22b 動作プログラム
22c サーバ側スクリプト
22d スクリプト変換プログラム
23 データ処理部
DESCRIPTION OF SYMBOLS 1 Terminal device 11 Memory | storage part 11a Data 11b Terminal device side data processing script 11c Transmission script 11d Display data 11e Script engine software 11f Object 12 User interface part 12a Input part 12b Display part 13 Central processing part 14 Communication part 2 Processing apparatus 21 Communication unit 22 Data processing command storage unit 22a Data processing command 22b Operation program 22c Server side script 22d Script conversion program 23 Data processing unit

Claims (22)

データを有する端末装置と、前記端末装置と通信可能な処理装置と、を含み、前記処理装置が、前記端末装置が有するデータを処理する、データ処理システムであって、
前記端末装置は、
前記処理装置と通信可能な端末装置側通信部と、
前記データと、前記処理装置にデータ処理依頼情報を送信する旨の指令を示す送信スクリプトと、を格納する記憶部と、
ユーザの入力を受け付ける入力部と、
前記入力部が所定データ処理依頼を受け付けると、前記送信スクリプトに基づいて、前記データ処理依頼情報を前記処理装置に送信する送信処理を前記端末装置側通信部に実行させる中央処理部と、を含み、
前記処理装置は、
前記端末装置の記憶部にアクセスして該記憶部に格納されているデータを処理する旨のデータ処理指令を格納するデータ処理指令記憶部と、
前記端末装置側通信部が送信したデータ処理依頼情報を受信する処理装置側通信部と、
前記処理装置側通信部が前記データ処理依頼情報を受信すると、前記データ処理指令に基づいて、前記端末装置の記憶部に格納されているデータにアクセスして該アクセスしたデータを処理するデータ処理部とを含む、データ処理システム。
A data processing system including a terminal device having data and a processing device capable of communicating with the terminal device, wherein the processing device processes data included in the terminal device,
The terminal device
A terminal device side communication unit capable of communicating with the processing device;
A storage unit for storing the data and a transmission script indicating a command to transmit data processing request information to the processing device;
An input unit that accepts user input;
A central processing unit that causes the terminal device side communication unit to execute transmission processing for transmitting the data processing request information to the processing device based on the transmission script when the input unit receives a predetermined data processing request. ,
The processor is
A data processing command storage unit for storing a data processing command for processing the data stored in the storage unit by accessing the storage unit of the terminal device;
A processing device side communication unit that receives data processing request information transmitted by the terminal device side communication unit;
When the processing device side communication unit receives the data processing request information, the data processing unit accesses the data stored in the storage unit of the terminal device and processes the accessed data based on the data processing command And a data processing system.
請求項1に記載のデータ処理システムにおいて、
前記記憶部は、該記憶部が格納しているデータを処理する際のデータ処理手順を示す端末装置側データ処理スクリプトを格納し、
前記中央処理部は、前記入力部が前記端末装置側データ処理スクリプトによる処理依頼を受け付けた場合には、前記端末装置側データ処理スクリプトに基づいて、前記記憶部に格納されているデータを処理する、データ処理システム。
The data processing system of claim 1, wherein
The storage unit stores a terminal device side data processing script indicating a data processing procedure when processing data stored in the storage unit,
The central processing unit processes data stored in the storage unit based on the terminal device side data processing script when the input unit receives a processing request by the terminal device side data processing script. , Data processing system.
請求項2に記載のデータ処理システムにおいて、
前記データと前記送信スクリプトと前記端末装置側データ処理スクリプトとは、共通のオブジェクトに含まれる、データ処理システム。
The data processing system according to claim 2, wherein
The data processing system, wherein the data, the transmission script, and the terminal device side data processing script are included in a common object.
請求項1ないし3のいずれか1項に記載のデータ処理システムにおいて、
前記データ処理指令は、前記データを変更する指令、前記記憶部に格納されているスクリプトを変更または削除する指令、および、新たなスクリプトを前記端末装置に提供する指令のいずれかを含む、データ処理システム。
The data processing system according to any one of claims 1 to 3,
The data processing command includes any one of a command to change the data, a command to change or delete a script stored in the storage unit, and a command to provide a new script to the terminal device. system.
請求項1ないし4のいずれか1項に記載のデータ処理システムにおいて、
前記記憶部は、前記データとして、チケット、会員証、クーポンまたはポイントカードに関するデータを格納する、データ処理システム。
The data processing system according to any one of claims 1 to 4,
The said memory | storage part is a data processing system which stores the data regarding a ticket, a membership card, a coupon, or a point card as said data.
請求項1に記載のデータ処理システムが行うデータ処理方法であって、
前記入力部が前記所定データ処理依頼を受け付け受付ステップと、
前記受付ステップで前記所定データ処理依頼を受け付けると、前記中央処理部が前記送信スクリプトに基づいて前記データ処理依頼情報を前記処理装置に送信する送信処理を前記端末装置側通信部に実行させる送信ステップと、
前記処理装置側通信部が前記送信ステップで送信したデータ処理依頼情報を受信する受信ステップと、
前記受信ステップで前記データ処理依頼情報を受信すると、前記データ処理部が前記データ処理指令に基づいて前記端末装置の記憶部に格納されているデータにアクセスして該アクセスしたデータを処理するデータ処理ステップと、
前記処理装置側通信部が前記データ処理ステップの処理結果を前記端末装置側通信部に送信する処理結果送信ステップと、
前記端末装置側通信部が前記処理結果送信ステップで送信された処理結果を受信する処理結果受信ステップと、を含むデータ処理方法。
A data processing method performed by the data processing system according to claim 1,
The input unit accepting and accepting the predetermined data processing request;
When the predetermined data processing request is received in the receiving step, the central processing unit transmits the data processing request information to the processing device based on the transmission script. When,
A receiving step of receiving the data processing request information transmitted by the processing device side communication unit in the transmitting step;
Data processing in which when the data processing request information is received in the receiving step, the data processing unit accesses the data stored in the storage unit of the terminal device based on the data processing command and processes the accessed data Steps,
A processing result transmission step in which the processing device side communication unit transmits a processing result of the data processing step to the terminal device side communication unit;
A processing result receiving step in which the terminal device side communication unit receives the processing result transmitted in the processing result transmitting step.
請求項6に記載のデータ処理方法において、
前記記憶部は、該記憶部が格納しているデータを処理する際のデータ処理手順を示す端末装置側データ処理スクリプトを格納し、
前記入力部が前記端末装置側データ処理スクリプトによる処理依頼を受け付ける処理依頼受付ステップと、
前記依頼受付ステップで前記端末装置側データ処理スクリプトによる処理依頼を受け付けると、前記中央処理部が前記端末装置側データ処理スクリプトに基づいて前記記憶部に格納されているデータを処理する処理ステップと、をさらに含むデータ処理方法。
The data processing method according to claim 6,
The storage unit stores a terminal device side data processing script indicating a data processing procedure when processing data stored in the storage unit,
A processing request receiving step in which the input unit receives a processing request by the terminal device side data processing script;
A processing step in which the central processing unit processes the data stored in the storage unit based on the terminal device side data processing script when receiving a processing request by the terminal device side data processing script in the request receiving step; A data processing method further comprising:
請求項7に記載のデータ処理方法において、
前記データと前記送信スクリプトと前記端末装置側データ処理スクリプトとは、共通のオブジェクトに含まれる、データ処理方法。
The data processing method according to claim 7,
The data processing method, wherein the data, the transmission script, and the terminal device side data processing script are included in a common object.
請求項6ないし8のいずれか1項に記載のデータ処理方法において、
前記データ処理指令は、前記データを変更する指令、前記記憶部に格納されているスクリプトを変更または削除する指令、および、新たなスクリプトを前記端末装置に提供する指令のいずれかを含む、データ処理方法。
The data processing method according to any one of claims 6 to 8,
The data processing command includes any one of a command to change the data, a command to change or delete a script stored in the storage unit, and a command to provide a new script to the terminal device. Method.
請求項6ないし9のいずれか1項に記載のデータ処理方法において、
前記記憶部は、前記データとして、チケット、会員証、クーポンまたはポイントカードに関するデータを格納する、データ処理方法。
The data processing method according to any one of claims 6 to 9,
The said memory | storage part is a data processing method which stores the data regarding a ticket, a membership card, a coupon, or a point card as the said data.
端末装置が送信したデータ処理依頼情報を受信すると、該端末装置に格納されているデータを処理し、その処理結果を該端末装置に提供する処理装置であって、
前記端末装置にアクセスして該端末装置に格納されているデータを処理する旨の指令を示すデータ処理指令を格納するデータ処理指令記憶部と、
前記データ処理依頼情報を受信する処理装置側通信部と、
前記処理装置側通信部が前記データ処理依頼情報を受信すると、前記データ処理指令に基づいて、前記端末装置に格納されているデータにアクセスして該アクセスしたデータを処理するデータ処理部とを含む、処理装置。
When the data processing request information transmitted by the terminal device is received, the processing device processes the data stored in the terminal device and provides the processing result to the terminal device.
A data processing command storage unit for storing a data processing command indicating a command to access the terminal device and process data stored in the terminal device;
A processing device side communication unit that receives the data processing request information;
A data processing unit that accesses the data stored in the terminal device and processes the accessed data based on the data processing command when the processing device side communication unit receives the data processing request information , Processing equipment.
請求項11に記載の処理装置であって、
前記データ処理指令は、前記データを変更する指令、前記端末装置に格納されているスクリプトを変更または削除する指令、および、新たなスクリプトを前記端末装置に提供する指令のいずれかを含む、処理装置。
The processing apparatus according to claim 11, comprising:
The data processing command includes any one of a command to change the data, a command to change or delete a script stored in the terminal device, and a command to provide a new script to the terminal device. .
データを有し、該データを請求項11または12に記載の処理装置に処理させ、該処理装置から送信される処理結果を受信する端末装置であって、
前記処理装置と通信可能な端末装置側通信部と、
前記データと、前記処理装置にデータ処理依頼情報を送信する旨の指令を示す送信スクリプトと、を格納する記憶部と、
ユーザの入力を受け付ける入力部と、
前記入力部が所定データ処理依頼を受け付けると、前記送信スクリプトに基づいて、前記データ処理依頼情報を前記処理装置に送信する送信処理を前記端末装置側通信部に実行させる中央処理部と、を含む端末装置。
A terminal device that has data, causes the processing device according to claim 11 or 12 to process the data, and receives a processing result transmitted from the processing device,
A terminal device side communication unit capable of communicating with the processing device;
A storage unit for storing the data and a transmission script indicating a command to transmit data processing request information to the processing device;
An input unit that accepts user input;
A central processing unit for causing the terminal device side communication unit to execute transmission processing for transmitting the data processing request information to the processing device based on the transmission script when the input unit receives a predetermined data processing request. Terminal device.
請求項13に記載の端末装置において、
前記記憶部は、該記憶部が格納しているデータを処理する際のデータ処理手順を示す端末装置側データ処理スクリプトを格納し、
前記中央処理部は、前記入力部が前記端末装置側データ処理スクリプトによる処理依頼を受け付けた場合には、前記端末装置側データ処理スクリプトに基づいて、前記記憶部に格納されているデータを処理する、端末装置。
The terminal device according to claim 13,
The storage unit stores a terminal device side data processing script indicating a data processing procedure when processing data stored in the storage unit,
The central processing unit processes data stored in the storage unit based on the terminal device side data processing script when the input unit receives a processing request by the terminal device side data processing script. Terminal equipment.
請求項13または14に記載の端末装置において、
前記記憶部は、前記データとして、チケット、会員証、クーポンまたはポイントカードに関するデータを格納する、端末装置。
The terminal device according to claim 13 or 14,
The said memory | storage part is a terminal device which stores the data regarding a ticket, a membership card, a coupon, or a point card as the said data.
データを有し、該データを請求項11または12に記載の処理装置に処理させ、該処理装置から送信される処理結果を受信する携帯端末装置であって、
前記処理装置と通信可能な端末装置側通信部と、
前記データと、前記処理装置にデータ処理依頼情報を送信する旨の指令を示す送信スクリプトと、を格納する記憶部と、
ユーザの入力を受け付ける入力部と、
前記入力部が所定データ処理依頼を受け付けると、前記送信スクリプトに基づいて、前記データ処理依頼情報を前記処理装置に送信する送信処理を前記端末装置側通信部に実行させる中央処理部と、を含む携帯端末装置。
A mobile terminal device that has data, causes the processing device according to claim 11 or 12 to process the data, and receives a processing result transmitted from the processing device,
A terminal device side communication unit capable of communicating with the processing device;
A storage unit for storing the data and a transmission script indicating a command to transmit data processing request information to the processing device;
An input unit that accepts user input;
A central processing unit for causing the terminal device side communication unit to execute transmission processing for transmitting the data processing request information to the processing device based on the transmission script when the input unit receives a predetermined data processing request. Mobile terminal device.
端末装置に格納されているデータを処理し、その処理結果を該端末装置に提供するデータ処理をコンピュータに実行させるプログラムであって、
前記端末装置が送信したデータ処理依頼情報を受け付ける受付処理と、
前記受付処理で前記データ処理依頼情報を受け付けると、前記端末装置に格納されているデータにアクセスして該アクセスしたデータを処理するデータ処理と、を含むデータ処理をコンピュータに実行させるプログラム。
A program for causing a computer to execute data processing for processing data stored in a terminal device and providing the processing result to the terminal device,
A reception process for receiving data processing request information transmitted by the terminal device;
A program that, when receiving the data processing request information in the receiving process, causes a computer to execute data processing including data processing for accessing data stored in the terminal device and processing the accessed data.
端末装置の記憶部に格納されているデータを請求項11または12に記載の処理装置に処理させ、該処理装置から送信される処理結果を受信する処理を端末装置のコンピュータに実行させるプログラムであって、
所定データ処理依頼を受け付ける受付処理と、
前記受付処理で前記所定データ処理依頼を受け付けると、データ処理依頼情報を前記処理装置に送信する送信処理と、
前記処理装置から送信される処理結果を受信する受信処理と、含む処理を端末装置のコンピュータに実行させるプログラム。
A program for causing a processing device according to claim 11 or 12 to process data stored in a storage unit of a terminal device and for causing a computer of the terminal device to execute processing for receiving a processing result transmitted from the processing device. And
A reception process for receiving a predetermined data processing request;
When receiving the predetermined data processing request in the receiving process, a transmission process for transmitting data processing request information to the processing device;
A program for causing a computer of a terminal device to execute a receiving process for receiving a processing result transmitted from the processing apparatus and a process including the receiving process.
請求項1に記載のデータ処理システムにおいて、
前記データ処理指令記憶部は、前記端末装置にて実行される端末側スクリプトの基礎となるサーバ側スクリプトをさらに格納し、
前記データ処理部は、前記アクセスしたデータを取得し、その取得したデータを用いて前記サーバ側スクリプトを変換して前記端末側スクリプトを生成し、その後、その生成した端末側スクリプトを前記端末装置に送信するスクリプト送信処理を前記処理装置側通信部に実行させる、データ処理システム。
The data processing system of claim 1, wherein
The data processing command storage unit further stores a server-side script that is a basis of a terminal-side script executed by the terminal device,
The data processing unit acquires the accessed data, converts the server-side script using the acquired data, generates the terminal-side script, and then transmits the generated terminal-side script to the terminal device. A data processing system for causing the processing device side communication unit to execute a script transmission process to be transmitted.
請求項6に記載のデータ処理方法において、
前記データ処理指令記憶部は、前記端末装置にて実行される端末側スクリプトの基礎となるサーバ側スクリプトをさらに格納し、
前記データ処理ステップでは、前記データ処理部が、前記アクセスしたデータを取得し、その取得したデータを用いて前記サーバ側スクリプトを変換して前記端末側スクリプトを生成する処理を行う、データ処理方法。
The data processing method according to claim 6,
The data processing command storage unit further stores a server-side script that is a basis of a terminal-side script executed by the terminal device,
A data processing method in which, in the data processing step, the data processing unit acquires the accessed data, converts the server-side script using the acquired data, and generates the terminal-side script.
請求項11に記載の処理装置において、
前記データ処理指令記憶部は、前記端末装置にて実行される端末側スクリプトの基礎となるサーバ側スクリプトをさらに格納し、
前記データ処理部は、前記アクセスしたデータを取得し、その取得したデータを用いて前記サーバ側スクリプトを変換して前記端末側スクリプトを生成し、その後、その生成した端末側スクリプトを前記端末装置に送信するスクリプト送信処理を前記処理装置側通信部に実行させる、処理装置。
The processing apparatus according to claim 11, wherein
The data processing command storage unit further stores a server-side script that is a basis of a terminal-side script executed by the terminal device,
The data processing unit acquires the accessed data, converts the server-side script using the acquired data, generates the terminal-side script, and then transmits the generated terminal-side script to the terminal device. A processing apparatus that causes the processing apparatus side communication unit to execute a script transmission process to be transmitted.
請求項17に記載のプログラムにおいて、
前記コンピュータは、前記端末装置にて実行される端末側スクリプトの基礎となるサーバ側スクリプトを格納するデータ処理指令記憶部と接続され、
前記データ処理では、前記アクセスしたデータを取得し、その取得したデータを用いて前記サーバ側スクリプトを変換して前記端末側スクリプトを生成し、その生成した端末側スクリプトを前記端末装置に送信する、プログラム。
The program according to claim 17, wherein
The computer is connected to a data processing command storage unit that stores a server-side script that is a basis of a terminal-side script executed by the terminal device;
In the data processing, the accessed data is acquired, the server-side script is generated using the acquired data to generate the terminal-side script, and the generated terminal-side script is transmitted to the terminal device. program.
JP2005155307A 2004-07-14 2005-05-27 Data processing system, data processing method, processing device, terminal unit, portable terminal unit, and program Pending JP2006053893A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005155307A JP2006053893A (en) 2004-07-14 2005-05-27 Data processing system, data processing method, processing device, terminal unit, portable terminal unit, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004207090 2004-07-14
JP2005155307A JP2006053893A (en) 2004-07-14 2005-05-27 Data processing system, data processing method, processing device, terminal unit, portable terminal unit, and program

Publications (1)

Publication Number Publication Date
JP2006053893A true JP2006053893A (en) 2006-02-23

Family

ID=36031314

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005155307A Pending JP2006053893A (en) 2004-07-14 2005-05-27 Data processing system, data processing method, processing device, terminal unit, portable terminal unit, and program

Country Status (1)

Country Link
JP (1) JP2006053893A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016184352A (en) * 2015-03-26 2016-10-20 ブラザー工業株式会社 Communication system, terminal device, program, server device, and information processing method
JP2018160043A (en) * 2017-03-22 2018-10-11 富士ゼロックス株式会社 Information processing equipment, information process system, and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003317136A (en) * 2002-04-19 2003-11-07 Fuji Electric Co Ltd Article sales promotion system
JP2004118275A (en) * 2002-09-24 2004-04-15 Nec Corp Service providing method, mobile terminal to be used therefor, external terminal and service providing program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003317136A (en) * 2002-04-19 2003-11-07 Fuji Electric Co Ltd Article sales promotion system
JP2004118275A (en) * 2002-09-24 2004-04-15 Nec Corp Service providing method, mobile terminal to be used therefor, external terminal and service providing program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016184352A (en) * 2015-03-26 2016-10-20 ブラザー工業株式会社 Communication system, terminal device, program, server device, and information processing method
JP2018160043A (en) * 2017-03-22 2018-10-11 富士ゼロックス株式会社 Information processing equipment, information process system, and program

Similar Documents

Publication Publication Date Title
US8184128B2 (en) Data distribution system and method therefor
US7286145B2 (en) System for describing markup language for mobile use, and information processing apparatus and program for generating display content
JP4748819B2 (en) Client program, terminal, method, server system, and server program
JP5575511B2 (en) Website browsing system, server and client terminal
JP4865581B2 (en) Content distribution management device and content distribution system
US20110106908A1 (en) Transfer of information between at least two software
US20110078593A1 (en) Web browser transmission server and method of controlling operation of same
KR20100134433A (en) Mobile terminal with function control module and the method thereof
KR20030095868A (en) Web-contents display apparatus and method in mobile communication terminal such as pda
JP4956276B2 (en) Servlet activation program and home gateway device
US20050198568A1 (en) Table display switching method, text data conversion program, and tag program
CN110062035A (en) A kind of http request method and apparatus based on deque
JP5530217B2 (en) Document browsing system and document conversion server
JP4938589B2 (en) Web page browsing device and web page browsing server
JP2005323093A (en) Remote operation control program utilizing web server
US20140245328A1 (en) Information processing system, information processing method, information processing device and its control method and control program
JP2006053893A (en) Data processing system, data processing method, processing device, terminal unit, portable terminal unit, and program
JP4036335B2 (en) Mobile phone terminal device and program providing system
JP2005055983A (en) Service management method and apparatus, and control program
JP2007122691A (en) Information processor, information processing method and program
JP2007122647A (en) Method, system and device for providing program data
JP2010041401A (en) Relay device, communication relay method, its program, and relay system
JP5001747B2 (en) Web page browsing device
JP2010277478A (en) Display control program, and information processing apparatus and method
JP2005107662A (en) Www system processing method and system

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060216

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080414

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110810

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110921

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120522