JP4292854B2 - server - Google Patents

server Download PDF

Info

Publication number
JP4292854B2
JP4292854B2 JP2003125007A JP2003125007A JP4292854B2 JP 4292854 B2 JP4292854 B2 JP 4292854B2 JP 2003125007 A JP2003125007 A JP 2003125007A JP 2003125007 A JP2003125007 A JP 2003125007A JP 4292854 B2 JP4292854 B2 JP 4292854B2
Authority
JP
Japan
Prior art keywords
information
user
rule
page
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.)
Expired - Fee Related
Application number
JP2003125007A
Other languages
Japanese (ja)
Other versions
JP2004334274A (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.)
Toppan Inc
Original Assignee
Toppan Inc
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 Toppan Inc filed Critical Toppan Inc
Priority to JP2003125007A priority Critical patent/JP4292854B2/en
Publication of JP2004334274A publication Critical patent/JP2004334274A/en
Application granted granted Critical
Publication of JP4292854B2 publication Critical patent/JP4292854B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Description

【0001】
【発明の属する技術分野】
本願発明は、ユーザの端末とネットワークを介して接続され、ユーザ毎に個別のページを動的に作成するサーバに関する。
【0002】
【従来の技術】
従来から、ユーザの端末とネットワークを介して接続され、ユーザ毎に個別のページを動的に作成するサーバが存在していた。(例えば非特許文献1参照)
【0003】
【非特許文献1】
アマゾンジャパン株式会社、ヘルプ>各種サービス>おすすめ商品、[online]、2000−2003アマゾンジャパン株式会社、[平成15年4月7日検索]、インターネット<URL:http://www.amazon.co.jp>
この様なサーバの場合、取得された前記ユーザ情報に基づいて、該当するコンテンツ情報を適宜エリアに選択配置したページをHTMLで代表されるブラウザ制御言語(マークアップ言語)で作成されていた。
【0004】
また、この従来例におけるページデザインの設定は、まず要件決定を行い、ページデザインとルールの設計を行い、両方を行ったのち、制御プログラムを含むプログラムを作成して、各々のユーザにも統一的に対応できるページを作成していた。
【0005】
これは、HTML等のブラウザ制御言語は外部の変数等を参照する事が可能であり、ユーザ情報を参照することで、ユーザにより個別のルールに従ってコンテンツを選択制御する事が一般的に可能である。
【0006】
この様なブラウザ制御言語の制御機能を活用することにより、ページを表示するプログラムを作成し、サーバでこのプログラムを動作させる事により動的なページ作成を行っていた。
【0007】
この様に動的なページを生成するには、決定した要件に基づいて、ページの表示が、ユーザによって可変な制御プログラム、その他のプログラムを含む制御プログラムとして作成していた。
【0008】
この様に、ページデザインやルールとを併せて制御する制御プログラムを作成していたので、ページデザインのみ又はルールのみを変更するのは困難であった。
【0009】
ルールとページデザインと併せて制御する制御プログラムとしていたため、制御プログラム中のルールのみを別途プログラミングする事は行われていなかった。
【0010】
例えば、ページデザインのみを変更する場合を、図15を用いて説明する。
【0011】
まず、要件内容の決定を行い変更911作業を行う。
【0012】
その変更作業は、まず、新たなページ設計903の作業を行った結果、ページデザインのみの変更で良い場合はページデザイン904の作成作業を行い、そのページデザイン904と、従来のルールに基づき、両方を組み込んだ新たな全体のプログラム作成908を行っていた。
【0013】
従って、ページデザインのみの変更の場合、その変更点をページデザインのみに関する部分の手直しで済めば簡単であるが、ページデザインの変更にはその中に含まれるルールとともに記述された制御プログラムとなっており、この様なページデザインはルールとの関連性を理解しないと修正しえなかった。
【0014】
また、ルールのみを変更する場合を、図16を用いて説明する。
【0015】
そのルールの変更912の作業は、まず、新たなページ設計903の作業を行った結果、ルールのみの変更で良い場合はルール作成906の作業を行い、そのルールと、従来のページデザインに基づき、両方を組み込んだ新たな全体のプログラム作成908を行っていた。
【0016】
従って、ルールのみの変更の場合、その変更点をルールのみに関する部分の手直しで済めば簡単であるが、ルールの変更にはその中に含まれるページデザインとともに記述された制御プログラムとなっており、この様なルールの変更であってもページデザインとの関連性を理解しないと修正しえなかった。
【0017】
次に、最初からページそのものを開発する場合について図17を用いて説明する。
【0018】
その新規作成901の作業は、まず全体の仕組を構想する要件決定902を行い、この要件に基づきページ設計903を行い、このページ設計903に基づき一方ではページデザイン904を行う。他方では、このページ設計903に基づきルール作成906を行う。
【0019】
そのページデザイン904とルール作成906に基づきプログラム作成908を行い制御プログラムを作成する。これをアップロード等の手段でサーバに登録することで新規にページの利用ができる。従って、ページ設計903を行い、そのページ設計903に基づきルール作成906とページデザイン904の両方が完成したあとでないとプログラム作成908作業を進める事ができない。
【0020】
【発明が解決しようとする課題】
この様に、ページの制御プログラムでは、特にそのコンテンツ情報の制御に係るルールと、このページの形態であるページデザインが独立しておらず、相互に深い関係が存在し、ルールとページデザインの両方が確定しなければ制御プログラムを作成することができなかった。
【0021】
また、ルールとページデザインの何れか一方のみの変更でも、その変更が全体の制御プログラムへの影響が大きく、いずれか一方の変更であっても、制御プログラムを作成し直していた。
【0022】
本発明は、上述した問題に鑑みてなされたもので、ルールとページデザインの両方が独立して作成や変更が行えるページを動的に作成するサーバを提供することを課題とする。
【0023】
【課題を解決するための手段】
上述した問題を解決するために、請求項1に記載の発明にあっては、ユーザの端末とネットワークを介して接続され、ユーザ毎に個別のページを動的に作成するサーバであって、
サーバがユーザの端末からユーザの要求を受け付ける受付手段と、
サーバがユーザの端末に提供するコンテンツ情報を記憶するコンテンツ情報記憶手段と、
サーバがユーザの端末から要求されたページのページテンプレートを記憶するテンプレート記憶手段と、
サーバが端末を利用するユーザに関わるユーザ情報を記憶するユーザ情報記憶手段と、
サーバーが、ユーザ情報に基づくコンテンツ情報の検索条件を記述するルール情報を、ユーザの端末から要求されたページのページテンプレートに関連付けて記憶するルール情報記憶手段と、
サーバは前記ユーザの要求に基づいて、前記テンプレート記憶手段から該当するページテンプレートと、前記ユーザ情報記憶手段から要求を行ったユーザのユーザ情報を取得する第1取得手段と、
サーバは前記ページテンプレートに基づいて、該当するルール情報をルール情報記憶手段から取得する第2取得手段と、
サーバは取得された前記ユーザ情報と、ルール情報とに基づいて、該当するコンテンツ情報を前記コンテンツ情報記憶手段から取得するルール情報解釈手段と、
サーバは前記ルール情報解釈手段にて取得したコンテンツ情報と、前記取得したページテンプレートとによりユーザから要求されたページを作成する作成手段と、
を備えたことを特徴とするサーバを提供するものである。
【0024】
請求項1に記載の発明によれば、ページテンプレートとルールとが独立して存在しており、ルール情報を介してコンテンツ情報を決定できるので、ページテンプレートとルールが互いに独立して作成、修正、削除等が可能になり、ページテンプレートとルールの両方が確定せずとも、各々の部分の作成、修正、削除等が可能になる。従って、新規サーバ設定における前工程の停滞による作業遅れを防止できる可能性がある。
【0025】
これは、従来分離するのが困難と考えられてきたページデザインの設計におけるそのページ中のエリアに含まれるコンテンツ情報の制御を、ルールそのものと、ページデザインにおけるルール呼出機能の二つに分離し、ページデザインとの関連付けだけをルール呼出機能とし、他のルール自体をルールとした事により実現できるものである。
【0026】
請求項2に記載の発明にあっては、ページテンプレートが、ページ全体の外形を決めるエリアデザイン情報とルール呼出情報とからなっている事を特徴とする請求項1に記載のサーバを提供するものである。
【0027】
請求項2に記載の発明によれば、ページテンプレートが、エリアデザイン情報とルール呼出情報とに分かれているために、ページデザインが容易に把握できる。また、そのページにおいてルールと関連づけできるところが容易に把握できる様になったために、ページデザインが容易になった。
【0028】
これにより、ページデザインにおけるルール呼出機能が明確に分離されたため、エリアデザイン情報との関連付けとの関係を容易に把握でき、ページデザインが容易になった。
【0029】
請求項3に記載の発明にあっては、エリアデザイン情報が複数のエリア毎に設けられており、各々のエリア毎にルール呼出情報が設定されているものである事を特徴とする請求項2記載のサーバを提供するものである。
【0030】
請求項3に記載の発明によれば、個々のエリア毎に設けられたルール情報に従った表示が可能となり、多彩な表示が実現できる。
【0031】
請求項4に記載の発明にあっては、ページテンプレート変更手段をさらに備えた事を特徴とする請求項1乃至3の何れかに記載のサーバを提供するものである。
【0032】
請求項4に記載の発明によれば、ルールを意識することなくページテンプレートのみを追加・修正・削除することが可能になり、容易にページデザインすることが可能になった。
【0033】
これにより、ページデザインのみを理解する者のみでページテンプレートへの作業を行えるようになった。
【0034】
請求項5に記載の発明にあっては、ルール情報変更手段をさらに備えた事を特徴とする請求項1乃至4の何れかに記載のサーバを提供するものである。
【0035】
請求項5に記載の発明によれば、ページデザインを認識することなくルールのみを追加・修正・削除することが可能になり、容易にルールの編集をすることが可能になった。
【0036】
これにより、ルールのみを理解する者のみでルールを設定する作業を行えるようになった。
【0037】
請求項6に記載の発明にあっては、第2取得手段において、前記ページテンプレートに基づく他に、ユーザ情報にも基づいて、該当するルール情報をルール情報記憶手段から取得するものである事を特徴とする請求項1乃至5の何れかに記載のサーバを提供するものである。
【0038】
請求項6に記載の発明によれば、ルール情報を特定するに当たって、単にページテンプレートに依存するだけではなく、ユーザ情報を用いることが可能になった。そして、ルール情報の選択にもユーザ情報を用いるために、よりユーザに適した趣向の情報を選択する事が可能となった。
【0039】
【発明の実施の形態】
以下の発明の実施の形態の説明につき、まず基本構成を説明し、その後構成の変型例について説明する。
【0040】
まず、図1に本発明の一実施の形態を示す。
【0041】
本発明に用いられるサーバ10は、所定のLAN(Local Area Network)や経路制御装置を経由して、ネットワークに接続されている。
【0042】
このネットワークにはサーバ10を利用するユーザの端末101〜104が接続されている。
【0043】
次に、図2にサーバ10及び周辺の機能を示す。なお、サーバ10は、情報処理装置であり、ネットワークを介してユーザの端末101〜104と通信するための、入力制御装置12、出力制御装置13が周辺装置として設けられているが、この二つの手段はサーバ10に組み込まれていてもよい。
【0044】
本願発明の構成は、図2に示すようにサーバ10の機能達成手段から示せば、制御手段11、メインプログラム14、受付手段25と、コンテンツ情報記憶手段24と、テンプレート記憶手段30と、ユーザ情報記憶手段23と、ルール情報記憶手段21と、第1取得手段26と、第2取得手段27と、ルール解釈手段28と、作成手段29とが最低の基本構成であるが、先きの機能達成手段に他の機能達成手段を備えたものであっても構わない。
【0045】
まず、サーバ10につき説明する。
【0046】
サーバ10はユーザの端末101〜104とネットワークを介して接続され、ユーザ毎に個別のページを動的に作成する情報処理装置である。
【0047】
この様なサーバ10がネットワークを介して接続する方法は、一般的には経路制御装置などの各種通信手段を経由してインターネット、イントラネット、パソコン通信等により接続されているものであるが、この様な構成に限定されない。
【0048】
また、サーバ10の制御手段11は、一般的な情報処理装置と同様にCPU等から構成され、各部の制御や、データの転送、種々の演算、データの一時的な格納等を行なうものである。
【0049】
なお、サーバ10の制御手段11は、一般的に制御手段と複数の記憶部とから構成するが、他の構成を持つものでも構わない。
【0050】
なお、この制御手段11は入力制御手段12および出力制御手段13を通じて外部のネットワークに接続する構成となっているが、他の接続構成を取るものでも、入力制御手段および/または出力制御手段をサーバ10に含むものであっても構わない。
【0051】
この場合の入力制御手段12は、外部のネットワークを介して接続された端末101〜104から入力されるデータを制御する。
【0052】
また、出力制御手段13は、ユーザの端末101〜104に出力されるデータを制御する。
【0053】
サーバ10のメインプログラム記憶手段14には、本発明を実行するのに必要なメインプログラムが記憶されている。かかるメインプログラムは、制御手段11において用いられるものである。
【0054】
なお、プログラムの区分けは概念的なものであり、物理的に分けられている必要はなく、プログラムが一体化されているものや、一部がサブルーチン化されているものでも構わない事は当然である。
【0055】
また、各プログラムの処理も必ずしも後述の機能達成手段の説明の通りの順番で処理が行われる必要はなく、結果的に処理を行った場合と同等の処理結果が得られるプログラムであればその処理順や処理の区分けを何等問うものではない事は当然である。
【0056】
次に、サーバ10のハードウエア構成について述べる。特に、まずコンテンツ情報記憶手段24とテンプレート記憶手段30とユーザ情報記憶手段23とルール情報記憶手段21を説明する。そののちサーバ10の受付手段25と、第1取得手段26と、第2取得手段27と、ルール解釈手段28と、作成手段29について説明する。
【0057】
まず、各記憶手段には、コンテンツ情報、テンプレート、ユーザ情報、ルール情報等が記憶されている。
【0058】
コンテンツ情報記憶手段24は、サーバ10がユーザの端末に提供するコンテンツ情報を記憶するものである。
【0059】
次に、コンテンツ情報記憶手段24により記憶されているコンテンツ情報には、各コンテンツ自体の他に、コンテンツに付属している各種属性、保存場所、その他インデックスに資する情報の集合体である。
【0060】
なお、保存場所というのは、コンテンツ自体がコンテンツ情報記憶手段には格納されておらず、コンテンツの所在を示す情報として利用される。これにより、ネットワーク上に存在するコンテンツ情報であればページに表すことができる。
【0061】
コンテンツ情報は多種多様であり、文字画像、動画、音声やプログラム等のソフトウエア、文字列、URLなど通信で提供できる情報である。
【0062】
例えばコンテンツ情報そのものとしては、各種広告表示、占い表示、イベント案内情報などやそれらのリンク機能などの各種画像表示機能の他、単に外部のホームページのリンク情報などその他どの様な情報でも良い。
【0063】
コンテンツの属性としては、各コンテンツの定められる属性で、具体的には広告コンテンツ、および商品コンテンツの別などからなる。
【0064】
また、メッセージ及びユーザの氏名呼び出しを表示する様に変更し、これをページの表示に反映させると、プログラムによりコンテンツ情報の中のメッセージが参照されるとともに氏名が呼び出されることも可能である。実際にはユーザ情報のセッションIDに対応するユーザ氏名がメッセージ中に表示される様なプログラム自体もコンテンツ情報の一つとする事も可能である。
【0065】
例えば、図7に示す様に、広告コンテンツならば、広告主、業種、広告に用いられる画像や広告のキャッチフレーズなどからなる。なお、総クリック回数とは、ユーザが広告をクリックした回数のことである。
【0066】
商品コンテンツの場合は、製造者、商品名、商品カテゴリー、価格、製品の画像、製品の特徴を示す説明文からなる。
【0067】
テンプレート記憶手段30は、ユーザの端末から要求されたページのページテンプレートを記憶するものである。
【0068】
ページテンプレートとは、ユーザの端末へ表示するページの所定のフォーマットにかかわる情報である。
【0069】
ページテンプレートは、例えば、図6のようになっている。エリア毎のエリアデザイン情報407、408から構成されて、エリアデザイン情報には、実行すべきルールの呼出し先が設定されている。
【0070】
エリアとは、ページを複数の枠で分割した際の各々の枠のことである。本実施の形態では、エリアを設けることによって、各エリアに表示するコンテンツ情報を制御するようにしている。
【0071】
ユーザ情報記憶手段23は、サーバ10により提供されるサービスを利用するユーザに関わるユーザ情報を記憶するものである。
【0072】
また、ユーザ情報記憶手段23により記憶されているユーザ情報は、ユーザに関する情報であればどの様な情報でも良いが、ルール情報に用いられる情報は必須となる。
【0073】
例えば、図9に示すように、ユーザ情報としては、ユーザの氏名、住所、年齢、性別、年収、顧客の優遇度、訪問回数、職業、趣味、購入金額等、必要に応じて各種の情報、ID番号、パスワード、セッションIDなどが挙げられる。
【0074】
サーバ10は、当初設定されているユーザIDの他、ユーザの端末からサーバ10への接続が求められた時にセッションIDを作成し、ユーザ情報記憶手段23に一時的に格納させる。このセッッションIDは、ユーザが接続していることの確認と、ユーザへの動的なページを提供するのに用いられる。
【0075】
ルール情報記憶手段21に記憶されているルール情報とは、ページテンプレートに提供すべきコンテンツ情報を決定する条件が記述された情報である。例えば図8のように、ルール情報には、ユーザの性別や年齢の範囲、購入した商品のカテゴリ、クリック数などのユーザ毎の条件をAND、OR、NOTの演算条件、最大、最小などの判断条件などによって規定される。
【0076】
また、ルール呼出情報記憶手段20にて、ルール呼出情報とルール情報が対応づけられたデータ構造になっていない場合、ルール情報記憶手段21は、ルール呼出情報と、ルール情報が対応づけられて格納されていても良い。
【0077】
この様な、データ構造により、ページテンプレートのルール呼出情報を変更するだけで、多種多様なルール情報を指定できるようになり、エリアデザイン情報と、ルール情報との独立、分離が可能となった。
【0078】
なお、ルール情報において、以上の個別の条件や、判定条件、選択条件などは以上列記以外のものを用いる事も可能であるし、条件式の形式もルール情報を特定する事が可能であればいかなる条件式の形式をとるものであっても構わない。
【0079】
この内容は上述の様な一定の内容ではなく、ユーザ情報により可変なものであれば、後述のユーザ情報によらない訪問時間に依存する情報や、ランダムに決定される情報であっても良い。
【0080】
また、既述の条件式において条件設定に役立つ情報、例えば情報が広告の場合であれば、広告主名、広告種別、クリック回数、価格と一体化しているものであっても構わない。
【0081】
さらに、これらルール情報は、有効期間、および優先度も設定できる様になっているものであっても構わない。
【0082】
もちろん、この様な記憶手段に記憶されている情報は、これらに限られず、メインプログラム等の他の情報も含まれているのが一般的である事は当然であるが、この様な構成に限られる事はない。
【0083】
次に、テンプレート記憶手段30により記憶されるページテンプレートは、ユーザの端末から要求されたページに対応しているものであり、エリアデザイン情報とルール呼出情報とからなる。
【0084】
エリアデザイン情報は、エリアデザイン情報記憶手段18に、ルール呼出情報はルール呼出情報記憶手段20に記憶されている。
【0085】
エリアデザイン情報記憶手段18に記憶されているエリアデザイン情報とはページ全体の外形を定める情報であり、例えば、ページ全体のエリア割付、ユーザに依存しない実画像、ユーザの名前の表示、ページ中のコンテンツ情報を表示する表示領域の設定、ユーザに依存しない外部呼出先の設定、およびこれらのリンク機能などの、動的に作成する必要のない表示に関する情報が含まれる。
【0086】
つまり、ページのデザインを規定するものであればこれに限定されず、他の情報や設定によりページの外形(デザイン)を行うものであっても構わない。
【0087】
例えば、ページ上に多数のエリア(以下単にエリアと称する)からなるデザインとなるようにエリアデザイン情報が設定されており、また、動的に作成するためにエリア毎にルール呼出情報と関連づけられるものが考えられるが、他のエリアデザインであっても良いことは当然である。
【0088】
具体的には、ページテンプレートのエリアデザイン情報は、ページ毎にエリアデザイン情報が設けられ、この情報にはエリアの設定がなされる。このエリアデザイン情報には、ルール呼出情報が対応づけられている。なお、ルール呼出情報は、ルール呼出情報記憶手段20にてルール情報と対応づけられて記憶されている。
【0089】
なお、ルール情報が対応していないエリアを含む場合もある。
【0090】
また、エリアデザイン情報は、ページテンプレート全体のみに対応しており、エリアデザインを変更する事によりページ全体内のエリアの配置、個数等も変更できる様になっている構成も可能である。
【0091】
具体的には、ページに対応したページテンプレート毎にエリアデザイン情報が設定される。
【0092】
1ページテンプレートに1エリアデザイン情報に限る必要はなく、例えばエリアデザイン情報は、複数の条件設定付きエリアデザイン情報から構成されているものでも構わない。
【0093】
次に、ルール呼出情報記憶手段20にて記憶されているルール呼出情報とは、エリアデザイン情報に用いるルール情報を指定する情報である。ルール呼出情報記憶手段20では、このルール呼出情報に基づいて、複数のルール情報の中から特定のルール情報が特定できるデータ構造になっている。
【0094】
この様なデータ構造により、ページテンプレートのルール呼出情報を変更するだけで、多種多様なルール情報を指定できるようになり、エリアデザイン情報と、ルール情報との独立、分離が可能となった。
【0095】
他にも記憶手段に格納し、記憶されるデータとしては、図2に記載の通りにページ共通部分情報記憶手段16に記憶されているページの共通表示部分情報がある。
【0096】
ページの共通表示部分情報とは、ページの個々に共通な表示を行う場合に設けられる情報であり、例えば、ページの名称の表示、ページ開設者の表示、連絡先、メールアドレス、ヘルプ表示、およびこれらのリンク機能などの各種ページの共通表示部分の各種設定情報が含まれる。
【0097】
受付手段と、第1取得手段と、第2取得手段と、ルール解釈手段と、作成手段を説明する。
【0098】
まず、この受付手段25は、ユーザの端末101〜104から送信される要求を受け付ける処理を行うものである。
【0099】
つまり、ユーザの端末101〜104からサーバ10へのアクセスを受け付け、適切に動的なページを提供するのに利用される手段のことである。
【0100】
例えば、受付手段25は、単にユーザの端末101〜104からサーバ10へのアクセスを受け、以下に述べる処理を行ってもよい。
【0101】
この受付手段25は、ユーザの端末101〜104からサーバ10へのアクセスを受けた時に、予めユーザ毎に設定したIDとパスワードの入力を求めて、アクセスの可否を判断する処理を行う。
【0102】
これは、アクセスを行ったユーザを特定する必要があるからである。
【0103】
なお、認証は、ID入力画面表示され、ユーザにIDとパスワードの入力を促す等の方法で行う。サーバ10では、ユーザにIDとパスワードの確認を行う事となる。
【0104】
この確認は、入力されたIDなどとユーザ情報記憶手段23のユーザ情報とが合致するものかどうか照合し、ユーザのID確認作業を終了する。
【0105】
以上の場合の他にも、必要によってパスワードを不要にする、もしくはIDをネットワークへの接続に用いられるIDで代用するなどの方法をとっても良い。
【0106】
この受付手段25は、ユーザにアクセスを認めた時には、受付手段25内のセッション機能を用いて、アクセスを行って来たユーザに対して、セッションIDを付与し、このセッションIDをユーザ情報記憶手段23に記憶されている該当するユーザ情報へ記憶させる。
【0107】
セッションIDとは、ユーザが端末101〜104を用いてサーバ10へアクセスする度に付与する一時的なIDのことである。このサーバ10ではユーザの端末101〜104とサーバ10の接続が切れるまで同一のセッションIDを使用し、ユーザの同定が必要な動的なページの生成を行うたびに、このセッションIDがユーザの端末101〜104からサーバ10に送られることとなる。
【0108】
次に、第1取得手段26は、前記ユーザの要求に基づいて、前記テンプレート記憶手段30から該当するページテンプレートと、前記ユーザ情報記憶手段から要求を行ったユーザのユーザ情報を取得するものである。
【0109】
次に、第2取得手段27は、サーバ10は第1取得手段26で取得した前記ページテンプレートに基づいて、ページテンプレートが要求するルール情報をルール情報記憶手段21から取得するものである。
【0110】
これは、第1取得手段26において取得したページテンプレート内のルール呼出情報によりルール情報の指定がなされる。
【0111】
この第2取得手段27によりルール情報が取得されると、このルール情報は後述のルール解釈手段28によって利用される。
【0112】
なお、ルール呼出情報で指定したルール情報がページテンプレートのエリアと関連付けられている場合は、エリア単位でのルール情報の取込がなされてもよい。これは、エリア単位での処理により処理の効率化が実現できるからである。
【0113】
また、ルール解釈手段28は、先の第1取得手段26で取得したユーザ情報と、先の第2取得手段27で取得したルール情報とに基づいてルールを解釈し、この解釈結果により、該当するコンテンツ情報を前記コンテンツ情報記憶手段24から取得するものである。
【0114】
例えば、ルール解釈手段28では、第2取得手段27により取得したルール情報を第1取得手段26により取り込まれたユーザ情報に基づいて、ルールの解釈を行い、コンテンツ情報を決定するためのルールの解釈作業がなされる。これで、ページテンプレートとコンテンツ情報との対応関係が決定される。
【0115】
なお、より詳細には、ルール解釈手段28はページテンプレートを構成するエリアデザイン情報とルール呼出情報とからエリアデザイン情報に関連づけられたルール情報を用いてルールの解釈を行い、その解釈結果によりコンテンツ情報の割当を行い、コンテンツ情報の取得が行われる。
【0116】
最後に作成手段29は、前記ルール解釈手段28の解釈の結果、取得したコンテンツ情報と、前記取得したページテンプレートとによりユーザから要求されたページを作成するものである。
【0117】
この作成手段29では、例えば、ルール解釈の結果で取得したコンテンツ情報と、ページテンプレートやページの共通情報やユーザ情報を用いて、HTMLやXML等のマークアップ言語で書かれたページを、ページを要求したユーザの端末101〜104に提供されることとなる。
【0118】
具体的には、ページテンプレートに指定されたコンテンツ情報によりコンテンツが決定される。このコンテンツ情報は、例えば、コンテンツ自身、コンテンツへのパスやコンテンツのファイル名称などマークアップ言語で記述されることとなる。
【0119】
ちなみに、ユーザ毎に個別のページを動的に作成するサーバという意味については、ユーザ毎に個別にそのページの構成をルールの解釈により選択もしくは指定される事によりユーザの端末に表示されるページの構成が変化するという意味であり、全員のユーザの画面が違う事を保証するものではない。
【0120】
さらに、同一ユーザであっても時間などが違えばページの構成が変化することもありうる。
【0121】
また、言い換えると、コンテンツ情報記憶手段24、テンプレート記憶手段30、ユーザ情報記憶手段23、ルール情報記憶手段21の変更が全くない場合であっても、接続要求するユーザが異なれば、別なページがユーザの端末101〜104へ送信される、つまり、ページテンプレートもしくはコンテンツもしくはその両方が異なる場合があるという事である。
【0122】
以下、ユーザ情報及びコンテンツ情報の変更等について説明する。
【0123】
ユーザ情報記憶手段23のユーザ情報は適宜に更新されるものであるが、不定期に新たな変更や追加、削除が発生する毎でも良く、定期的に行われるものでも良く、また、オンラインでユーザ側等から行える様な仕組みでも良い。
【0124】
例えば、ユーザ情報に、購入履歴の項目が設けられていた場合、ユーザがある商品を購入すると、サーバ側では所定の間隔で、商品を購入した履歴の項目が更新されることとなる。
【0125】
ユーザ情報に変更が加えられると、第1取得手段26において、取得されるユーザ情報の内容が、以前のユーザ情報とは異なることとなる。
【0126】
従って、ルール情報に変化がなく、コンテンツ情報にも変化がなくとも、ユーザ情報は変更されているので、ルール解釈手段28によって取得されるコンテンツ情報が以前とは異なることとなる。
【0127】
この結果、同一のユーザであっても、以前にユーザが行った行動や、時間経過などの要因により、ユーザの端末101〜104に表示されるページが動的に作成されることとなる。
【0128】
次に、コンテンツ情報の変更の場合を説明する。
【0129】
コンテンツ情報を変更する場合は、そのコンテンツ情報の種類性質により多種多様であり、その更新・追加・削除も一様ではない。これは従来行われていたサーバへのアクセスによりサーバ10を操作するものであっても、FTP(File Transfer Protocol)などのアップロードの手段によるものであっても良い。
【0130】
以下、エリアデザインやルールの変更等について説明する。
【0131】
エリアデザインやルールを変更する場合、全体を変更する場合もあるが、本発明では一部の変更を容易に行うことができる。
【0132】
このうち、大きく分けてエリアデザイン情報を変更する場合、ルール情報を追加、変更、削除する場合などである。
【0133】
以下、ルール情報のみの追加、変更、削除の場合の説明、ページテンプレートのみの追加、変更、削除の場合の説明、全般的注意事項、ページそのものを最初に開発する場合に分けて説明する。
【0134】
ルール情報を追加、変更、削除(以下、変更等)は、ルール情報記憶手段21の中で行うものである。
【0135】
図14に示す様に変更912の作業は、まずページ設計903を行い、ルール情報の変更だけで十分な場合は、そのルール作成906によりルールを決定し、ルール設定907にてルール情報を作成する。
【0136】
なお、このルール設定907では、この作成されたルール情報をアップロード等の手段でルール情報記憶手段21に変更等をすることでルール情報の変更等が行える。このように、エリアデザイン情報を考慮する必要はなく、ルール情報を独立して変更が行える。
【0137】
また、ルール情報の変更等に併せて、ルール呼出情報を変更等を行う必要があれば適宜に行うものとする。これは、このルール呼出情報をトリガー(きっかけ)として、ルール情報を取得するためである。
【0138】
また、その変更等は逐次個別のルール情報を変更等を行うものでも構わないが、有効期間の指定、その他の手段により自動的に処理されるものでも構わない。
【0139】
さらに、その変更等は、ルール情報を直接変更等する仕組のものでも構わない。ただし、運営の円滑化、文法違反防止、プログラミングに精通していない者でもルール情報の変更等が容易に行える様に、例えば変更専用の画面を用意しておき、その画面をインターフェースとして選択的に変更等が行えるようにしても良い。
【0140】
以上の様にルール情報に変更等が加えられると、第2取得手段27において、取得するルール情報が変更されることとなる。
【0141】
従って、ルール情報を変更等した場合は、コンテンツ情報に変化がなく、ユーザ情報にも変化がなくとも、ルール解釈手段28によって解釈された結果、取得するコンテンツ情報が以前のルールの解釈により得られるコンテンツ情報とは異なる。
【0142】
この結果、同一のユーザであっても、ルール情報が変更等が行われているので、ルールの解釈の結果、ユーザの端末101〜104に表示されるページが動的に作成されることとなる。
【0143】
エリアデザイン情報のみの追加、変更、削除(以下、変更等)の場合を説明する。
【0144】
具体的には、エリアデザイン情報記憶手段18の中のエリアデザイン情報を変更することによって行うものである。
【0145】
図13に示す様に、この変更作業911は、まずページ設計903を行い、エリアデザイン情報の変更だけで十分な場合は、そのエリアデザイン904を行い、そのエリアデザイン904に基づきエリアデザイン情報作成905を行う。
【0146】
この作成されたエリアデザイン情報をFTPなどのアップロードの手段でサーバ10のエリアデザイン情報記憶手段18に変更等をすることでエリアデザイン情報の変更等が行える。従って、変更等の際にルール情報を考慮する必要はなく、エリアデザイン情報だけを独立して変更等が加えられる。
【0147】
さらに、その変更は、エリアデザイン情報を直接に変更等する仕組のものでも構わない。ただし、運営の円滑化、文法違反防止、デザインの確認作業削減、プログラミングに精通していない者でも変更等が行える様に、変更等のツール、例えば変更用の画面を用意しておき、その画面をインターフェースとして選択的に変更等が行えるようにしても良い。
【0148】
このときの変更用の画面は、ページテンプレートがエリアデザイン情報とルール呼出情報とに分離しているので、エリアデザイン情報とルール呼出情報が個別に変更可能な画面構成であっても、エリアデザイン情報とルール呼出情報を同時に表示し変更可能な画面構成であっても構わない。
【0149】
また、エリアデザイン情報の変更用の画面は、エリアを模式的に表すものであっても、仮にエリアのデザインを表示ても良い。
【0150】
さらに、以上の変更等は、直接にサーバ10へ変更を行うのであっても構わないが、ユーザの端末101〜104にてエリアデザイン情報を作成し、作成した後にサーバ10に送信しエリアデザイン情報を変更等するものでも構わない。
【0151】
この様に、エリアデザイン情報に変更等が加えられると、第1取得手段において、取得されるページテンプレートが変更されていることとなる。
【0152】
従って、エリアデザイン情報を変更した場合は、ルール情報に変更がなく、ユーザ情報にも変更がなくとも、ユーザの端末101〜104に提供されるページが異なる。また、ページテンプレートに記載されるルール呼出情報が変更されている場合には、ルール情報やユーザ情報に変更がなくても、やはりユーザの端末101〜104に表示されるページも異なる。なお、表示としているが音声等の出力が変更されることであっても良い。
【0153】
なお、ページテンプレート内のルール呼出情報が異なっている場合には、このルール呼出情報を用いて取得されるルール情報が異なることになるので、ルール解釈手段28での解釈した結果が変わる。この結果、ルール解釈手段28がコンテンツ情報記憶手段24から取得するコンテンツ情報が変更される。
【0154】
よって、ページテンプレートのみを変更等を行え、さらに動的なページを作成することができる。
【0155】
次に、ページそのものを最初に開発する場合を説明する。
【0156】
図12に示すようにその新規作成901の作業は、まず全体の仕組を構想する要件決定902を行い、この要件に基づきページ設計903を行い、そのページ設計に基づき一方ではエリアデザイン904を行い、そのエリアデザインに基づきエリアデザイン情報を含むページテンプレート作成910を行う。
【0157】
他方では、そのページ設計903に基づきルール作成906を行い、そのルールに基づきルール情報を作成するルール設定907を行う。
【0158】
この作成されたページテンプレートとルール情報は別々にアップロード等の手段でサーバに新規登録することで作業が行える。従って、ルール情報の作成に当たってはページテンプレートを、ページテンプレートの作成に当たってはルール情報考慮する必要はない。従って、互いに平行して作業を進める事が可能になる。
【0159】
本発明に用いられるサーバ10の動作を図を用いて示す。
【0160】
まず、図3に示したフローチャートを示しながら説明する。
【0161】
(ステップ200)
ユーザは、所定の端末101〜104を用いてネットワークを介してサーバ10に接続する。
【0162】
(ステップ201)
サーバ10の受付手段25は、所定の処理によりユーザの端末101〜104に対してトップページと呼ばれるページを提供する。
【0163】
(ステップ202)
サーバ10の受付手段25は、所定のIDやPW(パスワード)を入力する画面をユーザの端末101〜104に提供する。
【0164】
(ステップ301)
ユーザが会員専用のサービスを受けるためにIDとPWの入力し、これらのIDとPWをサーバ10の受付手段25に提供する。サーバ10側では提供されたIDとPWとを予めユーザに関する情報を記録したユーザ情報記録手段23にて照合する。
【0165】
(ステップ302)
もし、ステップ301の照合の結果、IDとPWとが一致した場合には、サーバ10は自身の受付手段25のセッション機能を用いて、未使用のセッションIDを作成し、ユーザの端末101〜104に付与する処理を行う。なお、サーバ10側では一時的に新たに作成したセッションIDを記憶する。
【0166】
図4に示すように、表1のようにセッションIDとして利用されていないセッションIDを作成し、表2のように新たに作成したセッションID(AA)を一時的に記録することを行う。また、このセッションIDをユーザの端末101〜104に付与することを行う。ユーザの端末101〜104では、付与されたセッションIDを保存する。この端末は、サーバ10側に要求(リクエスト)を行う際に必ずセッションIDをサーバ10に送信する。
【0167】
(ステップ303)
次に、先に付与していたセッションIDを、一致したユーザのIDのユーザ情報に追記する。
【0168】
一方、ステップ301の照合の結果、IDやPWのいずれかが一致しない場合には、再度、ステップ202に戻り、IDなどの入力を促す画面が提供されることとなる。
【0169】
ステップ301から303に処理を具体的に図5を示しながら説明する。
【0170】
まず、ユーザの端末101〜104からユーザのIDとをサーバ10側に提供する。
【0171】
サーバ側では、
▲1▼IDとPWが一致するユーザが存在するか、ユーザ情報記憶手段23に保存されているユーザ情報を照合する。
【0172】
▲2▼もし、一致するユーザ情報が存在した場合には、セッションIDを新たに生成し、ユーザ情報に追記して記録する。これで、セッションIDと、ユーザ情報との対応づけが行えたので、動的なページを作成する際にユーザ情報を容易に導き出すことができるようになる。
【0173】
サーバ10は、ユーザ情報の対応づけを行うことができたので、この後は、ユーザ毎に個々に動的なページ情報を作成する処理が行われる。
【0174】
(ステップ304)
まず、ユーザの端末101〜104は、サーバ10の受付手段25に対して所定のページを要求し、セッションIDを送信する。サーバ10の第1取得手段26は、要求されたページのページテンプレートをページ共通部分情報記憶手段16、エリアデザイン情報記憶手段18、ルール呼出情報記憶手段20から読み出す。また、この第1取得手段26は、ユーザ情報記憶手段23からセッションIDに対応するユーザを特定して、ユーザ情報を読み出す。
【0175】
(ステップ305)
次に、サーバ10の第2取得手段27は、読み出したページテンプレートのエリアデザイン情報に関連付けされたルール呼出情報に基づいて、ルール情報記憶手段21から対応するルール情報を読み出す。
【0176】
(ステップ306)
そして、サーバ10のルール解釈手段28は、読み出したルール情報と、ユーザ情報とに基づいて、ルール情報の解釈処理を行う。この解釈処理を行った結果を、作成手段29に提供する。
【0177】
(ステップ307)
最後に、サーバ10の作成手段29は、先の第1取得手段26で読み出されたページテンプレートと、ルール解釈手段28で得られた解釈処理の結果にしたがって、コンテンツ情報記憶手段23から、該当するコンテンツ情報を読出し、ページを作成する。
【0178】
なお、サーバ10は、この処理が終了すると、ユーザ側が新たなページを要求するまでステップ304の所で待機する。
【0179】
次に、ステップ304からステップ307までの処理について、図10と図11を用いて、更に具体的に説明する。なお、図10には動的なページを作成するまでの処理の流れを示し、図11にはルール解釈手段28で行われる処理の具体的な一例について示す。
【0180】
まず、
▲1▼ユーザ(taro)は端末を用いてページAを要求する指示を行う。
【0181】
▲2▼ユーザ(taro)の端末は、ページAの要求(リクエスト)と、ユーザの端末101〜104に保存されているセッションID(AA)とをネットワークを介してサーバ10に送信する。
【0182】
▲3▼サーバ10の受付手段25は、ユーザから送信されたページAの要求(リクエスト)と、セッションIDとを受け付けて、第1取得手段26に提供する。
【0183】
▲4▼第1取得手段26は、セッションID(AA)に基づいて、ユーザ情報記憶手段23から対応するユーザ(taro)のユーザ情報を読み出し、ルール情報解釈手段28に提供する。
【0184】
▲5▼第1取得手段26は、ページAの要求(リクエスト)に基づいて、ページの共通部分情報記憶手段16、エリアデザイン情報記憶手段18、ルール呼出情報記憶手段20とから、ページAのページテンプレートを読み出す。
【0185】
この時、第1取得手段26は、読み出したページAのページテンプレートを第2取得手段27に提供する。
【0186】
▲6▼第2取得手段27は、提供を受けたページAのページテンプレートに対応づけられたルール呼出情報に基づいて、ルール情報をルール情報記憶手段21から読み出し、ルール解釈手段28に提供する。
【0187】
▲7▼ルール解釈手段28は、先に提供されたルール情報と、セッションID(AA)に基づいて読み出されたユーザ情報とに基づいて、ルールの解釈を行い、結果を作成手段29に提供する。
【0188】
▲8▼作成手段29では、ページAのページテンプレートと、ユーザ(taro)のユーザ情報にしたがったルールの解釈の結果とに基づいて、コンテンツ情報を読み出して、ユーザから要求のあったページAを作成し、要求のあったユーザの端末101〜104に提供する。
【0189】
ここで、図11を用いて先の▲6▼で示したルール解釈手段28が行なうルールの解釈について、詳細に説明する。
【0190】
なお、前提としてページAのページテンプレートには、2つのルール情報(ルールA412とルールB413)とが呼び出されるようになっているものとする。また、ユーザのユーザIDがtaroである場合について説明する。
【0191】
まず、ルール解釈手段28は、第1取得手段26が表1を参照して得たユーザ(taro)のユーザ情報が提供され、第2取得手段27から、ルールA412と、ルールB413とを提供される。
【0192】
まず、(1)ルール解釈手段28は、各ルールの条件(判断)に用いられる項目を、ユーザ情報から取得する(年齢が31歳、性別が男)。
【0193】
<ルールAの解釈>
ルールAは、次のような条件が記載されているものとする。
▲1▼ユーザの条件;年齢が30歳末満ならば、提供するコンテンツを広告(カテゴリ=新製品and総クリック回数が最大)
▲2▼ユーザの条件;年齢が30歳以上ならば、提供するコンテンツを広告(カテゴリ=旅行and総クリック回数が最大)
【0194】
(A−1)
まず、ユーザ条件のチェックを行う。このルールAでは、ユーザの年齢により読み出すコンテンツ情報を変化させる場合である。
ユーザ(taro)は、31歳なのでユーザ条件▲1▼は満たさない、
ユーザ(taro)は、31歳なのでユーザ条件▲2▼は満たす。
【0195】
(A−2)
ユーザ(taro)は、ユーザ条件▲2▼を満たすので、次に、提供するコンテンツの条件は、広告(カテゴリ=旅行and総クリック回数が最大)となる。
【0196】
(A−3)
次に、(A−2)のコンテンツの条件にしたがって、コンテンツ(広告)の表409を参照し、検索を行う。これにより、ルールAの解釈により導き出された結果は、コンテンツ情報としてJANの広告をユーザのページに提供することとなり、この結果を作成手段29に提供することとなる。
【0197】
<ルールBの解釈>
ルールBは、次のような条件が記載されているものとする。
▲1▼ユーザの条件;性別が男性ならば、提供するコンテンツを商品とし、(カテゴリ=パソコンand価格が最も高い商品)
▲2▼ユーザの条件;性別が女性ならば、提供するコンテンツを商品とし、(カテゴリ=家電and価格が最も安い商品)
【0198】
(B−1)
まず、ユーザ条件のチェックを行う。このルールBでは、ユーザの性別により読み出すコンテンツ情報を変化させる場合である。
ユーザ(taro)は、男なのでユーザ条件▲1▼を満たす。
ユーザ(taro)は、男なのでユーザ条件▲2▼を満たさない。
【0199】
(B−2)
ユーザ(taro)は、ユーザ条件▲1▼を満たすので、次に、提供するコンテンシの条件は、(カテゴリ=パソコンand価格が最も高い商品)となる。
【0200】
(B−3)
次に、(B−2)のコンテンツの条件にしたがって、コンテンツ(商品)の表411を参照し、検索を行う。これにより、ルールBの解釈により導き出された結果は、コンテンツ情報としてNOTEの商品をユーザのページに提供することとなり、この結果を作成手段29に提供することになる。
【0201】
作成手段29では、ページテンプレートの内で各ルールを呼び出したエリアデザイン情報に、各ルールから得られた結果(ここでは、コンテンツ情報)を挿入して、ページを作成する。
【0202】
この様に、ルール解釈手段28は、ユーザ情報と、ルール情報とに基づいてコンテンツ情報などを適宜に選択し、ユーザにあったコンテンツを提供することが可能となる。
【0203】
なお、ユーザ情報にのみしたがって、ルール情報を解釈することとしたが他の条件にしたがってコンテンツ情報を提供するものであっても良い。例えば、ユーザがサーバにアクセスしてきた時間や、そのアクセスして来た日の天気、そのほか、ユーザとは関わりの無い条件によってであっても良い。
【0204】
【発明の効果】
請求項1に記載の発明では、ユーザ毎に動的にページを作成することができる。また、ページテンプレートと、ルール情報とが独立しているので容易に個々に変更等を行うことが可能となった。また、ユーザ毎に動的にページを作成することができるので、ユーザはサーバが提供するサービスに対して好感を抱く。
【0205】
請求項2に記載の発明では、ページテンプレートを独立させるために、ページのエリアデザイン情報と、エリアデザイン情報に組み込まれたルール呼出情報とから構成されているので、独立させることができた。
【0206】
請求項3に記載の発明では、ページを複数のエリア(枠)に分割することが可能で、且つ、各エリア毎にルール呼出情報を設定することが可能となったので、各エリアに異なった情報を提供することができる。これにより、ユーザに対する見栄えや、利便性を向上させることができる。
【0207】
請求項4に記載の発明では、ルールを意識することなくページテンプレートのみを追加・修正・削除することが可能になり、容易にページデザインすることが可能となったので、ページデザインのみを理解する者のみでページテンプレートへの作業を行える。
【0208】
請求項5に記載の発明では、ページデザインを認識することなくルールのみを追加・修正・削除することが可能になり、これにより、ルールのみを理解する者のみでルールを設定する作業を行える。
【0209】
請求項6に記載の発明では、ルール情報を特定するに当たって、単にページテンプレートに依存するだけではなく、ユーザ情報を用いることが可能となったので、ルール情報の選択にもユーザ情報を用いるために、よりユーザに適した趣向の情報を選択する事ができる。
【図面の簡単な説明】
【図1】 本発明における概要図である。
【図2】 同実施例におけるサーバの構成を示すブロック図である。
【図3】 同実施例の動作を示すフロチャートである。
【図4】 同実施例におけるセッションIDを説明するための図である。
【図5】 同実施例におけるセッションIDとIDの対応関係を説明するための図である。
【図6】 同実施例におけるページテンプレート中のルール呼出情報部分を説明するための図である。
【図7】 同実施例におけるコンテンツ情報を説明するための図である。
【図8】 同実施例におけるルールを説明するための図である。
【図9】 同実施例におけるユーザ情報を説明するための図である。
【図10】 同実施例におけるページ画像提供までの流れを説明するための図である。
【図11】 同実施例におけるルール解釈までの流れを説明するための図である。
【図12】 本願発明の実施形態におけるページ画像作成の作業を示すフローチャートである。
【図13】 同実施形態におけるページデザイン変更の作業を示すフローチャートである。
【図14】 同実施形態におけるルール変更の作業を示すフローチャートである。
【図15】 従来例におけるページデザイン変更の作業を示すフローチャートである。
【図16】 従来例におけるルール変更の作業を示すフローチャートである。
【図17】 従来例におけるページ画像作成の作業を示すフローチャートである。
【符号の説明】
10……サーバ
11……制御手段
12……入力制御手段
13……出力制御手段
14……記憶手段(メインプログラム記憶手段)
16……記憶手段(ページの共通部分情報記憶手段)
18……記憶手段(エリアデザイン情報記憶手段)
20……記憶手段(ルール呼出情報記憶手段)
21……記憶手段(ルール情報記憶手段)
23……記憶手段(ユーザ情報記憶手段)
24……記憶手段(コンテンツ情報記憶手段)
25……受付手段
26……第1取得手段
27……第2取得手段
28……ルール解釈手段
29……作成手段
30……記憶手段(テンプレート記憶手段)
101、102、103、104、……ユーザの端末
401……ユーザ
404……ユーザ情報
412、413……ルール情報
414、415……ルールにより指定されたコンテンツ
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a server that is connected to a user terminal via a network and dynamically creates an individual page for each user.
[0002]
[Prior art]
Conventionally, there has been a server that is connected to a user terminal via a network and dynamically creates an individual page for each user. (For example, see Non-Patent Document 1)
[0003]
[Non-Patent Document 1]
Amazon Japan Inc., Help> Various Services> Recommended Products, [online], 2000-2003 Amazon Japan Inc., [April 7, 2003 Search], Internet <URL: http: // www. amazon. co. jp>
In the case of such a server, based on the acquired user information, a page in which corresponding content information is appropriately selected and arranged in an area is created in a browser control language (markup language) represented by HTML.
[0004]
In addition, the page design setting in this conventional example is to determine the requirements first, design the page design and the rule, and after doing both, create a program that includes the control program and make it uniform for each user. The page which can respond to was created.
[0005]
This is because browser control languages such as HTML can refer to external variables and the like, and it is generally possible for a user to select and control content according to individual rules by referring to user information. .
[0006]
By utilizing such a control function of the browser control language, a program for displaying a page is created, and a dynamic page creation is performed by operating this program on a server.
[0007]
In order to generate such a dynamic page, the display of the page is created as a control program including a control program that can be changed by the user and other programs based on the determined requirements.
[0008]
As described above, since the control program for controlling the page design and the rule together is created, it is difficult to change only the page design or only the rule.
[0009]
Since the control program was controlled together with the rules and page design, only the rules in the control program were not separately programmed.
[0010]
For example, a case where only the page design is changed will be described with reference to FIG.
[0011]
First, the contents of requirements are determined and a change 911 operation is performed.
[0012]
First, if the change of only the page design is sufficient as a result of the work of the new page design 903, the change work is performed to create the page design 904, both based on the page design 904 and the conventional rules. A new overall program creation 908 incorporating the above was performed.
[0013]
Therefore, in the case of changing only the page design, it is easy if the change is made by revising only the part related to the page design. However, the change of the page design is a control program written together with the rules included therein. Such page designs could not be modified without understanding the relevance of the rules.
[0014]
A case where only the rule is changed will be described with reference to FIG.
[0015]
The rule change 912 is performed by first creating a new page design 903. If the rule only needs to be changed, the rule creation 906 is performed. Based on the rule and the conventional page design, A new overall program creation 908 incorporating both was performed.
[0016]
Therefore, in the case of a change of only a rule, it is easy if the change is made by reworking only the part related to the rule, but the change of the rule is a control program described together with the page design included therein, Even such changes in the rules could not be corrected without understanding the relevance to page design.
[0017]
Next, the case where the page itself is developed from the beginning will be described with reference to FIG.
[0018]
In the new creation 901, first, a requirement determination 902 that envisions the entire mechanism is performed, a page design 903 is performed based on the requirement, and a page design 904 is performed based on the page design 903. On the other hand, rule creation 906 is performed based on this page design 903.
[0019]
Based on the page design 904 and rule creation 906, a program creation 908 is performed to create a control program. By registering this in the server by means of uploading or the like, a new page can be used. Therefore, the program creation 908 can be performed only after the page design 903 is performed and both the rule creation 906 and the page design 904 are completed based on the page design 903.
[0020]
[Problems to be solved by the invention]
In this way, in the page control program, the rules relating to the control of the content information in particular and the page design that is the form of this page are not independent, and there is a deep relationship between them, both the rule and the page design. The control program could not be created unless it was confirmed.
[0021]
Further, even if only one of the rule and the page design is changed, the change has a large influence on the entire control program, and the control program is recreated even if either one is changed.
[0022]
The present invention has been made in view of the above-described problems, and an object of the present invention is to provide a server that dynamically creates a page in which both a rule and a page design can be created and changed independently.
[0023]
[Means for Solving the Problems]
In order to solve the above-described problem, the invention according to claim 1 is a server that is connected to a user terminal via a network and dynamically creates an individual page for each user,
An accepting means for the server to accept a user request from the user terminal;
Content information storage means for storing content information provided by the server to the user terminal;
Template storage means for storing a page template of the page requested by the server from the user terminal;
User information storage means for storing user information relating to a user using a terminal by the server;
Server , Rule information that describes search conditions for content information based on user information, Related to the page template of the page requested from the user's terminal Attached to Rule information storage means for storing;
The server, based on the user's request, a corresponding page template from the template storage means, a first acquisition means for acquiring the user information of the user who made the request from the user information storage means,
A server, based on the page template, second acquisition means for acquiring the corresponding rule information from the rule information storage means;
A server, based on the acquired user information and rule information, rule information interpretation means for acquiring corresponding content information from the content information storage means;
A server for creating a page requested by a user from the content information acquired by the rule information interpretation unit and the acquired page template;
A server characterized by comprising: is provided.
[0024]
According to the invention described in claim 1, since the page template and the rule exist independently, and the content information can be determined via the rule information, the page template and the rule are created, modified, It becomes possible to delete, etc., and it is possible to create, modify, delete, etc. each part without determining both the page template and the rule. Therefore, there is a possibility that work delay due to the stagnation of the previous process in setting a new server can be prevented.
[0025]
This separates the control of the content information contained in the area of the page in the design of the page design, which has been considered difficult to separate conventionally, into the rule itself and the rule call function in the page design, This can be realized by using only the association with the page design as a rule call function and using other rules as rules.
[0026]
In the invention according to claim 2, the page template is Determine the outline of the entire page The server according to claim 1, comprising area design information and rule call information.
[0027]
According to the invention described in claim 2, since the page template is divided into the area design information and the rule call information, the page design can be easily grasped. In addition, the page design has become easier because it is easy to grasp where the page can be associated with the rule.
[0028]
As a result, the rule calling function in the page design is clearly separated, so that the relationship with the association with the area design information can be easily grasped, and the page design is facilitated.
[0029]
The invention according to claim 3 is characterized in that area design information is provided for each of a plurality of areas, and rule call information is set for each area. In The server described is provided.
[0030]
According to the third aspect of the present invention, display according to the rule information provided for each area is possible, and various displays can be realized.
[0031]
The invention according to claim 4 further comprises page template changing means. To any of 3 The server described is provided.
[0032]
According to the invention described in claim 4, it is possible to add / modify / delete only the page template without being aware of the rules, and the page design can be easily performed.
[0033]
As a result, only those who understand only page design can work on page templates.
[0034]
The invention according to claim 5 further comprises rule information changing means. To any of 4 The server described is provided.
[0035]
According to the invention described in claim 5, it is possible to add / modify / delete only the rules without recognizing the page design, and it is possible to easily edit the rules.
[0036]
As a result, only those who understand only the rules can set the rules.
[0037]
In the invention according to claim 6, in the second acquisition unit, in addition to the page template, the corresponding rule information is acquired from the rule information storage unit based on user information. Claim 1 characterized To any of 5 The server described is provided.
[0038]
According to the sixth aspect of the present invention, it is possible to use user information as well as simply relying on a page template when specifying rule information. And since user information is also used for selection of rule information, it becomes possible to select information of taste more suitable for the user.
[0039]
DETAILED DESCRIPTION OF THE INVENTION
In the following description of embodiments of the invention, a basic configuration will be described first, and then a modified example of the configuration will be described.
[0040]
First, FIG. 1 shows an embodiment of the present invention.
[0041]
The server 10 used in the present invention is connected to a network via a predetermined LAN (Local Area Network) or a route control device.
[0042]
Terminals 101 to 104 of users who use the server 10 are connected to this network.
[0043]
Next, FIG. 2 shows the server 10 and peripheral functions. The server 10 is an information processing device, and an input control device 12 and an output control device 13 for communicating with user terminals 101 to 104 via a network are provided as peripheral devices. The means may be incorporated in the server 10.
[0044]
If the configuration of the present invention is shown from the function achievement means of the server 10 as shown in FIG. 2, the control means 11, the main program 14, the reception means 25, the content information storage means 24, the template storage means 30, the user information The storage unit 23, the rule information storage unit 21, the first acquisition unit 26, the second acquisition unit 27, the rule interpretation unit 28, and the creation unit 29 have the lowest basic configuration, but the previous function has been achieved. The means may be provided with other function achievement means.
[0045]
First, the server 10 will be described.
[0046]
The server 10 is an information processing apparatus that is connected to user terminals 101 to 104 via a network and dynamically creates individual pages for each user.
[0047]
Such a server 10 is generally connected via the network by various means such as a route control device, which is connected by the Internet, intranet, personal computer communication, etc. It is not limited to a simple configuration.
[0048]
The control means 11 of the server 10 is composed of a CPU or the like as in a general information processing apparatus, and controls each part, transfers data, performs various calculations, temporarily stores data, and the like. .
[0049]
The control means 11 of the server 10 is generally composed of a control means and a plurality of storage units, but may have other structures.
[0050]
The control means 11 is configured to be connected to an external network through the input control means 12 and the output control means 13, but the input control means and / or the output control means may be connected to the server even if other connection configurations are used. 10 may be included.
[0051]
In this case, the input control means 12 controls data input from the terminals 101 to 104 connected via an external network.
[0052]
Moreover, the output control means 13 controls the data output to a user's terminals 101-104.
[0053]
The main program storage means 14 of the server 10 stores a main program necessary for executing the present invention. Such a main program is used in the control means 11.
[0054]
It should be noted that the division of the program is conceptual and does not need to be physically separated, and it is natural that the program may be integrated or partly a subroutine. is there.
[0055]
In addition, the processing of each program does not necessarily have to be performed in the order described in the function achievement means described later, and if the program can obtain a processing result equivalent to the processing result, the processing Of course, there is no question about the order or the division of processing.
[0056]
Next, the hardware configuration of the server 10 will be described. In particular, first, the content information storage unit 24, the template storage unit 30, the user information storage unit 23, and the rule information storage unit 21 will be described. After that, the receiving unit 25, the first acquiring unit 26, the second acquiring unit 27, the rule interpreting unit 28, and the creating unit 29 of the server 10 will be described.
[0057]
First, content information, templates, user information, rule information, and the like are stored in each storage unit.
[0058]
The content information storage unit 24 stores content information that the server 10 provides to the user's terminal.
[0059]
Next, the content information stored by the content information storage means 24 is a collection of information that contributes to various attributes, storage locations, and other indexes attached to the content in addition to the content itself.
[0060]
Note that the storage location is not stored in the content information storage means but is used as information indicating the location of the content. Thus, content information existing on the network can be represented on the page.
[0061]
Content information is diverse and is information that can be provided by communication such as character images, moving images, software such as sound and programs, character strings, and URLs.
[0062]
For example, the content information itself may be various kinds of information such as various types of image display functions such as various types of advertisement display, fortune-telling display, event guidance information, and their link functions, or simply link information of an external homepage.
[0063]
The content attribute is an attribute defined for each content, and specifically includes, for example, advertisement content and product content.
[0064]
When the message and the user name call are changed to be displayed and reflected in the page display, the program can refer to the message in the content information and call the name. Actually, the program itself in which the user name corresponding to the session ID of the user information is displayed in the message may be one of the content information.
[0065]
For example, as shown in FIG. 7, an advertisement content includes an advertiser, a business type, an image used for an advertisement, an advertisement catchphrase, and the like. Note that the total number of clicks refers to the number of times the user has clicked on the advertisement.
[0066]
In the case of merchandise content, it consists of a manufacturer, a merchandise name, a merchandise category, a price, a product image, and a descriptive text indicating product characteristics.
[0067]
The template storage means 30 stores the page template of the page requested from the user terminal.
[0068]
The page template is information related to a predetermined format of a page displayed on the user terminal.
[0069]
The page template is, for example, as shown in FIG. The area design information is composed of area design information 407 and 408 for each area, and a call destination of a rule to be executed is set in the area design information.
[0070]
An area is a frame when a page is divided into a plurality of frames. In the present embodiment, by providing areas, content information displayed in each area is controlled.
[0071]
The user information storage unit 23 stores user information related to a user who uses a service provided by the server 10.
[0072]
The user information stored in the user information storage unit 23 may be any information as long as it is information related to the user, but information used for the rule information is essential.
[0073]
For example, as shown in FIG. 9, as user information, the user's name, address, age, gender, annual income, customer preference, number of visits, occupation, hobbies, purchase price, etc. An ID number, a password, a session ID, and the like can be given.
[0074]
In addition to the initially set user ID, the server 10 creates a session ID when a connection from the user terminal to the server 10 is requested, and temporarily stores it in the user information storage unit 23. This session ID is used to confirm that the user is connected and to provide a dynamic page to the user.
[0075]
The rule information stored in the rule information storage means 21 is information describing conditions for determining content information to be provided to the page template. For example, as shown in FIG. 8, in the rule information, the conditions for each user such as the user's sex and age range, the category of the purchased product, the number of clicks, etc. are determined as AND, OR, NOT calculation conditions, maximum, minimum, etc. It is defined by conditions.
[0076]
When the rule call information storage unit 20 does not have a data structure in which the rule call information and the rule information are associated with each other, the rule information storage unit 21 stores the rule call information and the rule information in association with each other. May be.
[0077]
With such a data structure, it is possible to specify a wide variety of rule information simply by changing the rule call information of the page template, and the area design information and the rule information can be separated and separated.
[0078]
In the rule information, the above individual conditions, judgment conditions, selection conditions, etc. can be used other than those listed above, and the conditional expression format can also specify the rule information. Any conditional expression may be used.
[0079]
This content is not a fixed content as described above, and may be information depending on a visit time that is not based on user information, which will be described later, or information that is randomly determined as long as it is variable depending on user information.
[0080]
Further, in the above-described conditional expression, information useful for setting conditions, for example, if the information is an advertisement, it may be integrated with the advertiser name, the advertisement type, the number of clicks, and the price.
[0081]
Furthermore, the rule information may be configured such that the validity period and priority can also be set.
[0082]
Of course, the information stored in such a storage means is not limited to these, and it is natural that other information such as a main program is also included. There is no limit.
[0083]
Next, the page template stored by the template storage means 30 corresponds to the page requested from the user's terminal, and includes area design information and rule call information.
[0084]
Area design information is stored in area design information storage means 18, and rule call information is stored in rule call information storage means 20.
[0085]
The area design information stored in the area design information storage means 18 is information that defines the outline of the entire page. For example, the area allocation of the entire page, the actual image independent of the user, the display of the user's name, This includes information related to display that does not need to be dynamically created, such as setting of a display area for displaying content information, setting of an external call destination independent of a user, and a link function thereof.
[0086]
In other words, the present invention is not limited to this as long as it defines the design of the page, and the outer shape (design) of the page may be performed based on other information and settings.
[0087]
For example, area design information is set so that a design consists of a large number of areas (hereinafter simply referred to as areas) on the page, and is associated with rule call information for each area for dynamic creation Of course, other area designs may be used.
[0088]
Specifically, the area design information of the page template includes area design information for each page, and an area is set in this information. This area design information is associated with rule call information. The rule call information is stored in the rule call information storage unit 20 in association with the rule information.
[0089]
In some cases, the rule information includes an area that is not supported.
[0090]
In addition, the area design information corresponds to only the entire page template, and a configuration is also possible in which the arrangement and number of areas in the entire page can be changed by changing the area design.
[0091]
Specifically, area design information is set for each page template corresponding to the page.
[0092]
One page template need not be limited to one area design information. For example, the area design information may be composed of a plurality of area design information with condition settings.
[0093]
Next, the rule call information stored in the rule call information storage means 20 is information for designating rule information used for area design information. The rule call information storage means 20 has a data structure that allows specific rule information to be specified from a plurality of rule information based on the rule call information.
[0094]
With such a data structure, it becomes possible to specify a wide variety of rule information simply by changing the rule call information of the page template, and the area design information and the rule information can be separated and separated.
[0095]
As other data stored and stored in the storage means, there is the common display part information of the page stored in the page common part information storage means 16 as shown in FIG.
[0096]
The common display part information of the page is information provided when performing common display for each page. For example, display of the page name, display of the page creator, contact information, e-mail address, help display, and Various setting information of the common display portion of various pages such as the link function is included.
[0097]
The receiving means, the first acquisition means, the second acquisition means, the rule interpretation means, and the creation means will be described.
[0098]
First, the accepting unit 25 performs processing for accepting a request transmitted from the user terminals 101 to 104.
[0099]
That is, it is a means used to receive access to the server 10 from the user terminals 101 to 104 and provide a dynamic page appropriately.
[0100]
For example, the reception unit 25 may simply receive access to the server 10 from the user terminals 101 to 104 and perform the processing described below.
[0101]
When receiving the server 10 from the user's terminals 101 to 104, the receiving unit 25 requests the input of an ID and a password set for each user in advance and determines whether access is possible.
[0102]
This is because it is necessary to specify the user who performed the access.
[0103]
The authentication is performed by a method such as displaying an ID input screen and prompting the user to input an ID and password. The server 10 confirms the ID and password for the user.
[0104]
In this confirmation, whether or not the input ID and the user information in the user information storage means 23 match is collated, and the user ID confirmation work is completed.
[0105]
In addition to the above cases, a method may be employed in which a password is not necessary, or an ID used for connection to a network is substituted if necessary.
[0106]
When accepting access to the user, the accepting unit 25 uses the session function in the accepting unit 25 to assign a session ID to the accessing user, and this session ID is stored in the user information storage unit. The corresponding user information stored in 23 is stored.
[0107]
The session ID is a temporary ID that is given each time the user accesses the server 10 using the terminals 101 to 104. The server 10 uses the same session ID until the connection between the user terminals 101 to 104 and the server 10 is disconnected, and each time a dynamic page that requires user identification is generated, the session ID is the user terminal. 101 to 104 are sent to the server 10.
[0108]
Next, the first acquisition unit 26 acquires the corresponding page template from the template storage unit 30 and the user information of the user who made the request from the user information storage unit based on the user request. .
[0109]
Next, the second acquisition unit 27 acquires the rule information required by the page template from the rule information storage unit 21 based on the page template acquired by the server 10 by the server 10.
[0110]
The rule information is designated by the rule call information in the page template acquired by the first acquisition unit 26.
[0111]
When the rule information is acquired by the second acquisition unit 27, the rule information is used by the rule interpretation unit 28 described later.
[0112]
If the rule information specified by the rule call information is associated with the area of the page template, the rule information may be taken in area units. This is because processing efficiency can be realized by processing in area units.
[0113]
Further, the rule interpretation unit 28 interprets the rule based on the user information acquired by the previous first acquisition unit 26 and the rule information acquired by the previous second acquisition unit 27, and the corresponding result is obtained according to the interpretation result. Content information is obtained from the content information storage means 24.
[0114]
For example, the rule interpretation unit 28 interprets the rule information acquired by the second acquisition unit 27 based on the user information captured by the first acquisition unit 26, and interprets the rule for determining content information. Work is done. Thus, the correspondence between the page template and the content information is determined.
[0115]
In more detail, the rule interpreting means 28 interprets a rule using the rule information associated with the area design information from the area design information and the rule call information constituting the page template, and the content information is obtained from the interpretation result. Content information is acquired.
[0116]
Finally, the creating unit 29 creates a page requested by the user from the acquired content information and the acquired page template as a result of the interpretation by the rule interpreting unit 28.
[0117]
In this creation means 29, for example, a page written in a markup language such as HTML or XML, using the content information acquired as a result of rule interpretation, the common information of the page template or page, and the user information, It will be provided to the terminals 101 to 104 of the requesting user.
[0118]
Specifically, the content is determined based on the content information specified in the page template. This content information is described in a markup language such as the content itself, the path to the content, and the file name of the content.
[0119]
By the way, regarding the meaning of a server that dynamically creates individual pages for each user, the page displayed on the user's terminal can be selected or specified by interpreting the rules for each user individually. It means that the configuration changes, and it does not guarantee that the screens of all users are different.
[0120]
Furthermore, even for the same user, the page configuration may change if the time is different.
[0121]
In other words, even if the content information storage unit 24, the template storage unit 30, the user information storage unit 23, and the rule information storage unit 21 are not changed at all, if the user who requests connection is different, another page is displayed. It is transmitted to the user's terminals 101 to 104, that is, the page template and / or contents may be different.
[0122]
Hereinafter, changes in user information and content information will be described.
[0123]
The user information stored in the user information storage unit 23 is updated as appropriate, but may be updated every time a new change, addition, or deletion occurs irregularly, or may be performed periodically, or online. A mechanism that can be performed from the side or the like may be used.
[0124]
For example, if a purchase history item is provided in the user information, when the user purchases a certain product, the history item for purchasing the product is updated at a predetermined interval on the server side.
[0125]
When the user information is changed, the content of the user information acquired by the first acquisition unit 26 is different from the previous user information.
[0126]
Therefore, even if there is no change in the rule information and there is no change in the content information, the user information is changed, so that the content information acquired by the rule interpretation means 28 is different from the previous one.
[0127]
As a result, even for the same user, pages displayed on the user's terminals 101 to 104 are dynamically created due to factors such as actions that the user has performed previously and the passage of time.
[0128]
Next, the case of changing content information will be described.
[0129]
When content information is changed, there are various types depending on the type property of the content information, and updating, addition, and deletion are not uniform. This may be performed by operating the server 10 by accessing the server conventionally performed, or by uploading means such as FTP (File Transfer Protocol).
[0130]
In the following, area design, rule changes, etc. will be described.
[0131]
When changing the area design and rules, the whole may be changed, but in the present invention, some changes can be easily made.
[0132]
Of these, the area design information is largely changed, the rule information is added, changed, or deleted.
[0133]
In the following, explanations are given for the case of adding, changing, and deleting only rule information, the description of adding, changing, and deleting only the page template, general precautions, and the case where the page itself is first developed.
[0134]
The rule information is added, changed, or deleted (hereinafter referred to as “change” or the like) in the rule information storage unit 21.
[0135]
As shown in FIG. 14, in the work of the change 912, first, the page design 903 is performed. If only the change of the rule information is sufficient, the rule is determined by the rule creation 906 and the rule information is created by the rule setting 907. .
[0136]
In the rule setting 907, the rule information can be changed by changing the created rule information to the rule information storage unit 21 by means such as uploading. Thus, it is not necessary to consider the area design information, and the rule information can be changed independently.
[0137]
In addition, when it is necessary to change the rule call information in conjunction with the change of the rule information, etc., it is appropriately performed. This is because the rule information is acquired using this rule call information as a trigger.
[0138]
Further, the change or the like may be performed by sequentially changing individual rule information or the like, but may be automatically processed by designation of an effective period or other means.
[0139]
Further, the change or the like may be a mechanism for directly changing the rule information. However, in order to facilitate the operation, prevention of grammatical violations, and even those who are not familiar with programming can easily change the rule information, for example, a screen dedicated to the change is prepared and the screen is selectively used as an interface. Changes may be made.
[0140]
When the rule information is changed as described above, the rule information to be acquired is changed in the second acquisition unit 27.
[0141]
Therefore, when the rule information is changed, the content information to be acquired can be obtained by the interpretation of the previous rule as a result of the interpretation by the rule interpretation means 28 even if the content information does not change and the user information does not change. Different from content information.
[0142]
As a result, even for the same user, since the rule information has been changed, the page displayed on the user's terminals 101 to 104 is dynamically created as a result of the interpretation of the rule. .
[0143]
The case of adding, changing, and deleting only area design information (hereinafter, changed) will be described.
[0144]
Specifically, this is performed by changing the area design information in the area design information storage means 18.
[0145]
As shown in FIG. 13, in the change operation 911, first, the page design 903 is performed. If the change of the area design information is sufficient, the area design 904 is performed, and the area design information creation 905 is performed based on the area design 904. I do.
[0146]
The area design information can be changed by changing the created area design information to the area design information storage means 18 of the server 10 by upload means such as FTP. Therefore, there is no need to consider the rule information when changing, and only the area design information can be changed independently.
[0147]
Further, the change may be a mechanism that directly changes the area design information. However, a change tool, for example, a change screen, is prepared so that operations can be facilitated, grammatical violation prevention, design confirmation work can be reduced, and even those who are not familiar with programming can make changes. May be selectively changed as an interface.
[0148]
Since the page template for the change at this time is separated into area design information and rule call information, the area design information can be changed even if the area design information and the rule call information can be changed individually. The screen configuration may be such that the rule call information can be displayed and changed at the same time.
[0149]
Further, the area design information changing screen may schematically represent the area or may display the area design temporarily.
[0150]
Furthermore, although the above changes may be made directly to the server 10, area design information is created at the user terminals 101 to 104 and transmitted to the server 10 after being created. You may change things.
[0151]
In this way, when a change or the like is made to the area design information, the acquired page template is changed in the first acquisition means.
[0152]
Therefore, when the area design information is changed, the pages provided to the user terminals 101 to 104 are different even if the rule information is not changed and the user information is not changed. In addition, when the rule call information described in the page template is changed, the pages displayed on the user terminals 101 to 104 are different even if the rule information and the user information are not changed. Although it is displayed, it may be that the output of sound or the like is changed.
[0153]
If the rule call information in the page template is different, the rule information acquired using this rule call information is different, so that the result interpreted by the rule interpretation means 28 changes. As a result, the content information acquired by the rule interpretation unit 28 from the content information storage unit 24 is changed.
[0154]
Therefore, only the page template can be changed, and a more dynamic page can be created.
[0155]
Next, the case where the page itself is developed first will be described.
[0156]
As shown in FIG. 12, the new creation 901 starts with a requirement determination 902 that envisions the overall structure, a page design 903 based on this requirement, and an area design 904 based on the page design, A page template creation 910 including area design information is performed based on the area design.
[0157]
On the other hand, rule creation 906 is performed based on the page design 903, and rule setting 907 for creating rule information based on the rule is performed.
[0158]
The created page template and rule information can be newly registered in the server separately by means of uploading or the like. Therefore, it is not necessary to consider the page template when creating the rule information and the rule information when creating the page template. Therefore, it is possible to work in parallel with each other.
[0159]
The operation of the server 10 used in the present invention will be described with reference to the drawings.
[0160]
First, a description will be given with reference to the flowchart shown in FIG.
[0161]
(Step 200)
A user connects to the server 10 via a network using predetermined terminals 101 to 104.
[0162]
(Step 201)
The receiving unit 25 of the server 10 provides a page called a top page to the user terminals 101 to 104 by a predetermined process.
[0163]
(Step 202)
The receiving unit 25 of the server 10 provides a screen for inputting a predetermined ID or PW (password) to the user terminals 101 to 104.
[0164]
(Step 301)
The user inputs ID and PW in order to receive a member-dedicated service, and provides the ID and PW to the receiving means 25 of the server 10. On the server 10 side, the provided ID and PW are collated by the user information recording means 23 in which information about the user is recorded in advance.
[0165]
(Step 302)
If the ID and the PW match as a result of the collation in step 301, the server 10 creates an unused session ID using the session function of its own accepting means 25, and the user's terminals 101-104. Performs the process assigned to. Note that the server 10 side temporarily stores a newly created session ID.
[0166]
As shown in FIG. 4, a session ID that is not used as a session ID is created as shown in Table 1, and a newly created session ID (AA) is temporarily recorded as shown in Table 2. Further, this session ID is assigned to the user terminals 101 to 104. The user terminals 101 to 104 store the assigned session ID. This terminal always transmits a session ID to the server 10 when making a request to the server 10 side.
[0167]
(Step 303)
Next, the previously assigned session ID is added to the user information of the matched user ID.
[0168]
On the other hand, if either of ID and PW does not match as a result of the collation in step 301, the process returns to step 202 again, and a screen for prompting input of ID or the like is provided.
[0169]
The processing in steps 301 to 303 will be specifically described with reference to FIG.
[0170]
First, the user ID is provided from the user terminals 101 to 104 to the server 10 side.
[0171]
On the server side,
(1) The user information stored in the user information storage means 23 is checked to see if there is a user whose ID and PW match.
[0172]
(2) If there is matching user information, a new session ID is generated and added to the user information and recorded. Thus, since the session ID can be associated with the user information, the user information can be easily derived when creating a dynamic page.
[0173]
Since the server 10 was able to associate user information, processing for creating dynamic page information for each user is performed thereafter.
[0174]
(Step 304)
First, the user terminals 101 to 104 request a predetermined page from the reception unit 25 of the server 10 and transmit a session ID. The first acquisition unit 26 of the server 10 reads the page template of the requested page from the page common part information storage unit 16, the area design information storage unit 18, and the rule call information storage unit 20. Further, the first acquisition unit 26 specifies the user corresponding to the session ID from the user information storage unit 23 and reads the user information.
[0175]
(Step 305)
Next, the second acquisition unit 27 of the server 10 reads the corresponding rule information from the rule information storage unit 21 based on the rule call information associated with the area design information of the read page template.
[0176]
(Step 306)
Then, the rule interpretation means 28 of the server 10 performs rule information interpretation processing based on the read rule information and user information. The result of this interpretation processing is provided to the creation means 29.
[0177]
(Step 307)
Finally, the creation unit 29 of the server 10 applies the corresponding information from the content information storage unit 23 according to the page template read by the first acquisition unit 26 and the interpretation processing result obtained by the rule interpretation unit 28. The content information to be read is read and a page is created.
[0178]
When this process ends, the server 10 stands by at step 304 until the user requests a new page.
[0179]
Next, the processing from step 304 to step 307 will be described more specifically with reference to FIGS. FIG. 10 shows a flow of processing until a dynamic page is created, and FIG. 11 shows a specific example of processing performed by the rule interpretation unit 28.
[0180]
First,
(1) The user (taro) gives an instruction to request page A using the terminal.
[0181]
(2) The user (taro) terminal transmits a request for page A (request) and the session ID (AA) stored in the user terminals 101 to 104 to the server 10 via the network.
[0182]
(3) The receiving unit 25 of the server 10 receives the request (request) of the page A and the session ID transmitted from the user, and provides them to the first acquiring unit 26.
[0183]
(4) The first acquisition means 26 reads the user information of the corresponding user (taro) from the user information storage means 23 based on the session ID (AA) and provides it to the rule information interpretation means 28.
[0184]
(5) The first acquisition means 26 receives the page A page from the page common part information storage means 16, the area design information storage means 18, and the rule call information storage means 20 based on the request of the page A. Read the template.
[0185]
At this time, the first acquisition unit 26 provides the page template of the read page A to the second acquisition unit 27.
[0186]
(6) The second acquisition unit 27 reads out the rule information from the rule information storage unit 21 based on the rule call information associated with the page template of the received page A, and provides it to the rule interpretation unit 28.
[0187]
(7) The rule interpreting means 28 interprets the rule based on the previously provided rule information and the user information read based on the session ID (AA), and provides the result to the creating means 29. To do.
[0188]
(8) The creation means 29 reads out the content information based on the page template of the page A and the result of the interpretation of the rule according to the user information of the user (taro), and selects the page A requested by the user. Created and provided to the terminals 101 to 104 of the user who made the request.
[0189]
Here, the interpretation of the rule performed by the rule interpretation means 28 shown in (6) above will be described in detail with reference to FIG.
[0190]
It is assumed that two rule information (rule A 412 and rule B 413) are called for the page template of page A. A case where the user ID of the user is taro will be described.
[0191]
First, the rule interpretation unit 28 is provided with user information of the user (taro) obtained by the first acquisition unit 26 referring to Table 1, and the rule acquisition unit 27 is provided with the rule A 412 and the rule B 413. The
[0192]
First, (1) the rule interpretation means 28 acquires items used for the condition (determination) of each rule from the user information (age is 31 years old, sex is male).
[0193]
<Interpretation of Rule A>
It is assumed that the rule A describes the following conditions.
(1) User condition: If the age is 30 years old, advertising the content to be provided (category = new product and total number of clicks is maximum)
(2) User conditions: If the age is 30 years or older, advertise the content to be provided (category = travel and total number of clicks)
[0194]
(A-1)
First, user conditions are checked. In this rule A, content information to be read is changed depending on the age of the user.
Since the user (taro) is 31 years old, the user condition (1) is not satisfied.
Since the user (taro) is 31 years old, the user condition (2) is satisfied.
[0195]
(A-2)
Since the user (taro) satisfies the user condition {circle around (2)}, the content condition to be provided next is an advertisement (category = travel and total number of clicks).
[0196]
(A-3)
Next, according to the content condition of (A-2), a search is performed with reference to the table 409 of content (advertisement). As a result, the result derived from the interpretation of the rule A provides the user's page with the JAN advertisement as the content information, and provides the result to the creating means 29.
[0197]
<Interpretation of Rule B>
Rule B assumes that the following conditions are described.
(1) User conditions: If the gender is male, the content provided is the product (category = PC and the product with the highest price)
(2) User conditions: If the gender is female, the content provided is the product (category = home appliance and the product with the lowest price)
[0198]
(B-1)
First, user conditions are checked. In this rule B, content information to be read is changed depending on the gender of the user.
Since the user (taro) is a man, the user condition (1) is satisfied.
Since the user (taro) is a man, the user condition (2) is not satisfied.
[0199]
(B-2)
Since the user (taro) satisfies the user condition (1), the next contention condition to be provided is (category = computer and product with the highest price).
[0200]
(B-3)
Next, according to the content condition of (B-2), search is performed with reference to the table 411 of content (product). As a result, the result derived by the interpretation of the rule B provides the user's page with the NOTE product as the content information, and provides the result to the creating unit 29.
[0201]
The creation means 29 creates a page by inserting the result (in this case, content information) obtained from each rule into the area design information that calls each rule in the page template.
[0202]
As described above, the rule interpretation unit 28 can appropriately select content information and the like based on the user information and the rule information, and can provide the content suitable for the user.
[0203]
Note that the rule information is interpreted only in accordance with the user information, but the content information may be provided according to other conditions. For example, the time when the user has accessed the server, the weather on the day of the access, or other conditions not related to the user may be used.
[0204]
【The invention's effect】
According to the first aspect of the present invention, a page can be dynamically created for each user. Further, since the page template and the rule information are independent, it is possible to easily make individual changes. Moreover, since a page can be dynamically created for each user, the user has a good feeling for the service provided by the server.
[0205]
In the second aspect of the invention, in order to make the page template independent, the page template is made up of the page area design information and the rule call information incorporated in the area design information.
[0206]
In the invention according to claim 3, the page can be divided into a plurality of areas (frames), and the rule call information can be set for each area. Information can be provided. Thereby, the appearance and convenience for the user can be improved.
[0207]
In the invention of claim 4, it is possible to add, modify, and delete only the page template without being aware of the rules, and it is possible to easily design the page, so that only the page design is understood. Only the user can work on the page template.
[0208]
According to the fifth aspect of the present invention, it is possible to add / modify / delete only the rules without recognizing the page design, so that only those who understand only the rules can set the rules.
[0209]
In the invention described in claim 6, when specifying rule information, it is possible not only to depend on a page template but also to use user information. Therefore, in order to use user information for selection of rule information, too. Therefore, it is possible to select the information that is more suitable for the user.
[Brief description of the drawings]
FIG. 1 is a schematic diagram of the present invention.
FIG. 2 is a block diagram showing a configuration of a server in the same embodiment.
FIG. 3 is a flowchart showing the operation of the embodiment.
FIG. 4 is a diagram for explaining a session ID in the embodiment.
FIG. 5 is a diagram for explaining a correspondence relationship between session IDs and IDs in the embodiment.
FIG. 6 is a diagram for explaining a rule call information portion in a page template in the same embodiment.
FIG. 7 is a diagram for explaining content information in the embodiment.
FIG. 8 is a diagram for explaining rules in the same embodiment;
FIG. 9 is a diagram for explaining user information in the embodiment.
FIG. 10 is a diagram for explaining a flow until provision of a page image in the embodiment.
FIG. 11 is a diagram for explaining a flow up to rule interpretation in the same embodiment;
FIG. 12 is a flowchart showing a page image creation operation in the embodiment of the present invention.
FIG. 13 is a flowchart showing a page design change operation in the embodiment.
FIG. 14 is a flowchart showing a rule change operation in the embodiment.
FIG. 15 is a flowchart showing a page design change operation in a conventional example.
FIG. 16 is a flowchart showing a rule changing operation in a conventional example.
FIG. 17 is a flowchart showing a page image creation operation in a conventional example.
[Explanation of symbols]
10 …… Server
11. Control means
12 ... Input control means
13 …… Output control means
14: Storage means (main program storage means)
16. Storage means (common page information storage means)
18 …… Storage means (area design information storage means)
20... Storage means (rule call information storage means)
21 ...... Storage means (rule information storage means)
23. Storage means (user information storage means)
24. Storage means (content information storage means)
25 …… Reception means
26 …… First acquisition means
27 …… Second acquisition means
28 …… Rule interpretation means
29 …… Creation means
30 ...... Storage means (template storage means)
101, 102, 103, 104, ... terminal of user
401 …… User
404 …… User information
412, 413 ... Rule information
414, 415 ... Content specified by the rule

Claims (6)

ユーザの端末とネットワークを介して接続され、ユーザ毎に個別のページを動的に作成するサーバであって、
サーバがユーザの端末からユーザの要求を受け付ける受付手段と、
サーバがユーザの端末に提供するコンテンツ情報を記憶するコンテンツ情報記憶手段と、
サーバがユーザの端末から要求されたページのページテンプレートを記憶するテンプレート記憶手段と、
サーバが端末を利用するユーザに関わるユーザ情報を記憶するユーザ情報記憶手段と、
サーバーが、ユーザ情報に基づくコンテンツ情報の検索条件を記述するルール情報を、ユーザの端末から要求されたページのページテンプレートに関連付けて記憶するルール情報記憶手段と、
サーバは前記ユーザの要求に基づいて、前記テンプレート記憶手段から該当するページテンプレートと、前記ユーザ情報記憶手段から要求を行ったユーザのユーザ情報を取得する第1取得手段と、
サーバは前記ページテンプレートに基づいて、該当するルール情報をルール情報記憶手段から取得する第2取得手段と、
サーバは取得された前記ユーザ情報と、ルール情報とに基づいて、該当するコンテンツ情報を前記コンテンツ情報記憶手段から取得するルール情報解釈手段と、
サーバは前記ルール情報解釈手段にて取得したコンテンツ情報と、前記取得したページテンプレートとによりユーザから要求されたページを作成する作成手段と、
を備えたことを特徴とするサーバ。
A server that is connected to a user terminal via a network and dynamically creates individual pages for each user,
An accepting means for the server to accept a user request from the user terminal;
Content information storage means for storing content information provided by the server to the user terminal;
Template storage means for storing a page template of the page requested by the server from the user terminal;
User information storage means for storing user information relating to a user using a terminal by the server;
Server, the rule information storage means for storing rule information describing the search condition of the contents information based on user information, associated with it in the page template of the page requested by the user terminal,
The server, based on the user's request, a corresponding page template from the template storage means, a first acquisition means for acquiring the user information of the user who made the request from the user information storage means,
A server, based on the page template, second acquisition means for acquiring the corresponding rule information from the rule information storage means;
A server, based on the acquired user information and rule information, rule information interpretation means for acquiring corresponding content information from the content information storage means;
A server for creating a page requested by a user from the content information acquired by the rule information interpretation unit and the acquired page template;
A server characterized by comprising:
ページテンプレートが、ページ全体の外形を決めるエリアデザイン情報とルール呼出情報とからなっている事を特徴とする請求項1記載のサーバ。2. The server according to claim 1 , wherein the page template includes area design information and rule call information for determining an outline of the entire page . エリアデザイン情報が複数のエリア毎に設けられており、各々のエリア毎にルール呼出情報が設定されているものである事を特徴とする請求項2記載のサーバ。The server according to claim 2 , wherein area design information is provided for each of a plurality of areas, and rule call information is set for each area. ページテンプレート変更手段をさらに備えた事を特徴とする請求項1乃至3の何れかに記載のサーバ。 4. The server according to claim 1, further comprising page template changing means. ルール情報変更手段をさらに備えた事を特徴とする請求項1乃至4の何れかに記載のサーバ。Server according to any one of claims 1 to 4, characterized in that further comprising a rule information changing means. 第2取得手段において、前記ページテンプレートに基づく他に、ユーザ情報にも基づいて、該当するルール情報をルール情報記憶手段から取得するものである事を特徴とする請求項1乃至5の何れかに記載のサーバ。In the second obtaining means, in addition based on the page template, also based on the user information, corresponding to either the rule information according to claim 1, wherein it is intended to obtain from the rule information storage means The listed server.
JP2003125007A 2003-04-30 2003-04-30 server Expired - Fee Related JP4292854B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003125007A JP4292854B2 (en) 2003-04-30 2003-04-30 server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003125007A JP4292854B2 (en) 2003-04-30 2003-04-30 server

Publications (2)

Publication Number Publication Date
JP2004334274A JP2004334274A (en) 2004-11-25
JP4292854B2 true JP4292854B2 (en) 2009-07-08

Family

ID=33502396

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003125007A Expired - Fee Related JP4292854B2 (en) 2003-04-30 2003-04-30 server

Country Status (1)

Country Link
JP (1) JP4292854B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4671402B2 (en) * 2005-02-15 2011-04-20 株式会社野村総合研究所 Web page providing apparatus and web page providing method
KR100726472B1 (en) * 2005-07-22 2007-06-11 주식회사 칼라짚미디어 System for providing multiple contents per a tag and method therefor
JP4005100B2 (en) 2006-01-30 2007-11-07 株式会社カナックス Advertisement distribution system and apparatus, method, and advertisement distribution program
JP2007233923A (en) * 2006-03-03 2007-09-13 Nomura Research Institute Ltd Screen information producing method, screen information producing system, and screen information producing program
JP4886356B2 (en) * 2006-05-09 2012-02-29 ヤフー株式会社 Communication management device, communication management method, and communication management program
JP4333707B2 (en) * 2006-07-31 2009-09-16 沖電気工業株式会社 Session timeout time determination device, computer program, and application providing system
CN107291718B (en) * 2016-03-30 2021-10-08 阿里巴巴集团控股有限公司 Page resource delivery method and device

Also Published As

Publication number Publication date
JP2004334274A (en) 2004-11-25

Similar Documents

Publication Publication Date Title
US20190370852A1 (en) Use of behavioral portraits in the conduct of e-commerce
JP3034836B2 (en) Transaction brokerage system and transaction brokerage management method
CN100476820C (en) Access server and method for generating client interface on client terminals
TW535081B (en) Method and system of fulfilling requests for information from a network client
JP2002352138A (en) Server, retrieval system, system and terminal and method for providing information, method for retrieving information and method for displaying information
US20030131070A1 (en) Customization of information from web sites
JP2000155725A (en) Transaction mediation system, transaction mediation managing method, terminal device, and information transmission and reception system
JP2004021817A (en) Server and server program
JP2002329050A (en) Information-providing method and device therefor
JP2003036270A (en) Method and system for evaluating text-based product
JP2004070504A (en) Information retrieval method and system based on personal profile information
KR100372225B1 (en) An apparatus for creating homepage, a method for automatically converting the homepage and method for discriminating to view the homepage
JP4292854B2 (en) server
JP4772880B2 (en) Application execution method, application change device, and application change program
KR20010089005A (en) System for internet portal service using a character
JP2003196469A (en) Business support system and method and business support program
JP2013164666A (en) Portlet processing device, portal server, portal system, portlet processing method and computer program
JP5371668B2 (en) Information mediation server, information providing method, information providing program, and information providing system
KR100962342B1 (en) System and method for providing creation, registration and management service of homepage
TW200910186A (en) Information processing apparataus, method, and program
JP2000040115A (en) Firm banking service method
JP2015028685A (en) Information processing apparatus, information processing method and program
JP6401367B1 (en) Server apparatus, generation method, and generation program
JP2002157397A (en) Questionnaire system
JP6368023B1 (en) Information processing apparatus, information processing method, and information processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060320

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081216

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090213

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090317

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: 20090330

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

Free format text: PAYMENT UNTIL: 20120417

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees