JPH1139329A - Dynamic generation system for html file - Google Patents

Dynamic generation system for html file

Info

Publication number
JPH1139329A
JPH1139329A JP9195769A JP19576997A JPH1139329A JP H1139329 A JPH1139329 A JP H1139329A JP 9195769 A JP9195769 A JP 9195769A JP 19576997 A JP19576997 A JP 19576997A JP H1139329 A JPH1139329 A JP H1139329A
Authority
JP
Japan
Prior art keywords
condition
client
information
search
web server
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
JP9195769A
Other languages
Japanese (ja)
Inventor
Daisuke Obara
大輔 小原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC Solution Innovators Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP9195769A priority Critical patent/JPH1139329A/en
Publication of JPH1139329A publication Critical patent/JPH1139329A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To select and to work information that is needed and to dynamically generate an HTML in each user by a user sending needed information from a browser to a web server. SOLUTION: A receiving condition setting means 10 sets a display method of a retrieval condition and a retrieval result about data that is required by a client 1 and sends it to a web server 2. A setting condition accepting means 22 analyzes a retrieval condition and a display method which are set by the client 1, converts them into a structured query language of a database and stores it in a setting condition storing part 26. An information retrieving means 23 acquires a retrieval condition from the part 26, retrieves an HTML file 27 according to a specified retrieval condition and stores it in a retrieval information storing part 28. A retrieval information working part 24 extracts a display item according to a display method that designates the retrieval information, works it into a display format and stores it in a work information storing part 29. A work information sending means 25 sends the work information from the server 2 to the client 1.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はクライアントからウ
ェブサーバのHTMLファイルの受信に関し、特にクラ
イアントから受信情報を選択可能なHTMLファイルの
動的生成方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to reception of an HTML file of a web server from a client, and more particularly, to a dynamic generation method of an HTML file from which information to be received can be selected from a client.

【0002】[0002]

【従来の技術】従来のウェブサーバは、クライアントの
ブラウザからの情報取得要求を受け取ったときウェブサ
ーバが持っているHTML(hyperetext m
arkup language)ファイルを検索し要求
に合致する情報を要求元のクライアントに送信してい
た。
2. Description of the Related Art A conventional web server receives an information acquisition request from a client's browser when the web server has an HTML (hypertext m).
arkup language) file was searched and information matching the request was transmitted to the requesting client.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のウェブ
サーバからブラウザに送信されてくるHTMLはウェブ
サーバ上に固定的に持っているファイルであり、ブラウ
ザの使用者はウェブサーバに対して本を読むのと同様な
情報の取得方法しかなかった。特に、大量のデータの中
から実際に必要としている情報にたどり着くまでには多
くの時間を要する。さらに、目的としているデータに到
達することができても、使用者がそのデータの参照した
い内容だけを簡潔に得ることは不可能である。
The above-mentioned HTML transmitted from the conventional web server to the browser is a file fixedly stored on the web server, and the user of the browser sends the book to the web server. The only way to get the information was to read it. In particular, it takes a lot of time to reach the information that is actually needed from a large amount of data. Further, even if the user can reach the target data, it is impossible for the user to simply obtain only the contents to be referred to by the data.

【0004】本発明の目的は、使用者が必要としている
情報をブラウザからウェブサーバに送信し、ウェブサー
バは使用者から送信された情報をもとに必要としている
情報を選別し加工し使用者ごとに動的にHTMLを作成
しブラウザに送信するHTMLファイル動的生成方式を
提供することにある。
[0004] An object of the present invention is to transmit information required by a user from a browser to a web server, and the web server selects and processes the required information based on the information transmitted from the user to process the user. An object of the present invention is to provide an HTML file dynamic generation method for dynamically creating HTML for each and transmitting it to a browser.

【0005】[0005]

【課題を解決するための手段】第1の発明のHTMLフ
ァイルの動的生成方式は、受信情報を選択する受信条件
をクライアントからウェブサーバに送信する受信条件設
定手段と、前記受信条件を設定するための条件設定画面
をウェブサーバからクライアントに送信する条件設定画
面送信手段と、クライアントから受信した前記受信条件
を解析しウェブサーバ側の設定条件格納部に格納する設
定条件受付手段と、前記設定条件格納部から前記受信条
件を取得し指定された第1の受信条件に従ってウェブサ
ーバが管理するHTMLファイルを検索し検索情報を検
索情報格納部に格納する情報検索手段と、前記設定条件
格納部から前記受信条件を取得し指定された第2の受信
条件に従って前記検索格納部に格納された検索情報を加
工し加工情報を加工情報格納部に格納する検索情報加工
手段と、前記加工情報格納部に格納された加工情報をウ
ェブサーバからクライアントに送信する加工情報送信手
段と、クライアントからの受信要求を受信したとき前記
条件設定画面送信手段への制御と、クライアントから受
信条件を受信したとき前記設定条件受付手段への制御
と、受信条件の格納終了時に情報検索手段への制御と、
検索処理終了時に前記検索情報加工手段への制御と、加
工処理終了時に前記加工情報送信手段への制御とを行う
共通制御部と、を備えて構成されている。
According to a first aspect of the present invention, there is provided a dynamic generation method of an HTML file, wherein a reception condition for selecting reception information is transmitted from a client to a web server, and the reception condition is set. Condition setting screen transmitting means for transmitting a condition setting screen for transmitting from the web server to the client, a setting condition receiving means for analyzing the receiving condition received from the client and storing it in the setting condition storage unit on the web server side, and the setting condition An information search unit that obtains the reception condition from a storage unit, searches for an HTML file managed by a web server according to a specified first reception condition, and stores search information in a search information storage unit; The receiving condition is acquired, the search information stored in the search storage unit is processed according to the specified second receiving condition, and the processed information is added. Search information processing means stored in an information storage unit, processing information transmission means for transmitting processing information stored in the processing information storage unit from a web server to a client, and a condition setting screen when receiving a reception request from a client Control to the transmitting means, control to the setting condition receiving means when receiving a receiving condition from the client, and control to the information searching means at the end of storing the receiving condition,
A common control unit is provided for controlling the search information processing means at the end of the search processing and controlling the processing information transmission means at the end of the processing processing.

【0006】また、第2の発明のHTMLファイルの動
的生成方式は、第1の発明において前記受信条件は、ク
ライアントが必要なデータに関する検索条件と検索結果
の表示方法とを備えて構成されている。
Further, a dynamic generation method of an HTML file according to a second invention is characterized in that in the first invention, the reception condition includes a search condition relating to data required by the client and a method of displaying a search result. I have.

【0007】さらに、第3の発明のHTMLファイルの
動的生成方式は、第1の発明において前記受信条件設定
手段は、クライアントからウェブサーバに受信要求する
と、ウェブサーバから条件設定画面が送信され前記受信
条件が条件設定画面に設定されたときウェブサーバに送
信することにより構成されている。
Further, in a dynamic generation method of an HTML file according to a third aspect of the present invention, in the first aspect, the reception condition setting means transmits a condition setting screen from the web server when receiving a request from the client to the web server. When the reception condition is set on the condition setting screen, the reception condition is transmitted to the web server.

【0008】さらに、第4の発明のHTMLファイルの
動的生成方式は、第1、2または3の発明において前記
設定条件受付手段は、クライアントから受信した前記受
信条件の検索条件および表示方法を解析しエラーが無け
れば検索条件を構造化問い合わせ言語に変換し前記設定
条件格納部に格納しエラーが有ればクライアントに再設
定させることにより構成されている。
In a fourth aspect of the present invention, in the dynamic HTML file generation method according to the first, second or third aspect, the setting condition receiving means analyzes a search condition and a display method of the reception condition received from a client. If there is no error, the search condition is converted into a structured query language and stored in the setting condition storage unit, and if there is an error, the client is reset.

【0009】さらに、第5の発明のHTMLファイルの
動的生成方式は、第1の発明において前記検索情報加工
手段は、前記検索情報格納部に格納された検索情報を指
定された前記受信条件の表示方法に従って表示項目を抽
出し表示形式に加工し前記加工情報格納部に格納するこ
とにより構成されている。
In a fifth aspect of the present invention, in the dynamic generation method for an HTML file according to the first aspect, the search information processing means is configured to store the search information stored in the search information storage unit in the reception condition specified by the search condition. According to the display method, display items are extracted, processed into a display format, and stored in the processing information storage unit.

【0010】さらに、第6の発明のHTMLファイルの
動的生成方式は、第5の発明において前記加工情報格納
部は、前記受信条件に対応したHTMLファイルが生成
されることにより構成されている。
Further, a dynamic generation method of an HTML file according to a sixth invention is characterized in that, in the fifth invention, the processing information storage section is configured to generate an HTML file corresponding to the reception condition.

【0011】[0011]

【発明の実施の形態】次に、本発明の一つの実施の形態
について図面を参照して説明する。
Next, an embodiment of the present invention will be described with reference to the drawings.

【0012】図1は本発明の実施の形態を示すブロック
図である。図2は本実施の形態の動作を示すフローチャ
ートである。
FIG. 1 is a block diagram showing an embodiment of the present invention. FIG. 2 is a flowchart showing the operation of the present embodiment.

【0013】本実施の形態は、図1に示すように、クラ
イアント1は受信条件設定手段10とブラウザ(図示せ
ず)を備え、ウェブサーバ2は共通制御部20、条件設
定画面送信手段21、設定条件受付手段22、情報検索
手段23、検索情報加工手段24、加工情報送信手段2
5、設定条件格納部26、HTMLファイル27、検索
情報格納部28および加工情報格納部29を備えて構成
されている。
In this embodiment, as shown in FIG. 1, the client 1 includes a receiving condition setting unit 10 and a browser (not shown), and the web server 2 includes a common control unit 20, a condition setting screen transmitting unit 21, Setting condition receiving means 22, information searching means 23, search information processing means 24, processing information transmitting means 2
5, a setting condition storage unit 26, an HTML file 27, a search information storage unit 28, and a processing information storage unit 29.

【0014】受信条件設定手段10は、クライアント1
からウェブサーバ2に受信要求すると、ウェブサーバ2
から送信される条件設定画面に、クライアント1の使用
者が必要とするデータに関する検索条件や検索結果の表
示方法を設定しウェブサーバ2に送信する。
The receiving condition setting means 10 includes a client 1
From the web server 2 to the web server 2
The search condition and the display method of the search result regarding the data required by the user of the client 1 are set on the condition setting screen transmitted from the client 1 and transmitted to the web server 2.

【0015】条件設定画面送信手段21は、設定要求が
通知されるとウェブサーバ2からクライアント1へ条件
設定画面を送信する。
The condition setting screen transmitting means 21 transmits a condition setting screen from the web server 2 to the client 1 when the setting request is notified.

【0016】設定条件受付手段22は、設定条件格納要
求が通知されるとクライアント1が条件設定画面に設定
した検索条件と表示方法を解析しエラーが無ければデー
タベースの構造化問い合わせ言語(例えば、SQL:S
tructured Query Language)
に変換し設定条件格納部26に格納し、もしエラーが有
ればクライアント1に再設定させる。
When the setting condition receiving request 22 is notified of the setting condition storage request, the client 1 analyzes the search condition and the display method set on the condition setting screen, and if there is no error, the structured query language of the database (for example, SQL) : S
structured Query Language)
And stores it in the setting condition storage unit 26. If there is an error, the client 1 is set again.

【0017】情報検索手段23は、検索要求が通知され
ると設定条件格納部26から検索条件を取得し指定され
た検索条件に従ってHTMLファイル27を検索し検索
情報格納部28に格納する。
When the search request is notified, the information search means 23 obtains the search condition from the set condition storage unit 26, searches the HTML file 27 according to the specified search condition, and stores it in the search information storage unit 28.

【0018】検索情報加工手段24は、加工要求が通知
されると設定条件格納部26から表示条件を取得し検索
格納部28に格納された検索情報を指定された表示方法
に従って表示項目を抽出し表示形式に加工し加工情報格
納部29に格納する。
When the processing request is notified, the search information processing means 24 obtains display conditions from the setting condition storage section 26 and extracts display items from the search information stored in the search storage section 28 in accordance with the specified display method. It is processed into a display format and stored in the processing information storage unit 29.

【0019】加工情報送信手段25は、加工情報送信要
求が通知されると加工情報格納部29に格納された加工
情報をウェブサーバ2からクライアント1に送信する。
The processing information transmission means 25 transmits the processing information stored in the processing information storage unit 29 from the web server 2 to the client 1 when the processing information transmission request is notified.

【0020】共通制御部20は、クライアント1からの
受信要求を受信したとき条件設定画面送信手段21へ設
定要求の通知と、クライアント1から設定条件を受信し
たとき設定条件受付手段22に設定条件格納要求の通知
と、設定条件の格納終了時に情報検索手段23へ検索要
求の通知と、検索処理終了時に検索情報加工手段24へ
加工要求の通知と、加工処理終了時に加工情報送信手段
25へ加工情報送信要求の通知とを行う。次に、本実施
の形態の動作を図2を用いて説明する。
The common control unit 20 notifies the condition setting screen transmitting unit 21 of the setting request when receiving the receiving request from the client 1, and stores the setting condition in the setting condition receiving unit 22 when receiving the setting condition from the client 1. Notification of the request, notification of the search request to the information search means 23 at the end of the storage of the setting conditions, notification of the processing request to the search information processing means 24 at the end of the search processing, and processing information to the processing information transmitting means 25 at the end of the processing processing Notification of a transmission request is performed. Next, the operation of the present embodiment will be described with reference to FIG.

【0021】図2に示すように、クライアント1のブラ
ウザからウェブサーバ2に受信要求する(ステップ
1)。クライアント1は、ウェブサーバ2から条件設定
画面を受信しする(ステップ2)。クライアント1のユ
ーザは必要とするデータに関する検索条件や検索結果の
表示方法を条件設定画面に入力する(ステップ3)。ク
ライアント1のブラウザは設定された条件設定画面をウ
ェブサーバ2に送信する(ステップ4)。
As shown in FIG. 2, a request is received from the browser of the client 1 to the web server 2 (step 1). The client 1 receives the condition setting screen from the web server 2 (Step 2). The user of the client 1 inputs a search condition relating to required data and a method of displaying a search result on a condition setting screen (step 3). The browser of the client 1 transmits the set condition setting screen to the web server 2 (step 4).

【0022】ウェブサーバ2は、クライアント1のブラ
ウザから条件設定画面を受信する(ステップ5)。受信
したの検索条件と表示方法を解析しエラーが無くなるま
でチェックし、エラーがないとき検索条件から構造化問
い合わせ言語に変換する(ステップ6)。
The web server 2 receives the condition setting screen from the browser of the client 1 (Step 5). The received search condition and display method are analyzed and checked until no error is found. If no error is found, the search condition is converted into a structured query language (step 6).

【0023】受信したの検索条件で変換した構造化問い
合わせ言語でHTMLファイル27を検索する(ステッ
プ7)。
The HTML file 27 is searched using the structured query language converted based on the received search condition (step 7).

【0024】検索した情報をユーザが要求している表示
方法の項目を抽出し、ユーザの要求している形式に加工
する(ステップ8)。
An item of the display method requested by the user is extracted from the searched information and processed into a format requested by the user (step 8).

【0025】加工した情報を埋め込んだクライアント1
用のHTMLファイルを作成する(ステップ9)。
Client 1 in which the processed information is embedded
An HTML file is created (step 9).

【0026】ウェブサーバ2はクライアント1用に加工
したHTMLファイルをブラウザに送信し処理を終了す
る(ステップ10)。
The web server 2 sends the HTML file processed for the client 1 to the browser and ends the processing (step 10).

【0027】[0027]

【発明の効果】以上説明したように、本発明は、使用者
がブラウザから必要としている情報をウェブサーバに送
信することにより、ウェブサーバが使用者から送信され
た情報をもとに必要としている情報を選別し加工し各使
用者ごとに動的に生成したHTMLを送信する。このこ
とにより使用者が参照したい情報だけを短時間で簡潔に
得ることが可能となる効果を有している。
As described above, according to the present invention, by transmitting the information required by the user from the browser to the web server, the web server requires the information based on the information transmitted from the user. The information is selected and processed, and the HTML generated dynamically for each user is transmitted. This has the effect that only the information that the user wants to refer can be obtained in a short time and simply.

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

【図1】本発明の実施の形態の構成を示すブロック図で
ある。
FIG. 1 is a block diagram showing a configuration of an embodiment of the present invention.

【図2】本実施の形態における(a)クライアント、
(b)ウェブサーバの動作の一例を示すフローチャート
である。
FIG. 2 shows (a) a client according to the embodiment;
6B is a flowchart illustrating an example of the operation of the web server.

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

1 クライアント 2 ウェブサーバ 10 受信条件設定手段 20 共通制御部 21 条件設定画面送信手段 22 設定条件受付手段 23 情報検索手段 24 検索情報加工手段 25 加工情報送信手段 26 設定条件格納部 27 HTMLファイル 28 検索情報格納部 29 加工情報格納部 REFERENCE SIGNS LIST 1 client 2 web server 10 reception condition setting unit 20 common control unit 21 condition setting screen transmission unit 22 setting condition reception unit 23 information search unit 24 search information processing unit 25 processing information transmission unit 26 setting condition storage unit 27 HTML file 28 search information Storage unit 29 Processing information storage unit

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークで接続されるクライアント
コンピュータから受信条件付きの受信要求をウェブサー
バが受け付けたとき、ウェブサーバが管理するHTML
ファイルを受信条件に従って検索し検索情報を加工し受
信条件に対応したHTMLファイルを動的に生成しクラ
イアントに送信するHTMLファイルの動的生成方式で
あって、 受信情報を選択する受信条件をクライアントからウェブ
サーバに送信する受信条件設定手段と、 前記受信条件を設定するための条件設定画面をウェブサ
ーバからクライアントに送信する条件設定画面送信手段
と、 クライアントから受信した前記受信条件を解析しウェブ
サーバ側の設定条件格納部に格納する設定条件受付手段
と、 前記設定条件格納部から前記受信条件を取得し指定され
た第1の受信条件に従ってウェブサーバが管理するHT
MLファイルを検索し検索情報を検索情報格納部に格納
する情報検索手段と、 前記設定条件格納部から前記受信条件を取得し指定され
た第2の受信条件に従って前記検索格納部に格納された
検索情報を加工し加工情報を加工情報格納部に格納する
検索情報加工手段と、 前記加工情報格納部に格納された加工情報をウェブサー
バからクライアントに送信する加工情報送信手段と、 クライアントからの受信要求を受信したとき前記条件設
定画面送信手段への制御と、クライアントから受信条件
を受信したとき前記設定条件受付手段への制御と、受信
条件の格納終了時に情報検索手段への制御と、検索処理
終了時に前記検索情報加工手段への制御と、加工処理終
了時に前記加工情報送信手段への制御とを行う共通制御
部と、を備えることを特徴とするHTMLファイルの動
的生成方式。
When a web server receives a reception request with reception conditions from a client computer connected via a network, an HTML managed by the web server is provided.
A dynamic HTML file generation method for retrieving files according to reception conditions, processing search information, dynamically generating an HTML file corresponding to the reception conditions, and transmitting the HTML file to the client. Receiving condition setting means for transmitting to the web server; condition setting screen transmitting means for transmitting a condition setting screen for setting the receiving condition from the web server to the client; analyzing the receiving condition received from the client to the web server side A setting condition receiving unit that stores the receiving condition from the setting condition storing unit, and an HT managed by the web server according to the specified first receiving condition.
Information retrieval means for retrieving an ML file and storing search information in a search information storage unit; obtaining the reception condition from the setting condition storage unit and storing the search information in the search storage unit according to a specified second reception condition Search information processing means for processing information and storing the processing information in the processing information storage unit; processing information transmitting means for transmitting the processing information stored in the processing information storage unit from the web server to the client; and a reception request from the client. When receiving the condition, controlling the setting condition receiving unit when receiving the receiving condition from the client, controlling the information searching unit when storing the receiving condition, and terminating the search process. And a common control unit that controls the search information processing unit and the processing information transmission unit at the end of processing. Dynamic method of generating the HTML file that.
【請求項2】 前記受信条件は、クライアントが必要な
データに関する検索条件と検索結果の表示方法とから構
成されることを特徴とする請求項1記載のHTMLファ
イルの動的生成方式。
2. The HTML file dynamic generation method according to claim 1, wherein said reception condition comprises a search condition relating to data required by the client and a display method of a search result.
【請求項3】 前記受信条件設定手段は、クライアント
からウェブサーバに受信要求すると、ウェブサーバから
条件設定画面が送信され前記受信条件が条件設定画面に
設定されたときウェブサーバに送信することを特徴とす
る請求項1記載のHTMLファイルの動的生成方式。
3. The reception condition setting means, wherein when a reception request is made from a client to a web server, a condition setting screen is transmitted from the web server, and when the reception condition is set in the condition setting screen, the reception condition is transmitted to the web server. 2. The dynamic generation method of an HTML file according to claim 1, wherein
【請求項4】 前記設定条件受付手段は、クライアント
から受信した前記受信条件の検索条件および表示方法を
解析しエラーが無ければ検索条件を構造化問い合わせ言
語に変換し前記設定条件格納部に格納しエラーが有れば
クライアントに再設定させることを特徴とする請求項
1、2または3記載のHTMLファイルの動的生成方
式。
4. The setting condition receiving means analyzes a search condition and a display method of the reception condition received from a client, and if there is no error, converts the search condition into a structured query language and stores it in the setting condition storage unit. 4. The dynamic HTML file generation method according to claim 1, wherein the client is reconfigured if there is an error.
【請求項5】 前記検索情報加工手段は、前記検索情報
格納部に格納された検索情報を指定された前記受信条件
の表示方法に従って表示項目を抽出し表示形式に加工し
前記加工情報格納部に格納することを特徴とする請求項
1記載のHTMLファイルの動的生成方式。
5. The search information processing means extracts a display item from the search information stored in the search information storage unit in accordance with a display method of the designated reception condition, processes the display item into a display format, and stores the display item in the processing information storage unit. 2. The method according to claim 1, wherein the HTML file is stored.
【請求項6】 前記加工情報格納部は、前記受信条件に
対応したHTMLファイルが生成されることを特徴とす
る請求項5記載のHTMLファイルの動的生成方式。
6. The dynamic HTML file generation method according to claim 5, wherein the processing information storage unit generates an HTML file corresponding to the reception condition.
JP9195769A 1997-07-22 1997-07-22 Dynamic generation system for html file Pending JPH1139329A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9195769A JPH1139329A (en) 1997-07-22 1997-07-22 Dynamic generation system for html file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9195769A JPH1139329A (en) 1997-07-22 1997-07-22 Dynamic generation system for html file

Publications (1)

Publication Number Publication Date
JPH1139329A true JPH1139329A (en) 1999-02-12

Family

ID=16346662

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9195769A Pending JPH1139329A (en) 1997-07-22 1997-07-22 Dynamic generation system for html file

Country Status (1)

Country Link
JP (1) JPH1139329A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010109046A (en) * 2000-06-01 2001-12-08 박규헌 Dynamic converting system of web page and running method thereof
KR20020004060A (en) * 2000-06-30 2002-01-16 문병무 Method and system of managing data base
KR100340169B1 (en) * 1999-09-27 2002-06-10 서성철 System and Method for Web Cataloging Dynamic Multimedia Using Java
KR100362381B1 (en) * 1999-12-27 2002-11-23 한국전자통신연구원 Web filtering system and method using thereof in internet
KR20030070427A (en) * 2002-02-25 2003-08-30 삼성에스디에스 주식회사 The streaming transmission method of data files using symbol concept
US7987183B2 (en) 1999-05-19 2011-07-26 Sony Corporation Information receiving system, information receiving method, information providing device, information providing method, information providing method providing medium, information processing device, information processing method and information processing method providing medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7987183B2 (en) 1999-05-19 2011-07-26 Sony Corporation Information receiving system, information receiving method, information providing device, information providing method, information providing method providing medium, information processing device, information processing method and information processing method providing medium
US8209326B2 (en) 1999-05-19 2012-06-26 Sony Corporation Information system, method, device and method providing system for conveying predetermined information as comment data
KR100340169B1 (en) * 1999-09-27 2002-06-10 서성철 System and Method for Web Cataloging Dynamic Multimedia Using Java
KR100362381B1 (en) * 1999-12-27 2002-11-23 한국전자통신연구원 Web filtering system and method using thereof in internet
KR20010109046A (en) * 2000-06-01 2001-12-08 박규헌 Dynamic converting system of web page and running method thereof
KR20020004060A (en) * 2000-06-30 2002-01-16 문병무 Method and system of managing data base
KR20030070427A (en) * 2002-02-25 2003-08-30 삼성에스디에스 주식회사 The streaming transmission method of data files using symbol concept

Similar Documents

Publication Publication Date Title
US10740546B2 (en) Automated annotation of a resource on a computer network using a network address of the resource
US5873077A (en) Method and apparatus for searching for and retrieving documents using a facsimile machine
US6209036B1 (en) Management of and access to information and other material via the world wide web in an LDAP environment
US8423530B2 (en) Searching in a computer network
JP4366040B2 (en) Network service system, server and program
JPH10105453A (en) Data repeater, server and information terminal equipment
US6725251B2 (en) Local-file-transfer method and local-filed-transfer system for client-server system
US6243662B1 (en) Data relay device, information terminal equipment, computer-readable recording medium storing data relay program, and computer-readable recording medium storing information browsing program
US20040158617A1 (en) Methods and systems for processing a link
JP2002099568A (en) Www server having function of automatically generating book mark for personal use
US20040117434A1 (en) System and method for merging, filtering and rating peer-solicited information
EP2435902A1 (en) Retrieval system, retrieval space map server apparatus and program
JPH1139329A (en) Dynamic generation system for html file
JP3647967B2 (en) Screen transition system
CA2339217A1 (en) Information access
KR20010060617A (en) Report generation and access device and method in network management system
JPH11143910A (en) Extension system for composite object and computer readable recording medium
JPH10260992A (en) Database processor and storage medium
JPH113203A (en) Screen dialog processor
JP2003271647A (en) Browsing file data providing method, browsing frequency data providing method, relay device therefor, program and storage medium
JP2003196134A (en) Client-side system, server-side system and client-side program for information exchange system based on image, and storage medium with exchanging information data stored therein
JP2003050799A (en) Method and system for retrieving database, program for retrieval management and recording medium thereof
JP2003099457A (en) Contents display method, its display system and its display program
JP2002032412A (en) Retrieving method for homepage and homepage retrieving server
JPH11149480A (en) Image information management system, image information retrieval device, medium recording image information management program and medium recording image information retrieval program

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20001003