JPWO2013042411A1 - Application management apparatus, application management method, and program - Google Patents

Application management apparatus, application management method, and program Download PDF

Info

Publication number
JPWO2013042411A1
JPWO2013042411A1 JP2013534613A JP2013534613A JPWO2013042411A1 JP WO2013042411 A1 JPWO2013042411 A1 JP WO2013042411A1 JP 2013534613 A JP2013534613 A JP 2013534613A JP 2013534613 A JP2013534613 A JP 2013534613A JP WO2013042411 A1 JPWO2013042411 A1 JP WO2013042411A1
Authority
JP
Japan
Prior art keywords
web application
resource
application
offline
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2013534613A
Other languages
Japanese (ja)
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP2013534613A priority Critical patent/JPWO2013042411A1/en
Publication of JPWO2013042411A1 publication Critical patent/JPWO2013042411A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/461Saving or restoring of program or task context

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

アプリケーション管理装置10は、オフラインWebアプリケーションを管理するための装置である。アプリケーション管理装置10は、Webサーバ40から、オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いてオフラインWebアプリケーションを実行する、Webアプリケーション実行部11と、Webアプリケーション実行部11によって取得されたリソースを格納する、リソース格納部12と、リソース格納部12に格納されたリソースを管理する、リソース管理部13とを備えている。The application management apparatus 10 is an apparatus for managing offline Web applications. The application management apparatus 10 acquires offline web application resources from the web server 40 and executes the offline web application using the acquired resources, and the resources acquired by the web application execution unit 11 Are stored, and a resource management unit 13 that manages the resources stored in the resource storage unit 12 is provided.

Description

本発明は、携帯端末で実行されるアプリケーションプログラムを管理する、アプリケーション管理装置、アプリケーション管理方法、及びこれらを実現するためのプログラムを記録したコンピュータ読み取り可能な記録媒体に関する。   The present invention relates to an application management apparatus, an application management method, and a computer-readable recording medium that records a program for realizing the application management apparatus that manages an application program executed on a mobile terminal.

近年、ネットワークの分野においては、HTML5に注目が集まっている(例えば、特許文献1及び2参照。)。HTML5は、Webページを記述するためのマークアップ言語であるHTMLの第5版であり、従来からのHTMLにはない新しい仕様が追加されている。   In recent years, attention has been focused on HTML5 in the field of networks (for example, see Patent Documents 1 and 2). HTML5 is the fifth edition of HTML, which is a markup language for describing Web pages, and new specifications not added to conventional HTML are added.

具体的には、HTML5では、音声を埋め込むためのaudioタグ、動画を埋め込むためのvideoタグ、グラフィックスの描画を可能にするcanvasタグが追加されている。   Specifically, in HTML5, an audio tag for embedding audio, a video tag for embedding a moving image, and a canvas tag that enables drawing of graphics are added.

また、HTML5には、上記に加えて、オフラインWebアプリケーション機能も追加されている。オフラインWebアプリケーションは、ネットワークの状態に関係無く使い続けることができるWebアプリケーションプログラムであり、端末側に格納されたリソースを使用して動作する。   Further, in addition to the above, an offline Web application function is added to HTML5. The offline web application is a web application program that can be used continuously regardless of the network state, and operates using resources stored on the terminal side.

オフラインWebアプリケーション機能によれば、ユーザは、オフライン状態にある端末によって、Webアプリケーションを利用することが可能となる。このような特性から、急速に利用が増加しているスマートフォンにおいては、特に、HTML5の更なる普及が望まれている。   According to the offline web application function, the user can use the web application by a terminal in an offline state. Due to such characteristics, further spread of HTML5 is particularly desired in smartphones whose use is rapidly increasing.

特開2011−134250号公報JP 2011-134250 A 特開2010−181946号公報JP 2010-181946 A

ところで、Webアプリケーション機能によって端末側に格納されたリソースは、通常、暗号化されないで格納されている。更に、当該リソース保護するための措置も講じられていない状態にある。従って、使用者が端末を紛失した場合、端末自体が盗難にあった場合に、端末に格納されたリソースが、第3者によって簡単に取得されてしまう可能性がある。   By the way, the resource stored on the terminal side by the Web application function is normally stored without being encrypted. Furthermore, no measures are taken to protect the resource. Therefore, if the user loses the terminal, or if the terminal itself is stolen, the resources stored in the terminal may be easily obtained by a third party.

本発明の目的の一例は、上記問題を解消し、HTML5のオフラインWebアプリケーションの利用時にキャッシュされた情報の漏洩を抑制し得る、アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体を提供することにある。   An example of the object of the present invention is to provide an application management apparatus, an application management method, and a computer-readable recording medium capable of solving the above problems and suppressing leakage of cached information when using an offline Web application of HTML5. There is to do.

上記目的を達成するため、本発明の一側面におけるアプリケーション管理装置は、オフラインWebアプリケーションを管理するための装置であって、
Webサーバから、前記オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いて前記オフラインWebアプリケーションを実行する、Webアプリケーション実行部と、
前記Webアプリケーション実行部によって取得された前記リソースを格納する、リソース格納部と、
前記リソース格納部に格納された前記リソースを管理する、リソース管理部と、
を備えている、ことを特徴とする。
In order to achieve the above object, an application management apparatus according to an aspect of the present invention is an apparatus for managing an offline Web application,
A web application execution unit that acquires resources of the offline web application from a web server and executes the offline web application using the acquired resources;
A resource storage unit for storing the resource acquired by the Web application execution unit;
A resource management unit for managing the resources stored in the resource storage unit;
It is characterized by having.

また、上記目的を達成するため、本発明の一側面におけるアプリケーション管理方法は、オフラインWebアプリケーションを管理するための方法であって、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を有する、ことを特徴とする。
In order to achieve the above object, an application management method according to an aspect of the present invention is a method for managing an offline Web application,
(A) obtaining a resource of the offline web application from a web server;
(B) executing the offline web application using the resource acquired in the step (a);
(C) storing the resource acquired in the step (a);
(D) managing the resources stored in the step (c);
It is characterized by having.

更に、上記目的を達成するため、本発明の一側面におけるコンピュータ読み取り可能な記録媒体は、コンピュータによって、オフラインWebアプリケーションを管理するためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記コンピュータに、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を実行させる、命令を含むプログラムを記録していることを特徴とする。
In order to achieve the above object, a computer-readable recording medium according to one aspect of the present invention is a computer-readable recording medium in which a program for managing an offline Web application is recorded by a computer,
In the computer,
(A) obtaining a resource of the offline web application from a web server;
(B) executing the offline web application using the resource acquired in the step (a);
(C) storing the resource acquired in the step (a);
(D) managing the resources stored in the step (c);
A program including an instruction for executing is recorded.

以上のように、本発明によれば、HTML5のオフラインWebアプリケーションの利用時にキャッシュされた情報の漏洩を抑制することができる。   As described above, according to the present invention, it is possible to suppress leakage of cached information when using an offline web application of HTML5.

図1は、本発明の実施の形態におけるアプリケーション管理装置の構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of an application management apparatus according to the embodiment of the present invention. 図2は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション登録時の動作を示すフロー図である。FIG. 2 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when registering an offline Web application. 図3は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション利用時の動作を示すフロー図である。FIG. 3 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when using the offline Web application. 図4は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション削除時の動作を示すフロー図である。FIG. 4 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when deleting the offline Web application. 図5は、本発明の実施の形態におけるアプリケーション管理装置を実現する通信端末の一例を示すブロック図である。FIG. 5 is a block diagram illustrating an example of a communication terminal that implements the application management apparatus according to the embodiment of the present invention.

(実施の形態)
以下、本発明の実施の形態における、アプリケーション管理装置、アプリケーション管理方法、及びプログラムについて、図1〜図5を参照しながら説明する。
(Embodiment)
Hereinafter, an application management apparatus, an application management method, and a program according to an embodiment of the present invention will be described with reference to FIGS.

[装置構成]
最初に、本実施の形態におけるアプリケーション管理装置の構成について図1を用いて説明する。図1は、本発明の実施の形態におけるアプリケーション管理装置の構成を示すブロック図である。
[Device configuration]
First, the configuration of the application management apparatus according to the present embodiment will be described with reference to FIG. FIG. 1 is a block diagram showing a configuration of an application management apparatus according to the embodiment of the present invention.

図1に示す、本実施の形態におけるアプリケーション管理装置10は、通信端末30で利用されるオフラインWebアプリケーションを管理する装置である。本実施の形態では、アプリケーション管理装置10は、通信端末30のOS(Operating System)上に後述するプログラムによって構築されている。また、通信端末30の具体例としては、アプリケーションプログラムを実行できる、携帯電話、スマートフォン、タブレット型の情報機器等が挙げられる。   An application management apparatus 10 according to the present embodiment illustrated in FIG. 1 is an apparatus that manages an offline Web application used in the communication terminal 30. In the present embodiment, the application management apparatus 10 is constructed on the OS (Operating System) of the communication terminal 30 by a program described later. Specific examples of the communication terminal 30 include a mobile phone, a smartphone, and a tablet-type information device that can execute an application program.

図1に示すように、アプリケーション管理装置10は、Webアプリケーション実行部11と、リソース格納部12と、リソース管理部13とを備えている。このうち、Webアプリケーション実行部11は、Webサーバ40から、オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いてオフラインWebアプリケーションを実行する。   As shown in FIG. 1, the application management apparatus 10 includes a Web application execution unit 11, a resource storage unit 12, and a resource management unit 13. Among these, the web application execution unit 11 acquires an offline web application resource from the web server 40 and executes the offline web application using the acquired resource.

ここで、「オフラインWebアプリケーション」とは、HTML5のオフラインWebアプリケーション機能によって、オフライン環境下で実行可能なアプリケーションプログラムをいう。また、Webサーバ40は、オフラインWebアプリケーションのリソースをWebデータ41として保持している。   Here, the “offline web application” refers to an application program that can be executed in an offline environment by the offline web application function of HTML5. Further, the Web server 40 holds offline Web application resources as Web data 41.

また、リソース格納部12は、Webアプリケーション実行部11によって取得されたリソースを格納する。リソース格納部12は、「オフラインWebアプリケーションキャッシュ」12とも表記される。また、リソース管理部13は、リソース格納部12に格納されたリソースを管理する。   The resource storage unit 12 stores the resource acquired by the web application execution unit 11. The resource storage unit 12 is also referred to as “offline Web application cache” 12. The resource management unit 13 manages resources stored in the resource storage unit 12.

このように、本実施の形態においては、Webサーバ40から取得されたオフラインWebアプリケーションのリソースは、全て、Webアプリケーション実行部11によってリソース格納部12に格納される。また、リソース格納部12に格納されたオフラインWebアプリケーションのリソースは、リソース管理部13によって一元管理される。   Thus, in the present embodiment, all the resources of the offline web application acquired from the web server 40 are stored in the resource storage unit 12 by the web application execution unit 11. Further, the resources of the offline Web application stored in the resource storage unit 12 are centrally managed by the resource management unit 13.

このため、アプリケーション管理装置10へのアクセスに、パスワード等の制限を設定すれば、通信端末30が第三者の手に渡っても、オフラインWebアプリケーションの利用時にキャッシュされた情報(リソース)に含まれる重要な情報が漏洩してしまう事態が回避される。   For this reason, if a restriction such as a password is set for access to the application management apparatus 10, even if the communication terminal 30 is in the hands of a third party, it is included in the information (resource) cached when using the offline Web application. The situation where important information is leaked is avoided.

ここで、本実施の形態におけるアプリケーション管理装置10の構成について更に具体的に説明する。   Here, the configuration of the application management apparatus 10 in the present embodiment will be described more specifically.

本実施の形態では、Webアプリケーション実行部11は、Webブラウザ16を備えており、Webブラウザ16を用いて、Webサーバ40にアクセスする。また、Webアプリケーション実行部11は、オフラインWebアプリケーションのリソースを取得する際、まず、Webサーバ40からマニフェストファイルを取得し、マニフェストファイルに従って、リソースを取得する。   In the present embodiment, the web application execution unit 11 includes a web browser 16, and accesses the web server 40 using the web browser 16. Further, when acquiring the resource of the offline Web application, the Web application execution unit 11 first acquires a manifest file from the Web server 40 and acquires the resource according to the manifest file.

また、図1に示すように、アプリケーション管理装置10は、更に、データ格納部14と、データ同期部15とを備えている。データ格納部14は、例えば、SQLiteと呼ばれるデータベースであり、オフラインWebアプリケーションによって作成又は使用されたデータを格納する。   As shown in FIG. 1, the application management apparatus 10 further includes a data storage unit 14 and a data synchronization unit 15. The data storage unit 14 is a database called SQLite, for example, and stores data created or used by an offline Web application.

データ同期部15は、Webサーバ40において、データ格納部14に格納されているデータに対応するデータが、Webサーバ40において更新されているかどうかを判定する。そして、データ同期部15は、判定の結果、更新されている場合は、データ格納部14に格納されているデータを更新させる。なお、Webサーバ40において、当該データは、業務データ42として保持されている。   The data synchronization unit 15 determines whether data corresponding to the data stored in the data storage unit 14 is updated in the Web server 40 in the Web server 40. If the result of the determination is that the data has been updated, the data synchronization unit 15 updates the data stored in the data storage unit 14. In the Web server 40, the data is held as business data 42.

また、リソース管理部13は、本実施の形態では、オフラインWebアプリケーションの削除が指示されると、まず、削除が指示されたオフラインWebアプリケーションのリソースをリソース格納部12から削除する。更に、リソース管理部13は、削除が指示されたオフラインWebアプリケーションによって作成又は使用されたデータを、データ格納部14から削除する。   In this embodiment, when the deletion of the offline Web application is instructed, the resource management unit 13 first deletes the resource of the offline Web application instructed to delete from the resource storage unit 12. Further, the resource management unit 13 deletes the data created or used by the offline web application instructed to be deleted from the data storage unit 14.

[装置動作]
次に、本発明の実施の形態1におけるアプリケーション管理装置10の動作について図2〜図4を用いて説明する。また、本実施の形態では、アプリケーション管理装置10を動作させることによって、アプリケーション管理方法が実施される。よって、本実施の形態におけるアプリケーション管理方法の説明は、以下のアプリケーション管理装置10の動作説明に代える。
[Device operation]
Next, the operation of the application management apparatus 10 according to the first embodiment of the present invention will be described with reference to FIGS. In the present embodiment, the application management method is implemented by operating the application management apparatus 10. Therefore, the description of the application management method in the present embodiment is replaced with the following description of the operation of the application management apparatus 10.

[オフラインWebアプリケーションの登録]
最初に、アプリケーション管理装置10に、オフラインWebアプリケーションを登録する際の動作について説明する。図2は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション登録時の動作を示すフロー図である。
[Register offline Web application]
First, an operation when registering an offline Web application in the application management apparatus 10 will be described. FIG. 2 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when registering an offline Web application.

図2に示すように、まず、通信端末30のユーザからの指示に従い、Webアプリケーション実行部11は、オフラインWebアプリケーションを提供するWebサーバ40のURLにアクセスする(ステップA1)。   As shown in FIG. 2, first, the web application execution unit 11 accesses the URL of the web server 40 that provides the offline web application in accordance with an instruction from the user of the communication terminal 30 (step A1).

次に、Webアプリケーション実行部11は、Webブラウザ16を起動させ(ステップA2)、Webブラウザ16に、Webサーバ40が用意しているHTMLファイルにアクセスさせる。   Next, the web application execution unit 11 activates the web browser 16 (step A2), and causes the web browser 16 to access an HTML file prepared by the web server 40.

次に、Webアプリケーション実行部11は、Webブラウザ16によって、Webサーバ40からオフラインWebアプリケーションのリソースを取得させる(ステップA3)。また、Webアプリケーション実行部11は、取得されたリソースを、リソース格納部12に格納させ、このことをリソース管理部13に通知する。   Next, the web application execution unit 11 causes the web browser 16 to acquire offline web application resources from the web server 40 (step A3). Further, the Web application execution unit 11 stores the acquired resource in the resource storage unit 12 and notifies the resource management unit 13 of this.

更に、Webアプリケーション実行部11は、リソースが取得されたオフラインWebアプリケーションで使用されるデータについては、データ格納部14に格納させる。なお、Webサーバ40が、オフラインWebアプリケーションについてマニフェストファイルを指定している場合は、ステップA3において、Webブラウザ16は、指定されたマニフェストファイルを取得し、このマニフェストファイルに従ってリソースを取得する。   Further, the web application execution unit 11 stores data used in the offline web application from which the resource is acquired in the data storage unit 14. When the web server 40 designates a manifest file for the offline web application, in step A3, the web browser 16 obtains the designated manifest file and obtains resources according to the manifest file.

次に、リソース管理部13は、リソース格納部12に格納されたリソースを、管理対象として管理する(ステップA4)。具体的には、リソース管理部13は、管理ファイル(図示せず)に、取得されたリソースに関する情報、例えば、アプリケーション名、取得日時、使用期限、サイズ等を記録する。   Next, the resource management unit 13 manages the resource stored in the resource storage unit 12 as a management target (step A4). Specifically, the resource management unit 13 records information related to the acquired resource, such as an application name, an acquisition date and time, an expiration date, and a size, in a management file (not shown).

以上、ステップA1〜A4の実行により、アプリケーション管理装置10によって、新たなオフラインWebアプリケーションが管理されることになる。   As described above, a new offline Web application is managed by the application management apparatus 10 by executing steps A1 to A4.

[オフラインWebアプリケーションの利用]
次に、アプリケーション管理10でオフラインWebアプリケーションを利用する際の動作について説明する。図3は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション利用時の動作を示すフロー図である。
[Use of offline web application]
Next, an operation when using the offline Web application in the application management 10 will be described. FIG. 3 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when using the offline Web application.

図3に示すように、まず、Webアプリケーション実行部11は、通信端末30のユーザが、オフラインWebアプリケーションの実行を指示すると、Webブラウザ16を起動する(ステップB1)。   As shown in FIG. 3, first, the web application execution unit 11 starts the web browser 16 when the user of the communication terminal 30 instructs execution of an offline web application (step B1).

次に、Webアプリケーション実行部11は、Webブラウザ16によって、リソース格納部12にアクセスさせ、指定されたオフラインWebアプリケーションのリソースの読み込みを実行させる(ステップB2)。   Next, the web application execution unit 11 causes the web browser 16 to access the resource storage unit 12 and read the resource of the specified offline web application (step B2).

次に、Webアプリケーション実行部11は、Webブラウザ16によって、オフラインWebアプリケーションを実行させる(ステップB3)。例えば、リソースの読み込みが行なわれたオフラインWebアプリケーションが、特定のサイトでのオンラインを可能にするアプリケーションプログラムであるとすると、ユーザは、このアプリケーションプロブラムによってショッピングを行なうことができる。   Next, the web application execution unit 11 causes the web browser 16 to execute an offline web application (step B3). For example, if an offline Web application from which resources have been read is an application program that enables online at a specific site, the user can perform shopping using this application program.

次に、Webアプリケーション実行部11は、ユーザから終了が指示されていないかどうかを判定する(ステップB4)。ステップB4の判定の結果、終了が指示されている場合は、Webアプリケーション実行部11は、実行中のオフラインWebアプリケーションを終了させる。   Next, the Web application execution unit 11 determines whether the user has not instructed termination (step B4). If termination is instructed as a result of the determination in step B4, the web application execution unit 11 terminates the offline web application being executed.

一方、ステップB4の判定の結果、終了が指示されていない場合は、Webアプリケーション実行部11は、Webサーバ40へのアクセスが必要であるかどうかを判定する(ステップB5)。   On the other hand, as a result of the determination in step B4, if termination is not instructed, the web application execution unit 11 determines whether access to the web server 40 is necessary (step B5).

具体的には、上述したように、オフラインWebアプリケーションが、特定のサイトでのオンラインショッピングを可能にするアプリケーションプログラムである場合は、特定のサイトでは購入可能な商品がアップデートされており、購入可能な商品のデータの更新が必要となる。従って、Webアプリケーション実行部11は、実行中のオフラインWebアプリケーションが、このような更新が必要なアプリケーションプログラムである場合は、アクセスが必要であると判定する。   Specifically, as described above, when the offline Web application is an application program that enables online shopping at a specific site, products that can be purchased at the specific site are updated and can be purchased. Product data needs to be updated. Therefore, the Web application execution unit 11 determines that access is necessary when the offline Web application being executed is an application program that requires such an update.

ステップB5の結果、アクセスが必要でない場合は、ウェブアプリケーション実行部11は、再度ステップB3を実行する。一方、ステップB5の結果、アクセスが必要である場合は、ステップB6が実行される。   If access is not necessary as a result of step B5, the web application execution unit 11 executes step B3 again. On the other hand, if access is necessary as a result of step B5, step B6 is executed.

ステップB6では、データ同期部15は、Webサーバ40において、データ格納部14に格納されているデータに対応するデータが、Webサーバ40において更新されているかどうかを判定する。ステップB6の判定の結果、更新されていない場合は、データの同期が必要ないので、再度ステップB3が実行される。   In step B <b> 6, the data synchronization unit 15 determines whether data corresponding to the data stored in the data storage unit 14 is updated in the Web server 40 in the Web server 40. If the result of determination in step B6 has not been updated, data synchronization is not necessary, so step B3 is executed again.

一方、ステップB6の判定の結果、更新されている場合は、データ同期部15は、Webサーバ40の業務データ42から、更新されているデータを取得し、これを用いて、データ格納部14に格納されているデータを更新する(ステップB7)。   On the other hand, if it is updated as a result of the determination in step B <b> 6, the data synchronization unit 15 acquires the updated data from the business data 42 of the Web server 40, and uses this data in the data storage unit 14. The stored data is updated (step B7).

例えば、上述のオンラインショッピング用のアプリケーションプログラムの場合は、購入可能な商品のデータが、更新される。また、データ同期部15は、アプリケーション管理装置10側のデータが、Webサーバ40の業務データ42よりも新しい場合は、Webサーバ40に更新を指示することもできる。   For example, in the case of the above-described application program for online shopping, data of commodities that can be purchased is updated. The data synchronization unit 15 can also instruct the Web server 40 to update when the data on the application management apparatus 10 side is newer than the business data 42 of the Web server 40.

以上、ステップB1〜B7の実行により、ユーザは、オフラインWebアプリケーションを利用することができる。また、ステップB1〜B7は、ユーザが終了を指示するまで繰り返し実行される。   As described above, the execution of steps B1 to B7 allows the user to use the offline Web application. Steps B1 to B7 are repeatedly executed until the user instructs the end.

[オフラインWebアプリケーションの削除]
次に、アプリケーション管理10からオフラインWebアプリケーションを削除する際の動作について説明する。図4は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション削除時の動作を示すフロー図である。
[Delete offline Web application]
Next, an operation when deleting an offline Web application from the application management 10 will be described. FIG. 4 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when deleting the offline Web application.

最初に、図4に示すように、リソース関連部13は、通信端末30のユーザから、特定のオフラインWebアプリケーションを削除する旨の指示を受付ける(ステップC1)。   First, as shown in FIG. 4, the resource related unit 13 receives an instruction to delete a specific offline Web application from the user of the communication terminal 30 (step C1).

次に、リソース管理部13は、リソース格納部12にアクセスし、指示されたオフラインWebアプリケーションのリソースを特定し、これを削除する(ステップC2)。このとき、削除が指示されたオフラインWebアプリケーションについて、マニフェストファイルがある場合は、リソース管理部13は、マニフェストファイルに従って、リソースを削除する。   Next, the resource management unit 13 accesses the resource storage unit 12, identifies the resource of the instructed offline Web application, and deletes it (step C2). At this time, if there is a manifest file for the offline Web application instructed to be deleted, the resource management unit 13 deletes the resource according to the manifest file.

次に、リソース管理部13は、データ格納部14にアクセスし、指示されたオフラインWebアプリケーションで作成又は使用されるデータを特定し、特定したデータを削除する(ステップC3)。このときも、マニフェストファイルがある場合は、リソース管理部13は、マニフェストファイルに従って、データを削除する。   Next, the resource management unit 13 accesses the data storage unit 14, specifies data to be created or used in the designated offline Web application, and deletes the specified data (step C3). Also at this time, if there is a manifest file, the resource management unit 13 deletes the data according to the manifest file.

以上、ステップC1〜C3の実行により、ユーザは、削除を希望するオフラインWebアプリケーションを確実に削除することができる。また、ユーザは、削除を希望する2以上のオフラインWebアプリケーションを指定することもでき、この場合は、2以上のオフラインWebアプリケーションが一度に削除される。   As described above, the execution of steps C1 to C3 allows the user to reliably delete the offline Web application that the user desires to delete. The user can also specify two or more offline Web applications that are desired to be deleted. In this case, two or more offline Web applications are deleted at a time.

以上のように本実施の形態では、オフラインWebアプリケーションは一元管理される。また、データの更新も、一元管理されるので、全てのオフラインWebアプリケーションを簡単に最新の状態にすることができる。更に、削除を希望するオフラインWebアプリケーションの確実な削除も可能となる。   As described above, in the present embodiment, the offline Web application is centrally managed. In addition, since update of data is also managed in an integrated manner, all offline Web applications can be easily updated. Furthermore, it is possible to reliably delete an offline Web application that is desired to be deleted.

[プログラム]
本実施の形態におけるプログラムは、アプリケーションプログラムを実行可能な通信端末に、図2に示すステップA1〜A4、図3に示すステップB1〜B7、図4に示すステップC1〜C3を実行させるプログラムであれば良い。この場合、通信端末は、内部にコンピュータを備えており、このプログラムを通信端末にインストールし、内部のコンピュータによって実行することによって、本実施の形態におけるアプリケーション管理装置10とアプリケーション管理方法とを実現することができる。そして、通信端末のCPU(Central Processing Unit)は、Webアプリケーション実行部11、データ同期部15、及びリソース管理部13として機能し、処理を行なう。また、本実施の形態では、通信端末に備えられた記憶装置が、リソース格納部12,データ格納部14として機能する。
[program]
The program in the present embodiment is a program that causes a communication terminal capable of executing an application program to execute steps A1 to A4 shown in FIG. 2, steps B1 to B7 shown in FIG. 3, and steps C1 to C3 shown in FIG. It ’s fine. In this case, the communication terminal includes an internal computer, and the application management apparatus 10 and the application management method according to the present embodiment are realized by installing this program in the communication terminal and executing the program by the internal computer. be able to. A CPU (Central Processing Unit) of the communication terminal functions as the Web application execution unit 11, the data synchronization unit 15, and the resource management unit 13, and performs processing. In the present embodiment, the storage device provided in the communication terminal functions as the resource storage unit 12 and the data storage unit 14.

[通信端末]
ここで、本実施の形態におけるプログラムを実行することによって、アプリケーション管理装置を実現する通信端末について図5を用いて説明する。図5は、本発明の実施の形態におけるアプリケーション管理装置を実現する通信端末の一例を示すブロック図である。
[Communication terminal]
Here, a communication terminal that realizes an application management apparatus by executing the program according to the present embodiment will be described with reference to FIG. FIG. 5 is a block diagram illustrating an example of a communication terminal that implements the application management apparatus according to the embodiment of the present invention.

図5に示すように、通信端末30は、CPU31と、メモリ32と、ディスプレイ33と、記憶媒体34と、通信モジュール35と、タッチパネル36とを備える。これらの各部は、バス37を介して、互いにデータ通信可能に接続される。   As shown in FIG. 5, the communication terminal 30 includes a CPU 31, a memory 32, a display 33, a storage medium 34, a communication module 35, and a touch panel 36. These units are connected to each other via a bus 37 so that data communication is possible.

CPU31は、記憶装置34に格納された、本実施の形態におけるプログラム(コード)をメモリ32に展開し、これらを所定順序で実行することにより、各種の演算を実施する。メモリ32は、典型的には、DRAM(Dynamic Random Access Memory)等の揮発性のメモリである。   The CPU 31 performs various calculations by developing the program (code) in the present embodiment stored in the storage device 34 in the memory 32 and executing them in a predetermined order. The memory 32 is typically a volatile memory such as a DRAM (Dynamic Random Access Memory).

また、本実施の形態におけるプログラムは、コンピュータ読み取り可能な記録媒体に格納された状態で提供されても良いし、通信モジュール35を介して接続されたインターネット上から送信されても良い。記録媒体の具体例としては、CF(Compact Flash(登録商標))及びSD(Secure Digital)等の汎用的な半導体記憶デバイスが挙げられる。   The program in the present embodiment may be provided in a state stored in a computer-readable recording medium, or may be transmitted from the Internet connected via the communication module 35. Specific examples of the recording medium include general-purpose semiconductor storage devices such as CF (Compact Flash (registered trademark)) and SD (Secure Digital).

また、記憶装置34の具体例としては、ハードディスク、フラッシュメモリ等の半導体記憶装置が挙げられる。タッチパネル36は、ユーザの入力を受け付ける入力機器である。ディスプレイ33は、液晶表示装置等の表示装置である。通信モジュール35は、無線LANによる通信、携帯電話網を利用した通信を実現するための機器である。   A specific example of the storage device 34 is a semiconductor storage device such as a hard disk or a flash memory. The touch panel 36 is an input device that receives user input. The display 33 is a display device such as a liquid crystal display device. The communication module 35 is a device for realizing communication using a wireless LAN and communication using a mobile phone network.

以上、実施の形態を参照して本願発明を説明したが、本願発明は上記実施の形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。   Although the present invention has been described with reference to the embodiments, the present invention is not limited to the above embodiments. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.

この出願は、2011年9月22日に出願された日本出願特願2011−207406を基礎とする優先権を主張し、その開示の全てをここに取り込む。   This application claims the priority on the basis of Japanese application Japanese Patent Application No. 2011-207406 for which it applied on September 22, 2011, and takes in those the indications of all here.

また、本願発明における、アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体は、以下の特徴を有する。   The application management apparatus, the application management method, and the computer-readable recording medium according to the present invention have the following characteristics.

(1)オフラインWebアプリケーションを管理するための装置であって、
Webサーバから、前記オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いて前記オフラインWebアプリケーションを実行する、Webアプリケーション実行部と、
前記Webアプリケーション実行部によって取得された前記リソースを格納する、リソース格納部と、
前記リソース格納部に格納された前記リソースを管理する、リソース管理部と、
を備えている、ことを特徴とするアプリケーション管理装置。
(1) An apparatus for managing an offline Web application,
A web application execution unit that acquires resources of the offline web application from a web server and executes the offline web application using the acquired resources;
A resource storage unit for storing the resource acquired by the Web application execution unit;
A resource management unit for managing the resources stored in the resource storage unit;
An application management apparatus comprising:

(2)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、データ格納部と、
前記Webサーバにおいて、前記データ格納部に格納されている前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記データ格納部に格納されている前記データを更新させる、データ同期部と、
を更に備えている、上記(1)に記載のアプリケーション管理装置。
(2) a data storage unit for storing data created or used by the offline Web application;
In the Web server, it is determined whether or not the data corresponding to the data stored in the data storage unit is updated. If the data is updated as a result of the determination, the data is stored in the data storage unit. A data synchronizer for updating the data
The application management device according to (1), further comprising:

(3)前記リソース管理部が、
前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを前記リソース格納部から削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを、前記データ格納部から削除する、
上記(1)に記載のアプリケーション管理装置。
(3) The resource management unit
When deletion of the offline web application is instructed,
Deleting the resource of the offline Web application instructed to be deleted from the resource storage unit;
Deleting data created or used by the offline web application instructed to be deleted from the data storage unit;
The application management apparatus according to (1) above.

(4)オフラインWebアプリケーションを管理するための方法であって、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を有する、ことを特徴とするアプリケーション管理方法。
(4) A method for managing offline web applications,
(A) obtaining a resource of the offline web application from a web server;
(B) executing the offline web application using the resource acquired in the step (a);
(C) storing the resource acquired in the step (a);
(D) managing the resources stored in the step (c);
An application management method characterized by comprising:

(5)(e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
(f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
を更に有する、上記(4)に記載のアプリケーション管理方法。
(5) (e) storing data created or used by the offline web application;
(F) In the Web server, it is determined whether or not the data corresponding to the data stored in the step (e) has been updated. Updating the data stored in the step;
The application management method according to (4), further including:

(6)(g)前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを更に有する、
上記(4)に記載のアプリケーション管理方法。
(6) (g) When an instruction to delete the offline Web application is given,
Delete the offline web application resource instructed to be deleted,
Deleting the data created or used by the offline web application instructed to be deleted;
The application management method according to (4) above.

(7)コンピュータによって、オフラインWebアプリケーションを管理するためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記コンピュータに、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を実行させる、命令を含むプログラムを記録しているコンピュータ読み取り可能な記録媒体。
(7) A computer-readable recording medium in which a program for managing an offline Web application is recorded by a computer,
In the computer,
(A) obtaining a resource of the offline web application from a web server;
(B) executing the offline web application using the resource acquired in the step (a);
(C) storing the resource acquired in the step (a);
(D) managing the resources stored in the step (c);
The computer-readable recording medium which has recorded the program containing the instruction | command which performs.

(8)(e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
(f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
を前記コンピュータに実行させる命令を、前記プログラムが更に記録している、上記(7)に記載のコンピュータ読み取り可能な記録媒体。
(8) (e) storing data created or used by the offline web application;
(F) In the Web server, it is determined whether or not the data corresponding to the data stored in the step (e) has been updated. Updating the data stored in the step;
The computer-readable recording medium according to (7), wherein the program further records an instruction to cause the computer to execute.

(9)(g)前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを前記コンピュータに実行させる命令を、前記プログラムが更に記録している、上記(7)に記載のコンピュータ読み取り可能な記録媒体。
(9) (g) When deletion of the offline Web application is instructed,
Delete the offline web application resource instructed to be deleted,
The computer-readable program according to (7), wherein the program further records instructions for causing the computer to execute a step of deleting data created or used by the offline Web application instructed to be deleted. recoding media.

以上のように、本発明によれば、HTML5のオフラインWebアプリケーションの利用時にキャッシュされた情報の漏洩を抑制することができる。本発明は、携帯電話、スマートフォン、タブレット型の情報機器等に有用である。   As described above, according to the present invention, it is possible to suppress leakage of cached information when using an offline web application of HTML5. The present invention is useful for mobile phones, smartphones, tablet-type information devices, and the like.

10 アプリケーション管理装置
11 アプリケーション実行部
12 リソース格納部
13 リソース管理部
14 データ格納部
15 データ同期部
16 Webブラウザ
20 OS
30 通信端末
31 CPU
32 メモリ
33 ディスプレイ
34 記憶装置
35 通信モジュール
36 タッチパネル
37 バス
40 Webサーバ
41 Webデータ
42 業務データ
DESCRIPTION OF SYMBOLS 10 Application management apparatus 11 Application execution part 12 Resource storage part 13 Resource management part 14 Data storage part 15 Data synchronization part 16 Web browser 20 OS
30 Communication terminal 31 CPU
32 Memory 33 Display 34 Storage Device 35 Communication Module 36 Touch Panel 37 Bus 40 Web Server 41 Web Data 42 Business Data

本発明は、携帯端末で実行されるアプリケーションプログラムを管理する、アプリケーション管理装置、アプリケーション管理方法、及びこれらを実現するためのプログラムに関する。 The present invention manages the application program executed by the mobile terminal, the application management device, about the program for implementing the method application management, and these.

本発明の目的の一例は、上記問題を解消し、HTML5のオフラインWebアプリケーションの利用時にキャッシュされた情報の漏洩を抑制し得る、アプリケーション管理装置、アプリケーション管理方法、及びプログラムを提供することにある。 An object of the present invention is to provide an application management apparatus, an application management method, and a program capable of solving the above-described problems and suppressing leakage of cached information when using an offline web application of HTML5.

更に、上記目的を達成するため、本発明の一側面におけるプログラムは、コンピュータによって、オフラインWebアプリケーションを管理するためのプログラムであって、
前記コンピュータに、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を実行させる、ことを特徴とする。
Furthermore, in order to achieve the above object, a program according to an aspect of the present invention, by a computer, a program for managing the offline Web application,
In the computer,
(A) obtaining a resource of the offline web application from a web server;
(B) executing the offline web application using the resource acquired in the step (a);
(C) storing the resource acquired in the step (a);
(D) managing the resources stored in the step (c);
To the execution, and wherein a call.

また、本願発明における、アプリケーション管理装置、アプリケーション管理方法、及びプログラムは、以下の特徴を有する。 Moreover, the application management apparatus, the application management method, and the program according to the present invention have the following features.

(7)コンピュータによって、オフラインWebアプリケーションを管理するためのプログラムであって、
前記コンピュータに、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を実行させる、プログラム。
(7) by a computer, a program for managing the offline Web application,
In the computer,
(A) obtaining a resource of the offline web application from a web server;
(B) executing the offline web application using the resource acquired in the step (a);
(C) storing the resource acquired in the step (a);
(D) managing the resources stored in the step (c);
To the execution, up Rogura-time.

(8)(e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
(f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
更に前記コンピュータに実行させる、上記(7)に記載のプログラム
(8) (e) storing data created or used by the offline web application;
(F) In the Web server, it is determined whether or not the data corresponding to the data stored in the step (e) has been updated. Updating the data stored in the step;
The Ru was performed further to the computer, the program according to (7).

(9)(g)前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを更に前記コンピュータに実行させる、上記(7)に記載のプログラム
(9) (g) When deletion of the offline Web application is instructed,
Delete the offline web application resource instructed to be deleted,
Delete deletes the data created or used by the indicated the offline Web application, Ru was performed further to the computer step, the program according to (7).

Claims (9)

オフラインWebアプリケーションを管理するための装置であって、
Webサーバから、前記オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いて前記オフラインWebアプリケーションを実行する、Webアプリケーション実行部と、
前記Webアプリケーション実行部によって取得された前記リソースを格納する、リソース格納部と、
前記リソース格納部に格納された前記リソースを管理する、リソース管理部と、
を備えている、ことを特徴とするアプリケーション管理装置。
An apparatus for managing an offline web application,
A web application execution unit that acquires resources of the offline web application from a web server and executes the offline web application using the acquired resources;
A resource storage unit for storing the resource acquired by the Web application execution unit;
A resource management unit for managing the resources stored in the resource storage unit;
An application management apparatus comprising:
前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、データ格納部と、
前記Webサーバにおいて、前記データ格納部に格納されている前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記データ格納部に格納されている前記データを更新させる、データ同期部と、
を更に備えている、請求項1に記載のアプリケーション管理装置。
A data storage unit for storing data created or used by the offline web application;
In the Web server, it is determined whether or not the data corresponding to the data stored in the data storage unit is updated. If the data is updated as a result of the determination, the data is stored in the data storage unit. A data synchronizer for updating the data
The application management apparatus according to claim 1, further comprising:
前記リソース管理部が、
前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを前記リソース格納部から削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを、前記データ格納部から削除する、
請求項1または2に記載のアプリケーション管理装置。
The resource management unit
When deletion of the offline web application is instructed,
Deleting the resource of the offline Web application instructed to be deleted from the resource storage unit;
Deleting data created or used by the offline web application instructed to be deleted from the data storage unit;
The application management apparatus according to claim 1 or 2.
オフラインWebアプリケーションを管理するための方法であって、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を有する、ことを特徴とするアプリケーション管理方法。
A method for managing an offline web application comprising:
(A) obtaining a resource of the offline web application from a web server;
(B) executing the offline web application using the resource acquired in the step (a);
(C) storing the resource acquired in the step (a);
(D) managing the resources stored in the step (c);
An application management method characterized by comprising:
(e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
(f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
を更に有する、請求項4に記載のアプリケーション管理方法。
(E) storing data created or used by the offline web application;
(F) In the Web server, it is determined whether or not the data corresponding to the data stored in the step (e) has been updated. Updating the data stored in the step;
The application management method according to claim 4, further comprising:
(g)前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを更に有する、
請求項4または5に記載のアプリケーション管理方法。
(G) When an instruction to delete the offline Web application is given,
Delete the offline web application resource instructed to be deleted,
Deleting the data created or used by the offline web application instructed to be deleted;
The application management method according to claim 4 or 5.
コンピュータによって、オフラインWebアプリケーションを管理するためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記コンピュータに、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を実行させる、命令を含むプログラムを記録しているコンピュータ読み取り可能な記録媒体。
A computer-readable recording medium recording a program for managing an offline Web application by a computer,
In the computer,
(A) obtaining a resource of the offline web application from a web server;
(B) executing the offline web application using the resource acquired in the step (a);
(C) storing the resource acquired in the step (a);
(D) managing the resources stored in the step (c);
The computer-readable recording medium which has recorded the program containing the instruction | command which performs.
(e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
(f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
を前記コンピュータに実行させる命令を、前記プログラムが更に記録している、請求項7に記載のコンピュータ読み取り可能な記録媒体。
(E) storing data created or used by the offline web application;
(F) In the Web server, it is determined whether or not the data corresponding to the data stored in the step (e) has been updated. Updating the data stored in the step;
The computer-readable recording medium according to claim 7, wherein the program further records an instruction for causing the computer to execute.
(g)前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを前記コンピュータに実行させる命令を、前記プログラムが更に記録している、請求項7または8に記載のコンピュータ読み取り可能な記録媒体。
(G) When an instruction to delete the offline Web application is given,
Delete the offline web application resource instructed to be deleted,
The computer-readable program according to claim 7 or 8, wherein the program further records instructions for causing the computer to execute a step of deleting data created or used by the offline Web application instructed to be deleted. Recording medium.
JP2013534613A 2011-09-22 2012-06-20 Application management apparatus, application management method, and program Pending JPWO2013042411A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013534613A JPWO2013042411A1 (en) 2011-09-22 2012-06-20 Application management apparatus, application management method, and program

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2011207406 2011-09-22
JP2011207406 2011-09-22
JP2013534613A JPWO2013042411A1 (en) 2011-09-22 2012-06-20 Application management apparatus, application management method, and program

Publications (1)

Publication Number Publication Date
JPWO2013042411A1 true JPWO2013042411A1 (en) 2015-03-26

Family

ID=47914192

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013534613A Pending JPWO2013042411A1 (en) 2011-09-22 2012-06-20 Application management apparatus, application management method, and program

Country Status (2)

Country Link
JP (1) JPWO2013042411A1 (en)
WO (1) WO2013042411A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6079875B2 (en) * 2013-05-27 2017-02-15 富士通株式会社 Application execution program, application execution method, and information processing terminal device for executing application
JP6327959B2 (en) * 2014-06-04 2018-05-23 キヤノン株式会社 Information processing terminal, cache control method, and web system
JP7490384B2 (en) 2020-02-17 2024-05-27 キヤノン株式会社 Management device, method and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008015658A (en) * 2006-07-04 2008-01-24 Toshiba Corp Application providing system and method
WO2010032558A1 (en) * 2008-09-19 2010-03-25 日本電気株式会社 Program acquiring/executing client, program acquiring/executing method, and recording medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010257289A (en) * 2009-04-27 2010-11-11 Nec Corp Communication apparatus, method for controlling communication apparatus, and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008015658A (en) * 2006-07-04 2008-01-24 Toshiba Corp Application providing system and method
WO2010032558A1 (en) * 2008-09-19 2010-03-25 日本電気株式会社 Program acquiring/executing client, program acquiring/executing method, and recording medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CSND200800335005; '最新ブラウザが描く次世代Webの輪郭' 日経コミュニケーション 第511号, 20080601, p.42-43, 日経BP社 *
JPN6015008199; '最新ブラウザが描く次世代Webの輪郭' 日経コミュニケーション 第511号, 20080601, p.42-43, 日経BP社 *

Also Published As

Publication number Publication date
WO2013042411A1 (en) 2013-03-28

Similar Documents

Publication Publication Date Title
US11902281B2 (en) On-demand security policy activation
US9864736B2 (en) Information processing apparatus, control method, and recording medium
US9940443B2 (en) Supporting secondary use of content of electronic work
US11537760B2 (en) Web application execution with secure elements
US20240160841A1 (en) Generation of document editors having functions specified by role policies
CN108509207A (en) The cross-system of WEB application program is installed
US20220335007A1 (en) Method and system for using dynamic content types
WO2018209465A1 (en) Webpage access control method and gateway device
US11811851B2 (en) Method and system for enforcing governance across multiple content repositories using a content broker
WO2013042411A1 (en) Application management apparatus, application management method, and computer readable storage medium
US9135116B1 (en) Cloud enabled filesystems provided by an agent which interfaces with a file system on a data source device
CN117390326A (en) Page management method, device, equipment and storage medium
CA2930061C (en) Variants of files in a file system
US10977148B2 (en) Processing data object modifications in a networked storage system
CN107229655B (en) Updating method, device and system of page static file
US10193950B2 (en) Network system and control method
JP6327959B2 (en) Information processing terminal, cache control method, and web system
JP2016040643A (en) Image data management system
US20160110310A1 (en) Cache management
CN111522780A (en) Method and terminal for recording file creator information

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20150123

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150310

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150501

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20150602