JP5372786B2 - Web page generation device and web page generation method - Google Patents

Web page generation device and web page generation method Download PDF

Info

Publication number
JP5372786B2
JP5372786B2 JP2010003677A JP2010003677A JP5372786B2 JP 5372786 B2 JP5372786 B2 JP 5372786B2 JP 2010003677 A JP2010003677 A JP 2010003677A JP 2010003677 A JP2010003677 A JP 2010003677A JP 5372786 B2 JP5372786 B2 JP 5372786B2
Authority
JP
Japan
Prior art keywords
template
web page
user
cache
generation
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.)
Active
Application number
JP2010003677A
Other languages
Japanese (ja)
Other versions
JP2011145735A (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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2010003677A priority Critical patent/JP5372786B2/en
Publication of JP2011145735A publication Critical patent/JP2011145735A/en
Application granted granted Critical
Publication of JP5372786B2 publication Critical patent/JP5372786B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Description

本発明は、ウェブページ生成装置、及びウェブページの生成方法に関する。   The present invention relates to a web page generation apparatus and a web page generation method.

従来、インターネットのウェブサイトを用いて配信されるウェブページを生成し、記憶するウェブページ生成装置のファイルサーバにおいて、ウェブページに関するデータを記憶する記憶装置に記憶させるデータ量を軽減するために様々な方法が用いられている。   2. Description of the Related Art Conventionally, in a file server of a web page generation apparatus that generates and stores a web page distributed using a website on the Internet, various methods are used to reduce the amount of data stored in a storage device that stores data related to the web page. The method is used.

例えば、ファイルサーバにおいて、各ユーザに対応するユーザ固有情報と、各ユーザに共通する背景テンプレートとを記憶し、ユーザ固有情報を背景テンプレートに組み込むことにより、各ユーザ固有の情報が組み込まれたウェブページ(以下、各ユーザ用のウェブページと適宜省略する)を生成するウェブページ生成装置が知られている(例えば、特許文献1)。   For example, in a file server, user-specific information corresponding to each user and a background template common to each user are stored, and a web page in which information specific to each user is incorporated by incorporating the user-specific information into the background template There is known a web page generation device that generates (hereinafter appropriately abbreviated as a web page for each user) (for example, Patent Document 1).

このようなウェブページ生成装置によれば、ユーザ固有情報と、各ユーザに共通する背景テンプレートとをファイルサーバの記憶装置に記憶させればよい。すなわち、ファイルサーバの記憶装置に各ユーザ用のウェブページを全て記憶させる必要がないため、ファイルサーバの記憶装置に記憶させるデータ量を軽減できる。   According to such a web page generation device, the user specific information and the background template common to each user may be stored in the storage device of the file server. That is, since it is not necessary to store all web pages for each user in the storage device of the file server, the amount of data stored in the storage device of the file server can be reduced.

国際公開第01/93054号International Publication No. 01/93054

しかし、上記した従来のウェブページ生成装置には、次のような問題があった。すなわち、ファイルサーバでは、ユーザからのアクセスの度に、各ユーザ用のウェブページを生成し、記憶するため、ファイルサーバの負荷が大きくなり、ユーザからのアクセスが集中した際にウェブページの配信が遅れるという問題がある。   However, the conventional web page generation apparatus described above has the following problems. In other words, the file server generates and stores a web page for each user each time the user accesses, so the load on the file server increases and the web page is distributed when the access from the user is concentrated. There is a problem of being late.

そこで、本発明はこのような状況に鑑みてなされたものであり、記憶装置に記憶させるデータ量を軽減しつつ、ファイルサーバの負荷を軽減できるウェブページ生成装置、及びウェブページの生成方法の提供を目的とする。   Therefore, the present invention has been made in view of such a situation, and provides a web page generation device and a web page generation method capable of reducing the load on the file server while reducing the amount of data stored in the storage device. With the goal.

上述した問題を解決するため、本発明は、次のような特徴を有している。まず、本発明の第1の特徴は、ユーザ(クライアント端末20)からのアクセスに応じて、ウェブページ(ウェブページ50)を生成し、記憶するウェブページ生成装置(ウェブページ生成装置10)であって、各ユーザに共通するテンプレート(テンプレート50b)を生成するテンプレート生成手段(テンプレート生成部120)と、前記テンプレート生成手段により生成された前記テンプレートを記憶するテンプレート記憶手段(オリジナルDB130)と、を備えるファイルサーバ(ファイルサーバ100)と、前記テンプレート記憶手段から前記テンプレートを取得するテンプレート取得手段(テンプレート取得部210)と、前記ユーザからのアクセスに応じて、前記テンプレート取得手段により取得された前記テンプレート(コピーテンプレート50c)に、前記ユーザに対応するユーザ固有情報を含むユーザ対応情報を組み込んで、前記ウェブページを生成するページ生成手段(ウェブページ生成部260)とを備えるキャッシュサーバ(キャッシュサーバ200)とを有することを特徴とする。   In order to solve the problems described above, the present invention has the following features. First, the first feature of the present invention is a web page generation device (web page generation device 10) that generates and stores a web page (web page 50) in response to an access from a user (client terminal 20). A template generation unit (template generation unit 120) that generates a template common to each user (template 50b), and a template storage unit (original DB 130) that stores the template generated by the template generation unit. A file server (file server 100), a template acquisition unit (template acquisition unit 210) for acquiring the template from the template storage unit, and the template acquired by the template acquisition unit in response to an access from the user ( A cache server (cache server 200) including page generation means (web page generation unit 260) for generating the web page by incorporating user correspondence information including user-specific information corresponding to the user into the P template 50c) It is characterized by having.

このようなウェブページ生成装置は、ファイルサーバと、キャッシュサーバとを備える。ファイルサーバは、テンプレート生成手段と、テンプレート記憶手段と、を備える。すなわち、ファイルサーバは、各ユーザ用のテンプレートではなく、各ユーザに共通するテンプレートのみを生成し、テンプレート記憶手段に記憶するため、記憶装置に記憶させるデータ量を軽減できる。   Such a web page generation device includes a file server and a cache server. The file server includes a template generation unit and a template storage unit. That is, since the file server generates not only the template for each user but only the template common to each user and stores it in the template storage means, the amount of data stored in the storage device can be reduced.

また、キャッシュサーバは、ページ生成手段を備えるため、ユーザからのアクセスの度に、ウェブページの全てを生成することなく、ユーザ対応情報をテンプレートに組み込みウェブページを生成するため、ウェブページを生成する負荷を小さくできる。   In addition, since the cache server includes a page generation unit, a web page is generated in order to generate a web page by incorporating user correspondence information into a template without generating the entire web page every time a user accesses. The load can be reduced.

すなわち、ウェブページ生成装置は、ファイルサーバと、キャッシュサーバとで、上記の通り機能を分離している。   That is, the web page generation device separates the functions as described above between the file server and the cache server.

従って、本発明の第1の特徴に係るウェブページ生成装置によれば、ファイルサーバの負荷を軽減しつつ、記憶装置に記憶させるデータ量を軽減できる。   Therefore, according to the web page generation device according to the first feature of the present invention, the amount of data stored in the storage device can be reduced while reducing the load on the file server.

本発明の第2の特徴は、本発明の第1の特徴に係り、前記ファイルサーバは、外部または、所定の記憶部からデータ(例えば、お知らせ情報51b又はニュース情報53b)を取得するデータ取得手段(データ取得部110)を備え、前記テンプレート生成手段は、前記データ取得手段により所定の期間に取得された前記データを、各ユーザに共通し、変化しない背景テンプレート(テンプレート50a)に組み込んで、所定の期間毎に新たに前記テンプレートを生成し、前記テンプレート記憶手段は、前記テンプレートの生成に伴って、前記テンプレートを記憶し、前記テンプレート取得手段は、前記テンプレートを前記テンプレート記憶手段から所定の期間毎に取得することを要旨とする。   A second feature of the present invention relates to the first feature of the present invention, wherein the file server acquires data (for example, notification information 51b or news information 53b) from the outside or a predetermined storage unit. (The data acquisition unit 110), and the template generation unit incorporates the data acquired by the data acquisition unit in a predetermined period into a background template (template 50a) that is common to each user and does not change. The template is newly generated every period of time, the template storage means stores the template as the template is generated, and the template acquisition means stores the template from the template storage means every predetermined period. The main point is to obtain

本発明の第3の特徴は、本発明の第1又は第2の特徴に係り、前記キャッシュサーバは、新たに前記ウェブページを生成するか否かを決定するウェブページ決定手段(ウェブページ決定部240)と、前記ページ生成手段により生成される前記ウェブページを記憶するウェブページ記憶手段(キャッシュDB220)と、を備え、前記ユーザ対応情報は、前記ユーザの属性に対応する属性対応情報を含み、前記ウェブページ決定手段は、前記属性対応情報と、前記ウェブページ記憶手段に記憶される前記ウェブページとに基づいて、新たに前記ウェブページを生成するか否かを決定し、前記ページ生成手段は、前記ウェブページ決定手段の決定に基づいて、前記ユーザ対応情報において前記属性対応情報のみを前記テンプレートに組み込んで前記ウェブページを生成することを要旨とする。   A third feature of the present invention relates to the first or second feature of the present invention, in which the cache server determines whether or not to newly generate the web page (web page determination unit). 240) and web page storage means (cache DB 220) for storing the web page generated by the page generation means, and the user correspondence information includes attribute correspondence information corresponding to the attribute of the user, The web page determination means determines whether to newly generate the web page based on the attribute correspondence information and the web page stored in the web page storage means, and the page generation means Based on the determination of the web page determination means, only the attribute correspondence information is incorporated into the template in the user correspondence information. And it is required to produce a serial web page.

本発明の第4の特徴は、本発明の第1乃至第3の特徴に係り、前記キャッシュサーバは、前記ユーザがアクセスする地域ごとに複数備えられることを要旨とする。   A fourth feature of the present invention relates to the first to third features of the present invention, and is summarized in that a plurality of the cache servers are provided for each area accessed by the user.

本発明の第5の特徴は、ユーザからのアクセスに応じて、ウェブページを生成し、記憶するウェブページの生成方法において、前記ウェブページ生成装置は、ファイルサーバと、ユーザからのアクセスに応じるキャッシュサーバとを備え、前記ファイルサーバが、各ユーザに共通するテンプレートを生成するテンプレート生成工程(ステップS107)と、前記ファイルサーバが、前記テンプレート生成工程により生成された前記テンプレートを記憶するテンプレート記憶工程(ステップS109)と、前記キャッシュサーバが、前記テンプレート記憶工程により記憶されたテンプレートを取得するテンプレート取得工程(ステップS201)と、前記キャッシュサーバが、前記ユーザに対応するユーザ固有情報を含むユーザ対応情報を前記テンプレートに組み込んで、前記ウェブページを生成するページ生成工程(ステップS305)と、を有することを要旨とする。   According to a fifth aspect of the present invention, in the web page generation method for generating and storing a web page according to an access from a user, the web page generation device includes a file server and a cache according to an access from the user. A template generation step (step S107) in which the file server generates a template common to each user, and a template storage step in which the file server stores the template generated in the template generation step (step S107). Step S109), a template acquisition step (Step S201) in which the cache server acquires a template stored in the template storage step, and the cache server includes user correspondence information including user-specific information corresponding to the user. Said Incorporated into PLATES, page generating process of generating the web page (step S305), and summarized in that with.

また、上記ウェブページ生成装置に限らず、上記ウェブページ生成装置に対応するコンピュータ・プログラムもそれぞれ本発明の特徴である。さらに、上記のように構成される本発明の作用及び効果、並びに本発明の他の各特徴における構成、作用及び効果については、実施形態などを通じて後述する通りである。   Further, the present invention is not limited to the web page generation apparatus, and computer programs corresponding to the web page generation apparatus are also features of the present invention. Furthermore, the operations and effects of the present invention configured as described above, and the configurations, functions, and effects of other features of the present invention are as described later through the embodiments and the like.

本発明によれば、ファイルサーバの負荷を軽減しつつ、記憶装置に記憶させるデータ量を軽減できるウェブページ生成装置、及びウェブページの生成方法を提供することができる。   According to the present invention, it is possible to provide a web page generation device and a web page generation method capable of reducing the amount of data stored in a storage device while reducing the load on the file server.

本発明の実施形態に係るウェブページ生成装置10の機能ブロック図である。It is a functional block diagram of web page generation device 10 concerning an embodiment of the present invention. 本発明の実施形態に係るファイルサーバ100によるテンプレート50bの生成過程を示す概念図である。It is a conceptual diagram which shows the production | generation process of the template 50b by the file server 100 concerning embodiment of this invention. 本発明の実施形態に係るキャッシュサーバ200によるウェブページ50の生成過程を示す概念図である。It is a conceptual diagram which shows the production | generation process of the web page 50 by the cache server 200 which concerns on embodiment of this invention. 本発明の実施形態に係るキャッシュDB220に記憶されるユーザ識別情報TBを示す図である。It is a figure which shows the user identification information TB memorize | stored in cache DB220 which concerns on embodiment of this invention. 本発明の実施形態に係るファイルサーバ100によるテンプレート50bの生成手順を示すフローチャートである。It is a flowchart which shows the production | generation procedure of the template 50b by the file server 100 which concerns on embodiment of this invention. 本発明の実施形態に係るキャッシュサーバ200によるコピーテンプレート50cの取得手順を示すフローチャートである。It is a flowchart which shows the acquisition procedure of the copy template 50c by the cache server 200 which concerns on embodiment of this invention. 本発明の実施形態に係るキャッシュサーバ200によるウェブページ50の生成手順を示すフローチャートである。It is a flowchart which shows the production | generation procedure of the web page 50 by the cache server 200 which concerns on embodiment of this invention.

次に、本発明の実施形態について説明する。具体的には、(1)ウェブページ生成装置の構成、(2)ファイルサーバの機能ブロック構成、(3)キャッシュサーバの機能ブロック構成、(4)ウェブページ生成装置の動作、(5)作用・効果、(6)その他の実施形態について説明する。   Next, an embodiment of the present invention will be described. Specifically, (1) Web page generation device configuration, (2) File server functional block configuration, (3) Cache server functional block configuration, (4) Web page generation device operation, (5) Action / Effects, (6) Other embodiments will be described.

なお、以下の図面の記載において、同一または類似の部分には、同一または類似の符号を付している。ただし、図面は模式的なものであり、各寸法の比率などは現実のものとは異なることに留意すべきである。   In the following description of the drawings, the same or similar parts are denoted by the same or similar reference numerals. However, it should be noted that the drawings are schematic and ratios of dimensions and the like are different from actual ones.

したがって、具体的な寸法などは以下の説明を参酌して判断すべきである。また、図面相互間においても互いの寸法の関係や比率が異なる部分が含まれていることは勿論である。   Accordingly, specific dimensions and the like should be determined in consideration of the following description. Moreover, it is a matter of course that portions having different dimensional relationships and ratios are included between the drawings.

(1)ウェブページ生成装置の構成
図1は、本発明の実施形態に係るウェブページ生成装置10の機能ブロック図である。ウェブページ生成装置10は、複数の各種データベース(以下、DBと適宜省略する)と、通信ネットワーク30を介して接続されている。また、ウェブページ生成装置10、ユーザの端末であるクライアント端末20と通信ネットワーク30を介して接続されている。
(1) Configuration of Web Page Generation Device FIG. 1 is a functional block diagram of a web page generation device 10 according to an embodiment of the present invention. The web page generation device 10 is connected to a plurality of various databases (hereinafter abbreviated as DB as appropriate) via a communication network 30. The web page generation apparatus 10 is connected to a client terminal 20 that is a user terminal via a communication network 30.

ウェブページ生成装置10は、ファイルサーバ100と、複数のキャッシュサーバ200とを備える。ウェブページ生成装置10は、ファイルサーバ100と、キャッシュサーバ200とを組み合わせることにより、比較的容量が大きいイメージ等のファイルを含むデータを記憶し、配信する。   The web page generation device 10 includes a file server 100 and a plurality of cache servers 200. The web page generation device 10 stores and distributes data including files such as images having a relatively large capacity by combining the file server 100 and the cache server 200.

ウェブページ生成装置10は、ユーザからのアクセス、すなわち、クライアント端末20からのアクセスに応じて、ウェブページ50(後述する図3を参照)を生成し、ウェブページ50を配信する。本発明は、ウェブページ生成装置10に対応するウェブページ50の配信方法やコンピュータ・プログラムとして実現可能である。   The web page generation device 10 generates a web page 50 (see FIG. 3 to be described later) in response to an access from a user, that is, an access from the client terminal 20, and distributes the web page 50. The present invention can be realized as a web page 50 distribution method or a computer program corresponding to the web page generation apparatus 10.

クライアント端末20は、ユーザが利用するパーソナルコンピュータや携帯電話端末等であり、上記のようなハードウェア資源に加え、ブラウザ22、キーボタン、タッチパネル等の入力装置、液晶ディスプレイ等の出力装置を備える。   The client terminal 20 is a personal computer or a mobile phone terminal used by a user, and includes an input device such as a browser 22, key buttons, and a touch panel, and an output device such as a liquid crystal display, in addition to the above hardware resources.

ウェブページ生成装置10、ファイルサーバ100、キャッシュサーバ200、及びクライアント端末20は、CPU等の制御装置、メモリやHDD等の記憶装置、通信ネットワーク30との通信する通信I/F等の通信装置といったハードウェア資源を有するコンピュータ(単一或いは複数)により構成される。記憶装置に予め記憶(インストール)した所定のコンピュータ・プログラムが演算制御部を制御することで、図1に示す各手段などの要素(110〜130、210〜270など)を実現する。ここで、前記プログラムについては、図示はしないが、プログラムのダウンロード配信やブックマークレット、Firefoxのグリースモンキー(greecemonkey)のようなブラウザ拡張機能など、任意の態様で実現してよい。   The web page generation device 10, the file server 100, the cache server 200, and the client terminal 20 include a control device such as a CPU, a storage device such as a memory and an HDD, and a communication device such as a communication I / F that communicates with the communication network 30. It is configured by a computer (single or plural) having hardware resources. A predetermined computer program stored (installed) in the storage device in advance controls the arithmetic control unit, thereby realizing the elements (110 to 130, 210 to 270, etc.) shown in FIG. Here, although not shown, the program may be realized in an arbitrary manner such as a program download distribution, a bookmarklet, or a browser extension function such as a Firefox grease monkey.

(2)ファイルサーバの機能ブロック構成
ファイルサーバ100は、各ユーザに共通するテンプレート50bを生成する。具体的には、図1に示すように、ファイルサーバ100は、データ取得部110と、テンプレート生成部120と、オリジナルDB130とを備える。以下、各ブロックの機能について、図2を用いて説明する。図2は、ファイルサーバ100によるテンプレート50bの生成手順を示す概念図である。具体的には、図2(a)は、データ取得部110が受信するデータを示す概念図である。図2(b)は、テンプレート生成部120が生成するテンプレート50bを示す概念図である。
(2) Functional block configuration of file server The file server 100 generates a template 50b common to each user. Specifically, as illustrated in FIG. 1, the file server 100 includes a data acquisition unit 110, a template generation unit 120, and an original DB 130. Hereinafter, the function of each block will be described with reference to FIG. FIG. 2 is a conceptual diagram showing a procedure for generating the template 50 b by the file server 100. Specifically, FIG. 2A is a conceptual diagram illustrating data received by the data acquisition unit 110. FIG. 2B is a conceptual diagram showing a template 50 b generated by the template generation unit 120.

(2.1)データ取得部110
データ取得部110は、外部または、所定の記憶部からデータを取得する。例えば、図1、2(a)に示すように、データ取得部110は、ファイルサーバ100の外部に設置されたテンプレートDB300から、テンプレート50bを作成するための素材であるテンプレート50aを取得する。同様にして、データ取得部110は、お知らせDB310から、お知らせ情報51bを、ニュースDB320から、ニュース情報53bを取得する。データ取得部110は、定期的にテンプレートDB300、お知らせDB310、及びニュースDB320からのデータの配信があるか、否かを確認し、データの配信がある場合に、各データを取得する。テンプレート50aは、ウェブページ50の基本構造を示す背景テンプレートであり、各ユーザに共通し、変化しない背景テンプレートである。例えば、テンプレート50aは、ウェブページ50の背景や、レイアウトである。
(2.1) Data acquisition unit 110
The data acquisition unit 110 acquires data from the outside or a predetermined storage unit. For example, as illustrated in FIGS. 1 and 2, the data acquisition unit 110 acquires a template 50 a that is a material for creating the template 50 b from the template DB 300 installed outside the file server 100. Similarly, the data acquisition unit 110 acquires notification information 51b from the notification DB 310 and news information 53b from the news DB 320. The data acquisition unit 110 periodically checks whether there is data distribution from the template DB 300, the notification DB 310, and the news DB 320, and acquires each data when there is data distribution. The template 50a is a background template that shows the basic structure of the web page 50, and is a background template that is common to each user and does not change. For example, the template 50a is the background or layout of the web page 50.

テンプレート50a、お知らせ情報51b、及びニュース情報53bは、各ユーザに共通するデータであり、各ユーザにそれぞれ配信される。なお、「各ユーザに共通する」とは、各ユーザを選別することなく、全ユーザを選択することを示す。すなわち、テンプレート50a、お知らせ情報51b、及びニュース情報53bは、全ユーザに配信される基本情報である。お知らせ情報51b及びニュース情報53bは、所定の期間毎に更新される。例えば、お知らせ情報51b及びニュース情報53bの少なくとも何れかは、30分毎に更新され、データが更新されたお知らせDB310、及びニュースDB320から定期的にデータ取得部110に配信される。なお、「所定の期間」とは、30分ごとなどの一定期間のみに限定されず、任意の期間でもよい。   The template 50a, the notification information 51b, and the news information 53b are data common to each user, and are distributed to each user. “Common to each user” indicates that all users are selected without selecting each user. That is, the template 50a, the notification information 51b, and the news information 53b are basic information distributed to all users. The notification information 51b and the news information 53b are updated every predetermined period. For example, at least one of the notification information 51b and the news information 53b is updated every 30 minutes, and is periodically distributed to the data acquisition unit 110 from the notification DB 310 and the news DB 320 whose data has been updated. The “predetermined period” is not limited to a certain period such as every 30 minutes, and may be an arbitrary period.

(2.2)テンプレート生成部120
図2(b)に示すように、テンプレート生成部120は、データ取得部110により受信されたデータを組み込んでテンプレート50bを生成する。具体的には、テンプレート生成部120は、テンプレート50aにお知らせ情報51b及びニュース情報53bを組み込んでテンプレート50bを生成する。具体的には、テンプレート生成部120は、所定の期間毎に新たにテンプレート50bを生成する。なお、「所定の期間毎」とは、例えば、30分ごとなどの一定期間のみに限定されず、任意の期間でもよい。例えば、データ取得部110が新たにテンプレート50a、お知らせ情報51b及びニュース情報53bの少なくとも何れかを受信する度に、テンプレート生成部120は、新たにテンプレート50bを生成してもよい。
(2.2) Template generation unit 120
As shown in FIG. 2B, the template generation unit 120 generates the template 50b by incorporating the data received by the data acquisition unit 110. Specifically, the template generation unit 120 generates the template 50b by incorporating the notification information 51b and the news information 53b into the template 50a. Specifically, the template generation unit 120 newly generates a template 50b every predetermined period. Note that “every predetermined period” is not limited to a certain period such as every 30 minutes, and may be an arbitrary period. For example, every time the data acquisition unit 110 newly receives at least one of the template 50a, the notification information 51b, and the news information 53b, the template generation unit 120 may newly generate the template 50b.

(2.3)オリジナルDB130
オリジナルDB130は、テンプレート記憶手段を構成し、データ取得部110が受信したデータと、テンプレート50bとを記憶する。具体的には、オリジナルDB130は、データ取得部110が受信したテンプレート50a、お知らせ情報51b、及びニュース情報53bと、テンプレート50bとを記憶する。
(2.3) Original DB 130
The original DB 130 constitutes a template storage unit, and stores data received by the data acquisition unit 110 and the template 50b. Specifically, the original DB 130 stores the template 50a received by the data acquisition unit 110, notification information 51b, news information 53b, and the template 50b.

(3)キャッシュサーバの機能ブロック構成
キャッシュサーバ200は、ユーザからのアクセスに応じて、すなわち、クライアント端末20からのアクセスに応じて、テンプレート50bのコピーであるコピーテンプレート50cを組み込んだウェブページ50を生成し、記憶し、クライアント端末20に配信する。
(3) Functional block configuration of cache server The cache server 200 displays a web page 50 in which a copy template 50c, which is a copy of the template 50b, is incorporated in response to an access from the user, that is, an access from the client terminal 20. Generate, store, and distribute to client terminal 20.

具体的には、図1に示すように、キャッシュサーバ200は、テンプレート取得部210と、キャッシュDB220と、リクエスト受信部230と、ウェブページ決定部240と、ユーザ対応情報取得部250と、ウェブページ生成部260と、ウェブページ配信部270とを備える。以下、各ブロックの機能について説明する。図1、3、4を用いて説明する。   Specifically, as shown in FIG. 1, the cache server 200 includes a template acquisition unit 210, a cache DB 220, a request reception unit 230, a web page determination unit 240, a user correspondence information acquisition unit 250, a web page. A generation unit 260 and a web page distribution unit 270 are provided. Hereinafter, the function of each block will be described. This will be described with reference to FIGS.

(3.1)テンプレート取得部210
テンプレート取得部210は、テンプレート50bをオリジナルDB130から取得する。具体的には、テンプレート取得部210は、オリジナルDB130から所定の期間毎にテンプレート50bのコピーであるコピーテンプレート50cを所定のデータ伝送プロトコルにより取得する。なお、「所定の期間毎」とは、例えば、30分ごとなどの一定期間のみに限定されず、任意の期間でもよい。例えば、テンプレート取得部210は、新たにテンプレート50bが、生成され、オリジナルDB130に記憶されるたびに、オリジナルDB130から生成通知を受信し、コピーテンプレート50cを取得してもよい。
(3.1) Template acquisition unit 210
The template acquisition unit 210 acquires the template 50b from the original DB 130. Specifically, the template acquisition unit 210 acquires a copy template 50c, which is a copy of the template 50b, from the original DB 130 every predetermined period using a predetermined data transmission protocol. Note that “every predetermined period” is not limited to a certain period such as every 30 minutes, and may be an arbitrary period. For example, every time a new template 50b is generated and stored in the original DB 130, the template acquisition unit 210 may receive a generation notification from the original DB 130 and acquire the copy template 50c.

(3.2)キャッシュDB220
キャッシュDB220は、ウェブページ記憶手段を構成し、ユーザ識別情報TBと、ユーザ対応情報と、ファイルサーバ100より取得したコピーテンプレート50cと、ウェブページ生成部260により生成されたウェブページ50とを記憶する。以下、ユーザ識別情報TB及びユーザ対応情報について、図1、3を用いて説明する。
(3.2) Cache DB 220
The cache DB 220 constitutes a web page storage unit, and stores user identification information TB, user correspondence information, a copy template 50 c acquired from the file server 100, and the web page 50 generated by the web page generation unit 260. . Hereinafter, user identification information TB and user correspondence information will be described with reference to FIGS.

図3は、キャッシュサーバ200によるウェブページ50の生成手順を示す概念図である。具体的には、図3(a)は、テンプレート取得部210が取得するコピーテンプレート50cを示す概念図である。図3(b)は、ウェブページ生成部260が生成するウェブページ50を示す概念図である。   FIG. 3 is a conceptual diagram showing a procedure for generating the web page 50 by the cache server 200. Specifically, FIG. 3A is a conceptual diagram showing a copy template 50 c acquired by the template acquisition unit 210. FIG. 3B is a conceptual diagram showing the web page 50 generated by the web page generation unit 260.

図4は、キャッシュDB220に記憶されるユーザ識別情報TBの一例を示す図である。ユーザ識別情報TBは、各ユーザに対応するユーザ固有情報を示すテーブルである。例えば、ユーザ識別情報TBは、登録されたユーザの識別情報と、各ユーザの属性情報と、ユーザ対応情報を抽出するための条件とを含む。より具体的には、ユーザ識別情報TBには、ユーザを識別するためのユーザIDと、ユーザの属性と、ユーザ別ニュース情報57cを抽出するための検索ワードと、ユーザの閲覧の履歴とを含む。   FIG. 4 is a diagram illustrating an example of the user identification information TB stored in the cache DB 220. The user identification information TB is a table indicating user specific information corresponding to each user. For example, the user identification information TB includes registered user identification information, attribute information of each user, and conditions for extracting user correspondence information. More specifically, the user identification information TB includes a user ID for identifying a user, a user attribute, a search word for extracting user-specific news information 57c, and a user browsing history. .

(3.3)リクエスト受信部230
リクエスト受信部230は、ユーザからアクセスに応じる。具体的には、リクエスト受信部230は、ユーザからウェブページ50の閲覧要求を受信する。例えば、リクエスト受信部230は、クライアント端末20からのURLの入力に応じて送信される信号、又は、ブラウザ22を介し、ウェブページ上のオブジェクト等がクリックされることにより送信される信号を受信する。
(3.3) Request receiving unit 230
The request receiving unit 230 responds to access from the user. Specifically, the request receiving unit 230 receives a browsing request for the web page 50 from the user. For example, the request receiving unit 230 receives a signal transmitted in response to an input of a URL from the client terminal 20 or a signal transmitted when an object on a web page is clicked via the browser 22. .

(3.4)ウェブページ決定部240
ウェブページ決定部240は、ユーザからの閲覧要求を受けて、予めキャッシュDB220に記憶されたコピーテンプレート50cにおいて、どのコピーテンプレート50cを用いてウェブページ50を生成するか、否かを決定する。例えば、ウェブページ決定部240は、所定のウェブサイトのトップページや、トップページのリンク先のページに対応するコピーテンプレート50cのうち、ユーザからの閲覧要求が、どのページを要求しているのかに基づいて、コピーテンプレート50cを決定する。
(3.4) Web page determination unit 240
In response to a browsing request from the user, the web page determination unit 240 determines which copy template 50c is used to generate the web page 50 in the copy template 50c stored in the cache DB 220 in advance. For example, the web page determination unit 240 determines which page is requested by the user in the copy template 50c corresponding to the top page of a predetermined website or the linked page of the top page. Based on this, the copy template 50c is determined.

(3.5)ユーザ対応情報取得部250
ユーザ対応情報取得部250は、ウェブページ決定部240の決定に基づいて、各種DBから、ユーザ対応情報を取得する。具体的には、ユーザ対応情報取得部250は、ウェブページ決定部240の決定に基づいて、案内DB330から案内情報55cを、ニュースDB340からユーザ別ニュース情報57cを、広告DB350から広告情報59dを、それぞれ取得する。具体的には、ユーザ対応情報取得部250は、キャッシュDB220に記憶されたユーザ識別情報TBに基づいて、案内DB330、ニュースDB340、広告DB350から各データを取得する。
(3.5) User correspondence information acquisition unit 250
The user correspondence information acquisition unit 250 acquires user correspondence information from various DBs based on the determination of the web page determination unit 240. Specifically, based on the determination of the web page determination unit 240, the user correspondence information acquisition unit 250 receives the guidance information 55c from the guidance DB 330, the news information 570 by user from the news DB 340, the advertisement information 59d from the advertisement DB 350, Get each. Specifically, the user correspondence information acquisition unit 250 acquires each data from the guidance DB 330, the news DB 340, and the advertisement DB 350 based on the user identification information TB stored in the cache DB 220.

なお、案内情報55c、ユーザ別ニュース情報57c、広告情報59dは、アクセスするユーザによって異なるデータであり、アクセスするユーザによって配信されるウェブページ50は、それぞれ異なる。具体的には、案内情報55cは、ユーザIDと、案内文とにより構成される情報である。例えば、案内情報55cは、「○○さん、こんにちは。」などのような情報である。ユーザ別ニュース情報57cは、ユーザ毎に設定された検索条件で、表示されるニュース情報である。例えば、ユーザ別ニュース情報57cは、ユーザが予め設定した検索ワードをユーザ識別情報TBのニュース検索ワード欄に記憶し、ユーザ識別情報TBのニュース検索ワード欄のデータに基づいて、検索されたニュース情報である。広告情報59dは、ユーザ識別情報TBの履歴欄のデータに基づいて、各ユーザの閲覧の履歴を分析し、ユーザが興味をもつような広告情報である。例えば、ユーザの履歴により、車メーカのウェブサイトをユーザが、多く訪問している場合、広告情報59dは、車に関係する広告情報である。   The guide information 55c, the user-specific news information 57c, and the advertisement information 59d are different data depending on the accessing user, and the web page 50 distributed by the accessing user is different. Specifically, the guidance information 55c is information including a user ID and a guidance sentence. For example, the guide information 55c is, "○○'s, Hello.", Which is information such as. The user-specific news information 57c is news information displayed under a search condition set for each user. For example, the news information 57c for each user stores a search word preset by the user in the news search word column of the user identification information TB, and the news information searched based on the data in the news search word column of the user identification information TB. It is. The advertisement information 59d is advertisement information that the user is interested in by analyzing the browsing history of each user based on the data in the history column of the user identification information TB. For example, when the user visits a lot of car manufacturer websites based on the user's history, the advertisement information 59d is advertisement information related to the car.

(3.6)ウェブページ生成部260
ウェブページ生成部260は、ユーザからの要求があったときに、ユーザに対応するユーザ固有情報を含むユーザ対応情報をコピーテンプレート50cに組み込んで、ウェブページ50を生成する。例えば、図3に示すように、ウェブページ生成部260は、案内情報55cと、ユーザ別ニュース情報57cと広告情報59dとをコピーテンプレート50cに組み込んで、ウェブページ50を生成する。
(3.6) Web page generation unit 260
When requested by the user, the web page generation unit 260 incorporates user correspondence information including user-specific information corresponding to the user into the copy template 50 c to generate the web page 50. For example, as illustrated in FIG. 3, the web page generation unit 260 generates guidance information 55 c, user-specific news information 57 c, and advertisement information 59 d in a copy template 50 c to generate a web page 50.

(3.7)ウェブページ配信部270
ウェブページ配信部270は、ウェブページ生成部260により生成されたウェブページ50を各ユーザのアクセスに応じて、又は、所定の期間毎に、ユーザに通信ネットワーク30を介して所定のデータ伝送プロトコルにより配信する。
(3.7) Web page distribution unit 270
The web page distribution unit 270 sends the web page 50 generated by the web page generation unit 260 to the user according to a predetermined data transmission protocol via the communication network 30 according to each user's access or every predetermined period. To deliver.

(4)ウェブページ生成装置の動作
次に、ウェブページ生成装置10の動作について説明する。具体的には、(4.1)ファイルサーバ100によるテンプレート50bの生成手順、(4.2)キャッシュサーバ200によるテンプレート50bの取得手順、(4.3)キャッシュサーバ200によるウェブページ50の配信手順について説明する。
(4) Operation of Web Page Generation Device Next, the operation of the web page generation device 10 will be described. Specifically, (4.1) a generation procedure of the template 50b by the file server 100, (4.2) an acquisition procedure of the template 50b by the cache server 200, and (4.3) a distribution procedure of the web page 50 by the cache server 200. Will be described.

(4.1)ファイルサーバ100によるテンプレート50bの生成手順
図5は、ファイルサーバ100によるテンプレート50bの生成手順を示す。テンプレート50bの生成は、データ取得部110が、外部又は所定の記憶部からデータを取得した際か、所定の期間毎に実行される。
(4.1) Generating Procedure of Template 50b by File Server 100 FIG. 5 shows a generating procedure of the template 50b by the file server 100. The template 50b is generated when the data acquisition unit 110 acquires data from the outside or a predetermined storage unit or every predetermined period.

図5に示すように、ステップS101において、ファイルサーバ100は、外部からデータの配信等に基づいて、処理をする。具体的には、データ取得部110は、外部からデータが配信された場合、或いは所定の期間が過ぎた場合、ステップS103に処理を進める。一方、データ取得部110は、外部からデータが配信されていない場合、或いは所定の期間が、過ぎていない場合、ステップS101の前に処理を戻す。   As shown in FIG. 5, in step S101, the file server 100 performs processing based on data distribution from the outside. Specifically, the data acquisition unit 110 advances the process to step S103 when data is distributed from the outside or when a predetermined period has passed. On the other hand, when data is not distributed from the outside, or when the predetermined period has not passed, the data acquisition unit 110 returns the process before step S101.

ステップS103において、ファイルサーバ100は、外部からデータを取得する。具体的には、データ取得部110は、テンプレートDB300、お知らせDB310、及びニュースDB320から各データを取得する。   In step S103, the file server 100 acquires data from the outside. Specifically, the data acquisition unit 110 acquires each data from the template DB 300, the notification DB 310, and the news DB 320.

ステップS105において、ファイルサーバ100は、受信された各データを記憶する。具体的には、オリジナルDB130は、受信された各データを記憶する。   In step S105, the file server 100 stores each received data. Specifically, the original DB 130 stores each received data.

ステップS107において、ファイルサーバ100は、受信された各データを組み込んで、各ユーザに共通するテンプレート50bを生成する。具体的には、テンプレート生成部120は、オリジナルDB130から受信された各データを取得し、テンプレート50aに組み込んでテンプレート50bを生成する。   In step S107, the file server 100 incorporates each received data and generates a template 50b common to each user. Specifically, the template generation unit 120 acquires each data received from the original DB 130 and incorporates the data into the template 50a to generate the template 50b.

ステップS109において、ファイルサーバ100は、テンプレート50bを記憶する。具体的には、オリジナルDB130は、テンプレート生成部120により生成されたテンプレート50bを記憶する。   In step S109, the file server 100 stores the template 50b. Specifically, the original DB 130 stores the template 50b generated by the template generation unit 120.

(4.2)キャッシュサーバ200によるテンプレート50bの取得手順
図6は、キャッシュサーバ200によるテンプレート50bの取得手順を示す。ここでは、キャッシュサーバ200が、ファイルサーバ100からテンプレート50bを取得する。下記配信手順は、テンプレート50bが生成されるたび、又は所定の期間毎に実行される。
(4.2) Acquisition Procedure of Template 50b by Cache Server 200 FIG. 6 shows an acquisition procedure of the template 50b by the cache server 200. Here, the cache server 200 acquires the template 50b from the file server 100. The following distribution procedure is executed every time the template 50b is generated or every predetermined period.

ステップS201において、キャッシュサーバ200は、所定の時間の期間毎、又は、テンプレート50bの生成通知に基づいて、処理をする。具体的には、テンプレート取得部210は、所定の期間が経過した場合、又は、オリジナルDB130からテンプレート50bの生成通知を受信した場合に、ステップS203に処理を進める。一方、テンプレート取得部210は、所定の期間が経過せず、生成通知を受信していない場合、ステップS201の前に処理を戻す。   In step S201, the cache server 200 performs processing for each predetermined time period or based on the generation notification of the template 50b. Specifically, the template acquisition unit 210 proceeds to step S203 when a predetermined period has elapsed or when a generation notification of the template 50b is received from the original DB 130. On the other hand, when the predetermined period has not elapsed and the generation notification has not been received, the template acquisition unit 210 returns the process before step S201.

ステップS203において、キャッシュサーバ200は、テンプレート50bのコピーであるコピーテンプレート50cを、ファイルサーバ100から取得する。具体的には、テンプレート取得部210は、オリジナルDB130に記憶されたテンプレート50bのコピーであるコピーテンプレート50cを、所定のデータ伝送プロトコルによりファイルサーバ100から取得する。   In step S203, the cache server 200 acquires a copy template 50c, which is a copy of the template 50b, from the file server 100. Specifically, the template acquisition unit 210 acquires a copy template 50c, which is a copy of the template 50b stored in the original DB 130, from the file server 100 using a predetermined data transmission protocol.

ステップS205において、キャッシュサーバ200は、コピーテンプレート50cを記憶する。具体的には、キャッシュサーバ200のキャッシュDB220が、コピーテンプレート50cを記憶する。   In step S205, the cache server 200 stores the copy template 50c. Specifically, the cache DB 220 of the cache server 200 stores the copy template 50c.

(4.3)キャッシュサーバ200によるウェブページ50の配信手順
図7は、キャッシュサーバ200によるウェブページ50の配信手順を示す。ここでは、キャッシュサーバ200が、ウェブページ50を生成し、ウェブページ50を配信する。下記配信手順は、ユーザのアクセス、又は所定の時間の経過に応じて、実行される。
(4.3) Delivery Procedure of Web Page 50 by Cache Server 200 FIG. 7 shows a delivery procedure of the web page 50 by the cache server 200. Here, the cache server 200 generates the web page 50 and distributes the web page 50. The following distribution procedure is executed according to user access or the passage of a predetermined time.

ステップS301において、キャッシュサーバ200は、ユーザからの閲覧要求の有無により、処理をする。具体的には、リクエスト受信部230は、ユーザからの閲覧要求を受信した場合に、ステップS303に処理を進める。一方、リクエスト受信部230は、ユーザからの閲覧要求を受信していない場合、ステップS301の前に処理を戻す。   In step S301, the cache server 200 performs processing depending on whether or not there is a browsing request from the user. Specifically, when receiving a browsing request from the user, the request receiving unit 230 advances the process to step S303. On the other hand, when the request receiving unit 230 has not received a browsing request from the user, the request receiving unit 230 returns the process before step S301.

ステップS303において、キャッシュサーバ200は、どのコピーテンプレート50cを用いてウェブページ50を生成するか、否かを決定する。具体的には、ウェブページ決定部240は、ユーザからの閲覧要求を受けて、予めキャッシュDB220に記憶されたコピーテンプレート50cにおいて、どのコピーテンプレート50cを用いてウェブページ50を生成するか、否かを決定する。   In step S303, the cache server 200 determines which copy template 50c is used to generate the web page 50. Specifically, in response to a browsing request from the user, the web page determination unit 240 determines which copy template 50c is used to generate the web page 50 in the copy template 50c stored in the cache DB 220 in advance. To decide.

ステップS305において、キャッシュサーバ200は、ウェブページ決定部240の決定に基づいて、ウェブページ50を生成する。具体的には、ウェブページ生成部260は、アクセスしたユーザに対応するユーザ固有情報を含むユーザ対応情報をキャッシュDB220から取得して、コピーテンプレート50cに組み込んで、ウェブページ50を生成する。   In step S <b> 305, the cache server 200 generates the web page 50 based on the determination of the web page determination unit 240. Specifically, the web page generation unit 260 acquires user correspondence information including user-specific information corresponding to the accessed user from the cache DB 220 and incorporates it into the copy template 50c to generate the web page 50.

ステップS307において、キャッシュサーバ200は、通信ネットワーク30を介してウェブページ50を配信する。具体的には、ウェブページ配信部270は、ウェブページ生成部260により生成されたウェブページ50をユーザに通信ネットワーク30を介して所定のデータ伝送プロトコルにより配信する。   In step S <b> 307, the cache server 200 distributes the web page 50 via the communication network 30. Specifically, the web page distribution unit 270 distributes the web page 50 generated by the web page generation unit 260 to the user via the communication network 30 using a predetermined data transmission protocol.

(5)作用・効果
以上説明したように、本実施形態によれば、ウェブページ生成装置10は、ファイルサーバ100と、キャッシュサーバ200とを備える。ファイルサーバ100は、テンプレート生成部120と、オリジナルDB130と、を備える。すなわち、ファイルサーバ100は、各ユーザ用のテンプレートではなく、各ユーザに共通するテンプレート50bのみを生成し、オリジナルDB130に記憶するため、オリジナルDB130に記憶させるデータ量を軽減できる。
(5) Operation and Effect As described above, according to the present embodiment, the web page generation device 10 includes the file server 100 and the cache server 200. The file server 100 includes a template generation unit 120 and an original DB 130. That is, since the file server 100 generates only the template 50b common to each user, not the template for each user, and stores it in the original DB 130, the amount of data stored in the original DB 130 can be reduced.

また、キャッシュサーバ200は、ウェブページ生成部260を備えるため、ユーザからのアクセスの度に、ウェブページ50の全てを生成することなく、ユーザ対応情報をコピーテンプレート50cに組み込みウェブページ50を生成するため、ウェブページ50を生成する負荷を小さくできる。   Further, since the cache server 200 includes the web page generation unit 260, the user correspondence information is embedded in the copy template 50c and the web page 50 is generated without generating all the web pages 50 every time a user accesses. Therefore, the load for generating the web page 50 can be reduced.

すなわち、ウェブページ生成装置10は、ファイルサーバ100と、キャッシュサーバ200とで、上記の通り機能を分離している。   That is, the web page generation device 10 separates the functions of the file server 100 and the cache server 200 as described above.

従って、ウェブページ生成装置10によれば、ファイルサーバ100の負荷を軽減しつつ、記憶装置であるオリジナルDB130及びキャッシュDB220に記憶させるデータ量を軽減できる。また、ウェブページ生成装置10によれば、キャッシュサーバ200に記憶装置だけでなく、敢えてウェブページ生成部260を備えることにより、ウェブページ50の全てを記憶する必要が無くなるため、全体的な運用コストを低減できる。   Therefore, according to the web page generation device 10, it is possible to reduce the amount of data stored in the original DB 130 and the cache DB 220 that are storage devices while reducing the load on the file server 100. Further, according to the web page generation device 10, since not only the storage device but also the web page generation unit 260 is provided in the cache server 200, it is not necessary to store all of the web pages 50, so that the overall operation cost is increased. Can be reduced.

実施形態では、テンプレート生成部120は、データ取得部110により所定の期間に取得されたデータを、各ユーザに共通し、変化しないテンプレート50aに組み込んで、所定の期間毎に新たにテンプレート50bを生成する。すなわち、ファイルサーバ100は、各ユーザに共通するテンプレート50bを所定の期間毎に更新できる。   In the embodiment, the template generation unit 120 incorporates the data acquired by the data acquisition unit 110 during a predetermined period into a template 50a that is common to each user and does not change, and generates a new template 50b every predetermined period. To do. In other words, the file server 100 can update the template 50b common to each user every predetermined period.

また、オリジナルDB130は、テンプレート50bの生成に伴って、テンプレート50bを記憶する。また、テンプレート取得部210は、コピーテンプレート50cを所定の期間毎に取得する。このため、キャッシュサーバ200は、最新のコピーテンプレート50cを用いて、ウェブページ50を生成できる。従って、ウェブページ生成装置10は、ウェブページ50を生成する際、ファイルサーバ100の負荷を増大させること無く、各ユーザに共通する最新の情報を埋め込んだテンプレート50bを用いることができる。このようなウェブページ生成装置10は、頻繁にデータが、更新されデータ取得部110がデータを頻繁に取得する場合に、好適に用いることができる。   The original DB 130 stores the template 50b as the template 50b is generated. Further, the template acquisition unit 210 acquires the copy template 50c every predetermined period. Therefore, the cache server 200 can generate the web page 50 using the latest copy template 50c. Therefore, when generating the web page 50, the web page generating apparatus 10 can use the template 50b in which the latest information common to each user is embedded without increasing the load on the file server 100. Such a web page generation device 10 can be suitably used when data is frequently updated and the data acquisition unit 110 frequently acquires data.

すなわち、ウェブページ生成装置10は、各ユーザによって異なる情報、各ユーザに共通するとともに頻繁に更新される情報、各ユーザに共通するとともにあまり更新されない情報の3種類をもつポータルサイトのウェブページに好適に用いることができる。   That is, the web page generation apparatus 10 is suitable for a web page of a portal site having three types of information that is different for each user, information that is common to each user and frequently updated, and information that is common to each user and that is not frequently updated. Can be used.

(6)その他の実施形態
上述したように、本発明の実施形態を通じて本発明の内容を開示したが、この開示の一部をなす論述及び図面は、本発明を限定するものであると理解すべきではない。この開示から当業者には様々な代替実施の形態、実施例及び運用技術が明らかとなる。
(6) Other Embodiments As described above, the contents of the present invention have been disclosed through the embodiments of the present invention. However, it is understood that the description and drawings constituting a part of this disclosure limit the present invention. Should not. From this disclosure, various alternative embodiments, examples, and operational techniques will be apparent to those skilled in the art.

(6.1)変更例1
上述した実施形態では、ウェブページ生成部260は、ユーザに対応するユーザ固有情報を含むユーザ対応情報の内容は、判断することなく、ユーザ対応情報をコピーテンプレート50cに組み込んで、ウェブページ50を生成していた。また、ウェブページ決定部240は、ユーザからの閲覧要求を受けて、どのコピーテンプレート50cを用いてウェブページ50を生成するか、否かを決定するが、新たにウェブページ50を生成するか、否かについては、決定していなかった。
(6.1) Modification 1
In the embodiment described above, the web page generating unit 260 generates the web page 50 by incorporating the user correspondence information into the copy template 50c without determining the content of the user correspondence information including the user specific information corresponding to the user. Was. In addition, the web page determination unit 240 receives a browsing request from the user and determines which copy template 50c is used to generate the web page 50, but whether to generate a new web page 50, It was not decided whether or not.

ここでは、ウェブページ生成部260は、ウェブページ決定部240の決定に基づいて、ユーザ対応情報において属性対応情報のみをコピーテンプレート50cに組み込んでウェブページ50を生成する。   Here, the web page generation unit 260 generates the web page 50 by incorporating only the attribute correspondence information in the user correspondence information into the copy template 50c based on the determination of the web page determination unit 240.

ここで「属性対応情報のみ」とは、一人のユーザだけでなく、複数のユーザに共通する情報を示す。例えば、実施形態の広告情報59dは、ユーザ識別情報TBの履歴欄のデータに基づいて、ユーザの巡回パターンを複数の属性に分けて、ユーザの属性がAAであった場合、属性AAと判定されたユーザに共通する広告情報である。他にも、居住地情報、検索ワード等を属性対応情報として、考えられる。例えば、居住地情報は、ユーザの居住地群を複数の属性に分けて、ユーザの居住地がaaであった場合、居住地aaと判定されたユーザに共通する居住地の情報である。検索ワードは、ユーザが予め設定した検索ワードを複数の属性に分けて、ユーザの検索ワードが、xxであった場合、検索ワードxxと同一の属性と判定されたユーザに共通するニュースである。   Here, “only attribute correspondence information” indicates information common to a plurality of users as well as a single user. For example, the advertisement information 59d of the embodiment is determined as the attribute AA when the user's attribute is AA when the user's circulation pattern is divided into a plurality of attributes based on the data in the history column of the user identification information TB. This is advertising information common to all users. In addition, residence information, search words, etc. can be considered as attribute correspondence information. For example, the residence information is information on a residence common to users determined to be a residence aa when the user's residence group is divided into a plurality of attributes and the user's residence is aa. The search word is news common to users who are determined to have the same attribute as the search word xx when the search word set by the user is divided into a plurality of attributes and the search word of the user is xx.

また、ウェブページ決定部240は、ユーザの属性に対応する属性対応情報と、キャッシュDB220に記憶されるウェブページ50とに基づいて、新たにウェブページを生成するか否かを決定する。具体的には、ウェブページ決定部240は、ユーザの属性に対応する属性対応情報に基づいて、キャッシュDB220に記憶されるウェブページ50が転用できないか、否かを判定し、キャッシュDB220に記憶されるウェブページ50が転用できる場合は、新たにウェブページを生成しないことを決定する。一方、キャッシュDB220に記憶されるウェブページ50が転用できない場合は、新たにウェブページを生成することを決定する。   Further, the web page determination unit 240 determines whether or not to newly generate a web page based on the attribute correspondence information corresponding to the user attribute and the web page 50 stored in the cache DB 220. Specifically, the web page determination unit 240 determines whether or not the web page 50 stored in the cache DB 220 cannot be diverted based on the attribute correspondence information corresponding to the user attribute, and is stored in the cache DB 220. If the web page 50 to be used can be diverted, it is decided not to generate a new web page. On the other hand, when the web page 50 stored in the cache DB 220 cannot be diverted, it is determined to newly generate a web page.

このような、ウェブページ生成装置10によれば、ウェブページ生成部260が、属性対応情報のみをコピーテンプレート50cに組み込んでウェブページ50を生成し、ウェブページ決定部240が、新たにウェブページを生成するか否かを決定する。このため、キャッシュDB220に記憶されるウェブページ50が転用できる場合は、ユーザの閲覧要求の度に、新たにウェブページを生成することなく、キャッシュDB220に記憶されたウェブページ50を転用できる。すなわち、ウェブページ生成部260の負荷を低減できるため、アクセスが集中するウェブページ生成装置10等に好適に用いることができる。   According to such a web page generation device 10, the web page generation unit 260 generates the web page 50 by incorporating only the attribute correspondence information into the copy template 50c, and the web page determination unit 240 newly creates the web page. Decide whether to generate. For this reason, when the web page 50 stored in the cache DB 220 can be diverted, the web page 50 stored in the cache DB 220 can be diverted without generating a new web page each time a user requests browsing. That is, since the load on the web page generation unit 260 can be reduced, it can be suitably used for the web page generation apparatus 10 or the like where access is concentrated.

(6.2)変更例2
上述した実施形態では、ウェブページ生成装置10は、複数のキャッシュサーバ200を備えるが、キャッシュサーバ200の設置地域については、特に述べていなかった。
(6.2) Modification 2
In the embodiment described above, the web page generation device 10 includes a plurality of cache servers 200, but the installation area of the cache server 200 is not particularly described.

ここでは、ウェブページ生成装置10は、複数のキャッシュサーバ200を備えるが、複数のキャッシュサーバ200は、ユーザがアクセスする地域ごとにそれぞれ、備えられる。キャッシュサーバ200は、ユーザのアクセス数に応じて、地域ごとに設置されてもよい。例えば、キャッシュサーバ200は、アクセスの集中する地域に多めに設置される。   Here, the web page generation device 10 includes a plurality of cache servers 200, and each of the plurality of cache servers 200 is provided for each area accessed by the user. The cache server 200 may be installed for each region according to the number of user accesses. For example, more cache servers 200 are installed in areas where access is concentrated.

このようなウェブページ生成装置10によれば、ユーザのアクセス数が、多い地域では、キャッシュサーバ200の数が多いため、ユーザのキャッシュサーバ200へのアクセスが、分散するため、キャッシュサーバ200の負荷を軽減できる。また、ユーザと、キャッシュサーバ200との物理的な距離が縮まり、キャッシュサーバ200の配信にかかる負荷を軽減できるとともに、ウェブページ50を迅速に配信できる。   According to such a web page generation device 10, since the number of cache servers 200 is large in an area where the number of user accesses is large, access to the cache servers 200 is distributed. Can be reduced. In addition, the physical distance between the user and the cache server 200 is reduced, the load on the delivery of the cache server 200 can be reduced, and the web page 50 can be delivered quickly.

(6.3)その他の変更例
上述した実施形態では、テンプレートDB300、お知らせDB310、及びニュースDB320は、ファイルサーバ100の外部に設置されているが、これに限られず、ファイルサーバ100の内部に設置されていてもよい。案内DB330、ニュースDB340、及び広告DB350は、キャッシュサーバ200の外部に設置されているが、これに限られず、キャッシュサーバ200の内部に設置されていてもよい。また、キャッシュサーバ200は、複数でなく1つでもよい。
(6.3) Other Modifications In the above-described embodiment, the template DB 300, the notification DB 310, and the news DB 320 are installed outside the file server 100. However, the present invention is not limited to this, and is installed inside the file server 100. May be. The guidance DB 330, the news DB 340, and the advertisement DB 350 are installed outside the cache server 200, but are not limited thereto, and may be installed inside the cache server 200. Further, the cache server 200 may be one instead of plural.

このように、本発明は、ここでは記載していない様々な実施の形態などを含むことは勿論である。したがって、本発明の技術的範囲は、上述の説明から妥当な特許請求の範囲に係る発明特定事項によってのみ定められるものである。   As described above, the present invention naturally includes various embodiments that are not described herein. Therefore, the technical scope of the present invention is defined only by the invention specifying matters according to the scope of claims reasonable from the above description.

例えば、各構成図、フローチャート、概念図の図などは例示に過ぎず、各要素の有無、その順序や具体的内容などは適宜変更可能である。一例として、手動によるブロックの指定は必須ではなく、また、本発明において、各手段などの要素は、コンピュータの演算制御部に限らず、ワイヤードロジック等に基づく電子回路で実現してもよい。   For example, each configuration diagram, flowchart, conceptual diagram, and the like are merely examples, and the presence / absence of each element, its order, specific contents, and the like can be changed as appropriate. As an example, manual block designation is not indispensable, and in the present invention, elements such as each means are not limited to an arithmetic control unit of a computer but may be realized by an electronic circuit based on wired logic or the like.

10…ウェブページ生成装置、 20…クライアント端末、 22…ブラウザ、 30…通信ネットワーク、 50…ウェブページ、 50a…テンプレート、 50b…テンプレート、 50c…コピーテンプレート、 51b…お知らせ情報、 53b…ニュース情報、 55c…案内情報、 57c…ユーザ別ニュース情報、 59d…広告情報、 100…ファイルサーバ、 110…データ取得部、 120…テンプレート生成部、 130…オリジナルDB、 200…キャッシュサーバ、 210…テンプレート取得部、 220…キャッシュDB、 230…リクエスト受信部、 240…ウェブページ決定部、 250…ユーザ対応情報取得部、 260…ウェブページ生成部、 270…ウェブページ配信部、 300…テンプレートDB、 310…お知らせDB、 320…ニュースDB、 330…案内DB、 340…ニュースDB、 350…広告DB、 TB…ユーザ識別情報 DESCRIPTION OF SYMBOLS 10 ... Web page production | generation apparatus, 20 ... Client terminal, 22 ... Browser, 30 ... Communication network, 50 ... Web page, 50a ... Template, 50b ... Template, 50c ... Copy template, 51b ... Notification information, 53b ... News information, 55c ... Guidance information, 57c ... User-specific news information, 59d ... Advertisement information, 100 ... File server, 110 ... Data acquisition unit, 120 ... Template generation unit, 130 ... Original DB, 200 ... Cache server, 210 ... Template acquisition unit, 220 ... Cache DB, 230 ... Request receiving unit, 240 ... Web page determination unit, 250 ... User correspondence information acquisition unit, 260 ... Web page generation unit, 270 ... Web page distribution unit, 300 ... Template D , 310 ... News DB, 320 ... News DB, 330 ... guide DB, 340 ... News DB, 350 ... advertising DB, TB ... user identification information

Claims (5)

ユーザからのアクセスに応じて、ウェブページを生成し、記憶するウェブページ生成装置であって、
前記ウェブページ生成装置は、
ファイルサーバと複数のキャッシュサーバと有し、
前記ファイルサーバは、
外部または、所定の記憶部からデータを取得するデータ取得手段と、
前記データ取得手段により所定の期間に取得された前記データを用いて、所定の期間毎に各ユーザに共通するテンプレートを新たに生成するテンプレート生成手段と、
前記テンプレート生成手段により前記テンプレートが生成されるたびに、当該テンプレートの生成通知を前記複数のキャッシュサーバに送信するとともに、当該テンプレートを記憶するテンプレート記憶手段とを有し、
前記複数のキャッシュサーバの各々は、
前記生成通知を受信した場合に、前記テンプレート記憶手段から前記テンプレートを取得するテンプレート取得手段と、
前記テンプレート取得手段によって取得されるテンプレートを記憶するキャッシュ記憶手段と、
前記ユーザからのアクセスに応じて、前記キャッシュ記憶手段に記憶されている前記テンプレートのうち当該アクセスに対応するテンプレートに、前記ユーザに対応するユーザ対応情報を組み込んで、前記ウェブページを生成するページ生成手段とを有する
ことを特徴とするウェブページ生成装置。
A web page generation device that generates and stores a web page in response to access from a user,
The web page generation device includes:
A file server and a plurality of cache servers,
The file server is
Data acquisition means for acquiring data from the outside or a predetermined storage unit;
Using the data acquired by the data acquisition means in a predetermined period, a template generation means for newly generating a template common to each user for each predetermined period;
Each time the template is generated by the template generation means, a template storage means for transmitting the template generation notification to the plurality of cache servers and storing the template is provided.
Each of the plurality of cache servers is
When receiving the generation notification, the template acquiring means from said template storage means retrieve the template,
A cache storage means for storing the template to be acquired by the template acquiring means,
In response to an access from the user, a page generation for generating the web page by incorporating user correspondence information corresponding to the user into a template corresponding to the access among the templates stored in the cache storage unit web page generation apparatus characterized by a means.
ユーザからのアクセスに応じて、ウェブページを生成し、記憶するウェブページ生成装置であって、
各ユーザに共通するテンプレートを生成するテンプレート生成手段と、
前記テンプレート生成手段により生成された前記テンプレートを記憶するテンプレート記憶手段と、
を備えるファイルサーバと、
前記テンプレート記憶手段から前記テンプレートを取得するテンプレート取得手段と、
複数のユーザに共通し得る属性対応情報のうち前記ユーザの属性に対応する広告情報を含む属性対応情報のみが前記テンプレート取得手段により取得されたテンプレートに組み込まれて生成されたウェブページを記憶するキャッシュ記憶手段と、
前記ユーザからのアクセスに応じて、当該ユーザの属性対応情報に基づいて、前記キャッシュ記憶手段に記憶されるウェブページを転用できるか否かを判定し、転用できると判定した場合には、新たにウェブページを生成しないことを決定し、転用できないと判定した場合には、新たにウェブページを生成することを決定するウェブページ決定手段と、
前記ウェブページ決定手段の決定に基づいて、前記ユーザの属性対応情報のみを前記テンプレート取得手段により取得されたテンプレートに組み込んで、前記ウェブページを生成し、生成したウェブページを前記キャッシュ記憶手段に格納するページ生成手段と
を備えるキャッシュサーバと
を有することを特徴とするウェブページ生成装置。
A web page generation device that generates and stores a web page in response to access from a user,
Template generation means for generating a template common to each user;
Template storage means for storing the template generated by the template generation means;
A file server comprising:
Template acquisition means for acquiring the template from the template storage means;
A cache that stores a web page that is generated by incorporating only attribute correspondence information including advertisement information corresponding to the attribute of the user among attribute correspondence information that can be common to a plurality of users into the template acquired by the template acquisition means Storage means;
In response to the access from the user , based on the attribute correspondence information of the user, it is determined whether or not the web page stored in the cache storage unit can be diverted. A web page determination means that determines not to generate a web page and determines that a web page cannot be diverted, and determines to generate a new web page ;
Based on the determination of the web page determination means, only the attribute correspondence information of the user is incorporated into the template acquired by the template acquisition means to generate the web page, and the generated web page is stored in the cache storage means A web page generation apparatus comprising: a cache server including a page generation unit that performs the operation.
ユーザからのアクセスに応じて、ウェブページを生成し、記憶するウェブページ生成装置であって、A web page generation device that generates and stores a web page in response to access from a user,
前記ウェブページ生成装置は、The web page generation device includes:
ファイルサーバと複数のキャッシュサーバと有し、A file server and a plurality of cache servers,
前記ファイルサーバは、The file server is
外部または、所定の記憶部からデータを取得するデータ取得手段と、Data acquisition means for acquiring data from the outside or a predetermined storage unit;
前記データ取得手段により取得された前記データを用いて、各ユーザに共通するテンプレートを新たに生成するテンプレート生成手段と、Using the data acquired by the data acquisition means, a template generation means for newly generating a template common to each user;
前記テンプレート生成手段により生成された前記テンプレートを記憶するテンプレート記憶手段とを有し、Template storage means for storing the template generated by the template generation means;
前記複数のキャッシュサーバの各々は、Each of the plurality of cache servers is
前記テンプレート記憶手段から前記テンプレートを取得するテンプレート取得手段と、Template acquisition means for acquiring the template from the template storage means;
前記テンプレート取得手段によって取得されるテンプレートを記憶するキャッシュ記憶手段と、Cache storage means for storing a template acquired by the template acquisition means;
前記ユーザからのアクセスに応じて、前記キャッシュ記憶手段に記憶されている前記テンプレートに、前記ユーザに対応するユーザ対応情報を組み込んで、前記ウェブページを生成するページ生成手段とを有するPage generation means for generating the web page by incorporating user correspondence information corresponding to the user into the template stored in the cache storage means in response to an access from the user;
ことを特徴とするウェブページ生成装置。A web page generation apparatus characterized by the above.
ユーザからのアクセスに応じて、ウェブページを生成し、記憶するウェブページ生成装置のウェブページの生成方法において、
前記ウェブページ生成装置は、
ファイルサーバと、ユーザからのアクセスに応じる複数のキャッシュサーバと
を備え、
前記ファイルサーバが、外部または、所定の記憶部からデータを取得するデータ取得工程と、
前記ファイルサーバが、前記データ取得工程により所定の期間に取得された前記データを用いて、所定の期間毎に各ユーザに共通するテンプレートを新たに生成するテンプレート生成工程と、
前記ファイルサーバが、前記テンプレート生成工程により前記テンプレートが生成されるたびに、当該テンプレートの生成通知を前記複数のキャッシュサーバに送信するとともに、当該テンプレートを記憶するテンプレート記憶工程と、
前記複数のキャッシュサーバの各々が、前記生成通知を受信した場合に、前記テンプレート記憶工程により記憶されたテンプレートを取得するテンプレート取得工程と、
前記複数のキャッシュサーバの各々が、前記テンプレート取得工程により取得されたテンプレートをキャッシュ記憶手段に記憶させるキャッシュ記憶工程と、
前記複数のキャッシュサーバの各々が、前記キャッシュ記憶手段に記憶されている前記テンプレートのうち当該アクセスに対応するテンプレートに、前記ユーザに対応するユーザ対応情報を組み込んで、前記ウェブページを生成するページ生成工程と、
を有することを特徴とするウェブページの生成方法。
In the method of generating a web page of a web page generation device that generates and stores a web page in response to access from a user,
The web page generation device includes:
A file server and multiple cache servers that respond to user access,
A data acquisition step in which the file server acquires data from the outside or a predetermined storage unit;
A template generation step in which the file server newly generates a template common to each user for each predetermined period using the data acquired in the predetermined period by the data acquisition step;
Each time the template is generated by the template generation step, the file server transmits a template generation notification to the plurality of cache servers, and stores a template storage step,
Each of the plurality of cache servers, upon receiving the generated notification, the template acquiring step get the templates stored by the template storage step,
Wherein each of the plurality of cache servers, a cache storage step of storing the template acquiring step by litho resulting template into the cache memory means,
A page generation in which each of the plurality of cache servers generates the web page by incorporating user correspondence information corresponding to the user into a template corresponding to the access among the templates stored in the cache storage unit. Process,
A method for generating a web page, comprising:
ユーザからのアクセスに応じて、ウェブページを生成し、記憶するウェブページ生成装置のウェブページの生成方法において、
前記ウェブページ生成装置は、
ファイルサーバと、ユーザからのアクセスに応じるキャッシュサーバと
を備え、
前記ファイルサーバが、各ユーザに共通するテンプレートを生成するテンプレート生成工程と、
前記ファイルサーバが、前記テンプレート生成工程により生成された前記テンプレートを記憶するテンプレート記憶工程と、
前記キャッシュサーバが、前記テンプレート記憶工程により記憶されたテンプレートを取得するテンプレート取得工程と、
前記キャッシュサーバが、複数のユーザに共通し得る属性対応情報のうち前記ユーザの属性に対応する広告情報を含む属性対応情報のみが前記テンプレート取得工程により取得されたテンプレートに組み込まれて生成されたウェブページをキャッシュ記憶手段に記憶させるキャッシュ記憶工程と、
前記キャッシュサーバが、前記ユーザからのアクセスに応じて、当該ユーザの属性対応情報に基づいて、前記キャッシュ記憶手段に記憶されているウェブページを転用できるか否かを判定し、転用できると判定した場合には、新たにウェブページを生成しないことを決定し、転用できないと判定した場合には、新たにウェブページを生成することを決定するウェブページ決定工程と、
前記キャッシュサーバが、前記ウェブページ決定工程の決定に基づいて、前記ユーザの属性対応情報のみを前記テンプレート取得工程により取得されたテンプレートに組み込んで、前記ウェブページを生成するページ生成工程と、
を有することを特徴とするウェブページの生成方法。
In the method of generating a web page of a web page generation device that generates and stores a web page in response to access from a user,
The web page generation device includes:
A file server and a cache server that responds to user access,
A template generation step in which the file server generates a template common to each user;
A template storage step in which the file server stores the template generated by the template generation step;
A template acquisition step in which the cache server acquires a template stored in the template storage step;
Web generated by the cache server including only attribute correspondence information including advertisement information corresponding to the attribute of the user among the attribute correspondence information that can be common to a plurality of users in the template acquired by the template acquisition step. A cache storage step of storing the page in the cache storage means;
In response to access from the user, the cache server determines whether or not the web page stored in the cache storage unit can be diverted based on the attribute correspondence information of the user, and determines that diversion is possible. In the case, it is determined that a new web page is not generated, and when it is determined that the web page cannot be diverted, a web page determination step for determining that a new web page is generated ,
Based on the determination of the web page determination step, the cache server incorporates only the attribute correspondence information of the user into the template acquired by the template acquisition step, and generates a web page.
A method for generating a web page, comprising:
JP2010003677A 2010-01-12 2010-01-12 Web page generation device and web page generation method Active JP5372786B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010003677A JP5372786B2 (en) 2010-01-12 2010-01-12 Web page generation device and web page generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010003677A JP5372786B2 (en) 2010-01-12 2010-01-12 Web page generation device and web page generation method

Publications (2)

Publication Number Publication Date
JP2011145735A JP2011145735A (en) 2011-07-28
JP5372786B2 true JP5372786B2 (en) 2013-12-18

Family

ID=44460561

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010003677A Active JP5372786B2 (en) 2010-01-12 2010-01-12 Web page generation device and web page generation method

Country Status (1)

Country Link
JP (1) JP5372786B2 (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1115714A (en) * 1997-06-25 1999-01-22 Mitsubishi Electric Corp Information acquisition terminal, information cache server and information acquisition method
JP2001043124A (en) * 1999-07-30 2001-02-16 Hitachi Tohoku Software Ltd Information cache server, information cache system, information acquiring method, and storage medium for information acquisition
US7890571B1 (en) * 2000-09-22 2011-02-15 Xcelera Inc. Serving dynamic web-pages
JP2004013345A (en) * 2002-06-04 2004-01-15 Hitachi Information Systems Ltd System and program for providing information
JP2007128371A (en) * 2005-11-04 2007-05-24 Fujitsu Ltd Content retrieval system
US20070174420A1 (en) * 2006-01-24 2007-07-26 International Business Machines Corporation Caching of web service requests
JP5013789B2 (en) * 2006-09-12 2012-08-29 ヤフー株式会社 Web page generation system, web page generation device, and web page generation method

Also Published As

Publication number Publication date
JP2011145735A (en) 2011-07-28

Similar Documents

Publication Publication Date Title
US10911554B2 (en) Method and system for tracking web link usage
KR100881668B1 (en) Apparatus and method for prefetching web page
US8612418B2 (en) Mobile web browser for pre-loading web pages
JP5484645B1 (en) Server, terminal, service method, and program
CN102262673B (en) Content feed user interface
JP2012506576A (en) Providing search results
JP2013522723A (en) User-specific feed recommendations
JP2012073863A (en) Advertisement display program, advertisement display device, advertisement display method, recording medium, and advertisement display system
CN110598149A (en) Webpage access method, device and storage medium
US10417317B2 (en) Web page profiler
TWI519980B (en) Method and device for displaying web page and computer-readable storage medium
US20090007013A1 (en) Webpage-flags sensitive toolbar
US20170031876A1 (en) Web Page Generation System
JP6143574B2 (en) Method and server for managing domain-specific toolbar buttons
JP5198004B2 (en) Web server and web display terminal
US9135345B1 (en) Generating and updating online content using standardized tagged data
JP2011182081A (en) Advertisement distribution system
WO2016011699A1 (en) Method and device for use in configuring navigation page of browser
JP2008071116A (en) Information delivery system, information delivery device, information delivery method and information delivery program
JP5372786B2 (en) Web page generation device and web page generation method
CN107807927B (en) Page analysis method, device, client equipment and system based on issuing rule
JP6638220B2 (en) Web access program, web access method and web access device
JP2011154539A (en) Blog service providing system, method, and program
US11921986B1 (en) System and method for web page navigation behavior
JP2013003670A (en) Retrieval server and method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121002

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20121106

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130108

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130311

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130402

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130702

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20130709

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130918

R150 Certificate of patent or registration of utility model

Ref document number: 5372786

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350