JP5193912B2 - Web screen display method, image distribution method, server, client, and server / client system - Google Patents

Web screen display method, image distribution method, server, client, and server / client system Download PDF

Info

Publication number
JP5193912B2
JP5193912B2 JP2009058873A JP2009058873A JP5193912B2 JP 5193912 B2 JP5193912 B2 JP 5193912B2 JP 2009058873 A JP2009058873 A JP 2009058873A JP 2009058873 A JP2009058873 A JP 2009058873A JP 5193912 B2 JP5193912 B2 JP 5193912B2
Authority
JP
Japan
Prior art keywords
image information
information
image
client
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2009058873A
Other languages
Japanese (ja)
Other versions
JP2010211653A (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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2009058873A priority Critical patent/JP5193912B2/en
Publication of JP2010211653A publication Critical patent/JP2010211653A/en
Application granted granted Critical
Publication of JP5193912B2 publication Critical patent/JP5193912B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、複数の画像情報をWebで表示する際のWeb画面表示方法およびこれを実施するサーバ・クライアントシステムに関する。   The present invention relates to a Web screen display method for displaying a plurality of pieces of image information on the Web, and a server / client system for implementing the method.

気象業務は「複数のデータを同時に確認しながら作業が必要となる」、「気象データによって配信タイミングが異なる」、「画像を含む大量のデータが存在する」ことが主な特徴として挙げられる。現在ではWebによる気象データ配信が一般的となってきているが、1画面上に複数の気象データを表示させると、通常の更新方法では更新の際に全てのデータを含む通信がサーバ・クライアント間で発生するため、処理の遅延を招くなど、ユーザ操作性の面で不都合な点が多いため、複数のWebブラウザを立ち上げて業務を行うケースが多かった。   The main features of the meteorological work are “requires work while simultaneously confirming multiple data”, “delivery timing varies depending on weather data”, and “a large amount of data including images exists”. Currently, web-based weather data distribution has become commonplace. However, when multiple weather data are displayed on one screen, communication that includes all the data is performed between the server and client when updating using the normal update method. In many cases, there are many inconveniences in terms of user operability, such as incurring processing delays, and there are many cases in which multiple web browsers are launched to perform business.

一方、Web画面全体を更新せず、Web画面一部を更新する技術として、DHTMLやAjax等の非同期通信処理を利用する方法が知られている。特許文献1には、Ajaxを用いたデータ更新方法が開示されており、特許文献2には、DHTMLを用いたWebシステムが開示されている。   On the other hand, as a technique for updating a part of the Web screen without updating the entire Web screen, a method using asynchronous communication processing such as DHTML or Ajax is known. Patent Document 1 discloses a data update method using Ajax, and Patent Document 2 discloses a Web system using DHTML.

特開2008−282311号公報JP 2008-28211 A 特開2007−11439号公報JP 2007-11439 A

しかし、上記従来技術では、XMLデータによりサーバ・クライアント間のデータ受け渡しを行っているため、XMLデータ生成処理やXMLデータ管理処理等のXMLデータを扱う処理が必要であった。   However, in the above prior art, since data is exchanged between the server and the client using XML data, processing for handling XML data such as XML data generation processing and XML data management processing is required.

また、XMLデータでやり取りを行う手法は、Web画面上の文字情報を更新する場合には優れているものの、画像情報を更新する場合には適していない。   Also, the method of exchanging with XML data is excellent when updating text information on a Web screen, but is not suitable when updating image information.

本発明は、このような事情に鑑みてなされたものであり、Web画面上に複数の画像情報を表示させる場合において、簡単な操作でかつ処理遅延なく、目的の画像情報のみを更新できるWeb画面表示方法およびこれを実施するサーバ・クライアントシステムを提供することを目的とする。   The present invention has been made in view of such circumstances, and when displaying a plurality of pieces of image information on a Web screen, a Web screen that can update only target image information with a simple operation and no processing delay. It is an object of the present invention to provide a display method and a server / client system that implements the display method.

上記目的を達成するために、本発明は、サーバ・クライアントシステムにおいて、複数の画像情報が表示されたWeb画面において、Web画面全体を更新することなく、目的の画像情報のみを更新する。具体的には、クライアントおよびサーバは、それぞれ以下の処理を実施する。   In order to achieve the above object, in the server / client system, the present invention updates only the target image information on the Web screen on which a plurality of image information is displayed without updating the entire Web screen. Specifically, the client and the server each perform the following processing.

前記クライアントは、第1の画像情報を前記ネットワークを介して前記サーバへ送信する処理と、前記サーバから前記第1の画像情報に関連する第2の画像情報のパス情報をテキストデータにて前記ネットワークを介して受信する処理と、前記パス情報を含む該第2の画像情報の要求を前記ネットワークを介して前記サーバへ送信する処理とを実施する。   The client transmits the first image information to the server via the network, and the path information of the second image information related to the first image information from the server as text data. And a process of transmitting a request for the second image information including the path information to the server via the network.

前記サーバは、前記クライアントから前記第1の画像情報を前記ネットワークを介して受信する処理と、外部記憶装置から前記第1の画像情報に関連する前記第2の画像情報のパス情報を取得する処理と、該パス情報をテキストデータにて前記クライアントへ前記ネットワークを介して送信する処理と、前記クライアントから前記パス情報を含む第2の画像情報の要求を受信する処理と、前記外部記憶装置から該受信したパス情報を元に前記第2の画像情報を取得する処理と、該第2の画像情報を元に前記Web画面上の該当画像情報を更新する処理とを実施する。   The server receives the first image information from the client via the network, and obtains path information of the second image information related to the first image information from an external storage device A process for transmitting the path information as text data to the client via the network, a process for receiving a request for second image information including the path information from the client, and a process for receiving the request from the external storage device. A process of acquiring the second image information based on the received path information and a process of updating the corresponding image information on the Web screen based on the second image information are performed.

本発明によれば、Web画面上に複数の画像情報を表示させる場合において、簡単な操作でかつ処理遅延なく、目的の画像情報のみを更新できるWeb画面表示方法およびこれを実施するサーバ・クライアントシステムを提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, when displaying several image information on a Web screen, the Web screen display method which can update only the target image information by simple operation and without a processing delay, and the server client system which implements this Can be provided.

本実施形態に係る気象データWeb表示システム全体構成を示す図である。It is a figure showing the whole weather data Web display system composition concerning this embodiment. 本実施形態に係るファイル受信サーバ1のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the file reception server 1 which concerns on this embodiment. 本実施形態に係るファイル識別テーブル113の構成例を示す図である。It is a figure which shows the structural example of the file identification table 113 which concerns on this embodiment. 本実施形態に係るWebサーバ3のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the Web server 3 which concerns on this embodiment. 本実施形態に係るクライアント4のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the client 4 which concerns on this embodiment. 本実施形態に係るファイル管理テーブル416の構成例を示す図である。It is a figure which shows the structural example of the file management table 416 which concerns on this embodiment. 本実施形態に係るWeb画面表示例を示す図である。It is a figure which shows the example of a web screen display concerning this embodiment. 同じく、本実施形態に係るWeb画面表示例を示す図である。Similarly, it is a figure which shows the example of a web screen display concerning this embodiment. 本実施形態に係る初期画面表示処理を説明するシーケンスである。It is a sequence explaining the initial screen display process concerning this embodiment. 本実施形態に係る気象データ更新処理の概要を説明するフローチャートである。It is a flowchart explaining the outline | summary of the weather data update process which concerns on this embodiment. 本実施形態に係る最新データ表示処理(図9、ステップ203)の詳細を説明するシーケンスである。It is a sequence explaining the detail of the newest data display process (FIG. 9, step 203) which concerns on this embodiment. 本実施形態に係る「前ボタン」または「後ボタン」に割当てられた画像表示処理(図9、ステップ205)の詳細を説明するシーケンスである。It is a sequence explaining the details of the image display process (FIG. 9, step 205) assigned to the “front button” or “back button” according to the present embodiment. 本実施形態に係る対象データファイルパス取得方法を説明するための図である。It is a figure for demonstrating the target data file path acquisition method which concerns on this embodiment. 本実施形態に係る「動画ボタン」に割当てられた複数枚の画像連続表示処理を示すシーケンスである。It is a sequence which shows the several image continuous display process allocated to the "moving image button" concerning this embodiment.

以下、本発明の実施例について、図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、気象データWeb表示システム全体構成を示す図である。   FIG. 1 is a diagram showing an overall configuration of a weather data Web display system.

図1に示すように、気象データWeb表示システムは、ファイル受信サーバ1、共有ディスク(外部記憶装置)2、Webサーバ3、複数のクライアント4、および気象庁広域ネットワーク6が、例えば、ローカルエリアネットワーク等のネットワーク5に接続されて構成されるシステムである。   As shown in FIG. 1, a weather data Web display system includes a file receiving server 1, a shared disk (external storage device) 2, a Web server 3, a plurality of clients 4, and a Japan Meteorological Agency wide area network 6, for example, a local area network or the like. The system is configured to be connected to the network 5.

図2は、ファイル受信サーバ1のハードウェア構成例を示す図である。   FIG. 2 is a diagram illustrating a hardware configuration example of the file receiving server 1.

図2に示すように、ファイル受信サーバ1は、CPU等の制御部100と、制御部100が実行するファイル受信機能111、ファイル識別機能112からなるプログラム、ファイル識別テーブル113を格納する記憶部101と、ネットワーク5と情報の送受信を行うネットワークインタフェース部102を有する。   As shown in FIG. 2, the file reception server 1 includes a control unit 100 such as a CPU, a file reception function 111 executed by the control unit 100, a program including a file identification function 112, and a storage unit 101 that stores a file identification table 113. And a network interface unit 102 for transmitting and receiving information to and from the network 5.

ファイル受信機能111は、気象庁広域ネットワーク6から、ネットワーク5、ネットワークインタフェース部102を介して気象データファイルを受信し、その受信した気象データファイルを記憶部101上のファイル受信ディレクトリに一時格納する機能を有する。気象データファイルは、データ識別子、時刻情報(発表時刻)およびファイル種別を示す情報をファイル名に含む画像データである。   The file reception function 111 receives a weather data file from the Japan Meteorological Agency wide area network 6 via the network 5 and the network interface unit 102, and temporarily stores the received weather data file in a file reception directory on the storage unit 101. Have. The weather data file is image data including a data identifier, time information (announcement time), and information indicating the file type in the file name.

ファイル識別機能112は、上記受信した気象データファイルのデータ識別子に基づきファイル識別テーブル113を検索し、気象データファイルの共有ディスク2上の格納ディレクトリを検索し、前記ファイル受信ディレクトリに格納された気象データファイルを、検索した格納ディレクトリへ格納する機能を有する。   The file identification function 112 searches the file identification table 113 based on the data identifier of the received weather data file, searches the storage directory on the shared disk 2 of the weather data file, and stores the weather data stored in the file reception directory. A function of storing the file in the searched storage directory;

図3は、ファイル識別テーブル113の構成例を示す図である。   FIG. 3 is a diagram illustrating a configuration example of the file identification table 113.

図3に示すように、ファイル識別テーブル113には、データ識別子131と、受信した気象データファイルの共有ディスク2への格納先を示す格納ディレクトリ132と、受信した気象データファイルの種別を示す情報133がそれぞれ対応付けられて記憶されている。   As shown in FIG. 3, the file identification table 113 includes a data identifier 131, a storage directory 132 indicating the storage destination of the received weather data file in the shared disk 2, and information 133 indicating the type of the received weather data file. Are stored in association with each other.

データ識別子131は、受信した気象データファイルに含まれる文字列で、データの種類が一意に特定できる文字列である。格納ディレクトリ132は、気象データファイルを格納する共有ディスク2上のディレクトリであり、同一種類の気象データファイルが同一のディレクトリに格納されるようにする。ファイル種別133は、各気象データファイルのファイル種別(形式)を示す文字列である。   The data identifier 131 is a character string included in the received weather data file, and is a character string that can uniquely identify the type of data. The storage directory 132 is a directory on the shared disk 2 that stores weather data files, and the same type of weather data files are stored in the same directory. The file type 133 is a character string indicating the file type (format) of each weather data file.

図4は、Webサーバ3のハードウェア構成例を示す図である。   FIG. 4 is a diagram illustrating a hardware configuration example of the Web server 3.

図4に示すように、Webサーバ3は、CPU等の制御部300と、制御部300が実行するWebサーバ機能311、Webコンテンツ作成機能312からなるプログラムを格納する記憶部301と、ネットワーク5と情報の送受信を行うネットワークインタフェース部302を有する。   As illustrated in FIG. 4, the Web server 3 includes a control unit 300 such as a CPU, a storage unit 301 that stores a program including a Web server function 311 and a Web content creation function 312 that are executed by the control unit 300, and a network 5. A network interface unit 302 that transmits and receives information is included.

Webサーバ機能311は、クライアント4からのWebリクエスト(Ajax)に対して、Webコンテンツ作成機能312にて特定の処理を実行させ、その処理結果をネットワークインタフェース部302を介してクライアント4へ送信する機能を有する。   The Web server function 311 is a function for causing the Web content creation function 312 to execute a specific process for a Web request (Ajax) from the client 4 and transmitting the processing result to the client 4 via the network interface unit 302. Have

Webコンテンツ作成機能312は、クライアント4からのWebリクエストに応じて、共有ディスク2上に格納された各種気象データ(コンテンツ)を取得し、クライアント4で表示するための処理結果をWebサーバ機能311へ渡す機能を有する。   The web content creation function 312 acquires various weather data (contents) stored on the shared disk 2 in response to a web request from the client 4, and sends a processing result for display on the client 4 to the web server function 311. Has a function to pass.

図5は、クライアント4のハードウェア構成例を示す図である。   FIG. 5 is a diagram illustrating a hardware configuration example of the client 4.

図5に示すように、クライアント4は、CPU等の制御部400と、制御部400が実行するWebページ表示機能411、ファイル情報管理機能412、ファイル更新監視機能413、非同期通信機能414からなるプログラム、監視間隔設定ファイル415およびファイル管理テーブル416を格納する記憶部401と、ネットワーク5と情報の送受信を行うネットワークインタフェース部402と、ディスプレイ等のWeb画面を表示する表示部403と、キーボード、マウス等のユーザがWeb画面を操作するための入力部404を有する。   As shown in FIG. 5, the client 4 is a program comprising a control unit 400 such as a CPU, a Web page display function 411, a file information management function 412, a file update monitoring function 413, and an asynchronous communication function 414 executed by the control unit 400. A storage unit 401 that stores a monitoring interval setting file 415 and a file management table 416, a network interface unit 402 that transmits and receives information to and from the network 5, a display unit 403 that displays a Web screen such as a display, a keyboard, a mouse, and the like The user has an input unit 404 for operating the Web screen.

Webページ表示機能411は、入力部404からの操作およびファイル更新監視機能413からの通知・要求に応じて、Webサーバ3へWebリクエストをネットワークインタフェース部402を介して送信し、Webサーバ3から得られた結果(htmlファイルや気象データ)を表示部403へWebページとして表示する機能を有する。   The web page display function 411 transmits a web request to the web server 3 via the network interface unit 402 in response to an operation from the input unit 404 and a notification / request from the file update monitoring function 413, and obtains from the web server 3. The obtained result (html file or weather data) is displayed on the display unit 403 as a Web page.

ファイル情報管理機能412は、Webサーバ3から取得した前記気象データに関する情報(ファイル名、ディレクトリ)をファイル管理テーブル416に格納する機能を有する。この格納情報は、取得済み気象データ関連情報として管理される。また、ファイル情報管理機能412は、入力部404からの操作(気象データの更新要求)に応じて該当気象データの画像ファイルパスを取得する機能を有する。   The file information management function 412 has a function of storing information (file name, directory) regarding the weather data acquired from the Web server 3 in the file management table 416. This stored information is managed as acquired weather data related information. Further, the file information management function 412 has a function of acquiring an image file path of the relevant weather data in response to an operation from the input unit 404 (weather data update request).

ファイル更新監視機能413は、Webブラウザで表示中の気象データの更新間隔を監視間隔設定ファイル415から読み取り、更新時間が経過したタイミングで、Webページ中における該当気象データのみの更新をWebページ表示機能411に要求する機能を有する。   The file update monitoring function 413 reads the update interval of weather data being displayed on the Web browser from the monitoring interval setting file 415, and updates only the relevant weather data in the Web page when the update time has elapsed. 411 has a function requested to 411.

非同期通信機能414は、Webサーバ3と非同期にて、ファイル情報管理機能412が管理する気象データ等の送受信を行う機能を有する。   The asynchronous communication function 414 has a function of transmitting / receiving weather data and the like managed by the file information management function 412 asynchronously with the Web server 3.

図6は、ファイル管理テーブル416の構成例を示す図である。   FIG. 6 is a diagram illustrating a configuration example of the file management table 416.

図6に示すように、ファイル管理テーブル416には、ファイル名601と、格納ディレクトリ602が対応付けられて記憶されている。   As shown in FIG. 6, the file management table 416 stores a file name 601 and a storage directory 602 in association with each other.

ファイル名601は、Webページ表示機能411がWebサーバ3より取得済みの気象データファイルのファイル名を示す。格納ディレクトリ602は、前記取得済み気象データファイルが存在する共有ディスク2上のディレクトリを示す。   A file name 601 indicates the file name of a weather data file that has been acquired from the Web server 3 by the Web page display function 411. A storage directory 602 indicates a directory on the shared disk 2 where the acquired weather data file exists.

図7(a)と図7(b)は、複数の気象データが表示されたWeb画面表示例を示す図である。   FIGS. 7A and 7B are diagrams showing examples of Web screen displays on which a plurality of weather data are displayed.

図7(a)に示す更新前画面には、Webブラウザ430上に、4つの気象データ(実況天気図431、予想天気図432、衛星画像433、台風情報434)が表示されており、台風情報434は動画ループ処理中であることを示している。   In the pre-update screen shown in FIG. 7A, four weather data (actual weather map 431, predicted weather map 432, satellite image 433, and typhoon information 434) are displayed on the web browser 430. Typhoon information Reference numeral 434 indicates that the moving image loop processing is in progress.

各気象データの表示部は「前ボタン(<)435」、「後ボタン(>)436」、「最新ボタン437」、「動画ループボタン438」等のボタンを有し、入力部404を用いたユーザ操作により、目的の気象データに対する操作が可能である。なお、「前ボタン(<)435」により1時間前の画像データ、「後ボタン(>)436」により1時間後の画像データの表示が可能である。各気象データは、非同期通信機能414により、Webサーバ3との通信処理が個別になされ、それぞれ独立して気象データの更新が可能である。   Each weather data display unit has buttons such as “front button (<) 435”, “back button (>) 436”, “latest button 437”, “moving image loop button 438”, and the like. The user can operate the target weather data. It is possible to display image data one hour before by “front button (<) 435” and image data after one hour by “back button (>) 436”. Each weather data is individually communicated with the Web server 3 by the asynchronous communication function 414, and the weather data can be updated independently.

図7(b)に示す更新後画面の例では、衛星画像433の最新版を取得する際に、現在動画ループ表示中の台風情報434や実況天気図431、予想天気図432の表示に影響することなく衛星画像433のみ表示内容を更新することが可能となる。   In the example of the updated screen shown in FIG. 7B, when the latest version of the satellite image 433 is acquired, the display of the typhoon information 434, the live weather map 431, and the predicted weather map 432 currently displayed in the video loop is affected. Only the satellite image 433 can be displayed without updating.

図8は、気象データ表示用の初期画面の生成および表示処理を説明するシーケンスである。   FIG. 8 is a sequence for explaining generation and display processing of an initial screen for displaying weather data.

まず、クライアント4は、Webページ表示機能411により、初期画面要求をネットワーク5を介してWebサーバ3へ送信する(ステップ101)。   First, the client 4 transmits an initial screen request to the Web server 3 via the network 5 by the Web page display function 411 (Step 101).

初期画面要求を受け取ったWebサーバ3は、Webサーバ機能311およびWebコンテンツ作成機能312により、その要求に基づき共有ディスク2上の初期表示用画像が存在するディレクトリを検索し(ステップ102)、最新画像を取得する (ステップ103) 。次に、Webサーバ機能311およびWebコンテンツ作成機能312により、取得した初期表示用最新画像を用いて初期画面を生成し (ステップ104)、その生成した初期画面をHTMLデータとしてネットワーク5を介してクライアント4へ送信する (ステップ105) 。   Upon receiving the initial screen request, the Web server 3 searches the directory where the initial display image exists on the shared disk 2 based on the request by using the Web server function 311 and the Web content creation function 312 (Step 102). Is acquired (step 103). Next, an initial screen is generated using the acquired initial display latest image by the Web server function 311 and the Web content creation function 312 (step 104), and the generated initial screen is converted to HTML data as a client via the network 5. 4 is transmitted (step 105).

クライアント4は、受信した初期画面(HTMLデータ)を表示部403のWebブラウザ上に表示する (ステップ106) 。   The client 4 displays the received initial screen (HTML data) on the Web browser of the display unit 403 (step 106).

図9は、気象データの更新処理の概要を説明するフローチャートである。   FIG. 9 is a flowchart for explaining the outline of the weather data update process.

クライアント4は、Webページ表示機能411により、更新時間経過によるファイル更新監視機能413からの気象データ更新要求(ステップ201)、もしくはユーザにより入力部404を用いた「最新ボタン437」(図7(a))の押下操作によってファイル名、ボタン識別情報(「最新ボタン」)を含む更新要求(ステップ202)を取得した場合、最新データ表示処理(ステップ203)を実施する。   The client 4 uses the Web page display function 411 to request a weather data update from the file update monitoring function 413 as the update time elapses (step 201), or the “latest button 437” using the input unit 404 by the user (FIG. 7A When the update request (step 202) including the file name and button identification information (“latest button”) is acquired by the pressing operation of)), the latest data display process (step 203) is performed.

また、Webページ表示機能411により、ユーザにより入力部404を用いた「前ボタン435」または「後ボタン436」の押下操作によってファイル名、ボタン識別情報(「前ボタン」または「後ボタン」)を含む更新要求を取得した場合(ステップ204)、各ボタンに割当てられた画像表示処理(ステップ205)を実施する。   In addition, the Web page display function 411 allows the user to select a file name and button identification information (“front button” or “back button”) by pressing the “front button 435” or “back button 436” using the input unit 404. When the update request including the request is acquired (step 204), the image display process (step 205) assigned to each button is performed.

また、Webページ表示機能411により、ユーザにより入力部404を用いた「動画ボタン438」の押下操作によってファイル名、ボタン識別情報(「動画ボタン」)を含む更新要求を取得した場合(ステップ206)、ボタンに割当てられた複数枚の画像連続表示処理を実施する(ステップ207)。   Further, when the Web page display function 411 acquires an update request including a file name and button identification information (“moving image button”) by pressing the “moving image button 438” using the input unit 404 by the user (step 206). Then, a continuous display process of a plurality of images assigned to the button is performed (step 207).

なお、図9に示す各処理の順序は一例であり、ユーザ操作によって何れかのボタンが押下されると、その押下ボタンに割当てられた処理がなされる。   Note that the order of the processes shown in FIG. 9 is an example, and when any button is pressed by a user operation, the process assigned to the pressed button is performed.

図10は、最新データ表示処理(図9、ステップ203)の詳細を説明するシーケンスである。   FIG. 10 is a sequence for explaining the details of the latest data display process (FIG. 9, step 203).

まず、クライアント4は、Webページ表示機能411により、コンテンツ名、ボタン識別情報(「最新ボタン」)を含む更新要求と、ファイル管理テーブル416の情報とに基づき、ファイル管理テーブル416から取得済み画像ファイルのうち1番新しいファイル(以下、最新取得済み画像ファイルと呼ぶ)のファイル名、格納ディレクトリ情報を取得し、該取得情報を含む最新画像要求をネットワーク5を介してWebサーバ3へ送信する(ステップ301) 。   First, the client 4 uses the Web page display function 411 to acquire an image file acquired from the file management table 416 based on the update request including the content name and button identification information (“latest button”) and the information in the file management table 416. Among them, the file name and storage directory information of the newest file (hereinafter referred to as the latest acquired image file) are acquired and the latest image request including the acquired information is transmitted to the Web server 3 via the network 5 (step 301).

Webサーバ3は、Webサーバ機能311およびWebコンテンツ作成機能312により、受信した最新取得済み画像ファイルのファイル名、ディレクトリ情報に基づき共有ディスク2上の該当ディレクトリを検索し、該当ディレクトリ上の最新画像のファイルパスを取得する(ステップ302) 。図12は、画像のファイルパス取得方法を説明するための図である。気象データは、図12のデータファイル例に示すように、発表時刻がファイル名に含まれる形で配信される。この時刻部分を見ることで発表時刻を判断することが可能である。Webコンテンツ作成機能312により、前記発表時刻判断方法を利用して、ステップ302で取得した最新画像のファイルパスとステップ301で受信した最新取得済み画像ファイルの発表時刻を比較し、ファイル更新の有無を判定する (ステップ303) 。更新ファイルが存在した場合には、Webサーバ機能311により、前記最新画像ファイルパスをテキストデータとしてクライアント4へネットワーク5を介して送信する(ステップ304)。なお、ステップ303でファイル更新が無い場合には、何も送信されない。   The Web server 3 searches the corresponding directory on the shared disk 2 based on the file name and directory information of the received latest acquired image file by the Web server function 311 and the Web content creation function 312, and stores the latest image on the corresponding directory. A file path is acquired (step 302). FIG. 12 is a diagram for explaining a file path acquisition method for an image. As shown in the data file example of FIG. 12, the weather data is distributed in a form in which the announcement time is included in the file name. It is possible to determine the announcement time by looking at this time portion. The web content creation function 312 compares the file path of the latest image acquired in step 302 with the announcement time of the latest acquired image file received in step 301 using the announcement time determination method, and determines whether or not the file has been updated. Judgment is made (step 303). If an update file exists, the Web server function 311 transmits the latest image file path as text data to the client 4 via the network 5 (step 304). If there is no file update in step 303, nothing is transmitted.

クライアント4で前記最新画像ファイルパスを受信した場合は、Webページ表示機能411により、その最新画像ファイルをhttpのGETメソッドでWebサーバ3へネットワーク5を介して要求し(ステップ305)、Webサーバ3から対象画像ファイルを取得する(ステップ306) 。   When the client 4 receives the latest image file path, the Web page display function 411 requests the latest image file to the Web server 3 via the network 5 using the GET method of http (Step 305). The target image file is acquired from (Step 306).

クライアント4は、Webページ表示機能411により、Web画面上の該当箇所を、受信した画像に更新して表示する(ステップ307) 。   The client 4 uses the Web page display function 411 to update and display the corresponding part on the Web screen with the received image (Step 307).

なお、以上の処理のうち、Webサーバ3とクライアント4の間におけるデータ送受信は全て非同期通信にて実施する。   Of the above processing, all data transmission / reception between the Web server 3 and the client 4 is performed by asynchronous communication.

図11は、「前ボタン」または「後ボタン」に割当てられた画像表示処理(図9、ステップ205)の詳細を説明するシーケンスである。   FIG. 11 is a sequence for explaining the details of the image display processing (FIG. 9, step 205) assigned to the “front button” or “back button”.

まず、クライアント4は、ファイル情報管理機能412により、現在表示中の画像ファイル名を取得し(ステップ401)、 ファイル名、ボタン識別情報((「前ボタン」または「後ボタン」)を含む更新要求に従い、ファイル名から前述の発表時刻判断方法を利用して表示すべき画像ファイルのパスを算出する (ステップ402) 。次に、Webページ表示機能411により、算出されたファイルパス上の対象画像をhttpのGETメソッドでWebサーバ3へネットワーク5を介して要求し(ステップ403)、Webサーバ3から対象画像ファイルを取得する(ステップ404)。   First, the client 4 acquires the name of the currently displayed image file by using the file information management function 412 (step 401), and an update request including the file name and button identification information (("front button" or "back button")). Then, the path of the image file to be displayed is calculated from the file name using the above-described announcement time determination method (step 402) Next, the target image on the calculated file path is calculated by the Web page display function 411. A request is made to the Web server 3 via the network 5 by the http GET method (Step 403), and the target image file is acquired from the Web server 3 (Step 404).

クライアント4は、Webページ表示機能411により、Web画面上の該当箇所を、取得した対象データに更新して表示する (ステップ405) 。   The client 4 uses the Web page display function 411 to update and display the corresponding portion on the Web screen with the acquired target data (step 405).

以上の処理のうち、Webサーバ3とクライアント4の間におけるデータ送受信は全て非同期通信にて実施する。   Of the above processing, all data transmission / reception between the Web server 3 and the client 4 is performed by asynchronous communication.

図13は、「動画ボタン」に割当てられた複数枚の画像連続表示処理を示すシーケンスである。   FIG. 13 is a sequence showing a process for continuously displaying a plurality of images assigned to the “moving image button”.

まず、クライアント4は、ファイル情報管理機能412により、現在表示中の画像ファイル名を取得し(ステップ501)、ファイル名、ボタン識別情報 (「動画ボタン」)を含む更新要求に従い、前記画像ファイル名から前述の発表時刻判断方法を利用して、予め設定された動画として表示すべき数分(例えば、6枚の画像を動画として連続表示させる場合は6個分)の画像ファイルのパスを算出し、それらの画像ファイルパスを要素とした画像ファイルパス配列を作成する(ステップ502) 。   First, the client 4 acquires the name of the currently displayed image file by the file information management function 412 (step 501), and follows the image file name according to the update request including the file name and button identification information (“moving image button”). From the above-mentioned method for determining the announcement time, calculate the path of image files for several minutes that should be displayed as a preset movie (for example, six images if six images are displayed continuously as a movie). Then, an image file path array having these image file paths as elements is created (step 502).

次に、ファイル情報管理機能412により、ステップ502で作成した画像パス配列より対象画像のファイルパスを取得する。画像ファイルパスの取得には、画像カウンタ(初期値0)を用意し、前記画像ファイルパス配列上の画像カウンタの位置にあるパスを取得する。パスの取得ごとにカウンタを1増やし、カウンタが限界値に達したらカウンタを0にする (ステップ503) 。次に、Webページ表示機能411により、取得したファイルパス上の対象画像をhttpのGETメソッドでWebサーバ3へネットワーク5を介して要求し(ステップ504)、Webサーバ3から対象画像ファイルを取得する(ステップ505)。   Next, the file information management function 412 acquires the file path of the target image from the image path array created in step 502. To obtain the image file path, an image counter (initial value 0) is prepared, and the path at the position of the image counter on the image file path array is obtained. Each time a path is acquired, the counter is incremented by 1. When the counter reaches a limit value, the counter is set to 0 (step 503). Next, the Web page display function 411 requests the target image on the acquired file path to the Web server 3 via the network 5 using the http GET method (step 504), and acquires the target image file from the Web server 3. (Step 505).

クライアントは、Webページ表示機能411により、Web画面上の該当箇所を、取得した対象画像データに更新して表示し(ステップ506) 、対象画像ファイルパス取得処理(ステップ503)へ戻る。   Using the Web page display function 411, the client updates and displays the corresponding part on the Web screen with the acquired target image data (Step 506), and returns to the target image file path acquisition process (Step 503).

以上の処理のうち、Webサーバ3とクライアント4の間におけるデータ送受信は全て非同期通信にて実施する。   Of the above processing, all data transmission / reception between the Web server 3 and the client 4 is performed by asynchronous communication.

なお、上記実施形態では、Web表示画面に表示される複数の画像データは、気象データの場合を示したが、その他の画像データであっても良い。   In the above embodiment, the plurality of image data displayed on the Web display screen is weather data, but other image data may be used.

以上説明したように、上記実施例によれば、Web画面上に複数の画像情報を表示させる場合において、簡単な操作でかつ処理遅延なく、目的の画像情報のみを更新できるWeb画面表示方法およびこれを実施するサーバ・クライアントシステムを提供することができる。これにより、大量に配信される複数の気象データを1つのWeb画面上で閲覧することが可能となり、気象業務の能率向上が図れる。また、上記実施例によれば、サーバ・クライアント間のデータ受け渡しにXMLデータを使用しないため、XMLデータを生成、管理する処理が不要となり、処理量の軽減が図れる。   As described above, according to the above embodiment, when displaying a plurality of image information on a Web screen, a Web screen display method capable of updating only desired image information with simple operation and no processing delay, and this Can be provided. As a result, a plurality of weather data distributed in large quantities can be browsed on one Web screen, and the efficiency of weather work can be improved. Further, according to the above-described embodiment, since XML data is not used for data transfer between the server and the client, processing for generating and managing XML data becomes unnecessary, and the processing amount can be reduced.

以上本発明の実施例を説明したが、本発明は、上述した実施例に限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能である。   Although the embodiments of the present invention have been described above, the present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the scope of the invention.

1・・・ファイル受信サーバ、2・・・共有ディスク、3・・・Webサーバ、4・・・クライアント、5・・・ローカルネットワーク、6・・・気象庁広域ネットワーク。 DESCRIPTION OF SYMBOLS 1 ... File reception server, 2 ... Shared disk, 3 ... Web server, 4 ... Client, 5 ... Local network, 6 ... Japan Meteorological Agency wide area network.

Claims (11)

サーバおよびクライアントがネットワークを介して接続されたサーバ・クライアントシステムにて実施するWeb画面表示方法であって、
前記クライアントにより、
第1の画像情報のパス情報を前記ネットワークを介して前記サーバへ送信する処理と、前記サーバから前記第1の画像情報のパス情報に関連する第2の画像情報のパス情報をテキストデータにて前記ネットワークを介して受信する処理と、前記第2の画像情報のパス情報を含む該第2の画像情報の要求を前記ネットワークを介して前記サーバへ送信する処理とを実施し、
前記サーバにより、
前記クライアントから前記第1の画像情報のパス情報を前記ネットワークを介して受信する処理と、外部記憶装置から前記第1の画像情報のパス情報に関連する前記第2の画像情報のパス情報を取得する処理と、該パス情報をテキストデータにて前記クライアントへ前記ネットワークを介して送信する処理と、前記クライアントから前記第2の画像情報のパス情報を含む第2の画像情報の要求を受信する処理と、前記外部記憶装置から該受信した第2の画像情報のパス情報を元に前記第2の画像情報を取得する処理と、該第2の画像情報を元に前記Web画面上の該当画像情報を更新する処理とを実施する、
ことを特徴とするWeb画面表示方法。
A web screen display method implemented in a server / client system in which a server and a client are connected via a network,
By the client
Processing for transmitting the path information of the first image information to the server via the network, and the path information of the second image information related to the path information of the first image information from the server as text data a process of receiving through the network, and a process of transmitting a request for said second image information including the path information of the second image information to the server via the network implemented,
By the server
Processing for receiving path information of the first image information from the client via the network, and acquiring path information of the second image information related to the path information of the first image information from an external storage device A process of transmitting the path information as text data to the client via the network, and a process of receiving a request for second image information including the path information of the second image information from the client Processing for obtaining the second image information based on the path information of the second image information received from the external storage device, and corresponding image information on the Web screen based on the second image information. The process of updating
Web screen display method characterized by this.
画像を有するWeb画面を表示させるクライアントにネットワークを介して接続されるサーバが画像を配信する方法において、
前記サーバは、前記クライアントから画像要求無くWeb画面上の第1の画像情報のパス情報を受信し、記憶装置から前記第1の画像情報のパス情報に関連する前記第2の画像情報のパス情報をテキストデータにて取得し、該第2の画像情報のパス情報を前記クライアントへ送信し、前記クライアントから前記第2の画像情報のパス情報を第2の画像情報を要求する画像要求とともに受信し、前記記憶装置から該受信した第2の画像情報のパス情報を元に前記第2の画像情報を取得して前記クライアントに送信する、ことを特徴とする画像配信方法。
In a method in which a server connected via a network to a client that displays a Web screen having an image delivers an image,
The server receives the path information of the first image information on the Web screen without an image request from the client, and the path information of the second image information related to the path information of the first image information from the storage device It was obtained in text data, and transmits the path information of the second image information to the client, receiving the path information of the second image information together with the image request for requesting second image information from the client An image distribution method comprising: acquiring the second image information based on path information of the received second image information from the storage device and transmitting the acquired second image information to the client.
請求項2において、
前記サーバは、
前記受信した第1の画像情報のパス情報に基いて前記第2の画像情報のパス情報を検索し、前記第1の画像情報のパス情報と、前記第2の画像情報のパス情報とを比較して当該第2の画像情報の送信要否を判断し、
当該判断の結果、送信要と判断した場合には、前記第2の画像情報のパス情報を前記クライアントに送信し、送信否と判断した場合には、前記第2の画像情報のパス情報を前記クライアントに送信しないことを特徴とする画像配信方法。
In claim 2,
The server
Find the path information of the second image information based on the first image information of the path information to the received, and path information of the first image information and the path information of the second image information Compare to determine whether the second image information needs to be transmitted,
As a result of the determination, if it is determined that transmission is necessary, the path information of the second image information is transmitted to the client, and if it is determined that transmission is not possible, the path information of the second image information is An image distribution method characterized by not transmitting to a client.
請求項3において、
前記送信有無の判断は、前記第1の画像情報のパス情報に含まれる時刻を示す文字列と、前記第2の画像情報のパス情報に含まれる時刻を示す文字列とを比較することにより行い、前記第2の画像情報のパス情報にかかる時刻が前記第1の画像情報のパス情報にかかる時刻よりも新しい場合に送信要と判断することを特徴とする画像配信方法。
In claim 3,
It said transmission whether the determination is performed by comparing a character string indicating a time in the path information of the first image information, and a string that indicates the time included in the path information of the second image information the image distribution method, wherein a time according to the path information of the second image data is determined to be transmitted is needed newer than the time according to the path information of the first image information.
サーバにネットワークを介して接続されたクライアントが、表示装置に複数の画像を有するWeb画面を表示させるWeb画面表示方法において、
前記クライアントは、
前記表示装置のWeb画面上に表示されている複数の画像のうちの一つである第1の画像情報のパス情報を前記サーバへ送信し、前記サーバから前記第1の画像情報のパス情報に関連する第2の画像情報のパス情報をテキストデータにて受信し、前記受信した第2の画像情報のパス情報を含む該第2の画像情報の要求を前記サーバへ送信し、前記サーバから当該要求にかかる第2の画像情報を受信し、前記表示されている前記Web画面上の前記第1の画像情報を前記受信した第2の画像情報に更新する、
ことを特徴とするWeb画面表示方法。
In a Web screen display method in which a client connected to a server via a network displays a Web screen having a plurality of images on a display device,
The client
The path information of one the first image information is of a plurality of images displayed on the Web screen of the display device transmits to the server, the path information of the first image information from the server Receiving path information of related second image information as text data, sending a request for the second image information including the path information of the received second image information to the server, and Receiving second image information relating to the request, and updating the first image information on the displayed Web screen to the received second image information;
Web screen display method characterized by this.
請求項1または請求項5において、
前記第2の画像情報のパス情報を含む該第2の画像情報の要求を前記サーバへ送信することは、httpのGETメソッドにより行うことを特徴とするWeb画面表示方法。
In claim 1 or claim 5,
A method for displaying a Web screen, wherein the request for the second image information including the path information of the second image information is transmitted to the server by a GET method of http.
サーバおよびクライアントがネットワークを介して接続されたサーバ・クライアントシステムであって、
前記クライアントは、
第1の画像情報のパス情報を前記ネットワークを介して前記サーバへ送信し、前記サーバから前記第1の画像情報のパス情報に関連する第2の画像情報のパス情報をテキストデータにて前記ネットワークを介して受信し、前記第2の画像情報のパス情報を含む該第2の画像情報の要求を前記ネットワークを介して前記サーバへ送信する制御部を有し、
前記サーバは、
前記クライアントから前記第1の画像情報のパス情報を前記ネットワークを介して受信し、外部記憶装置から前記第1の画像情報のパス情報に関連する前記第2の画像情報のパス情報を取得し、該パス情報をテキストデータにて前記クライアントへ前記ネットワークを介して送信し、前記クライアントから前記第2の画像情報のパス情報を含む第2の画像情報の要求を受信し、前記外部記憶装置から該受信した第2の画像情報のパス情報を元に前記第2の画像情報を取得し、該第2の画像情報を元に前記Web画面上の該当画像情報を更新する制御部を有する、
ことを特徴とするサーバ・クライアントシステム。
A server / client system in which a server and a client are connected via a network,
The client
The path information of the first image information is transmitted to the server via the network, and the path information of the second image information related to the path information of the first image information is transmitted from the server to the network as text data. And a control unit that transmits the request for the second image information including the path information of the second image information to the server via the network,
The server
Receiving path information of the first image information from the client via the network, obtaining path information of the second image information related to the path information of the first image information from an external storage device; The path information is transmitted as text data to the client via the network, receives a request for second image information including the path information of the second image information from the client, and receives the request from the external storage device. path information of the received second image information acquiring the second image information based on a control unit for updating the corresponding image information on the Web screen based on the image information of the second,
Server-client system characterized by the above.
画像を有するWeb画面を表示させるクライアントにネットワークを介して接続されるサーバにおいて、
前記クライアントから画像要求無くWeb画面上の第1の画像情報のパス情報を受信し、記憶装置から前記第1の画像情報のパス情報に関連する前記第2の画像情報のパス情報をテキストデータにて取得し、該第2の画像情報のパス情報を前記クライアントへ送信し、前記クライアントから前記第2の画像情報のパス情報を第2の画像情報を要求する画像要求とともに受信し、前記記憶装置から該受信した第2の画像情報のパス情報を元に前記第2の画像情報を取得して前記クライアントに送信する制御部を有する、ことを特徴とするサーバ。
In a server connected via a network to a client that displays a web screen with images ,
The path information of the first image information on the Web screen is received without an image request from the client, and the path information of the second image information related to the path information of the first image information is converted into text data from the storage device. Gets Te, the path information of the second image information transmitted to the client, receiving the path information of the second image information together with the image request for requesting second image information from the client, the storage device And a control unit that acquires the second image information based on the path information of the second image information received from the server and transmits the second image information to the client.
請求項8において、
前記制御部は、前記受信した第1の画像情報のパス情報に基いて前記第2の画像情報のパス情報を検索し、前記第1の画像情報のパス情報と、前記第2の画像情報のパス情報とを比較して当該第2の画像情報の送信要否を判断し、
当該判断の結果、送信要と判断した場合には、前記第2の画像情報のパス情報を前記クライアントに送信し、送信否と判断した場合には、前記第2の画像情報のパス情報を前記クライアントに送信しないことを特徴とするサーバ。
In claim 8,
Wherein, based on the first image information of the path information to the received search path information of the second image information, and path information of the first image information, the second image information To determine whether it is necessary to transmit the second image information,
As a result of the determination, if it is determined that transmission is necessary, the path information of the second image information is transmitted to the client, and if it is determined that transmission is not possible, the path information of the second image information is A server characterized by not sending to the client.
請求項9において、
前記送信有無の判断は、前記第1の画像情報のパス情報に含まれる時刻を示す文字列と、前記第2の画像情報のパス情報に含まれる時刻を示す文字列とを比較することにより行い、前記第2の画像情報のパス情報にかかる時刻が前記第1の画像情報のパス情報にかかる時刻よりも新しい場合に送信要と判断することを特徴とするサーバ。
In claim 9,
It said transmission whether the determination is performed by comparing a character string indicating a time in the path information of the first image information, and a string that indicates the time included in the path information of the second image information server, wherein the time according to the path information of the second image data is determined to be transmitted is needed newer than the time according to the path information of the first image information.
サーバにネットワークを介して接続され、表示装置に複数の画像を有するWeb画面を表示させるクライアントにおいて、
前記表示装置のWeb画面上に表示されている複数の画像のうちの一つである第1の画像情報のパス情報を前記サーバへ送信し、前記サーバから前記第1の画像情報のパス情報に関連する第2の画像情報のパス情報をテキストデータにて受信し、前記受信した第2の画像情報のパス情報を含む該第2の画像情報の要求を前記サーバへ送信し、前記サーバから当該要求にかかる第2の画像情報を受信し、前記表示されている前記Web画面上の前記第1の画像情報を前記受信した第2の画像情報に更新する制御部を有する、
ことを特徴とするクライアント。
In a client connected to a server via a network and displaying a Web screen having a plurality of images on a display device,
The path information of one the first image information is of a plurality of images displayed on the Web screen of the display device transmits to the server, the path information of the first image information from the server Receiving path information of related second image information as text data, sending a request for the second image information including the path information of the received second image information to the server, and A control unit that receives the second image information according to the request and updates the first image information on the displayed Web screen to the received second image information;
A client characterized by that.
JP2009058873A 2009-03-12 2009-03-12 Web screen display method, image distribution method, server, client, and server / client system Active JP5193912B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009058873A JP5193912B2 (en) 2009-03-12 2009-03-12 Web screen display method, image distribution method, server, client, and server / client system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009058873A JP5193912B2 (en) 2009-03-12 2009-03-12 Web screen display method, image distribution method, server, client, and server / client system

Publications (2)

Publication Number Publication Date
JP2010211653A JP2010211653A (en) 2010-09-24
JP5193912B2 true JP5193912B2 (en) 2013-05-08

Family

ID=42971711

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009058873A Active JP5193912B2 (en) 2009-03-12 2009-03-12 Web screen display method, image distribution method, server, client, and server / client system

Country Status (1)

Country Link
JP (1) JP5193912B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5499138B1 (en) * 2012-11-07 2014-05-21 グリー株式会社 CONTENT DISPLAY METHOD, SERVER DEVICE, PROGRAM, AND STORAGE MEDIUM
JP5602323B2 (en) * 2014-03-10 2014-10-08 グリー株式会社 CONTENT DISPLAY METHOD, SERVER DEVICE, PROGRAM, AND STORAGE MEDIUM

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6381618B1 (en) * 1999-06-17 2002-04-30 International Business Machines Corporation Method and apparatus for autosynchronizing distributed versions of documents
JP2002197101A (en) * 2000-12-25 2002-07-12 Sharp Corp Document management system
JP2003177985A (en) * 2001-12-11 2003-06-27 Pioneer Electronic Corp System, device, method and program of automatically correcting url connection destination
JP2003345815A (en) * 2002-05-28 2003-12-05 Jiishisu:Kk Server and system for url search, and server and system for image processing
JP4259858B2 (en) * 2002-12-03 2009-04-30 三菱電機株式会社 WWW site history search device, method and program

Also Published As

Publication number Publication date
JP2010211653A (en) 2010-09-24

Similar Documents

Publication Publication Date Title
JP5448542B2 (en) Information processing apparatus, control method, and program
JP6459258B2 (en) Information processing apparatus, information processing system, information processing method, and program
JP2013517555A (en) Method, apparatus, and system for collecting e-commerce website information
US20120113471A1 (en) Communication system, communication apparatus, and control method of relay apparatus
JP2011204158A (en) Terminal apparatus, processing system, processing method and program
JP4859870B2 (en) Chat system, management server and chat program
JP7000727B2 (en) Information processing system, information processing method, information processing program and search terminal
JP5193912B2 (en) Web screen display method, image distribution method, server, client, and server / client system
JP2011086066A (en) Distributing device, computer system, and method of distributing request
US9019281B2 (en) Mobile terminal, setting method, and storage medium
JP2006243985A (en) Message notification system and method, and server used therefor
US11656746B2 (en) Intercepted loading of web applications
JP2012174169A (en) Information processor
JP2013015880A (en) Server apparatus and information processing apparatus
US20130046827A1 (en) Document management server apparatus, system, newly-arrived document notification method, and storage medium
JP6442915B2 (en) Communication terminal, communication system, and program
JP6324238B2 (en) Movie playback device, movie playback method and program thereof, movie delivery device, movie delivery method and program thereof
JP2015090551A (en) Information processing system, proxy device, information processing method, and program
JP5950844B2 (en) Map image generator
JP2023056302A (en) Information processing apparatus, information processing method, and program
JP6633483B2 (en) Transfer control device and transfer control method
JP6136393B2 (en) Search support system, information sharing system, method and program
CN115484246A (en) Page loading method and device, storage medium and electronic equipment
US20170346959A1 (en) Fax system and fax machine
JP2002268969A (en) Partition distribution system of contents

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110519

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120815

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120821

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121003

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121030

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121210

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130204

R151 Written notification of patent or utility model registration

Ref document number: 5193912

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

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

Free format text: PAYMENT UNTIL: 20160208

Year of fee payment: 3