JP2006259849A - Portable terminal device - Google Patents

Portable terminal device Download PDF

Info

Publication number
JP2006259849A
JP2006259849A JP2005073002A JP2005073002A JP2006259849A JP 2006259849 A JP2006259849 A JP 2006259849A JP 2005073002 A JP2005073002 A JP 2005073002A JP 2005073002 A JP2005073002 A JP 2005073002A JP 2006259849 A JP2006259849 A JP 2006259849A
Authority
JP
Japan
Prior art keywords
file
terminal device
java application
execution
program
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.)
Withdrawn
Application number
JP2005073002A
Other languages
Japanese (ja)
Inventor
Tokitaka Arisawa
隆孝 有沢
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2005073002A priority Critical patent/JP2006259849A/en
Priority to PCT/JP2006/304637 priority patent/WO2006098222A1/en
Publication of JP2006259849A publication Critical patent/JP2006259849A/en
Withdrawn 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Abstract

<P>PROBLEM TO BE SOLVED: To provide a portable terminal device capable of simultaneously managing a number of Java applications even if a storing capacity of an integrated storage device is small. <P>SOLUTION: This portable terminal device executing a Java application program composed of a Java application execution file, and a Java application management file, comprises a storage portion 24 for storing the Java application management file, a control portion 36 controlling the execution of the Java application program, and selecting at least one Java application management file among the Java application management files stored in the storage portion 24, and an external interface 40 for inputting the Java application execution file corresponding to the Java application management file selected by the control portion 36, to the control portion 36. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、Javaアプリケーションを組込み実行する携帯端末装置に関する。   The present invention relates to a portable terminal device that embeds and executes a Java application.

近年、オブジェクト指向型のプログラミング言語であるJava(商標登録番号第4108642号)を組込んだ電子機器の開発が広くなされており、このJavaの実行環境を組込んだ電子機器の中で現在最も普及しているものとして、携帯電話などの携帯端末装置を上げることができる。   In recent years, development of electronic devices incorporating Java (trademark registration number No. 4108642), which is an object-oriented programming language, has been widely performed, and currently the most popular among electronic devices incorporating the execution environment of Java. Mobile terminal devices such as mobile phones can be raised.

Javaを組込んだ携帯端末装置は、Javaアプリケーションを取得するために、Javaアプリケーションを記録したサーバからJavaアプリケーションをダウンロードすることが多い。携帯端末装置は、Javaアプリケーション(特許請求の範囲のアプリケーションプログラムに相当)をダウンロードする際、そのアプリケーションのメインプログラムが記述された、オブジェクト指向型プログラムファイルであるJavaアプリケーション実行ファイル(特許請求の範囲のオブジェクト指向型プログラムファイルに相当)、および、Javaアプリケーション実行ファイルの情報、例えばデータ容量、ダウンロード先のURL、バージョン情報、等が記述された、オブジェクト指向型プログラムを管理するJavaアプリケーション管理ファイル(特許請求の範囲のオブジェクト指向型プログラムを管理する管理ファイルに相当)をダウンロードする。Javaアプリケーション実行ファイルは、一般に、Javaアプリケーション管理ファイルに比べて、データ容量が大きい。以後、Javaアプリケーション実行ファイルであるJar(Java archive)ファイルをxxx.jarとして、Javaアプリケーション管理ファイルであるJad(Java application descriptor)ファイルをxxx.jadとして、記載する。   In order to acquire a Java application, a mobile terminal device that incorporates Java often downloads the Java application from a server that records the Java application. When the mobile terminal device downloads a Java application (corresponding to the application program in the claims), the Java application execution file (an object-oriented program file) in which the main program of the application is described (in the claims) A Java application management file for managing an object-oriented program (corresponding to an object-oriented program file) and a Java application execution file (for example, data capacity, download destination URL, version information, etc.) (Corresponding to a management file for managing object-oriented programs in the range). A Java application execution file generally has a larger data capacity than a Java application management file. Thereafter, a Jar (Java archive) file that is a Java application execution file is referred to as xxx. jar, a Java application descriptor (Jad) file that is a Java application management file is xxx. It is described as jad.

携帯端末装置は、この二種類のJavaアプリケーションファイルをダウンロードした後、Javaアプリケーション管理ファイルに記述を参照して、Javaアプリケーション実行ファイルをインストールする。インストール可能なアプリケーションの数は、携帯端末装置の記憶装置の容量範囲で決まる。   After downloading these two types of Java application files, the portable terminal device refers to the description in the Java application management file and installs the Java application execution file. The number of applications that can be installed is determined by the capacity range of the storage device of the mobile terminal device.

しかしながら、上記従来の携帯端末装置は、内蔵する記憶装置の記憶容量が少なく、また、Javaアプリケーション実行ファイルが大きなデータサイズであるため、同時に管理することができるJavaアプリケーションの数は限定されてしまう。このため、新しいJavaアプリケーションをインストールするために、既にインストール済みのJavaアプリケーションを逐次削除しなければならない場合があり、利用者に手間をかけさせていた。   However, since the conventional portable terminal device has a small storage capacity of the built-in storage device and the Java application execution file has a large data size, the number of Java applications that can be managed simultaneously is limited. For this reason, in order to install a new Java application, it may be necessary to sequentially delete Java applications that have already been installed.

本発明は、上記従来の事情に鑑みてなされたもので、内蔵する記憶装置の記憶容量が少なくても、多くのJavaアプリケーションを同時に管理することができる携帯端末装置を提供することを目的とする。   The present invention has been made in view of the above-described conventional circumstances, and an object of the present invention is to provide a portable terminal device that can simultaneously manage many Java applications even if the storage capacity of the built-in storage device is small. .

本発明の携帯端末装置は、オブジェクト指向型プログラムファイルと、前記オブジェクト指向型プログラムを管理する管理ファイルと、により構成されるアプリケーションプログラムを実行する携帯端末装置であって、前記アプリケーションプログラムの実行を制御するプログラム制御手段と、前記管理ファイルを記憶する管理ファイル記憶手段と、前記管理ファイル記憶手段に記憶した管理ファイルのうちの、少なくとも1つの管理ファイルを選択する管理ファイル選択手段と、前記管理ファイル選択手段により選択した管理ファイルに対応するオブジェクト指向型プログラムファイルを、前記プログラム制御手段に入力する実行ファイル入力手段と、を備え、前記プログラム制御手段が、前記管理ファイル記憶手段から読み出した、前記管理ファイル選択手段により選択した管理ファイルと、前記実行ファイル入力手段から入力したオブジェクト指向型プログラムファイルと、により構成されるアプリケーションプログラムの実行を制御するものである。   A portable terminal device of the present invention is a portable terminal device that executes an application program including an object-oriented program file and a management file that manages the object-oriented program, and controls execution of the application program Program control means, management file storage means for storing the management file, management file selection means for selecting at least one management file among management files stored in the management file storage means, and management file selection Execution file input means for inputting an object-oriented program file corresponding to the management file selected by the means to the program control means, the program control means read from the management file storage means, A management file selected by management file selection means, the execution file input unit object-oriented program is input from a file, by and controls the execution of the application program constituted.

また、本発明の携帯端末装置は、前記実行ファイル入力手段が、外部記憶装置から読み出したオブジェクト指向型プログラムファイルを、前記プログラム制御手段に入力するものを含む。   In the portable terminal device of the present invention, the execution file input unit inputs an object-oriented program file read from an external storage device to the program control unit.

この構成により、Javaアプリケーション管理ファイルだけを保持し、限られた携帯端末装置の記憶領域でより多くのJavaアプリケーションを管理することができる。   With this configuration, only the Java application management file is retained, and more Java applications can be managed in a limited storage area of the mobile terminal device.

また、本発明の携帯端末装置は、前記実行ファイル入力手段により読み出したオブジェクト指向型プログラムファイルを記憶する実行ファイル記憶手段を備え、前記プログラム制御手段が、前記管理ファイル記憶手段から読み出した管理ファイルと、前記実行ファイル記憶手段から読み出したオブジェクト指向型プログラムファイルと、により構成されるアプリケーションプログラムの実行を制御するものを含む。   The portable terminal device of the present invention further includes an execution file storage unit that stores the object-oriented program file read by the execution file input unit, and the program control unit includes a management file read from the management file storage unit, And an object-oriented program file read from the execution file storage means for controlling execution of an application program.

この構成によれば、Javaアプリケーション実行ファイルが携帯端末装置内の実行ファイル記憶手段に保存されているので、外部記憶装置からJavaアプリケーション実行ファイルをダウンロードすることなしに、Javaアプリケーションを即時起動することができる。   According to this configuration, since the Java application execution file is stored in the execution file storage means in the portable terminal device, the Java application can be started immediately without downloading the Java application execution file from the external storage device. it can.

また、本発明の携帯端末装置は、前記プログラム制御手段が、前記実行ファイル記憶手段に記憶したオブジェクト指向型プログラムファイルを、予め設定された条件に従って、削除するものを含む。   The portable terminal device according to the present invention includes one in which the program control unit deletes the object-oriented program file stored in the execution file storage unit in accordance with a preset condition.

この構成によれば、携帯端末装置内に記憶したJavaアプリケーション実行ファイルを効率的に削除することができるため、実行ファイル記憶手段の記憶領域を効果的に利用することができる。   According to this configuration, since the Java application execution file stored in the mobile terminal device can be efficiently deleted, the storage area of the execution file storage unit can be effectively used.

本発明の携帯端末装置によれば、当該装置に内蔵された記憶装置の記憶容量が少なくても、多くのJavaアプリケーションを同時に管理することができる。   According to the portable terminal device of the present invention, many Java applications can be managed simultaneously even if the storage capacity of the storage device built in the device is small.

次に、本発明の実施の形態の一例として、通信システムについて説明する。図1に、本発明の実施形態の通信システムの一例を示す。本通信システムは、携帯端末装置10、携帯端末装置10と無線による通信を行う基地局18、基地局や中継局などからアクセスを受け付けるWebサーバ22、を含んで構成される。   Next, a communication system will be described as an example of an embodiment of the present invention. FIG. 1 shows an example of a communication system according to an embodiment of the present invention. The communication system includes a mobile terminal device 10, a base station 18 that performs wireless communication with the mobile terminal device 10, and a Web server 22 that receives access from a base station or a relay station.

携帯端末装置10は、当該携帯端末装置10が備えるアンテナを介して、基地局18と無線通信によるデータの送受信を行う。携帯端末装置10は、メモリ、HDDなどの記憶装置12を備えており、この記憶装置12により、基地局18との無線通信により送受信するデータを含む、各種データを記憶している。   The mobile terminal device 10 transmits and receives data to and from the base station 18 through wireless communication via an antenna provided in the mobile terminal device 10. The mobile terminal device 10 includes a storage device 12 such as a memory and an HDD, and stores various data including data transmitted and received by wireless communication with the base station 18.

基地局18は、例えば、当該基地局18が備えるアンテナを介して、携帯端末装置10と無線通信によるデータの送受信を行う。また、HTTP(Hyper Text Transport Protocol)を実装し、「http://www.xxx.co.jp」などのドメイン名を有するWeb(World Wide Web)ブラウザによるアクセスを受け付けるWebサーバ22と接続されている。   For example, the base station 18 transmits and receives data to and from the mobile terminal device 10 through wireless communication via an antenna provided in the base station 18. In addition, it is connected to a Web server 22 that implements HTTP (Hyper Text Transport Protocol) and accepts access by a Web (World Wide Web) browser having a domain name such as “http://www.xxx.co.jp”. Yes.

Webサーバ22は、A.jar、B.jar、C.jar、D.jarのJarファイル201(A、B、C、Dはファイル名に相当)、および、A.jad、B.jad、C.jad、D.jadのJadファイル202(A、B、C、Dはファイル名に相当)を格納する記憶装置20を備える。A.jarとA.jadは、対になっており、ファイル名B、C、Dにおいても同様に対になっている。   The Web server 22 is configured as follows. jar, B.M. jar, C.I. jar, D.C. jar's Jar file 201 (A, B, C, D correspond to file names), and A. jad, B.M. jad, C.I. jad, D.J. A storage device 20 for storing a Jad Jad file 202 (A, B, C, D corresponds to a file name) is provided. A. jar and A.J. Jad is paired, and the file names B, C, and D are also paired in the same manner.

この通信システムにおける、携帯端末装置10の各種Javaアプリケーションのインストール時の処理の概略を説明する。携帯端末装置10は予め、各種Javaアプリケーションのインストールするに際し、基地局18を介して、先ずJadファイルだけをWebサーバ22からダウンロードし、記憶装置12の記憶領域に、A.jad、B.jad、C.jad、D.jadのJadファイル122を記憶する。   An outline of processing at the time of installing various Java applications of the mobile terminal device 10 in this communication system will be described. When installing various Java applications, the mobile terminal device 10 first downloads only the Jad file from the Web server 22 via the base station 18 and stores the A.D. jad, B.M. jad, C.I. jad, D.J. Jad Jad file 122 is stored.

携帯端末装置10は、ダウンロード済みのJadファイル122、A.jad、B.jad、C.jad、D.jadに対応するJavaアプリケーション一覧をディスプレイ14に表示して、当該携帯端末装置利用者にJavaアプリケーション一覧の中からいずれかを選択するよう促す。   The mobile terminal device 10 includes the downloaded Jad file 122, A.I. jad, B.M. jad, C.I. jad, D.J. A Java application list corresponding to jad is displayed on the display 14, and the mobile terminal device user is prompted to select one from the Java application list.

その後、携帯端末装置10は、このJavaアプリケーション一覧の中から選択されたJavaアプリケーションを実行する際、選択されたJavaアプリケーションに対応するJadファイルから、当該Jadファイルと対になるJarファイルが格納されているWebサーバ22の情報(例えば、URL情報)を読み出し、そのWebサーバ22からJarファイルをダウンロードする。図1では、Javaアプリケーション一覧の中からアプリAが選択され、そのアプリAを実行するためのJarファイル121、A.Jarがダウンロードされた場合の概略図を示している。   Thereafter, when the mobile terminal device 10 executes a Java application selected from the Java application list, a Jar file paired with the Jad file is stored from the Jad file corresponding to the selected Java application. The information (for example, URL information) of the Web server 22 is read, and the Jar file is downloaded from the Web server 22. In FIG. 1, the application A is selected from the Java application list, and a Jar file 121 for executing the application A, A. A schematic diagram when Jar is downloaded is shown.

このように、携帯端末装置10の記憶装置12で保持すべきファイルは、実行中のJavaアプリケーション実行ファイルと、各種JavaアプリケーションのJavaアプリケーション管理ファイル、だけであるため、限られた記憶装置12の記憶領域で多くのJavaアプリケーションを管理することができる。   As described above, since the files to be held in the storage device 12 of the mobile terminal device 10 are only the Java application execution file being executed and the Java application management file of various Java applications, the storage of the limited storage device 12 is limited. Many Java applications can be managed in the area.

(第1実施形態)
以下、本発明の第1実施形態の携帯端末装置について、詳細に説明する。図2は、本発明の第1実施形態の携帯端末装置の構成を示すブロック図である。
(First embodiment)
Hereinafter, the portable terminal device according to the first embodiment of the present invention will be described in detail. FIG. 2 is a block diagram showing the configuration of the mobile terminal device according to the first embodiment of the present invention.

第1実施形態の携帯端末装置10は、記憶部24、プログラム実行部32、表示部34、制御部36、操作部38、外部インタフェース40を含んで構成される。記憶部24は、少なくとも1つのJadファイル26、28、30を記憶し、メモリ、HDDなどの記憶装置が利用可能である(特許請求の範囲の管理ファイル記憶手段および実行ファイル記憶手段に相当)。プログラム実行部32は、制御部36から出力されたプログラムを実行する。表示部34は、プログラム実行部32または制御部36からの出力信号に従い、各種情報を表示する。操作部38は、例えば操作キーなどにより構成され、携帯端末装置利用者からの操作入力を受け付ける。外部インタフェース40は、携帯端末装置10外部の外部記憶装置からのデータ(例えば通信回線により受信するデータ、記憶媒体から読み出すデータなどが含まれる)を制御部36に出力する(特許請求の範囲の実行ファイル入力手段に相当)。制御部36は、上記の各部からの入力信号に応じた制御信号を出力し、各部の処理の制御を行う(特許請求の範囲のプログラム制御手段および管理ファイル選択手段に相当)。   The mobile terminal device 10 according to the first embodiment includes a storage unit 24, a program execution unit 32, a display unit 34, a control unit 36, an operation unit 38, and an external interface 40. The storage unit 24 stores at least one Jad file 26, 28, 30, and a storage device such as a memory or an HDD can be used (corresponding to a management file storage unit and an execution file storage unit in claims). The program execution unit 32 executes the program output from the control unit 36. The display unit 34 displays various types of information in accordance with output signals from the program execution unit 32 or the control unit 36. The operation unit 38 is configured by, for example, operation keys and receives an operation input from a user of the mobile terminal device. The external interface 40 outputs data from an external storage device outside the mobile terminal device 10 (including data received via a communication line, data read from a storage medium, etc.) to the control unit 36 (execution of claims) Equivalent to file input means). The control unit 36 outputs a control signal corresponding to the input signal from each unit described above, and controls the processing of each unit (corresponding to the program control unit and the management file selection unit in the claims).

制御部36の主な制御としては、外部インタフェース40を介して入力したJadファイルを、記憶部24に出力して記憶部24に書き込みするよう制御することや、あるいは、記憶部24に記憶したJadファイルを読み出して、その読み出したJadファイルについての情報を表示部34に表示するよう制御することや、あるいは、外部インタフェース40を介して入力したJarファイルと、記憶部24から読み出したJadファイルと、をプログラム実行部32に出力して、プログラム実行部32にJavaアプリケーションを実行させるよう制御すること、などが挙げられる。   The main control of the control unit 36 is to control the Jad file input via the external interface 40 to be output to the storage unit 24 and written to the storage unit 24, or the Jad stored in the storage unit 24. Control to read the file and display information about the read Jad file on the display unit 34, or a Jar file input via the external interface 40, a Jad file read from the storage unit 24, Is output to the program execution unit 32, and the program execution unit 32 is controlled to execute the Java application.

以下、第1実施形態の携帯端末装置による、Javaアプリケーション管理ファイルのダウンロード時の処理の流れを説明する。図3は、本発明の第1実施形態の携帯端末装置による、Javaアプリケーション管理ファイルのダウンロード時のフローチャートである。外部インタフェース40は各種ネットワークと携帯端末装置とを接続する通信機能を有しており、以下、この通信機能によりWebサーバ22からJavaアプリケーションをダウンロードする場合について説明する。   Hereinafter, the flow of processing when downloading the Java application management file by the mobile terminal device of the first embodiment will be described. FIG. 3 is a flowchart when the Java application management file is downloaded by the mobile terminal device according to the first embodiment of the present invention. The external interface 40 has a communication function for connecting various networks to the mobile terminal device. Hereinafter, a case where a Java application is downloaded from the Web server 22 using this communication function will be described.

制御部36は、インターネット用のブラウザを起動して表示部34に表示させ、ブラウザの情報から特定のURLにあるJavaアプリケーションをダウンロードする指示を操作部38により受け付けると(S1)、その特定のURLを検出して、そのURLにあるJadファイルをダウンロードするよう外部インタフェース40を制御する(S2)。外部インタフェース40は、URL情報のアドレス先のWebサーバ22の記憶装置20から、Jadファイルをダウンロードする(S3)。次いで、制御部36は、ダウンロードが完了すると(S4、YES)、ダウンロードしたJadファイルを記憶部26に保存する(S5)。制御部36は、さらに、上記のURL情報を、ダウンロードしたJadファイルに対応させて記憶部24に記憶させる(S6)。   When the control unit 36 activates a browser for the Internet and displays it on the display unit 34 and receives an instruction to download a Java application at a specific URL from the browser information (S1), the specific URL And the external interface 40 is controlled to download the Jad file at the URL (S2). The external interface 40 downloads the Jad file from the storage device 20 of the Web server 22 to which the URL information is addressed (S3). Next, when the download is completed (S4, YES), the control unit 36 stores the downloaded Jad file in the storage unit 26 (S5). The control unit 36 further stores the URL information in the storage unit 24 in association with the downloaded Jad file (S6).

上記のJavaアプリケーション管理ファイルのダウンロードの処理を繰り返すことにより、複数のJavaアプリケーション管理ファイル、および、Javaアプリケーション管理ファイルに対応するURL情報が記憶部24に記憶されることになる。   By repeating the download processing of the Java application management file, a plurality of Java application management files and URL information corresponding to the Java application management files are stored in the storage unit 24.

図4は、Jadファイルの一例を示す。同図は、小型端末向けのJava仕様であるMIDP(Mobile Information Device Profile)によって定義された形式でJavaアプリケーションの形式の一つであるMIDletを使ってJavaアプリケーションの内容、振る舞い、等を記述したJadファイルの書式を示す。ここでは、Jar ファイルのサイズ(MIDlet−Jar−Size)が1470バイト、タイトルがTestApp、起動クラス名がTestApp、Jarファイル名(MIDlet−Jar−URL)がTestApp.jar、構成名(MicroEdition−Configuration)がCLDC−1.0、バージョン番号(MIDlet−Version)が1.0版、導入URL通知(MIDlet−Install−notify)がhttp://test、アプリケーション名(MIDlet−Name)がTestApp、記述名(MIDlet−Description)がTestApp、ベンダー名(MIDlet−Vendor)がPanasonic、プロウファイル名(MicroEdition−Profileが)MIDP−1.0、となっている。   FIG. 4 shows an example of a Jad file. This figure is a Jad that describes the contents, behavior, etc. of a Java application using MIDlet, which is one of the Java application formats, in a format defined by MIDP (Mobile Information Device Profile), which is a Java specification for small terminals. Indicates the format of the file. Here, the size of the Jar file (MIDlet-Jar-Size) is 1470 bytes, the title is TestApp, the startup class name is TestApp, and the Jar file name (MIDlet-Jar-URL) is TestApp. jar, the configuration name (MicroEdit-Configuration) is CLDC-1.0, the version number (MIDlet-Version) is 1.0 version, the introduction URL notification (MIDlet-Install-notify) is http: // test, and the application name (MIDlet) -Name) is TestApp, the description name (MIDlet-Description) is TestApp, the vendor name (MIDlet-Vendor) is Panasonic, and the profile file name (MicroEdit-Profile is) MIDP-1.0.

次に、第1実施形態の携帯端末装置による、Javaアプリケーションの実行時の処理の流れを説明する。図5は、本発明の第1実施形態の携帯端末装置による、Javaアプリケーション実行時のフローチャートである。   Next, the flow of processing when the Java application is executed by the mobile terminal device according to the first embodiment will be described. FIG. 5 is a flowchart when the Java application is executed by the mobile terminal device according to the first embodiment of the present invention.

制御部36は、Javaアプリケーションを実行するよう指示する操作を操作部38により受け付けると、まず、記憶部24に記憶した複数のJadファイルの各々から、例えばアプリケーション名(図4のMIDlet−Name)を読み出して、そのアプリケーション名一覧を表示部34に表示する(S10)。制御部36は、表示部34に表示した一覧のうちのいずれかのJavaアプリケーションを選択する選択操作を、操作部38により受け付けたことを検知すると(S11)、選択されたJavaアプリケーションに対応するJadファイルから、当該Jadファイルと対になるJarファイルのファイル名(図4のMIDlet−Jar−URL)を読み出し、また、図3のステップS6の処理において記憶しておいた、当該Jadファイルに対応するURL情報を読み出し、そのURLにあるJarファイルをダウンロードするよう外部インタフェース40を制御する(S12)。   When the control unit 36 receives an operation for instructing to execute the Java application by the operation unit 38, first, for example, an application name (MIDlet-Name in FIG. 4) is obtained from each of the plurality of Jad files stored in the storage unit 24. The application name list is read and displayed on the display unit 34 (S10). When the control unit 36 detects that the selection operation for selecting any Java application in the list displayed on the display unit 34 has been received by the operation unit 38 (S11), the control unit 36 corresponds to the selected Java application. The file name of the Jar file paired with the Jad file (MIDlet-Jar-URL in FIG. 4) is read from the file, and corresponds to the Jad file stored in step S6 in FIG. The external interface 40 is controlled to read the URL information and download the Jar file at the URL (S12).

外部インタフェース40は、URL情報のアドレス先のWebサーバ22の記憶装置20から、Jarファイルをダウンロードする(S13)。次いで、制御部36は、ダウンロードが完了すると(S14、YES)、外部インタフェース40によりダウンロードしたJarファイルと、記憶部24から読み出したJadファイルと、をプログラム実行部32に出力して、プログラム実行部32にJavaアプリケーションを実行させるよう制御する(S15)。   The external interface 40 downloads the Jar file from the storage device 20 of the Web server 22 to which the URL information is addressed (S13). Next, when the download is completed (S14, YES), the control unit 36 outputs the Jar file downloaded by the external interface 40 and the Jad file read from the storage unit 24 to the program execution unit 32, and the program execution unit 32 is controlled to execute the Java application (S15).

以上、本発明の第1実施形態の携帯端末装置によれば、携帯端末装置10の記憶装置12で保持すべきファイルは、実行中のJavaアプリケーション実行ファイルと、各種JavaアプリケーションのJavaアプリケーション管理ファイル、だけであるため、実行していないJavaアプリケーション実行ファイルを記憶しておく必要がない分、限られた記憶装置12の記憶領域で多くのJavaアプリケーション管理ファイルを記憶して、多くのJavaアプリケーションを管理することができる。このため、従来のように、新しいJavaアプリケーションをインストールするために、既にインストール済みのJavaアプリケーションを逐次削除しなければならないという課題を解決することができる。   As described above, according to the mobile terminal device of the first embodiment of the present invention, the files to be held in the storage device 12 of the mobile terminal device 10 are the Java application execution file being executed, the Java application management file of various Java applications, Since there is no need to store Java application execution files that are not executed, many Java application management files are stored in the storage area of the limited storage device 12, and many Java applications are managed. can do. For this reason, as in the past, in order to install a new Java application, it is possible to solve the problem that the already installed Java application must be sequentially deleted.

なお、第1実施形態の携帯端末装置を説明する際、外部インタフェース40が有する通信機能により、Webサーバ22からJavaアプリケーションをダウンロードする場合について説明したが、外部インタフェース40は、この機能に限るものではなく、制御部36にJavaアプリケーション管理ファイルおよびJavaアプリケーション実行ファイルを入力することが可能な機能であれば、本発明を実現することができる。外部インタフェース40の他の例としては、SDカード、メモリなどの取り外し可能な記憶媒体や、近距離無線、赤外線通信、無線LANなどの通信機能などが挙げられる。   In the description of the mobile terminal device of the first embodiment, the case where a Java application is downloaded from the Web server 22 by the communication function of the external interface 40 has been described. However, the external interface 40 is not limited to this function. However, the present invention can be realized by any function that can input the Java application management file and the Java application execution file to the control unit 36. Other examples of the external interface 40 include removable storage media such as an SD card and memory, and communication functions such as short-range wireless, infrared communication, and wireless LAN.

(第2実施形態)
以下、本発明の第2実施形態の携帯端末装置について、詳細に説明する。図6は、本発明の第2実施形態の携帯端末装置の構成を示すブロック図である。
(Second Embodiment)
Hereinafter, the mobile terminal device according to the second embodiment of the present invention will be described in detail. FIG. 6 is a block diagram showing the configuration of the mobile terminal device according to the second embodiment of the present invention.

第1実施形態と第2実施形態の違いは、第2実施形態の携帯端末装置の記憶部24には複数個のJarファイル42を一時的に保持する記憶領域があることである。以下、第2実施形態の携帯端末装置による、Javaアプリケーションの実行時の処理の流れを説明する。図7に、本発明の第2実施形態の携帯端末装置による、Javaアプリケーション実行時のフローチャートを示す。なお、第2実施形態の携帯端末装置による、Javaアプリケーション管理ファイルのダウンロード時の処理の流れは、第1実施形態と同様であるため、説明を省略する。また、記憶部24および制御部36以外の各部の処理についても、第1実施形態と同様であるため、説明を省略する。   The difference between the first embodiment and the second embodiment is that the storage unit 24 of the mobile terminal device of the second embodiment has a storage area that temporarily holds a plurality of Jar files 42. Hereinafter, the flow of processing when the Java application is executed by the mobile terminal device of the second embodiment will be described. FIG. 7 shows a flowchart when a Java application is executed by the mobile terminal device according to the second embodiment of the present invention. Note that the flow of processing when downloading the Java application management file by the mobile terminal device of the second embodiment is the same as that of the first embodiment, and thus the description thereof is omitted. Further, the processing of each unit other than the storage unit 24 and the control unit 36 is the same as that of the first embodiment, and thus description thereof is omitted.

制御部36は、ステップS11の処理において、表示部34に表示した一覧のうちのいずれかのJavaアプリケーションを選択する選択操作を、操作部38により受け付けたことを検知すると、その選択されたJavaアプリケーションに対応するJadファイルが記憶部24に保存されていないかを検出する(S111)。制御部36は、記憶部24に保存されていれば(S111、NO)、記憶部24からJadファイルとJarファイルを読み出し、その読み出したファイルをプログラム実行部32に出力して、プログラム実行部32にJavaアプリケーションを実行させるよう制御する(S15)。   When the control unit 36 detects that the selection operation for selecting any Java application in the list displayed on the display unit 34 is received by the operation unit 38 in the process of step S11, the control unit 36 selects the selected Java application. It is detected whether the Jad file corresponding to is stored in the storage unit 24 (S111). If stored in the storage unit 24 (S111, NO), the control unit 36 reads the Jad file and the Jar file from the storage unit 24, outputs the read files to the program execution unit 32, and the program execution unit 32 To execute the Java application (S15).

制御部36は、ステップS11の処理において選択されたJavaアプリケーション管理ファイルと対になるJadファイルが記憶部24に保存されていない場合は(S111、YES)、第1実施形態で述べたステップS12の処理からステップS14の処理を行うよう制御する。制御部36は、Jarファイルのダウンロードを終了すると(S14、YES)、ダウンロードしたJarファイルを記憶部24に記憶するか否かを促す画面を表示部34に表示し、利用者に選択を促す。その後、制御部36は、Jarファイルを記憶するよう指示する操作を操作部38により受け付けたことを検知すると(S112、YES)、ダウンロードしたJarファイルを記憶部24に記憶し(S113)、ステップS15の処理に移行する。   When the Jad file that is paired with the Java application management file selected in step S11 is not stored in the storage unit 24 (S111, YES), the control unit 36 performs step S12 described in the first embodiment. Control is performed from the process to the process of step S14. When the download of the Jar file is completed (S14, YES), the control unit 36 displays a screen prompting whether or not to store the downloaded Jar file in the storage unit 24 on the display unit 34, and prompts the user to select. Thereafter, when the control unit 36 detects that the operation unit 38 has received an operation for instructing to store the Jar file (S112, YES), the control unit 36 stores the downloaded Jar file in the storage unit 24 (S113), and step S15. Move on to processing.

以上、本発明の第2実施形態の携帯端末装置によれば、Jarファイルを保存する記憶領域を記憶部24に設けることによって、所定数のJavaアプリケーション実行ファイル、たとえば最近使用したJarファイルなど、は、記憶部24に保存されているので、Webサーバ22からダウンロードすることなしに、Javaアプリケーションを即時起動することができる。   As described above, according to the mobile terminal device of the second embodiment of the present invention, by providing the storage unit 24 with a storage area for storing Jar files, a predetermined number of Java application execution files, such as recently used Jar files, Since it is stored in the storage unit 24, the Java application can be started immediately without being downloaded from the Web server 22.

(第3実施形態)
以下、本発明の第3実施形態の携帯端末装置について、詳細に説明する。図7は、本発明の第3実施形態の携帯端末装置の構成を示すブロック図である。
(Third embodiment)
Hereinafter, the portable terminal device of 3rd Embodiment of this invention is demonstrated in detail. FIG. 7 is a block diagram showing the configuration of the mobile terminal device according to the third embodiment of the present invention.

第2実施形態と第3実施形態の違いは、第3実施形態の制御部36が、第2実施形態の制御機能に加えて、記憶部24に記憶したJarファイルを所定の条件に応じて削除する機能を有することである。なお、第3実施形態の携帯端末装置による、Javaアプリケーション管理ファイルのダウンロード時の処理の流れ、および、Javaアプリケーションの実行時の処理の流れは、第2実施形態と同様であるため、説明を省略する。また、記憶部24および制御部36以外の構成の処理も第1実施形態と同様であるため、説明を省略する。   The difference between the second embodiment and the third embodiment is that the control unit 36 of the third embodiment deletes the Jar file stored in the storage unit 24 according to a predetermined condition in addition to the control function of the second embodiment. It has the function to do. Note that the flow of processing when downloading a Java application management file and the flow of processing when executing a Java application by the mobile terminal device of the third embodiment are the same as those of the second embodiment, and thus description thereof is omitted. To do. In addition, since the processing of the configuration other than the storage unit 24 and the control unit 36 is the same as that of the first embodiment, description thereof is omitted.

制御部36は、例えば、Jadファイルを参照してJavaアプリケーションの使用可能期限を読み出し、その使用可能期限を越えたJarファイルを記憶部24から削除したり、また、Jarファイルのダウンロードから一定期間経過した場合にそのJarファイルを記憶部24から削除したり、さらに、予め設定された削除可、不可の条件に応じて、ダウンロードしたJarファイルを記憶部24から削除する。   For example, the control unit 36 refers to the Jad file, reads the Java application usable time limit, deletes the Jar file that has exceeded the usable time limit from the storage unit 24, or has passed a certain period of time since the download of the Jar file. In such a case, the Jar file is deleted from the storage unit 24, and further, the downloaded Jar file is deleted from the storage unit 24 according to preset conditions that allow deletion or not.

以上、本発明の第3実施形態の携帯端末装置によれば、記憶部24に記憶したJarファイルを効率的に削除することができるため、記憶部24の記憶領域を効果的に利用することができる。また、携帯端末装置利用者により設定された条件に応じて記憶部24に記憶したJarファイルを削除可、不可とすることにより、記憶部24の記憶領域を効果的に利用しつつ、利用者の削除不可と設定したJavaアプリケーションを即座に起動することができる。   As mentioned above, according to the portable terminal device of 3rd Embodiment of this invention, since the Jar file memorize | stored in the memory | storage part 24 can be deleted efficiently, the memory area of the memory | storage part 24 can be used effectively. it can. Further, by making the Jar file stored in the storage unit 24 erasable or impossible according to the conditions set by the user of the mobile terminal device, the storage area of the storage unit 24 can be effectively used while the user's It is possible to immediately start a Java application that is set to be undeleteable.

なお、本発明が上記実施形態に限定されず、本発明の技術思想の範囲内において、実施形態は適宜変更され得ることはあきらかである。   Note that the present invention is not limited to the above-described embodiment, and it is obvious that the embodiment can be appropriately changed within the scope of the technical idea of the present invention.

本発明の携帯端末装置によれば、当該装置に内蔵された記憶装置の記憶容量が少なくても、多くのJavaアプリケーションを同時に管理することができるという効果を奏し、Javaアプリケーションを組込み実行する携帯端末装置において有用である。   According to the portable terminal device of the present invention, even if the storage capacity of the storage device built in the device is small, it is possible to manage many Java applications at the same time, and a portable terminal that embeds and executes Java applications. Useful in the device.

本発明の実施形態の通信システムの一例An example of a communication system according to an embodiment of the present invention 本発明の第1実施形態の携帯端末装置の構成を示すブロック図The block diagram which shows the structure of the portable terminal device of 1st Embodiment of this invention. 本発明の第1実施形態の携帯端末装置による、Javaアプリケーション管理ファイルのダウンロード時のフローチャートThe flowchart at the time of the download of the Java application management file by the portable terminal device of 1st Embodiment of this invention Jadファイルの一例An example of a Jad file 本発明の第1実施形態の携帯端末装置による、Javaアプリケーション実行時のフローチャートThe flowchart at the time of Java application execution by the portable terminal device of 1st Embodiment of this invention 本発明の第2実施形態の携帯端末装置の構成を示すブロック図The block diagram which shows the structure of the portable terminal device of 2nd Embodiment of this invention. 本発明の第2実施形態の携帯端末装置による、Javaアプリケーション実行時のフローチャートThe flowchart at the time of Java application execution by the portable terminal device of 2nd Embodiment of this invention

符号の説明Explanation of symbols

10 携帯電話
12 記憶装置
121 Javaアプリケーション実行ファイル
122 Javaアプリケーション管理ファイル
14 ディスプレイ
18 基地局
20 記憶装置
201 Javaアプリケーション実行ファイル
202 Javaアプリケーション管理ファイル
22 Webサーバ
24 記憶部
26、28、30 Javaアプリケーション管理ファイル
32 プログラム実行部
34 表示部
38 操作部
40 外部I/F
42 Javaアプリケーション実行ファイル
DESCRIPTION OF SYMBOLS 10 Mobile phone 12 Storage device 121 Java application execution file 122 Java application management file 14 Display 18 Base station 20 Storage device 201 Java application execution file 202 Java application management file 22 Web server 24 Storage unit 26, 28, 30 Java application management file 32 Program execution unit 34 Display unit 38 Operation unit 40 External I / F
42 Java application executable file

Claims (4)

オブジェクト指向型プログラムファイルと、前記オブジェクト指向型プログラムを管理する管理ファイルと、により構成されるアプリケーションプログラムを実行する携帯端末装置であって、
前記アプリケーションプログラムの実行を制御するプログラム制御手段と、
前記管理ファイルを記憶する管理ファイル記憶手段と、
前記管理ファイル記憶手段に記憶した管理ファイルのうちの、少なくとも1つの管理ファイルを選択する管理ファイル選択手段と、
前記管理ファイル選択手段により選択した管理ファイルに対応するオブジェクト指向型プログラムファイルを、前記プログラム制御手段に入力する実行ファイル入力手段と、を備え、
前記プログラム制御手段は、前記管理ファイル記憶手段から読み出した、前記管理ファイル選択手段により選択した管理ファイルと、前記実行ファイル入力手段から入力したオブジェクト指向型プログラムファイルと、により構成されるアプリケーションプログラムの実行を制御する携帯端末装置。
A portable terminal device that executes an application program composed of an object-oriented program file and a management file that manages the object-oriented program,
Program control means for controlling execution of the application program;
Management file storage means for storing the management file;
Management file selection means for selecting at least one of the management files stored in the management file storage means;
An execution file input means for inputting an object-oriented program file corresponding to the management file selected by the management file selection means to the program control means,
The program control means executes an application program that is read out from the management file storage means and is composed of a management file selected by the management file selection means and an object-oriented program file input from the execution file input means A mobile terminal device for controlling.
請求項1記載の携帯端末装置であって、
前記実行ファイル入力手段は、外部記憶装置から読み出したオブジェクト指向型プログラムファイルを、前記プログラム制御手段に入力する携帯端末装置。
The mobile terminal device according to claim 1,
The execution file input unit is a portable terminal device that inputs an object-oriented program file read from an external storage device to the program control unit.
請求項2記載の携帯端末装置であって、
前記実行ファイル入力手段により読み出したオブジェクト指向型プログラムファイルを記憶する実行ファイル記憶手段を備え、
前記プログラム制御手段は、前記管理ファイル記憶手段から読み出した管理ファイルと、前記実行ファイル記憶手段から読み出したオブジェクト指向型プログラムファイルと、により構成されるアプリケーションプログラムの実行を制御する携帯端末装置。
The mobile terminal device according to claim 2,
Execution file storage means for storing the object-oriented program file read by the execution file input means,
The portable control device for controlling the execution of an application program including the management file read from the management file storage and the object-oriented program file read from the execution file storage.
請求項3記載の携帯端末装置であって、
前記プログラム制御手段は、前記実行ファイル記憶手段に記憶したオブジェクト指向型プログラムファイルを、予め設定された条件に従って、削除する携帯端末装置。
The mobile terminal device according to claim 3,
The program control unit is a portable terminal device that deletes an object-oriented program file stored in the execution file storage unit according to a preset condition.
JP2005073002A 2005-03-15 2005-03-15 Portable terminal device Withdrawn JP2006259849A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2005073002A JP2006259849A (en) 2005-03-15 2005-03-15 Portable terminal device
PCT/JP2006/304637 WO2006098222A1 (en) 2005-03-15 2006-03-09 Mobile terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005073002A JP2006259849A (en) 2005-03-15 2005-03-15 Portable terminal device

Publications (1)

Publication Number Publication Date
JP2006259849A true JP2006259849A (en) 2006-09-28

Family

ID=36991568

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005073002A Withdrawn JP2006259849A (en) 2005-03-15 2005-03-15 Portable terminal device

Country Status (2)

Country Link
JP (1) JP2006259849A (en)
WO (1) WO2006098222A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009512002A (en) * 2005-09-28 2009-03-19 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Method and system for calling MIDlet from a web browser on a local device
KR101369275B1 (en) 2010-01-22 2014-03-25 후아웨이 디바이스 컴퍼니 리미티드 Method and apparatus for integrating java software into mobile terminal, and mobile terminal

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158898A (en) * 2007-11-07 2008-04-09 中兴通讯股份有限公司 Terminal system based on java

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002297483A (en) * 2001-04-03 2002-10-11 Kenwood Corp Mobile communication terminal, communication method and program for the terminal
JP2002328808A (en) * 2001-04-27 2002-11-15 Kenwood Corp Mobile communication terminal, method and program for operating mobile communication terminal
JP3781731B2 (en) * 2003-03-14 2006-05-31 株式会社日立国際電気 Mobile phone

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009512002A (en) * 2005-09-28 2009-03-19 テレフオンアクチーボラゲット エル エム エリクソン(パブル) Method and system for calling MIDlet from a web browser on a local device
KR101369275B1 (en) 2010-01-22 2014-03-25 후아웨이 디바이스 컴퍼니 리미티드 Method and apparatus for integrating java software into mobile terminal, and mobile terminal
US9430210B2 (en) 2010-01-22 2016-08-30 Huawei Device Co., Ltd. Method and apparatus for integrating java software into mobile terminal, and mobile terminal

Also Published As

Publication number Publication date
WO2006098222A1 (en) 2006-09-21

Similar Documents

Publication Publication Date Title
US8438287B2 (en) System and method for management of mobile device
KR101885133B1 (en) Apparatus and method for providing application auto install function in digital device
US9021427B2 (en) Conversion methods of applications of mobile devices and mobile devices and systems using the same
JP2009527946A (en) Dynamic wallpaper on mobile communication devices
KR20010100328A (en) Upgrade method of mobile phone software using communication network
JP2007140910A (en) Content display system
JP2006252197A (en) Theme changing system, portable communication equipment, server device and computer program
JP2005157657A (en) Application data management method for portable terminal and portable terminal
CN106201610A (en) Web application accesses the method and device of the primary function of terminal
JP2003032381A (en) Information communication terminal and program
JP4945169B2 (en) Mobile communication terminal and communication server
JP2002297483A (en) Mobile communication terminal, communication method and program for the terminal
JP4348173B2 (en) Communication terminal
JP2006259849A (en) Portable terminal device
KR100465779B1 (en) Method for display through download multi-theme of user interface of mobile phone
CN1326420C (en) Communicaton apparatus and program
KR20060081159A (en) Method and system for managing terminal data of mobile terminal
JP4373480B2 (en) Communication apparatus and program
JP2005229279A (en) Portable terminal equipment, method of use of portable terminal equipment and program therefor
JP2007018491A (en) Method for updating function of portable apparatus by plug and play (pnp) storage device
JP4007936B2 (en) Control server device
KR100715817B1 (en) Mobile communication terminal and verification method for making sure of support before downloading contents
JP4633758B2 (en) Communication terminal and content download method
JP2011248915A (en) Software update system
JP2005276058A (en) Firmware updating system, firmware updating method and communication terminal device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080603