JP5686046B2 - Application providing system, application providing method, and application providing program - Google Patents

Application providing system, application providing method, and application providing program Download PDF

Info

Publication number
JP5686046B2
JP5686046B2 JP2011125701A JP2011125701A JP5686046B2 JP 5686046 B2 JP5686046 B2 JP 5686046B2 JP 2011125701 A JP2011125701 A JP 2011125701A JP 2011125701 A JP2011125701 A JP 2011125701A JP 5686046 B2 JP5686046 B2 JP 5686046B2
Authority
JP
Japan
Prior art keywords
application
web application
resource
web
communication terminal
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.)
Expired - Fee Related
Application number
JP2011125701A
Other languages
Japanese (ja)
Other versions
JP2012216162A (en
Inventor
伊藤 栄信
栄信 伊藤
和明 二村
和明 二村
洋介 中村
洋介 中村
矢崎 孝一
孝一 矢崎
兆功 郭
兆功 郭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2011125701A priority Critical patent/JP5686046B2/en
Priority to US13/354,416 priority patent/US20120254352A1/en
Priority to EP12157242.4A priority patent/EP2527971A3/en
Publication of JP2012216162A publication Critical patent/JP2012216162A/en
Application granted granted Critical
Publication of JP5686046B2 publication Critical patent/JP5686046B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Description

本発明は、アプリ提供システム、アプリ提供方法及びアプリ提供プログラムに関する。   The present invention relates to an application providing system, an application providing method, and an application providing program.

近年、Webサーバ上で各種アプリケーションをクライアント側に提供するWebアプリケーション(以下、単にWebアプリと称する)が広く知られている。クライアント側は、アプリケーションをインストールしなくても、オンライン上のWebサーバ側のWebアプリを利用して各種処理を実行する。   In recent years, Web applications (hereinafter simply referred to as Web applications) that provide various applications on the client side on a Web server are widely known. The client side executes various processes using a web application on the web server side online without installing an application.

更に、近年、HTML(Hyper Text Markup Language)5規格には、Webアプリキャッシュ機能がある。Webアプリキャッシュ機能では、クライアント側にWebアプリの構成要素である全てのリソース、例えばHTML、CSS(Cascading Style Sheet)及びJavaScript(登録商標)をWebブラウザ側のアプリキャッシュにキャッシュする。そして、クライアント側は、アプリキャッシュにキャッシュされたリソースに基づき、オフライン中でも、Webアプリをローカルアプリとして実行できる。更に、クライアントは、Webアプリを使用してコンテンツを編集した後、当該コンテンツをローカルに格納すると共に、オンライン中であれば編集コンテンツをアップロードしてサーバに格納できる。   Further, in recent years, the HTML (Hyper Text Markup Language) 5 standard has a Web application cache function. In the Web application cache function, all resources, such as HTML, CSS (Cascading Style Sheet), and JavaScript (registered trademark), which are components of the Web application, are cached on the client side in the application cache on the Web browser side. Then, the client side can execute the web application as a local application based on the resources cached in the application cache even when offline. Further, after editing the content using the Web application, the client can store the content locally and upload the edited content and store it in the server while online.

特表2010−508581号公報Special table 2010-508581 特表2007−519071号公報Special table 2007-519071 gazette 特開2004−213243号公報JP 2004-213243 A 特開2005−107842号公報JP 2005-107842 A 特開2003−308210号公報JP 2003-308210 A

通常、Webブラウザは、Webアプリのリソース一覧を記述したマニフェストファイルを見て、Webサーバ側にあるリソースに更新があれば自動でキャッシュされたリソースも更新するようになっている。一方でマニフェストに記述できないWebアプリのリソース以外のデータ、例えば、上記クライアントで作成され、Webサーバにアップロードされたコンテンツファイルは自動で更新することができない。そのため、Webアプリを実行したときに、Webサーバから最新コンテンツを取得するようにWebアプリを記述する方法が一般的に用いられる。   Normally, a Web browser looks at a manifest file that describes a list of resources of a Web application, and automatically updates cached resources if there are updates to resources on the Web server side. On the other hand, data other than Web application resources that cannot be described in the manifest, for example, content files created by the client and uploaded to the Web server cannot be automatically updated. Therefore, a method of describing a Web application so that the latest content is acquired from the Web server when the Web application is executed is generally used.

しかしながら、クライアントは、オフライン時にWebアプリを実行したとしても最新の編集コンテンツを取得できない。例えば、クライアントがWebアプリを使用してコンテンツを編集した後、他の端末から当該Webアプリを使用して先ほど編集したコンテンツを編集する場合を想定したとする。この場合、他の端末でWebアプリを使用したクライアントは、オフライン時にWebアプリを実行したとしても、最新の編集コンテンツを取得できないため、各端末のローカルに格納された編集コンテンツの内容が異なってしまう。その結果、クライアントは、当該最新の編集コンテンツを再編集できないことになる。   However, the client cannot acquire the latest edited content even if the Web application is executed offline. For example, assume that a client edits content using a web application and then edits the content edited earlier from another terminal using the web application. In this case, since the client using the web application in another terminal cannot acquire the latest edited content even if the web application is executed offline, the contents of the edited content stored locally in each terminal are different. . As a result, the client cannot re-edit the latest edited content.

一つの側面では、クライアント側がオフライン時でもWebアプリ実行時に最新の編集コンテンツを取得できるアプリ提供システム、アプリ提供方法及びアプリ提供プログラムを提供することを目的とする。   In one aspect, an object is to provide an application providing system, an application providing method, and an application providing program capable of acquiring the latest edited content when a web application is executed even when the client side is offline.

開示のシステムは、一つの態様において、プロセッサを備えた通信装置と、前記通信装置に対してWebアプリのリソースを提供する、プロセッサを備えたアプリ提供装置とを有する。前記アプリ提供装置のプロセッサは、前記通信装置で実行する前記Webアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納する。更に、前記プロセッサは、前記通信装置から前記Webアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した前記通信装置に提供する。更に、前記通信装置のプロセッサは、前記アプリ提供装置から前記Webアプリのリソースを受信した場合、当該リソースを一時保存する。更に、前記通信装置のプロセッサは、保存されたリソースをWebブラウザのキャッシュに同期させ、当該キャッシュされた前記リソースに基づき、Webアプリを実行する。更に、前記通信装置のプロセッサは、キャッシュされた前記リソースに基づき、リソース内に格納した前記コンテンツを復元する。   In one aspect, the disclosed system includes a communication device including a processor and an application providing device including a processor that provides a web application resource to the communication device. When the processor of the application providing device detects content edited by the web application executed by the communication device, the processor stores the edited content in the resource of the web application. Further, when the processor detects an application request for requesting the Web application from the communication device, the processor provides resources of the Web application to the communication device that has executed the application request. Furthermore, when the processor of the communication device receives the resource of the Web application from the application providing device, the processor temporarily stores the resource. Further, the processor of the communication device synchronizes the saved resource with the cache of the web browser, and executes the web application based on the cached resource. Further, the processor of the communication device restores the content stored in the resource based on the cached resource.

開示のシステムでは、クライアント側がオフライン時でもWebアプリ実行時に最新の編集コンテンツを取得できる。   In the disclosed system, the latest edited content can be acquired when the Web application is executed even when the client side is offline.

図1は、実施例1のWebアプリ提供システム内部の一例を示す機能ブロック図である。FIG. 1 is a functional block diagram illustrating an example of the inside of the Web application providing system according to the first embodiment. 図2は、Webアプリ提供システムの実施形態の一例を示す説明図である。FIG. 2 is an explanatory diagram illustrating an example of an embodiment of a Web application providing system. 図3は、アドレス管理部のテーブル内容の一例を示す説明図である。FIG. 3 is an explanatory diagram illustrating an example of table contents of the address management unit. 図4は、マニフェスト及びリソースの一例を示す説明図である。FIG. 4 is an explanatory diagram illustrating an example of a manifest and resources. 図5は、実施例1のWebアプリ提供システムの使用形態の一例を示す説明図である。FIG. 5 is an explanatory diagram illustrating an example of a usage pattern of the Web application providing system according to the first embodiment. 図6は、コンテンツ更新処理に関わるWebサーバの処理動作の一例を示すフローチャートである。FIG. 6 is a flowchart showing an example of the processing operation of the Web server related to the content update processing. 図7は、アドレス提供処理に関わるPUSHサーバの処理動作の一例を示すフローチャートである。FIG. 7 is a flowchart illustrating an example of the processing operation of the push server related to the address providing process. 図8は、Webアプリ取得処理に関わる通信端末の処理動作の一例を示すフローチャートである。FIG. 8 is a flowchart illustrating an example of processing operation of the communication terminal related to the Web application acquisition process. 図9は、Webブラウザ及びWebサーバ間のリソース取得に関わる処理動作の一例を示すシーケンスである。FIG. 9 is a sequence illustrating an example of a processing operation related to resource acquisition between the Web browser and the Web server. 図10は、実施例1のWebアプリ提供システムの実施形態の一例を示す説明図である。FIG. 10 is an explanatory diagram illustrating an example of an embodiment of the Web application providing system according to the first embodiment. 図11は、実施例2のWebアプリ提供システム内部の一例を示す機能ブロック図である。FIG. 11 is a functional block diagram illustrating an example of the Web application providing system according to the second embodiment. 図12は、アドレス管理テーブルのテーブル内容の一例を示す説明図である。FIG. 12 is an explanatory diagram showing an example of the contents of the address management table. 図13は、移動元の通信端末の処理動作の一例を示すフローチャートである。FIG. 13 is a flowchart illustrating an example of the processing operation of the source communication terminal. 図14は、アドレス提供処理に関わるPUSHサーバの処理動作の一例を示すフローチャートである。FIG. 14 is a flowchart illustrating an example of the processing operation of the push server related to the address providing process. 図15は、移動先の通信端末の処理動作の一例を示すフローチャートである。FIG. 15 is a flowchart illustrating an example of the processing operation of the destination communication terminal. 図16は、移動元の通信端末と移動先の通信端末との連動動作の一例を示す説明図である。FIG. 16 is an explanatory diagram illustrating an example of a linked operation between a source communication terminal and a destination communication terminal. 図17は、実施例3のWebアプリ提供システムの使用形態の一例を示す説明図である。FIG. 17 is an explanatory diagram illustrating an example of a usage pattern of the Web application providing system according to the third embodiment. 図18は、実施例4のWebアプリ提供システム内部の一例を示す機能ブロック図である。FIG. 18 is a functional block diagram illustrating an example of the inside of the Web application providing system according to the fourth embodiment. 図19は、アドレス管理テーブルのテーブル内容の一例を示す説明図である。FIG. 19 is an explanatory diagram of an example of the contents of the address management table. 図20は、ユーザ管理テーブルのテーブル内容の一例を示す説明図である。FIG. 20 is an explanatory diagram illustrating an example of table contents of the user management table. 図21は、ユーザ指定のアドレス提供処理に関わるPUSHサーバの処理動作の一例を示すフローチャートである。FIG. 21 is a flowchart showing an example of the processing operation of the PUSH server related to the user-specified address provision processing. 図22は、アプリ提供プログラムを実行するコンピュータを示す説明図である。FIG. 22 is an explanatory diagram of a computer that executes an application providing program.

以下、図面に基づいて、本願の開示するアプリ提供システム、アプリ提供方法及びアプリ提供プログラムの実施例を詳細に説明する。尚、本実施例により、開示技術が限定されるものではない。   Hereinafter, embodiments of an application providing system, an application providing method, and an application providing program disclosed in the present application will be described in detail based on the drawings. The disclosed technology is not limited by the present embodiment.

本出願人は、PUSH方式のWebアプリ提供システムを考案している。図2は、Webアプリ提供システムの使用形態の一例を示す説明図である。図2に示すWebアプリ提供システム1Aは、PUSHサーバ2と、Webサーバ3と、パソコン4Aと、タブレット端末4Bとを有する。尚、パソコン4A及びタブレット端末4Bの所有者は、例えば、同一ユーザとする。   The present applicant has devised a push system web application providing system. FIG. 2 is an explanatory diagram illustrating an example of a usage pattern of the Web application providing system. A web application providing system 1A illustrated in FIG. 2 includes a push server 2, a web server 3, a personal computer 4A, and a tablet terminal 4B. The owners of the personal computer 4A and the tablet terminal 4B are, for example, the same user.

パソコン4Aは、Webブラウザを使用してWebサーバ3とオンライン状態とし、Webサーバ3から、例えば、文書作成ソフトのWebアプリを取得する。パソコン4Aは、Webアプリを使用してコンテンツを作成及び編集する(ステップS11)。パソコン4Aは、その作成及び編集したコンテンツをローカルに格納すると共に、そのコンテンツをWebサーバ3にアップロードする(ステップS12)。そして、Webサーバ3は、パソコン4Aからアップロードされたコンテンツを当該Webアプリに対応付けて格納する(ステップS13)。その結果、パソコン4A及びWebサーバ3には、同一コンテンツが格納されたことになる。   The personal computer 4 </ b> A is brought online with the Web server 3 using a Web browser, and acquires, for example, a Web application of document creation software from the Web server 3. The personal computer 4A creates and edits content using the web application (step S11). The personal computer 4A stores the created and edited content locally and uploads the content to the Web server 3 (step S12). Then, the web server 3 stores the content uploaded from the personal computer 4A in association with the web application (step S13). As a result, the same content is stored in the personal computer 4A and the Web server 3.

また、PUSHサーバ2は、Webアプリの更新、例えば、編集コンテンツの更新を検知すると(ステップS14)、例えば、タブレット端末4Bに対して、更新したWebアプリのリソースに関わる格納先アドレスをPUSH送信する(ステップS15)。そして、タブレット端末4Bは、格納先アドレスを受信した場合、格納先アドレスに基づき、当該更新したWebアプリのリソースをWebサーバ3から取得する(ステップS16)。タブレット端末4Bは、Webサーバ3から取得されたWebアプリのリソースをキャッシュし、キャッシュされたリソースに基づきWebアプリを実行する(ステップS17)。その結果、タブレット端末4Bは、キャッシュされたリソースに基づき、オフラインでもローカルでWebアプリを実行できる。   When the push server 2 detects the update of the web application, for example, the update of the edited content (step S14), the push server 2 pushes the storage destination address related to the resource of the updated web application to the tablet terminal 4B, for example. (Step S15). When the tablet terminal 4B receives the storage destination address, the tablet terminal 4B acquires the updated web application resource from the web server 3 based on the storage destination address (step S16). The tablet terminal 4B caches the web application resource acquired from the web server 3, and executes the web application based on the cached resource (step S17). As a result, the tablet terminal 4B can execute the Web application locally even offline based on the cached resource.

更に、タブレット端末4Bは、Webサーバ3とオンライン中であれば、Webアプリ実行時に、Webサーバ3に格納された最新の編集コンテンツを取得できる。その結果、パソコン4A及びタブレット端末4Bのローカルには、同一コンテンツが格納されたことになる。しかしながら、タブレット端末4Bは、Webサーバ3とオンライン時にWebアプリを実行しないと、Webサーバ3に格納された編集コンテンツを取得できない。その結果、オフライン時には、パソコン4A及びタブレット端末4Bのローカルに格納される編集コンテンツが異なる(ステップS18)。従って、タブレット端末4Bは、パソコン4A側で作成された編集コンテンツを再編集できない。そこで、本出願人は、オフライン時でもWebアプリ実行時に最新の編集データを取得できるWebアプリ提供システムを案出した。   Furthermore, if the tablet terminal 4B is online with the Web server 3, the latest edited content stored in the Web server 3 can be acquired when the Web application is executed. As a result, the same content is stored locally in the personal computer 4A and the tablet terminal 4B. However, the tablet terminal 4B cannot acquire the edited content stored in the Web server 3 unless the Web application is executed when online with the Web server 3. As a result, the edit contents stored locally in the personal computer 4A and the tablet terminal 4B are different when offline (step S18). Therefore, the tablet terminal 4B cannot re-edit the edited content created on the personal computer 4A side. Therefore, the present applicant has devised a Web application providing system that can acquire the latest editing data when the Web application is executed even when offline.

図1は、実施例1のWebアプリ提供システム内部の一例を示す機能ブロック図である。尚、図2に示すWebアプリ提供システム1Aと同一の構成には同一符号を付すことで、その重複する構成及び動作の説明については省略する。図1に示すWebアプリ提供システム1は、PUSHサーバ2と、Webサーバ3と、通信端末4とを有する。尚、PUSHサーバ2、Webサーバ3及び通信端末4は、例えば、無線や有線等の通信網を通じて通信接続する。PUSHサーバ2は、更新監視部12と、アドレス管理部13と、タイミング監視部14と、PUSH送信部15とを有する。尚、リソースとは、Webアプリの構成要素、例えばHTML、CSS及びJavaScriptである。更新監視部12は、各Webサーバ3と通信してWebアプリの更新状況を監視する。尚、Webアプリの更新状況には、Webアプリを使用して編集した編集データの更新も含む。また、更新監視部12は、各Webサーバ3のWebアプリの更新状況を集中管理するデータベースにアクセスし、各Webアプリの更新状況を監視しても良い。   FIG. 1 is a functional block diagram illustrating an example of the inside of the Web application providing system according to the first embodiment. Note that the same components as those in the web application providing system 1A shown in FIG. A web application providing system 1 illustrated in FIG. 1 includes a push server 2, a web server 3, and a communication terminal 4. Note that the push server 2, the web server 3, and the communication terminal 4 are connected for communication through, for example, a wireless or wired communication network. The PUSH server 2 includes an update monitoring unit 12, an address management unit 13, a timing monitoring unit 14, and a PUSH transmission unit 15. A resource is a component of a Web application, such as HTML, CSS, and JavaScript. The update monitoring unit 12 communicates with each Web server 3 and monitors the update status of the Web application. Note that the update status of the Web application includes update of edit data edited using the Web application. Further, the update monitoring unit 12 may access a database that centrally manages the update status of the Web application of each Web server 3 and monitor the update status of each Web application.

図3は、アドレス管理部13のテーブル内容の一例を示す説明図である。図3に示すアドレス管理部13は、ユーザID13Aと、端末ID13Bと、アプリID13Cと、格納先アドレス13Dと、提供タイミング13Eとを対応付けてテーブルの内容を動的に登録更新して管理する。ユーザID13Aは、例えば、Webアプリ提供システム1に登録済みのユーザを識別するIDである。端末ID13Bは、例えば、Webアプリ提供システム1に登録済みのユーザの通信端末4を識別するIDである。アプリID13Cは、通信端末4に提供するWebアプリを識別するIDである。格納先アドレス13Dは、提供するWebアプリのリソースを管理する格納先のアドレスである。提供タイミング13Eは、当該通信端末4に提供するWebアプリの格納先アドレスを当該通信端末4にPUSH送信する上での条件タイミングである。   FIG. 3 is an explanatory diagram showing an example of the table contents of the address management unit 13. The address management unit 13 shown in FIG. 3 dynamically registers and updates the contents of the table by associating the user ID 13A, the terminal ID 13B, the application ID 13C, the storage destination address 13D, and the provision timing 13E with each other. For example, the user ID 13A is an ID for identifying a user registered in the Web application providing system 1. The terminal ID 13B is, for example, an ID for identifying the communication terminal 4 of the user registered in the web application providing system 1. The application ID 13 </ b> C is an ID for identifying a web application provided to the communication terminal 4. The storage destination address 13D is a storage destination address for managing the resources of the Web application to be provided. The provision timing 13 </ b> E is a condition timing when the storage destination address of the Web application provided to the communication terminal 4 is PUSH transmitted to the communication terminal 4.

尚、提供タイミング13Eの例としては、様々なタイミングが考えられる。提供タイミング13Eは、例えば、更新監視部12でWebアプリの更新を検知したタイミングである。尚、Webアプリの更新としては、Webアプリ自体のプログラムの更新は勿論のこと、当該Webアプリを使用してコンテンツを編集したコンテンツ更新も含むものである。また、提供タイミング13Eは、例えば、Webアプリが飲食店のメニューを提供するメニュー閲覧アプリの場合、例えば、通信端末4が飲食店付近の通信エリア範囲内に進入したタイミングである。また、提供タイミング13Eは、Webアプリが学校の教科書を提供する教科書閲覧アプリの場合、通信端末4が当該学校の敷地内の通信エリア範囲内に進入したタイミングである。また、提供タイミング13Eは、Webアプリが会議の資料を配布する資料配布アプリの場合、通信端末4が当該会議室内の通信エリア範囲に進入したタイミングである。また、提供タイミング13Eは、Webアプリが更新した場合、当該Webアプリを使用する通信端末4が所定の通信エリア範囲内に進入したタイミングである。   Note that various timings are conceivable as examples of the provision timing 13E. The provision timing 13E is, for example, the timing at which the update monitoring unit 12 detects the update of the web application. The update of the web application includes not only the update of the program of the web application itself but also the update of the content edited by using the web application. In addition, for example, when the web application is a menu browsing application that provides a restaurant menu, the provision timing 13E is, for example, a timing when the communication terminal 4 enters a communication area near the restaurant. The provision timing 13E is a timing when the communication terminal 4 enters the communication area range in the school site when the Web application is a textbook browsing application that provides a textbook of the school. Also, the provision timing 13E is a timing when the communication terminal 4 enters the communication area range in the conference room when the Web application is a document distribution application that distributes conference materials. The provision timing 13E is a timing when the communication terminal 4 using the web application enters a predetermined communication area range when the web application is updated.

タイミング監視部14は、アドレス管理部13内の提供タイミング13Eに基づき、現在タイミングが提供タイミング13Eであるか否かを判定する。タイミング監視部14は、現在タイミングが提供タイミング13Eである場合、当該提供タイミング13Eに対応したユーザID13A、端末ID13B及び格納先アドレス13Dをアドレス管理部13から取得する。タイミング監視部14は、取得された端末ID13Bに基づき、当該提供タイミングの通信端末4を特定する。更に、タイミング監視部14は、取得された格納先アドレス13Dに基づき、当該提供タイミングの通信端末4に提供するWebアプリのリソースの格納先を特定する。PUSH送信部15は、タイミング監視部14にて特定された通信端末4へのPUSH送信が可能な場合、当該通信端末4に対して、格納先アドレスをPUSH送信する。   The timing monitoring unit 14 determines whether or not the current timing is the provision timing 13E based on the provision timing 13E in the address management unit 13. When the current timing is the provision timing 13E, the timing monitoring unit 14 acquires the user ID 13A, the terminal ID 13B, and the storage destination address 13D corresponding to the provision timing 13E from the address management unit 13. The timing monitoring unit 14 identifies the communication terminal 4 at the provision timing based on the acquired terminal ID 13B. Further, the timing monitoring unit 14 specifies the storage destination of the resource of the web application provided to the communication terminal 4 at the provision timing based on the acquired storage destination address 13D. When the push transmission to the communication terminal 4 specified by the timing monitoring unit 14 is possible, the push transmission unit 15 pushes the storage destination address to the communication terminal 4.

各Webサーバ3は、アプリ管理部21と、アプリ提供部22と、コンテンツ格納部23と、格納制御部24と、コンテンツ取得部25とを有する。尚、アプリ提供部22、格納制御部24及びコンテンツ取得部25等は、Webサーバ3内の図示せぬプロセッサで実行する。アプリ管理部21は、格納先アドレス毎にWebアプリのリソース及びマニフェスト等を格納したアプリパッケージ21Aを管理する。アプリパッケージ21Aは、マニフェスト210と、リソース220とを有する。図4は、マニフェスト210及びリソース220の一例を示す説明図である。マニフェスト210は、Webアプリのリソース220のリスト一覧である。マニフェスト210は、トップページを示すIndex.html211と、復元プログラムを示すRestore.js212と、画像ファイルを示すaaa.Jpg213と、コンテンツを格納したコンテナファイルを示すData.json214とを有する。   Each Web server 3 includes an application management unit 21, an application providing unit 22, a content storage unit 23, a storage control unit 24, and a content acquisition unit 25. The application providing unit 22, the storage control unit 24, the content acquisition unit 25, and the like are executed by a processor (not shown) in the Web server 3. The application management unit 21 manages an application package 21A that stores Web application resources, manifests, and the like for each storage destination address. The application package 21A has a manifest 210 and a resource 220. FIG. 4 is an explanatory diagram illustrating an example of the manifest 210 and the resource 220. The manifest 210 is a list of web application resources 220. The manifest 210 includes an Index. html 211 and Restore. js212 and aaa. Jpg 213 and Data. Indicating the container file storing the contents. json 214.

リソース220は、Webアプリに使用するリソースの内容である。リソース220には、トップページ自体であるIndex.html221と、復元プログラム自体であるRestore.js222とを有する。また、リソース220には、画像ファイル自体であるaaa.Jpg223と、コンテンツを含むコンテナファイルであるData.json224とを有する。尚、json(JavaScript Object Notation)ファイルは、Webブラウザ上で実行されるJavaScriptプログラムが解釈可能なデータ形式をもつデータファイルである。また、復元プログラムは、Data.Jsonファイルからコンテンツを抽出し、ローカルストレージ内にコンテンツを復元するプログラムである。また、Data.json224は、格納されたコンテンツの属性情報及び、変換されたコンテンツのデータを含む。   The resource 220 is the content of the resource used for the web application. The resource 220 includes an Index. html 221 and Restor. js222. Further, the resource 220 includes aaa. Jpg 223 and Data. json 224. The json (JavaScript Object Notation) file is a data file having a data format that can be interpreted by the JavaScript program executed on the Web browser. In addition, the restoration program is Data. This is a program for extracting content from a JSON file and restoring the content in the local storage. Data. The json 224 includes stored content attribute information and converted content data.

コンテンツ取得部25は、通信端末4側のWebアプリを使用して編集したコンテンツのアップロードに応じて、編集コンテンツを取得する。更に、コンテンツ格納部23は、コンテンツ取得部25にて取得されたWebアプリの編集コンテンツをコンテンツファイル形式で格納する。格納制御部24は、変換部24Aと、格納部24Bとを有する。変換部24Aは、コンテンツ格納部23にて格納された編集コンテンツをリソース内の復元プログラムが解釈可能なデータ形式、例えば、JSON形式に変換する。格納部24Bは、JSON形式に変換されたデータをリソース内のコンテナファイル、例えばData.Jsonファイル内に格納する。アプリ提供部22は、通信端末4からのアプリ要求を検出すると、当該アプリ要求に対するWebアプリのマニフェスト210及びリソース220をアプリ管理部21から取得する。更に、アプリ提供部22は、取得されたWebアプリのマニフェスト210及びリソース220を、アプリ要求を実行した通信端末4に提供する。   The content acquisition unit 25 acquires the edited content in response to the upload of the content edited using the web application on the communication terminal 4 side. Further, the content storage unit 23 stores the edited content of the web application acquired by the content acquisition unit 25 in a content file format. The storage control unit 24 includes a conversion unit 24A and a storage unit 24B. The conversion unit 24A converts the edited content stored in the content storage unit 23 into a data format that can be interpreted by the restoration program in the resource, for example, the JSON format. The storage unit 24B stores the data converted into the JSON format into a container file in the resource, for example, Data. Store in the JSON file. When the application providing unit 22 detects an application request from the communication terminal 4, the application providing unit 22 acquires the web application manifest 210 and the resource 220 corresponding to the application request from the application management unit 21. Furthermore, the application providing unit 22 provides the acquired web application manifest 210 and resource 220 to the communication terminal 4 that has executed the application request.

通信端末4は、通信機能を備えた、例えば、携帯電話機、スマートフォン、パソコンやタブレット端末等に相当する。通信端末4は、通信部31と、操作部32と、表示部33と、メモリ34と、プロセッサ等のCPU35とを有する。通信部31は、通信網等を通じて他の通信端末4やサーバ等と通信接続する。操作部32は、各種コマンドを入力する。表示部33は、各種情報を表示する。メモリ34は、各種情報等を記憶する。CPU35は、通信端末4全体を制御する。CPU35は、Webブラウザ40及びPUSHクライアント36等のソフトウェア機能を実行する。尚、Webブラウザ40とPUSHクライアント36とは、異なるCPU上で実行されても良い。   The communication terminal 4 corresponds to, for example, a mobile phone, a smartphone, a personal computer, a tablet terminal or the like having a communication function. The communication terminal 4 includes a communication unit 31, an operation unit 32, a display unit 33, a memory 34, and a CPU 35 such as a processor. The communication unit 31 is communicatively connected to another communication terminal 4 or a server through a communication network or the like. The operation unit 32 inputs various commands. The display unit 33 displays various information. The memory 34 stores various information and the like. The CPU 35 controls the entire communication terminal 4. The CPU 35 executes software functions such as the Web browser 40 and the PUSH client 36. The web browser 40 and the push client 36 may be executed on different CPUs.

また、PUSHクライアント36は、PUSH受信部51と、アプリ取得部52と、一時ストレージ53とを有する。PUSH受信部51は、PUSHサーバ2から提供タイミングに関わるWebアプリのリソースを格納した格納先アドレスを受信する。アプリ取得部52は、PUSH受信部51にて受信された格納先アドレスに基づき当該WebアプリのリソースをWebサーバ3に要求する。アプリ取得部52は、Webサーバ3からWebアプリのリソースを取得すると、当該Webアプリのリソースを一時ストレージ53に登録する。   The PUSH client 36 includes a PUSH receiving unit 51, an application acquisition unit 52, and a temporary storage 53. The PUSH receiving unit 51 receives the storage destination address storing the Web application resource related to the provision timing from the PUSH server 2. The application acquisition unit 52 requests the Web server 3 for resources of the Web application based on the storage destination address received by the PUSH receiving unit 51. When the application acquisition unit 52 acquires the Web application resource from the Web server 3, the application acquisition unit 52 registers the Web application resource in the temporary storage 53.

Webブラウザ40は、キャッシュ同期部41と、アプリキャッシュ42と、アプリ実行部43と、ローカルストレージ45とを有する。キャッシュ同期部41は、一時ストレージ53に登録済みのリソースをWebブラウザが解釈可能なデータ形式に変換し、アプリキャッシュ42にキャッシュする。アプリ実行部43は、アプリキャッシュ42にキャッシュされたリソースに基づき、Webアプリを実行する。更に、アプリ実行部43は、アプリキャッシュ42にキャッシュされたリソースの復元プログラム(Restore.js)を実行する。アプリ実行部43は、復元プログラムを実行することで、リソース内のData.jsonファイル内に格納されたコンテンツを復元し、復元されたコンテンツをローカルストレージ45内に格納する。尚、キャッシュ同期部41は、Webブラウザ外にあっても良い。   The web browser 40 includes a cache synchronization unit 41, an application cache 42, an application execution unit 43, and a local storage 45. The cache synchronization unit 41 converts the resource registered in the temporary storage 53 into a data format that can be interpreted by the Web browser, and caches it in the application cache 42. The application execution unit 43 executes the web application based on the resource cached in the application cache 42. Further, the application execution unit 43 executes a resource restoration program (Restore.js) cached in the application cache 42. The application execution unit 43 executes the restoration program, so that the Data. The content stored in the json file is restored, and the restored content is stored in the local storage 45. The cache synchronization unit 41 may be outside the web browser.

また、Webアプリ提供システム1では、PULL方式と、PUSH方式とがある。PULL方式では、通信端末4が所望のWebアプリのリソースの格納先アドレスをPUSHサーバ2に要求する。そして、通信端末4は、PUSHサーバ2から取得した格納先アドレスに基づき、Webアプリのリソースを取得する。また、前述した通り、PUSH方式では、PUSHサーバ2がWebアプリの提供タイミングに応じてWebアプリのリソースの格納先アドレスを通信端末4に提供する。   The web application providing system 1 includes a PULL method and a PUSH method. In the PULL method, the communication terminal 4 requests the PUSH server 2 for a storage address of a desired Web application resource. Then, the communication terminal 4 acquires the Web application resource based on the storage destination address acquired from the PUSH server 2. Further, as described above, in the PUSH method, the PUSH server 2 provides the communication terminal 4 with the storage address of the Web application resource in accordance with the Web application provision timing.

次に、本実施例のWebアプリ提供システム1の動作について説明する。図5は、実施例1のWebアプリ提供システム1の使用形態の一例を示す説明図である。図5に示すWebアプリ提供システム1では、PUSHサーバ2と、Webサーバ3と、通信端末4とを有する。   Next, the operation of the web application providing system 1 according to the present embodiment will be described. FIG. 5 is an explanatory diagram illustrating an example of a usage pattern of the Web application providing system 1 according to the first embodiment. The web application providing system 1 illustrated in FIG. 5 includes a push server 2, a web server 3, and a communication terminal 4.

図5に示すように、通信端末4のユーザが美術館に入館した場合、PUSHサーバ2は、提供タイミングと判断し、美術館の案内ナビのWebアプリに関わるリソースの格納先アドレスを通信端末4にPUSH送信する。そして、通信端末4は、PUSHサーバ2から受信した格納先アドレスのWebサーバ3から美術館の案内ナビのWebアプリに関わるリソースを取得してキャッシュする。そして、通信端末4は、キャッシュされたリソースに基づき、案内ナビのWebアプリを実行する。その結果、ユーザは、案内ナビのWebアプリの取得操作を行わなくても、案内ナビアプリで美術館内の案内を受けることができる。   As shown in FIG. 5, when the user of the communication terminal 4 enters the museum, the PUSH server 2 determines the provision timing and stores the storage destination address of the resource related to the Web application for the guidance navigation of the museum to the communication terminal 4. Send. Then, the communication terminal 4 acquires and caches resources related to the Web application of the museum guidance navigation from the Web server 3 of the storage destination address received from the PUSH server 2. Then, the communication terminal 4 executes a web application for guidance navigation based on the cached resources. As a result, the user can receive guidance in the museum with the guidance navigation application without performing the acquisition operation of the guidance navigation Web application.

また、通信端末4のユーザが飲食店付近に来た場合、PUSHサーバ2は、提供タイミングと判断し、飲食店のメニュー閲覧のWebアプリに関わるリソースの格納先アドレスを通信端末4にPUSH送信する。そして、通信端末4は、PUSHサーバ2から受信した格納先アドレスのWebサーバ3からメニュー閲覧のWebアプリに関わるリソースを取得してキャッシュする。そして、通信端末4は、キャッシュされたリソースに基づき、メニュー閲覧のWebアプリを実行する。その結果、ユーザは、メニュー閲覧のWebアプリの取得操作を行わなくても、メニュー閲覧アプリで飲食店のメニューを閲覧できる。   When the user of the communication terminal 4 comes near the restaurant, the PUSH server 2 determines that it is the provision timing, and pushes the storage destination address of the resource related to the web application for browsing the restaurant menu to the communication terminal 4. . Then, the communication terminal 4 acquires and caches resources related to the menu browsing Web application from the Web server 3 of the storage destination address received from the PUSH server 2. Then, the communication terminal 4 executes a menu browsing Web application based on the cached resource. As a result, the user can browse the menu of the restaurant with the menu browsing app without performing the acquisition operation of the web app for browsing the menu.

また、通信端末4のユーザが学校に来た場合、PUSHサーバ2は、提供タイミングと判断し、教科書閲覧のWebアプリに関わる格納先アドレスを通信端末4にPUSH送信する。そして、通信端末4は、PUSHサーバ2から受信した格納先アドレスのWebサーバ3から教科書閲覧のWebアプリに関わるリソースを取得してキャッシュする。そして、通信端末4は、キャッシュされたリソースに基づき、教科書閲覧のWebアプリを実行する。その結果、ユーザは、教科書閲覧のWebアプリの取得操作を行わなくても、教科書閲覧アプリで学校の教科書を閲覧できる。   When the user of the communication terminal 4 comes to school, the PUSH server 2 determines that it is the provision timing, and pushes the storage destination address related to the Web application for textbook browsing to the communication terminal 4. Then, the communication terminal 4 acquires and caches resources related to the textbook browsing web application from the web server 3 of the storage destination address received from the push server 2. Then, the communication terminal 4 executes a textbook browsing web application based on the cached resources. As a result, the user can browse the textbook of the school with the textbook browsing app without performing the acquisition operation of the textbook browsing web app.

また、通信端末4のユーザが会議室に入室した場合、PUSHサーバ2は、提供タイミングと判断し、プレゼンの資料閲覧のWebアプリのリソースに関わる格納先アドレスを通信端末4にPUSH送信する。そして、通信端末4は、PUSHサーバ2から受信した格納先アドレスのWebサーバ3から資料閲覧のWebアプリのリソースを取得してキャッシュする。そして、通信端末4は、キャッシュされたリソースに基づき、資料閲覧のWebアプリを実行する。その結果、ユーザは、資料閲覧のWebアプリの取得操作を行わなくても、資料閲覧アプリでプレゼン資料を閲覧できる。   When the user of the communication terminal 4 enters the conference room, the PUSH server 2 determines that it is the provision timing, and pushes the storage destination address related to the resource of the web application for viewing the presentation material to the communication terminal 4. Then, the communication terminal 4 acquires the resource of the Web application for browsing the material from the Web server 3 at the storage address received from the PUSH server 2 and caches it. Then, the communication terminal 4 executes a material browsing Web application based on the cached resource. As a result, the user can browse the presentation material with the material browsing application without performing the acquisition operation of the material browsing Web application.

図6は、コンテンツ更新処理に関わるWebサーバ3の処理動作の一例を示すフローチャートである。図6に示すコンテンツ更新処理では、Webアプリで編集したコンテンツを通信端末4から取得した場合、編集したコンテンツを当該Webアプリのリソースのコンテナ内に格納することでコンテンツを更新する処理である。図6においてWebサーバ3のコンテンツ取得部25は、通信端末4からWebアプリで編集したコンテンツを取得する(ステップS21)。Webサーバ3のコンテンツ格納部23は、編集したコンテンツを取得すると、当該Webアプリの端末ID又はユーザID毎に編集コンテンツを格納する(ステップS22)。Webサーバ3の格納制御部24の変換部24Aは、格納されたコンテンツを復元プログラムが解釈可能なデータ形式、例えばJSON形式のデータに変換する(ステップS23)。   FIG. 6 is a flowchart showing an example of the processing operation of the Web server 3 related to the content update processing. In the content update process illustrated in FIG. 6, when content edited by a Web application is acquired from the communication terminal 4, the content is updated by storing the edited content in a resource container of the Web application. In FIG. 6, the content acquisition unit 25 of the Web server 3 acquires the content edited by the Web application from the communication terminal 4 (step S21). When acquiring the edited content, the content storage unit 23 of the Web server 3 stores the edited content for each terminal ID or user ID of the Web application (step S22). The conversion unit 24A of the storage control unit 24 of the Web server 3 converts the stored content into a data format that can be interpreted by the restoration program, for example, data in the JSON format (step S23).

更に、格納制御部24内の格納部24Bは、JSON形式データに変換されたコンテンツをリソース内のコンテナファイルであるData.jsonファイルに格納する(ステップS24)。格納部24Bは、リソースのコンテナファイルを上記作成した新しいコンテナファイルData.jsonに置き換えることで(ステップS25)、図6に示す処理動作を終了する。その結果、PUSHサーバ2は、Data.jsonファイルの更新日付情報が変わったことでデータ更新を認識することになる。   Further, the storage unit 24B in the storage control unit 24 converts the content converted into the JSON format data into Data. It stores in the json file (step S24). The storage unit 24B creates a new container file Data. By replacing with json (step S25), the processing operation shown in FIG. 6 is terminated. As a result, the PUSH server 2 receives Data. Data update is recognized when the update date information of the json file changes.

図6に示すコンテンツ更新処理では、Webサーバ3は、Webアプリで編集したコンテンツを通信端末4から取得した場合、取得されたコンテンツを特定のデータ形式でWebアプリのリソース内にあるData.Jsonファイルに格納する。そして、コンテナファイルが新しいものに置き換わるとデータの更新日付情報が変わることにより、Webアプリのデータ更新があったことが認識される。   In the content update process illustrated in FIG. 6, when the Web server 3 acquires the content edited by the Web application from the communication terminal 4, the Web server 3 stores the acquired content in the Data. Store in the JSON file. Then, when the container file is replaced with a new one, the data update date information changes, so that it is recognized that the data of the Web application has been updated.

図7は、アドレス提供処理に関わるPUSHサーバ2の処理動作の一例を示すフローチャートである。図7に示すアドレス提供処理では、Webアプリの提供タイミングを監視し、当該提供タイミングを検出すると、提供タイミングに対応した通信端末4に提供対象のWebアプリに関わるリソースの格納先アドレスをPUSH送信する処理である。図7に示すPUSHサーバ2のタイミング監視部14は、現在タイミングがアドレス管理部13に管理中の提供タイミングであるか否かを判定する(ステップS31)。タイミング監視部14は、現在タイミングが提供タイミングである場合(ステップS31肯定)、アドレス管理部13から提供タイミングに関わる端末ID13B及び格納先アドレス13Dを特定する(ステップS32)。   FIG. 7 is a flowchart showing an example of the processing operation of the push server 2 related to the address providing process. In the address providing process shown in FIG. 7, the provision timing of the web application is monitored, and when the provision timing is detected, the storage destination address of the resource related to the provisioned web application is PUSH transmitted to the communication terminal 4 corresponding to the provision timing. It is processing. The timing monitoring unit 14 of the PUSH server 2 illustrated in FIG. 7 determines whether or not the current timing is the provision timing being managed by the address management unit 13 (step S31). When the current timing is the provision timing (Yes at Step S31), the timing monitoring unit 14 specifies the terminal ID 13B and the storage destination address 13D related to the provision timing from the address management unit 13 (Step S32).

PUSHサーバ2のPUSH送信部15は、端末ID13B及び格納先アドレス13Dを特定すると、当該端末ID13Bの通信端末4に対して格納先アドレス13DをPUSH送信し(ステップS33)、図7に示す処理動作を終了する。尚、PUSH送信部15は、当該端末ID13Bの通信端末4に対して通信可能な状態であるか否かを判定し、通信可能な状態である場合、当該通信端末4に対して格納先アドレス13DをPUSH送信する。また、PUSHサーバ2の更新監視部12は、現在タイミングが提供タイミングでない場合(ステップS31否定)、各Webサーバ3のWebアプリの更新状況を監視し(ステップS34)、提供タイミングを監視すべく、ステップS31に移行する。   After specifying the terminal ID 13B and the storage destination address 13D, the PUSH transmission unit 15 of the push server 2 pushes the storage destination address 13D to the communication terminal 4 with the terminal ID 13B (step S33), and the processing operation shown in FIG. Exit. The PUSH transmission unit 15 determines whether or not communication with the communication terminal 4 with the terminal ID 13B is possible, and when the communication is possible, the storage destination address 13D with respect to the communication terminal 4 is determined. Is pushed. Further, when the current timing is not the provision timing (No at Step S31), the update monitoring unit 12 of the PUSH server 2 monitors the update status of the Web application of each Web server 3 (Step S34), and monitors the provision timing. Control goes to step S31.

図7に示すアドレス提供処理では、Webアプリの提供タイミングを監視し、当該提供タイミングを検出すると、提供タイミングに対応した通信端末4に提供対象のWebアプリのリソースの格納先アドレスをPUSH送信する。その結果、通信端末4は、例えば、Webアプリのデータ更新の提供タイミングに応じたWebアプリのリソースの格納先アドレスを認識できる。   In the address providing process shown in FIG. 7, the provision timing of the web application is monitored, and when the provision timing is detected, the storage destination address of the resource of the web application to be provided is PUSH transmitted to the communication terminal 4 corresponding to the provision timing. As a result, for example, the communication terminal 4 can recognize the storage destination address of the Web application resource according to the Web application data update provision timing.

図8は、Webアプリ取得処理に関わる通信端末4の処理動作の一例を示すフローチャートである。図8に示すWebアプリ取得処理では、PUSHサーバ2から取得した格納先アドレスに基づきWebアプリのリソースをWebサーバ3から取得し、リソースをアプリキャッシュ42にキャッシュする処理である。図8において通信端末4のPUSHクライアント36のPUSH受信部51は、PUSHサーバ2から格納先アドレス13Dを受信したか否かを判定する(ステップS41)。PUSHクライアント36のアプリ取得部52は、格納先アドレスを受信した場合(ステップS41肯定)、格納先アドレスに基づきWebサーバ3に対してWebアプリを要求する(ステップS42)。アプリ取得部52は、Webアプリ要求に対するリソースを取得したか否かを判定する(ステップS43)。   FIG. 8 is a flowchart illustrating an example of processing operation of the communication terminal 4 related to the Web application acquisition processing. The web application acquisition process illustrated in FIG. 8 is a process of acquiring the web application resource from the web server 3 based on the storage destination address acquired from the push server 2 and caching the resource in the application cache 42. In FIG. 8, the PUSH receiving unit 51 of the PUSH client 36 of the communication terminal 4 determines whether or not the storage destination address 13D has been received from the PUSH server 2 (step S41). When receiving the storage destination address (Yes at Step S41), the application acquisition unit 52 of the PUSH client 36 requests the Web application from the Web server 3 based on the storage destination address (Step S42). The application acquisition unit 52 determines whether resources for the Web application request have been acquired (step S43).

アプリ取得部52は、リソースを取得した場合(ステップS43肯定)、取得されたリソースを一時ストレージ53に登録する(ステップS44)。Webブラウザ40のキャッシュ同期部41は、一時ストレージ53に登録済みのリソースをWebブラウザ40が解釈可能なデータ形式に変換する(ステップS45)。更に、キャッシュ同期部41は、変換されたリソースをアプリキャッシュ42にキャッシュする(ステップS46)。通信端末4のCPU35は、Webブラウザ40が起動済みであるか否かを判定する(ステップS47)。   When acquiring the resource (Yes at Step S43), the application acquisition unit 52 registers the acquired resource in the temporary storage 53 (Step S44). The cache synchronization unit 41 of the web browser 40 converts the resource registered in the temporary storage 53 into a data format that can be interpreted by the web browser 40 (step S45). Further, the cache synchronization unit 41 caches the converted resource in the application cache 42 (step S46). The CPU 35 of the communication terminal 4 determines whether or not the web browser 40 has been activated (step S47).

Webブラウザ40のアプリ実行部43は、Webブラウザ40が起動済みの場合(ステップS47肯定)、アプリキャッシュ42にキャッシュされたリソースに基づきWebアプリを実行する(ステップS48)。更に、Webブラウザ40上で実行される復元プログラムは、リソースのコンテナ内にコンテンツがあるか否かを判定する(ステップS49)。復元プログラムは、リソースのコンテナ内にコンテンツがある場合(ステップS49肯定)、リソース内のData.Jsonファイルからコンテンツを復元する(ステップS50)。復元プログラムは、復元されたコンテンツをローカルストレージ45内に格納することでコンテンツ更新し(ステップS51)、図8に示す処理動作を終了する。   If the web browser 40 has been activated (Yes at step S47), the application execution unit 43 of the web browser 40 executes the web application based on the resource cached in the application cache 42 (step S48). Further, the restoration program executed on the Web browser 40 determines whether or not there is content in the resource container (step S49). When there is content in the resource container (Yes in step S49), the restoration program reads Data. The content is restored from the Json file (step S50). The restoration program updates the content by storing the restored content in the local storage 45 (step S51), and ends the processing operation shown in FIG.

アプリ取得部52は、格納先アドレスを受信していない場合(ステップS41否定)、一時ストレージ53に登録済みのリソースがあるか否かを判定する(ステップS53)。アプリ取得部52は、一時ストレージ53に登録済みのリソースがある場合(ステップS53肯定)、リソースを変換すべく、ステップS45に移行する。   If the storage location address has not been received (No at Step S41), the application acquisition unit 52 determines whether there is a registered resource in the temporary storage 53 (Step S53). If there is a registered resource in the temporary storage 53 (Yes at Step S53), the application acquisition unit 52 proceeds to Step S45 to convert the resource.

また、アプリ取得部52は、一時ストレージ53に登録済みのリソースがない場合(ステップS53否定)、図8に示す処理動作を終了する。また、復元プログラムは、リソースのコンテナ内にコンテンツがない場合(ステップS49否定)、図8に示す処理動作を終了する。また、アプリ取得部52は、リソースを取得しなかった場合(ステップS43否定)、リソースを取得したか否かを判定すべく、ステップS43に移行する。また、CPU35は、Webブラウザ40が起動済みでない場合(ステップS47否定)、Webブラウザ40を起動し(ステップS52)、ステップS48に移行する。   If there is no registered resource in the temporary storage 53 (No at Step S53), the application acquisition unit 52 ends the processing operation illustrated in FIG. Further, when there is no content in the resource container (No in step S49), the restoration program ends the processing operation shown in FIG. If the application acquisition unit 52 has not acquired a resource (No at Step S43), the application acquisition unit 52 proceeds to Step S43 in order to determine whether the resource has been acquired. If the web browser 40 has not been activated (No at step S47), the CPU 35 activates the web browser 40 (step S52), and proceeds to step S48.

図8に示すWebアプリ取得処理では、PUSHサーバ2から取得した格納先アドレスに基づきWebアプリのリソースをWebサーバ3から取得し、リソースをアプリキャッシュ42にキャッシュする。その結果、通信端末4は、オフライン時でも、キャッシュされたリソースに基づきWebアプリを実行できる。   In the Web application acquisition process illustrated in FIG. 8, the Web application resource is acquired from the Web server 3 based on the storage destination address acquired from the PUSH server 2, and the resource is cached in the application cache 42. As a result, the communication terminal 4 can execute the web application based on the cached resource even when offline.

Webアプリ取得処理では、Webブラウザ40が起動済みでなくても、Webアプリのリソースを一時ストレージ53に登録できる。その結果、Webブラウザ40が起動しなくても、提供タイミングに応じたWebアプリを自動取得できる。   In the web application acquisition process, the web application resource can be registered in the temporary storage 53 even if the web browser 40 has not been activated. As a result, even if the web browser 40 does not start, it is possible to automatically acquire a web application corresponding to the provision timing.

Webアプリ取得処理では、一時ストレージ53に登録済みのリソースを読み出し、リソースをアプリキャッシュ42にキャッシュする。その結果、提供タイミングに応じたWebアプリを自動取得できる。   In the Web application acquisition process, the resource registered in the temporary storage 53 is read and the resource is cached in the application cache 42. As a result, it is possible to automatically acquire a web application corresponding to the provision timing.

更に、Webアプリ取得処理では、アプリキャッシュ42にキャッシュされたリソースのコンテナ内にコンテンツがある場合、リソース内の復元プログラムに基づきコンテンツを復元し、復元されたコンテンツをローカルストレージ45に格納する。その結果、クライアントは、オフラインでも、Webアプリ実行時に最新のコンテンツを取得できる。   Further, in the Web application acquisition process, when there is content in the resource container cached in the application cache 42, the content is restored based on the restoration program in the resource, and the restored content is stored in the local storage 45. As a result, the client can acquire the latest content when the Web application is executed even offline.

次に、通信端末4のWebブラウザ40がWebサーバ3に対してWebアプリのリソースを取得する際の動作について説明する。図9は、Webブラウザ40及びWebサーバ3間のリソース取得に関わる処理動作の一例を示す説明図である。図9に示す通信端末4のWebブラウザ40は、リンク先のエントリページ取得リクエストをWebサーバ3に送信する(ステップS62)。Webサーバ3は、エントリページ取得リクエストを検出すると、エントリページをWebブラウザ40に送信する(ステップS63)。Webブラウザ40は、エントリページを取得すると、エントリページ内のマニフェストを検出する(ステップS64)。Webブラウザ40は、マニフェストに基づきマニフェスト取得リクエストをWebサーバ3に送信する(ステップS65)。   Next, an operation when the web browser 40 of the communication terminal 4 acquires the web application resource from the web server 3 will be described. FIG. 9 is an explanatory diagram illustrating an example of a processing operation related to resource acquisition between the Web browser 40 and the Web server 3. The Web browser 40 of the communication terminal 4 shown in FIG. 9 transmits a link destination entry page acquisition request to the Web server 3 (step S62). When detecting the entry page acquisition request, the Web server 3 transmits the entry page to the Web browser 40 (step S63). When acquiring the entry page, the Web browser 40 detects the manifest in the entry page (step S64). The web browser 40 transmits a manifest acquisition request to the web server 3 based on the manifest (step S65).

Webサーバ3は、マニフェスト取得リクエストを検出すると、Webアプリのアプリパッケージ21A内のマニフェスト210をWebブラウザ40に送信する(ステップS66)。Webブラウザ40は、マニフェスト210を取得すると、マニフェスト210を解析し、取得すべきWebアプリのリソース一覧を抽出する(ステップS67)。Webブラウザ40は、リソース一覧を抽出すると、マニフェストに記述されたHTMLファイルの取得リクエストをWebサーバ3に送信する(ステップS68)。更に、Webサーバ3は、マニフェストに記述されたリソースの取得リクエストに応じて、リソースをWebブラウザ40に送信する(ステップS69)。尚、Webサーバ3は、WebアプリのリソースをWebブラウザ40に送信したが、2回目以降は更新されたファイル、例えば、コンテンツを送信しても良い。Webブラウザ40は、リソースを取得すると、取得されたリソースをアプリキャッシュ42にキャッシュする(ステップS70)。Webブラウザ40は、キャッシュされたリソースに基づき、Webアプリを実行する(ステップS71)。   When detecting the manifest acquisition request, the Web server 3 transmits the manifest 210 in the application package 21A of the Web application to the Web browser 40 (Step S66). When acquiring the manifest 210, the Web browser 40 analyzes the manifest 210 and extracts a resource list of Web applications to be acquired (step S67). When the Web browser 40 extracts the resource list, the Web browser 40 transmits an HTML file acquisition request described in the manifest to the Web server 3 (step S68). Further, the web server 3 transmits the resource to the web browser 40 in response to the resource acquisition request described in the manifest (step S69). The Web server 3 transmits the Web application resource to the Web browser 40, but may transmit an updated file, for example, content after the second time. When acquiring the resource, the Web browser 40 caches the acquired resource in the application cache 42 (step S70). The web browser 40 executes the web application based on the cached resource (step S71).

図10は、実施例1のWebアプリ提供システム1の使用形態の一例を示す説明図である。尚、図10の通信端末4としてのパソコン4A及びタブレット端末4Bは同一ユーザである。図10に示すパソコン4Aは、Webブラウザを使用してWebサーバ3とオンライン状態とし、Webサーバ3から、例えば、文書作成ソフトのWebアプリを取得する。パソコン4Aは、Webアプリを使用してコンテンツを作成及び編集する(ステップS81)。パソコン4Aは、その作成及び編集したコンテンツをローカルストレージ45に格納すると共に、Webサーバ3にアップロードする(ステップS82)。Webサーバ3は、パソコン4Aからアップロードされたコンテンツを当該Webアプリに対応付けてコンテンツ格納部23に格納する(ステップS83)。そして、Webサーバ3は、Webアプリのリソースのコンテナ内にコンテンツを格納する。尚、この際、Webサーバ3とパソコン4Aとは、同一コンテンツが格納されたことになる。   FIG. 10 is an explanatory diagram illustrating an example of a usage pattern of the Web application providing system 1 according to the first embodiment. Note that the personal computer 4A and the tablet terminal 4B as the communication terminal 4 in FIG. 10 are the same user. A personal computer 4A shown in FIG. 10 is brought online with the Web server 3 using a Web browser, and acquires, for example, a Web application of document creation software from the Web server 3. The personal computer 4A creates and edits content using the web application (step S81). The personal computer 4A stores the created and edited content in the local storage 45 and uploads it to the Web server 3 (step S82). The web server 3 stores the content uploaded from the personal computer 4A in the content storage unit 23 in association with the web application (step S83). Then, the web server 3 stores the content in the resource container of the web application. At this time, the same contents are stored in the Web server 3 and the personal computer 4A.

また、PUSHサーバ2は、Webアプリの更新、例えば、編集コンテンツの更新を検知すると(ステップS84)、例えば、タブレット端末4Bに対して、更新したWebアプリのリソースに関わる格納先アドレスをPUSH送信する(ステップS85)。そして、タブレット端末4Bは、格納先アドレスを受信した場合、格納先アドレスに基づき、当該更新したWebアプリのリソースをWebサーバ3から取得する(ステップS86)。この際、Webアプリのリソースのコンテナ内には、編集コンテンツが格納されている。   Further, when the push server 2 detects the update of the web application, for example, the update of the edited content (step S84), the push server 2 pushes the storage destination address related to the resource of the updated web application to the tablet terminal 4B, for example. (Step S85). When receiving the storage destination address, the tablet terminal 4B acquires the updated web application resource from the Web server 3 based on the storage destination address (step S86). At this time, the edited content is stored in the resource container of the Web application.

タブレット端末4Bは、Webサーバ3から取得されたWebアプリのリソースをキャッシュし、キャッシュされたリソースに基づきWebアプリを実行する(ステップS87)。更に、タブレット端末4Bは、キャッシュされたリソース内の復元プログラムでコンテナ内に格納された編集コンテンツを復元する(ステップS87)。つまり、パソコン4A及びタブレット端末4Bのローカルストレージ45には、同一の最新の編集データが格納されることになる(ステップS88)。その結果、タブレット端末4Bは、キャッシュされたリソースに基づき、オフラインでもローカルでWebアプリを実行できると共に、このWebアプリで最新の編集コンテンツを編集できる。   The tablet terminal 4B caches the web application resource acquired from the web server 3, and executes the web application based on the cached resource (step S87). Further, the tablet terminal 4B restores the edited content stored in the container by the restoration program in the cached resource (step S87). That is, the same latest edited data is stored in the local storage 45 of the personal computer 4A and the tablet terminal 4B (step S88). As a result, based on the cached resource, the tablet terminal 4B can execute the web application locally even offline, and can edit the latest edited content using the web application.

本実施例では、Webアプリのリソースに編集コンテンツを格納し、Webアプリのコンテンツ更新があったタイミングでリソースをクライアント側の通信端末4に提供する。通信端末4は、提供されたリソースをキャッシュし、キャッシュされたリソースに基づきWebアプリを実行すると共に、そのリソース内に格納された編集コンテンツを復元する。その結果、クライアントは、オフライン時でもWebアプリ実行した場合には最新の編集コンテンツを取得できる。また、当該Webアプリを使用する通信端末4のローカルストレージ45に格納されたコンテンツは同一の最新コンテンツであるため、各通信端末4は、ローカルストレージ45に格納された最新の編集コンテンツを編集できる。   In this embodiment, the edited content is stored in the resource of the web application, and the resource is provided to the communication terminal 4 on the client side when the content of the web application is updated. The communication terminal 4 caches the provided resource, executes the web application based on the cached resource, and restores the edited content stored in the resource. As a result, the client can acquire the latest edited content when the Web application is executed even when offline. Further, since the content stored in the local storage 45 of the communication terminal 4 that uses the Web application is the same latest content, each communication terminal 4 can edit the latest edited content stored in the local storage 45.

また、本実施例では、Webアプリで編集したコンテンツの更新に応じてクライアント側の通信端末4に編集コンテンツが格納されたリソースを提供できる。   Further, in this embodiment, a resource in which edited content is stored can be provided to the communication terminal 4 on the client side in accordance with the update of the content edited by the Web application.

また、本実施例では、Webアプリだけでなく、動的に作成したコンテンツも同時に取得できることは勿論のこと、当該コンテンツをWebアプリのダウンロードの枠内で取得できるため、Webアプリ配信の利用範囲が拡大する。   In addition, in this embodiment, not only the web application but also dynamically created content can be acquired at the same time, and since the content can be acquired within the download frame of the web application, the usage range of the web application distribution is limited. Expanding.

また、本実施例では、リソースのコンテナ内にコンテンツを格納するだけで良く、リソース一覧を示すマニフェストの記述を変更せず、そのまま、使用できるので、使い勝手が良い。   Further, in this embodiment, it is only necessary to store the content in the resource container, and the description of the manifest indicating the resource list can be used as it is, so that it is easy to use.

尚、上記実施例では、Webアプリのリソース内に編集コンテンツを格納する際、編集コンテンツをJSON形式のデータに変換してData.jsonファイルに格納するようにした。しかしながら、JSON形式、およびData.Jsonファイルに限定されるものではなく、他のデータ形式、および格納ファイルであっても良い。   In the above embodiment, when editing content is stored in the resource of the Web application, the edited content is converted into data in the JSON format and is converted to Data. Stored in json file. However, the JSON format and Data. The file is not limited to the JSON file, and may be another data format and a storage file.

また、上記実施例のタイミング監視部14では、アドレス管理部13内の端末ID13B毎の提供タイミング13Eに基づき、端末ID13Bで識別する通信端末4毎の提供タイミングを監視した。しかしながら、タイミング監視部14は、アドレス管理部13内のユーザID13A毎の提供タイミング13Eを監視しても良く、この場合、ユーザID13Aで識別するユーザの各提供タイミング13Eを監視する。   Further, the timing monitoring unit 14 of the above embodiment monitors the provision timing for each communication terminal 4 identified by the terminal ID 13B based on the provision timing 13E for each terminal ID 13B in the address management unit 13. However, the timing monitoring unit 14 may monitor the provision timing 13E for each user ID 13A in the address management unit 13, and in this case, monitors each provision timing 13E of the user identified by the user ID 13A.

また、上記実施例では、通信端末4のユーザが会議室に入室した場合、PUSHサーバ2は、提供タイミングと判断し、当該提供タイミングに応じて、プレゼンの資料閲覧のWebアプリに関わるリソースの格納先アドレスを通信端末4に提供する。そして、通信端末4は、格納先アドレスに基づき、プレゼンの資料閲覧のWebアプリに関わるリソースを取得してキャッシュした。この際、プレゼン資料の機密性を考慮した場合、会議室の退出後は、プレゼン資料閲覧のWebアプリを使用不可にすることが望ましい。そこで、PUSHサーバ2は、使用不可対象のWebアプリを提供した通信端末4の端末IDと、使用不可対象のWebアプリを識別するアプリIDと、使用不可のWebアプリの使用不可タイミングとを対応付けて管理する管理部を備えるようにしても良い。   Further, in the above embodiment, when the user of the communication terminal 4 enters the conference room, the PUSH server 2 determines the provision timing, and stores resources related to the web application for viewing the presentation material according to the provision timing. The destination address is provided to the communication terminal 4. Then, the communication terminal 4 acquires and caches resources related to the web application for viewing the presentation material based on the storage destination address. At this time, considering the confidentiality of the presentation material, it is desirable to disable the web application for viewing the presentation material after leaving the conference room. Therefore, the push server 2 associates the terminal ID of the communication terminal 4 that provided the unusable target web application, the app ID for identifying the unusable target web application, and the unusable timing of the unusable web application. It is also possible to provide a management unit that performs management.

この場合、PUSHサーバ2のタイミング監視部14は、通信端末4のユーザが会議室を退室した場合、使用不可タイミングと判断する。タイミング監視部14は、当該使用不可タイミングに応じて、当該使用不可タイミングの端末ID及びアプリIDを管理部から取得する。タイミング監視部14は、取得された端末IDに基づき使用不可対象の通信端末4を特定すると共に、取得されたアプリIDに基づき使用不可の通信端末4のWebアプリを特定する。PUSH送信部15は、使用不可のWebアプリ、例えば、プレゼン資料閲覧のWebアプリの使用不可要求を通信端末4に通知する。通信端末4は、使用不可要求を受信すると、キャッシュされた当該プレゼン資料閲覧のWebアプリのリソースを消去することで、当該Webアプリを実行できなくする。その結果、通信端末4のユーザは、会議室退室後に資料閲覧のWebアプリが閲覧できなくなるため、プレゼン資料の機密性を確保できる。   In this case, when the user of the communication terminal 4 leaves the conference room, the timing monitoring unit 14 of the push server 2 determines that the timing is unusable. The timing monitoring unit 14 acquires the terminal ID and the application ID at the unusable timing from the management unit according to the unusable timing. The timing monitoring unit 14 specifies an unusable communication terminal 4 based on the acquired terminal ID, and specifies an unusable communication terminal 4 Web application based on the acquired application ID. The PUSH transmission unit 15 notifies the communication terminal 4 of an unusable request for an unusable web application, for example, a web application for viewing a presentation material. When the communication terminal 4 receives the unusable request, the communication terminal 4 deletes the cached resource of the web application for viewing the presentation material, thereby making it impossible to execute the web application. As a result, the user of the communication terminal 4 can no longer browse the web application for browsing the material after leaving the conference room, so that the confidentiality of the presentation material can be ensured.

また、上記実施例では、Webブラウザ40及びPUSHクライアント36を同一のCPU35上で実行するようにしたが、異なるCPU上で実行するようにしても良い。   Moreover, in the said Example, although the web browser 40 and the PUSH client 36 were run on the same CPU35, you may make it run on a different CPU.

また、上記実施例では、通信端末4を、例えば、携帯電話機やタブレット端末等としてCPU35を常時通電状態としている。しかしながら、通信端末4がパソコン等の場合、PUSHクライアント36は、Webブラウザ40側が起動していない場合や、CPU35側の電源が起動していない場合でも、常時電源をON状態とし、PUSHサーバ2からの情報が受信可能な状態にあるようにしても良い。   In the above embodiment, the communication terminal 4 is, for example, a mobile phone or a tablet terminal, and the CPU 35 is always energized. However, when the communication terminal 4 is a personal computer or the like, the push client 36 always turns on the power even when the web browser 40 side is not activated or when the power source on the CPU 35 side is not activated. This information may be in a receivable state.

図11は、実施例2のWebアプリ提供システム内部の一例を示す機能ブロック図である。尚、図1に示すWebアプリ提供システム1と同一の構成には同一符号を付すことで、その重複する構成及び動作の説明については省略する。図11に示すWebアプリ提供システム1Bと図1に示すWebアプリ提供システム1とが異なるところは、簡単な操作で、移動元の通信端末4Dで実行中のWebアプリを移動先の通信端末4E側でも実行できる点にある。尚、移動元の通信端末4Dは、Webアプリ実行中の通信端末4である。これに対して、移動先の通信端末4Eは、移動元の通信端末4Dで実行中のWebアプリと同一アプリを実行させる通信端末4である。   FIG. 11 is a functional block diagram illustrating an example of the Web application providing system according to the second embodiment. The same components as those in the web application providing system 1 shown in FIG. 1 are denoted by the same reference numerals, and the description of the overlapping components and operations is omitted. The web application providing system 1B shown in FIG. 11 is different from the web application providing system 1 shown in FIG. 1 in that the web application being executed on the source communication terminal 4D is moved to the destination communication terminal 4E side by a simple operation. But it can be done. The source communication terminal 4D is the communication terminal 4 that is executing the Web application. On the other hand, the destination communication terminal 4E is a communication terminal 4 that executes the same application as the web application being executed on the source communication terminal 4D.

図11に示すPUSHサーバ2は、更新監視部12、アドレス管理部13、タイミング監視部14及びPUSH送信部15の他に、イベント受信部16を有する。イベント受信部16は、移動元の通信端末4Dから後述するイベント情報を受信する。また、アドレス管理部13は、アドレス管理テーブル151を管理し、アドレス管理テーブル151のテーブル内容を動的に更新登録する。図12は、アドレス管理テーブル151のテーブル内容の一例を示す説明図である。図12に示すアドレス管理テーブル151は、ユーザID151A、端末ID151B、アプリID151C、格納先アドレス151D及び提供タイミング151Eの他に、タグID151F及びコマンド151Gを対応付けて管理している。タグID151Fは、通信端末4Eに内蔵した後述するRFIDタグ39Bを識別するIDである。コマンド151Gは、格納先アドレス151Dで特定するWebアプリの実行内容である。尚、コマンド151Gには、Webアプリの実行内容、例えば、ダウンロード及び実行、ダウンロードのみ、実行のみ、消去等がある。   The PUSH server 2 illustrated in FIG. 11 includes an event reception unit 16 in addition to the update monitoring unit 12, the address management unit 13, the timing monitoring unit 14, and the PUSH transmission unit 15. The event receiving unit 16 receives event information, which will be described later, from the source communication terminal 4D. The address management unit 13 manages the address management table 151 and dynamically updates and registers the table contents of the address management table 151. FIG. 12 is an explanatory diagram showing an example of table contents of the address management table 151. The address management table 151 shown in FIG. 12 manages the tag ID 151F and the command 151G in addition to the user ID 151A, the terminal ID 151B, the application ID 151C, the storage destination address 151D, and the provision timing 151E. The tag ID 151F is an ID for identifying an RFID tag 39B described later built in the communication terminal 4E. The command 151G is the execution content of the Web application specified by the storage destination address 151D. The command 151G includes execution contents of the Web application, such as download and execution, download only, execution only, and deletion.

移動元の通信端末4Dは、通信部31、操作部32、表示部33、メモリ34及びCPU35の他、RFID(Radio Frequency Identification)リーダライタ39Aを有する。更に、移動先の通信端末4Eは、通信部31、操作部32、表示部33、メモリ34及びCPU35の他、RFIDタグ39Bを有する。RFIDリーダライタ39Aは、RFIDタグ39Bと所定通信距離内での近距離無線通信を実行する。   The source communication terminal 4D includes a communication unit 31, an operation unit 32, a display unit 33, a memory 34, and a CPU 35, and an RFID (Radio Frequency Identification) reader / writer 39A. Further, the destination communication terminal 4E includes an RFID tag 39B in addition to the communication unit 31, the operation unit 32, the display unit 33, the memory 34, and the CPU 35. The RFID reader / writer 39A performs short-range wireless communication with the RFID tag 39B within a predetermined communication distance.

移動元の通信端末4DのRFIDリーダライタ39Aは、移動先の通信端末4Eのアプリ移動操作に応じてRFIDタグ39Bと近距離無線通信を開始する。尚、アプリ移動操作は、RFIDリーダライタ39Aに対するRFIDタグ39Bのかざし操作及び、表示部33又は操作部32の特定操作の二重操作とすることで誤操作を防止できる。CPU35は、RFIDリーダライタ39Aを通じてRFIDタグ39BのタグIDを取得すると、タグIDを含む移動イベント情報を生成する。   The RFID reader / writer 39A of the source communication terminal 4D starts short-range wireless communication with the RFID tag 39B in response to the application movement operation of the destination communication terminal 4E. The application moving operation can be prevented from being erroneously performed by performing a double operation of holding the RFID tag 39B over the RFID reader / writer 39A and a specific operation of the display unit 33 or the operation unit 32. When the CPU 35 acquires the tag ID of the RFID tag 39B through the RFID reader / writer 39A, the CPU 35 generates movement event information including the tag ID.

尚、移動イベント情報は、タグIDと、格納先アドレスと、イベント内容と、コマンドとを有する。タグIDは、移動先の通信端末4E側のRFIDタグ39Bを識別するIDである。格納先アドレスは、移動元の通信端末4D側で実行中の移動先の通信端末4Eでも実行するWebアプリに関わるリソースの格納先アドレスである。イベント内容は、移動元の通信端末4Dで実行中の同一Webアプリを移動先の通信端末4Eでも実行させる移動イベントである。コマンドは、移動先の通信端末4Eで実行するWebアプリの実行内容、例えば、ダウンロード及び実行、ダウンロードのみ、実行のみ、消去等の実行内容である。   The movement event information includes a tag ID, a storage destination address, event contents, and a command. The tag ID is an ID for identifying the RFID tag 39B on the communication terminal 4E side of the movement destination. The storage destination address is a storage destination address of a resource related to the Web application that is also executed on the destination communication terminal 4E that is being executed on the source communication terminal 4D side. The event content is a movement event that causes the destination communication terminal 4E to execute the same Web application being executed on the source communication terminal 4D. The command is an execution content of the Web application executed by the destination communication terminal 4E, for example, an execution content such as download and execution, download only, execution only, or deletion.

移動元の通信端末4Dの通信部31は、生成した移動イベント情報をPUSHサーバ2に送信する。PUSHサーバ2のイベント受信部16は、移動元の通信端末4Dから移動イベント情報を受信する。PUSHサーバ2のアドレス管理部13は、移動イベント情報を受信した場合、移動イベント情報内のタグID151Fに関わる端末ID151Bに対応した提供タイミング151Eを“即時”としてアドレス管理テーブル151内に更新する。更に、アドレス管理部13は、移動イベント情報内のコマンドを端末ID151Bに対応したコマンド151Gとしてアドレス管理テーブル151内に更新する。   The communication unit 31 of the movement-source communication terminal 4D transmits the generated movement event information to the push server 2. The event receiving unit 16 of the push server 2 receives the movement event information from the movement source communication terminal 4D. When the movement event information is received, the address management unit 13 of the push server 2 updates the provision timing 151E corresponding to the terminal ID 151B related to the tag ID 151F in the movement event information as “immediately” in the address management table 151. Further, the address management unit 13 updates the command in the movement event information as a command 151G corresponding to the terminal ID 151B in the address management table 151.

タイミング監視部14は、アドレス管理部13の提供タイミング151Eを参照し、現在タイミングが提供タイミング151Eであるか否かを監視する。アドレス管理部13は、提供タイミング151Eが“即時”の場合、即時にアドレス管理テーブル151から提供タイミング151Eに関わる端末ID151B、格納先アドレス151D及びコマンド151Gを特定する。尚、アドレス管理部13は、例えば、端末種別毎のWebアプリのリソースに関わる格納先アドレスを管理するテーブルを備え、端末ID151Bの端末種別を特定する。そして、アドレス管理部13は、端末ID151Bの端末種別を特定すると、格納先アドレスのWebアプリが通知先の通信端末4の端末種別に合致するか否かを判定する。そして、アドレス管理部13は、端末種別に合致しなかった場合、合致する端末種別に適用した格納先アドレス151Dを特定する。   The timing monitoring unit 14 refers to the provision timing 151E of the address management unit 13 and monitors whether or not the current timing is the provision timing 151E. When the provision timing 151E is “immediate”, the address management unit 13 immediately identifies the terminal ID 151B, the storage destination address 151D, and the command 151G related to the provision timing 151E from the address management table 151. The address management unit 13 includes, for example, a table for managing storage destination addresses related to Web application resources for each terminal type, and identifies the terminal type of the terminal ID 151B. When the address management unit 13 specifies the terminal type of the terminal ID 151B, the address management unit 13 determines whether the Web application at the storage destination address matches the terminal type of the communication terminal 4 that is the notification destination. If the address management unit 13 does not match the terminal type, the address management unit 13 specifies the storage destination address 151D applied to the matching terminal type.

PUSH送信部15は、端末ID151B、格納先アドレス151D及びコマンド151Gを特定すると、端末ID151Bの移動先の通信端末4Eに対してPUSH送信可能な状況であるか否かを判定する。PUSH送信部15は、PUSH送信可能な状況の場合、端末ID151Bの移動先の通信端末4Eに対して格納先アドレス151D及びコマンド151GをPUSH送信する。   After specifying the terminal ID 151B, the storage destination address 151D, and the command 151G, the PUSH transmission unit 15 determines whether or not the push transmission is possible to the destination communication terminal 4E of the terminal ID 151B. When the push transmission is possible, the push transmission unit 15 pushes the storage destination address 151D and the command 151G to the destination communication terminal 4E with the terminal ID 151B.

移動先の通信端末4EのPUSH受信部51は、PUSHサーバ2から格納先アドレス及びコマンドを受信した場合、格納先アドレスに基づきWebサーバ3に対してWebアプリを要求する。アプリ取得部52は、Webアプリ要求に対するリソースを取得した場合、取得されたリソースを一時ストレージ53に登録する。更に、キャッシュ同期部41は、一時ストレージ53に登録済みのリソースをCPU35側で解釈可能なデータ形式に変換する。更に、キャッシュ同期部41は、変換されたリソースをアプリキャッシュ42にキャッシュする。更に、アプリ実行部43は、PUSHサーバ2から受信したコマンドに基づき、アプリキャッシュ42にキャッシュされたWebアプリを実行する。   When receiving the storage destination address and the command from the push server 2, the push receiving unit 51 of the destination communication terminal 4E requests the web application from the web server 3 based on the storage destination address. When the application acquisition unit 52 acquires a resource corresponding to the web application request, the application acquisition unit 52 registers the acquired resource in the temporary storage 53. Further, the cache synchronization unit 41 converts the resource registered in the temporary storage 53 into a data format that can be interpreted on the CPU 35 side. Further, the cache synchronization unit 41 caches the converted resource in the application cache 42. Furthermore, the application execution unit 43 executes the web application cached in the application cache 42 based on the command received from the push server 2.

更に、アプリ実行部43は、アプリキャッシュ42にキャッシュされたリソースの復元プログラム(Restore.js)を実行する。アプリ実行部43は、復元プログラムを実行することで、リソース内のData.jsonファイル内に格納されたコンテンツを復元し、復元されたコンテンツをローカルストレージ45内に格納する。尚、キャッシュ同期部41は、Webブラウザ外にあっても良い。   Further, the application execution unit 43 executes a resource restoration program (Restore.js) cached in the application cache 42. The application execution unit 43 executes the restoration program, so that the Data. The content stored in the json file is restored, and the restored content is stored in the local storage 45. The cache synchronization unit 41 may be outside the web browser.

つまり、移動先の通信端末4Eは、移動元の通信端末4Dとのアプリ移動操作に応じて、移動元の通信端末4Dで実行中の同一Webアプリを実行できる。   That is, the destination communication terminal 4E can execute the same Web application being executed on the source communication terminal 4D in response to an app move operation with the source communication terminal 4D.

次に、実施例2のWebアプリ提供システム1Bの動作について説明する。図13は、移動元の通信端末4Dの処理動作の一例を示すフローチャートである。図13において移動元の通信端末4DのRFIDリーダライタ39Aは、移動先の通信端末4Eとのアプリ移動操作に伴う近距離無線通信に応じて移動先の通信端末4EのタグIDを受信したか否かを判定する(ステップS151)。移動元の通信端末4DのCPU35は、タグIDを受信した場合(ステップS151肯定)、タグID、移動イベント、格納先アドレス及びコマンドを含む移動イベント情報をPUSHサーバ2に送信し(ステップS152)、図13に示す処理動作を終了する。また、RFIDリーダライタ39Aは、移動先の通信端末4EのタグIDを受信しなかった場合(ステップS151否定)、図13に示す処理動作を終了する。   Next, the operation of the Web application providing system 1B according to the second embodiment will be described. FIG. 13 is a flowchart showing an example of the processing operation of the source communication terminal 4D. In FIG. 13, the RFID reader / writer 39A of the movement source communication terminal 4D has received the tag ID of the movement destination communication terminal 4E in response to the short-range wireless communication accompanying the application movement operation with the movement destination communication terminal 4E. Is determined (step S151). When receiving the tag ID (Yes at Step S151), the CPU 35 of the source communication terminal 4D transmits the movement event information including the tag ID, the movement event, the storage destination address, and the command to the PUSH server 2 (Step S152). The processing operation shown in FIG. 13 ends. If the RFID reader / writer 39A does not receive the tag ID of the destination communication terminal 4E (No at step S151), the processing operation shown in FIG. 13 is terminated.

また、図14は、アドレス提供処理に関わるPUSHサーバ2の処理動作の一例を示すフローチャートである。図14に示すアドレス提供処理では、現在が提供タイミングの場合、提供タイミングに対応した通信端末4に対して提供対象のWebアプリに関わるリソースの格納先アドレス及びコマンドをPUSH送信する処理である。図14においてPUSHサーバ2のタイミング監視部14は、現在タイミングがアドレス管理部13に管理中の提供タイミングであるか否かを判定する(ステップS161)。尚、タイミング監視部14は、提供タイミングが“即時”の場合、現在タイミングが提供タイミングであると判断する。タイミング監視部14は、現在タイミングが提供タイミングである場合(ステップS161肯定)、アドレス管理部13から提供タイミングに関わる端末ID151B、格納先アドレス151D及びコマンド151Gを特定する(ステップS162)。   FIG. 14 is a flowchart showing an example of the processing operation of the push server 2 related to the address providing process. In the address providing process illustrated in FIG. 14, when the present timing is the provision timing, the resource storage destination address and the command related to the web application to be provided are PUSH transmitted to the communication terminal 4 corresponding to the provision timing. In FIG. 14, the timing monitoring unit 14 of the push server 2 determines whether or not the current timing is a provision timing managed by the address management unit 13 (step S <b> 161). The timing monitoring unit 14 determines that the current timing is the provision timing when the provision timing is “immediate”. When the current timing is the provision timing (Yes at Step S161), the timing monitoring unit 14 specifies the terminal ID 151B, the storage destination address 151D, and the command 151G related to the provision timing from the address management unit 13 (Step S162).

PUSHサーバ2のPUSH送信部15は、端末ID151B、格納先アドレス151D及びコマンド151Gを特定すると、当該端末ID151Bの通信端末4に対して格納先アドレス151D及びコマンド151GをPUSH送信する(ステップS163)。そして、図14に示す処理動作を終了する。尚、PUSH送信部15は、当該端末ID151Bの通信端末4に対して通信可能な状態であるか否かを判定し、通信可能な状態である場合、当該通信端末4に対して格納先アドレス151D及びコマンド151GをPUSH送信する。また、PUSHサーバ2の更新監視部12は、現在タイミングが提供タイミングでない場合(ステップS161否定)、各Webアプリの更新状況を監視し(ステップS164)、提供タイミングを監視すべく、ステップS161に移行する。   After specifying the terminal ID 151B, the storage destination address 151D, and the command 151G, the PUSH transmission unit 15 of the PUSH server 2 pushes the storage destination address 151D and the command 151G to the communication terminal 4 having the terminal ID 151B (step S163). Then, the processing operation shown in FIG. 14 ends. The PUSH transmission unit 15 determines whether or not communication with the communication terminal 4 with the terminal ID 151B is possible, and when the communication is possible, the storage destination address 151D with respect to the communication terminal 4 is determined. And PUSH transmission of the command 151G. If the current timing is not the provision timing (No at Step S161), the update monitoring unit 12 of the PUSH server 2 monitors the update status of each Web application (Step S164), and proceeds to Step S161 to monitor the provision timing. To do.

図14に示すアドレス提供処理では、現在が提供タイミングの場合、提供タイミングに対応した移動先の通信端末4Eに対して提供対象のWebアプリのリソースの格納先アドレス及びコマンドをPUSH送信する。その結果、移動先の通信端末4Eは、提供タイミングに応じたWebアプリのリソースの格納先アドレス及びコマンドを取得する。   In the address providing process illustrated in FIG. 14, when the present timing is the provision timing, the storage destination address and command of the web application resource to be provided and the command are PUSH transmitted to the destination communication terminal 4 </ b> E corresponding to the provision timing. As a result, the destination communication terminal 4E acquires the storage address and command of the Web application resource according to the provision timing.

図15は、移動先の通信端末4Eの処理動作の一例を示すフローチャートである。図15において移動先の通信端末4EのPUSH受信部51は、PUSHサーバ2から格納先アドレス及びコマンドを受信したか否かを判定する(ステップS171)。移動先の通信端末4Eのアプリ取得部52は、格納先アドレス及びコマンドを受信した場合(ステップS171肯定)、格納先アドレスに基づきWebサーバ3からWebアプリのリソースをダウンロードする(ステップS172)。   FIG. 15 is a flowchart showing an example of the processing operation of the destination communication terminal 4E. In FIG. 15, the PUSH receiving unit 51 of the destination communication terminal 4E determines whether a storage destination address and a command have been received from the PUSH server 2 (step S171). When receiving the storage destination address and the command (Yes at Step S171), the application acquisition unit 52 of the destination communication terminal 4E downloads the Web application resource from the Web server 3 based on the storage destination address (Step S172).

アプリ取得部52は、Webアプリのリソースの取得が完了したか否かを判定する(ステップS173)。アプリ取得部52は、Webアプリに関わるリソースの取得が完了した場合(ステップS173肯定)、Webアプリのリソースを一時ストレージ53に登録する(ステップS174)。更に、アプリ実行部43は、一時ストレージ53に登録済みのWebアプリのリソースをアプリキャッシュ42にキャッシュし、キャッシュされたWebアプリのリソースを、ステップS171で受信したコマンドに基づき実行する(ステップS175)。そして、図15に示す処理動作を終了する。尚、アプリ実行部43は、アプリキャッシュ42にキャッシュされたリソースの復元プログラムを実行する。アプリ実行部43は、復元プログラムを実行することでリソース内のData.jsonファイル内に格納されたコンテンツを復元し、復元されたコンテンツをローカルストレージ45内に格納する。   The application acquisition unit 52 determines whether acquisition of the Web application resource is completed (step S173). When the acquisition of the resource related to the web application is completed (Yes at step S173), the application acquisition unit 52 registers the resource of the web application in the temporary storage 53 (step S174). Further, the application execution unit 43 caches the web application resource registered in the temporary storage 53 in the application cache 42, and executes the cached web application resource based on the command received in step S171 (step S175). . Then, the processing operation shown in FIG. 15 ends. The application execution unit 43 executes a restoration program for resources cached in the application cache 42. By executing the restoration program, the application execution unit 43 executes Data. The content stored in the json file is restored, and the restored content is stored in the local storage 45.

また、PUSH受信部51は、PUSHサーバ2から格納先アドレス及びコマンドを受信しなかった場合(ステップS171否定)、図15に示す処理動作を終了する。また、アプリ取得部52は、Webアプリのリソースの取得が完了しなかった場合(ステップS173否定)、ステップS173の監視動作を継続する。   When the PUSH receiving unit 51 does not receive the storage destination address and the command from the PUSH server 2 (No at Step S171), the processing operation illustrated in FIG. If the acquisition of the Web application resource is not completed (No at Step S173), the application acquisition unit 52 continues the monitoring operation at Step S173.

移動先の通信端末4Eは、PUSHサーバ2から格納先アドレス及びコマンドを受信した場合、格納先アドレスに基づきWebアプリ及びコンテンツを取得すると共に、コマンドに基づき、当該Webアプリを実行する。その結果、移動先の通信端末4Eは、移動元の通信端末4Dで実行中の同一Webアプリ4を実行できる。   When the destination communication terminal 4E receives the storage destination address and the command from the push server 2, the destination communication terminal 4E acquires the web application and the content based on the storage destination address, and executes the web application based on the command. As a result, the destination communication terminal 4E can execute the same Web application 4 being executed by the source communication terminal 4D.

図16は、移動元の通信端末4Dと移動先の通信端末4Eとの連動動作の一例を示す説明図である。移動元の通信端末4Dを携帯電話機401、移動先の通信端末4Eをタブレット端末402とする。図16(A)に示す携帯電話機401は、Webアプリを実行することで、表示部401AにWebアプリの実行画面を表示している。そして、携帯電話機401に対するタブレット端末402とのアプリ移動操作に応じて、携帯電話機401のRFIDリーダライタ39Aは、タブレット端末402のタグIDを取得する。更に、携帯電話機401は、取得されたタグIDと、携帯電話機401で実行中のWebアプリのリソースの格納先アドレス、移動イベント、Webアプリのダウンロード及び実行のコマンドを含む移動イベント情報をPUSHサーバ2に送信する。   FIG. 16 is an explanatory diagram showing an example of the interlocking operation between the source communication terminal 4D and the destination communication terminal 4E. The mobile communication terminal 4D is the mobile phone 401, and the mobile communication terminal 4E is the tablet terminal 402. A cellular phone 401 illustrated in FIG. 16A displays a Web application execution screen on the display unit 401A by executing the Web application. Then, the RFID reader / writer 39 </ b> A of the mobile phone 401 acquires the tag ID of the tablet terminal 402 in accordance with the application moving operation with the tablet terminal 402 for the mobile phone 401. Further, the cellular phone 401 displays the acquired tag ID, the movement event information including the resource storage address of the web application being executed on the cellular phone 401, the movement event, and the web application download and execution commands. Send to.

PUSHサーバ2のアドレス管理部13は、移動イベント情報を受信した場合、移動イベント情報内のタグID、移動イベント、格納先アドレス及びコマンドに基づき、端末IDに対応した提供タイミングを“即時”としてアドレス管理テーブル151を更新する。更に、アドレス管理部13は、取得したコマンドを端末IDに対応したコマンドとしてアドレス管理テーブル151を更新する。   When receiving the movement event information, the address management unit 13 of the push server 2 sets the provision timing corresponding to the terminal ID as “immediately” based on the tag ID, the movement event, the storage destination address, and the command in the movement event information. The management table 151 is updated. Furthermore, the address management unit 13 updates the address management table 151 with the acquired command as a command corresponding to the terminal ID.

PUSHサーバ2のアドレス管理部13は、提供タイミングが“即時”のため、提供タイミングの端末ID、格納先アドレス及びコマンドをアドレス管理テーブル151から特定する。PUSHサーバ2のPUSH送信部15は、端末IDのタブレット端末402に対して格納先アドレス及びコマンドをPUSH送信する。そして、タブレット端末402は、格納先アドレスに基づき、携帯電話機401で実行中のWebアプリ及びコンテンツをWebサーバ3から取得し、コマンドに基づき、取得したWebアプリを実行して、Webアプリの実行画面を表示部402Aに表示する。その結果、タブレット端末402は、アプリ移動操作に応じて、図16(A)に示す通り、携帯電話機401と同一のWebアプリを実行できることは勿論のこと、同一コンテンツも取得できる。   Since the provision timing is “immediate”, the address management unit 13 of the push server 2 identifies the terminal ID, the storage destination address, and the command at the provision timing from the address management table 151. The PUSH transmission unit 15 of the push server 2 pushes the storage destination address and the command to the tablet terminal 402 with the terminal ID. Then, the tablet terminal 402 acquires the Web application and content being executed on the mobile phone 401 from the Web server 3 based on the storage destination address, executes the acquired Web application based on the command, and executes the Web application execution screen. Is displayed on the display unit 402A. As a result, the tablet terminal 402 can execute the same Web application as the mobile phone 401 as well as the same content as shown in FIG.

また、図16(B)に示すタブレット端末402は、その表示部402Aに動画を使用中に、携帯電話機401をかざした場合、携帯電話機401の表示部401Aに表示中の画面内容をタブレット端末402の表示部402Aに画面表示する。この際、タブレット端末402の表示部402Aは、使用中の動画画面と、携帯電話機401の表示部401Aの表示画面とに2分割して再レイアウトできる。   In the tablet terminal 402 illustrated in FIG. 16B, when the mobile phone 401 is held while the moving image is being used on the display unit 402 </ b> A, the screen content displayed on the display unit 401 </ b> A of the mobile phone 401 is displayed on the tablet terminal 402. Is displayed on the display unit 402A. At this time, the display unit 402A of the tablet terminal 402 can be re-divided into two parts, a moving image screen in use and a display screen of the display unit 401A of the mobile phone 401.

尚、上記実施例2では、説明の便宜上、移動元の通信端末4D内にRFIDリーダライタ39A、移動先の通信端末4E内にRFIDタグ39Bを内蔵する態様で説明した。しかしながら、各通信端末4(4D,4E)は、RFIDリーダライタ39A及びRFIDタグ39B両方を内蔵しても良い。   In the second embodiment, for convenience of explanation, the RFID reader / writer 39A is built in the source communication terminal 4D and the RFID tag 39B is built in the destination communication terminal 4E. However, each communication terminal 4 (4D, 4E) may incorporate both the RFID reader / writer 39A and the RFID tag 39B.

また、上記実施例2では、通信端末4間のアプリ移動操作にRFID通信機能を使用したが、通信端末4間のNFC(Near Field Communication)通信等の近距離無線通信や、通信端末4間で接触センサを使用した接触センサ方式を採用しても良い。   In the second embodiment, the RFID communication function is used for the application moving operation between the communication terminals 4. However, near field communication such as NFC (Near Field Communication) communication between the communication terminals 4 or between the communication terminals 4. A contact sensor method using a contact sensor may be adopted.

図17は、実施例3のWebアプリ提供システムの使用形態の一例を示す説明図である。尚、実施例2のWebアプリ提供システム1Bと同一の構成には同一符号を付すことで、その重複する構成及び動作の説明については省略する。図17に示すWebアプリ提供システム1Cは、例えば、会議室で使用するWebアプリ提供システムを想定する。   FIG. 17 is an explanatory diagram illustrating an example of a usage pattern of the Web application providing system according to the third embodiment. Note that the same components as those in the web application providing system 1B of the second embodiment are denoted by the same reference numerals, and the description of the overlapping configuration and operation is omitted. A web application providing system 1C illustrated in FIG. 17 is assumed to be a web application providing system used in a conference room, for example.

アドレス管理部13は、通信端末4の端末ID151Bに対応する提供タイミング151Eが通信端末4の保有者による会議室の入室タイミング、コマンド151GがWebアプリのダウンロード及び実行とする。尚、入室タイミングとは、例えば、会議室の入口に配置した入室監視装置の通信範囲内への通信端末4の進入による、入室監視装置と通信端末4との通信動作に応じて、通信端末4保有者の会議室への入室を検知したタイミングである。Webアプリは、プレゼン資料閲覧用のWebアプリである。コマンドは、プレゼン資料閲覧用のWebアプリのダウンロード及び実行である。   In the address management unit 13, the provision timing 151E corresponding to the terminal ID 151B of the communication terminal 4 is the entrance timing of the conference room by the owner of the communication terminal 4, and the command 151G is download and execution of the Web application. The entrance timing refers to, for example, the communication terminal 4 according to the communication operation between the entrance monitoring apparatus and the communication terminal 4 due to the entry of the communication terminal 4 into the communication range of the entrance monitoring apparatus arranged at the entrance of the conference room. This is the timing at which the owner entered the conference room. The web application is a web application for viewing presentation materials. The command is download and execution of a web application for viewing presentation materials.

また、アドレス管理部13は、通信端末4の識別情報に対応する提供タイミング151Eが通信端末4の保有者による会議室の退室タイミング、コマンド151GがWebアプリの消去とする。尚、退室タイミングは、入室監視装置の通信範囲内への通信端末4の再進入による、入室監視装置と通信端末4との通信動作に応じて、通信端末4保有者の会議室からの退室を検知したタイミングである。Webアプリは、プレゼン資料閲覧用のWebアプリである。コマンドは、プレゼン資料閲覧用のWebアプリの消去である。   In addition, the address management unit 13 sets the provision timing 151E corresponding to the identification information of the communication terminal 4 to be the exit timing of the conference room by the owner of the communication terminal 4, and the command 151G to delete the web application. The exit timing is determined by the communication terminal 4 owner leaving the conference room according to the communication operation between the entrance monitoring device and the communication terminal 4 due to the re-entry of the communication terminal 4 into the communication range of the entrance monitoring device. This is the detected timing. The web application is a web application for viewing presentation materials. The command is to delete the web application for viewing the presentation material.

PUSHサーバ2のアドレス管理部13は、通信端末4の会議室の入室タイミングを検出した場合、この通信端末4の端末ID151B、格納先アドレス151D及びコマンド151Gをアドレス管理テーブル151から特定する。更に、PUSHサーバ2のPUSH送信部15は、特定された格納先アドレス及びコマンドを通信端末4に送信する。そして、会議室内の通信端末4は、格納先アドレスに基づき、Webサーバ3からプレゼン資料閲覧用のWebアプリのリソースを取得してキャッシュする。そして、通信端末4は、コマンド内容に基づき、プレゼン資料閲覧用のWebアプリを実行すると共に、キャッシュされたリソース内からコンテンツを取得できる。   The address management unit 13 of the push server 2 identifies the terminal ID 151B, the storage destination address 151D, and the command 151G of the communication terminal 4 from the address management table 151 when detecting the entrance timing of the conference room of the communication terminal 4. Further, the PUSH transmission unit 15 of the PUSH server 2 transmits the specified storage destination address and command to the communication terminal 4. Then, the communication terminal 4 in the meeting room acquires and caches the resource of the web application for viewing the presentation material from the web server 3 based on the storage address. And the communication terminal 4 can acquire a content from the cached resource while executing the web application for browsing presentation materials based on the command content.

また、PUSHサーバ2のタイミング監視部14は、通信端末4の会議室の退室タイミングを検出した場合、この通信端末4の端末ID151B、格納先アドレス151D及びコマンド151Gをアドレス管理テーブル151から特定する。更に、PUSHサーバ2のPUSH送信部15は、特定された格納先アドレス及びコマンドを通信端末4に送信する。そして、会議室外の通信端末4は、格納先アドレスに基づきプレゼン資料閲覧用のWebアプリを特定し、コマンド内容に基づき、特定されたWebアプリ及びコンテンツをキャッシュから消去する。   Further, when the timing monitoring unit 14 of the push server 2 detects the exit timing of the conference room of the communication terminal 4, the terminal ID 151 </ b> B, the storage destination address 151 </ b> D, and the command 151 </ b> G of the communication terminal 4 are specified from the address management table 151. Further, the PUSH transmission unit 15 of the PUSH server 2 transmits the specified storage destination address and command to the communication terminal 4. Then, the communication terminal 4 outside the conference room specifies the Web application for viewing the presentation material based on the storage destination address, and deletes the specified Web application and content from the cache based on the command content.

実施例3では、通信端末4のユーザが会議室に入室した場合、PUSHサーバ2は、提供タイミングと判断し、プレゼン資料閲覧用のWebアプリの格納先アドレス及びコマンドを通信端末4に提供する。そして、会議室内の通信端末4は、格納先アドレスに基づき、プレゼン資料閲覧のWebアプリに関わるリソースを取得してキャッシュし、そのコマンドに基づき、プレゼン資料閲覧用のWebアプリを実行すると共に、コンテンツを取得できる。   In the third embodiment, when the user of the communication terminal 4 enters the conference room, the PUSH server 2 determines the provision timing, and provides the storage destination address and command of the web application for viewing the presentation material to the communication terminal 4. Then, the communication terminal 4 in the conference room acquires and caches resources related to the web application for viewing the presentation material based on the storage address, executes the web application for viewing the presentation material based on the command, Can be obtained.

また、実施例3では、通信端末4のユーザが会議室から退室した場合、PUSHサーバ2は、提供タイミングと判断し、プレゼン資料閲覧用のWebアプリの格納先アドレス及びコマンドを通信端末4に提供する。そして、会議室外の通信端末4は、格納先アドレスに基づき、プレゼン資料閲覧のWebアプリに関わるリソースを特定し、コマンドに基づき、プレゼン資料閲覧用のWebアプリ及びコンテンツをキャッシュから消去する。その結果、通信端末4のユーザは、会議室退室後に資料閲覧のWebアプリ及びコンテンツが閲覧できなくなるため、プレゼン資料の機密性を確保できる。   In the third embodiment, when the user of the communication terminal 4 leaves the conference room, the PUSH server 2 determines the provision timing, and provides the communication terminal 4 with the storage destination address and command of the web application for viewing the presentation material. To do. Then, the communication terminal 4 outside the conference room specifies a resource related to the web application for viewing the presentation material based on the storage address, and erases the web application and the content for viewing the presentation material from the cache based on the command. As a result, the user of the communication terminal 4 can not browse the web application and content for browsing the material after leaving the conference room, and thus the confidentiality of the presentation material can be ensured.

図18は、実施例4のWebアプリ提供システム内部の一例を示す機能ブロック図である。尚、図1に示すWebアプリ提供システム1と同一の構成には同一符号を付すことで、その重複する構成及び動作の説明については省略する。図18に示すWebアプリ提供システム1Dと図1に示すWebアプリ提供システム1とが異なるところは、次の点にある。すなわち、ユーザに対する指定Webアプリの送信依頼を検出すると、当該ユーザが所有する複数の通信端末4の内、ユーザが現在使用している可能性の高い特定の通信端末4に指定のWebアプリ及びコンテンツを提供する点である。   FIG. 18 is a functional block diagram illustrating an example of the inside of the Web application providing system according to the fourth embodiment. The same components as those in the web application providing system 1 shown in FIG. 1 are denoted by the same reference numerals, and the description of the overlapping components and operations is omitted. The Web application providing system 1D shown in FIG. 18 is different from the Web application providing system 1 shown in FIG. 1 in the following points. That is, when a transmission request for a designated web application to a user is detected, a web application and content designated for a specific communication terminal 4 that is likely to be used by the user among a plurality of communication terminals 4 owned by the user. It is a point to provide.

図18に示すPUSHサーバ2は、更新監視部12、アドレス管理部13、タイミング監視部14及びPUSH送信部15の他に、イベント受信部16を有する。イベント受信部16は、通信端末4からイベント情報を受信する。尚、イベント情報は、例えば、ユーザIDと、格納先アドレスと、イベント内容と、コマンドとを有する。尚、ユーザIDは、提供対象のWebアプリを提供するユーザのIDである。格納先アドレスは、提供対象のWebアプリに関わるリソースの格納先である。イベント内容は、Webアプリの送信(提供)依頼に応じたイベントである。コマンドは、提供対象のWebアプリを実行する実行内容である。   The PUSH server 2 illustrated in FIG. 18 includes an event receiving unit 16 in addition to the update monitoring unit 12, the address management unit 13, the timing monitoring unit 14, and the PUSH transmission unit 15. The event receiving unit 16 receives event information from the communication terminal 4. The event information includes, for example, a user ID, a storage destination address, event contents, and a command. The user ID is the ID of the user who provides the Web application to be provided. The storage destination address is a storage destination of resources related to the Web application to be provided. The event content is an event in response to a Web application transmission (provision) request. The command is an execution content for executing the Web application to be provided.

また、アドレス管理部13は、アドレス管理テーブル151及びユーザ管理テーブル152を管理し、アドレス管理テーブル151及びユーザ管理テーブル152のテーブル内容を動的に更新登録する。また、アドレス管理部13は、アドレス管理テーブル151及びユーザ管理テーブル152のテーブル内容を参照して各種判定動作を実行するものである。図19は、アドレス管理テーブル151のテーブル内容の一例を示す説明図である。図19に示すアドレス管理テーブル151は、ユーザID151A、端末ID151B、アプリID151C、格納先アドレス151D及び提供タイミング151Eの他に、コマンド151Gを対応付けて管理している。コマンド151Gは、格納先アドレス151Dで特定するWebアプリの実行内容である。   The address management unit 13 manages the address management table 151 and the user management table 152, and dynamically updates and registers the contents of the address management table 151 and the user management table 152. The address management unit 13 refers to the contents of the address management table 151 and the user management table 152 to execute various determination operations. FIG. 19 is an explanatory diagram showing an example of table contents of the address management table 151. In addition to the user ID 151A, terminal ID 151B, application ID 151C, storage destination address 151D, and provision timing 151E, the address management table 151 shown in FIG. The command 151G is the execution content of the Web application specified by the storage destination address 151D.

図20は、ユーザ管理テーブル152のテーブル内容の一例を示す説明図である。図20に示すユーザ管理テーブル152は、ユーザ毎に、所有の通信端末4に関わる管理リストを管理する。管理リストは、端末ID152Aと、端末種別152Bと、接続状態152Cと、最終通知時刻152Dと、最終使用時刻152Eと、位置情報152Fと、通知不可時間帯152Gと、タグID152Hとを対応付けている。端末ID152Aは、通信端末4を識別するIDである。端末種別152Bは、例えば、PC、携帯電話機やタブレット端末等の通信端末4の種別である。接続状態152Cは、通信端末4がPUSHサーバ2と通信可能な状態であるか否かを示すものである。接続状態152Cが“オン”の場合、通信端末4はPUSHサーバ2と通信可能な状態にある。接続状態152Cが“オフ”の場合、通信端末4はPUSHサーバ2と通信不可の状態にある。   FIG. 20 is an explanatory diagram illustrating an example of table contents of the user management table 152. A user management table 152 shown in FIG. 20 manages a management list related to the owned communication terminal 4 for each user. The management list associates the terminal ID 152A, the terminal type 152B, the connection state 152C, the final notification time 152D, the final use time 152E, the position information 152F, the notification unavailable time zone 152G, and the tag ID 152H. . The terminal ID 152A is an ID for identifying the communication terminal 4. The terminal type 152B is a type of the communication terminal 4 such as a PC, a mobile phone, or a tablet terminal. The connection state 152C indicates whether or not the communication terminal 4 is in a state in which communication with the push server 2 is possible. When the connection state 152C is “ON”, the communication terminal 4 is in a state where it can communicate with the PUSH server 2. When the connection state 152C is “off”, the communication terminal 4 is in a state where communication with the push server 2 is not possible.

また、アドレス管理部13は、各Webアプリの属性情報を格納する図示せぬ属性情報テーブルを管理し、属性情報テーブルを参照して、各Webアプリが対応している端末種別や場所、更には、そのWebアプリに関わるリソースの格納先アドレスを認識するものである。   In addition, the address management unit 13 manages an attribute information table (not shown) that stores attribute information of each Web application, refers to the attribute information table, and identifies the terminal type and location supported by each Web application, The storage address of the resource related to the Web application is recognized.

最終通知時刻152Dは、PUSHサーバ2が当該通信端末4に最後に通信した時刻である。最終使用時刻152Eは、当該通信端末4をユーザが最後に使用した時刻である。尚、最終使用時刻152Eは、ネットワーク状態の検知以外に、通信端末4の各種デバイスに備えたセンサや外部センサの情報に基づき判断するものである。例えば、通信端末4がPCの場合、PUSHサーバ2側でPCのキーボード入力を検知して、その時刻を最終使用時刻とする。また、例えば、通信端末4が携帯電話機の場合、PUSHサーバ2側で、携帯電話機内部の振動センサや加速度センサ等で得た情報を収集し、その収集結果に基づき携帯電話機の使用時刻を最終使用時刻とする。尚、最終使用時刻を決定する方法は適宜変更可能である。   The final notification time 152D is the time when the PUSH server 2 last communicated with the communication terminal 4. The last use time 152E is the time when the user last used the communication terminal 4. The final use time 152E is determined based on information of sensors and external sensors provided in various devices of the communication terminal 4 in addition to the detection of the network state. For example, if the communication terminal 4 is a PC, the PC keyboard input is detected on the PUSH server 2 side, and the time is set as the last use time. For example, when the communication terminal 4 is a mobile phone, the PUSH server 2 side collects information obtained by a vibration sensor, an acceleration sensor, or the like inside the mobile phone, and finally uses the use time of the mobile phone based on the collected result Time. The method for determining the last use time can be changed as appropriate.

位置情報152Fは、通信端末4のGPS(Global Positioning System)機能や通信モジュールで得られた通信端末4の位置座標や場所名等の位置情報である。通知不可時間帯152Gは、ユーザ設定によるWebアプリの通知不可の時間帯である。尚、図中の「D={0−9,21−24}、W={ST,SU}」の意味は、「毎日0時〜9時、21時〜24時は通信不可、かつ、土曜日及び日曜日は終日通信不可」という意味である。タグID152Hは、通信端末4内蔵のRFIDタグを識別するIDである。   The position information 152F is position information such as a position coordinate or a place name of the communication terminal 4 obtained by a GPS (Global Positioning System) function of the communication terminal 4 or a communication module. The notification unavailable time zone 152G is a time zone during which the web application cannot be notified by user settings. In the figure, “D = {0-9, 21-24}, W = {ST, SU}” means “communication is impossible every day from 0:00 to 9:00, and from 21:00 to 24:00, and on Saturday. And Sunday means all day communication is not possible ”. The tag ID 152H is an ID for identifying the RFID tag built in the communication terminal 4.

次に実施例4のWebアプリ提供システム1Dの動作について説明する。図21は、ユーザ指定のアドレス提供処理に関わるPUSHサーバ2の処理動作の一例を示すフローチャートである。図21に示すアドレス提供処理は、ユーザに対するWebアプリの送信依頼を検出すると、ユーザ所有の複数の通信端末4の内、ユーザが現在使用中の可能性が高い通信端末4にWebアプリのリソースに関わる格納先アドレス及びコマンドを提供する処理である。   Next, the operation of the Web application providing system 1D according to the fourth embodiment will be described. FIG. 21 is a flowchart showing an example of the processing operation of the push server 2 related to the user-specified address provision processing. In the address providing process shown in FIG. 21, when a transmission request for a web application to a user is detected, the communication terminal 4 is likely to be used by the user among a plurality of communication terminals 4 owned by the user. This is a process for providing a related storage destination address and command.

図21においてPUSHサーバ2のアドレス管理部13は、特定ユーザに対するWebアプリの送信依頼を受信した場合、特定ユーザの管理リストをユーザ管理テーブル152から取得する(ステップS181)。アドレス管理部13は、特定ユーザの管理リストを取得すると、管理リスト内の端末種別152Bと、Webアプリの属性情報テーブルとに基づき、指定のWebアプリが端末種別限定のアプリであるか否かを判定する(ステップS182)。尚、端末種別限定のアプリとは、特定の端末種別の通信端末4でしか実行できないWebアプリである。   In FIG. 21, when the address management unit 13 of the push server 2 receives a Web application transmission request for a specific user, the address management unit 13 acquires a management list of the specific user from the user management table 152 (step S181). When the address management unit 13 acquires the management list of the specific user, the address management unit 13 determines whether or not the designated web application is an application limited to the terminal type based on the terminal type 152B in the management list and the attribute information table of the web application. Determination is made (step S182). The terminal type limited application is a web application that can be executed only by the communication terminal 4 of a specific terminal type.

アドレス管理部13は、指定のWebアプリが端末種別限定のアプリである場合(ステップS182肯定)、管理リスト内の接続状態152Cを参照して、接続状態がオン中の該当の通信端末4があるか否かを判定する(ステップS183)。アドレス管理部13は、接続状態がオン中の該当の通信端末4がある場合(ステップS183肯定)、指定Webアプリを実行可能な通信端末4であると判断する。更に、アドレス管理部13は、管理リストの位置情報152Fと、Webアプリの属性情報テーブルとに基づき、指定のWebアプリが場所限定のアプリであるか否かを判定する(ステップS184)。尚、場所限定のアプリとは、特定の場所でしか実行を許可していないWebアプリである。アドレス管理部13は、指定のWebアプリが場所限定のアプリである場合(ステップS184肯定)、管理リスト内の接続状態152Cを参照して、接続状態がオン中の該当の通信端末4があるか否かを判定する(ステップS185)。   When the designated Web application is an application limited to the terminal type (Yes at step S182), the address management unit 13 refers to the connection state 152C in the management list and has the corresponding communication terminal 4 whose connection state is on. Is determined (step S183). If there is a corresponding communication terminal 4 whose connection state is on (Yes in step S183), the address management unit 13 determines that the communication terminal 4 is capable of executing the designated Web application. Further, the address management unit 13 determines whether or not the designated web application is a place-limited application based on the management list position information 152F and the web application attribute information table (step S184). The place-limited application is a web application that is permitted to be executed only in a specific place. If the designated Web application is a location-limited application (Yes at step S184), the address management unit 13 refers to the connection state 152C in the management list and determines whether there is a corresponding communication terminal 4 whose connection state is on. It is determined whether or not (step S185).

更に、アドレス管理部13は、接続状態がオン中の該当の通信端末4がある場合(ステップS185肯定)、指定Webアプリが実行可能な場所にある通信端末4であると判断する。更に、アドレス管理部13は、指定のWebアプリを提供する該当の通信端末4があるか否かを判定する(ステップS186)。尚、該当の通信端末4には、例えば、通知不可時間帯152Gの条件もクリアにした指定Webアプリが実行可能な通信端末4を含めても良い。アドレス管理部13は、該当の通信端末4がある場合(ステップS186肯定)、管理リスト内の最終使用時刻152Eを参照して、該当の通信端末4の端末IDの内、最新の最終使用時刻の端末IDがあるか否かを判定する(ステップS187)。   Furthermore, when there is a corresponding communication terminal 4 whose connection state is ON (Yes at Step S185), the address management unit 13 determines that the communication terminal 4 is in a place where the designated Web application can be executed. Furthermore, the address management unit 13 determines whether there is a corresponding communication terminal 4 that provides the designated Web application (step S186). Note that the communication terminal 4 may include, for example, the communication terminal 4 that can execute the designated Web application in which the condition of the notification impossible time zone 152G is also cleared. When there is the corresponding communication terminal 4 (Yes in step S186), the address management unit 13 refers to the last use time 152E in the management list and determines the latest use time of the terminal ID of the corresponding communication terminal 4. It is determined whether there is a terminal ID (step S187).

アドレス管理部13は、最新の最終使用時刻の端末IDがない場合(ステップS187否定)、管理リスト内の最終通知時刻152Dを参照して、該当の通信端末4の端末IDの内、最新の最終通知時刻の端末IDを取得する(ステップS188)。アドレス管理部13は、最新の最終通知時刻の端末IDを取得すると、該当の端末IDに対応した該当Webアプリに関わる格納先アドレス及びコマンドをアドレス管理テーブル151から取得する(ステップS189)。   When there is no terminal ID of the latest last use time (No in step S187), the address management unit 13 refers to the last notification time 152D in the management list, and the latest last of the terminal IDs of the corresponding communication terminal 4 The terminal ID at the notification time is acquired (step S188). When the address management unit 13 acquires the terminal ID of the latest final notification time, the address management unit 13 acquires the storage destination address and command related to the corresponding Web application corresponding to the corresponding terminal ID from the address management table 151 (step S189).

PUSH送信部15は、該当の端末IDに対応した該当Webアプリに関わる格納先アドレス及びコマンドを取得すると、格納先アドレス及びコマンドを該当の端末IDに対応した通信端末4に送信する(ステップS190)。PUSH送信部15は、ステップS190に対する格納先アドレス及びコマンドの送信が成功したか否かを判定する(ステップS191)。PUSH送信部15は、格納先アドレス及びコマンドの送信が成功した場合(ステップS191肯定)、図21に示す処理動作を終了する。   When the PUSH transmission unit 15 acquires the storage destination address and the command related to the corresponding Web application corresponding to the corresponding terminal ID, the PUSH transmission unit 15 transmits the storage destination address and the command to the communication terminal 4 corresponding to the corresponding terminal ID (Step S190). . The PUSH transmission unit 15 determines whether or not the transmission of the storage destination address and the command to Step S190 is successful (Step S191). When the transmission of the storage destination address and the command is successful (Yes at Step S191), the PUSH transmission unit 15 ends the processing operation illustrated in FIG.

アドレス管理部13は、格納先アドレス及びコマンドの送信が成功しなかった場合(ステップS191否定)、該当の通信端末4の内、2番目に新しい次位の最終使用時刻又は最終通知時刻の端末IDを取得する(ステップS192)。更に、アドレス管理部13は、端末IDに対応した格納先アドレス及びコマンドを取得すべく、ステップS189に移行する。   If the transmission of the storage destination address and the command is not successful (No at Step S191), the address management unit 13 determines the terminal ID of the second most recent use time or the last notification time among the corresponding communication terminals 4. Is acquired (step S192). Furthermore, the address management unit 13 proceeds to step S189 in order to acquire a storage destination address and a command corresponding to the terminal ID.

また、アドレス管理部13は、最新の最終使用時刻の端末IDがある場合(ステップS187肯定)、当該端末IDをアドレス管理テーブル151から取得する(ステップS193)。更に、アドレス管理部13は、当該端末IDに対応した格納先アドレス及びコマンドを取得すべく、ステップS189に移行する。   Further, when there is a terminal ID of the latest last use time (Yes at Step S187), the address management unit 13 acquires the terminal ID from the address management table 151 (Step S193). Furthermore, the address management unit 13 proceeds to step S189 in order to acquire a storage destination address and a command corresponding to the terminal ID.

また、アドレス管理部13は、該当の通信端末4がない場合(ステップS186否定)、該当Webアプリに関わる格納先アドレス及びコマンドの送信を保留し(ステップS194)、図21に示す処理動作を終了する。尚、保留の場合、PUSH送信部15は、該当の通信端末4が接続状態になった場合に、当該通信端末4に対してWebアプリに関わる格納先アドレス及びコマンドを再送するものである。また、アドレス管理部13は、指定のWebアプリが端末種別限定のアプリでない場合(ステップS182否定)、場所限定のアプリであるか否かを判定すべく、ステップS184に移行する。   In addition, when there is no corresponding communication terminal 4 (No at Step S186), the address management unit 13 suspends transmission of a storage destination address and a command related to the Web application (Step S194), and ends the processing operation illustrated in FIG. To do. In the case of the hold, the PUSH transmission unit 15 retransmits the storage destination address and the command related to the web application to the communication terminal 4 when the communication terminal 4 is connected. If the designated web application is not an application limited to the terminal type (No at step S182), the address management unit 13 proceeds to step S184 to determine whether the application is a location limited application.

また、アドレス管理部13は、接続状態がオン中の該当の通信端末4がない場合(ステップS183否定、ステップS185否定)、該当Webアプリに関わる格納先アドレス及びコマンドの送信を保留し(ステップS195)、図21に示す処理動作を終了する。尚、保留の場合、PUSH送信部15は、該当の通信端末4が接続状態になった場合に、当該通信端末4に対してWebアプリに関わる格納先アドレス及びコマンドを再送するものである。   In addition, when there is no corresponding communication terminal 4 whose connection state is ON (No at Step S183, No at Step S185), the address management unit 13 suspends transmission of a storage destination address and a command related to the Web application (Step S195). ), The processing operation shown in FIG. In the case of the hold, the PUSH transmission unit 15 retransmits the storage destination address and the command related to the web application to the communication terminal 4 when the communication terminal 4 is connected.

図21に示す処理では、PUSHサーバ2がユーザに対する指定Webアプリの送信依頼を受信した場合、指定ユーザ所有の複数の通信端末4の内、指定Webアプリに適用した現在使用している可能性の高い通信端末4の端末IDを取得する。更に、PUSHサーバ2は、取得した端末IDの通信端末4に対して指定のWebアプリに関わる格納先アドレス及びコマンドを送信する。その結果、PUSHサーバ2は、指定ユーザ所有の複数の通信端末4の内、当該ユーザが現在使用している可能性の高い通信端末4に対して指定のWebアプリに関わる格納先アドレス及びコマンドを通知できる。   In the process shown in FIG. 21, when the push server 2 receives a request to send a designated web application to the user, it is likely that the push server 2 is currently using the designated web application among a plurality of communication terminals 4 owned by the designated user. The terminal ID of the high communication terminal 4 is acquired. Furthermore, the push server 2 transmits a storage destination address and a command related to the designated web application to the communication terminal 4 having the acquired terminal ID. As a result, the push server 2 sends the storage address and command related to the designated web application to the communication terminal 4 that is likely to be used by the user among the plurality of communication terminals 4 owned by the designated user. Can be notified.

また、PUSHサーバ2は、指定ユーザ所有の複数の通信端末4の内、端末種別限定のアプリに対応した現在使用している可能性の高い通信端末4に対して指定のWebアプリに関わる格納先アドレス及びコマンドを送信する。PUSHサーバ2では、携帯電話機限定のアプリであるにも関わらず、現在使用している可能性の高い通信端末4がPCの場合に、当該PCに対して携帯電話機限定のアプリの格納先アドレスを送信してしまうような事態を回避できる。   Further, the PUSH server 2 stores the storage destination related to the specified Web application for the communication terminal 4 that is likely to be currently used corresponding to the application limited to the terminal type among the plurality of communication terminals 4 owned by the specified user. Send address and command. In the push server 2, when the communication terminal 4 that is likely to be used at present is a PC even though it is an application limited to a mobile phone, the storage address of the application limited to the mobile phone is assigned to the PC. It is possible to avoid a situation where the data is transmitted.

また、PUSHサーバ2は、指定ユーザ所有の複数の通信端末4の内、場所限定のアプリに対応した現在使用している可能性の高い通信端末4に対して指定のWebアプリに関わる格納先アドレス及びコマンドを送信する。PUSHサーバ2では、会社内限定の機密書類閲覧に関わるWebアプリであるにも関わらず、現在使用している可能性が高い通信端末4が社外である自宅のPCに対して機密書類閲覧のアプリの格納先アドレスを送信してしまうような事態を回避できる。   Further, the PUSH server 2 stores the storage destination address related to the designated Web application for the communication terminal 4 that is likely to be currently used corresponding to the location-limited application among the plurality of communication terminals 4 owned by the designated user. And send a command. The PUSH server 2 is an application for browsing confidential documents to a home PC outside the office where the communication terminal 4 is likely to be used even though it is a Web application related to browsing confidential documents limited to the company. Can be avoided.

そして、通信端末4は、PUSHサーバ2から格納先アドレス及びコマンドを受信した場合、格納先アドレスで指定のWebアプリのリソースをWebサーバ3から取得して、リソースをアプリキャッシュ42にキャッシュする。更に、通信端末4は、PUSHサーバ2から受信したコマンドに基づき、アプリキャッシュ42にキャッシュされたWebアプリを実行する。更に、通信端末4は、アプリキャッシュ42にキャッシュされたリソースの復元プログラムを実行することでコンテンツを復元し、そのコンテンツをローカルストレージ45内に格納する。その結果、通信端末4のユーザは、コンテンツも含めて指定Webアプリを取得できる。   When the communication terminal 4 receives the storage destination address and the command from the PUSH server 2, the communication terminal 4 acquires the Web application resource specified by the storage destination address from the Web server 3 and caches the resource in the application cache 42. Further, the communication terminal 4 executes the web application cached in the application cache 42 based on the command received from the push server 2. Furthermore, the communication terminal 4 restores the content by executing a resource restoration program cached in the application cache 42 and stores the content in the local storage 45. As a result, the user of the communication terminal 4 can acquire the designated Web application including the content.

実施例4では、PUSHサーバ2がユーザに対する指定Webアプリの送信依頼を受信した場合、指定ユーザ所有の複数の通信端末4の内、指定Webアプリの端末種別限定や場所限定に適用した、現在使用している可能性の高い通信端末4の端末IDを取得する。更に、PUSHサーバ2は、取得された端末IDの通信端末4に対して指定のWebアプリの格納先アドレス及びコマンドを送信する。その結果、PUSHサーバ2は、指定ユーザ所有の複数の通信端末4の内、当該ユーザが現在使用している可能性の高い通信端末4に対して指定のWebアプリに関わる格納先アドレス及びコマンドを通知できる。   In the fourth embodiment, when the push server 2 receives a request to send a designated web application to the user, the present use is applied to the terminal type limitation and the location limitation of the designated web application among the plurality of communication terminals 4 owned by the designated user. The terminal ID of the communication terminal 4 having a high possibility of being acquired is acquired. Furthermore, the push server 2 transmits the storage destination address and command of the designated web application to the communication terminal 4 having the acquired terminal ID. As a result, the push server 2 sends the storage address and command related to the designated web application to the communication terminal 4 that is likely to be used by the user among the plurality of communication terminals 4 owned by the designated user. Can be notified.

例えば、各ユーザが、稟議書承認用のWebアプリを使用して、自分の通信端末4で、そのコンテンツである稟議書の内容を確認して稟議書の内容を承認するシステムを想定する。この場合、各ユーザの通信端末4には、稟議書承認用のWebアプリは勿論のこと、そのコンテンツである稟議書の内容が必要となる。そこで、各ユーザは、指定した稟議書承認用Webアプリの送信依頼をPUSHサーバ2に送信する。PUSHサーバ2は、送信依頼を受信した場合、ユーザ所有の複数の通信端末4の内、現在使用している可能性の高い通信端末4の端末IDを取得する。そして、PUSHサーバ2は、取得された端末IDの通信端末4に対して稟議書承認用Webアプリの格納先アドレス及びコマンドを送信する。尚、Webサーバ3の格納先アドレスには、稟議書承認用Webアプリのリソース内に稟議書の内容であるコンテンツも格納されている。従って、通信端末4は、格納先アドレスに基づき、稟議書承認用WebアプリのリソースをWebサーバ3から取得し、コマンドに基づき、取得された稟議書承認用Webアプリを実行すると共に、そのコンテンツも取得する。その結果、各ユーザは、自分の通信端末4の稟議書承認用Webアプリを使用して稟議書の内容を確認して承認できる。   For example, a system is assumed in which each user confirms the content of the approval document as its content and approves the content of the approval document with his / her communication terminal 4 using a Web application for approval of the approval document. In this case, the communication terminal 4 of each user needs the contents of the approval document as the content as well as the Web application for approval of the approval document. Therefore, each user transmits a transmission request for the designated approval document approval Web application to the push server 2. When the push server 2 receives the transmission request, the push server 2 acquires the terminal ID of the communication terminal 4 that is likely to be currently used among the plurality of communication terminals 4 owned by the user. Then, the push server 2 transmits the storage destination address and command of the approval application app to the communication terminal 4 having the acquired terminal ID. The storage address of the Web server 3 also stores content that is the content of the approval document in the resource of the approval document approval Web application. Accordingly, the communication terminal 4 acquires the approval document approval Web application resource from the Web server 3 based on the storage address, executes the acquired approval document approval Web application based on the command, and also stores the content. get. As a result, each user can confirm and approve the contents of the approval document using the approval application Web application of his / her communication terminal 4.

尚、上記実施例4では、端末種別限定アプリ、場所限定種別アプリ、接続状態、最終通知時刻、最終使用時刻、通知不可時間帯の全ての条件をクリアした通信端末4に指定Webアプリの格納先アドレス及びコマンドを送信した。しかしながら、PUSH送信部15は、これら条件の一部をクリアした通信端末4でも、指定Webアプリの格納先アドレス及びコマンドを送信するようにしても良く、その条件は、適宜選択変更可能である。   In the fourth embodiment, the storage location of the designated web application is stored in the communication terminal 4 that has cleared all the conditions of the terminal type limited application, the place limited type application, the connection state, the last notification time, the last use time, and the notification unavailable time zone. Address and command sent. However, the PUSH transmission unit 15 may transmit the storage address and command of the designated Web application even with the communication terminal 4 that has cleared some of these conditions, and the conditions can be selected and changed as appropriate.

また、上記実施例4では、PUSHサーバ2がユーザに対する指定Webアプリの送信依頼を受信した場合、指定ユーザ所有の複数の通信端末4の内、現在使用している可能性の高い通信端末4に格納先アドレス及びコマンドを送信した。しかしながら、PUSHサーバ2は、現在使用している可能性の高い通信端末4を1台に限定するものではなく、複数台としても良い。また、PUSHサーバ2は、現在使用している可能性の高い通信端末4に格納先アドレス及びコマンドを送信したが、ユーザ所有の全ての通信端末4に格納先アドレス及びコマンドを送信しても良い。   Moreover, in the said Example 4, when the PUSH server 2 receives the transmission request | requirement of the designated web application with respect to a user, it is to the communication terminal 4 with the high possibility of being used now among the some communication terminals 4 possessed by the designated user. The storage address and command were sent. However, the PUSH server 2 is not limited to one communication terminal 4 that is likely to be currently used, and may be a plurality. Moreover, although the PUSH server 2 transmitted the storage destination address and the command to the communication terminal 4 that is likely to be used at present, the PUSH server 2 may transmit the storage destination address and the command to all the communication terminals 4 owned by the user. .

また、図示した各部の各構成要素は、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各部の分散・統合の具体的形態は図示のものに限られず、その全部又は一部を、各種の負荷や使用状況等に応じて、任意の単位で機能的又は物理的に分散・統合して構成することができる。   In addition, each component of each part illustrated does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution / integration of each part is not limited to the one shown in the figure, and all or a part thereof may be functionally or physically distributed / integrated in arbitrary units according to various loads and usage conditions. Can be configured.

更に、各装置で行われる各種処理機能は、CPU(Central Processing Unit)(又はMPU(Micro Processing Unit)、MCU(Micro Controller Unit)等のマイクロ・コンピュータ)上で、その全部又は任意の一部を実行するようにしても良い。また、各種処理機能は、CPU(又はMPU、MCU等のマイクロ・コンピュータ)で解析実行するプログラム上、又はワイヤードロジックによるハードウェア上で、その全部又は任意の一部を実行するようにしても良いことは言うまでもない。   Furthermore, various processing functions performed in each device are performed on a CPU (Central Processing Unit) (or a microcomputer such as an MPU (Micro Processing Unit), MCU (Micro Controller Unit), etc.) in whole or in part. You may make it perform. Various processing functions may be executed entirely or arbitrarily on a program that is analyzed and executed by a CPU (or a microcomputer such as an MPU or MCU) or hardware based on wired logic. Needless to say.

ところで、本実施例で説明した各種の処理は、予め用意されたプログラムをコンピュータで実行することによって実現することができる。そこで、以下では、図22を用いて、上記の実施例と同様の機能を有するプログラムを実行するコンピュータの一例を説明する。図22は、アプリ提供プログラムを実行するコンピュータを示す説明図である。   By the way, the various processes described in the present embodiment can be realized by executing a prepared program on a computer. In the following, an example of a computer that executes a program having the same function as that of the above embodiment will be described with reference to FIG. FIG. 22 is an explanatory diagram of a computer that executes an application providing program.

図22に示すように、アプリ提供プログラムとしてのコンピュータ100では、HDD(Hard Disk Drive)110、RAM(Random Access Memory)120、ROM(Read Only Memory)130及びCPU140がバス150を介して接続される。   As shown in FIG. 22, in a computer 100 as an application providing program, an HDD (Hard Disk Drive) 110, a RAM (Random Access Memory) 120, a ROM (Read Only Memory) 130, and a CPU 140 are connected via a bus 150. .

そして、ROM130若しくはHDD110には、上記の実施例と同様の機能を発揮するアプリ提供プログラムが予め記憶されている。尚、ROM130及びHDD110ではなく、図示せぬドライブでコンピュータ読取可能な記録媒体にアプリ提供プログラムが記録されていても良い。また、記録媒体としては、例えば、CD−ROM、DVDディスク、USBメモリ等の可搬型記録媒体、フラッシュメモリ等の半導体メモリ等でも良い。アプリ提供プログラムとしては、図22に示すように、格納プログラム131及び提供プログラム132である。尚、格納プログラム131及び提供プログラム132については、図1に示したWebサーバ3の各構成要素と同様、適宜統合又は分散してもよい。   The ROM 130 or the HDD 110 stores in advance an application providing program that exhibits the same function as in the above embodiment. Note that the application providing program may be recorded on a computer-readable recording medium with a drive (not shown) instead of the ROM 130 and the HDD 110. The recording medium may be, for example, a portable recording medium such as a CD-ROM, a DVD disk, or a USB memory, or a semiconductor memory such as a flash memory. The application providing programs are a storage program 131 and a providing program 132 as shown in FIG. Note that the storage program 131 and the provision program 132 may be appropriately integrated or distributed in the same manner as each component of the Web server 3 shown in FIG.

そして、CPU140が、これらの格納プログラム131及び提供プログラム132をROM130から読み出して実行する。そして、図22に示すように、各プログラム131及び132は、格納プロセス141及び提供プロセス142として機能するようになる。   Then, the CPU 140 reads the stored program 131 and the provided program 132 from the ROM 130 and executes them. Then, as shown in FIG. 22, the programs 131 and 132 function as a storage process 141 and a provision process 142.

CPU140は、通信端末4で実行するWebアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納する。CPU140は、通信端末4からWebアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した通信端末4に提供する。その結果、通信端末4、すなわちクライアント側では、オフライン時でもWebアプリ実行時に最新の編集コンテンツを取得できる。   When the CPU 140 detects content edited by a web application executed on the communication terminal 4, the CPU 140 stores the edited content in the resource of the web application. When the CPU 140 detects an application request for requesting a web application from the communication terminal 4, the CPU 140 provides the resource of the web application to the communication terminal 4 that has executed the application request. As a result, the communication terminal 4, that is, the client side, can acquire the latest edited content when executing the Web application even when offline.

以上、本実施例を含む実施の形態に関し、更に以下の付記を開示する。   As described above, the following supplementary notes are further disclosed regarding the embodiment including the present example.

(付記1)プロセッサを備えた通信装置と、前記通信装置に対してWebアプリのリソースを提供する、プロセッサを備えたアプリ提供装置とを有し、
前記アプリ提供装置のプロセッサは、
前記通信装置で実行する前記Webアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納し、前記通信装置から前記Webアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した前記通信装置に提供する
各処理を実行し、
前記通信装置のプロセッサは、
前記アプリ提供装置から前記Webアプリのリソースを受信した場合、当該リソースを一時保存し、保存されたリソースをWebブラウザのキャッシュに同期させ、当該キャッシュされた前記リソースに基づき、Webアプリを実行すると共に、キャッシュされた前記リソースに基づき、リソース内に格納した前記コンテンツを復元する
各処理を実行することを特徴とするアプリ提供システム。
(Additional remark 1) It has a communication apparatus provided with the processor, and the application provision apparatus provided with the processor which provides the resource of a web application with respect to the said communication apparatus,
The processor of the application providing device is:
When the content edited by the web application executed on the communication device is detected, the edited content is stored in the resource of the web application, and when the application request for requesting the web application from the communication device is detected, Execute each process of providing the web application resource to the communication device that executed the application request,
The processor of the communication device includes:
When the Web application resource is received from the application providing device, the resource is temporarily stored, the stored resource is synchronized with the cache of the Web browser, and the Web application is executed based on the cached resource. An application providing system that executes each process of restoring the content stored in the resource based on the cached resource.

(付記2)前記アプリ提供装置の前記プロセッサは、
前記リソース内に編集したコンテンツを格納する処理において、前記編集したコンテンツを転送ファイルに変換し、前記転送ファイルに変換された前記コンテンツを当該Webアプリのリソース情報内に格納する
各処理を実行することを特徴とする付記1に記載のアプリ提供システム。
(Supplementary Note 2) The processor of the application providing device includes:
In the process of storing the edited content in the resource, the edited content is converted into a transfer file, and each process of storing the content converted into the transfer file in the resource information of the Web application is executed. The application providing system according to appendix 1, characterized by:

(付記3)前記通信装置のプロセッサは、
前記Webアプリのコンテンツ更新に応じて当該コンテンツ更新に関わるWebアプリの格納先アドレスを受信した場合、当該格納先アドレスに基づき、当該格納先アドレスの前記Webアプリのリソースを要求する前記アプリ要求を実行することを特徴とする付記1又は2に記載のアプリ提供システム。
(Supplementary Note 3) The processor of the communication device includes:
When the storage destination address of the web application related to the content update is received in response to the content update of the web application, the application request for requesting the resource of the web application at the storage destination address is executed based on the storage destination address The application providing system according to appendix 1 or 2, characterized in that:

(付記4)前記通信装置のプロセッサは、
当該通信装置に対する前記Webアプリの送信依頼に応じて当該Webアプリの格納先アドレス及びコマンドを受信した場合、当該格納先アドレスに基づき、当該格納先アドレスの前記Webアプリのリソースを要求する前記アプリ要求を実行し、
前記アプリ提供装置から前記Webアプリのリソースを受信した場合、当該リソースを一時保存し、保存されたリソースをWebブラウザのキャッシュに同期させ、当該キャッシュされた前記リソース及び前記コマンドに基づき、Webアプリを実行すると共に、キャッシュされた前記リソースに基づき、リソース内に格納した前記コンテンツを復元することを特徴とする付記1又は2に記載のアプリ提供システム。
(Supplementary Note 4) The processor of the communication device includes:
The application request for requesting the resource of the web application at the storage destination address based on the storage destination address when the storage destination address and command of the web application are received in response to the transmission request of the web application to the communication device Run
When the resource of the web application is received from the application providing device, the resource is temporarily saved, the saved resource is synchronized with the cache of the web browser, and the web application is changed based on the cached resource and the command. The application providing system according to appendix 1 or 2, wherein the application providing system restores the content stored in the resource based on the cached resource.

(付記5)通信装置と、前記通信装置に対してWebアプリのリソースを提供するアプリ提供装置とを有するアプリ提供システムのアプリ提供方法であって、
前記アプリ提供装置は、
前記通信装置で実行する前記Webアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納し、前記通信装置からWebアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した前記通信装置に提供し、
前記通信装置は、
前記アプリ提供装置から前記Webアプリのリソースを受信した場合、当該リソースを一時保存し、保存されたリソースをWebブラウザのキャッシュに同期させ、当該キャッシュされた前記リソースに基づき、Webアプリを実行すると共に、キャッシュされた前記リソースに基づき、リソース内に格納した前記コンテンツを復元する
各処理を実行することを特徴とするアプリ提供方法。
(Supplementary Note 5) An application providing method of an application providing system including a communication device and an application providing device that provides a web application resource to the communication device,
The application providing device includes:
When the content edited by the web application executed on the communication device is detected, the edited content is stored in the resource of the web application, and when the application request for requesting the web application from the communication device is detected, the web Providing application resources to the communication device that executed the application request;
The communication device
When the Web application resource is received from the application providing device, the resource is temporarily stored, the stored resource is synchronized with the cache of the Web browser, and the Web application is executed based on the cached resource. A method for providing an application, comprising: executing each process of restoring the content stored in the resource based on the cached resource.

(付記6)コンピュータに、
通信装置で実行するWebアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納し、
前記通信装置からWebアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した前記通信装置に提供する
処理を実行させることを特徴とするアプリ提供プログラム。
(Appendix 6)
When content edited by a web application executed on a communication device is detected, the edited content is stored in the resource of the web application,
An application providing program that, when detecting an application request for requesting a web application from the communication apparatus, causes a process of providing resources of the web application to the communication apparatus that has executed the application request.

(付記7)通信装置で実行するWebアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納する格納制御部と、
前記通信装置からWebアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した前記通信装置に提供する提供部と
を有することを特徴とするアプリ提供装置。
(Supplementary note 7) A storage control unit that stores the edited content in the resource of the Web application when the content edited by the Web application executed on the communication device is detected;
An application providing apparatus, comprising: a providing unit that provides resources of the web application to the communication apparatus that has executed the application request when an application request for requesting the web application is detected from the communication apparatus.

(付記8)Webアプリのリソースを提供するアプリ提供装置から前記Webアプリのリソースを受信した場合に、当該リソースをキャッシュするキャッシュと、
前記キャッシュにキャッシュされた前記リソースに基づき、Webアプリを実行すると共に、前記キャッシュにキャッシュされた前記リソースに基づき、当該リソース内に格納されたコンテンツを復元するアプリ実行部と、
を有することを特徴とする通信装置。
(Supplementary Note 8) When receiving the Web application resource from the application providing apparatus that provides the Web application resource, a cache that caches the resource,
An application execution unit that executes a web application based on the resource cached in the cache and restores content stored in the resource based on the resource cached in the cache;
A communication apparatus comprising:

1 Webアプリ提供システム
2 PUSHサーバ
3 Webサーバ
4 通信端末
21 アプリ管理部
22 アプリ提供部
23 コンテンツ格納部
24 格納制御部
24A 変換部
24B 格納部
25 コンテンツ取得部
40 Webブラウザ
42 アプリキャッシュ
43 アプリ実行部
45 ローカルストレージ
52 アプリ取得部
151 アドレス管理テーブル
152 ユーザ管理テーブル
DESCRIPTION OF SYMBOLS 1 Web application provision system 2 PUSH server 3 Web server 4 Communication terminal 21 Application management part 22 Application provision part 23 Content storage part 24 Storage control part 24A Conversion part 24B Storage part 25 Content acquisition part 40 Web browser 42 Application cache 43 Application execution part 45 Local storage 52 Application acquisition unit 151 Address management table 152 User management table

Claims (6)

プロセッサを備えた通信装置と、前記通信装置に対してWebアプリのリソースを提供する、プロセッサを備えたアプリ提供装置とを有し、
前記アプリ提供装置のプロセッサは、
前記通信装置で実行する前記Webアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納し、前記通信装置から前記Webアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した前記通信装置に提供する
各処理を実行し、
前記通信装置のプロセッサは、
前記アプリ提供装置から前記Webアプリのリソースを受信した場合、当該リソースを一時保存し、保存されたリソースをWebブラウザのキャッシュに同期させ、当該キャッシュされた前記リソースに基づき、Webアプリを実行すると共に、キャッシュされた前記リソースに基づき、リソース内に格納した前記コンテンツを復元する
各処理を実行することを特徴とするアプリ提供システム。
A communication device including a processor, and an application providing device including a processor that provides a Web application resource to the communication device;
The processor of the application providing device is:
When the content edited by the web application executed on the communication device is detected, the edited content is stored in the resource of the web application, and when the application request for requesting the web application from the communication device is detected, Execute each process of providing the web application resource to the communication device that executed the application request,
The processor of the communication device includes:
When the Web application resource is received from the application providing device, the resource is temporarily stored, the stored resource is synchronized with the cache of the Web browser, and the Web application is executed based on the cached resource. An application providing system that executes each process of restoring the content stored in the resource based on the cached resource.
前記アプリ提供装置の前記プロセッサは、
前記リソース内に編集したコンテンツを格納する処理において、前記編集したコンテンツを転送ファイルに変換し、前記転送ファイルに変換された前記コンテンツを当該Webアプリのリソース情報内に格納する
各処理を実行することを特徴とする請求項1に記載のアプリ提供システム。
The processor of the application providing device is:
In the process of storing the edited content in the resource, the edited content is converted into a transfer file, and each process of storing the content converted into the transfer file in the resource information of the Web application is executed. The application providing system according to claim 1.
前記通信装置のプロセッサは、
前記Webアプリのコンテンツ更新に応じて当該コンテンツ更新に関わるWebアプリの格納先アドレスを受信した場合、当該格納先アドレスに基づき、当該格納先アドレスの前記Webアプリのリソースを要求する前記アプリ要求を実行することを特徴とする請求項1又は2に記載のアプリ提供システム。
The processor of the communication device includes:
When the storage destination address of the web application related to the content update is received in response to the content update of the web application, the application request for requesting the resource of the web application at the storage destination address is executed based on the storage destination address The application providing system according to claim 1 or 2, characterized in that:
前記通信装置のプロセッサは、
当該通信装置に対する前記Webアプリの送信依頼に応じて当該Webアプリの格納先アドレス及びコマンドを受信した場合、当該格納先アドレスに基づき、当該格納先アドレスの前記Webアプリのリソースを要求する前記アプリ要求を実行し、
前記アプリ提供装置から前記Webアプリのリソースを受信した場合、当該リソースを一時保存し、保存されたリソースをWebブラウザのキャッシュに同期させ、当該キャッシュされた前記リソース及び前記コマンドに基づき、Webアプリを実行すると共に、キャッシュされた前記リソースに基づき、リソース内に格納した前記コンテンツを復元することを特徴とする請求項1又は2に記載のアプリ提供システム。
The processor of the communication device includes:
The application request for requesting the resource of the web application at the storage destination address based on the storage destination address when the storage destination address and command of the web application are received in response to the transmission request of the web application to the communication device Run
When the resource of the web application is received from the application providing device, the resource is temporarily saved, the saved resource is synchronized with the cache of the web browser, and the web application is changed based on the cached resource and the command. The application providing system according to claim 1, wherein the application providing system restores the content stored in the resource based on the cached resource.
通信装置と、前記通信装置に対してWebアプリのリソースを提供するアプリ提供装置とを有するアプリ提供システムのアプリ提供方法であって、
前記アプリ提供装置は、
前記通信装置で実行する前記Webアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納し、前記通信装置からWebアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した前記通信装置に提供し、
前記通信装置は、
前記アプリ提供装置から前記Webアプリのリソースを受信した場合、当該リソースを一時保存し、保存されたリソースをWebブラウザのキャッシュに同期させ、当該キャッシュされた前記リソースに基づき、Webアプリを実行すると共に、キャッシュされた前記リソースに基づき、リソース内に格納した前記コンテンツを復元する
各処理を実行することを特徴とするアプリ提供方法。
An application providing method of an application providing system comprising: a communication device; and an application providing device that provides a web application resource to the communication device,
The application providing device includes:
When the content edited by the web application executed on the communication device is detected, the edited content is stored in the resource of the web application, and when the application request for requesting the web application from the communication device is detected, the web Providing application resources to the communication device that executed the application request;
The communication device
When the Web application resource is received from the application providing device, the resource is temporarily stored, the stored resource is synchronized with the cache of the Web browser, and the Web application is executed based on the cached resource. A method for providing an application, comprising: executing each process of restoring the content stored in the resource based on the cached resource.
コンピュータに、
通信装置で実行するWebアプリで編集したコンテンツを検出した場合、当該Webアプリのリソース内に編集したコンテンツを格納し、
前記通信装置からWebアプリを要求するアプリ要求を検出した場合、当該Webアプリのリソースを、当該アプリ要求を実行した前記通信装置に提供する
処理を実行させることを特徴とするアプリ提供プログラム。
On the computer,
When content edited by a web application executed on a communication device is detected, the edited content is stored in the resource of the web application,
An application providing program that, when detecting an application request for requesting a web application from the communication apparatus, causes a process of providing resources of the web application to the communication apparatus that has executed the application request.
JP2011125701A 2011-03-31 2011-06-03 Application providing system, application providing method, and application providing program Expired - Fee Related JP5686046B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2011125701A JP5686046B2 (en) 2011-03-31 2011-06-03 Application providing system, application providing method, and application providing program
US13/354,416 US20120254352A1 (en) 2011-03-31 2012-01-20 Application providing system and application providing method
EP12157242.4A EP2527971A3 (en) 2011-03-31 2012-02-28 Application providing system and application providing method

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2011080936 2011-03-31
JP2011080936 2011-03-31
JP2011125701A JP5686046B2 (en) 2011-03-31 2011-06-03 Application providing system, application providing method, and application providing program

Publications (2)

Publication Number Publication Date
JP2012216162A JP2012216162A (en) 2012-11-08
JP5686046B2 true JP5686046B2 (en) 2015-03-18

Family

ID=45756918

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011125701A Expired - Fee Related JP5686046B2 (en) 2011-03-31 2011-06-03 Application providing system, application providing method, and application providing program

Country Status (3)

Country Link
US (1) US20120254352A1 (en)
EP (1) EP2527971A3 (en)
JP (1) JP5686046B2 (en)

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5368147B2 (en) * 2009-04-02 2013-12-18 フェリカネットワークス株式会社 Communication device, information processing device, program, and reader / writer providing system
JP5760716B2 (en) * 2011-03-30 2015-08-12 富士通株式会社 Application providing system, application providing method, information processing apparatus, and information processing program
US20130219383A1 (en) * 2012-02-16 2013-08-22 Israel Hilerio Using an Application Cache to Update Resources of Installed Applications
US9160803B2 (en) * 2012-06-21 2015-10-13 International Business Machines Corporation Web storage optimization
JP5597230B2 (en) * 2012-08-17 2014-10-01 株式会社東芝 Information operation device, information output device, and information operation program
JP5662391B2 (en) * 2012-08-17 2015-01-28 株式会社東芝 Information operating device, information output device, and information processing method
US9235491B2 (en) 2012-09-28 2016-01-12 Wal-Mart Stores, Inc. Systems and methods for installing, managing, and provisioning applications
US9317269B2 (en) 2012-09-28 2016-04-19 Wal-Mart Stores, Inc. Systems and methods for installing, managing, and provisioning applications
US8949824B2 (en) * 2012-09-28 2015-02-03 Wal-Mart Stores, Inc. Systems and methods for installing, managing, and provisioning applications
CN103841045B (en) * 2012-11-22 2017-11-21 中国移动通信集团公司 A kind of internet method for caching and processing, content detection subsystem and Cache systems
KR101403673B1 (en) 2012-12-21 2014-06-05 주식회사 티모넷 System for push alarm based on json and the method therefor
US9614932B2 (en) 2013-03-14 2017-04-04 Microsoft Technology Licensing, Llc Managing and implementing web application data snapshots
JP6322976B2 (en) 2013-11-29 2018-05-16 富士通株式会社 Information processing apparatus and user authentication method
JP6340917B2 (en) * 2014-05-23 2018-06-13 富士ゼロックス株式会社 Document management program, document browsing / editing program, document management apparatus, terminal apparatus, and document management system
CN105224526B (en) * 2014-05-26 2022-05-31 联想(北京)有限公司 Data processing method and electronic equipment
JP6638189B2 (en) 2015-01-07 2020-01-29 富士通株式会社 Cooperation method, information processing terminal, and program
US20160314502A1 (en) * 2015-04-24 2016-10-27 Conversant, Inc. System and method for streamlining the design and development process of multiple advertising units
CN105634801A (en) * 2015-12-25 2016-06-01 北京奇虎科技有限公司 Data updating method and device
JP6805610B2 (en) * 2016-07-28 2020-12-23 日本電気株式会社 Server equipment, thin client system, notification transfer method, and program
JP7371834B2 (en) 2016-09-27 2023-10-31 株式会社オプロ Sync methods for cloud services
US10740085B2 (en) * 2018-11-30 2020-08-11 Target Brands, Inc. Webserver interface for deployment management tool

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5951643A (en) * 1997-10-06 1999-09-14 Ncr Corporation Mechanism for dependably organizing and managing information for web synchronization and tracking among multiple browsers
US6871213B1 (en) * 2000-10-11 2005-03-22 Kana Software, Inc. System and method for web co-navigation with dynamic content including incorporation of business rule into web document
US6910066B1 (en) * 2001-03-05 2005-06-21 Principal Financial Services, Inc. System, method, and apparatus for applet caching
US7600021B2 (en) 2002-04-03 2009-10-06 Microsoft Corporation Delta replication of source files and packages across networked resources
JP2004213243A (en) 2002-12-27 2004-07-29 Osaka Gas Co Ltd Information updating system and information updating program
US20040237082A1 (en) 2003-05-22 2004-11-25 Alcazar Mark A. System, method, and API for progressively installing software application
JP2005107842A (en) 2003-09-30 2005-04-21 Kyocera Mita Corp System and method for capturing update software using image forming apparatus as well as computer program therefor
US20080059539A1 (en) * 2006-08-08 2008-03-06 Richard Chin Document Collaboration System and Method
US7792789B2 (en) * 2006-10-17 2010-09-07 Commvault Systems, Inc. Method and system for collaborative searching
US7814234B2 (en) 2006-10-30 2010-10-12 Microsoft Corporation Offline execution of web based applications
WO2008063274A2 (en) * 2006-11-06 2008-05-29 Audible, Inc. Methods and apparatus for targeted content delivery
US7814243B2 (en) * 2007-06-01 2010-10-12 Sonics, Inc. Shared storage for multi-threaded ordered queues in an interconnect
JP5217376B2 (en) * 2007-11-16 2013-06-19 日本電気株式会社 Terminal cache management apparatus, terminal cache management method, and program
JP5022301B2 (en) * 2008-05-19 2012-09-12 株式会社エヌ・ティ・ティ・ドコモ Proxy server, communication relay program, and communication relay method
US8296399B2 (en) * 2009-07-15 2012-10-23 Microsoft Corporation Connecting galleries to dynamic server-hosted content
US9009253B2 (en) * 2011-02-16 2015-04-14 Yahoo! Inc. Optimizing server resources using multiple retry for high traffic websites

Also Published As

Publication number Publication date
JP2012216162A (en) 2012-11-08
EP2527971A3 (en) 2013-12-04
US20120254352A1 (en) 2012-10-04
EP2527971A2 (en) 2012-11-28

Similar Documents

Publication Publication Date Title
JP5686046B2 (en) Application providing system, application providing method, and application providing program
JP5760716B2 (en) Application providing system, application providing method, information processing apparatus, and information processing program
US9973374B1 (en) Systems and methods for synchronizing content and information on multiple computing devices
JP5976780B2 (en) Adaptation notification
JP6488687B2 (en) Function expansion method, function expansion program, and terminal device
EP2937796A1 (en) Information processing terminal, display terminal, and display method
JP6245718B1 (en) Information provision system
US10613845B2 (en) System and method for providing service via application
KR20150074226A (en) Terminal and Method for sharing content thereof
WO2016110203A1 (en) File path storing and local file accessing method and device
KR20150110330A (en) Method for collection multimedia information and device thereof
JP6291961B2 (en) Information processing system, information processing terminal, content management apparatus, and information processing method
US20150207867A1 (en) Information processing terminal and control method
US20220392006A1 (en) Information processing system, system, and information processing method
US10880610B2 (en) Method for providing additional contents at terminal, and terminal using same
KR102245291B1 (en) Electronic device and method for using captured image in electronic device
JP6372134B2 (en) Distribution apparatus, distribution method, and distribution program
US11657023B2 (en) Information processing apparatus, non-transitory computer readable medium, and information processing method
JP5975125B2 (en) Application providing system and application providing method
CN104615761B (en) A kind of method for down loading and device of mobile terminal favorites data
JP2017167764A (en) Information providing system, information providing device, terminal device, and program
KR102173727B1 (en) Method for Sharing Information By Using Sound Signal and Apparatus Thereof
JP6107834B2 (en) Content transmission system, content transmission apparatus, and content transmission method
JP2020194444A (en) Data repeating device, data repeating method, monitoring system, server device, terminal device, and computer program
KR20160112217A (en) Electronic device and method for processing information the electronic device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140304

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141112

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20141224

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150106

R150 Certificate of patent or registration of utility model

Ref document number: 5686046

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees