JP2008015658A - Application providing system and method - Google Patents

Application providing system and method Download PDF

Info

Publication number
JP2008015658A
JP2008015658A JP2006184290A JP2006184290A JP2008015658A JP 2008015658 A JP2008015658 A JP 2008015658A JP 2006184290 A JP2006184290 A JP 2006184290A JP 2006184290 A JP2006184290 A JP 2006184290A JP 2008015658 A JP2008015658 A JP 2008015658A
Authority
JP
Japan
Prior art keywords
application
web application
client terminal
web
unit
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
JP2006184290A
Other languages
Japanese (ja)
Inventor
Hiroko Kubo
博子 久保
Shinji Yanai
信二 箭内
Nobuko Yuge
信子 弓削
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2006184290A priority Critical patent/JP2008015658A/en
Publication of JP2008015658A publication Critical patent/JP2008015658A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Storage Device Security (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an application providing system and an application providing method for making a Web application itself automatically protect a primary function and delete data for automatically preventing reuse of the application and data already used by a user and stored in a client terminal. <P>SOLUTION: In the application providing system, an application activation/management part 11 deletes an application function part 12 read in the client terminal 2 in response to end of execution of the Web application 5. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、インターネット環境でのWebブラウザを介したクライアント−Webサーバ間の通信において、秘匿性の高いデータを処理するアプリケーションなど、処理後にクライアント端末内にデータを保持すべきでないアプリケーション提供システム及びアプリケーション提供方法に関する。   The present invention relates to an application providing system and an application that should not hold data in a client terminal after processing, such as an application that processes highly confidential data in communication between a client and a Web server via a Web browser in an Internet environment It relates to the provision method.

インターネット環境下では、サーバ内に各種のデータやファイルを格納させておき、クライアント側からサーバ内のデータやファイルに自由にアクセスしてその情報を取得できる情報閲覧システムが活用されている。周知のように、インターネット上では、ワールド・ワイド・ウエブ(WWW)を構成するWebサーバ内のデータをWebブラウザと称される閲覧ツールによって閲覧可能である。インターネット上のファイル転送プロトコルとしてHTTP(HyperText Transfer Protocol)が知られており、またデータフォーマット形式としてHTML(Hyper Text Markup−Language)が知られている。   Under the Internet environment, an information browsing system is used in which various data and files are stored in a server, and the data and files in the server can be freely accessed and acquired from the client side. As is well known, on the Internet, data in a Web server constituting the World Wide Web (WWW) can be browsed by a browsing tool called a Web browser. HTTP (Hyper Text Transfer Protocol) is known as a file transfer protocol on the Internet, and HTML (Hyper Text Markup-Language) is known as a data format.

それらによって、例えば、クライアント端末(例えば、パーソナルコンピュータ)側のブラウザから要求に応じて、ミドルウェアであるWebアプリケーションによりWEBサーバに保持されているホームページなどのファイルをダウンロードして取得し、クライアント端末に表示することが日常的に行われている。   Accordingly, for example, in response to a request from a browser on the client terminal (for example, personal computer) side, a web application such as middleware downloads and acquires a file such as a home page held on the WEB server and displays it on the client terminal It is done on a daily basis.

WEBサーバが保持する多量のファイルには、通常、テキストデータや画像、音楽、動画などのコンテンツが含まれているので、ファイルをクライアント端末へ送信する際には、これらのコンテンツもそれぞれ転送する。   Since a large amount of files held by the WEB server usually contain contents such as text data, images, music, and moving images, these contents are also transferred when the files are transmitted to the client terminal.

この場合、ブラウザを通じてWebサーバからクライアント端末へダウンロードされたWebアプリケーションは自動的にクライアント端末内に保存される。   In this case, the web application downloaded from the web server to the client terminal through the browser is automatically stored in the client terminal.

なお、情報の種類によっては、無差別にアクセスしてくるユーザーの全てに提供することができないものも多い。従って、そのような情報を提供する前にユーザーを認証し、認証が成功した場合にのみ、情報提供を行うように制御されてきた。   Many types of information cannot be provided to all users who access indiscriminately. Accordingly, it has been controlled to authenticate a user before providing such information and to provide information only when the authentication is successful.

すなわち、認証結果に応じて、認証が成功した場合にのみクライアント端末とのネットワーク接続を許可し、所定の情報をWebページとして提供する認証方法が提案されている。(例えば、特許文献1を参照)
また、認証したユーザーの権限レベルに応じて提供する情報を変えるように制御する認証方法も提案されている。(例えば、特許文献2を参照)
ただし、いずれの場合でも、クライアント端末内に保存されたアプリケーションやデータは、クライアント端末の利用者が自由に実行・閲覧することが可能である。
特開2002−157219号公報 特開2002−108870号公報
That is, an authentication method has been proposed in which network connection with a client terminal is permitted only when authentication is successful and predetermined information is provided as a Web page according to the authentication result. (For example, see Patent Document 1)
There has also been proposed an authentication method for controlling the information to be provided in accordance with the authority level of the authenticated user. (For example, see Patent Document 2)
However, in any case, the application and data stored in the client terminal can be freely executed and viewed by the user of the client terminal.
JP 2002-157219 A JP 2002-108870 A

上述のように、通常、クライアント端末側のブラウザから要求に応じて、WebアプリケーションによりWEBサーバに保持されているホームページなどのファイルをダウンロードして取得したアプリケーションやデータは、クライアント端末内に保存されている。従って、クライアント端末の利用者は、本来の利用後でも、アプリケーションやデータを自由に実行・閲覧することが可能である。   As described above, the application and data acquired by downloading a file such as a homepage held by the Web application in response to a request from the browser on the client terminal side is normally stored in the client terminal. Yes. Therefore, the user of the client terminal can freely execute and browse applications and data even after the original use.

従って、本来の利用後で、時間が経過した場合に、クライアント端末内に保存されているアプリケーションやデータを利用した際には、既に、WEBサーバに保持されているデータ等が更新されている場合は、古いデータを用いることにより好ましくない。また、アプリケーションのバージョンが変更されている場合にも、新しいバージョンへの追従ができない。   Therefore, when the time has elapsed after the original use, when the application or data stored in the client terminal is used, the data already held in the WEB server has been updated. Is not preferred by using old data. In addition, even when the application version is changed, it is not possible to follow the new version.

これを回避するためには、クライアント端末の利用者が、意識的にアプリケーションやデータを削除、または使用できないようにする必要があり、利用者側の行動に依存している。   In order to avoid this, it is necessary that the user of the client terminal consciously deletes or cannot use the application or data, and it depends on the behavior of the user side.

本発明は、上記事情を考慮してなされたもので、クライアント端末内に保存された利用者が利用済みのアプリケーションやデータを、Webアプリケーション自身で自動的に主要機能の保護やデータの削除等をおこなって、自動的に再利用できないようにしたアプリケーション提供システム及びアプリケーション提供方法を提供することを目的としている。   The present invention has been made in consideration of the above circumstances, and the application and data used by the user stored in the client terminal can be automatically protected by the Web application itself, the main function can be protected, and the data can be deleted. It is an object of the present invention to provide an application providing system and an application providing method which are not automatically reused.

本発明の一態様によれば、ネットワークを介して接続される複数のクライアント端末に、Webアプリケーションサーバに収蔵されたWebアプリケーションを提供するアプリケーション提供システムであって、
前記クライアント端末のブラウザ画面からの操作を受け付け、表示画面を制御する表示制御部と、
前記クライアント端末からの要求に応じて、前記Webアプリケーションサーバから前記Webアプリケーションのダウンロードを許可するアプリケーション起動・管理部と、
前記クライアント端末の操作に応じて前記Webアプリケーションの処理を実行するアプリケーション機能部と、
前記Webアプリケーションの処理を終了する際に、前記クライアント端末にダウンロードされた前記Webアプリケーションのデータ部分を削除するデータ削除部とを備えることを特徴とするアプリケーション提供システムが提供される。
According to one aspect of the present invention, there is provided an application providing system for providing a web application stored in a web application server to a plurality of client terminals connected via a network.
A display control unit that receives an operation from the browser screen of the client terminal and controls the display screen;
In response to a request from the client terminal, an application activation / management unit that permits downloading of the Web application from the Web application server;
An application function unit that executes processing of the Web application in response to an operation of the client terminal;
There is provided an application providing system comprising: a data deleting unit that deletes a data part of the Web application downloaded to the client terminal when the processing of the Web application is terminated.

また、本発明の別の一態様によれば、ネットワークを介して接続される複数のクライアント端末に、Webアプリケーションサーバに収蔵されたWebアプリケーションを提供するアプリケーション提供システムであって、
前記クライアント端末のブラウザ画面からの操作を受け付け、表示画面を制御する表示制御部と、
前記クライアント端末からの要求に応じて、前記Webアプリケーションサーバから前記Webアプリケーションのダウンロードを許可するアプリケーション起動・管理部と、
前記クライアント端末の操作に応じて前記Webアプリケーションの処理を実行するアプリケーション機能部とを備え、
前記Webアプリケーションの処理を終了後は、アプリケーション起動・管理部が前記Webアプリケーションの再起動を禁止することを特徴とするアプリケーション提供システムが提供される。
According to another aspect of the present invention, there is provided an application providing system for providing a web application stored in a web application server to a plurality of client terminals connected via a network.
A display control unit that receives an operation from the browser screen of the client terminal and controls the display screen;
In response to a request from the client terminal, an application activation / management unit that permits downloading of the Web application from the Web application server;
An application function unit that executes processing of the Web application in response to an operation of the client terminal,
An application providing system is provided in which the application activation / management unit prohibits the restart of the Web application after the processing of the Web application is completed.

さらに、本発明の別の一態様によれば、ネットワークを介して接続される複数のクライアント端末のブラウザ上の画面から操作を受け付け、Webアプリケーションサーバに収蔵されているWebアプリケーションのダウンロード及び処理を行うために、前記クライアント端末からの要求に対して該Webアプリケーションの処理を実行する機能部と、この機能部を管理する管理部とを備えるアプリケーション提供システムに用いられるアプリケーション提供方法であって、前記クライアント端末からの閲覧要求により、前記WebアプリケーションサーバからダウンロードしたWebアプリケーションが前記管理部により起動される起動ステップと、前記Webアプリケーションが起動された際に、前記クライアント端末が前記機能部を読み込む読み込みステップと、前記クライアント端末が前記Webアプリケーションを利用可能状態になった利用ステップと、前記クライアント端末が前記Webアプリケーションの利用を終了した際に、前記管理部が、前記クライアント端末に読み込まれていた前記アプリケーション機能部を削除する削除ステップとを有することを特徴とするアプリケーション提供方法が提供される。   Furthermore, according to another aspect of the present invention, an operation is received from a screen on a browser of a plurality of client terminals connected via a network, and a web application stored in a web application server is downloaded and processed. Therefore, there is provided an application providing method used in an application providing system including a function unit that executes processing of the Web application in response to a request from the client terminal and a management unit that manages the function unit, the client providing method An activation step in which a web application downloaded from the web application server is activated by the management unit in response to a browsing request from the terminal, and the client terminal reads the function unit when the web application is activated. A loading step, a utilization step in which the client terminal is ready to use the web application, and the management unit has been loaded into the client terminal when the client terminal has finished using the web application. And a deletion step of deleting the application function unit. An application providing method is provided.

本発明によれば、クライアントによる、Webアプリケーションの利用を常に新しいものに制限することができる。また、クライアントからの秘匿性の高いデータの流出を防止し、秘匿性の高いデータを保護することができる。   According to the present invention, use of a Web application by a client can always be limited to a new one. Further, it is possible to prevent leakage of highly confidential data from the client and protect highly confidential data.

以下、本発明を実施するための最良の形態を、図面を参照して説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

図1は、本発明の一実施形態が適用されるアプリケーション提供ステムの例を示す模式図である。   FIG. 1 is a schematic diagram illustrating an example of an application providing system to which an embodiment of the present invention is applied.

リモートサイトであるWebサーバ1とローカルサイトであるクライアント端末2とは、インターネットやWAN(Wide Area Network)等のネットワーク3を介して接続され、双方の間でHTTPによる拡張通信が可能に構成されている。   The Web server 1 that is a remote site and the client terminal 2 that is a local site are connected via a network 3 such as the Internet or a WAN (Wide Area Network), and are configured to be capable of extended communication using HTTP between the two. Yes.

Webサーバ1を構成するはWebアプリケーションサーバ4は、ミドルウェアとしてWebアプリケーション5を収蔵しているので、クライアント端末2は、ブラウザを介してWebサーバ1に格納されているファイル等を入手することができる。   Since the web application server 4 stores the web application 5 as middleware constituting the web server 1, the client terminal 2 can obtain files stored in the web server 1 via a browser. .

ローカルサイトはクライアント端末2であり、例えば、ユビキタスネットワーク3の環境下では、クライアントは企業、家庭、ホテルや出張先の施設等から、いつでも情報通信が行える。これら種々の場所を想定して、クライアント端末2は複数のPC(パーソナルコンピュータ)を含み、各PCはブラウザ6及びローカルプロキシ(Lプロキシ)7を有している。ブラウザ6は、Webページを閲覧するためのアプリケーションソフトであり、ネットワーク3を通してHTML形式のファイルや、画像ファイル、音楽ファイル等をダウンロードして、レイアウトを解析して再生し、ディスプレイに表示する。Lプロキシ7は、ブラウザ6とネットワーク3との間に介在して、ネットワーク3との接続や情報の通信を行うコンピュータ、あるいは、ソフトウェアである。   The local site is the client terminal 2. For example, in the environment of the ubiquitous network 3, the client can perform information communication at any time from a company, a home, a hotel, a business facility, or the like. Assuming these various places, the client terminal 2 includes a plurality of PCs (personal computers), and each PC has a browser 6 and a local proxy (L proxy) 7. The browser 6 is application software for browsing Web pages, downloads HTML format files, image files, music files, and the like through the network 3, analyzes and reproduces the layout, and displays them on the display. The L proxy 7 is a computer or software that intervenes between the browser 6 and the network 3 to connect to the network 3 and communicate information.

図2は、クライアント端末2のブロック図である。クライアント端末2は、ネットワーク3から必要なデータを取り込み、また送信したい相手にデータを送出する機能を備えている。すなわち、画像、音声、テキスト文字等のデータを表示するディスプレイ等のデータ表示部2a、操作部を含めてデータのアクセスに対して管理するデータアクセス管理一覧部2b、本実施形態で扱う大量のデータの格納・削除を実行される補助記憶装置2c、ネットワーク3に接続されネットワーク3からのデータを取り込み、ネットワーク3にデータを送出するデータ取り込み部2d、および、補助記憶装置2cに対してデータを削除する機能を有するデータ削除部2eとを具えている。   FIG. 2 is a block diagram of the client terminal 2. The client terminal 2 has a function of fetching necessary data from the network 3 and sending the data to the other party who wants to send it. That is, a data display unit 2a such as a display that displays data such as images, sounds, and text characters, a data access management list unit 2b that manages data access including the operation unit, and a large amount of data handled in this embodiment Is stored in and deleted from the auxiliary storage device 2c, connected to the network 3, the data is received from the network 3, the data acquisition unit 2d that sends the data to the network 3, and the auxiliary storage device 2c is deleted. A data deletion unit 2e having a function of

一方、リモートサイトのWebサーバ1は、図1にWebサーバシステムの構成の説明図を示したように、Webサーバ1は、ミドルウェアとしてWebアプリケーション5を収蔵したWebアプリケーションサーバ4と、ローカルアプリケーション8および記憶部9等で構成されている。   On the other hand, the Web server 1 at the remote site, as shown in the explanatory diagram of the configuration of the Web server system in FIG. 1, includes the Web application server 4 storing the Web application 5 as middleware, the local application 8, and The storage unit 9 and the like are included.

図3に模式図を示したように、ミドルウェアであるWebアプリケーション5には、アプリケーション起動・管理部11の管理下のもとに起動・管理される、アプリケーション機能部12が形成されている。   As shown in the schematic diagram of FIG. 3, an application function unit 12 that is activated and managed under the management of the application activation and management unit 11 is formed in the Web application 5 that is middleware.

アプリケーション起動・管理部11は、アプリケーション機能部12を起動させたり、作動させたり、削除させたり、あるいは、再起動不能にさせたりする機能を有している。   The application activation / management unit 11 has a function of activating, operating, deleting, or disabling restarting of the application function unit 12.

図4は、アプリケーション機能部12の機能ブロック図である。アプリケーション機能部12は、機能的には、受付部14と、判定部15と、生成部16と、制御部17とを備えている。またWebサーバ1は、Webアプリケーション5が生成したマルチメディアファイルを格納するHDDなどで構成する記憶部9を備えている。なお、ローカルアプリケーション8は、操作のためのインタフェースを備え、インタフェースのための表示画面情報を有している。   FIG. 4 is a functional block diagram of the application function unit 12. Functionally, the application function unit 12 includes a reception unit 14, a determination unit 15, a generation unit 16, and a control unit 17. The Web server 1 also includes a storage unit 9 configured by an HDD or the like that stores multimedia files generated by the Web application 5. Note that the local application 8 has an interface for operation and has display screen information for the interface.

クライアント端末2が、それぞれのブラウザ6上で表示するWebアプリケーション5による表示画面を、Webサーバ1に対して要求した場合、受付部14は、該表示画面の情報の要求を受け付ける。   When the client terminal 2 requests the Web server 1 for a display screen by the Web application 5 displayed on each browser 6, the receiving unit 14 receives a request for information on the display screen.

判定部15は、受付部14が受け付ける画面情報の要求が、クライアント端末2から来たものなのか否かを判定する。   The determination unit 15 determines whether the screen information request received by the reception unit 14 is from the client terminal 2.

生成部16は、判定部15が判定した結果に基づいて、ブラウザ6に表示する画面情報を生成して送信する。即ち、クライアント端末2からの要求に対して、クライアント端末2のブラウザ6上に表示させる表示画面情報を生成して、クライアント端末2に送信する。   The generation unit 16 generates and transmits screen information to be displayed on the browser 6 based on the result determined by the determination unit 15. That is, in response to a request from the client terminal 2, display screen information to be displayed on the browser 6 of the client terminal 2 is generated and transmitted to the client terminal 2.

生成部16が生成して送信したブラウザ6上に表示する画面情報を、クライアント端末2は受信してブラウザ6に表示する。そして、表示されたブラウザ6上に表示されたユーザインタフェースから、利用者は入力する。この利用者によって入力された指示を要求する操作指示情報は、Webアプリケーション5に送信される。   The client terminal 2 receives and displays the screen information displayed on the browser 6 generated and transmitted by the generation unit 16 on the browser 6. Then, the user inputs from the user interface displayed on the displayed browser 6. The operation instruction information for requesting an instruction input by the user is transmitted to the Web application 5.

制御部17は、Webサーバ1から送信される操作指示情報を受信し、受信した操作指示情報に基づいて、ローカルアプリケーション8の操作を制御する。   The control unit 17 receives the operation instruction information transmitted from the Web server 1 and controls the operation of the local application 8 based on the received operation instruction information.

これらの構成により、利用者によってクライアント端末2から、Webサーバ1に対してWebアプリケーション5のダウンロード要求が行われ、対象となるWebアプリケーション5がクライアント端末2内ヘダウンロードされ、補助記憶装置2cに記憶される。   With these configurations, a download request for the Web application 5 is made from the client terminal 2 to the Web server 1 by the user, and the target Web application 5 is downloaded into the client terminal 2 and stored in the auxiliary storage device 2c. Is done.

クライアント端末2では、ダウンロードが完了すると、アプリケーション起動・管理部11が実行され、アプリケーション起動・管理部11が起動可能状態を判定したのち、アプリケーション機能部12を読み込むことで、Webアプリケーション5内の画像、音声、スクリプト等のデータの利用が可能となる。   In the client terminal 2, when the download is completed, the application activation / management unit 11 is executed. After the application activation / management unit 11 determines that the application can be activated, the application function unit 12 is read, whereby the image in the Web application 5 is read. Data such as voice, script, etc. can be used.

しかも、クライアント端末2でクライアントがWebアプリケーション5の利用が終える際、アプリケーション起動・管理部11は、アプリケーション機能部12に対して、削除処理指示、あるいは、再起動不能の指示を削除部2eに対して行い、削除部2eは補助記憶装置2cに記憶されているアプリケーション機能部12を削除、あるいは、再起動不能にして処理を終了する。(処理ステップ)
次に、図5に示したフロー図を参照して、上記構成によるWebアプリケーションの実行方法の動作ステップについて説明する。
Moreover, when the client finishes using the Web application 5 at the client terminal 2, the application activation / management unit 11 sends a deletion processing instruction or a restart impossible instruction to the application function unit 12 to the deletion unit 2 e. Then, the deletion unit 2e deletes the application function unit 12 stored in the auxiliary storage device 2c or disables the restart and ends the process. (Processing step)
Next, with reference to the flowchart shown in FIG. 5, the operation steps of the Web application execution method configured as described above will be described.

まず、利用者はクライアント端末2を用いて、所定のURLをクリックする等の所定の操作をおこなって閲覧要求する。それにより、ブラウザ6により、Webサーバ1からダウンロードしたWebアプリケーション5が実行される。(S1)
Webアプリケーション5での実行は、まず、アプリケーション起動・管理部11が起動される。(起動ステップ)(S2)
次に、アプリケーション起動・管理部11が起動条件を確認する。(S3)
次に、アプリケーション起動・管理部11により、起動条件が確認されると、クライアント端末2は、アプリケーション機能部12を読み込み、利用者は所望のファイルが閲覧可能になる。(読み込みステップ)(S4)
次に、利用者は、クライアント端末2により、閲覧可能になったファイルについて、Webアプリケーション5の機能を利用して所望の操作をおこなう。(利用ステップ)(S5)
次に、利用者は、Webアプリケーション5の機能を利用が終了すると、Webアプリケーション5の実行を終了する。(S6)
次に、Webアプリケーション5の実行終了を受けて、アプリケーション起動・管理部11は、クライアント端末2に読み込まれていたアプリケーション機能部12を削除する。(削除ステップ)(S7)
なお、上述の実施形態では、Webアプリケーション5の実行終了を受けて、アプリケーション起動・管理部11は、クライアント端末2に読み込まれていたアプリケーション機能部12を削除しているが、削除しなくても、クライアント端末2に読み込まれていたWebアプリケーション5を再起動できないようにしてもよい。
First, the user uses the client terminal 2 to perform a predetermined operation such as clicking on a predetermined URL and request browsing. Thereby, the web application 5 downloaded from the web server 1 is executed by the browser 6. (S1)
In the execution by the Web application 5, first, the application activation / management unit 11 is activated. (Start-up step) (S2)
Next, the application activation / management unit 11 confirms the activation condition. (S3)
Next, when the activation condition is confirmed by the application activation / management unit 11, the client terminal 2 reads the application function unit 12, and the user can view a desired file. (Reading step) (S4)
Next, the user performs a desired operation using the function of the Web application 5 on the file that can be browsed by the client terminal 2. (Use Step) (S5)
Next, when the user finishes using the function of the Web application 5, the user ends the execution of the Web application 5. (S6)
Next, upon completion of execution of the Web application 5, the application activation / management unit 11 deletes the application function unit 12 that has been read in the client terminal 2. (Delete step) (S7)
In the above-described embodiment, the application activation / management unit 11 deletes the application function unit 12 read in the client terminal 2 upon completion of the execution of the Web application 5. The Web application 5 read in the client terminal 2 may not be restarted.

上述のような動作によれば、クライアント端末2の利用者は、所望のWebサーバ1からダウンロードしたWebアプリケーション5を実行して終了した際に、クライアント端末2に読み込んだWebアプリケーション5が削除される。従って、利用者は、仮に同じWebアプリケーション5を再度使用する場合でも、新規にWebサーバ1にアクセスする必要がある。それにより、利用者は常に最新版のWebアプリケーション5のみを使用することができる。   According to the operation as described above, when the user of the client terminal 2 executes the Web application 5 downloaded from the desired Web server 1 and terminates, the Web application 5 read into the client terminal 2 is deleted. . Therefore, even when the user uses the same Web application 5 again, the user needs to newly access the Web server 1. Thereby, the user can always use only the latest version of the Web application 5.

また、クライアント端末2に読み込んだWebアプリケーション5が、利用者が利用後には残っていないので、利用者からの秘匿性の高いデータの流出を防止し、秘匿性の高いデータを保護することができる。   In addition, since the Web application 5 read into the client terminal 2 does not remain after use by the user, it is possible to prevent leakage of highly confidential data from the user and protect highly confidential data. .

なお、本発明は上記の実施形態のそのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記の実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。   Note that the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the above embodiments. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

本発明の一実施形態が適用されるアプリケーション提供システムの例を示す模式図。The schematic diagram which shows the example of the application provision system with which one Embodiment of this invention is applied. 本発明のアプリケーション提供システムで用いたクライアント端末のブロック図。The block diagram of the client terminal used with the application provision system of this invention. 本発明のアプリケーション提供システムで用いたWebアプリケーションの模式図。The schematic diagram of the Web application used with the application provision system of this invention. 本発明のアプリケーション提供システムで用いたWebアプリケーションのアプリケーション機能部の機能ブロック図。The functional block diagram of the application function part of the web application used with the application provision system of this invention. 本発明のアプリケーション提供方法のフロー図。The flowchart of the application provision method of this invention.

符号の説明Explanation of symbols

1…Webサーバ、2…クライアント端末、3…ネットワーク、4…Webアプリケーションサーバ、5…Webアプリケーション、6…ブラウザ、7…ローカルプロキシ、8…ローカルアプリケーション、9…記憶部、11…アプリケーション起動・管理部、12…アプリケーション機能部、14…受付部、15…判定部、16…生成部、17…制御部   DESCRIPTION OF SYMBOLS 1 ... Web server, 2 ... Client terminal, 3 ... Network, 4 ... Web application server, 5 ... Web application, 6 ... Browser, 7 ... Local proxy, 8 ... Local application, 9 ... Memory | storage part, 11 ... Application starting and management , 12 ... Application function part, 14 ... Reception part, 15 ... Determination part, 16 ... Generation part, 17 ... Control part

Claims (4)

ネットワークを介して接続される複数のクライアント端末に、Webアプリケーションサーバに収蔵されたWebアプリケーションを提供するアプリケーション提供システムであって、
前記クライアント端末のブラウザ画面からの操作を受け付け、表示画面を制御する表示制御部と、
前記クライアント端末からの要求に応じて、前記Webアプリケーションサーバから前記Webアプリケーションのダウンロードを許可するアプリケーション起動・管理部と、
前記クライアント端末の操作に応じて前記Webアプリケーションの処理を実行するアプリケーション機能部と、
前記Webアプリケーションの処理を終了する際に、前記クライアント端末にダウンロードされた前記Webアプリケーションのデータ部分を削除するデータ削除部とを備えることを特徴とするアプリケーション提供システム。
An application providing system for providing a web application stored in a web application server to a plurality of client terminals connected via a network,
A display control unit that receives an operation from the browser screen of the client terminal and controls the display screen;
In response to a request from the client terminal, an application activation / management unit that permits downloading of the Web application from the Web application server;
An application function unit that executes processing of the Web application in response to an operation of the client terminal;
An application providing system comprising: a data deleting unit that deletes a data part of the Web application downloaded to the client terminal when the processing of the Web application ends.
ネットワークを介して接続される複数のクライアント端末に、Webアプリケーションサーバに収蔵されたWebアプリケーションを提供するアプリケーション提供システムであって、
前記クライアント端末のブラウザ画面からの操作を受け付け、表示画面を制御する表示制御部と、
前記クライアント端末からの要求に応じて、前記Webアプリケーションサーバから前記Webアプリケーションのダウンロードを許可するアプリケーション起動・管理部と、
前記クライアント端末の操作に応じて前記Webアプリケーションの処理を実行するアプリケーション機能部とを備え、
前記Webアプリケーションの処理を終了後は、アプリケーション起動・管理部が前記Webアプリケーションの再起動を禁止することを特徴とするアプリケーション提供システム。
An application providing system for providing a web application stored in a web application server to a plurality of client terminals connected via a network,
A display control unit that receives an operation from the browser screen of the client terminal and controls the display screen;
In response to a request from the client terminal, an application activation / management unit that permits downloading of the Web application from the Web application server;
An application function unit that executes processing of the Web application in response to an operation of the client terminal,
An application providing system, wherein after starting the processing of the Web application, the application activation / management unit prohibits restarting of the Web application.
ネットワークを介して接続される複数のクライアント端末のブラウザ上の画面から操作を受け付け、Webアプリケーションサーバに収蔵されているWebアプリケーションのダウンロード及び処理を行うために、
前記クライアント端末からの要求に対して該Webアプリケーションの処理を実行する機能部と、この機能部を管理する管理部とを備えるアプリケーション提供システムに用いられるアプリケーション提供方法であって、
前記クライアント端末からの閲覧要求により、前記WebアプリケーションサーバからダウンロードしたWebアプリケーションが前記管理部により起動される起動ステップと、
前記Webアプリケーションが起動された際に、前記クライアント端末が前記機能部を読み込む読み込みステップと、
前記クライアント端末が前記Webアプリケーションを利用可能状態になった利用ステップと、
前記クライアント端末が前記Webアプリケーションの利用を終了した際に、前記管理部が、前記クライアント端末に読み込まれていた前記アプリケーション機能部を削除する削除ステップと
を有することを特徴とするアプリケーション提供方法。
In order to accept operations from the screens on the browsers of a plurality of client terminals connected via a network, and to download and process web applications stored in the web application server,
An application providing method used in an application providing system including a functional unit that executes processing of the Web application in response to a request from the client terminal, and a management unit that manages the functional unit,
An activation step in which a web application downloaded from the web application server is activated by the management unit in response to a browsing request from the client terminal;
A reading step in which the client terminal reads the functional unit when the Web application is activated;
A use step in which the client terminal is able to use the Web application;
An application providing method, comprising: a deletion step in which the management unit deletes the application function unit read in the client terminal when the client terminal ends use of the Web application.
前記削除ステップは、前記クライアント端末が前記Webアプリケーションの利用を終了した際に、前記管理部が、前記クライアント端末に読み込まれていた前記機能部を削除する代わりに再起動停止にすることを特徴とする請求項3記載のアプリケーション提供方法。   In the deletion step, when the client terminal ends use of the Web application, the management unit stops restarting instead of deleting the function unit read in the client terminal. The application providing method according to claim 3.
JP2006184290A 2006-07-04 2006-07-04 Application providing system and method Pending JP2008015658A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006184290A JP2008015658A (en) 2006-07-04 2006-07-04 Application providing system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006184290A JP2008015658A (en) 2006-07-04 2006-07-04 Application providing system and method

Publications (1)

Publication Number Publication Date
JP2008015658A true JP2008015658A (en) 2008-01-24

Family

ID=39072628

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006184290A Pending JP2008015658A (en) 2006-07-04 2006-07-04 Application providing system and method

Country Status (1)

Country Link
JP (1) JP2008015658A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2013042411A1 (en) * 2011-09-22 2015-03-26 Necソリューションイノベータ株式会社 Application management apparatus, application management method, and program
CN105580338A (en) * 2013-09-16 2016-05-11 高通股份有限公司 Presence and on-device proxying

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2013042411A1 (en) * 2011-09-22 2015-03-26 Necソリューションイノベータ株式会社 Application management apparatus, application management method, and program
CN105580338A (en) * 2013-09-16 2016-05-11 高通股份有限公司 Presence and on-device proxying
JP2016530849A (en) * 2013-09-16 2016-09-29 クゥアルコム・インコーポレイテッドQualcomm Incorporated Presence and on-device proxying

Similar Documents

Publication Publication Date Title
JP4353487B2 (en) How to share communication information with local proxy
JP5222427B1 (en) Network system and program
US10120847B2 (en) Methods for transforming requests for web content and devices thereof
US20060085517A1 (en) Download user agent plug-in for facilitating over-the-air downloading of media objects
CN102473171A (en) Communicating information about a local machine to a browser application
US9167044B2 (en) Communication system for receiving authentication data from an external service
US20130262696A1 (en) Proxy server apparatus, client terminal apparatus, remote access system, transfer control method, access method, and recording medium
US20120050793A1 (en) Network printing system, client terminal, and printing method
JP2004530192A (en) Web-based imaging system using cookies to provide single-operation printing options
JP2006243929A (en) Terminal device management system, terminal device management method, and computer program
JP5677005B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP2007280028A (en) Information processor and method for setting/changing shortcut key
JP2009075967A (en) Public information using device, public information using method, and computer program
US20080263140A1 (en) Network System, Server, Client, Program and Web Browsing Function Enabling Method
JP2017216492A (en) Data transmission and reception method, data transmission method, and server device
JP2008015658A (en) Application providing system and method
JP4180953B2 (en) Communication apparatus and program
JP2004021304A (en) Client-server type download system
JP6597314B2 (en) File sharing support system, network storage device, file sharing support method, and file sharing support program
JP2015036862A (en) Information processing device, information processing method, and program
JP2009033731A (en) Image forming apparatus, document management method, and program
JP2006202311A (en) Communication system for control and computer-readable recording medium recording communication program for control
JP2009070373A (en) Communication device and program
JP2007164679A (en) Remote installation system and method, and server cloning system and method
JP2009026013A (en) Content registration/provision device, content registration/provision control method, and content registration/provision control program