WO2013042411A1 - アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体 - Google Patents

アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体 Download PDF

Info

Publication number
WO2013042411A1
WO2013042411A1 PCT/JP2012/065688 JP2012065688W WO2013042411A1 WO 2013042411 A1 WO2013042411 A1 WO 2013042411A1 JP 2012065688 W JP2012065688 W JP 2012065688W WO 2013042411 A1 WO2013042411 A1 WO 2013042411A1
Authority
WO
WIPO (PCT)
Prior art keywords
web application
resource
data
application
offline
Prior art date
Application number
PCT/JP2012/065688
Other languages
English (en)
French (fr)
Inventor
吉垣伸介
塩谷幸治
堤信之
Original Assignee
九州日本電気ソフトウェア株式会社
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 九州日本電気ソフトウェア株式会社 filed Critical 九州日本電気ソフトウェア株式会社
Publication of WO2013042411A1 publication Critical patent/WO2013042411A1/ja

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

Definitions

  • the present invention relates to an application management apparatus, an application management method, and a computer-readable recording medium on which a program for realizing these is recorded, for managing an application program executed on a mobile terminal.
  • 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 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.
  • 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.
  • the user can use the web application by the terminal in the offline state. Because of these characteristics, further spread of HTML5 is particularly desired for smartphones whose use is rapidly increasing.
  • resources stored on the terminal side by the Web application function are 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.
  • An example of an object of the present invention is to provide an application management apparatus, an application management method, and a computer-readable recording medium that can solve the above-described problems and suppress leakage of cached information when using an offline Web application of HTML5. There is to do.
  • an application management apparatus is an apparatus for managing an offline Web application, A web application execution unit that acquires the resource of the offline web application from a web server and executes the offline web application using the acquired resource; 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.
  • an application management method 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.
  • a computer-readable recording medium 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); It is characterized by recording a program including an instruction for executing.
  • FIG. 1 is a block diagram showing a configuration of an application management apparatus according to the embodiment of the present invention.
  • FIG. 2 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when registering an offline Web application.
  • FIG. 3 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when using the offline Web application.
  • FIG. 4 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when deleting the offline Web application.
  • 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.
  • FIG. 1 is a block diagram showing a configuration of an application management apparatus according to the embodiment of the present invention.
  • the application management apparatus 10 in the present embodiment shown in FIG. 1 is an apparatus that manages an offline Web application used in the communication terminal 30.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • the data synchronization unit 15 determines whether or not the 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.
  • the resource management unit 13 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.
  • FIG. 2 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when registering an offline Web application.
  • the Web application execution unit 11 accesses the URL of the Web server 40 that provides the offline Web application (step A1).
  • the web application execution unit 11 activates the web browser 16 (step A2), and causes the web browser 16 to access the HTML file prepared by the web server 40.
  • 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.
  • 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.
  • the web browser 16 obtains the designated manifest file and obtains resources according to the manifest file.
  • 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).
  • a new offline Web application is managed by the application management apparatus 10 by executing steps A1 to A4.
  • FIG. 3 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when using the offline Web application.
  • the Web application execution unit 11 starts the Web browser 16 (step B1).
  • the Web application execution unit 11 causes the Web browser 16 to access the resource storage unit 12 to execute the reading of the specified offline Web application resource (step B2).
  • the web application execution unit 11 causes the web browser 16 to execute an offline web application (step B3).
  • 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.
  • the Web application execution unit 11 determines whether or not the user has 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.
  • step B5 the Web application execution unit 11 determines whether access to the Web server 40 is necessary.
  • 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.
  • step B5 If it is determined in step B5 that access is not required, 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.
  • step B ⁇ b> 6 the data synchronization unit 15 determines whether the 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.
  • step B7 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).
  • 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.
  • 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.
  • FIG. 4 is a flowchart showing the operation of the application management apparatus shown in FIG. 1 when deleting the offline Web application.
  • the resource related unit 13 receives an instruction from the user of the communication terminal 30 to delete a specific offline Web application (step C1).
  • 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.
  • the resource management unit 13 accesses the data storage unit 14, identifies data that is created or used in the instructed offline Web application, and deletes the identified 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.
  • steps C1 to C3 allows the user to reliably delete the offline Web application desired to be deleted.
  • 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.
  • the offline Web application is centrally managed.
  • 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.
  • 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.
  • 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
  • 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.
  • the storage device provided in the communication terminal functions as the resource storage unit 12 and the data storage unit 14.
  • 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.
  • 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.
  • the CPU 31 performs various calculations by expanding 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).
  • 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.
  • the recording medium include general-purpose semiconductor storage devices such as CF (Compact Flash (registered trademark)) and SD (Secure Digital).
  • the storage device 34 includes semiconductor storage devices such as a hard disk and 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.
  • the application management apparatus, the application management method, and the computer-readable recording medium in the present invention have the following characteristics.
  • An apparatus for managing an offline Web application A web application execution unit that acquires the resource of the offline web application from a web server and executes the offline web application using the acquired resource; 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:
  • a data synchronizer for updating the data The application management device according to (1), further comprising:
  • 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:
  • 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
  • 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.

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とを備えている。

Description

アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体
 本発明は、携帯端末で実行されるアプリケーションプログラムを管理する、アプリケーション管理装置、アプリケーション管理方法、及びこれらを実現するためのプログラムを記録したコンピュータ読み取り可能な記録媒体に関する。
 近年、ネットワークの分野においては、HTML5に注目が集まっている(例えば、特許文献1及び2参照。)。HTML5は、Webページを記述するためのマークアップ言語であるHTMLの第5版であり、従来からのHTMLにはない新しい仕様が追加されている。
 具体的には、HTML5では、音声を埋め込むためのaudioタグ、動画を埋め込むためのvideoタグ、グラフィックスの描画を可能にするcanvasタグが追加されている。
 また、HTML5には、上記に加えて、オフラインWebアプリケーション機能も追加されている。オフラインWebアプリケーションは、ネットワークの状態に関係無く使い続けることができるWebアプリケーションプログラムであり、端末側に格納されたリソースを使用して動作する。
 オフラインWebアプリケーション機能によれば、ユーザは、オフライン状態にある端末によって、Webアプリケーションを利用することが可能となる。このような特性から、急速に利用が増加しているスマートフォンにおいては、特に、HTML5の更なる普及が望まれている。
特開2011-134250号公報 特開2010-181946号公報
 ところで、Webアプリケーション機能によって端末側に格納されたリソースは、通常、暗号化されないで格納されている。更に、当該リソース保護するための措置も講じられていない状態にある。従って、使用者が端末を紛失した場合、端末自体が盗難にあった場合に、端末に格納されたリソースが、第3者によって簡単に取得されてしまう可能性がある。
 本発明の目的の一例は、上記問題を解消し、HTML5のオフラインWebアプリケーションの利用時にキャッシュされた情報の漏洩を抑制し得る、アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体を提供することにある。
 上記目的を達成するため、本発明の一側面におけるアプリケーション管理装置は、オフラインWebアプリケーションを管理するための装置であって、
 Webサーバから、前記オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いて前記オフラインWebアプリケーションを実行する、Webアプリケーション実行部と、
 前記Webアプリケーション実行部によって取得された前記リソースを格納する、リソース格納部と、
 前記リソース格納部に格納された前記リソースを管理する、リソース管理部と、
を備えている、ことを特徴とする。
 また、上記目的を達成するため、本発明の一側面におけるアプリケーション管理方法は、オフラインWebアプリケーションを管理するための方法であって、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を有する、ことを特徴とする。
 更に、上記目的を達成するため、本発明の一側面におけるコンピュータ読み取り可能な記録媒体は、コンピュータによって、オフラインWebアプリケーションを管理するためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記コンピュータに、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を実行させる、命令を含むプログラムを記録していることを特徴とする。
 以上のように、本発明によれば、HTML5のオフラインWebアプリケーションの利用時にキャッシュされた情報の漏洩を抑制することができる。
図1は、本発明の実施の形態におけるアプリケーション管理装置の構成を示すブロック図である。 図2は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション登録時の動作を示すフロー図である。 図3は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション利用時の動作を示すフロー図である。 図4は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション削除時の動作を示すフロー図である。 図5は、本発明の実施の形態におけるアプリケーション管理装置を実現する通信端末の一例を示すブロック図である。
(実施の形態)
 以下、本発明の実施の形態における、アプリケーション管理装置、アプリケーション管理方法、及びプログラムについて、図1~図5を参照しながら説明する。
[装置構成]
 最初に、本実施の形態におけるアプリケーション管理装置の構成について図1を用いて説明する。図1は、本発明の実施の形態におけるアプリケーション管理装置の構成を示すブロック図である。
 図1に示す、本実施の形態におけるアプリケーション管理装置10は、通信端末30で利用されるオフラインWebアプリケーションを管理する装置である。本実施の形態では、アプリケーション管理装置10は、通信端末30のOS(Operating System)上に後述するプログラムによって構築されている。また、通信端末30の具体例としては、アプリケーションプログラムを実行できる、携帯電話、スマートフォン、タブレット型の情報機器等が挙げられる。
 図1に示すように、アプリケーション管理装置10は、Webアプリケーション実行部11と、リソース格納部12と、リソース管理部13とを備えている。このうち、Webアプリケーション実行部11は、Webサーバ40から、オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いてオフラインWebアプリケーションを実行する。
 ここで、「オフラインWebアプリケーション」とは、HTML5のオフラインWebアプリケーション機能によって、オフライン環境下で実行可能なアプリケーションプログラムをいう。また、Webサーバ40は、オフラインWebアプリケーションのリソースをWebデータ41として保持している。
 また、リソース格納部12は、Webアプリケーション実行部11によって取得されたリソースを格納する。リソース格納部12は、「オフラインWebアプリケーションキャッシュ」12とも表記される。また、リソース管理部13は、リソース格納部12に格納されたリソースを管理する。
 このように、本実施の形態においては、Webサーバ40から取得されたオフラインWebアプリケーションのリソースは、全て、Webアプリケーション実行部11によってリソース格納部12に格納される。また、リソース格納部12に格納されたオフラインWebアプリケーションのリソースは、リソース管理部13によって一元管理される。
 このため、アプリケーション管理装置10へのアクセスに、パスワード等の制限を設定すれば、通信端末30が第三者の手に渡っても、オフラインWebアプリケーションの利用時にキャッシュされた情報(リソース)に含まれる重要な情報が漏洩してしまう事態が回避される。
 ここで、本実施の形態におけるアプリケーション管理装置10の構成について更に具体的に説明する。
 本実施の形態では、Webアプリケーション実行部11は、Webブラウザ16を備えており、Webブラウザ16を用いて、Webサーバ40にアクセスする。また、Webアプリケーション実行部11は、オフラインWebアプリケーションのリソースを取得する際、まず、Webサーバ40からマニフェストファイルを取得し、マニフェストファイルに従って、リソースを取得する。
 また、図1に示すように、アプリケーション管理装置10は、更に、データ格納部14と、データ同期部15とを備えている。データ格納部14は、例えば、SQLiteと呼ばれるデータベースであり、オフラインWebアプリケーションによって作成又は使用されたデータを格納する。
 データ同期部15は、Webサーバ40において、データ格納部14に格納されているデータに対応するデータが、Webサーバ40において更新されているかどうかを判定する。そして、データ同期部15は、判定の結果、更新されている場合は、データ格納部14に格納されているデータを更新させる。なお、Webサーバ40において、当該データは、業務データ42として保持されている。
 また、リソース管理部13は、本実施の形態では、オフラインWebアプリケーションの削除が指示されると、まず、削除が指示されたオフラインWebアプリケーションのリソースをリソース格納部12から削除する。更に、リソース管理部13は、削除が指示されたオフラインWebアプリケーションによって作成又は使用されたデータを、データ格納部14から削除する。
[装置動作]
 次に、本発明の実施の形態1におけるアプリケーション管理装置10の動作について図2~図4を用いて説明する。また、本実施の形態では、アプリケーション管理装置10を動作させることによって、アプリケーション管理方法が実施される。よって、本実施の形態におけるアプリケーション管理方法の説明は、以下のアプリケーション管理装置10の動作説明に代える。
[オフラインWebアプリケーションの登録]
 最初に、アプリケーション管理装置10に、オフラインWebアプリケーションを登録する際の動作について説明する。図2は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション登録時の動作を示すフロー図である。
 図2に示すように、まず、通信端末30のユーザからの指示に従い、Webアプリケーション実行部11は、オフラインWebアプリケーションを提供するWebサーバ40のURLにアクセスする(ステップA1)。
 次に、Webアプリケーション実行部11は、Webブラウザ16を起動させ(ステップA2)、Webブラウザ16に、Webサーバ40が用意しているHTMLファイルにアクセスさせる。
 次に、Webアプリケーション実行部11は、Webブラウザ16によって、Webサーバ40からオフラインWebアプリケーションのリソースを取得させる(ステップA3)。また、Webアプリケーション実行部11は、取得されたリソースを、リソース格納部12に格納させ、このことをリソース管理部13に通知する。
 更に、Webアプリケーション実行部11は、リソースが取得されたオフラインWebアプリケーションで使用されるデータについては、データ格納部14に格納させる。なお、Webサーバ40が、オフラインWebアプリケーションについてマニフェストファイルを指定している場合は、ステップA3において、Webブラウザ16は、指定されたマニフェストファイルを取得し、このマニフェストファイルに従ってリソースを取得する。
 次に、リソース管理部13は、リソース格納部12に格納されたリソースを、管理対象として管理する(ステップA4)。具体的には、リソース管理部13は、管理ファイル(図示せず)に、取得されたリソースに関する情報、例えば、アプリケーション名、取得日時、使用期限、サイズ等を記録する。
 以上、ステップA1~A4の実行により、アプリケーション管理装置10によって、新たなオフラインWebアプリケーションが管理されることになる。
[オフラインWebアプリケーションの利用]
 次に、アプリケーション管理10でオフラインWebアプリケーションを利用する際の動作について説明する。図3は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション利用時の動作を示すフロー図である。
 図3に示すように、まず、Webアプリケーション実行部11は、通信端末30のユーザが、オフラインWebアプリケーションの実行を指示すると、Webブラウザ16を起動する(ステップB1)。
 次に、Webアプリケーション実行部11は、Webブラウザ16によって、リソース格納部12にアクセスさせ、指定されたオフラインWebアプリケーションのリソースの読み込みを実行させる(ステップB2)。
 次に、Webアプリケーション実行部11は、Webブラウザ16によって、オフラインWebアプリケーションを実行させる(ステップB3)。例えば、リソースの読み込みが行なわれたオフラインWebアプリケーションが、特定のサイトでのオンラインを可能にするアプリケーションプログラムであるとすると、ユーザは、このアプリケーションプロブラムによってショッピングを行なうことができる。
 次に、Webアプリケーション実行部11は、ユーザから終了が指示されていないかどうかを判定する(ステップB4)。ステップB4の判定の結果、終了が指示されている場合は、Webアプリケーション実行部11は、実行中のオフラインWebアプリケーションを終了させる。
 一方、ステップB4の判定の結果、終了が指示されていない場合は、Webアプリケーション実行部11は、Webサーバ40へのアクセスが必要であるかどうかを判定する(ステップB5)。
 具体的には、上述したように、オフラインWebアプリケーションが、特定のサイトでのオンラインショッピングを可能にするアプリケーションプログラムである場合は、特定のサイトでは購入可能な商品がアップデートされており、購入可能な商品のデータの更新が必要となる。従って、Webアプリケーション実行部11は、実行中のオフラインWebアプリケーションが、このような更新が必要なアプリケーションプログラムである場合は、アクセスが必要であると判定する。
 ステップB5の結果、アクセスが必要でない場合は、ウェブアプリケーション実行部11は、再度ステップB3を実行する。一方、ステップB5の結果、アクセスが必要である場合は、ステップB6が実行される。
 ステップB6では、データ同期部15は、Webサーバ40において、データ格納部14に格納されているデータに対応するデータが、Webサーバ40において更新されているかどうかを判定する。ステップB6の判定の結果、更新されていない場合は、データの同期が必要ないので、再度ステップB3が実行される。
 一方、ステップB6の判定の結果、更新されている場合は、データ同期部15は、Webサーバ40の業務データ42から、更新されているデータを取得し、これを用いて、データ格納部14に格納されているデータを更新する(ステップB7)。
 例えば、上述のオンラインショッピング用のアプリケーションプログラムの場合は、購入可能な商品のデータが、更新される。また、データ同期部15は、アプリケーション管理装置10側のデータが、Webサーバ40の業務データ42よりも新しい場合は、Webサーバ40に更新を指示することもできる。
 以上、ステップB1~B7の実行により、ユーザは、オフラインWebアプリケーションを利用することができる。また、ステップB1~B7は、ユーザが終了を指示するまで繰り返し実行される。
[オフラインWebアプリケーションの削除]
 次に、アプリケーション管理10からオフラインWebアプリケーションを削除する際の動作について説明する。図4は、図1に示すアプリケーション管理装置のオフラインWebアプリケーション削除時の動作を示すフロー図である。
 最初に、図4に示すように、リソース関連部13は、通信端末30のユーザから、特定のオフラインWebアプリケーションを削除する旨の指示を受付ける(ステップC1)。
 次に、リソース管理部13は、リソース格納部12にアクセスし、指示されたオフラインWebアプリケーションのリソースを特定し、これを削除する(ステップC2)。このとき、削除が指示されたオフラインWebアプリケーションについて、マニフェストファイルがある場合は、リソース管理部13は、マニフェストファイルに従って、リソースを削除する。
 次に、リソース管理部13は、データ格納部14にアクセスし、指示されたオフラインWebアプリケーションで作成又は使用されるデータを特定し、特定したデータを削除する(ステップC3)。このときも、マニフェストファイルがある場合は、リソース管理部13は、マニフェストファイルに従って、データを削除する。
 以上、ステップC1~C3の実行により、ユーザは、削除を希望するオフラインWebアプリケーションを確実に削除することができる。また、ユーザは、削除を希望する2以上のオフラインWebアプリケーションを指定することもでき、この場合は、2以上のオフラインWebアプリケーションが一度に削除される。
 以上のように本実施の形態では、オフラインWebアプリケーションは一元管理される。また、データの更新も、一元管理されるので、全てのオフラインWebアプリケーションを簡単に最新の状態にすることができる。更に、削除を希望するオフラインWebアプリケーションの確実な削除も可能となる。
[プログラム]
 本実施の形態におけるプログラムは、アプリケーションプログラムを実行可能な通信端末に、図2に示すステップA1~A4、図3に示すステップB1~B7、図4に示すステップC1~C3を実行させるプログラムであれば良い。この場合、通信端末は、内部にコンピュータを備えており、このプログラムを通信端末にインストールし、内部のコンピュータによって実行することによって、本実施の形態におけるアプリケーション管理装置10とアプリケーション管理方法とを実現することができる。そして、通信端末のCPU(Central Processing Unit)は、Webアプリケーション実行部11、データ同期部15、及びリソース管理部13として機能し、処理を行なう。また、本実施の形態では、通信端末に備えられた記憶装置が、リソース格納部12,データ格納部14として機能する。
[通信端末]
 ここで、本実施の形態におけるプログラムを実行することによって、アプリケーション管理装置を実現する通信端末について図5を用いて説明する。図5は、本発明の実施の形態におけるアプリケーション管理装置を実現する通信端末の一例を示すブロック図である。
 図5に示すように、通信端末30は、CPU31と、メモリ32と、ディスプレイ33と、記憶媒体34と、通信モジュール35と、タッチパネル36とを備える。これらの各部は、バス37を介して、互いにデータ通信可能に接続される。
 CPU31は、記憶装置34に格納された、本実施の形態におけるプログラム(コード)をメモリ32に展開し、これらを所定順序で実行することにより、各種の演算を実施する。メモリ32は、典型的には、DRAM(Dynamic Random Access Memory)等の揮発性のメモリである。
 また、本実施の形態におけるプログラムは、コンピュータ読み取り可能な記録媒体に格納された状態で提供されても良いし、通信モジュール35を介して接続されたインターネット上から送信されても良い。記録媒体の具体例としては、CF(Compact Flash(登録商標))及びSD(Secure Digital)等の汎用的な半導体記憶デバイスが挙げられる。
 また、記憶装置34の具体例としては、ハードディスク、フラッシュメモリ等の半導体記憶装置が挙げられる。タッチパネル36は、ユーザの入力を受け付ける入力機器である。ディスプレイ33は、液晶表示装置等の表示装置である。通信モジュール35は、無線LANによる通信、携帯電話網を利用した通信を実現するための機器である。
 以上、実施の形態を参照して本願発明を説明したが、本願発明は上記実施の形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。
 この出願は、2011年9月22日に出願された日本出願特願2011-207406を基礎とする優先権を主張し、その開示の全てをここに取り込む。
 また、本願発明における、アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体は、以下の特徴を有する。
(1)オフラインWebアプリケーションを管理するための装置であって、
 Webサーバから、前記オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いて前記オフラインWebアプリケーションを実行する、Webアプリケーション実行部と、
 前記Webアプリケーション実行部によって取得された前記リソースを格納する、リソース格納部と、
 前記リソース格納部に格納された前記リソースを管理する、リソース管理部と、
を備えている、ことを特徴とするアプリケーション管理装置。
(2)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、データ格納部と、
 前記Webサーバにおいて、前記データ格納部に格納されている前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記データ格納部に格納されている前記データを更新させる、データ同期部と、
を更に備えている、上記(1)に記載のアプリケーション管理装置。
(3)前記リソース管理部が、
前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを前記リソース格納部から削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを、前記データ格納部から削除する、
上記(1)に記載のアプリケーション管理装置。
(4)オフラインWebアプリケーションを管理するための方法であって、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を有する、ことを特徴とするアプリケーション管理方法。
(5)(e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
(f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
を更に有する、上記(4)に記載のアプリケーション管理方法。
(6)(g)前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを更に有する、
上記(4)に記載のアプリケーション管理方法。
(7)コンピュータによって、オフラインWebアプリケーションを管理するためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記コンピュータに、
(a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
(b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
(c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
(d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
を実行させる、命令を含むプログラムを記録しているコンピュータ読み取り可能な記録媒体。
(8)(e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
(f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
を前記コンピュータに実行させる命令を、前記プログラムが更に記録している、上記(7)に記載のコンピュータ読み取り可能な記録媒体。
(9)(g)前記オフラインWebアプリケーションの削除が指示された場合に、
削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを前記コンピュータに実行させる命令を、前記プログラムが更に記録している、上記(7)に記載のコンピュータ読み取り可能な記録媒体。
 以上のように、本発明によれば、HTML5のオフラインWebアプリケーションの利用時にキャッシュされた情報の漏洩を抑制することができる。本発明は、携帯電話、スマートフォン、タブレット型の情報機器等に有用である。
 10 アプリケーション管理装置
 11 アプリケーション実行部
 12 リソース格納部
 13 リソース管理部
 14 データ格納部
 15 データ同期部
 16 Webブラウザ
 20 OS
 30 通信端末
 31 CPU
 32 メモリ
 33 ディスプレイ
 34 記憶装置
 35 通信モジュール
 36 タッチパネル
 37 バス
 40 Webサーバ
 41 Webデータ
 42 業務データ
 

Claims (9)

  1.  オフラインWebアプリケーションを管理するための装置であって、
     Webサーバから、前記オフラインWebアプリケーションのリソースを取得し、取得したリソースを用いて前記オフラインWebアプリケーションを実行する、Webアプリケーション実行部と、
     前記Webアプリケーション実行部によって取得された前記リソースを格納する、リソース格納部と、
     前記リソース格納部に格納された前記リソースを管理する、リソース管理部と、
    を備えている、ことを特徴とするアプリケーション管理装置。
  2.  前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、データ格納部と、
     前記Webサーバにおいて、前記データ格納部に格納されている前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記データ格納部に格納されている前記データを更新させる、データ同期部と、
    を更に備えている、請求項1に記載のアプリケーション管理装置。
  3.  前記リソース管理部が、
    前記オフラインWebアプリケーションの削除が指示された場合に、
    削除が指示された前記オフラインWebアプリケーションのリソースを前記リソース格納部から削除し、
    削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを、前記データ格納部から削除する、
    請求項1または2に記載のアプリケーション管理装置。
  4.  オフラインWebアプリケーションを管理するための方法であって、
    (a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
    (b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
    (c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
    (d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
    を有する、ことを特徴とするアプリケーション管理方法。
  5. (e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
    (f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
    を更に有する、請求項4に記載のアプリケーション管理方法。
  6. (g)前記オフラインWebアプリケーションの削除が指示された場合に、
    削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
    削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを更に有する、
    請求項4または5に記載のアプリケーション管理方法。
  7.  コンピュータによって、オフラインWebアプリケーションを管理するためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
    前記コンピュータに、
    (a)Webサーバから、前記オフラインWebアプリケーションのリソースを取得する、ステップと、
    (b)前記(a)のステップで取得したリソースを用いて前記オフラインWebアプリケーションを実行する、ステップと、
    (c)前記(a)のステップで取得された前記リソースを格納する、ステップと、
    (d)前記(c)のステップで格納された前記リソースを管理する、ステップと、
    を実行させる、命令を含むプログラムを記録しているコンピュータ読み取り可能な記録媒体。
  8. (e)前記オフラインWebアプリケーションによって作成又は使用されたデータを格納する、ステップと、
    (f)前記Webサーバにおいて、前記(e)のステップで格納された前記データに対応するデータが、更新されているかどうかを判定し、判定の結果、更新されている場合に、前記(e)のステップで格納された前記データを更新させる、ステップと、
    を前記コンピュータに実行させる命令を、前記プログラムが更に記録している、請求項7に記載のコンピュータ読み取り可能な記録媒体。
  9. (g)前記オフラインWebアプリケーションの削除が指示された場合に、
    削除が指示された前記オフラインWebアプリケーションのリソースを削除し、
    削除が指示された前記オフラインWebアプリケーションによって作成又は使用されたデータを削除する、ステップを前記コンピュータに実行させる命令を、前記プログラムが更に記録している、請求項7または8に記載のコンピュータ読み取り可能な記録媒体。
     
PCT/JP2012/065688 2011-09-22 2012-06-20 アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体 WO2013042411A1 (ja)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2011207406 2011-09-22
JP2011-207406 2011-09-22

Publications (1)

Publication Number Publication Date
WO2013042411A1 true WO2013042411A1 (ja) 2013-03-28

Family

ID=47914192

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2012/065688 WO2013042411A1 (ja) 2011-09-22 2012-06-20 アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体

Country Status (2)

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

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014192063A1 (ja) * 2013-05-27 2014-12-04 富士通株式会社 アプリケーション実行プログラム,アプリケーション実行方法及びアプリケーションを実行する情報処理端末装置
JP2015230564A (ja) * 2014-06-04 2015-12-21 キヤノン株式会社 情報処理端末、キャッシュ制御方法及びウェブシステム
JP2021129279A (ja) * 2020-02-17 2021-09-02 キヤノン株式会社 管理装置、方法およびプログラム

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010032558A1 (ja) * 2008-09-19 2010-03-25 日本電気株式会社 プログラム入手・実行クライアント、プログラム入手・実行方法および記録媒体
JP2010257289A (ja) * 2009-04-27 2010-11-11 Nec Corp 通信装置、通信装置の制御方法、およびプログラム

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008015658A (ja) * 2006-07-04 2008-01-24 Toshiba Corp アプリケーション提供システム及びアプリケーション提供方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010032558A1 (ja) * 2008-09-19 2010-03-25 日本電気株式会社 プログラム入手・実行クライアント、プログラム入手・実行方法および記録媒体
JP2010257289A (ja) * 2009-04-27 2010-11-11 Nec Corp 通信装置、通信装置の制御方法、およびプログラム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"Saishin Browser ga Egaku Jisedai Web no Rinkaku", NIKKEI COMMUNICATIONS, no. 511, 1 June 2008 (2008-06-01), pages 42 - 43 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014192063A1 (ja) * 2013-05-27 2014-12-04 富士通株式会社 アプリケーション実行プログラム,アプリケーション実行方法及びアプリケーションを実行する情報処理端末装置
JP6079875B2 (ja) * 2013-05-27 2017-02-15 富士通株式会社 アプリケーション実行プログラム,アプリケーション実行方法及びアプリケーションを実行する情報処理端末装置
US10440111B2 (en) 2013-05-27 2019-10-08 Fujitsu Limited Application execution program, application execution method, and information processing terminal device that executes application
JP2015230564A (ja) * 2014-06-04 2015-12-21 キヤノン株式会社 情報処理端末、キャッシュ制御方法及びウェブシステム
JP2021129279A (ja) * 2020-02-17 2021-09-02 キヤノン株式会社 管理装置、方法およびプログラム
JP7490384B2 (ja) 2020-02-17 2024-05-27 キヤノン株式会社 管理装置、方法およびプログラム

Also Published As

Publication number Publication date
JPWO2013042411A1 (ja) 2015-03-26

Similar Documents

Publication Publication Date Title
US11902281B2 (en) On-demand security policy activation
US9317681B2 (en) Information processing apparatus, information processing method, and computer program product
US20140075301A1 (en) Information processing apparatus, control method, and recording medium
US11537760B2 (en) Web application execution with secure elements
US20220335007A1 (en) Method and system for using dynamic content types
US20160179624A1 (en) Expedited Device Backup, Wipe, and Enrollment
JP5112924B2 (ja) アプリケーション移動システム、アプリケーションの移動方法、プログラムおよび携帯端末
US11811851B2 (en) Method and system for enforcing governance across multiple content repositories using a content broker
WO2013042411A1 (ja) アプリケーション管理装置、アプリケーション管理方法、及びコンピュータ読み取り可能な記録媒体
US20140025636A1 (en) Systems and methods for providing metadata enhanced filenames
CN117390326A (zh) 页面管理方法、装置、设备以及存储介质
CN107229655B (zh) 页面静态文件的更新方法、装置及系统
CA2824868C (en) Variants of files in a file system
US20140331117A1 (en) Application-based dependency graph
US10084881B2 (en) Information processing terminal and browser storage management method
US8990265B1 (en) Context-aware durability of file variants
JP6131817B2 (ja) 通信端末、通信処理方法および通信処理プログラム
JP6327959B2 (ja) 情報処理端末、キャッシュ制御方法及びウェブシステム
US20160110310A1 (en) Cache management
US20180039652A1 (en) Symbolic link based placeholders
CN111522780A (zh) 一种记录文件创建者信息的方法及终端

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12834219

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2013534613

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12834219

Country of ref document: EP

Kind code of ref document: A1