JP2001056758A - Information equipment and recording medium recording module updating program - Google Patents

Information equipment and recording medium recording module updating program

Info

Publication number
JP2001056758A
JP2001056758A JP11233114A JP23311499A JP2001056758A JP 2001056758 A JP2001056758 A JP 2001056758A JP 11233114 A JP11233114 A JP 11233114A JP 23311499 A JP23311499 A JP 23311499A JP 2001056758 A JP2001056758 A JP 2001056758A
Authority
JP
Japan
Prior art keywords
module
program
cgi
program module
address
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
JP11233114A
Other languages
Japanese (ja)
Inventor
Koichi Mizote
弘一 溝手
Toshitaka Kaneda
敏孝 金田
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.)
Sharp Corp
Original Assignee
Sharp Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sharp Corp filed Critical Sharp Corp
Priority to JP11233114A priority Critical patent/JP2001056758A/en
Publication of JP2001056758A publication Critical patent/JP2001056758A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information equipment capable of updating a program processing function by permitting the deletion and addition of a displayed program module. SOLUTION: This information equipment is provided with a storage means 2 for storing the program module to be executed by a WWW server on the internet, an address holding means 101 for holding a leading address for storing the program module in the storage means and module updating means 1-2 and 1-3 for deleting or adding the above leading address when deleting or adding the program module and when deleting or adding the program module, the program processing function can be updated without compiling the program module again so that labor and useless time can be saved.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、http(Hyp
erText Transfer Protocol)
サーバ機能を備える情報機器及びモジュール更新プログ
ラムを記録した記録媒体に関し、特に、CGI(Com
mon Gateway Interface)スクリ
プトやJAVAスクリプトあるいはサーバサイドインク
ルードなどのサーバにおいて実行するプログラムモジュ
ールを関数のような形で情報機器のhttpサーバに組
み込んだモジュールを更新することができる情報機器に
関する。
[0001] The present invention relates to http (Hyp
erText Transfer Protocol)
The present invention relates to an information device having a server function and a recording medium on which a module update program is recorded.
The present invention relates to an information device that can update a module, such as a mon gateway interface script, a JAVA script, or a server side include, which is incorporated in an http server of the information device in the form of a function by executing a program module to be executed in a server.

【0002】[0002]

【従来の技術】従来、特開平10−105514号公報
に開示されているように、ホームページを見るためにイ
ンターネットに接続されたコンピュータのWWWブラウ
ザ表示領域の一部分に、ホームページをアクセスした時
に表示されるニュース情報など、頻繁に更新する必要性
のあるデータを複数のホームページ内のHTML(Hy
per Text Markup Language
s)構文を変更することなく入れ替える技術があった。
2. Description of the Related Art Conventionally, as disclosed in Japanese Patent Application Laid-Open No. H10-105514, when a homepage is accessed in a part of a WWW browser display area of a computer connected to the Internet to view the homepage. Data that needs to be updated frequently, such as news information, is stored in HTML (Hy
per Text Markup Language
s) There was a technique to change the syntax without changing it.

【0003】また、ネットワークを利用する従来の装置
では、図9に示すように、パソコンやPDA(Pers
onal Data Assistants:携帯情報
端末機器)は端末としてサーバマシンを利用することで
インターネット等のネットワーク網に接続するため、通
信回路、LANケーブル等を介してサーバマシンに一
端、接続しなければならなかった。ホームページを運営
していくにも、個人では所有マシンで作成したHTML
ファイルをサーバマシンにアップロードしなければイン
ターネット上で閲覧できるようにならない等、何事もサ
ーバマシンに依存していた。
In a conventional device using a network, as shown in FIG. 9, a personal computer or a PDA (Pers.
Since the online data assistants (personal digital assistants) connect to a network such as the Internet by using a server machine as a terminal, the terminal must be connected to the server machine via a communication circuit, a LAN cable, or the like. . In order to operate the homepage, HTML created on the personal machine by the individual
Everything relied on the server machine, such as being able to view it on the Internet without uploading the file to the server machine.

【0004】さらに、現在CGIという、WWWサーバ
システムにおいてHTMLから外部のプログラムを起動
し、その結果をWWWクライアントへ返す仕組みが多用
されるようになっている。CGIの処理の流れとして
は、図10に示すように、まず、端末80側のWWWブ
ラウザ81にてHTMLファイルに記述されているUR
L(UniformResource Locato
r)をWWWサーバ90に要求する。
Further, a mechanism called CGI, which starts an external program from HTML in a WWW server system and returns the result to a WWW client, is often used. As shown in FIG. 10, the processing flow of the CGI is as follows. First, the UR described in the HTML file by the WWW browser 81 on the terminal 80 side is used.
L (Uniform Resource Locato
r) to the WWW server 90.

【0005】WWWサーバ90では、httpプログラ
ム91により受け取ったURLがCGIスクリプトかど
うか判断し、CGIスクリプトであればCGIプログラ
ム92を起動する。CGIプログラム92は、標準出力
に実行の結果を書き出し、httpプログラム91がこ
れを端末80側のWWWブラウザ81に結果として返
し、WWWブラウザ81がこれを表示する。
[0005] The WWW server 90 determines whether the URL received by the http program 91 is a CGI script, and if the URL is a CGI script, activates the CGI program 92. The CGI program 92 writes the execution result to the standard output, and the http program 91 returns the result to the WWW browser 81 on the terminal 80 side, and the WWW browser 81 displays the result.

【0006】上記のように、閲覧するHTMLファイル
でCGIを利用することで、アクセスの都度サーバにて
プログラムが実行されるため、ユーザから送られてきた
情報や実行される状況に応じて動的に変化するページを
作ることが可能である反面、サーバマシンへの依存度が
高まってきている。そこで、端末にhttpサーバを備
え、CGIスクリプト等を実行するためのプログラムモ
ジュールを関数のような形で端末のhttpサーバに組
み込むことで、様々な処理を容易に実現する方法が考え
られている。
[0006] As described above, since the program is executed on the server each time it is accessed by using the CGI in the HTML file to be browsed, the program is dynamically executed according to the information sent from the user and the state of execution. Although it is possible to create pages that change rapidly, the dependence on server machines is increasing. Therefore, a method has been considered in which an http server is provided in the terminal, and various processes are easily realized by incorporating a program module for executing a CGI script or the like into the http server of the terminal in the form of a function.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記従
来技術では、組み込んだCGI処理モジュールの削除、
又は追加に、その都度httpサーバでのコンパイル作
業が必要であり、用途に応じてCGI処理モジュールの
入れ替えを行う場合には、その都度のコンパイル作業が
煩雑で、処理時間が多くかかってしまう等の問題点があ
った。
However, in the above-mentioned prior art, the CGI processing module incorporated is deleted,
In addition, it is necessary to perform a compile operation on the http server each time, and when replacing the CGI processing module according to the application, the compile operation each time becomes complicated and a long processing time is required. There was a problem.

【0008】そこで本発明は、上記問題点を解決するた
めに、CGI等プログラムモジュールを削除、追加する
とき、プログラムモジュールを再コンパイルすることな
くプログラム処理機能を更新することができる情報機器
及びモジュール更新プログラムを記録した記録媒体を提
供することを目的としている。
SUMMARY OF THE INVENTION In order to solve the above problems, the present invention provides an information apparatus and a module updater which can update a program processing function without recompiling a program module when deleting or adding a program module such as a CGI. It is intended to provide a recording medium on which a program is recorded.

【0009】[0009]

【課題を解決するための手段】本発明の情報機器は、イ
ンターネット上のWWWサーバにおいて実行されるプロ
グラムモジュールを記憶する記憶手段と、該プログラム
モジュールが該記憶手段に記憶される先頭アドレスを保
持するアドレス保持手段と、前記プログラムモジュール
を削除又は追加する際に前記先頭アドレスを削除又は追
加するモジュール更新手段と、を備えるものである。
An information apparatus according to the present invention has storage means for storing a program module executed on a WWW server on the Internet, and a head address at which the program module is stored in the storage means. An address holding unit; and a module updating unit that deletes or adds the head address when deleting or adding the program module.

【0010】また、前記記憶手段に記憶されているプロ
グラムモジュールを表示する内部モジュール表示手段
と、該内部モジュール表示手段により表示されるプログ
ラムモジュールから任意のプログラムモジュールを削除
するモジュール削除手段と、外部から導入されるプログ
ラムモジュールを表示する外部モジュール表示手段と、
該外部モジュール表示手段により表示されるプログラム
モジュールから任意のプログラムモジュールを追加する
モジュール追加手段とを備えることで、簡易にプログラ
ムモジュールを削除及び追加することことができる。
[0010] Further, an internal module display means for displaying a program module stored in the storage means, a module deletion means for deleting an arbitrary program module from the program modules displayed by the internal module display means, External module display means for displaying a program module to be introduced;
By providing module addition means for adding an arbitrary program module from the program modules displayed by the external module display means, program modules can be easily deleted and added.

【0011】さらに、本発明は、コンピュータを、イン
ターネット上のWWWサーバにおいて実行されるプログ
ラムモジュールを記憶する記憶手段と、該プログラムモ
ジュールが該記憶手段に記憶される先頭アドレスを保持
するアドレス保持手段と、前記プログラムモジュールを
削除又は追加する際に前記先頭アドレスを削除又は追加
するモジュール更新手段として機能させるためのモジュ
ール更新プログラムを記録したコンピュータ読み取り可
能な記録媒体である。
Further, the present invention provides a computer having a storage means for storing a program module to be executed on a WWW server on the Internet, and an address holding means for storing a head address at which the program module is stored in the storage means. A computer-readable recording medium recording a module update program for functioning as a module update unit for deleting or adding the head address when deleting or adding the program module.

【0012】[0012]

【発明の実施の形態】以下、添付図面を参照しながら本
発明の好適な実施の形態について詳細に説明する。な
お、これによって本発明は限定されるものではない。ま
た本実施の形態で“サーバにおいて実行されるプログラ
ムモジュール”はCGIを例にとって説明する。
Preferred embodiments of the present invention will be described below in detail with reference to the accompanying drawings. Note that the present invention is not limited by this. In the present embodiment, the “program module executed in the server” will be described using CGI as an example.

【0013】図1は、本発明の一実施の形態によるシス
テム構成を示す図である。PDAにCGI処理モジュー
ル2を組み込んだhttpサーバ1を備えることで、プ
ロバイダ等の別サーバを介すことなく、CGI処理を実
現し、インターネットに接続することが可能である。
FIG. 1 is a diagram showing a system configuration according to an embodiment of the present invention. By providing the PDA with the http server 1 incorporating the CGI processing module 2, it is possible to realize CGI processing and connect to the Internet without passing through another server such as a provider.

【0014】PDAのhttpサーバ1にCGI処理モ
ジュール2を組み込み、このCGI処理モジュール2に
おいて、各機能のCGI処理モジュールを容易に追加、
削除するためには、各CGI処理モジュール毎のメモリ
上に配置した先頭アドレスを保持し、保持したアドレス
データを操作することで、追加、削除後のhttpサー
バ1の再コンパイル動作が必要でなくなる。
A CGI processing module 2 is incorporated in the PDA's http server 1, and a CGI processing module for each function is easily added to the CGI processing module 2.
In order to delete the data, the head address arranged in the memory of each CGI processing module is held, and the held address data is operated, so that the recompile operation of the http server 1 after the addition and the deletion is not required.

【0015】図2は、本実施の形態における処理モジュ
ール削除操作を示す表示画面図である。処理モジュール
管理モードを起動すると、図2に示す画面が表示され
る。画面上部には、組み込まれた内部モジュールが表示
され、画面下部には、外部モジュールを取り込むための
ブラウザ画面が表示されている。
FIG. 2 is a display screen diagram showing a processing module deletion operation in the present embodiment. When the processing module management mode is activated, a screen shown in FIG. 2 is displayed. The built-in internal module is displayed at the top of the screen, and the browser screen for taking in the external module is displayed at the bottom of the screen.

【0016】内部モジュールを削除するときには、内部
モジュール表示部5において削除したいモジュール名に
タッチする。タッチすることで選択されたモジュール名
は白黒反転され、ここで削除ボタン4にタッチすると、
図2(a)に示すように削除ボタン4も白黒反転表示と
なり、各CGI処理モジュール毎に保持したアドレスデ
ータから、選択されたモジュールのデータを削除する。
When deleting an internal module, the user touches the name of the module to be deleted on the internal module display section 5. The module name selected by touching is highlighted in black and white. If you touch the delete button 4 here,
As shown in FIG. 2A, the delete button 4 is also displayed in black and white inverted, and the data of the selected module is deleted from the address data held for each CGI processing module.

【0017】図2(b)に示すように、削除されたモジ
ュール名は、内部モジュール表示部5からも削除され
る。終了ボタン3にタッチすると、処理モジュール管理
モードを終了する。なお、内部モジュール表示部5のモ
ジュール名のそばにそのモジュールが何を実行するもの
かわかるような文章、又はアイコンなどの図形を表示す
るようにしてもよい。
As shown in FIG. 2B, the deleted module name is also deleted from the internal module display section 5. When the end button 3 is touched, the processing module management mode ends. Note that a text or a graphic such as an icon may be displayed near the module name in the internal module display unit 5 so as to understand what the module executes.

【0018】図3は、本実施の形態における処理モジュ
ール追加操作を示す表示画面図である。処理モジュール
管理モードにおいて、外部モードを追加したいときに
は、画面下部のブラウザ画面で、CGIプログラムを入
手可能なURLをURL入力部7に入力する。
FIG. 3 is a display screen diagram showing a processing module addition operation in the present embodiment. In the processing module management mode, when the user wants to add the external mode, the user inputs the URL from which the CGI program can be obtained to the URL input unit 7 on the browser screen at the bottom of the screen.

【0019】URLをURL入力部7に入力すると、ホ
ームページ表示部8に該当ページが表示される。ここ
で、追加したいCGIプログラム名にタッチする。タッ
チすることで選択されたCGIプログラム名は白黒反転
され、ここで追加ボタン6にタッチすると、図3(a)
に示すように追加ボタン6も白黒反転表示となり、選択
されたCGIプログラムをダウンロードし、モジュール
として記憶される。
When the URL is input to the URL input section 7, the corresponding page is displayed on the homepage display section 8. Here, a CGI program name to be added is touched. The CGI program name selected by touching is inverted between black and white, and if the add button 6 is touched here, FIG.
As shown in (1), the add button 6 is also displayed in black and white inverted, and the selected CGI program is downloaded and stored as a module.

【0020】次に、記憶したモジュール名とその先頭ア
ドレスを追加保持する。また、図3(b)に示すよう
に、追加されたモジュール名は、内部モジュール表示部
5にも追加表示される。図4は、本実施の形態の構成を
示す詳細ブロック図である。入力部9は、装置に記憶す
るための文字や図形などのデータを入力するものであ
り、出力部10は、入力部9にて入力された各種データ
を表示するものである。
Next, the stored module name and its head address are additionally held. Further, as shown in FIG. 3B, the added module name is additionally displayed on the internal module display unit 5. FIG. 4 is a detailed block diagram showing the configuration of the present embodiment. The input unit 9 is for inputting data such as characters and figures to be stored in the device, and the output unit 10 is for displaying various data input by the input unit 9.

【0021】ここでは、入力部9と出力部10を一体化
し、入力ペンによる入力手段を用いた場合として説明を
行う。11は、中央制御部であり、各種命令により入力
情報又は出力情報を制御するものである。中央制御部1
1内にはhttpサーバ1を備えており、このhttp
サーバ1の動作に関しては後述する。
Here, the case where the input unit 9 and the output unit 10 are integrated and input means using an input pen is used will be described. A central control unit 11 controls input information or output information by various commands. Central control unit 1
1 has an http server 1 and this http server 1
The operation of the server 1 will be described later.

【0022】12はROMであり、表示する文字のフォ
ントデータや、上記中央制御部11を動作させるプログ
ラム、文字変換の為の辞書データ等を有している。13
はRAMであり、ユーザが入力部9より入力した文章や
図形などの各種データを記憶するデータ記憶部13−
1、プログラムメディア17をプログラム読込み部19
を用いて本体にインストールしたときプログラムメディ
ア17のプログラムを保持するプログラム記憶部13−
2を有している。
A ROM 12 has font data of characters to be displayed, a program for operating the central control unit 11, dictionary data for character conversion, and the like. 13
Is a RAM, and a data storage unit 13-for storing various data such as sentences and figures input by the user through the input unit 9.
1. Program medium 17 is loaded into program reading unit 19
A program storage unit 13-that holds a program in the program medium 17 when installed in the main unit using
Two.

【0023】14は、図示していない発振子からのクロ
ック信号により時間を計時するRTC(Real Ti
me Clock)である。15はモジュラー部であ
り、通信回線と接続され、電子メールの送受信やインタ
ーネットとのデータの入出力を、モジュラー制御部16
を介して行うものである。
Reference numeral 14 denotes an RTC (Real TiC) for measuring time using a clock signal from an oscillator (not shown).
me Clock). Reference numeral 15 denotes a modular unit which is connected to a communication line and transmits / receives e-mails and inputs / outputs data to / from the Internet.
It is done through.

【0024】18は本体電源スイッチであり、本体電源
をON/OFFするスイッチである。プログラムメディ
ア17は本体と分離可能に構成される記録媒体であり、
磁気テープやカセットテープ等のテープ系、フロッピー
(登録商標)ディスクやハードディスク等の磁気ディス
クやCD−ROM/MO/MD/DVD等の光ディスク
のディスク系、ICカード/光カード等のカード系、あ
るいはマスクROM、EPROM、EEPROM、フラ
ッシュROM等による半導体メモリを含めた固定的にプ
ログラムを担持する媒体であってもよい。該プログラム
メディア17内には、本体に読み込まれて実行される実
行形式プログラム、実行形式プログラムを構築し得るソ
ースプログラム、又は、中間プログラムが記録されてい
る。
Reference numeral 18 denotes a main body power switch, which is a switch for turning on / off the main body power. The program medium 17 is a recording medium configured to be separable from the main body,
A tape system such as a magnetic tape or a cassette tape, a magnetic disk such as a floppy (registered trademark) disk or a hard disk, a disk system of an optical disk such as a CD-ROM / MO / MD / DVD, a card system such as an IC card / optical card, or It may be a medium that carries a fixed program including a semiconductor memory such as a mask ROM, an EPROM, an EEPROM, or a flash ROM. In the program medium 17, an executable program to be read and executed by the main body, a source program capable of constructing the executable program, or an intermediate program are recorded.

【0025】なお、装置に予めプログラムがインストー
ルされていない場合は、プログラムメディア17からプ
ログラム読込み部19を用いて、本発明を機能させるに
必要な各プログラム及びデータを読み込ませ、データは
RAM13のデータ記憶部13−1へ、実行プログラム
のプログラムコードはRAM13のプログラム記憶部1
3−2へそれぞれ格納される。
If the program is not installed in the apparatus in advance, the program and data necessary for operating the present invention are read from the program medium 17 using the program reading unit 19, and the data is stored in the RAM 13. The program code of the execution program is stored in the storage unit 13-1.
3-2.

【0026】次にhttpサーバ1の動作について詳細
説明を行う。httpサーバ1には、CGI処理モジュ
ール2が組み込まれており、ユーザが作成したCGIプ
ログラムや、外部から取り込んだCGIプログラムが実
行可能なモジュールの状態で記憶されている。
Next, the operation of the http server 1 will be described in detail. The http server 1 has a CGI processing module 2 incorporated therein, and stores a CGI program created by a user and a CGI program fetched from the outside in an executable module state.

【0027】記憶されたモジュールは、そのモジュール
名と記憶されたメモリ上の先頭アドレスがアドレス保持
部に1−1に保持されている。まず、CGI処理モジュ
ール管理モードを起動すると、CGI処理モジュール管
理モード画面が表示される。
For the stored module, the module name and the stored start address on the memory are stored in the address storage unit 1-1. First, when the CGI processing module management mode is activated, a CGI processing module management mode screen is displayed.

【0028】内部モジュール表示制御部1−7は、アド
レス保持部1−1に保持された内部モジュール名を読み
出し、画面上部に表示する。画面下部には外部モジュー
ルを取り込むためのブラウザ画面を表示し、外部モジュ
ール表示制御部1−6により、ユーザが入力したURL
に対応するページを表示する。
The internal module display control section 1-7 reads the internal module name stored in the address storage section 1-1 and displays it at the top of the screen. At the bottom of the screen, a browser screen for loading an external module is displayed.
Display the page corresponding to.

【0029】図2において、ユーザが削除したいモジュ
ール名を選択し、削除ボタン4を指示すると、モジュー
ル削除指示部1−5により、選択されたモジュール名を
モジュール削除部1−2に出力する。モジュール削除部
1−2では、モジュール削除指示部1−5から出力され
たモジュール名に対応するモジュールのアドレスデータ
をアドレス保持部1−1から削除する。
In FIG. 2, when the user selects a module name to be deleted and designates a delete button 4, the selected module name is output to the module deletion section 1-2 by the module deletion instructing section 1-5. The module deletion unit 1-2 deletes the address data of the module corresponding to the module name output from the module deletion instruction unit 1-5 from the address holding unit 1-1.

【0030】このとき、モジュール削除部1−2から内
部モジュール表示制御部1−7に信号を出力しており、
内部モジュール表示制御部1−7では、削除したモジュ
ールのモジュール名を内部モジュール表示部5から削除
する。図3において、ユーザが画面下部のブラウザ画面
で、CGIプログラムを入手可能なURLをURL入力
部7に入力すると、外部モジュール表示制御部1−6に
よりホームページ表示部8に入力URLに対応するペー
ジが表示される。
At this time, a signal is output from the module deletion section 1-2 to the internal module display control section 1-7,
The internal module display control section 1-7 deletes the module name of the deleted module from the internal module display section 5. In FIG. 3, when the user inputs a URL from which a CGI program can be obtained to the URL input unit 7 on the browser screen at the bottom of the screen, a page corresponding to the input URL is displayed on the homepage display unit 8 by the external module display control unit 1-6. Is displayed.

【0031】ここで、ユーザが追加したいCGIプログ
ラム名を選択し、追加ボタン6を指示すると、モジュー
ル追加指示部1−4により選択されたCGIプログラム
をダウンロードして、モジュールとしてCGI処理モジ
ュール2に記憶し、モジュール追加部1−3に信号を出
力する。
Here, when the user selects a CGI program name to be added and designates an add button 6, the CGI program selected by the module addition instructing section 1-4 is downloaded and stored in the CGI processing module 2 as a module. Then, a signal is output to the module adding section 1-3.

【0032】モジュール追加部1−3では、CGI処理
モジュール2に記憶したモジュールの先頭アドレスとモ
ジュール名をアドレス保持部1−1に追加保持する。こ
のとき、モジュール追加部1−3から内部モジュール表
示制御部1−7に信号を出力しており、内部モジュール
表示制御部1−7では、追加したモジュールのモジュー
ル名を内部モジュール表示部5に追加表示する。
The module adding section 1-3 additionally holds the head address and module name of the module stored in the CGI processing module 2 in the address holding section 1-1. At this time, a signal is output from the module adding section 1-3 to the internal module display control section 1-7, and the internal module display control section 1-7 adds the module name of the added module to the internal module display section 5. indicate.

【0033】次に、図5〜図7を用いてモジュールの記
憶状態について説明を行う。図5は、本実施の形態にお
けるアドレス保持部1−1の状態変化を示す図である。
アドレス保持部1−1は、モジュール名とそのモジュー
ルが記憶されているメモリ上の先頭アドレスを保持して
いる。
Next, the storage state of the module will be described with reference to FIGS. FIG. 5 is a diagram showing a state change of the address holding unit 1-1 in the present embodiment.
The address holding unit 1-1 holds a module name and a start address on a memory where the module is stored.

【0034】“syoriA.cgi”、“syori
B.cgi”、“syoriC.cgi”がCGI処理
モジュール2に記憶されており、アドレス保持部1−1
の内容が図5(a)に示す状態では、CGI処理モジュ
ール2の内容は、図6に示すように、アドレス0x10
000から“syoriA.cgi”が配置され、アド
レス0x20000から“syoriB.cgi”が、
アドレス0x30000から“syoriC.cgi”
が配置されている。
"SyoriA.cgi", "syori
B. cgi "," syoriC. cgi "is stored in the CGI processing module 2, and the address holding unit 1-1
In the state shown in FIG. 5A, the contents of the CGI processing module 2 are, as shown in FIG.
000 to “syoriA.cgi” are arranged, and from address 0x20000, “syoriB.cgi” is
From address 0x30000 "syoriC.cgi"
Is arranged.

【0035】図2〜図4にて説明を行った方法にてモジ
ュール“syoriB.cgi“を削除し、モジュー
ル”syoriD.cgi“を追加すると、アドレス保
持部1−1の内容は図5(b)に示すように“syor
iA.cgi”、“syoriD.cgi”、“syo
riC.cgi”となる。
When the module "syoriB.cgi" is deleted and the module "syoriD.cgi" is added by the method described with reference to FIG. 2 to FIG. 4, the contents of the address holding unit 1-1 are changed as shown in FIG. ))
iA. cgi "," syoriD. cgi "," syo
riC. cgi ".

【0036】このときのCGI処理モジュール2の内容
は、アドレス0x20000を先頭アドレスとして“s
yoriD.cgi”が追加配置されるため、図7に示
す状態となる。ここで削除されたモジュール“syor
iB.cgi”の替わりに“syoriD.cgi”が
アドレス0x20000の位置から追加配置されること
になる。
At this time, the contents of the CGI processing module 2 are represented by “s
yoriD. 7 is additionally arranged, the state is as shown in Fig. 7. The module "syor" deleted here is obtained.
iB. cgi ”instead of“ syoriD. cgi "is additionally arranged from the position of the address 0x20000.

【0037】図8は、本実施の形態におけるCGI処理
モジュールの更新処理を示すフローチャートである。ま
ず、STEP1で図2、図3に示す処理モジュール管理
モードを起動し、STEP2で入力部9がタッチされる
まで待つ。
FIG. 8 is a flowchart showing a process of updating the CGI processing module according to the present embodiment. First, the processing module management mode shown in FIGS. 2 and 3 is started in STEP1, and the process waits until the input unit 9 is touched in STEP2.

【0038】入力部9がタッチされると、STEP3で
タッチされた位置を読み込み、STEP4でタッチ位置
がどこであるかを判断する。タッチ位置が追加ボタン6
であれば、STEP5でホームページ表示部8に表示さ
れたCGIプログラムから選択されたものがあるかどう
か判断する。
When the input section 9 is touched, the touched position is read in STEP3, and the touched position is determined in STEP4. Touch position is add button 6
If so, it is determined in STEP 5 whether there is any CGI program selected from the CGI programs displayed on the homepage display unit 8.

【0039】選択されたものがなければ、STEP2に
戻り、選択されたCGIプログラムがあればSTEP6
で選択されたCGIプログラムをダウンロードして、モ
ジュールとしてCGI処理モジュール2に記憶する。次
にSTEP7で、CGI処理モジュール2に記憶したモ
ジュール名をアドレス保持部1−1に追加保持し、ST
EP8でモジュールの先頭アドレスをアドレス保持部1
−1に保持する。
If there is no selected CGI program, the flow returns to STEP 2; if there is a selected CGI program, STEP 6
Downloads the CGI program selected in step (1) and stores it in the CGI processing module 2 as a module. Next, in STEP 7, the module name stored in the CGI processing module 2 is additionally held in the address holding unit 1-1, and
In EP8, the head address of the module is stored in the address holding unit 1.
Hold at -1.

【0040】STEP9では、追加したモジュールのモ
ジュール名を内部モジュール表示部5に追加表示し、S
TEP2に戻る。また、STEP4の判断によりタッチ
されたのが削除ボタン4であれば、STEP10で内部
モジュール表示部5に表示されたモジュールから選択さ
れたものがあるかどうか判断する。
In STEP 9, the module name of the added module is additionally displayed on the internal module display section 5, and
Return to TEP2. If it is determined in STEP 4 that the touched button is the delete button 4, it is determined in STEP 10 whether there is any module selected from the modules displayed on the internal module display unit 5.

【0041】選択されたものがなければ、STEP2に
戻り、選択されたモジュールがあればSTEP11でア
ドレス保持部1−1から選択されたモジュールを検索
し、STEP12で選択されたモジュール名に対応する
モジュールのアドレスデータをアドレス保持部1−1か
ら削除する。STEP13では削除したモジュールのモ
ジュール名を内部モジュール表示部5から削除し、ST
EP2に戻る。
If there is no selected module, the process returns to STEP 2. If there is a selected module, the module selected from the address holding unit 1-1 is searched in STEP 11, and the module corresponding to the module name selected in STEP 12 is searched. Is deleted from the address holding unit 1-1. In STEP 13, the module name of the deleted module is deleted from the internal module display section 5, and the
Return to EP2.

【0042】また、STEP4の判断により、タッチさ
れたのが内部モジュール表示部5であれば、STEP1
4でタッチされたモジュール名を白黒反転表示し、ST
EP2に戻る。また、STEP4の判断により、タッチ
されたのがホームページ表示部8であれば、STEP1
5でタッチされたCGIプログラム名を白黒反転表示
し、STEP2に戻る。
According to the judgment in STEP 4, if the touched object is the internal module display section 5, STEP 1
4. The module name touched in step 4 is highlighted in black and white, and ST
Return to EP2. If it is determined in step 4 that the touched page is the homepage display section 8, step 1
The CGI program name touched in step 5 is highlighted in black and white, and the process returns to STEP2.

【0043】また、STEP4の判断により、タッチさ
れたのがURL入力部7であれば、STEP16でUR
Lを入力し、STEP17でインターネット接続を行
う。STEP18ではURL入力部7に入力されたUR
Lに対応するページをホームページ表示部8に表示し、
STEP2に戻る。さらに、STEP4の判断により、
ペンタッチされたのが終了ボタン3であれば処理を終了
する。
If it is determined in step 4 that the URL input unit 7 is touched, in step 16 the UR
L is input, and an Internet connection is made in STEP17. In STEP 18, the UR input to the URL input section 7 is input.
The page corresponding to L is displayed on the homepage display section 8,
It returns to STEP2. Furthermore, according to the judgment of STEP4,
If the end button 3 is touched by the pen, the process ends.

【0044】なお、本発明は上記実施の形態に限定され
るものではない。記録媒体として、図4に示されている
プログラム記憶部13−2そのものがプログラムメディ
アであってもよいし、また通信接続手段であるモジュラ
ー部及びモジュラー制御部を介して通信ネットワークか
らプログラムをダウンロードするように、流動的にプロ
グラムを担持する媒体であってもよい。なお、このよう
に通信ネットワークからプログラムをダウンロードする
場合には、そのダウンロード用プログラムは予め本体装
置に格納しておくか、あるいは別な記録媒体からインス
トールされるものであってもよい。
The present invention is not limited to the above embodiment. As a recording medium, the program storage unit 13-2 shown in FIG. 4 itself may be a program medium, or a program may be downloaded from a communication network via a modular unit and a modular control unit serving as communication connection means. As described above, the medium may carry the program in a fluid manner. When the program is downloaded from the communication network, the download program may be stored in the main device in advance or may be installed from another recording medium.

【0045】[0045]

【発明の効果】本発明によれば、CGI等のプログラム
モジュールの先頭アドレスを保持し、プログラムモジュ
ールを削除、追加するときにプログラム処理モジュール
を再コンパイルすることなくプログラム処理機能を更新
することができ、手間と無駄な時間を省くことができ
る。
According to the present invention, the start address of a program module such as CGI can be held, and the program processing function can be updated without recompiling the program processing module when deleting or adding a program module. , Labor and wasted time can be saved.

【0046】また、現在、サーバ内で機能するプログラ
ムモジュールと、外部から導入するプログラムモジュー
ルを処理別に表示し、表示されたプログラムモジュール
の削除、追加を可能とすることで、様々な処理を容易に
活用することができ、また再コンパイルに要する無駄な
時間を省くことができる。
In addition, a program module currently functioning in the server and a program module introduced from the outside are displayed for each process, and the displayed program module can be deleted or added, so that various processes can be easily performed. It can be used, and wasteful time required for recompilation can be saved.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施の形態によるシステム構成を示
す図である。
FIG. 1 is a diagram showing a system configuration according to an embodiment of the present invention.

【図2】本実施の形態における処理モジュール削除操作
を示す表示画面図である。
FIG. 2 is a display screen diagram showing a processing module deletion operation in the present embodiment.

【図3】本実施の形態における処理モジュール追加操作
を示す表示画面図である。
FIG. 3 is a display screen diagram showing a processing module addition operation in the present embodiment.

【図4】本実施の形態の構成を示す詳細ブロック図であ
る。
FIG. 4 is a detailed block diagram showing the configuration of the present embodiment.

【図5】本実施の形態におけるアドレス保持部の状態変
化を示す図である。
FIG. 5 is a diagram illustrating a state change of an address holding unit according to the present embodiment.

【図6】本実施の形態における処理モジュールの記憶領
域を示す図(更新前)である。
FIG. 6 is a diagram (before updating) showing a storage area of a processing module in the present embodiment.

【図7】本実施の形態における処理モジュールの記憶領
域を示す図(更新後)である。
FIG. 7 is a diagram (after updating) showing a storage area of a processing module in the present embodiment.

【図8】本実施の形態におけるCGI処理モジュールの
更新処理を示すフローチャートである。
FIG. 8 is a flowchart showing a process of updating a CGI processing module in the present embodiment.

【図9】従来のシステム構成を示す図である。FIG. 9 is a diagram showing a conventional system configuration.

【図10】従来の構成を示すブロック図である。FIG. 10 is a block diagram showing a conventional configuration.

【符号の説明】[Explanation of symbols]

1 httpサーバ 2 CGI処理モジュール 3 終了ボタン 4 削除ボタン 5 内部モジュール表示部 6 追加ボタン 7 URL入力部 8 ホームページ表示部 9 入力部 10 出力部 11 中央制御部 12 ROM 13 RAM 14 RTC 15 モジュラー部 16 モジュラー制御部 17 プログラムメディア 18 本体電源スイッチ 19 プログラム読込み部。 1 http server 2 CGI processing module 3 end button 4 delete button 5 internal module display section 6 add button 7 URL input section 8 homepage display section 9 input section 10 output section 11 central control section 12 ROM 13 RAM 14 RTC 15 modular section 16 modular Control unit 17 Program media 18 Main unit power switch 19 Program reading unit.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 インターネット上のWWW(World
Wide Web)サーバにおいて実行されるプログ
ラムモジュールを記憶する記憶手段と、該プログラムモ
ジュールが該記憶手段に記憶される先頭アドレスを保持
するアドレス保持手段と、前記プログラムモジュールを
削除又は追加する際に前記先頭アドレスを削除又は追加
するモジュール更新手段と、を備えることを特徴とする
情報機器。
1. WWW (World) on the Internet
A storage unit for storing a program module to be executed in a Wide Web server; an address storage unit for storing a start address of the program module stored in the storage unit; and a head unit for deleting or adding the program module. An information device, comprising: a module updating unit that deletes or adds an address.
【請求項2】 前記記憶手段に記憶されているプログラ
ムモジュールを表示する内部モジュール表示手段と、該
内部モジュール表示手段により表示されるプログラムモ
ジュールから任意のプログラムモジュールを削除するモ
ジュール削除手段と、外部から導入されるプログラムモ
ジュールを表示する外部モジュール表示手段と、該外部
モジュール表示手段により表示されるプログラムモジュ
ールから任意のプログラムモジュールを追加するモジュ
ール追加手段とを備えることを特徴とする請求項1記載
の情報機器。
2. An internal module display means for displaying a program module stored in the storage means, a module deletion means for deleting an arbitrary program module from the program modules displayed by the internal module display means, 2. The information according to claim 1, further comprising external module display means for displaying a program module to be introduced, and module addition means for adding an arbitrary program module from the program modules displayed by the external module display means. machine.
【請求項3】 コンピュータを、インターネット上のW
WWサーバにおいて実行されるプログラムモジュールを
記憶する記憶手段と、該プログラムモジュールが該記憶
手段に記憶される先頭アドレスを保持するアドレス保持
手段と、前記プログラムモジュールを削除又は追加する
際に前記先頭アドレスを削除又は追加するモジュール更
新手段として機能させるためのモジュール更新プログラ
ムを記録したことを特徴とするコンピュータ読み取り可
能な記録媒体。
3. A computer connected to W on the Internet.
Storage means for storing a program module to be executed in the WW server; address holding means for storing the start address of the program module stored in the storage means; and storing the start address when deleting or adding the program module. A computer-readable recording medium on which a module update program for functioning as a module update unit to be deleted or added is recorded.
JP11233114A 1999-08-19 1999-08-19 Information equipment and recording medium recording module updating program Pending JP2001056758A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11233114A JP2001056758A (en) 1999-08-19 1999-08-19 Information equipment and recording medium recording module updating program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11233114A JP2001056758A (en) 1999-08-19 1999-08-19 Information equipment and recording medium recording module updating program

Publications (1)

Publication Number Publication Date
JP2001056758A true JP2001056758A (en) 2001-02-27

Family

ID=16949997

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11233114A Pending JP2001056758A (en) 1999-08-19 1999-08-19 Information equipment and recording medium recording module updating program

Country Status (1)

Country Link
JP (1) JP2001056758A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100636315B1 (en) 2004-08-09 2006-10-18 삼성전자주식회사 System and method for processing of performance statics data management
CN1302377C (en) * 2003-10-24 2007-02-28 合邦电子股份有限公司 Memory program patching and expanding method for digital signal processor
SG161103A1 (en) * 2002-09-30 2010-05-27 Matsushita Electric Ind Co Ltd Information processing device and receiving device
US7848740B2 (en) 2001-03-02 2010-12-07 Nokia Corporation Electronic transactions

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7848740B2 (en) 2001-03-02 2010-12-07 Nokia Corporation Electronic transactions
SG161103A1 (en) * 2002-09-30 2010-05-27 Matsushita Electric Ind Co Ltd Information processing device and receiving device
CN1302377C (en) * 2003-10-24 2007-02-28 合邦电子股份有限公司 Memory program patching and expanding method for digital signal processor
KR100636315B1 (en) 2004-08-09 2006-10-18 삼성전자주식회사 System and method for processing of performance statics data management

Similar Documents

Publication Publication Date Title
KR101099272B1 (en) Web page rendering mechanism using external programmatic themes
US20030189593A1 (en) Method and apparatus for dynamically updating a markup language based user interface
JP2004030582A (en) Structured document compiling apparatus, structured document compiling method and program
JP2008077227A (en) Link generation device, browser program and link generation system
JP2008123394A (en) Program, character input editing method and device
JP2003132043A (en) Method and device for processing computer document in computer system
CN105335419B (en) Web page picture loading method and device
Frederick et al. Beginning smartphone web development
EP2219119A1 (en) Method for preprocessing and displaying web page, mobile electronic device, and operation interface thereof
CN101876998B (en) Method and system for editing data
JP2001056758A (en) Information equipment and recording medium recording module updating program
JPH1124982A (en) Web page lookahead system based on history
JP2007012037A (en) Information processor, display control processing method and program
JP2000215138A (en) Information searching device and storage medium which stores program
US8311801B2 (en) Technology for supporting modification of messages displayed by program
JP6836077B2 (en) Information processing device and its processing method and program
JP2005190458A (en) Provision method of electronic document with function, its program, and its device and system
JP2004234380A (en) Table display switching method, text data conversion program, and tagging program
JP2004318260A (en) Program generating device, program generating method, program, and recording medium
JP5339839B2 (en) Document verification apparatus and control method thereof
JP2011221902A (en) Information processing apparatus, method of controlling the same, and program
JP7210093B2 (en) Information processing device, its processing method and program
JP7231864B2 (en) Information processing device, information processing method and program
JP4148901B2 (en) Information processing method and apparatus related to download
WO2007099779A1 (en) Content display device, content display method, and content display program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050216

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050301

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050628