JP2008071169A - Relay server and information providing system - Google Patents

Relay server and information providing system Download PDF

Info

Publication number
JP2008071169A
JP2008071169A JP2006249778A JP2006249778A JP2008071169A JP 2008071169 A JP2008071169 A JP 2008071169A JP 2006249778 A JP2006249778 A JP 2006249778A JP 2006249778 A JP2006249778 A JP 2006249778A JP 2008071169 A JP2008071169 A JP 2008071169A
Authority
JP
Japan
Prior art keywords
summary information
rss feed
relay server
server
mobile communication
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.)
Granted
Application number
JP2006249778A
Other languages
Japanese (ja)
Other versions
JP4982139B2 (en
Inventor
Hirosuke Murai
裕輔 村井
Yasue Osakabe
泰江 刑部
Masayuki Doi
正行 土井
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.)
SoftBank Corp
Original Assignee
SoftBank Mobile 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 SoftBank Mobile Corp filed Critical SoftBank Mobile Corp
Priority to JP2006249778A priority Critical patent/JP4982139B2/en
Publication of JP2008071169A publication Critical patent/JP2008071169A/en
Application granted granted Critical
Publication of JP4982139B2 publication Critical patent/JP4982139B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)
  • Information Transfer Between Computers (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a relay server and an information providing system, capable of reducing the load of a mobile communication network in acquisition of summary information from a content providing server by a mobile communication terminal, in addition to the load of the content providing server. <P>SOLUTION: The intensive server (relay server) 40 relays summary information of a content provided from a WEB server 41 to a cellular phone 10 through a cellular phone communication network. The intensive server 40 connects with a plurality of WEB servers 41 at a predetermined time to update RSS feeds stored in a storage means 40, fetches, upon receipt of an acquisition request of RSS feed from the cellular phone 10, an RSS feed designated by the acquisition request from the storage means 400, and transmits it to the cellular phone 10. The server may confirm whether the RSS feed designated by the acquisition request is updated or not and transmit, only when it is updated, a new RSS feed updated to the cellular phone 10. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、通信ネットワークを介して移動体通信端末と通信可能な中継サーバ及び情報提供システムに関するものである。   The present invention relates to a relay server and an information providing system capable of communicating with a mobile communication terminal via a communication network.

従来から、WEBコンテンツの要約情報を取得して表示する移動体通信端末(携帯電話機)が知られている(例えば、非特許文献1)。このWEBコンテンツの要約情報のデータは、携帯電話機からの取得要求に応じて、例えばRSSと呼ばれるフォーマットで送信される。このRSSは、コンテンツ提供サーバとしてのWEBサーバで提供されるWEBコンテンツの要約情報(見出しや更新情報等を含む)のメタデータを構造化して記述するXML(Extensible Markup Language)ベースのフォーマットである。RSSはいくつかのバージョン(RSS0.9X, RSS1.0, RSS2.0, Atom)が存在し、バージョンごとに「Rich Site Summary」、「Really Simple Syndication」、「RDF Site Summary」という正式名称で呼ばれている。このRSSフォーマットで記述された文書は「RSSフィード」と呼ばれ、上記RSSフィードを受信して表示するソフトウェアは「RSSリーダ」と呼ばれている。WEBコンテンツが更新されると、携帯電話機からの取得要求に応じて、更新後のWEBコンテンツの要約情報を反映したRSSフィードが携帯電話機に送信される。   2. Description of the Related Art Conventionally, a mobile communication terminal (mobile phone) that acquires and displays summary information of WEB content is known (for example, Non-Patent Document 1). The summary information data of this WEB content is transmitted in a format called RSS, for example, in response to an acquisition request from the mobile phone. This RSS is an XML (Extensible Markup Language) based format in which metadata of WEB content summary information (including headings and update information) provided by a WEB server as a content providing server is structured and described. There are several versions of RSS (RSS0.9X, RSS1.0, RSS2.0, Atom). Each version is called “Rich Site Summary”, “Really Simple Syndication”, and “RDF Site Summary”. It is. The document described in the RSS format is called “RSS feed”, and the software that receives and displays the RSS feed is called “RSS reader”. When the WEB content is updated, an RSS feed reflecting the updated summary information of the WEB content is transmitted to the mobile phone in response to an acquisition request from the mobile phone.

「携帯ポータルアプリ」、[online]、QUEST-COM株式会社、[2006年3月3日検索]、インターネット(URL:http://rsseye.qusco.cc/)“Mobile Portal App”, [online], QUEST-COM Inc., [Search March 3, 2006], Internet (URL: http://rsseye.qusco.cc/)

ところが、複数の携帯電話機それぞれからWEBサーバに定期的にアクセスし、更新されたRSSフィードを取得しようとすると、WEBサーバの処理の負荷が増大するとともに、携帯電話通信網のトラフィック量が増えて携帯電話通信網の負荷が増大してしまう問題があった。例えば、WEBサーバが同じ要約情報について複数の携帯電話機から取得要求を受信すると、その都度、取得要求で指定された要約情報が更新されているか否かを判断し、更新されていれば、その更新後の新しい要約情報を携帯電話機に送信することになる。そのため、WEBサーバでの処理の負荷及び携帯電話通信網の負荷が増大してしまう。   However, periodically accessing a WEB server from each of a plurality of mobile phones to obtain an updated RSS feed increases the processing load on the WEB server and increases the traffic volume of the mobile phone communication network. There was a problem that the load on the telephone communication network increased. For example, each time the WEB server receives an acquisition request from a plurality of mobile phones for the same summary information, it determines whether or not the summary information specified in the acquisition request has been updated. Later new summary information will be sent to the mobile phone. Therefore, the processing load on the WEB server and the load on the mobile phone communication network increase.

本発明は、上記問題に鑑みなされたものであり、その目的とするところは、コンテンツの要約情報を提供するコンテンツ提供サーバの負荷を低減するとともに、移動体通信端末がコンテンツ提供サーバから要約情報を取得するときの移動体通信ネットワークの負荷を低減することができる中継サーバ及び情報提供システムを提供することである。   The present invention has been made in view of the above problems, and the object of the present invention is to reduce the load on the content providing server that provides the content summary information, and the mobile communication terminal receives the summary information from the content providing server. It is an object of the present invention to provide a relay server and an information providing system that can reduce the load on a mobile communication network when acquiring.

本発明に係る中継サーバは、コンテンツ提供サーバから移動体通信ネットワークを介して移動体通信端末に提供されるコンテンツの要約情報を中継する中継サーバであって、予め登録された複数のコンテンツ提供サーバから提供されるコンテンツの要約情報を記憶した記憶手段と、所定のタイミングで前記複数のコンテンツ提供サーバに接続し前記記憶手段に記憶されている前記要約情報を更新する更新手段と、前記移動体通信端末から要約情報の取得要求を受けたとき、その取得要求で指定された要約情報を前記記憶手段から取り出して該移動体通信端末に送信する送信手段と、を備える。
前記中継サーバにおいて、前記送信手段は、前記取得要求で指定された要約情報が更新されているか否かを確認し、更新されている場合にのみ更新後の新しい要約情報を前記移動体通信端末に送信してもよい。この場合は、中継サーバから移動体通信端末へ不要なデータ送信を回避することにより、中継サーバと移動体通信端末との間の通信の負荷を更に低減できる。
前記中継サーバにおいて、前記更新手段は、前記コンテンツ提供サーバに接続して前記要約情報が更新されているか否かを確認し、更新されている場合にのみ更新後の新しい要約情報を受信するとともに前記新しい要約情報が前記移動体通信端末への提供のための所定条件を満たすか否かをチェックし、前記所定条件を満たす場合にのみ前記新しい要約情報で前記記憶手段内の対応する要約情報を更新してもよい。この場合は、移動体通信端末で受信して使用できないような不適切な要約情報を中継サーバに記憶しておかないことにより、移動体通信端末による要約情報の受信エラーを未然に防止できる。
前記中継サーバにおいて、前記更新手段は、前記コンテンツ提供サーバが前記要約情報の提供を停止している場合には前記要約情報の提供が停止されている旨を示すメッセージを含む要約情報で前記記憶手段内の対応する要約情報を更新してもよい。この場合は、要約情報の提供が停止されていることを移動体通信端末の利用者に知らせることができる。なお、前記要約情報の提供の停止は、保守等のために予め計画された計画停止であってもいいし、前記コンテンツ提供サーバの障害による停止であってもよい。また、コンテンツ提供サーバからの要約情報の提供が終了した場合には、その提供終了を示すメッセージを含む要約情報で前記記憶手段内の対応する要約情報を更新してもよい。
前記中継サーバにおいて、前記移動体通信端末から受信する前記取得要求は、複数のコンテンツ提供サーバそれぞれが提供する複数の要約情報を一括して要求するものであってもよい。この場合は、上記複数の要約情報を中継サーバから一括して移動体通信端末に受信できるので、各要約情報を個別に受信する場合に比して移動体通信ネットワークの負荷を低減できる。
前記中継サーバにおける前記要約情報の更新タイミングは、例えば予め設定して更新時刻に行うようにしてもいいし、予め設定した所定の時間間隔で定期的に行うようにしてもよい。
A relay server according to the present invention is a relay server that relays summary information of content provided from a content providing server to a mobile communication terminal via a mobile communication network, from a plurality of content providing servers registered in advance. Storage means for storing summary information of provided content; update means for updating the summary information stored in the storage means connected to the plurality of content providing servers at a predetermined timing; and the mobile communication terminal Transmission means for taking out the summary information specified in the acquisition request from the storage means and transmitting it to the mobile communication terminal.
In the relay server, the transmission means confirms whether or not the summary information specified in the acquisition request has been updated, and only when updated, sends updated new summary information to the mobile communication terminal. You may send it. In this case, it is possible to further reduce the communication load between the relay server and the mobile communication terminal by avoiding unnecessary data transmission from the relay server to the mobile communication terminal.
In the relay server, the updating means confirms whether or not the summary information is updated by connecting to the content providing server, and receives updated new summary information only when updated, and Check whether new summary information satisfies a predetermined condition for provision to the mobile communication terminal, and update the corresponding summary information in the storage means with the new summary information only when the predetermined condition is satisfied May be. In this case, by not storing in the relay server inappropriate summary information that cannot be received and used by the mobile communication terminal, it is possible to prevent summary information reception errors by the mobile communication terminal.
In the relay server, when the content providing server has stopped providing the summary information, the update unit has summary information including a message indicating that provision of the summary information has been stopped. The corresponding summary information in may be updated. In this case, the user of the mobile communication terminal can be notified that the provision of summary information has been stopped. The stop of the provision of summary information may be a planned stop planned for maintenance or the like, or may be a stop due to a failure of the content providing server. Further, when the provision of the summary information from the content providing server is completed, the corresponding summary information in the storage unit may be updated with the summary information including a message indicating the end of the provision.
In the relay server, the acquisition request received from the mobile communication terminal may collectively request a plurality of summary information provided by each of a plurality of content providing servers. In this case, since the plurality of summary information can be collectively received by the mobile communication terminal from the relay server, the load on the mobile communication network can be reduced as compared with the case where each summary information is received individually.
For example, the update timing of the summary information in the relay server may be set in advance and performed at the update time, or may be periodically performed at a predetermined time interval set in advance.

前記中継サーバは、前記コンテンツ提供サーバから受信した複数の要約情報を集約して少なくとも1つの集約要約情報に編集する編集手段を備えてもよい。この場合、前記移動体通信端末からの取得要求に応じて、前記編集手段で作成された集約要約情報を送信する。
前記編集手段は、前記複数の要約情報を、その種別毎に集約してもいいし、その取得要求を予め登録している前記移動体通信端末毎に又は前記移動体通信端末の利用者毎に集約してもよい。
また、前記中継サーバは、前記移動体通信端末の利用者が設定した前記要約情報の編集指示内容を前記移動体通信端末から受信する受信手段を備えてもよい。この場合、前記編集手段は、前記受信した編集指示内容に応じて前記集約要約情報を作成するように編集する。
The relay server may include an editing unit that aggregates a plurality of pieces of summary information received from the content providing server and edits the summary information into at least one summary information. In this case, the aggregated summary information created by the editing means is transmitted in response to an acquisition request from the mobile communication terminal.
The editing means may aggregate the plurality of summary information for each type, and for each mobile communication terminal or for each user of the mobile communication terminal that has registered the acquisition request in advance. It may be aggregated.
In addition, the relay server may include receiving means for receiving, from the mobile communication terminal, contents of the summary information editing instruction set by a user of the mobile communication terminal. In this case, the editing means performs editing so as to create the aggregated summary information according to the received editing instruction content.

本発明に係る情報提供システムは、移動体通信端末に情報を提供する情報提供システムであって、前記中継サーバと前記コンテンツ提供サーバとを備える。
前記コンテンツ提供サーバは、前記要約情報を要求する取得要求を前記中継サーバから受け付け、前記移動体通信端末から受け付けないようにしてもよい。この場合は、移動体通信端末からコンテンツ提供サーバに間違ってアクセスした場合でもコンテンツ提供サーバから移動体通信端末に要約情報が送信されることがないため、移動体通信端末とコンテンツ提供サーバとの間の通信負荷及びコンテンツ提供サーバにおける処理の負荷をより確実に低減することができる。
An information providing system according to the present invention is an information providing system that provides information to a mobile communication terminal, and includes the relay server and the content providing server.
The content providing server may receive an acquisition request for requesting the summary information from the relay server and not from the mobile communication terminal. In this case, since the summary information is not transmitted from the content providing server to the mobile communication terminal even if the content providing server is mistakenly accessed from the mobile communication terminal, the mobile communication terminal and the content providing server are not connected. Communication load and processing load on the content providing server can be reduced more reliably.

本発明によれば、移動体通信ネットワーク上に設けられた中継サーバは、所定のタイミングで複数のコンテンツ提供サーバに接続し記憶手段に記憶されている要約情報を更新することにより、最新の要約情報を集約して記憶しておくことができる。そして、中継サーバは、移動体通信端末から要約情報の取得要求を受けたとき、その取得要求で指定された要約情報を記憶手段から取り出して移動体通信端末に送信する。これにより、複数の移動体通信端末はそれぞれ、コンテンツ提供サーバに直接接続しなくても、最新の要約情報を集約して記憶している中継サーバとの接続のみで、各コンテンツ提供サーバから提供されるコンテンツの要約情報を得ることができる。従って、複数の移動体通信端末それぞれがコンテンツ提供サーバに直接接続して要約情報を取得する場合に比べて、コンテンツ提供サーバの負荷を低減するとともに、移動体通信端末がコンテンツ提供サーバから要約情報を取得するときの移動体通信ネットワークの負荷を低減することができる。   According to the present invention, the relay server provided on the mobile communication network connects to a plurality of content providing servers at a predetermined timing and updates the summary information stored in the storage unit, thereby obtaining the latest summary information. Can be stored together. When the relay server receives the summary information acquisition request from the mobile communication terminal, the relay server extracts the summary information specified by the acquisition request from the storage means and transmits the summary information to the mobile communication terminal. Thus, each of the plurality of mobile communication terminals is provided from each content providing server only by connecting to the relay server that collects and stores the latest summary information without connecting directly to the content providing server. It is possible to obtain summary information on the content to be stored. Therefore, compared with the case where each of the plurality of mobile communication terminals directly connects to the content providing server to acquire the summary information, the load on the content providing server is reduced, and the mobile communication terminal receives the summary information from the content providing server. The load on the mobile communication network when acquiring can be reduced.

以下、図面を参照して本発明の実施の形態について説明する。
図1は本実施形態に係る通信システム全体の概略構成の一例を示す説明図である。この通信システムは、移動体通信端末としての携帯電話機10と、移動体通信事業者によって管理されている移動体通信ネットワークとしての携帯電話通信網20とを用いて構成されている。携帯電話通信網20は、基地局201や図示しない交換機(回線交換機、パケット交換機)等を備え、図示しないゲートウェイサーバを介してインターネット30等の他の通信ネットワークに接続されている。また、インターネット30には、WEBコンテンツを提供するコンテンツ提供サーバとしてのWEBサーバ41が設けられている。WEBサーバ41は、各種WEBコンテンツのほか、そのWEBコンテンツの要約情報としてのRSSフィードも提供する。また、WEBサーバ41は携帯電話通信網20側に設けてもよい。
Embodiments of the present invention will be described below with reference to the drawings.
FIG. 1 is an explanatory diagram showing an example of a schematic configuration of the entire communication system according to the present embodiment. This communication system is configured using a mobile phone 10 as a mobile communication terminal and a mobile phone communication network 20 as a mobile communication network managed by a mobile communication provider. The cellular phone communication network 20 includes a base station 201, a switch (not shown) (circuit switch, packet switch), and the like, and is connected to another communication network such as the Internet 30 via a gateway server (not shown). The Internet 30 is provided with a WEB server 41 as a content providing server for providing WEB content. The WEB server 41 provides various types of WEB content and an RSS feed as summary information of the WEB content. The WEB server 41 may be provided on the mobile phone communication network 20 side.

また、本実施形態の通信システムは、WEBサーバ41から携帯電話機10に提供されるコンテンツのRSSフィードを中継するように携帯電話通信網20上に設けられた中継サーバ40を備えている。この中継サーバ40は、WEBサーバ41から提供されるコンテンツのRSSフィードを集約して携帯電話機10に提供する。以下の実施形態では、この中継サーバ40を「集約サーバ」と呼ぶ。集約サーバ40は、インターネット30を介してWEBサーバ41と通信可能に構成されている。この集約サーバ40と前述のWEBサーバ41とを用いて、携帯電話通信網20を介して携帯電話機10にWEBコンテンツのRSSフィードを提供する情報提供システムが構成されている。また、集約サーバ40は、WEBサーバ機能を有し、携帯電話通信網20を介して携帯電話機10と通信可能に構成されている。   In addition, the communication system of the present embodiment includes a relay server 40 provided on the mobile phone communication network 20 so as to relay an RSS feed of content provided from the WEB server 41 to the mobile phone 10. This relay server 40 aggregates the RSS feeds of the contents provided from the WEB server 41 and provides them to the mobile phone 10. In the following embodiment, this relay server 40 is referred to as an “aggregation server”. The aggregation server 40 is configured to be able to communicate with the WEB server 41 via the Internet 30. An information providing system that provides an RSS feed of WEB content to the mobile phone 10 via the mobile phone communication network 20 is configured using the aggregation server 40 and the WEB server 41 described above. The aggregation server 40 has a WEB server function and is configured to be able to communicate with the mobile phone 10 via the mobile phone communication network 20.

これらのサーバ40、41から携帯電話機10にコンテンツやRSSフィードをダウンロードするときには、ネットワークの各階層において所定の通信プロトコルが用いられる。例えば、WEBサーバ41からWEBページをダウンロードするときのアプリケーション層の通信プロトコルとしては、HTTP(Hyper Text Transfer Protocol)が用いられる。   When downloading contents and RSS feeds from the servers 40 and 41 to the mobile phone 10, a predetermined communication protocol is used in each layer of the network. For example, HTTP (Hyper Text Transfer Protocol) is used as a communication protocol of the application layer when downloading a WEB page from the WEB server 41.

図2は、上記WEBサーバ41のハードウェア構成の一例を示すブロック図である。このWEBサーバ41は、システムバス400、CPU401、RAM402、ROM403、外部記憶装置404、入力装置405、出力装置406、及びインターネット用通信装置407を備えている。上記RAM402やROM403等は内部記憶装置として用いられる。上記外部記憶装置404は、ハードディスクドライブ(HDD)や光ディスクドライブ等で構成されている。上記入力装置405は、マウスやキーボード等で構成されている。上記出力装置406は、ディスプレイやプリンタ等で構成されている。上記通信装置407は、所定の通信プロトコルにより、携帯電話通信網20を介して他の携帯電話機や他のサーバと通信したり、インターネット30上の各種クライアント端末や他のサーバと通信したりするための装置である。   FIG. 2 is a block diagram illustrating an example of a hardware configuration of the WEB server 41. The WEB server 41 includes a system bus 400, a CPU 401, a RAM 402, a ROM 403, an external storage device 404, an input device 405, an output device 406, and an Internet communication device 407. The RAM 402, ROM 403, etc. are used as an internal storage device. The external storage device 404 includes a hard disk drive (HDD), an optical disk drive, and the like. The input device 405 includes a mouse, a keyboard, and the like. The output device 406 includes a display, a printer, and the like. The communication device 407 communicates with other mobile phones and other servers via the mobile phone communication network 20 and communicates with various client terminals and other servers on the Internet 30 using a predetermined communication protocol. It is a device.

上記CPU401やRAM402等の構成要素はお互いに、システムバス400を介して、データやプログラムの命令等のやり取りを行っている。このWEBサーバ41を所定の手順に従って動作させるためのプログラムはROM403や外部記憶装置404に記憶されており、必要に応じてCPU401やRAM402上の作業エリアに呼び出されて実行される。   The components such as the CPU 401 and the RAM 402 exchange data and program instructions with each other via the system bus 400. A program for operating the WEB server 41 according to a predetermined procedure is stored in the ROM 403 or the external storage device 404, and is called up and executed in the work area on the CPU 401 or the RAM 402 as necessary.

また、上記WEBサーバ41はそれぞれ一部又は全体を専用の制御装置として構成してもいいし、一部又は全体を汎用のコンピュータシステムを用いて構成してもよい。また、WEBサーバ41はそれぞれ、1台のコンピュータで構成してもいいし、複数の機能をそれぞれ受け持つ複数台のコンピュータをネットワークで結んで構成してもよい。   The WEB server 41 may be partially or entirely configured as a dedicated control device, or may be partially or entirely configured using a general-purpose computer system. Each WEB server 41 may be configured by one computer, or may be configured by connecting a plurality of computers each having a plurality of functions via a network.

図3は、WEBサーバ41の構成例を示す機能ブロック図である。WEBサーバ41は、記憶手段415と受信手段416と送信手段417とを備えている。このWEBサーバ41は、CPU等からなるハードウェア上で所定のプログラムを実行することにより、上記各手段の機能を実現している。上記記憶手段415は、上記内部記憶装置や外部記憶装置404で構成され、携帯電話機10で受信可能な各種WEBコンテンツのデータや、そのWEBコンテンツのRSSフィードのデータを記憶している。   FIG. 3 is a functional block diagram illustrating a configuration example of the WEB server 41. The WEB server 41 includes a storage unit 415, a reception unit 416, and a transmission unit 417. The WEB server 41 realizes the functions of the above means by executing predetermined programs on hardware such as a CPU. The storage unit 415 includes the internal storage device and the external storage device 404, and stores various web content data that can be received by the mobile phone 10, and RSS feed data of the web content.

上記受信手段416は、上記CPU401や通信装置407等で構成され、上記記憶手段415に記憶されている複数種類のWEBコンテンツを要求する取得要求を携帯電話機10から受信する。また、そのWEBコンテンツのRSSフィードを要求する取得要求を集約サーバ40から受信する。   The receiving unit 416 includes the CPU 401, the communication device 407, and the like, and receives an acquisition request for requesting a plurality of types of WEB contents stored in the storage unit 415 from the mobile phone 10. In addition, an acquisition request for requesting an RSS feed of the WEB content is received from the aggregation server 40.

上記送信手段417は、上記CPU401や通信装置407等で構成され、携帯電話機10からの取得要求に応じてWEBコンテンツのデータを携帯電話機10に送信する。また、集約サーバ40からの取得要求に応じてそのWEBコンテンツのRSSフィードのデータを集約サーバ40に送信する。   The transmission unit 417 includes the CPU 401, the communication device 407, and the like, and transmits web content data to the mobile phone 10 in response to an acquisition request from the mobile phone 10. Further, the RSS feed data of the WEB content is transmitted to the aggregation server 40 in response to an acquisition request from the aggregation server 40.

上記WEBコンテンツのRSSフィードのデータは、RSSのフォーマットでWEBサーバ41から集約サーバ40に配信されて集約されるとともに、携帯電話機10からの取得要求に応じて集約サーバ40から携帯電話機10に配信される。携帯電話機10は、このRSSのフォーマットで記述された文書(RSSフィード)を受信して表示するソフトウェアであるRSSリーダを備えている。WEBコンテンツが更新されると、その更新後のWEBコンテンツのRSSフィードを反映したRSSフィードが作成される。この更新後のRSSフィードが、携帯電話機10からの取得要求に応じて集約サーバ40から携帯電話機10に送信される。上記RSSフィードとしては、例えば、一般ニュース、音楽情報、ブログ、天気予報、CDや映画などの売り上げランキング等のコンテンツのRSSフィードが挙げられる。   The RSS feed data of the WEB content is distributed and aggregated from the WEB server 41 to the aggregation server 40 in the RSS format, and is also distributed from the aggregation server 40 to the cellular phone 10 in response to an acquisition request from the cellular phone 10. The The cellular phone 10 includes an RSS reader that is software that receives and displays a document (RSS feed) described in the RSS format. When the WEB content is updated, an RSS feed reflecting the RSS feed of the updated WEB content is created. The updated RSS feed is transmitted from the aggregation server 40 to the mobile phone 10 in response to an acquisition request from the mobile phone 10. Examples of the RSS feed include RSS feeds for contents such as general news, music information, blogs, weather forecasts, sales rankings of CDs and movies, and the like.

図4は携帯電話機10の一構成例を示す外観図であり、図5は、その携帯電話機10のハードウェア構成の一例を示す概略構成図である。携帯電話機10は、システムバス100、CPU101、RAM102やROM103等の記憶装置、入力装置104、出力装置105及び携帯電話通信網用通信装置106を備えている。CPU101やRAM102等の構成要素は、システムバス100を介して、互いに各種データやプログラムの命令等のやり取りを行っている。   FIG. 4 is an external view showing a configuration example of the mobile phone 10, and FIG. 5 is a schematic configuration diagram showing an example of a hardware configuration of the mobile phone 10. The mobile phone 10 includes a system bus 100, a CPU 101, a storage device such as a RAM 102 and a ROM 103, an input device 104, an output device 105, and a communication device 106 for a mobile phone communication network. Components such as the CPU 101 and the RAM 102 exchange various data and program instructions with each other via the system bus 100.

上記CPU101は、上記記憶装置から所定のプログラムを読み込んで実行することにより、ネイティブ側の電話機プラットフォームの基本ソフト(OS)上で、音声通話機能や、アプリケーションソフト(以下「アプリケーション」という。)による各種機能を実現することができる。このアプリケーションによる機能としては、RSSリーダ、WEBブラウザ、メーラー、外部装置とのデータ送受信、アドレス帳管理、スケジューラ、メモ帳等がある。   The CPU 101 reads and executes a predetermined program from the storage device, thereby executing various functions using a voice call function and application software (hereinafter referred to as “application”) on the basic software (OS) of the native telephone platform. Function can be realized. The functions of this application include an RSS reader, a WEB browser, a mailer, data transmission / reception with an external device, address book management, scheduler, memo pad, and the like.

また、上記CPU101は、上記記憶装置から所定のプログラムを読み込んで実行することにより、ネイティブ側の電話機プラットフォーム上でアプリケーションを実行するためのアプリケーション実行環境を構築することができる。そして、このアプリケーション実行環境上で、携帯電話機10にプリインストールされているアプリケーションや、利用者がダウンロードして登録したアプリケーション等の各種アプリケーションを実行することができる。   The CPU 101 can construct an application execution environment for executing an application on the native telephone platform by reading and executing a predetermined program from the storage device. In the application execution environment, various applications such as an application preinstalled in the mobile phone 10 and an application downloaded and registered by the user can be executed.

上記入力装置104は、データ入力キー(テンキー、*キー、#キー)11、通話開始キー12、終話キー13、スクロールキー14、多機能キー15、マイク16等から構成されている。この入力装置104のテンキー11、通話開始キー12、終話キー13等により、利用者が操作可能な操作部が構成される。この操作部を操作することにより、利用者は、携帯電話機10に対してコンテンツ取得先のURL等のデータを入力したり、電話着信の際に通話の開始及び終了を行ったり、アプリケーションの選択、起動及び停止を行ったりすることができる。また、利用者は上記操作部を操作することにより、上記WEBサーバ41から、アプリケーションプログラム等のコンテンツをダウンロードして登録することができる。   The input device 104 includes a data input key (ten key, * key, # key) 11, a call start key 12, an end key 13, a scroll key 14, a multi-function key 15, a microphone 16, and the like. The numeric keypad 11, the call start key 12, the call end key 13, and the like of the input device 104 constitute an operation unit that can be operated by the user. By operating this operation unit, the user inputs data such as the URL of the content acquisition destination to the mobile phone 10, starts and ends a call when receiving a call, selects an application, It can be started and stopped. Further, the user can download and register contents such as application programs from the WEB server 41 by operating the operation unit.

上記出力装置105は、表示手段である液晶ディスプレイ(LCD)17、音出力手段であるスピーカ18等から構成されている。上記液晶ディスプレイ(LCD)17やスピーカ18等からなる出力装置等で構成されている出力部は、携帯電話通信網20を介して受信したWEBページを液晶ディスプレイ(LCD)17に表示したり、携帯電話通信網20から情報を着信した旨を利用者に知らせたりするときに用いられる。具体的には、その情報を着信すると、出力部の液晶ディスプレイ(LCD)17に着信報知画像を表示したり、スピーカ18から着信音を出力させたりする。なお、上記スピーカ18は、通話中の音声を聞くための受話器用スピーカ(レシーバ)と、着信音や音楽などを出力する外部出力用スピーカとを別々に設けて構成してもいいし、これらの受話器用スピーカ及び外部出力用スピーカを兼用するように一つのスピーカで構成してもよい。   The output device 105 includes a liquid crystal display (LCD) 17 as display means, a speaker 18 as sound output means, and the like. An output unit composed of an output device or the like including the liquid crystal display (LCD) 17 and the speaker 18 displays a WEB page received via the mobile phone communication network 20 on the liquid crystal display (LCD) 17 or a mobile phone. This is used when notifying the user that information has been received from the telephone communication network 20. Specifically, when the information is received, an incoming call notification image is displayed on the liquid crystal display (LCD) 17 of the output unit, or a ringing tone is output from the speaker 18. The speaker 18 may be configured by separately providing a receiver speaker (receiver) for listening to a voice during a call and an external output speaker for outputting a ring tone or music. You may comprise by one speaker so that the speaker for receivers and the speaker for external outputs may be combined.

上記携帯電話通信網用通信装置106は、変復調器、シンセサイザ、周波数変換器,高周波増幅器などにより構成され、携帯電話通信網20を介して他の携帯電話機や上記サーバ40,41等と通信するときに用いられる。この携帯電話通信網用通信装置106は、携帯電話通信網20を介して他の携帯電話機とメールのやり取りを行ったり、携帯電話通信網20からゲートウェイサーバを介して、インターネット30等の外部の通信ネットワークに接続し、インターネット30上での電子メールのやり取り等を行ったりするための通信手段として用いられる。更に、この携帯電話通信網用通信装置106は、携帯電話通信網20を介して、WEBサーバ41が提供する各種コンテンツをダウンロードしたり、現在位置の位置情報を含む配信情報を受信したりする情報受信手段としても用いられる。   The mobile phone communication network communication device 106 includes a modem, a synthesizer, a frequency converter, a high frequency amplifier, and the like, and communicates with other mobile phones, the servers 40, 41, etc. via the mobile phone communication network 20. Used for. The mobile phone communication network communication device 106 exchanges mails with other mobile phones via the mobile phone communication network 20, or communicates externally such as the Internet 30 from the mobile phone communication network 20 via a gateway server. It is used as a communication means for connecting to a network and exchanging electronic mail on the Internet 30. Further, the mobile phone communication network communication device 106 downloads various contents provided by the WEB server 41 via the mobile phone communication network 20 and receives distribution information including position information of the current position. Also used as receiving means.

携帯電話機10は、RSSリーダのほかに、例えば、メディアコンテンツの再生を行うアプリケーションもWEBコンテンツの要約情報であるRSS(RDF Site Summary)フィードを表示する機能を備えている。また、サービス参加者が互いに友人を紹介しあって、新たな友人関係を広げることを目的に開設されたコミュニティサービス(ソーシャル・ネットワーク・サービス(SNS))を利用するためのアプリケーションなども、WEBコンテンツのRSSフィードを表示する機能を備えている。メディアコンテンツの再生を行うアプリケーションは、音楽情報、CDの売り上げランキング、着うたランキングなどのRSSフィードが表示されるようになっている。また、上記コミュニティサービスを利用するためのアプリケーションは、友人のブログの更新情報などのRSSフィードが表示されるようになっている。   In addition to the RSS reader, the mobile phone 10 has a function of displaying an RSS (RDF Site Summary) feed, which is summary information of WEB content, for example, for an application that plays media content. In addition, applications for using community services (social network services (SNS)) that have been established for the purpose of expanding new friendships by introducing service friends to each other are also available for WEB content. It has a function to display the RSS feed. An application that plays media content displays an RSS feed such as music information, CD sales ranking, and Chaku-Uta ranking. The application for using the community service displays an RSS feed such as update information of a friend's blog.

図6は、本実施形態に係る携帯電話機10の主要な機能を抽出して示した機能ブロック図である。この携帯電話機10は、通信手段110と表示手段111と記憶手段112と表示制御手段113とを有する。   FIG. 6 is a functional block diagram showing extracted main functions of the mobile phone 10 according to the present embodiment. The cellular phone 10 includes a communication unit 110, a display unit 111, a storage unit 112, and a display control unit 113.

上記通信手段110は上記通信装置106等で構成され、HTTP等の所定の通信プロトコルを用いて携帯電話通信網20を介した通信を行う。この通信手段110は、接続情報としてのURI(Uniform Resource Identifier)に基づいて携帯電話通信網20上の集約サーバ40にアクセスし、その集約サーバ40から前述のRSSフィードを取得する取得手段として用いられる。また、この取得手段は、所定の時間毎にURIに基づいて集約サーバ40にアクセスし、そのサーバ40からRSSフィードを自動的に取得できるようになっている。自動取得のタイミングは、装置内部のDRM用内部時計に従い処理を行う。   The communication unit 110 includes the communication device 106 and the like, and performs communication via the mobile phone communication network 20 using a predetermined communication protocol such as HTTP. This communication means 110 is used as an acquisition means for accessing the aggregation server 40 on the mobile phone communication network 20 based on a URI (Uniform Resource Identifier) as connection information and acquiring the RSS feed from the aggregation server 40. . In addition, the acquisition unit can access the aggregation server 40 based on the URI at predetermined time intervals and automatically acquire the RSS feed from the server 40. The automatic acquisition timing is processed according to the DRM internal clock inside the apparatus.

上記表示手段111は上記ディスプレイ等で構成され、RSSフィードの表示を行うアプリケーションを起動したときに、上記集約サーバ40から受信した前述のRSSフィードを表示することができる。   The display unit 111 includes the display, and can display the RSS feed received from the aggregation server 40 when an application for displaying an RSS feed is started.

上記記憶手段112は上記RAM102やROM103等の記憶装置により構成され前述のRSSフィード等を記憶している。   The storage unit 112 includes a storage device such as the RAM 102 or the ROM 103, and stores the RSS feed described above.

上記表示制御手段113は上記CPU101等で構成され、前述のRSSフィードを取得して表示するように制御する。また、RSSフィードが未読の場合に、待ち受け画面などのピクト領域に、未読のRSSフィードがある旨のピクト画像を表示するように制御する。   The display control unit 113 includes the CPU 101 and the like, and controls to acquire and display the RSS feed. Further, when the RSS feed is unread, control is performed so that a pictographic image indicating that there is an unread RSS feed is displayed in a pictographic area such as a standby screen.

図7は、本実施形態に係る集約サーバ40のハードウェア構成を示す概略構成図である。集約サーバ40のハードウェア構成は、上記WEBサーバ41と同様、システムバス300、CPU301、内部記憶装置、外部記憶装置304、入力装置305及び出力装置306から構成されている。更に、集約サーバ40は、インターネット30を介してデータの送受信を行う第1通信装置307と、携帯電話通信網20を介してデータの送受信を行う第2通信装置308も備えている。上記CPU301やRAM302等の構成要素は、システムバス300を介して、互いにデータやプログラムの命令等のやり取りを行い、その基本的な動作は上記WEBサーバ41とほぼ同様である。   FIG. 7 is a schematic configuration diagram illustrating a hardware configuration of the aggregation server 40 according to the present embodiment. Similar to the WEB server 41, the hardware configuration of the aggregation server 40 includes a system bus 300, a CPU 301, an internal storage device, an external storage device 304, an input device 305, and an output device 306. The aggregation server 40 further includes a first communication device 307 that transmits and receives data via the Internet 30 and a second communication device 308 that transmits and receives data via the mobile phone communication network 20. The components such as the CPU 301 and the RAM 302 exchange data and program instructions with each other via the system bus 300, and their basic operations are almost the same as those of the WEB server 41.

なお、上記集約サーバ40は専用の制御装置として構成してもいいし、汎用のコンピュータシステムを用いて構成してもよい。また、1台のコンピュータで構成してもいいし、複数の機能をそれぞれ受け持つ複数台のコンピュータをネットワークで結んで構成してもよい。   The aggregation server 40 may be configured as a dedicated control device or may be configured using a general-purpose computer system. Further, it may be configured by a single computer, or may be configured by connecting a plurality of computers each having a plurality of functions via a network.

図8は、本実施形態に係る集約サーバ40の主要な機能を抽出して示した機能ブロック図である。この集約サーバ40は、記憶手段400と更新手段401と送信手段402とを備えている。   FIG. 8 is a functional block diagram showing extracted main functions of the aggregation server 40 according to the present embodiment. The aggregation server 40 includes a storage unit 400, an update unit 401, and a transmission unit 402.

上記記憶手段400は、上記外部記憶装置等で構成され、RSS管理DB(データベース)領域400aとキャッシュ領域400bとストレージ領域400cとを有している。上記RSS管理DB領域400aには、WEB41からRSSフィードを受信して集約するための接続先情報としての接続先URI(Uniform Resource Identifier)等のRSS管理情報が保存されている。上記キャッシュ領域400bには、WEBサーバ41から受信したRSSフィードが、WEBサーバ41の接続先URIと関連付けられて一時保存されている。上記ストレージ領域400cには、携帯電話機10からアクセス可能な公開ディレクトリが作成されており、この公開ディレクトリに、WEBサーバ41から受信され所定のチェック処理が行われたRSSフィードが(RSSフィードに画像がリンクされている場合にはその画像ファイルも)、WEBサーバ41の接続先URIと関連付けられて保存されている。   The storage unit 400 includes the external storage device and the like, and includes an RSS management DB (database) area 400a, a cache area 400b, and a storage area 400c. The RSS management DB area 400a stores RSS management information such as a connection destination URI (Uniform Resource Identifier) as connection destination information for receiving and aggregating RSS feeds from the WEB 41. In the cache area 400b, the RSS feed received from the WEB server 41 is temporarily stored in association with the connection destination URI of the WEB server 41. In the storage area 400c, a public directory accessible from the mobile phone 10 is created. In this public directory, an RSS feed received from the WEB server 41 and subjected to a predetermined check process (an image is displayed in the RSS feed). If linked, the image file is also stored in association with the connection destination URI of the WEB server 41.

上記更新手段401はCPU301、第1通信装置307等で構成され、HTTP等の所定の通信プロトコルを用いてインターネット30を介してWEBサーバ41との間で通信を行う。この更新手段401は、予め設定した所定の更新時刻ごとに、又は予め設定した所定の時間間隔で定期的に、上記RSS管理DB領域400aに保存されている接続先URI等のRSS管理情報を参照し、複数のWEBサーバ41の接続先URIを巡回する。この巡回時に、更新手段401は、各接続先URIについてRSSフィードが更新されているか否かを確認し、更新されている場合にのみ更新後の新しいRSSフィードを受信する。RSSフィードの受信の際には、そのRSSフィードの更新情報も受信され、RSSフィードに画像がリンクされている場合はその画像ファイルも受信される。そして、更新手段401は、WEBサーバ41から受信した新しいRSSフィード(場合によっては画像ファイル)について、携帯電話機10への提供のための所定条件を満たすか否かをチェックし、その所定条件を満たす場合にのみ、新しいRSSフィードで、上記記憶手段400のストレージ領域400c内の対応するRSSフィードを更新する。   The updating unit 401 includes a CPU 301, a first communication device 307, and the like, and communicates with the WEB server 41 via the Internet 30 using a predetermined communication protocol such as HTTP. The updating unit 401 refers to RSS management information such as a connection destination URI stored in the RSS management DB area 400a at predetermined preset update times or periodically at preset preset time intervals. Then, the connection destination URIs of the plurality of WEB servers 41 are circulated. During this patrol, the updating unit 401 checks whether or not the RSS feed is updated for each connection destination URI, and receives the updated new RSS feed only when it is updated. When the RSS feed is received, update information of the RSS feed is also received. When an image is linked to the RSS feed, the image file is also received. Then, the update unit 401 checks whether or not a new RSS feed (in some cases, an image file) received from the WEB server 41 satisfies a predetermined condition for provision to the mobile phone 10, and satisfies the predetermined condition. Only in that case, the corresponding RSS feed in the storage area 400c of the storage means 400 is updated with a new RSS feed.

上記更新対象のRSSフィードは、予め登録されたWEBサーバ41から提供され、例えば速報RSSフィードとその他の一般RSSフィードとに分類される。速報RSSフィードは、ニュースやブログ等の頻繁に更新される速報性が高いWEBコンテンツの要約情報である。上記RSSフィードのファイル内の記述方法としては、例えばRSS1.0系又はRSS2.0系が用いられる。RSSフィードファイルのサイズは画像ファイルサイズも含めて所定サイズ(例えば10kB(10240byte))以下に規定され、ファイル内の文字コードとしては所定の文字コード(例えば、UTF−8又はshift−JIS)のみが使用される。   The RSS feed to be updated is provided from a pre-registered WEB server 41, and is classified into, for example, a breaking news RSS feed and other general RSS feeds. The breaking news RSS feed is summary information of WEB contents that are frequently updated such as news and blogs and have high breaking characteristics. As a description method in the RSS feed file, for example, an RSS 1.0 system or an RSS 2.0 system is used. The size of the RSS feed file is defined to be a predetermined size (for example, 10 kB (10240 bytes)) or less including the image file size, and only a predetermined character code (for example, UTF-8 or shift-JIS) is used as the character code in the file. used.

上記RSSフィードにリンクされる画像は、所定の画素サイズ(例えば50ピクセル×50ピクセル以下)に規定され、RSSフィードのファイル内に記述される「length」要素及び「type」要素を有する「enclosure」タグで参照される。リンク先は絶対パスで記述される。また、画像ファイルとしては、所定の画像フォーマット(例えば、JPEG,PNG,GIF)のみ使用可能になっている。   An image linked to the RSS feed is defined as a predetermined pixel size (for example, 50 pixels × 50 pixels or less), and an “enclosure” having a “length” element and a “type” element described in the RSS feed file. Referenced by tag. The link destination is described with an absolute path. As an image file, only a predetermined image format (for example, JPEG, PNG, GIF) can be used.

上記WEBサーバ4にRSSフィードを要求する取得要求は、例えば所定のヘッダ部を有するHTTP要求である。上記速報RSSフィードについては、比較的短い時間間隔(例えば5分間隔)でWEBサーバ41に取得要求が送信され更新確認処理が実行され、上記一般RSSフィードについては、速報RSSフィードよりも長い時間間隔(例えば15分)で取得要求が送信され更新確認処理が実行される。   The acquisition request for requesting the RSS feed to the WEB server 4 is, for example, an HTTP request having a predetermined header part. For the above-mentioned bulletin RSS feed, an acquisition request is transmitted to the WEB server 41 at a relatively short time interval (for example, every five minutes), and the update confirmation process is executed. For the above general RSS feed, a time interval longer than that of the bulletin RSS feed An acquisition request is transmitted (for example, 15 minutes), and an update confirmation process is executed.

上記WEBサーバ41から受信したRSSフィードは、そのXML(Extensible Markup Language)タグの開始・終了やRSSファイルの書式及びサイズ等がチェックされる。表1及び表2はそれぞれXMLタグ及びRSSファイルのチェック項目の一例を示している。但し、RSSフィードのチェック項目は、表1及び表2に例示したものに限定されるものではない。

Figure 2008071169

Figure 2008071169
The RSS feed received from the WEB server 41 is checked for the start / end of its XML (Extensible Markup Language) tag, the format and size of the RSS file, and the like. Tables 1 and 2 show examples of check items for XML tags and RSS files, respectively. However, the RSS feed check items are not limited to those illustrated in Tables 1 and 2.
Figure 2008071169

Figure 2008071169

上記WEBサーバ41の所定の接続先URIにおけるRSSフィードの提供が計画停止又は障害によって停止されている場合には、そのRSSフィードの提供が停止されている旨を示すメッセージを含む停止アナウンス用RSSフィードが作成され、その停止アナウンス用RSSフィードで、対応するRSSフィードが置き換えられる。図9及び図10はそれぞれ、計画停止及び障害停止を知らせるための停止アナウンス用RSSフィードの記述例を示している。上記停止アナウンス用RSSフィードは、管理者がバッチ処理として作成してもいいし、集約サーバ40が自動作成してもよい。   When the RSS feed provision at the predetermined connection destination URI of the WEB server 41 is stopped due to a planned stoppage or failure, the RSS feed for the stop announcement including a message indicating that the RSS feed provision is stopped Is created and the corresponding RSS feed is replaced with the RSS feed for the stop announcement. FIG. 9 and FIG. 10 respectively show description examples of the RSS feed for the stop announcement for notifying the planned stop and the failure stop. The stop announcement RSS feed may be created as a batch process by the administrator, or may be automatically created by the aggregation server 40.

上記集約サーバ40に集約・保存していたRSSフィードを削除した場合には、そのRSSフィードが削除されRSSフィードの配信サービスを停止した旨を示すメッセージを含む削除アナウンス用RSSフィードが作成され、その削除アナウンス用RSSフィードで、対応するRSSフィードが置き換えられる。図11は削除アナウンス用RSSフィードの記述例を示している。この削除アナウンス用RSSフィードは、管理者がバッチ処理として作成してもいいし、集約サーバ40が自動作成してもよい。   When the RSS feed that has been aggregated and stored in the aggregation server 40 is deleted, an RSS feed for deletion announcement including a message indicating that the RSS feed is deleted and the RSS feed distribution service is stopped is created. The RSS feed for deletion announcement replaces the corresponding RSS feed. FIG. 11 shows a description example of the RSS feed for deletion announcement. The RSS feed for deletion announcement may be created as a batch process by the administrator, or may be automatically created by the aggregation server 40.

上記送信手段402は第2通信装置308等で構成され、HTTP等の所定の通信プロトコルを用いて携帯電話通信網20を介して携帯電話機10との間で通信を行う。この送信手段402は、携帯電話機10から取得要求に応じて、更新手段401でチェックされ記憶手段400のストレージ領域400cに保存されているRSSフィードを、携帯電話機10に送信する。   The transmission unit 402 includes the second communication device 308 and the like, and performs communication with the mobile phone 10 via the mobile phone communication network 20 using a predetermined communication protocol such as HTTP. In response to an acquisition request from the mobile phone 10, the transmission unit 402 transmits the RSS feed checked by the update unit 401 and stored in the storage area 400 c of the storage unit 400 to the mobile phone 10.

表3及び表4は、携帯電話機10から集約サーバ40にRSSフィードを要求するときのHTTP要求のヘッダフィールドの一例を示している。また、表5は、集約サーバ40から携帯電話機10に送られるHTTP応答のヘッダフィールドの一例を示している。但し、HTTP要求のヘッダフィールドの記述内容は表3及び表4に例示したものに限定されるものではなく、また、HTTP応答のヘッダフィールドの記述内容は表5に例示した者に限定されるものではない。

Figure 2008071169

Figure 2008071169

Figure 2008071169
Tables 3 and 4 show examples of HTTP request header fields when the mobile phone 10 requests the aggregation server 40 for an RSS feed. Table 5 shows an example of the header field of the HTTP response sent from the aggregation server 40 to the mobile phone 10. However, the description contents of the header field of the HTTP request are not limited to those illustrated in Table 3 and Table 4, and the description contents of the header field of the HTTP response are limited to those illustrated in Table 5. is not.
Figure 2008071169

Figure 2008071169

Figure 2008071169

図12は、集約サーバ40によるRSSフィードの集約処理の一例を示すフローチャートである。まず、集約サーバ40は、装置内部のDRM用内部時計に従い予め設定した集約処理のタイミングが到来したら、集約処理プログラムを起動する(S1,S2)。ここで、集約処理プログラムの多重起動をチェックする(S3)。具体的に、多重起動の判断に用いる多重起動フラグファイルが存在しているか否かで判断する。多重起動フラグファイルが存在していることにより、多重起動であると判断した場合(S3でYes)は、集約処理プログラムが既に起動中であるため、多重起動チェックエラーとし、多重起動警告処理を実行する(S4)。例えば、多重起動チェックエラー結果(レベル:警告)をログ出力し、処理を終了する。   FIG. 12 is a flowchart illustrating an example of RSS feed aggregation processing by the aggregation server 40. First, the aggregation server 40 starts the aggregation processing program when the timing of the aggregation processing set in advance according to the DRM internal clock inside the apparatus comes (S1, S2). Here, multiple activation of the aggregation processing program is checked (S3). Specifically, the determination is made based on whether or not a multiple activation flag file used for determination of multiple activation exists. If it is determined that multiple activation is performed due to the presence of the multiple activation flag file (Yes in S3), since the aggregation processing program is already activated, a multiple activation check error is executed and a multiple activation warning process is executed. (S4). For example, the multiple activation check error result (level: warning) is output as a log, and the process ends.

一方、多重起動フラグファイルが存在していないことにより、多重起動でないと判断した場合(S3でNo)は、多重起動フラグファイルを新規に作成し、前回の集約処理結果のRSS管理DB(データベース)への反映が成功しているか否かをチェックする(S5)。具体的に、DBエラーフラグファイルが存在しているか否かで判断する。ここで、DBエラーフラグファイルが存在していないことにより、前回の集約処理結果の反映に成功していると判断した場合(S5でYes)は、RSS管理DBから集約対象のRSSフィード情報の取得処理を実行し、正しく取得できたか否かを判断する(S6)。集約対象のRSSフィード情報を正しく取得できた場合(S6でYes)は、各RSSフィードについて更新処理を実行する(S8〜S10)。一方、上記ステップS5でDBエラーフラグファイルが存在していることにより、前回の集約処理結果の反映に失敗していると判断した場合(S5でNo)、及び上記ステップS6でRSS管理DBから集約対象のRSSフィード情報を正しく取得できなかった場合(S6でNo)は、ローカルファイルから集約対象のRSSフィード情報を取得する(S7)。   On the other hand, if it is determined that the multiple activation flag file does not exist and it is not the multiple activation (No in S3), a multiple activation flag file is newly created and the RSS management DB (database) of the previous aggregation processing result is created. It is checked whether or not the reflection is successful (S5). Specifically, the determination is made based on whether or not a DB error flag file exists. Here, when it is determined that the previous aggregation processing result has been successfully reflected due to the absence of the DB error flag file (Yes in S5), the RSS feed information to be aggregated is acquired from the RSS management DB. The process is executed and it is determined whether or not it has been correctly acquired (S6). When the RSS feed information to be aggregated can be correctly acquired (Yes in S6), update processing is executed for each RSS feed (S8 to S10). On the other hand, if it is determined in step S5 that the DB error flag file exists, reflecting the result of the previous aggregation process has failed (No in S5), and aggregation is performed from the RSS management DB in step S6. When the target RSS feed information cannot be acquired correctly (No in S6), the RSS feed information to be aggregated is acquired from the local file (S7).

各RSSフィードの更新処理については後述する。RSSフィードの更新処理が完了したら、その更新処理の結果をRSS管理DB及びローカルファイルに反映(保存)する。ここで、RSSフィードの更新処理が正常に終了した場合は、RSS管理DBにDBエラーフラグファイルが存在すればそのファイルを削除し、正常終了結果(レベル:情報)をRSS管理DBのログに出力するとともに、正常終了結果(レベル:情報)をローカルファイルのログに出力する。一方、RSSフィードの更新処理が異常終了した場合は、RSS管理DBにDBエラーフラグファイルが存在しなければそのファイルを作成し、DB更新エラー結果(レベル:エラー)をRSS管理DBのログに出力するとともに、ファイルI/Oエラー結果(レベル:エラー)をローカルファイルのログに出力する。そして、上記更新処理及び更新処理結果の反映(保存)を、集約対象の複数のRSSフィードのすべてについて完了するまで繰り返す(S8)。   The update process of each RSS feed will be described later. When the update process of the RSS feed is completed, the result of the update process is reflected (saved) in the RSS management DB and the local file. If the RSS feed update process ends normally, if the DB error flag file exists in the RSS management DB, the file is deleted, and the normal end result (level: information) is output to the RSS management DB log. In addition, the normal end result (level: information) is output to the log of the local file. On the other hand, if the RSS feed update process ends abnormally, if the DB error flag file does not exist in the RSS management DB, it is created and the DB update error result (level: error) is output to the RSS management DB log. At the same time, the file I / O error result (level: error) is output to the log of the local file. Then, the update process and the reflection (save) of the update process result are repeated for all the RSS feeds to be aggregated (S8).

図13は、上記RSSフィードの更新処理の一例を示すフローチャートである。各RSSフィードの更新処理では、まず、RSSフィードの状態がチェックされる(S11)。ここで、RSSフィードの提供が停止(計画停止、障害停止)又は終了している場合は、前述の停止アナウンス用RSSフィード又は削除アナウンス用RSSフィードのファイルが作成される(S12)。一方、RSSフィードが通常通り提供されている場合(S11で「通常」)は、そのRSSフィードについて後述の取得、検証及び修正の処理が実行される(S13)。そして、前述の記憶手段400のストレージ領域400cに作成されている公開ディレクトリのファイルリストが収集された後、上記取得、検証及び修正の処理が完了したRSSフィードのファイル又は上記アナウンス用RSSフィードのファイルが公開ディレクトリへ配置(保存)されるとともに、必要に応じて画像ファイルの保存及び削除処理が実行される(S15〜S18)。このRSSフィードファイルの配置(保存)及び画像ファイルの保存・削除処理は、集約サーバ40に構築されているRSSフィード公開用のWEBサーバ機能部の数に対応した所定回数だけ繰り返し実行される(S14)。例えば、本実施形態のように集約サーバ40が2つのWEBサーバ機能部を有する場合は、上記RSSフィードファイルの配置(保存)処理と画像ファイルの保存・削除処理が2回実行される。   FIG. 13 is a flowchart illustrating an example of the RSS feed update process. In the update process of each RSS feed, first, the state of the RSS feed is checked (S11). Here, when the provision of the RSS feed is stopped (scheduled stop, failure stop) or has ended, the above-mentioned RSS feed for stop announcement or RSS feed for deletion announcement is created (S12). On the other hand, when the RSS feed is provided as usual ("normal" in S11), the acquisition, verification, and correction processes described later are executed for the RSS feed (S13). Then, after the file list of the public directory created in the storage area 400c of the storage unit 400 is collected, the RSS feed file or the announcement RSS feed file in which the acquisition, verification, and correction processes are completed is completed. Are placed (saved) in the public directory, and image file saving and deletion processing is executed as necessary (S15 to S18). This RSS feed file arrangement (storage) and image file storage / deletion processing are repeatedly executed a predetermined number of times corresponding to the number of RSS feed publishing WEB server function units constructed in the aggregation server 40 (S14). ). For example, when the aggregation server 40 has two WEB server function units as in the present embodiment, the RSS feed file arrangement (storage) process and the image file storage / deletion process are executed twice.

図14は、図13のステップS13に示されているRSSフィードの取得、検証及び修正の処理の一例を示すフローチャートである。まず、WEBサーバ41からRSSフィードを取得したら、前述のXML検証(チェック)処理とRSS検証(チェック)処理が実行される(S21〜S23)。次に、取得したRSSフィードに画像をリンクする「enclosure」タグが記述されていたら、その「enclosure」タグの個数分だけ、RSS管理DBからの前回の画像情報の読み込み、「enclosure」タグで指定された画像ファイルの取得、画像(ファイル)のチェック、画像ファイルの所定ディレクトリへの出力、及び、RSSフィードファイルに記述されている画像ファイルURLの中継サーバ内のURLへの変更がそれぞれ実行される(S24〜S29)。そして、今回取得した画像取得情報がRSS管理DBに出力された後、RSSフィードのファイルが(場合によっては画像ファイルも)、前述の記憶手段400の一時保存領域であるキャッシュ領域400bに出力される(S30,S31)。   FIG. 14 is a flowchart illustrating an example of RSS feed acquisition, verification, and correction processing shown in step S13 of FIG. First, when an RSS feed is acquired from the WEB server 41, the above-described XML verification (check) process and RSS verification (check) process are executed (S21 to S23). Next, if there are "enclosure" tags that link images to the acquired RSS feed, the previous image information is read from the RSS management DB for the number of "enclosure" tags, and specified by the "enclosure" tag. The obtained image file is checked, the image (file) is checked, the image file is output to a predetermined directory, and the image file URL described in the RSS feed file is changed to the URL in the relay server. (S24-S29). Then, after the image acquisition information acquired this time is output to the RSS management DB, an RSS feed file (and an image file in some cases) is output to the cache area 400b which is a temporary storage area of the storage unit 400 described above. (S30, S31).

図15は、図13のステップS12に示されているアナウンス用RSSフィードの作成処理の一例を示すフローチャートである。まず、RSSフィードの状態のチェック結果(計画停止、障害停止、サービス提供終了)に応じて、前述の図9〜図11に例示した予め作成しておいたテンプレートファイルが読み込まれる(S41)。次に、読み込んだテンプレートファイル内のパラメータ変数が所定の値(文字列)に置換され、アナウンス用RSSフィードのファイルとして、前述の記憶手段400の一時保存領域であるキャッシュ領域400bに出力される(S43)。   FIG. 15 is a flowchart showing an example of the RSS feed creation process for announcement shown in step S12 of FIG. First, in accordance with the check result of the RSS feed state (planned stop, failure stop, service end), the template file created in advance illustrated in FIGS. 9 to 11 is read (S41). Next, the parameter variable in the read template file is replaced with a predetermined value (character string), and is output to the cache area 400b, which is a temporary storage area of the storage means 400 described above, as an RSS feed file for announcement ( S43).

以上、本実施形態によれば、携帯電話通信網20に設置された集約サーバ40がインターネット30上の複数のWEBサーバ41を巡回し、コンテンツのRSSフィードの収集して更新処理し、携帯電話機10から取得可能な状態で集約サーバ40内に保存している。携帯電話機10から取得要求を受信すると、その取得要求で指定されたRSSフィードを携帯電話機10に送信する。このように携帯電話機10は集約サーバ40とのみ通信を行えば、複数のWEBサーバ41で更新されたRSSフィードのデータを取得することができる。よって、携帯電話機10が、インターネット30上の複数のWEBサーバ41にそれぞれアクセスし、更新されたRSSフィードのデータをそれぞれのWEBサーバ41から取得するものに比べて、携帯電話機通信網20の負荷を低減することができる。また、各携帯電話機10からWEBサーバ41に直接アクセスしてRSSフィードを取得する場合に比して、RSSフィード取得に用いられるWEBサーバ41へのアクセス数が少なくなる。従って、WEBサーバ41が処理能力を超えて動作停止する等のトラブルが発生しにくくなり、WEBコンテンツやRSSフィードを提供するという利用者へのサービスの品質を維持することができる。また、WEBサーバ41へのアクセス数が少なくなるので、WEBサーバ41をインターネット30へ接続する通信設備等の開発投資コストを低く抑えることができる。従って、WEBコンテンツとともにその要約情報であるRSSフィードを提供するという情報提供サービスへ多数のコンテンツ提供者(CP)が加わるのを促すことができる。   As described above, according to the present embodiment, the aggregation server 40 installed in the mobile phone communication network 20 circulates the plurality of WEB servers 41 on the Internet 30, collects and updates the RSS feed of the content, and performs the mobile phone 10. Is stored in the aggregation server 40 in a state where it can be acquired from the server. When the acquisition request is received from the mobile phone 10, the RSS feed designated by the acquisition request is transmitted to the mobile phone 10. As described above, if the mobile phone 10 communicates only with the aggregation server 40, RSS feed data updated by the plurality of WEB servers 41 can be acquired. Therefore, the mobile phone 10 accesses the plurality of WEB servers 41 on the Internet 30 and loads the updated RSS feed data from each WEB server 41. Can be reduced. Further, the number of accesses to the WEB server 41 used for RSS feed acquisition is reduced as compared to the case where each mobile phone 10 directly accesses the WEB server 41 to acquire the RSS feed. Therefore, troubles such as the operation stop of the WEB server 41 exceeding the processing capability are less likely to occur, and the quality of service to the user that provides WEB contents and RSS feeds can be maintained. In addition, since the number of accesses to the WEB server 41 is reduced, the development investment cost of communication facilities for connecting the WEB server 41 to the Internet 30 can be kept low. Therefore, it is possible to encourage a large number of content providers (CPs) to join the information providing service for providing the RSS feed as the summary information together with the WEB content.

図16は、他の実施形態に係る集約サーバ40’の主要な機能を抽出して示した機能ブロック図である。この集約サーバ40’は、前述の記憶手段400、更新手段401及び送信手段402に加え、編集手段403を更に備えている。   FIG. 16 is a functional block diagram showing extracted main functions of the aggregation server 40 ′ according to another embodiment. The aggregation server 40 ′ further includes an editing unit 403 in addition to the storage unit 400, the updating unit 401, and the transmission unit 402 described above.

上記編集手段403は上記CPU301等で構成され、記憶手段400のキャッシュ領域400bに一時保存されているRSSフィードから、例えば所定の期間内に更新されたRSSフィードを検索する検索手段としての機能を有している。また、編集手段403は、所定の期間内に更新された複数のRSSフィードを集約して、一つの集約要約情報としての集約RSSフィードに編集する機能を有している。   The editing unit 403 includes the CPU 301 and the like, and has a function as a search unit that searches for an RSS feed updated within a predetermined period from an RSS feed temporarily stored in the cache area 400b of the storage unit 400, for example. is doing. The editing unit 403 has a function of aggregating a plurality of RSS feeds updated within a predetermined period and editing the aggregated RSS feed as one aggregated summary information.

図17は、集約サーバにおける集約RSSフィードの作成処理の一例を示すフローチャートであり、図18は、複数のRSSフィードと集約RSSフィードとの関係を示す説明図である。編集手段403は、装置内部のDRM用内部時計に従い所定時間を経過したら(S1のYES)、WEBサーバ41から収集され記憶手段400のキャッシュ領域400bに一時保存されているRSSフィードについて、所定時間内に更新されたRSSフィードを検索する(S2)。具体的には、編集手段403は、内部記憶装置などに、前回、キャッシュ領域400bの検索を行った日時を記憶させておき、キャッシュ領域400bの検索を行うときに、上記内部記憶装置から前回キャッシュ領域400bの検索を行った日時のデータを読み出す。そして、キャッシュ領域400bに記憶されているRSSフィードの更新日情報(例えば、Last-Modified)が、前回キャッシュ領域400bの検索を行った日時以降か否かをチェックしていく。   FIG. 17 is a flowchart illustrating an example of a process of creating an aggregate RSS feed in the aggregation server, and FIG. 18 is an explanatory diagram illustrating a relationship between a plurality of RSS feeds and an aggregate RSS feed. When a predetermined time has elapsed according to the DRM internal clock inside the apparatus (YES in S1), the editing unit 403 determines whether the RSS feed collected from the WEB server 41 and temporarily stored in the cache area 400b of the storage unit 400 is within the predetermined time. The RSS feed updated to is searched (S2). Specifically, the editing unit 403 stores the date and time when the cache area 400b was previously searched in an internal storage device or the like, and when the cache area 400b is searched, the editing unit 403 stores the previous cache from the internal storage device. Data of the date and time when the area 400b is searched is read out. Then, it is checked whether or not the RSS feed update date information (for example, Last-Modified) stored in the cache area 400b is after the date and time when the cache area 400b was searched last time.

更新されたRSSフィード(チェックの結果、RSSフィードの更新日情報が、前回キャッシュ領域400bの検索を行った日時以降のもの)があった場合は(S3のYES)、所定時間内に更新されたRSSフィードをキャッシュ領域400bから読み出し、集約RSSフィードを作成する(S4)。具体的には、図18に示すように、読み出された更新されたRSSフィードから、アイテム要素を抜き出し、この抜き出したアイテム要素を集約RSSフィードのアイテム要素として記述していく。図18では、各RSSフィードから全てのアイテム要素を抜き出しているが、RSSフィードの各アイテム要素に記述された更新日情報(例えば、dc:date)をチェックして、更新されているアイテム要素のみを抜き出すようにしてもよい。   If there is an updated RSS feed (as a result of the check, the update date information of the RSS feed is after the date and time when the cache area 400b was searched last time) (YES in S3), it was updated within a predetermined time The RSS feed is read from the cache area 400b, and an aggregate RSS feed is created (S4). Specifically, as shown in FIG. 18, an item element is extracted from the read updated RSS feed, and the extracted item element is described as an item element of the aggregate RSS feed. In FIG. 18, all item elements are extracted from each RSS feed, but the update date information (for example, dc: date) described in each item element of the RSS feed is checked, and only the item elements that are updated are checked. You may make it extract.

このようにして作成された集約RSSフィードは、記憶手段400のストレージ領域400cに送られ、ストレージ領域400cに記憶されている集約RSSフィードを、新規に作成された集約RSSフィードで上書きする(S5)。   The aggregate RSS feed created in this way is sent to the storage area 400c of the storage means 400, and the aggregate RSS feed stored in the storage area 400c is overwritten with the newly created aggregate RSS feed (S5). .

そして、送信手段402が携帯電話機10から上記集約RSSフィードを要求する取得要求を受信したら、ストレージ領域400cに記憶されている集約RSSフィードを読み出して携帯電話機10へ送信する。   When the transmission unit 402 receives an acquisition request for requesting the aggregated RSS feed from the mobile phone 10, the aggregated RSS feed stored in the storage area 400 c is read and transmitted to the mobile phone 10.

なお、上記図16〜図18の例では、携帯電話機10から取得要求に応じて、RSSフィードを送信するプル型のサービスであるが、集約RSSフィードを作成したら自動的に各携帯電話機10へ送信するプッシュ型のサービスにしてもよい。   16 to 18 is a pull-type service that transmits an RSS feed in response to an acquisition request from the mobile phone 10, but automatically transmits it to each mobile phone 10 when an aggregate RSS feed is created. It may be a push type service.

以上、図16〜図18で示した実施形態においては、集約サーバ40が、複数のWEBサーバ41から収集したRSSフィードのうち、所定の期間内に更新されたRSSフィードを集約して一つの集約RSSフィードにし、携帯電話機10からの取得要求に応じて送信している。これにより、携帯電話機10は、集約サーバ40とのみ通信を行えば、複数のWEBサーバ41で所定期間内に更新された複数のRSSフィードのデータを一括して取得することができる。よって、携帯電話機10が、複数のWEBサーバ41にそれぞれ接続して、更新されたRSSフィードのデータをそれぞれのWEBサーバ41から取得するものに比べて、携帯電話機通信網20の負荷を低減することができる。また、各携帯電話機10からWEBサーバ41に直接アクセスしてRSSフィードを取得する場合に比して、RSSフィード取得に用いられるWEBサーバ41へのアクセス数が少なくなる。従って、WEBサーバ41が処理能力を超えて動作停止する等のトラブルが発生しにくくなり、WEBコンテンツやRSSフィードを提供するという利用者へのサービスの品質を維持することができる。また、WEBサーバ41へのアクセス数が少なくなるので、WEBサーバ41をインターネットへ接続する通信設備等の開発投資コストを低く抑えることができる。従って、WEBコンテンツとともにその要約情報であるRSSフィードを提供するという情報提供サービスへ多数のコンテンツ提供者(CP)が加わるのを促すことができる。   As described above, in the embodiment illustrated in FIGS. 16 to 18, the aggregation server 40 aggregates the RSS feeds updated within a predetermined period from among the RSS feeds collected from the plurality of WEB servers 41 to form one aggregation. An RSS feed is sent in response to an acquisition request from the mobile phone 10. Accordingly, if the mobile phone 10 communicates only with the aggregation server 40, the plurality of RSS feed data updated by the plurality of WEB servers 41 within a predetermined period of time can be collectively acquired. Therefore, the load of the mobile phone communication network 20 can be reduced as compared with the case where the mobile phone 10 is connected to each of the plurality of WEB servers 41 and acquires the updated RSS feed data from each WEB server 41. Can do. Further, the number of accesses to the WEB server 41 used for RSS feed acquisition is reduced as compared to the case where each mobile phone 10 directly accesses the WEB server 41 to acquire the RSS feed. Therefore, troubles such as the operation stop of the WEB server 41 exceeding the processing capability are less likely to occur, and the quality of service to the user that provides WEB contents and RSS feeds can be maintained. In addition, since the number of accesses to the WEB server 41 is reduced, the development investment cost of communication facilities for connecting the WEB server 41 to the Internet can be kept low. Therefore, it is possible to encourage a large number of content providers (CPs) to join the information providing service for providing the RSS feed as the summary information together with the WEB content.

なお、図16〜図18で示した実施形態においては、1種類の集約RSSフィードであるため、利用者によっては、不要なRSSフィードも集約されてしまうおそれがある。そこで、例えば、RSSフィードの内容の種類によって、一般ニュース用、スポーツ用、エンターテイメント用など種別分けして、複数種類の集約RSSフィードを作成して、利用者のニーズにマッチした集約RSSフィードを提供するようにしてもよい。以下、この変形例について、説明する。   In the embodiment shown in FIGS. 16 to 18, since there is one type of aggregated RSS feed, unnecessary RSS feeds may be aggregated depending on the user. Therefore, for example, depending on the type of RSS feed content, it is classified into categories for general news, sports, entertainment, etc., and multiple types of aggregate RSS feeds are created to provide aggregate RSS feeds that match the needs of users. You may make it do. Hereinafter, this modification will be described.

図19は、変形例に係る集約RSSフィード作成処理の一例を示すフローチャートである。まず、図17の場合と同様に装置内部のDRM用内部時計に従い所定時間を経過したか否かチェックする(S11)。集約RSSフィードの作成のタイミングは、集約フィードの種別毎に異ならせておいてもよい。例えば、一般ニュースのコンテンツのRSSフィードは、頻繁に更新されるので一般ニュース用集約RSSフィードの作成間隔を1時間に設定し、エンターテイメントのコンテンツのRSSフィードは、頻繁には更新されないので、エンターテイメント用集約RSSフィードの作成間隔を6時間に設定する等である。所定の種別の集約RSSフィードを作成するタイミングとなったら(S11のYES)、例えば表6に示すような種別毎に分類されたRSSフィードの接続先URIリストから、作成する集約RSSフィードの種別に該当する接続先URIリストをキャッシュ領域400bに記憶されているRSSフィードから特定する(S12)。この接続先URIリストは、例えば記憶手段400のストレージ領域400cに記憶しておく。   FIG. 19 is a flowchart illustrating an example of the aggregate RSS feed creation process according to the modification. First, as in the case of FIG. 17, it is checked whether or not a predetermined time has elapsed according to the DRM internal clock inside the apparatus (S11). The timing of creating the aggregate RSS feed may be different for each type of aggregate feed. For example, since the RSS feed of general news content is frequently updated, the creation interval of the general news aggregate RSS feed is set to 1 hour, and the RSS feed of entertainment content is not frequently updated. For example, the creation interval of the aggregate RSS feed is set to 6 hours. When it is time to create a predetermined type of aggregated RSS feed (YES in S11), for example, from the RSS feed connection destination URI list classified by type as shown in Table 6, the type of aggregated RSS feed to be created is changed. The corresponding connection destination URI list is specified from the RSS feed stored in the cache area 400b (S12). This connection destination URI list is stored in the storage area 400c of the storage unit 400, for example.

Figure 2008071169
Figure 2008071169

次に、編集手段403は、キャッシュ領域400bに記憶されているRSSフィードから、更新されたRSSフィードを検索する(S13)。具体的には、まず、特定した接続先URIリストに記載されている接続先URIのRSSフィードをキャッシュ領域400bから検索する。例えば、一般ニュースの集約RSSフィードを作成する場合、表6の上から3つのURI「www.AAA.rdf」、「www.BBB.rdf」、「www.CCC.rdf」に一致する接続先URIのRSSフィードをキャッシュ領域400bから検索する。そして、それぞれの接続先URIのRSSフィードが更新されているか否かをチェックする。更新されている場合は(S14のYES)、上述と同様に、更新されたRSSフィードを集約して、一つの集約RSSフィードに編集し(S15)、ストレージ領域400cに保存されている集約RSSフィードを、新規に作成した集約RSSフィードで上書きする(S16)。   Next, the editing unit 403 searches for an updated RSS feed from the RSS feed stored in the cache area 400b (S13). Specifically, first, the RSS feed of the connection destination URI described in the specified connection destination URI list is searched from the cache area 400b. For example, when creating an aggregate RSS feed for general news, the destination URIs that match the three URIs “www.AAA.rdf”, “www.BBB.rdf”, and “www.CCC.rdf” from the top of Table 6 The RSS feed is searched from the cache area 400b. Then, it is checked whether or not the RSS feed of each connection destination URI has been updated. If it has been updated (YES in S14), the updated RSS feed is aggregated and edited into one aggregated RSS feed (S15), and the aggregated RSS feed stored in the storage area 400c, as described above. Is overwritten with the newly created aggregate RSS feed (S16).

この変形例のように、種別毎に集約RSSフィードを作成することで、利用者のニーズに合致したRSSフィードのみを集約した集約RSSフィードを提供することができる。   By creating an aggregate RSS feed for each type as in this modification, it is possible to provide an aggregate RSS feed that aggregates only RSS feeds that meet the needs of the user.

また、上記図16〜図19に示した実施形態において、集約サーバ40は、携帯電話機10の利用者が設定した編集指示内容に応じてRSSフィードを集約して編集することにより上記集約RSSフィードを作成するように構成してもよい。この場合、携帯電話機10の利用者が設定したRSSフィードの編集指示内容を携帯電話機10から受信する受信手段としては、前述の第2通信装置308を用いて構成することができる。また、前述の編集手段403は、複数の携帯電話機10の利用者ごとに、その利用者によって設定された編集指示内容に応じてRSSフィードを集約して編集し、集約RSSフィードを作成する。この集約RSSフィードは、予め設定されたタイミングで携帯電話機10から受信した取得要求に応じて、その携帯電話機10に送信される。なお、上記RSSフィードの編集指示は、例えば特定のカテゴリーに分類されるRSSフィードのみを集約して1つの集約RSSフィードに編集するように指示することが挙げられる。この場合、上記編集指示内容は、例えば、携帯電話機10の画面に「ニュース」、「占い」、「ブログ」等のカテゴリーのリストを表示し、そのリストから特定のカテゴリーを選択することにより設定することができる。また、上記RSSフィードの編集指示は、特定の「キーワード」に関連したRSSフィードのみを集約して1つの集約RSSフィードに編集するように指示するものであってもよい。この場合、上記編集指示内容は、例えば、携帯電話機10の画面に表示された予め決められた複数の「キーワード」から選択したり、携帯電話機10の画面から任意の「キーワード」を入力したりすることにより設定することができる。また、上記編集指示内容は、所定のサーバから取得して表示したキーワードのランキングリストから選択して設定してもよい。集約サーバ40は、携帯電話機10から送られてきたキーワードを含むRSSフィードや当該キーワードに関連するRSSフィードを集約して1つの集約RSSフィードに編集し、その集約RSSフィードを携帯電話機10に送信する。以上のように携帯電話機10の利用者が設定した編集指示内容に応じてRSSフィードを集約して編集した集約RSSフィードを携帯電話機10に送信することにより、通信ネットワークの負荷の軽減や利用者の通信料負担の軽減を図りつつ、各携帯電話機10の利用者は、自分がほしいRSSフィードを簡単に取得することができる。   In the embodiment shown in FIGS. 16 to 19, the aggregation server 40 aggregates and edits the RSS feed according to the editing instruction content set by the user of the mobile phone 10, thereby editing the aggregated RSS feed. You may comprise so that it may produce. In this case, the receiving unit that receives the RSS feed editing instruction content set by the user of the mobile phone 10 from the mobile phone 10 can be configured using the second communication device 308 described above. Further, the editing unit 403 described above aggregates and edits the RSS feed for each user of the plurality of mobile phones 10 according to the editing instruction content set by the user, and creates an aggregated RSS feed. This aggregate RSS feed is transmitted to the mobile phone 10 in response to an acquisition request received from the mobile phone 10 at a preset timing. The RSS feed editing instruction may be, for example, instructing that only RSS feeds classified into a specific category are aggregated and edited into one aggregated RSS feed. In this case, the content of the editing instruction is set by, for example, displaying a list of categories such as “news”, “fortune telling”, “blog” on the screen of the mobile phone 10 and selecting a specific category from the list. be able to. The RSS feed editing instruction may be an instruction to aggregate only the RSS feeds related to a specific “keyword” and edit them into one aggregated RSS feed. In this case, for example, the editing instruction content is selected from a plurality of predetermined “keywords” displayed on the screen of the mobile phone 10 or an arbitrary “keyword” is input from the screen of the mobile phone 10. Can be set. The editing instruction content may be selected and set from a keyword ranking list acquired and displayed from a predetermined server. The aggregation server 40 aggregates the RSS feed including the keyword sent from the mobile phone 10 and the RSS feed related to the keyword, edits it into one aggregate RSS feed, and transmits the aggregate RSS feed to the mobile phone 10. . As described above, the aggregated RSS feed compiled by editing the RSS feed according to the editing instruction content set by the user of the mobile phone 10 is transmitted to the mobile phone 10, thereby reducing the load on the communication network and the user's While reducing the communication charge burden, the user of each mobile phone 10 can easily obtain the RSS feed he wants.

また、本発明は、携帯電話機と通信するサーバに限定することなく、他の様々な移動体通信端末と通信するサーバにも適用することができる。すなわち、本発明におけるサーバが通信する「移動体通信端末」としては、PDC(Personal Digital Cellular)方式、GSM(Global System for Mobile Communication)方式、TIA(Telecommunications Industry Association)方式等の携帯電話機、IMT(International Mobile Telecommunications)−2000で標準化された携帯電話機、TD−SCDMA(Time Division Synchronous Code Division Multiple Access)方式の一つであるTD−SCDMA(MC:Multi Carrier)方式の携帯電話機、PHS(Personal Handyphone System)、自動車電話機、固定電話機等の通話機能を有する電話機が挙げられる。また、この「移動体通信端末」としては、上記電話機のほか、通話機能を有するPDA(Personal Digital Assistance)等の通信端末も挙げられる。   Further, the present invention is not limited to a server that communicates with a mobile phone, but can also be applied to a server that communicates with various other mobile communication terminals. That is, as the “mobile communication terminal” with which the server in the present invention communicates, mobile phones such as PDC (Personal Digital Cellular) system, GSM (Global System for Mobile Communication) system, TIA (Telecommunications Industry Association) system, IMT ( A mobile phone standardized by International Mobile Telecommunications (2000) -2000, a mobile phone of TD-SCDMA (MC: Multi Carrier), which is one of TD-SCDMA (Time Division Synchronous Code Division Multiple Access), and PHS (Personal Handyphone System) ), Telephones having a calling function such as automobile telephones and fixed telephones. Examples of the “mobile communication terminal” include a communication terminal such as a PDA (Personal Digital Assistance) having a call function in addition to the above telephone.

本発明の実施形態に係る通信システムの概略構成図。1 is a schematic configuration diagram of a communication system according to an embodiment of the present invention. WEBサーバのハードウェア構成のブロック図。The block diagram of the hardware constitutions of a WEB server. WEBサーバの機能ブロック図。The functional block diagram of a WEB server. 携帯電話機の外観図。FIG. 携帯電話機のハードウェア構成のブロック図。The block diagram of the hardware constitutions of a mobile telephone. 携帯電話機の機能ブロック図。The functional block diagram of a mobile telephone. 集約サーバのハードウェア構成のブロック図。The block diagram of the hardware constitutions of an aggregation server. 集約サーバの機能ブロック図。The functional block diagram of an aggregation server. 計画停止を知らせるための停止アナウンス用RSSフィードの記述例を示す説明図。Explanatory drawing which shows the example of description of RSS feed for stop announcement for notifying planned stop. 障害停止を知らせるための停止アナウンス用RSSフィードの記述例を示す説明図。Explanatory drawing which shows the example of a description of the RSS feed for stop announcements for notifying failure stop. RSSフィードの配信サービス終了を知らせるための削除アナウンス用RSSフィードの記述例を示す説明図。Explanatory drawing which shows the example of a description of the RSS feed for deletion announcement for notifying the end of the RSS feed delivery service. 集約サーバによるRSSフィードの集約処理の一例を示すフローチャート。The flowchart which shows an example of the aggregation process of the RSS feed by an aggregation server. RSSフィードの更新処理の一例を示すフローチャート。The flowchart which shows an example of the update process of RSS feed. RSSフィードの取得、検証及び修正の処理の一例を示すフローチャート。The flowchart which shows an example of the process of acquisition of RSS feed, verification, and correction. アナウンス用RSSフィードの作成処理の一例を示すフローチャート。The flowchart which shows an example of the production | generation process of RSS feed for announcements. 他の実施形態に係る集約サーバの機能ブロック図。The functional block diagram of the aggregation server which concerns on other embodiment. 集約RSSフィードの作成処理の一例を示すフローチャート。The flowchart which shows an example of the production | generation process of an aggregate RSS feed. 複数のRSSフィードと集約RSSフィードとの関係を示す説明図。Explanatory drawing which shows the relationship between a some RSS feed and an aggregation RSS feed. 変形例に係る集約RSSフィードの作成処理を示すフローチャート。The flowchart which shows the production processing of the aggregate RSS feed which concerns on a modification.

符号の説明Explanation of symbols

10 携帯電話機
20 携帯電話通信網
30 インターネット
40 集約サーバ(中継サーバ)
41 WEBサーバ(コンテンツ提供サーバ)
110 通信手段(取得手段)
111 表示手段
112 記憶手段
113 表示制御手段
400 記憶手段
400a RSS管理DB領域
400b キャッシュ領域
400c ストレージ領域
401 更新手段
402 送信手段
403 編集手段
415 記憶手段
416 受信手段
417 送信手段
DESCRIPTION OF SYMBOLS 10 Mobile phone 20 Mobile phone communication network 30 Internet 40 Aggregation server (relay server)
41 WEB server (content provision server)
110 Communication means (acquisition means)
111 Display Unit 112 Storage Unit 113 Display Control Unit 400 Storage Unit 400a RSS Management DB Area 400b Cache Area 400c Storage Area 401 Update Unit 402 Transmission Unit 403 Editing Unit 415 Storage Unit 416 Reception Unit 417 Transmission Unit

Claims (11)

コンテンツ提供サーバから移動体通信ネットワークを介して移動体通信端末に提供されるコンテンツの要約情報を中継する中継サーバであって、
予め登録された複数のコンテンツ提供サーバから提供されるコンテンツの要約情報を記憶した記憶手段と、
所定のタイミングで前記複数のコンテンツ提供サーバに接続し前記記憶手段に記憶されている前記要約情報を更新する更新手段と、
前記移動体通信端末から要約情報の取得要求を受けたとき、その取得要求で指定された要約情報を前記記憶手段から取り出して該移動体通信端末に送信する送信手段と、
を備えたことを特徴とする中継サーバ。
A relay server that relays summary information of content provided from a content providing server to a mobile communication terminal via a mobile communication network,
Storage means for storing summary information of content provided from a plurality of content providing servers registered in advance;
Updating means for connecting to the plurality of content providing servers at a predetermined timing and updating the summary information stored in the storage means;
When receiving a summary information acquisition request from the mobile communication terminal, transmission means for extracting the summary information specified in the acquisition request from the storage means and transmitting it to the mobile communication terminal;
A relay server comprising:
請求項1に記載の中継サーバにおいて、
前記送信手段は、前記取得要求で指定された要約情報が更新されているか否かを確認し、更新されている場合にのみ更新後の新しい要約情報を前記移動体通信端末に送信することを特徴とする中継サーバ。
The relay server according to claim 1,
The transmission means confirms whether or not the summary information specified in the acquisition request has been updated, and transmits updated new summary information to the mobile communication terminal only when it has been updated. Relay server.
請求項1又は2に記載の中継サーバにおいて、
前記更新手段は、前記コンテンツ提供サーバに接続して前記要約情報が更新されているか否かを確認し、更新されている場合にのみ更新後の新しい要約情報を受信するとともに前記新しい要約情報が前記移動体通信端末への提供のための所定条件を満たすか否かをチェックし、前記所定条件を満たす場合にのみ前記新しい要約情報で前記記憶手段内の対応する要約情報を更新することを特徴とする中継サーバ。
In the relay server according to claim 1 or 2,
The update means connects to the content providing server to check whether the summary information has been updated, and receives the updated new summary information only when the summary information has been updated, and the new summary information is Checking whether a predetermined condition for provision to a mobile communication terminal is satisfied, and updating the corresponding summary information in the storage means with the new summary information only when the predetermined condition is satisfied Relay server to be used.
請求項1又は2に記載の中継サーバにおいて、
前記更新手段は、前記コンテンツ提供サーバが前記要約情報の提供を停止している場合には前記要約情報の提供が停止されている旨を示すメッセージを含む要約情報で前記記憶手段内の対応する要約情報を更新することを特徴とする中継サーバ。
In the relay server according to claim 1 or 2,
When the content providing server has stopped providing the summary information, the updating means has summary information including a message indicating that provision of the summary information has been stopped, and a corresponding summary in the storage means. A relay server characterized by updating information.
請求項1、2、3又は4に記載の中継サーバにおいて、
前記移動体通信端末から受信する前記取得要求は、複数のコンテンツ提供サーバそれぞれが提供する複数の要約情報を一括して要求するものであることを特徴とする中継サーバ。
In the relay server according to claim 1, 2, 3, or 4,
The relay server, wherein the acquisition request received from the mobile communication terminal requests a plurality of summary information provided by each of a plurality of content providing servers.
請求項1、2、3、4又は5に記載の中継サーバにおいて、
前記コンテンツ提供サーバから受信した複数の要約情報を集約して少なくとも1つの集約要約情報に編集する編集手段を、更に備えたことを特徴とする中継サーバ。
In the relay server according to claim 1, 2, 3, 4 or 5,
A relay server further comprising editing means for aggregating a plurality of summary information received from the content providing server and editing the summary information into at least one summary information.
請求項6に記載の中継サーバにおいて、
前記編集手段は、前記複数の要約情報をその種別毎に集約することを特徴とする中継サーバ。
The relay server according to claim 6,
The relay server, wherein the editing unit aggregates the plurality of summary information for each type.
請求項6に記載の中継サーバにおいて、
前記編集手段は、前記複数の要約情報を、その取得要求を予め登録している前記移動体通信端末毎に又は前記移動体通信端末の利用者毎に集約することを特徴とする中継サーバ。
The relay server according to claim 6,
The relay server, wherein the editing unit aggregates the plurality of summary information for each mobile communication terminal in which acquisition requests are registered in advance or for each user of the mobile communication terminal.
請求項6に記載の中継サーバにおいて、
前記移動体通信端末の利用者が設定した前記要約情報の編集指示内容を前記移動体通信端末から受信する受信手段を、更に備えたことを特徴とする中継サーバ。
The relay server according to claim 6,
A relay server, further comprising receiving means for receiving, from the mobile communication terminal, an instruction to edit the summary information set by a user of the mobile communication terminal.
移動体通信端末に情報を提供する情報提供システムであって、
請求項1、2、3、4、5、6、7、8又は9に記載の中継サーバと前記コンテンツ提供サーバとを備えたことを特徴とする情報提供システム。
An information providing system for providing information to a mobile communication terminal,
An information providing system comprising the relay server according to claim 1, 2, 3, 4, 5, 6, 7, 8, or 9, and the content providing server.
請求項10に記載の情報提供システムにおいて、
前記コンテンツ提供サーバは、前記要約情報を要求する取得要求を前記移動体通信端末から受け付けないことを特徴とする情報提供システム。
In the information provision system of Claim 10,
The content providing server does not accept an acquisition request for requesting the summary information from the mobile communication terminal.
JP2006249778A 2006-09-14 2006-09-14 Relay server and information providing system Expired - Fee Related JP4982139B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006249778A JP4982139B2 (en) 2006-09-14 2006-09-14 Relay server and information providing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006249778A JP4982139B2 (en) 2006-09-14 2006-09-14 Relay server and information providing system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2011238223A Division JP2012069139A (en) 2011-10-31 2011-10-31 Relay server and information service system

Publications (2)

Publication Number Publication Date
JP2008071169A true JP2008071169A (en) 2008-03-27
JP4982139B2 JP4982139B2 (en) 2012-07-25

Family

ID=39292688

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006249778A Expired - Fee Related JP4982139B2 (en) 2006-09-14 2006-09-14 Relay server and information providing system

Country Status (1)

Country Link
JP (1) JP4982139B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009252213A (en) * 2008-04-11 2009-10-29 Hitachi Systems & Services Ltd Information display method, information display device, program, and recording medium
JP2010081017A (en) * 2008-09-24 2010-04-08 Brother Ind Ltd Communication apparatus displaying title of content
JP2010211833A (en) * 2010-07-01 2010-09-24 Konica Minolta Business Technologies Inc Public information browsing support system, public information browsing support method and computer program
JP2010231426A (en) * 2009-03-26 2010-10-14 Brother Ind Ltd Communication equipment
JP2011090507A (en) * 2009-10-22 2011-05-06 Yahoo Japan Corp Connection interval adjustment method, system, and server
JP2012009024A (en) * 2010-06-24 2012-01-12 Nhn Corp Document collection system and method
US8239770B2 (en) 2008-11-27 2012-08-07 Brother Kogyo Kabushiki Kaisha Content display system
WO2014112674A1 (en) * 2013-01-18 2014-07-24 주식회사 노키온 Device for synchronizing data between applications and information, personal secretary service system on mobile communication terminal using same, and method for same
US9141696B2 (en) 2008-08-07 2015-09-22 Brother Kogyo Kabushiki Kaisha Communication device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005284334A (en) * 2004-03-26 2005-10-13 Oki Electric Ind Co Ltd Web page update notification method and apparatus
JP2006139470A (en) * 2004-11-11 2006-06-01 Nippon Telegraph & Telephone East Corp Information provision device, information provision method and program therefor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005284334A (en) * 2004-03-26 2005-10-13 Oki Electric Ind Co Ltd Web page update notification method and apparatus
JP2006139470A (en) * 2004-11-11 2006-06-01 Nippon Telegraph & Telephone East Corp Information provision device, information provision method and program therefor

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009252213A (en) * 2008-04-11 2009-10-29 Hitachi Systems & Services Ltd Information display method, information display device, program, and recording medium
US9141696B2 (en) 2008-08-07 2015-09-22 Brother Kogyo Kabushiki Kaisha Communication device
JP2010081017A (en) * 2008-09-24 2010-04-08 Brother Ind Ltd Communication apparatus displaying title of content
JP4670925B2 (en) * 2008-09-24 2011-04-13 ブラザー工業株式会社 Communication device for displaying content title
US8239770B2 (en) 2008-11-27 2012-08-07 Brother Kogyo Kabushiki Kaisha Content display system
JP2010231426A (en) * 2009-03-26 2010-10-14 Brother Ind Ltd Communication equipment
JP2011090507A (en) * 2009-10-22 2011-05-06 Yahoo Japan Corp Connection interval adjustment method, system, and server
JP2012009024A (en) * 2010-06-24 2012-01-12 Nhn Corp Document collection system and method
JP2010211833A (en) * 2010-07-01 2010-09-24 Konica Minolta Business Technologies Inc Public information browsing support system, public information browsing support method and computer program
WO2014112674A1 (en) * 2013-01-18 2014-07-24 주식회사 노키온 Device for synchronizing data between applications and information, personal secretary service system on mobile communication terminal using same, and method for same
KR101501335B1 (en) * 2013-01-18 2015-03-11 주식회사 노키온 Apparatus for interworking between applications and data and applications, private secretary service system for mobile communication unit using the same and method for private secretary service therefor

Also Published As

Publication number Publication date
JP4982139B2 (en) 2012-07-25

Similar Documents

Publication Publication Date Title
JP4982139B2 (en) Relay server and information providing system
US8200626B1 (en) Mobile device file management
US20060230395A1 (en) Embedded device update service
RU2420000C2 (en) System, device and method to dynamically configure parametres of access point for application
US8838087B1 (en) Provisioning system and methods for interfaceless phone
RU2467386C2 (en) Method and apparatus for updating address books
US9119052B2 (en) Content sharing for mobile devices
US8031694B2 (en) System and method for formatting data for a mobile communication device and transmitting the data to the mobile communication device
JP5443506B2 (en) Method of operating mobile electronic device and mobile electronic device
JP4916217B2 (en) Mobile communication terminal
AU2007200129A1 (en) Method for acquiring information and mobile information services, hand-held mobile communications device for implementing the method, and system
JP2007299275A (en) Relay server
EP2306683A1 (en) Method of and apparatus for managing contact data
JP4815266B2 (en) Mobile communication terminal
JP2007299276A (en) Information supply method, server and mobile communication terminal
JP5107068B2 (en) Communication terminal and server
JP2012069139A (en) Relay server and information service system
KR101385107B1 (en) Method and Apparatus for Managing Private Information through Association with Memo Application in Wireless Internet Browser of Mobile Station
JP4790483B2 (en) Mobile communication terminal
KR100766567B1 (en) Contents update relay system and method for providing contents update information to mobile equipment
EP2117217A1 (en) Voice mail service in communications system
JP4833725B2 (en) Mobile communication terminal and server
JP5005950B2 (en) Mobile communication terminal
KR100650803B1 (en) The system and operating method for enterprise wireless application service
JP5081997B2 (en) Mobile communication terminal

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090910

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110812

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110902

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111031

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

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

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

Free format text: PAYMENT UNTIL: 20150427

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4982139

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

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees