JP4180138B2 - Search device and search method - Google Patents

Search device and search method Download PDF

Info

Publication number
JP4180138B2
JP4180138B2 JP35575297A JP35575297A JP4180138B2 JP 4180138 B2 JP4180138 B2 JP 4180138B2 JP 35575297 A JP35575297 A JP 35575297A JP 35575297 A JP35575297 A JP 35575297A JP 4180138 B2 JP4180138 B2 JP 4180138B2
Authority
JP
Japan
Prior art keywords
search
screen
display
item
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP35575297A
Other languages
Japanese (ja)
Other versions
JPH10247202A (en
Inventor
宣 平井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP35575297A priority Critical patent/JP4180138B2/en
Publication of JPH10247202A publication Critical patent/JPH10247202A/en
Application granted granted Critical
Publication of JP4180138B2 publication Critical patent/JP4180138B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

【0001】
【発明の属する技術分野】
本発明は、クライアントから指定された項目についてデータベースを検索し、検索結果をクライアント側の表示形式に基づいてクライアントに表示データを通知する検索装置および検索方法に関するものである。
【0002】
【従来の技術】
従来、インターネット上の情報提供手段であるWWWサーバシステム等では、クライアント側のパソコン上に組み込んだプラウザから指示されたネットワーク上のサーバ名(URL:uniform resource location)を指定すると、指定されたサーバに接続して、サーバから転送された情報をプラウザ上に表示する。サーバから転送される情報であるHTML(Hyper Text Markup Language)文書は、クライアント側からファイル名を指定すれば該当するファイルがクライアント上のプラウザに表示される。それ以外にも、プラウザから入力した情報をサーバに通知し、入力内容に応じた処理結果をプラウザに返して表示させることも可能である。このようにサーバ側で呼び出される検索等の処理を行う外部プログラムをゲートウェイと呼び、起動されたゲートウェイはサーバからCGI(Common Gateway interface)というインタフェースを介してクライアントのプラウザからの入力内容を受け取り処理した結果のファイルをサーバ側に返す(以降、ゲートウェイの外部プログラムをCGIアプリケーションプログラムとする)。処理を行うサーバ側ではゲートウェイから通知された処理結果ファイルをHTML文書としてクライアントに通知し、クライアント上のプラウザが画面上に表示するものである。プラウザから検索条件を入力し、検索した結果を表示する場合、図8に示すような構成によって行っていた。以下図8の構成を簡単に説明する。
【0003】
図8は、従来技術の説明図を示す。
図8において、プラウザ31は、パソコンなどのクライアントに組み込んでWWWサーバ上の接続先を指定してアクセスし各種情報を取り込んで画面上に表示したりなどするものである。この例では、データベース検索を行うサーバにアクセスし転送された、検索キーを入力する検索キー入力画面32を表示し、入力した検索キーによる検索結果の一覧を表示する検索結果一覧画面33を表示している。
【0004】
WWWサーバ41は、プラウザ31からのアクセスに対応して各種処理を行うCGIアプリケーションプログラム42などから構成されるものである。
CGIアプリケーションプログラム42は、ここでは、画面生成部43、入出力データの加工及び分岐処理部44、および外部データに対しての出力部45などから構成されるものである。
【0005】
画面生成部43は、プラウザ31からのアクセスに対応して、検索条件を入力したりあるいは検索結果を表示したりする画面であるHTML文書を生成するものである。
【0006】
入出力データの加工及び分岐処理部44は、入出力データを加工したり、プラウザに表示される複数の画面間の分岐を制御したりなどするものである。
外部データに対しての抽出部45は、プラウザから指定された条件に対して外部データベースからデータを検索しプラウザに表示させるなどするものである。
【0007】
【発明が解決しようとする課題】
上述した図8の構成のもとで、プラウザ31がWWWサーバ41にアクセスし、画面生成部43によって生成された検索キー入力画面を取り込んで検索キーを入力して通知し、入力データの加工及び分岐処理部44によって加工されたデータを検索結果一覧画面上に表示したり、外部データに対しての出力部45によって外部データ(データベース)を検索しその一覧を検索結果一覧画面上に表示したりなどした場合、以下の問題があった。
【0008】
(1) CGIインタフェースの仕様により、CGIアプリケーションプログラム42内では、プラウザ31に画面を表示するための画面生成部43、CGIの制御を行う入出力データの加工及び分岐処理部44、および外部データに対しての抽出部45の3つの手続きを、プラウザ31に表示する画面毎に1つのプログラムとして開発しなければならなかった。
【0009】
(2) 各ベンダにより図8のシステムを開発する際には、生産性の面を考慮し、開発し易いツールの提供があるもののそれぞれのツール間については、互換性がなく、ベンダ固有の開発手順で行うという問題があった。
【0010】
(3) ベンダ固有の開発資産となるため、WWWサーバや対象とする外部データ(データベースなど)の製品等の構成を制限されてしまう問題があった。
本発明は、これらの問題を解決するため、動作環境を与える定義体、画面個々のテンプレート、およびデータアクセスライブラリを設けてモジュール化し、定義体およびテンプレートの定義のみで各種画面を構築し、互換性を確保して設計・開発・テストなどの簡略化を図ることを目的としている。
【0011】
【課題を解決するための手段】
図1を参照して課題を解決するための手段を説明する。
図1において、WWWサーバ11は、プラウザ1からのアクセスに対応して画面を表示して検索結果などを表示させたりなどするものであって、CGIアプリケーションプログラム12、定義体13、テンプレート14、およびデータアクセスライブラリ15などから構成されるものである。
【0012】
CGIアプリケーションプログラム12は、画面種類毎の識別子である画面IDと画面から指定された処理を示すボタンの識別で画面を遷移させるなどするものである。ボタンは入力画面上で選択できる処理内容(取消、確定等)を表示し、ボタンの選択により処理を実行させるものである。
【0013】
定義体13は、画面遷移情報および該当するテンプレート名などを定義する内部テーブルである。
テンプレート14は、プラウザに通知するHTML文書のフォーマットであり、表題のような固定的な部分と検索結果のような可変的な部分から構成される。外部データベースを検索する項目については、データアクセスライブラリに検索処理を依頼し、検索した結果をテンプレート中に埋め込み、プラウザに通知する。
【0014】
データアクセスライブラリ15は、プラウザからの指示およびテンプレート中の記述に従って外部データをアクセスしてその結果を返したりなどするものである。外部データベースへのアクセス処理は、プラウザからの指示およびテンプレート中の記述に従って検索文を自動生成し実行するため、文書DB、項目の指定はプログラム固定ではなく可変に指定できる。
【0015】
次に、動作を説明する。
プラウザ1からのアクセスに対応して、WWWサーバ11のCGIアプリケーションプログラム12が定義体13を参照して選択されたボタンに従った画面遷移情報をもとにテンプレート名を取り出し、取り出したテンプレート名のテンプレート14から画面および必要に応じて外部データを取り出し、検索指示に対応してデータアクセスライブラリ15が外部データ16をアクセスしてその結果を返し、テンプレート中に埋め込み画面上に表示させるようにしている。
【0016】
従って、動作環境を与える定義体13、画面個々のテンプレート14、およびデータアクセスライブラリ15を設けてモジュール化することにより、定義体13およびテンプレート14の定義のみで各種画面を構築し、互換性を確保して設計・開発・テストなどの簡略化を図ることが可能となり、画面が変更されてもソースプログラムから修正する必要はなくなる。
【0017】
【発明の実施の形態】
次に、図1から図7を用いて本発明の実施の形態および動作を順次詳細に説明する。ここで、記録媒体あるいは外部記憶装置であるハードディスク装置などから読み出したプログラム、または、センタから回線を介して転送を受けたプログラムを主記憶にローディングして起動し、以下に説明する各種処理を行うようにしている。
【0018】
図1は、本発明のシステム構成図を示す。
図1において、プラウザ1は、インターネットなどで回線を介してサーバであるWWWサーバ11にアクセスして画面を取り込んでデータを入力したり、検索結果を画面上に表示したりなどするものであって、HTML言語で記述したHTML文書を表示するものである。
【0019】
HTML文書2は、HTML言語で記述した文書であって、ここでは、検索項目入力域3、検索結果表示域4、および画面間の取り回し情報5などから構成されるものである。
【0020】
検索項目入力域3は、検索しようとする項目を入力する領域である。
検索結果表示域4は、検索結果を表示する領域である。
画面間の取り回し情報5は、どのプラウザからの処理依頼であるかを識別する情報である。
【0021】
WWWサーバシステムでは、クライアント上のプラウザとWWWサーバとのやりとりは、1回のセション毎で独立している。そのため、例えばクライアントからサーバに検索条件を通知し、次に追加検索条件を通知しても、サーバでは追加の条件であることを識別できない。そのため、クライアントに表示させる複数画面を一括して管理するための識別情報であるDISPLAY ID等をHTML文書間に埋め込むことにより、関連する画面を管理するものである。
【0022】
WWWサーバ11は、プラウザ1からのアクセスに対応して画面を表示させ、検索項目を入力させたり、検索結果を表示させたりなどするものであって、CGIアプリケーションプログラム12、定義体13、テンプレート14、およびデータアクセスライブラリ15などから構成されるものである。
【0023】
CGIアプリケーションプログラム12は、画面IDとボタンの識別で画面を遷移させるなどするものである。
定義体13は、画面遷移情報に対応するテンプレート名などを定義するものであって、後述する図5に示すように、ボタンDEC、画面遷移DEC、表示項目DEC、検索項目DECなどから構成されるものである。
【0024】
テンプレート14は、テンプレート名に対応づけて画面および必要に応じて外部データの検索を定義したりなどするものである。
データアクセスライブラリ15は、外部データ16をアクセスしてその結果を返したりなどするものである。
【0025】
外部データ16は、データベースなどの外部データである。
本願出願の機能を実現させるためのプログラムは媒体で提供され、図1に示すようなサーバの装置にインストールされ、メモリ上で動作するものである。
【0026】
次に、図2のフローチャートに示す順序に従い、図1の構成の動作を詳細に説明する。
図2は、本発明のシステム構成図を示す。
【0027】
図2において、S1は、CGI変数群をデコードする。これは、後述する図7のS41に記載のURL
http://test.co.jp/cgi-bin/search
をデコードする。
【0028】
S2は、CGI変数のDISPLAYIDの値を取得する。
S3は、ボタンDECからDISPLYIDに該当するボタンID一覧を取得する。
S4は、取得したボタンID一覧と、CGI変数中のボタンIDを比較し、S5以降の該当するボタンIDの処理を行う。
【0029】
本説明では、DBへの検索を例として説明しているため、画面上から指定できる処理として、「検索」、「次画面表示」、「前画面表示」、「(処理取消による)画面初期化」等がある。従って、プラウザからこれらの処理が選択ボタンにより指定された場合のWWWサーバ側での処理の流れを以下に示す。
【0030】
S5は、ボタンID=“BNO1"(検索)の場合には、そのままS16に進む。
S6は、ボタンID=“BNO2"(画面分岐のみの次画面表示)の場合には、S10で取得したDISPLYIDとボタンIDに該当するレコードをボタンDECから読み取り、分岐項目名を取得し、S11でCGI変数と分岐項目名をマッチングし、分岐項目名に対応する値を取得し、S12で画面遷移DECから取得したDISPLYIDと分岐項目名と値に該当する下位のDISPLYIDを取得する。そして、S16に進む。
【0031】
S7は、ボタンID=“BNO2"(結果表示の次画面表示)の場合には、S13で画面遷移DECの上位のDISPLYIDと取得したDISPLYIDが一致する下位のDISPLYIDを取得する。そしてS16に進む。
【0032】
S8は、ボタンID=“BNO4"(前画面表示)の場合には、S14で画面遷移DECの下位のDISPLYIDと取得したDISPLYIDが一致する上位のDISPLYIDを取得する。そしてS16に進む。
【0033】
S9は、ボタンID=“その他"(画面の初期化)の場合には、S15で画面遷移DECから最上位の画面のDISPLYIDを取得する。そして、S16に進む。
S16は、画面遷移DECから最終的に取得したDISPLYIDに一致するテンプレート名を取得し、シーケンシャルに読み込む。
【0034】
S17は、テンプレート内の記述文字列の判定を行う。
S18は、S17のテンプレート内の記述文字列が
<INPUT TYPE=HIDDEN・・・>
の場合には、S21でCGI変数を非表示項目の値として出力する。既述したディスプレイIDのようなクライアントに返すデータ中に設定するが、画面表示させる必要のないデータが対象となる。
【0035】
S19は、S17のテンプレート内の記述文字列が
<!....SELECT...文字列>
の場合には、S22でデータアクセスライブラリをコールする。SELECT以降の文字列はデータベースへの検索項目を示すものである。
【0036】
S20は、S17のテンプレート内の記述文字列が
<その他の文字列>
が出現する。この出現した場合には、S23 でテンプレートの内容をそのまま出力する。
【0037】
以上によって、プラウザからのURLを受信したWWWサーバ11がデコードしてDISPLYIDの値(例えばINDEX)を取得し、ボタンDECからDISPLYIDに対応するボタンID一覧を取得し、その取得したボタンIDにより検索、画面分岐のみの次画面表示、結果表示の次画面表示、前画面表示、あるいは画面の初期化を行う。次に画面遷移DECから最終的に取得したDISPLYIDに一致するテンプレートを取得し、当該テンプレート内の記述により非表示項目の値として出力、データアクセスライブリをコール、あるいはテンプレートの内容をそのまま出力することが可能となる。
【0038】
図3は、本発明のデータライブラリの処理フローチャートを示す。これは、既述した図2のS22の詳細処理フローチャートである。
図3において、S31は、CGIアプリケーションプログラムが渡される
<!...SELECT...文字列>
の“文字列"から空白を区切り文字として複数の文字列に分割し、グループID(GRP=で始まる文字列)と表示項目ID(その他の文字列)を取得する。
【0039】
S32は、現在取得しているDISPLYIDを取得する。
S33は、表示項目DECからDISPLYIDとグループIDが一致するレコードを読み込み、表示項目IDに対応する抽出すべきデータの属性値を取得する。データベース検索結果をHTML文書に書き込む際に、属性値に応じて結果データの前後に必要なデータを付加し、HTMLの表示文を組み立てる。
【0040】
S34は、検索項目DECからDISPLYIDとグループIDが一致するレコードを読み込み、CGI変数と対応する項目を分析し、データを抽出する際の条件文を組み立てる。
【0041】
S35は、条件文と表示文からデータ入出力用の命令を組み立てる。そして、抽出結果を出力することでCGIアプリケーションに内容を返す。
以上によって、図2のS22でデータアクセスライブライ15がコールされたときに、自動的に条件文を組み立てて検索し、その抽出結果のHTML文書を自動的に生成して返すことが可能となる。
【0042】
図4は、本発明の具体例による操作イメージ例を示す。
図4の(a)は、プラウザからのURLの指定を行う。これは、右側に記載したように、商品検索のCGIアプリケーションプログラムを、プラウザ1から起動する。プラウザ1が例えばURL
htt://test.co.jp/cgi-bin/search
をWWWサーバ11に送信し、当該WWWサーバ11が“search"(CGIアプリケーションプログラム12)をコールして起動する(図7のS41、S42参照)。
【0043】
図4の(b)は、商品検索画面の例を示す。これは、図4の(a)のURLによって起動されたCGIアプリケーションプログラム(search)12が後述する図7のS43、S44、S45によって図示の商品検索画面を表示する。この商品検索画面上で、ここでは、右側に記載したように、商品分類(ここでは、“家電”を選択)を検索キーとして選択後、確定ボタンをクリックする(図7のS46)。
【0044】
図4の(c)は、検索結果画面の例を示す。これは、図4の(b)で“家電”を選択して確定ボタンを押下したことに対応して、図7のS47ないしS51によって、図示の検索結果画面を表示する。ここでは、右側に記載したように、商品分類の検索条件を受けて、検索結果画面を表示、例えば家電商品の一覧として商品名と金額の一覧を図示のように表示する。
【0045】
以上によって、プラウザ1からURLを送信するのみで、自動的にWWWサーバ11から商品検索画面が送信されてプラウザ1に表示され、この商品検索画面上で商品分類(例えば“家電”)を選択して確定ボタンを押下すると、自動的にWWWサーバが検索して検索結果画面上に検索結果を表示することが可能となる。
【0046】
図5は、本発明の定義体例を示す。
図5の(a)は、使用されたボタンDECを示す。本テーブルは、DISPLAYIDが示す各画面中で選択できる処理ボタンのIDを管理するものである。このボタンDECは、図示のように、DISPLYIDとボタンIDとを対応づけて図示の下記のように定義する。
【0047】
DISPLYID ボタンID 分岐項目名
INDEX BN01
図5の(b)は、使用された画面遷移DECを示す。この画面遷移DECは、上位のDISPLYIDに対応づけて画面遷移先である下位のDISPLYID、テンプレート名、分岐項目の値などを図示の下記のように定義する。
【0048】
上位のDISPLYID 下位のDISPLYID テンプレート名 分岐項目の値
INDEX SO1 INDEX.HTM
図5の(c)は、使用された表示項目DECを示す。本テーブルは、検索結果を表示する場合の表示形式を定義したテーブルである。この表示項目DECは、DISPLYIDに対応づけて表示項目ID、抽出の際に前方に付加させるデータ、抽出の際に後方に付加させるデータ、実体のファイル名、実体の項目名、グループIDを図示のように定義する。
【0049】
図5の(d)は、使用された検索項目DECを示す。本テーブルは、指定された検索条件設定時に参照するテーブルである。この検索項目DECは、DISPLYIDに対応づけて、入力項目ID、実体のファイル名、実体の項目名、グループID、検索時の演算子を図示のように定義する。
【0050】
以上のようにボタンDEC、画面遷移DEC、表示項目DEC、検索項目DECを定義する。
図6は、本発明のテンプレート例を示す。画面毎のフォーマットを示すHTML文書である。
【0051】
図6の(e)は、使用されたテンプレートの例を示す。これは、既述した図5の(b)のテンプレート名“INDEX.HTM"のテンプレートである。
図6の(f)は、使用されたテンプレートの例を示す。これは、既述した図5の(b)のテンプレート名“SO1.HTM"のテンプレートである。
【0052】
図7は、本発明の動作例を示す。これは、図5および図6の記載された定義体およびテンプレートを用意した状態で、既述した図4の(a)のURLの指定、図4の(b)の商品検索画面の表示、選択、図4の(c)の検索結果画面の表示を行うときの詳細な手順を示したものである。
【0053】
図7において、S41は、プラウザ1が
http://test.co.jp/cgi-bin/search
をURLとして指定し、送信する。
【0054】
S42は、WWWサーバ11がCGIアプリケーションプログラム12(search)をコールする。
S43は、CGIアプリケーションプログラム12が
(1) DISPLYID=“” AND ボタンID=“”であるため、画面遷移DECから最上位のDISPLYID(=INDEX)を取得する。
【0055】
(2) 画面遷移DECのDISPLYID=INDEXであるレコードから、テンプレート名(INDEX.HTM)を取得し、テンプレートを読み込む。
(3) テンプレートの内容を出力したHTMLデータをWWWサーバに渡す。
【0056】
S44は、WWWサーバ11が
(1) CGIアプリケーションプログラム12から渡されたHTMLデータをプラウザ1に渡す。
【0057】
(2) テンプレート内のボタンID(=BNO2)と、DISPLYID(=INDEX)もHTMLデータ内に埋め込まれる。
S45は、プラウザ1がサーバから渡されたHTMLデータに従い商品検索の画面を表示する。
【0058】
S46は、商品検索の画面の商品分類において“家電”(KEY001=001%)を選択し、確定ボタン(ボタンID=BN02)をクリックする。
S47は、WWWサーバ11がCGIアプリケーション(search)をコールし、CGI変数としてDISPLAY ID=INDEX、BNO2、KEY001、001%が渡される。
【0059】
S48は、CGアプリケーションプログラム12が
(1) DISPLYID=“INDEX"となるボタン一覧をボタンDECから取得する(BN01とBN02)。
【0060】
(2) ボタンID一覧とCGI変数をマッピングさせ、該当するボタンIDを取得する(BN02)Q
(3) 画面遷移DECの上位のDISPLYIDと取得したDISPLYIDが一致する下位のDISPLYIDを取得する(SO1)。
【0061】
(4) 画面遷移DECからDISPLYID=SO1であるテンプレート名(SO1.HTM)を取得し、読み込む。
(5) <!-SELECT-GRP=01 MARK NAME YEN>がテンプレート中に現れたため、データアクセスライブラリをコールする。
【0062】
S49は、(5)でコールされたデータアクセスライブラリ15が以下の処理を行う。
(1)<!-SELECT-GRP=01 MARK YEN>からグループID(=01)と表示項目ID(MARK,NAME,YEN)を取得する。
【0063】
(2)現在のDISPLYIDを取得する(SO1)。
(3)表示項目DECからDISPLYIDとグループIDが一致するレコードを読み込み表示項目IDに対応する表示文を組立てる。MARKは商品マスタの商品コードを抽出し、抽出した各データの前後に指定されたデータを付加させる。NAME,YENも同様に解釈する。
【0064】
(4) 検索項目DECからDISPLYIDとグループIDが一致するレコードを読み込み入力項目IDとCGI変数のマッチングを行い、条件文を組み立てる。
入力項目IDであるKEY001の値として家電を示す001が通知されたため、商品マスタの商品コードが家電の前方一致となる条件を組み立てる。
【0065】
(5)組立てた表示文中に条件文により検索した結果を入れてHTML文書として出力する。図4(c)に示すような、選択ボタンを示すイメージ、商品名(○○商品)、単価(○○円)と表示する。
【0066】
(6) <INPUT TYPE=HIDDEN NAME=HIDEKEY VALUE=“">がテンプレート中に現れたため、CGI変数を当該変数名に格納する。
S50は、WWWサーバが
(1)CGIアプリケーションプログラムから渡されたデータをプラウザ1に渡す。
【0067】
(2)テンプレート内のボタンIDとDISPLYID(=S01)等も渡される。
S51は、検索結果の画面が表示される(DISPLYID:SO1)。
【0068】
【発明の効果】
以上説明したように、本発明によれば、各画面の動作環境を定義する定義体、画面個々の表示形式及びデータベースへの検索条件を定義するテンプレート、及びデータベースへのアクセス処理のみを行うデータアクセスライブラリを用意し、定義体及びテンプレート内の設定内容を基にデータアクセスライブラリにデータベース検索処理を依頼し、検索結果及びテンプレートに従って表示結果データを生成するような処理プログラムを用意することにより、従来と同様の検索指定及び処理結果をプラウザに表示させるデータの生成が可能となる。従って、従来、各画面毎に用意された処理プログラムにより指定された検索を行い、検索結果のHTML文書を作成していたため、画面内容、検索処理に変更があると、処理プログラムの修正が必要となっていたが、本発明によれば、プログラムではなく定義体及びテンプレートというデータのみの変更で対応できるようになり、効率的な修正が可能となる。
【図面の簡単な説明】
【図1】本発明のシステム構成図である。
【図2】本発明の動作説明フローチャートである。
【図3】本発明のデータライブラリの処理フローチャートである。
【図4】本発明の具体例による操作イメージ例である。
【図5】本発明の定義体例である。
【図6】本発明のテンプレート例である。
【図7】本発明の動作例である。
【図8】従来技術の説明図である。
【符号の説明】
1:プラウザ
2:HTML文書
3:検索項目入力域
4:検索結果表示域
5:画面間の取り回し情報
11:WWWサーバ
12:CGIアプリケーションプログラム
13:定義体
14:テンプレート
15:データアクセスライブラリ
16:外部データ
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a search apparatus and a search method for searching a database for an item designated by a client and notifying display data to the client based on a search result on the client side.
[0002]
[Prior art]
Conventionally, in a WWW server system or the like as information providing means on the Internet, when a server name (URL: uniform resource location) designated by a browser incorporated on a client-side personal computer is designated, the designated server is designated. Connect and display the information transferred from the server on the browser. An HTML (Hyper Text Markup Language) document, which is information transferred from the server, is displayed on a browser on the client if a file name is specified from the client side. In addition, it is also possible to notify the server of information input from the browser and return the processing result corresponding to the input content to the browser for display. The external program that performs processing such as retrieval called on the server side is called a gateway, and the activated gateway receives and processes the input content from the client browser via the CGI (Common Gateway interface) interface from the server. The resulting file is returned to the server side (hereinafter, the gateway external program is referred to as a CGI application program). The server that performs processing notifies the client of the processing result file notified from the gateway as an HTML document, and the browser on the client displays it on the screen. When a search condition is input from a browser and the search result is displayed, the configuration shown in FIG. 8 is used. The configuration of FIG. 8 will be briefly described below.
[0003]
FIG. 8 is an explanatory diagram of the prior art.
In FIG. 8, a browser 31 is incorporated in a client such as a personal computer, specifies a connection destination on a WWW server, accesses it, captures various information, and displays it on a screen. In this example, a search key input screen 32 for inputting a search key transferred after accessing a database search server is displayed, and a search result list screen 33 for displaying a list of search results by the input search key is displayed. ing.
[0004]
The WWW server 41 includes a CGI application program 42 that performs various processes in response to access from the browser 31.
Here, the CGI application program 42 includes a screen generation unit 43, an input / output data processing and branch processing unit 44, an output unit 45 for external data, and the like.
[0005]
In response to access from the browser 31, the screen generation unit 43 generates an HTML document that is a screen for inputting search conditions or displaying search results.
[0006]
The input / output data processing and branch processing unit 44 processes input / output data, controls branching between a plurality of screens displayed on the browser, and the like.
The external data extraction unit 45 retrieves data from an external database for a condition designated by the browser and displays the data on the browser.
[0007]
[Problems to be solved by the invention]
Under the configuration of FIG. 8 described above, the browser 31 accesses the WWW server 41, takes in the search key input screen generated by the screen generation unit 43, inputs and notifies the search key, and processes the input data. The data processed by the branch processing unit 44 is displayed on the search result list screen, the external data (database) is searched by the output unit 45 for external data, and the list is displayed on the search result list screen. Etc., there were the following problems.
[0008]
(1) Due to the specification of the CGI interface, the CGI application program 42 includes a screen generation unit 43 for displaying a screen on the browser 31, an input / output data processing and branch processing unit 44 for controlling the CGI, and external data. On the other hand, the three procedures of the extraction unit 45 must be developed as one program for each screen displayed on the browser 31.
[0009]
(2) When developing the system of Fig. 8 by each vendor, considering the productivity aspect, there are tools that are easy to develop, but there is no compatibility between the tools, and the vendor-specific development There was a problem of doing in the procedure.
[0010]
(3) Since this is a vendor-specific development asset, there is a problem that the configuration of a product of a WWW server or a target external data (such as a database) is limited.
In order to solve these problems, the present invention provides a definition body that gives an operating environment, a template for each screen, and a data access library for modularization, and various screens are constructed only by the definition of the definition body and the template. The purpose is to simplify design, development, testing, etc.
[0011]
[Means for Solving the Problems]
Means for solving the problem will be described with reference to FIG.
In FIG. 1, the WWW server 11 displays a screen in response to an access from the browser 1 to display a search result, etc., and includes a CGI application program 12, a definition body 13, a template 14, and The data access library 15 and the like are included.
[0012]
The CGI application program 12 transitions the screen by identifying a screen ID that is an identifier for each screen type and a button indicating a process designated from the screen. The button displays processing contents (cancellation, confirmation, etc.) that can be selected on the input screen, and executes processing by selecting the button.
[0013]
The definition body 13 is an internal table that defines screen transition information and a corresponding template name.
The template 14 is a format of an HTML document notified to the browser, and is composed of a fixed part such as a title and a variable part such as a search result. For the item for searching the external database, the data access library is requested to perform a search process, the search result is embedded in the template, and the browser is notified.
[0014]
The data access library 15 accesses external data in accordance with instructions from the browser and the description in the template and returns the result. In the access process to the external database, a search sentence is automatically generated and executed according to the instruction from the browser and the description in the template. Therefore, the specification of the document DB and the item can be variably specified instead of fixed to the program.
[0015]
Next, the operation will be described.
Corresponding to the access from the browser 1, the CGI application program 12 of the WWW server 11 retrieves the template name based on the screen transition information according to the button selected with reference to the definition body 13, and the extracted template name A screen and external data are extracted from the template 14 as necessary, and the data access library 15 accesses the external data 16 in response to a search instruction, returns the result, and displays it on the embedded screen in the template. .
[0016]
Therefore, by defining the definition body 13 that gives the operating environment, the screen templates 14 and the data access library 15 and modularizing them, various screens can be constructed only by the definition of the definition body 13 and the template 14 to ensure compatibility. Therefore, it is possible to simplify design, development, testing, etc., and even if the screen is changed, it is not necessary to correct from the source program.
[0017]
DETAILED DESCRIPTION OF THE INVENTION
Next, embodiments and operations of the present invention will be described sequentially in detail with reference to FIGS. Here, a program read from a recording medium or a hard disk device which is an external storage device, or a program transferred from the center via a line is loaded into the main memory and started, and various processes described below are performed. I am doing so.
[0018]
FIG. 1 shows a system configuration diagram of the present invention.
In FIG. 1, a browser 1 accesses a WWW server 11 which is a server via a line on the Internet or the like, captures a screen, inputs data, or displays a search result on the screen. The HTML document described in the HTML language is displayed.
[0019]
The HTML document 2 is a document described in the HTML language, and is composed of a search item input area 3, a search result display area 4, handling information 5 between screens, and the like.
[0020]
The search item input area 3 is an area for inputting an item to be searched.
The search result display area 4 is an area for displaying search results.
The inter-screen handling information 5 is information for identifying which browser is the processing request.
[0021]
In the WWW server system, the exchange between the browser on the client and the WWW server is independent for each session. Therefore, for example, even if the client notifies the server of the search condition and then notifies the additional search condition, the server cannot identify the additional condition. Therefore, related screens are managed by embedding DISPLAY ID, which is identification information for collectively managing a plurality of screens to be displayed on the client, between HTML documents.
[0022]
The WWW server 11 displays a screen corresponding to an access from the browser 1 to input search items, display search results, and the like. The CGI application program 12, the definition body 13, and the template 14 And the data access library 15 and the like.
[0023]
The CGI application program 12 transitions the screen by identifying the screen ID and the button.
The definition body 13 defines a template name corresponding to the screen transition information, and includes a button DEC, a screen transition DEC, a display item DEC, a search item DEC, and the like as shown in FIG. Is.
[0024]
The template 14 defines a screen associated with a template name and external data search as necessary.
The data access library 15 accesses the external data 16 and returns the result.
[0025]
The external data 16 is external data such as a database.
A program for realizing the functions of the present application is provided as a medium, installed in a server apparatus as shown in FIG. 1, and operates on a memory.
[0026]
Next, the operation of the configuration of FIG. 1 will be described in detail according to the order shown in the flowchart of FIG.
FIG. 2 shows a system configuration diagram of the present invention.
[0027]
In FIG. 2, S1 decodes a CGI variable group. This is the URL described in S41 of FIG.
http://test.co.jp/cgi-bin/search
Decode.
[0028]
In S2, the value of DISPLAYID of the CGI variable is acquired.
In S3, a button ID list corresponding to DISPLYID is acquired from the button DEC.
In S4, the acquired button ID list is compared with the button ID in the CGI variable, and the processing of the corresponding button ID after S5 is performed.
[0029]
In this description, DB search is used as an example, so the processes that can be specified from the screen are “Search”, “Next screen display”, “Previous screen display”, “Screen initialization (by canceling processing)” And so on. Therefore, the flow of processing on the WWW server side when these processing is designated by the selection button from the browser is shown below.
[0030]
If the button ID = “BNO1” (search), S5 proceeds directly to S16.
S6 reads the record corresponding to the DISPLYID and the button ID acquired in S10 from the button DEC when the button ID = "BNO2" (next screen display of only the screen branch), acquires the branch item name, and in S11 The CGI variable is matched with the branch item name, the value corresponding to the branch item name is acquired, and the DISPLYID acquired from the screen transition DEC and the lower level DISPLYID corresponding to the branch item name and value are acquired in S12. Then, the process proceeds to S16.
[0031]
In S7, when the button ID = “BNO2” (next screen display of the result display), the lower DISPLYID in which the upper DISPLYID of the screen transition DEC matches the acquired DISPLYID in S13 is acquired. Then, the process proceeds to S16.
[0032]
In S8, when the button ID = “BNO4” (previous screen display), the upper DISPLYID in which the lower DISPLYID of the screen transition DEC matches the acquired DISPLYID in S14 is acquired. Then, the process proceeds to S16.
[0033]
In S9, when the button ID = “others” (screen initialization), the DISPLYID of the highest screen is acquired from the screen transition DEC in S15. Then, the process proceeds to S16.
In S16, a template name that matches the DISPLYID finally acquired from the screen transition DEC is acquired and read sequentially.
[0034]
In S17, the description character string in the template is determined.
S18 is a description character string in the template of S17
<INPUT TYPE = HIDDEN ...>
In this case, the CGI variable is output as the value of the non-display item in S21. Data that is set in the data returned to the client, such as the display ID described above, but does not need to be displayed on the screen is the target.
[0035]
S19 is the description character string in the template of S17
<! .... SELECT ... string>
In this case, the data access library is called in S22. The character string after SELECT indicates a search item to the database.
[0036]
S20 is the description character string in the template of S17
<Other character string>
Appears. If this appears, the contents of the template are output as they are in S23.
[0037]
As described above, the WWW server 11 that has received the URL from the browser decodes and acquires the DISPLYID value (for example, INDEX), acquires the button ID list corresponding to the DISPLYID from the button DEC, and searches using the acquired button ID. Next screen display with only screen branch, next screen display of result display, previous screen display, or screen initialization. Next, obtain a template that matches the DISPLYID that was finally obtained from the screen transition DEC, and output it as the value of a hidden item according to the description in the template, call the data access library, or output the content of the template as it is Is possible.
[0038]
FIG. 3 shows a processing flowchart of the data library of the present invention. This is the detailed processing flowchart of S22 of FIG.
In FIG. 3, a CGI application program is passed in S31.
<! ... SELECT ... string>
Is divided into a plurality of character strings using a space as a delimiter, and a group ID (character string starting with GRP =) and a display item ID (other character strings) are obtained.
[0039]
In S32, the currently acquired DISPLYID is acquired.
In S33, a record whose DISPLYID and group ID match is read from the display item DEC, and an attribute value of data to be extracted corresponding to the display item ID is acquired. When writing the database search result in the HTML document, necessary data is added before and after the result data according to the attribute value, and an HTML display sentence is assembled.
[0040]
In S34, a record whose DISPLYID and group ID match is read from the search item DEC, an item corresponding to the CGI variable is analyzed, and a conditional statement for extracting data is assembled.
[0041]
In S35, a data input / output instruction is assembled from the conditional sentence and the display sentence. Then, the contents are returned to the CGI application by outputting the extraction result.
As described above, when the data access library 15 is called in S22 of FIG. 2, it is possible to automatically assemble and retrieve conditional statements and automatically generate and return an HTML document as an extraction result. .
[0042]
FIG. 4 shows an operation image example according to an embodiment of the present invention.
In FIG. 4A, a URL is designated from the browser. This starts a CGI application program for searching for a product from the browser 1 as described on the right side. The browser 1 is for example a URL
htt: //test.co.jp/cgi-bin/search
Is sent to the WWW server 11 and the WWW server 11 calls “search” (CGI application program 12) to start (see S41 and S42 in FIG. 7).
[0043]
FIG. 4B shows an example of a product search screen. In this case, the CGI application program (search) 12 activated by the URL shown in FIG. 4A displays the product search screen shown in FIG. 7 through S43, S44, and S45 described later. On this merchandise search screen, here, as described on the right side, after selecting the merchandise category (here, “home appliance” is selected) as a search key, the confirmation button is clicked (S46 in FIG. 7).
[0044]
FIG. 4C shows an example of a search result screen. This corresponds to the fact that “home appliance” is selected in FIG. 4B and the confirm button is pressed, and the search result screen shown in FIG. 7 is displayed in S47 to S51 of FIG. Here, as described on the right side, the search result screen is displayed in response to the search condition of the product classification, for example, a list of product names and amounts is displayed as a list of home appliances as shown in the figure.
[0045]
As described above, simply by transmitting the URL from the browser 1, the product search screen is automatically transmitted from the WWW server 11 and displayed on the browser 1, and the product category (for example, “home appliance”) is selected on the product search screen. When the confirm button is pressed, the WWW server automatically searches and the search result can be displayed on the search result screen.
[0046]
FIG. 5 shows an example of a definition body of the present invention.
FIG. 5A shows the button DEC used. This table manages IDs of processing buttons that can be selected on each screen indicated by the DISPLAY ID. This button DEC is defined as shown below by associating DISPLYID and button ID as shown in the figure.
[0047]
DISPLYID Button ID Branch item name
INDEX BN01
FIG. 5B shows the screen transition DEC used. In this screen transition DEC, the lower-level DISPLYID, template name, branch item value, and the like, which are screen transition destinations, are defined as shown below in association with the upper-level DISPLYID.
[0048]
Upper DISPLYID Lower DISPLYID Template name Branch item value
INDEX SO1 INDEX.HTM
FIG. 5C shows the display item DEC used. This table is a table that defines a display format for displaying search results. This display item DEC includes a display item ID associated with DISPLYID, data to be added forward during extraction, data to be added backward during extraction, entity file name, entity item name, and group ID. Define as follows.
[0049]
FIG. 5D shows the search item DEC used. This table is a table that is referred to when a designated search condition is set. In this search item DEC, an input item ID, an actual file name, an actual item name, a group ID, and an operator at the time of search are defined as shown in association with DISPLYID.
[0050]
As described above, the button DEC, the screen transition DEC, the display item DEC, and the search item DEC are defined.
FIG. 6 shows an example template of the present invention. It is an HTML document showing a format for each screen.
[0051]
FIG. 6E shows an example of a used template. This is the template with the template name “INDEX.HTM” in FIG.
FIG. 6F shows an example of a used template. This is the template with the template name “SO1.HTM” in FIG.
[0052]
FIG. 7 shows an operation example of the present invention. In the state where the definition body and the template described in FIGS. 5 and 6 are prepared, the above-described specification of the URL in FIG. 4A and the display and selection of the product search screen in FIG. FIG. 5 shows a detailed procedure for displaying the search result screen of FIG.
[0053]
In FIG. 7, S41 indicates that the browser 1
http://test.co.jp/cgi-bin/search
Is specified as a URL and transmitted.
[0054]
In S42, the WWW server 11 calls the CGI application program 12 (search).
In S43, since the CGI application program 12 is (1) DISPLYID = “” AND button ID = “”, the highest level DISPLYID (= INDEX) is acquired from the screen transition DEC.
[0055]
(2) The template name (INDEX.HTM) is acquired from the record with DISPLYID = INDEX of the screen transition DEC, and the template is read.
(3) Pass the HTML data that outputs the contents of the template to the WWW server.
[0056]
In S <b> 44, the WWW server 11 passes (1) the HTML data passed from the CGI application program 12 to the browser 1.
[0057]
(2) The button ID (= BNO2) and DISPLYID (= INDEX) in the template are also embedded in the HTML data.
In S45, the browser 1 displays a product search screen according to the HTML data delivered from the server.
[0058]
In S46, “Home Appliance” (KEY001 = 001%) is selected in the product classification on the product search screen, and the confirmation button (button ID = BN02) is clicked.
In S47, the WWW server 11 calls the CGI application (search), and DISPLAY ID = INDEX, BNO2, KEY001, and 001% are passed as CGI variables.
[0059]
In S48, the CG application program 12 acquires a button list (1) DISPLYID = “INDEX” from the button DEC (BN01 and BN02).
[0060]
(2) Map the button ID list and CGI variable to obtain the corresponding button ID (BN02) Q
(3) The lower level DISPLYID whose acquired DISPLYID matches the upper level DISPLYID of the screen transition DEC is acquired (SO1).
[0061]
(4) Obtain and read the template name (SO1.HTM) with DISPLYID = SO1 from the screen transition DEC.
(5) <! -SELECT-GRP = 01 MARK NAME YEN> appears in the template, so call the data access library.
[0062]
In S49, the data access library 15 called in (5) performs the following processing.
(1) <! -SELECT-GRP = 01 Get group ID (= 01) and display item ID (MARK, NAME, YEN) from MARK YEN>.
[0063]
(2) Obtain the current DISPLYID (SO1).
(3) A record whose DISPLYID and group ID match is read from the display item DEC, and a display sentence corresponding to the display item ID is assembled. MARK extracts the product code of the product master, and adds specified data before and after each extracted data. NAME and YEN are interpreted in the same way.
[0064]
(4) Read the record whose DISPLYID and group ID match from the search item DEC, match the input item ID with the CGI variable, and assemble the conditional statement.
Since 001 indicating the home appliance is notified as the value of KEY001 that is the input item ID, a condition is established in which the product code of the product master matches the front of the home appliance.
[0065]
(5) Put the search result in the conditional sentence in the assembled display sentence and output it as an HTML document. As shown in FIG. 4C, an image showing a selection button, a product name (XX product), and a unit price (XX yen) are displayed.
[0066]
(6) Since <INPUT TYPE = HIDDEN NAME = HIDEKEY VALUE = “”> appears in the template, the CGI variable is stored in the variable name.
In S50, the WWW server (1) passes the data passed from the CGI application program to the browser 1.
[0067]
(2) Button ID and DISPLYID (= S01) in the template are also passed.
In S51, a search result screen is displayed (DISPLYID: SO1).
[0068]
【The invention's effect】
As described above, according to the present invention, the definition body that defines the operating environment of each screen, the template that defines the display format of each screen and the search condition for the database, and the data access that performs only the access processing to the database. By preparing a library, requesting a database search process from the data access library based on the definition contents and the setting contents in the template, and preparing a processing program that generates display result data according to the search result and the template, It is possible to generate data for displaying similar search designations and processing results on the browser. Therefore, conventionally, a search specified by a processing program prepared for each screen has been performed and an HTML document as a search result has been created. Therefore, if there is a change in the screen content or search processing, the processing program must be modified. However, according to the present invention, it is possible to cope with a change only in data such as a definition body and a template instead of a program, and an efficient correction becomes possible.
[Brief description of the drawings]
FIG. 1 is a system configuration diagram of the present invention.
FIG. 2 is a flowchart explaining the operation of the present invention.
FIG. 3 is a processing flowchart of the data library of the present invention.
FIG. 4 is an operation image example according to a specific example of the present invention.
FIG. 5 is an example of a definition body of the present invention.
FIG. 6 is an example template of the present invention.
FIG. 7 is an operation example of the present invention.
FIG. 8 is an explanatory diagram of the prior art.
[Explanation of symbols]
1: Browser 2: HTML document 3: Search item input area 4: Search result display area 5: Inter-screen handling information 11: WWW server 12: CGI application program 13: Definition body 14: Template 15: Data access library 16: External data

Claims (2)

クライアント装置から受信した情報に基づき、指定された項目についてデータベースを検索し、検索結果をクライアント装置側の表示形式に基づいてクライアント装置に表示データを通知する検索装置において、
画面IDに対応づけて、検索結果表示画面の表示データ中に検索結果が格納される位置を定義したテンプレートファイルと、
検索対象項目毎に検索対象データベースのファイル名および項目名を定義し、表示項目毎に検索結果の表示データ形式である検索結果の前方および後方に付加させるデータを定義し、表示画面に対応付けられている遷移先の表示画面を特定する上位の画面IDおよび下位の画面IDを定義する環境定義体と、
クライアント装置からの検索依頼を受信すると前記環境定義体を参照し、指定項目に対応する検索対象データベースへの検索条件文を生成し、該検索条件文の指定に従ってデータベースを検索し、検索の結果として得られた表示項目を対応する表示データ形式に従って変換し、検索依頼受信時の表示画面に対応付けられている遷移先の表示画面の画面IDに対応するテンプレート中の格納位置に表示データとして出力する検索処理手段と
から構成されることを特徴とする検索装置。
Based on the information received from the client device, the search device searches the database for the specified item, and notifies the display data to the client device based on the search result to the display format of the client device side,
A template file that defines the position where the search result is stored in the display data of the search result display screen in association with the screen ID ;
The file name and item name of the search target database are defined for each search target item, and the data to be added to the front and rear of the search result, which is the display data format of the search result, is defined for each display item and associated with the display screen. An environment definition body that defines a higher-level screen ID and a lower-level screen ID that identify the display screen of the transition destination being
When a search request is received from the client device , the environment definition body is referred to, a search condition sentence to the search target database corresponding to the specified item is generated, the database is searched according to the specification of the search condition sentence, and the result of the search The obtained display item is converted in accordance with the corresponding display data format, and is output as display data to the storage position in the template corresponding to the screen ID of the display screen of the transition destination associated with the display screen when the search request is received. A search apparatus comprising: search processing means.
クライアント装置から指定された項目についてデータベースを検索し、検索結果をクライアント装置側の表示形式に基づいてクライアント装置に表示データを通知する、検索装置によって実行される検索方法において、
前記検索装置が、
クライアント装置からの検索依頼を受信するステップと、
検索対象項目毎に検索対象データベースのファイル名および項目名を定義した環境定義体を参照し、検索する指定項目に対応する検索対象データベースへの検索条件文を生成するステップと、
前記検索条件文の指定に従ってデータベースを検索するステップと、
表示項目ごとに検索結果の表示データ形式である検索結果の前方および後方に付加させるデータを定義した環境定義体を参照して、前記検索ステップにおける検索の結果として得られた表示項目を対応する表示データ形式に従って変換し、画面IDに対応付けて検索結果表示画面の表示データ中に検索結果が格納される位置を定義したテンプレートファイルおよび表示画面に対応付けられている遷移先の表示画面を特定する上位の画面IDおよび下位の画面IDを定義した環境定義体を参照して、検索依頼受信時の表示画面に対応付けられている遷移先の表示画面の画面IDに対応するテンプレート中の格納位置に表示データとして出力するステップと
実行することを特徴とする検索方法。
In a search method executed by a search device, a database is searched for an item specified from a client device, and a search result is notified to the client device based on a display format on the client device side.
The search device is
Receiving a search request from a client device ;
Generating a search condition statement to the search target database corresponding to the specified item to be searched with reference to an environment definition body that defines the file name and item name of the search target database for each search target item ;
Searching the database according to the specification of the search condition statement;
Display corresponding to the display item obtained as a result of the search in the search step with reference to an environment definition body that defines data to be added to the front and rear of the search result which is a display data format of the search result for each display item Convert according to the data format, and specify the template file that defines the location where the search result is stored in the display data of the search result display screen in association with the screen ID, and the transition destination display screen that is associated with the display screen With reference to the environment definition body that defines the upper screen ID and the lower screen ID , the storage location in the template corresponding to the screen ID of the transition destination display screen associated with the display screen at the time of receiving the search request is stored. search method characterized by performing the step of outputting as display data.
JP35575297A 1997-01-05 1997-12-24 Search device and search method Expired - Fee Related JP4180138B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35575297A JP4180138B2 (en) 1997-01-05 1997-12-24 Search device and search method

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP1005097 1997-01-05
JP9-10050 1997-01-05
JP35575297A JP4180138B2 (en) 1997-01-05 1997-12-24 Search device and search method

Publications (2)

Publication Number Publication Date
JPH10247202A JPH10247202A (en) 1998-09-14
JP4180138B2 true JP4180138B2 (en) 2008-11-12

Family

ID=26345224

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35575297A Expired - Fee Related JP4180138B2 (en) 1997-01-05 1997-12-24 Search device and search method

Country Status (1)

Country Link
JP (1) JP4180138B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001325224A (en) * 2000-05-16 2001-11-22 Hewlett Packard Japan Ltd Communication system
US7099958B2 (en) 2000-08-15 2006-08-29 Fujitsu Limited System for designing and performing web application
JP4860415B2 (en) * 2006-09-28 2012-01-25 Necビッグローブ株式会社 Web service test apparatus, web service test method, and program

Also Published As

Publication number Publication date
JPH10247202A (en) 1998-09-14

Similar Documents

Publication Publication Date Title
KR101477763B1 (en) Message catalogs for remote modules
KR100307574B1 (en) Intelligent information retrieval program generation system and intelligent information retrieval system
US20030177202A1 (en) Method and apparatus for executing an instruction in a web page
JP2007517311A (en) Website for publishing and selling images
JP2010086083A (en) Editing apparatus, editing program and editing method
JPH11184943A (en) System and method for electronic transaction and storage medium for storing control program for performing format conversion in electronic transaction
JP2003050964A (en) Web server system and web system for spread sheet
JPH11242620A (en) Information processor, server device, information providing system and storage medium
JPH11167584A (en) Page shift method and its execution device and medium recording page shift processing program and data
JP2000066656A (en) Special character processing system for dynamic document and recording medium having recorded special character processing program thereon
JP2007149016A (en) System, method and server for supporting webpage creation
JPH103451A (en) Information offer device
EP0977130A1 (en) Facility for selecting and printing web pages
JP2005275488A (en) Input support method and program
JP2010204834A (en) Application executing method, application changing device, and application changing program
JP4180138B2 (en) Search device and search method
JP5224839B2 (en) Document management system, document management apparatus, document management method, and program
JP2006155601A (en) Product structure design support system
JP2003131988A (en) Home page update device, home page update method, home page update program recording medium and home page update program
CN108920561A (en) A kind of webpage setting method and device
JP2005190458A (en) Provision method of electronic document with function, its program, and its device and system
JP2009157797A (en) Data input support system, data input support method and program
JP2010049294A (en) Screen information management method
JP3483739B2 (en) Intelligent search program creation system, and computer-readable recording medium recording intelligent search program creation program
KR100361559B1 (en) System and method for search an electronic business card by using mask picture control

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060110

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060311

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060411

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060607

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20060614

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20060714

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080717

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080827

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110905

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120905

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120905

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130905

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees