JP5646778B1 - Object acquisition program, object acquisition device, and object acquisition method - Google Patents

Object acquisition program, object acquisition device, and object acquisition method Download PDF

Info

Publication number
JP5646778B1
JP5646778B1 JP2014076140A JP2014076140A JP5646778B1 JP 5646778 B1 JP5646778 B1 JP 5646778B1 JP 2014076140 A JP2014076140 A JP 2014076140A JP 2014076140 A JP2014076140 A JP 2014076140A JP 5646778 B1 JP5646778 B1 JP 5646778B1
Authority
JP
Japan
Prior art keywords
item
evaluation
computer terminal
information
evaluation result
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
JP2014076140A
Other languages
Japanese (ja)
Other versions
JP2015197843A (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.)
GREE Inc
Original Assignee
GREE Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by GREE Inc filed Critical GREE Inc
Priority to JP2014076140A priority Critical patent/JP5646778B1/en
Application granted granted Critical
Publication of JP5646778B1 publication Critical patent/JP5646778B1/en
Priority to US14/674,833 priority patent/US11593453B2/en
Publication of JP2015197843A publication Critical patent/JP2015197843A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

【課題】クライアント端末に対して適切なオブジェクトを提供するためのオブジェクト取得プログラム、オブジェクト取得装置及びオブジェクト取得方法を提供する。【解決手段】文書ファイルに、環境情報取得手段212、評価手段213、オブジェクト取得手段214を実現するための記述を含める。そして、クライアント端末20の制御部21は、文書ファイルはロードし、利用環境情報の取得処理を実行する。ロードした文書ファイルに含まれるアイテムについて、制御部21は、利用可能なオブジェクトを特定し、環境情報に応じてスコアの算出し、ベストスコアを算出したベストオブジェクトを特定する。そして、制御部21は、ベストオブジェクトを読み込み、オブジェクトを実行する。【選択図】図1An object acquisition program, an object acquisition device, and an object acquisition method for providing an appropriate object to a client terminal are provided. A description for realizing an environment information acquisition unit 212, an evaluation unit 213, and an object acquisition unit 214 is included in a document file. Then, the control unit 21 of the client terminal 20 loads the document file and executes usage environment information acquisition processing. For the items included in the loaded document file, the control unit 21 specifies an available object, calculates a score according to the environment information, and specifies the best object for which the best score has been calculated. Then, the control unit 21 reads the best object and executes the object. [Selection] Figure 1

Description

本発明は、クライアント端末において利用するオブジェクトを取得するためのオブジェクト取得プログラム、オブジェクト取得装置及びオブジェクト取得方法に関する。   The present invention relates to an object acquisition program, an object acquisition device, and an object acquisition method for acquiring an object used in a client terminal.

今日、スマートフォン等のコンピュータ端末を利用するユーザに対して、各種コンテンツが提供されている。このようなコンテンツは、ウェブページにより提供される場合がある。このウェブページは、HTML(HyperText Markup Language)等のマークアップ言語で記述されている。   Today, various contents are provided to users who use computer terminals such as smartphones. Such content may be provided by a web page. This web page is described in a markup language such as HTML (HyperText Markup Language).

更に、ウェブページにおいて、オーディオや動画などの、多様なメディアコンテンツを提供できる規格も開示されている(非特許文献1を参照)。この規格においては、source要素(<audio>要素、<video>要素)により、多様なコーデックのコンテンツ・リソースを指定することができる。このsource要素においては、コンテンツ属性として、「src」、「type」、「media」を有する。ここで、「src」属性は、メディア・リソースのアドレス(URL)を提供するために用いる。「type」属性は、リソースの多目的インターネットメール拡張(MIME:Multipurpose Internet Mail Extension)タイプを示し、メディア・リソースを取得する前に再生できるかどうかを決定する際に用いる。「media」属性は、メディア・リソースの対象とするメディアタイプを示し、この属性もメディア・リソースを取得する前に再生できるかどうかを決定する際に用いる。   Furthermore, a standard that can provide various media contents such as audio and moving images on a web page is also disclosed (see Non-Patent Document 1). In this standard, content resources of various codecs can be specified by the source element (<audio> element, <video> element). This source element has “src”, “type”, and “media” as content attributes. Here, the “src” attribute is used to provide the address (URL) of the media resource. The “type” attribute indicates a Multipurpose Internet Mail Extension (MIME) type of the resource, and is used when determining whether or not the media resource can be played before being acquired. The “media” attribute indicates the media type targeted by the media resource, and this attribute is also used to determine whether or not the media resource can be played before being acquired.

The World Wide Web Consortium(W3C)、″HTML5 A vocabulary and associated APIs for HTML and XHTML W3C Candidate Recommendation 04 February 2014 ″、[online]、ホームページ、[平成26年3月20日検索]、インターネット<http://www.w3.org/TR/html5/embedded-content-0.html#the-source-element >The World Wide Web Consortium (W3C), "HTML5 A vocabulary and associated APIs for HTML and XHTML W3C Candidate Recommendation 04 February 2014", [online] home page, [March 20, 2014 search], Internet <http: / /www.w3.org/TR/html5/embedded-content-0.html#the-source-element>

非特許文献1に記載された技術においては、このsource要素により、複数のコーデックのメディア・リソースを指定することができる。ブラウザ上でコンテンツ(例えば、オーディオファイル)を再生する場合、ソースコードに記述された順番(「Head」⇒「bodyのaudioタグ」⇒「footer」の順番)に、再生可能なコンテンツを検索する。   In the technique described in Non-Patent Document 1, media resources of a plurality of codecs can be specified by the source element. When content (for example, an audio file) is reproduced on the browser, the reproducible content is searched in the order described in the source code (in the order of “Head” → “audio tag of body” → “footer”).

ここで、再生可能な複数のオーディオファイルが記述されている場合、ソースコードの最初(bodyの冒頭)に記述されたオーディオファイルを再生する。このため、最適なオーディオファイルがソースコードの最後(bodyの後方)に記述されている場合には、このファイルを再生できなかった。   Here, when a plurality of reproducible audio files are described, the audio file described at the beginning of the source code (at the beginning of the body) is reproduced. For this reason, when the optimal audio file is described at the end of the source code (behind the body), this file could not be reproduced.

本発明は、上述した問題に鑑みてなされたものであり、その目的は、クライアント端末において適切なオブジェクトを取得するためのオブジェクト取得プログラム、オブジェクト取得装置及びオブジェクト取得方法を提供することにある。   The present invention has been made in view of the above-described problems, and an object thereof is to provide an object acquisition program, an object acquisition device, and an object acquisition method for acquiring an appropriate object in a client terminal.

記課題を解決するオブジェクト取得プログラムは、コンピュータ端末に表示させるウェブページにおいて実行させる。この場合、前記コンピュータ端末の制御部をオブジェクトの種類に応じた評価結果を算出する評価手段と、ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定するオブジェクト情報手段と、前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定する特定手段として機能させることを特徴とする。これにより、利用可能な複数のオブジェクトの中で、評価に基づいて適切なオブジェクトを利用することができる。 Object acquisition program for solving the above SL problem, is executed in a web page to be displayed on the computer terminal. In this case, the control unit of the computer terminal calculates an evaluation result corresponding to the type of the object, an item used in the web page, address information for obtaining an object usable for the item, and the object Object information means for specifying the type, and for each item, an evaluation result by the evaluation means for the usable object is obtained, an object to be used is specified according to the evaluation result, and address information of the object is specified It is made to function as a specific means to do. Thus, among the multiple available objects may utilize the appropriate object on the basis of the evaluation.

記オブジェクト取得プログラムにおいて、前記評価手段は、前記ウェブページを表示させるコンピュータ端末のソフトウェア構成の構成情報を取得し、前記構成情報に基づいて評価結果を算出することが好ましい。これにより、クライアント端末のソフトウェア構成に適合したオブジェクトを選択することができる。
更に、上記オブジェクト取得プログラムにおいて、前記評価手段は、前記コンピュータ端末のソフトウェア構成において、コンテンツを再生するドライバ又はプラグインの有無に応じて、適合性の高いオブジェクトを特定することが好ましい。
In the above SL object acquisition program, the evaluation unit, the acquired configuration information of the software configuration of the computer terminal for displaying a web page, preferably a benzalkonium to calculate the evaluation results based on the configuration information. Thereby, an object suitable for the software configuration of the client terminal can be selected.
Furthermore, in the object acquisition program, it is preferable that the evaluation unit specifies a highly compatible object in the software configuration of the computer terminal according to the presence or absence of a driver or plug-in that reproduces content.

記オブジェクト取得プログラムにおいて、前記評価手段は、前記ウェブページを表示させるコンピュータ端末のハードウェア構成の構成情報を取得し、前記構成情報に基づいて評価結果を算出することが好ましい。これにより、クライアント端末のハードウェア構成に適合したオブジェクトを選択することができる。
更に、上記オブジェクト取得プログラムにおいて、前記評価手段は、前記コンピュータ端末のハードウェア構成において、CPU処理能力又はメモリ容量に応じて、適合性の高いオブジェクトを特定することが好ましい。
In the above SL object acquisition program, the evaluation unit, the acquired configuration information of the hardware configuration of the computer terminal for displaying a web page, preferably a benzalkonium to calculate the evaluation results based on the configuration information. Thereby, an object suitable for the hardware configuration of the client terminal can be selected.
Furthermore, in the object acquisition program, it is preferable that the evaluation unit specifies a highly compatible object according to CPU processing capacity or memory capacity in the hardware configuration of the computer terminal.

記オブジェクト取得プログラムにおいて、前記評価手段は、前記ウェブページを表示させるコンピュータ端末の通信環境についての環境情報を取得し、前記環境情報に基づいて評価結果を算出することが好ましい。これにより、クライアント端末の通信環境に適合したオブジェクトを選択することができる。
更に、上記オブジェクト取得プログラムにおいて、前記評価手段は、前記コンピュータ端末の通信環境において、通信速度や通信方法に応じて、適合性の高いオブジェクトを特定することが好ましい。
In the above SL object acquisition program, the evaluation unit, the acquired environmental information about the communication environment of the computer terminal for displaying a web page, preferably a benzalkonium to calculate the evaluation results based on the environment information. Thereby, an object suitable for the communication environment of the client terminal can be selected.
Furthermore, in the object acquisition program, it is preferable that the evaluation unit specifies a highly compatible object according to a communication speed or a communication method in the communication environment of the computer terminal.

記オブジェクト取得プログラムにおいて、前記評価手段は、前記ウェブページを表示させるコンピュータ端末の端末種別を特定し、前記端末種別に対応した整合性に基づいて評価結果を算出することが好ましい。これにより、クライアント端末の端末種別に適合したオブジェクトを選択することができる。
更に、上記オブジェクト取得プログラムにおいて、前記評価手段は、前記コンピュータ端末の端末種別において、端末メーカ情報や型番情報に応じて、整合性の高いオブジェクトを特定することが好ましい。
また、上記オブジェクト取得プログラムにおいて、前記評価手段は、マークアップ言語に作用するスクリプト言語で記述されていることが好ましい。
In the above SL object acquisition program, the evaluation unit, the identifying the terminal type of the computer terminal to display a web page, and Turkey to calculate the evaluation results based on consistency corresponding to the terminal type is preferred. Thereby, an object suitable for the terminal type of the client terminal can be selected.
Furthermore, in the object acquisition program, it is preferable that the evaluation unit specifies a highly consistent object in the terminal type of the computer terminal according to terminal manufacturer information or model number information.
In the object acquisition program, the evaluation unit is preferably written in a script language that operates on a markup language.

本発明によれば、クライアント端末において適切なオブジェクトを取得することができる。   According to the present invention, an appropriate object can be acquired at a client terminal.

本実施形態のシステム概略図。The system schematic of this embodiment. 本実施形態の処理手順の説明図。Explanatory drawing of the process sequence of this embodiment. 本実施形態のソースコード例の一部の説明図。An explanatory view of a part of a source code example of the present embodiment. 本実施形態のソースコード例の一部の説明図。An explanatory view of a part of a source code example of the present embodiment. 本実施形態のソースコード例の一部の説明図。An explanatory view of a part of a source code example of the present embodiment.

以下、図1〜図5に従って、オブジェクト取得プログラムの一実施形態を説明する。
本実施形態では、図1に示すように、クライアント端末20が、サーバ10から取得した文書ファイル(マークアップ言語ファイル)に基づいて、オブジェクト(オーディオファイルや動画ファイルのコンテンツ等)を取得して再生する場合を想定する。
Hereinafter, an embodiment of the object acquisition program will be described with reference to FIGS.
In the present embodiment, as shown in FIG. 1, the client terminal 20 acquires and reproduces an object (such as an audio file or a video file content) based on a document file (markup language file) acquired from the server 10. Assume that

サーバ10は、文書ファイル記憶部12及びオブジェクト記憶部13を備える。
文書ファイル記憶部12には、クライアント端末20に提供する文書ファイルを記憶させておく。この文書ファイルは、マークアップ言語により記述される。この文書ファイルには、後述するように、クライアント端末20において、各種手段を実現するための記述を含めておく。本実施形態では、後述する環境情報取得手段212、評価手段213、オブジェクト取得手段214を実現するための記述を含める。
The server 10 includes a document file storage unit 12 and an object storage unit 13.
The document file storage unit 12 stores a document file to be provided to the client terminal 20. This document file is described in a markup language. As will be described later, the document file includes descriptions for realizing various means in the client terminal 20. In the present embodiment, descriptions for realizing an environment information acquisition unit 212, an evaluation unit 213, and an object acquisition unit 214 described later are included.

更に、この文書ファイルには、出力時に使用するアイテムに関する情報(アイテム情報)を含めておく。アイテム情報(オブジェクト情報手段)は、オーディオや動画等の取得可能なオブジェクトを特定するために用いる。このアイテム情報では、アイテムID、取得先、タイプに関する情報が含まれる。   Further, the document file includes information (item information) related to items used at the time of output. Item information (object information means) is used to specify an acquirable object such as audio or a moving image. This item information includes information on the item ID, the acquisition destination, and the type.

ここで、アイテムIDは、文書ファイル上で用いるアイテムを特定するための識別子(例えば、「BGM」)である。
取得先は、このアイテムを利用する場合、提供可能なオブジェクトが格納されたアドレス情報(例えば、URL:Uniform Resource Locator)である。
タイプは、このオブジェクトの種類である。この種類には、例えば、mpeg(Moving Picture Experts Group)やwave(Windows(登録商標)で使うPCM(pulse code modulation)音源の標準データフォーマット)等の規格を用いることができる。
Here, the item ID is an identifier (for example, “BGM”) for specifying an item used on the document file.
When the item is used, the acquisition destination is address information (for example, URL: Uniform Resource Locator) in which an object that can be provided is stored.
The type is the type of this object. For this type, for example, standards such as mpeg (Moving Picture Experts Group) and wave (standard data format of PCM (pulse code modulation sound source used in Windows (registered trademark))) can be used.

また、オブジェクト記憶部13には、クライアント端末20において、文書ファイル(マークアップ言語ファイル)に基づいて提供するオブジェクトを記憶させておく。本実施形態では、このオブジェクトとして、例えば、オーディオファイルや動画ファイルのメディアコンテンツを用いる。   The object storage unit 13 stores an object to be provided based on a document file (markup language file) in the client terminal 20. In this embodiment, as this object, for example, media content such as an audio file or a moving image file is used.

クライアント端末20は、文書ファイルを閲覧するユーザが利用するコンピュータ(スマートフォン等の情報処理端末)であり、オブジェクト取得装置として機能する。このクライアント端末20は、CPU、メモリ(RAM及びROM)等からなる制御部21、端末記憶部22、入出力部23を備えている。   The client terminal 20 is a computer (an information processing terminal such as a smartphone) used by a user who browses a document file, and functions as an object acquisition device. The client terminal 20 includes a control unit 21 including a CPU, a memory (RAM and ROM), a terminal storage unit 22, and an input / output unit 23.

端末記憶部22には、クライアント端末20において用いられる各種設定やプログラムが記録される。本実施形態では、マークアップ言語で記載されたファイルを表示するブラウザ(プログラム)が格納される。
入出力部23は、タッチパネルディスプレイ等により構成され、データの出力や入力を行なう。
Various settings and programs used in the client terminal 20 are recorded in the terminal storage unit 22. In the present embodiment, a browser (program) that displays a file written in a markup language is stored.
The input / output unit 23 is configured by a touch panel display or the like, and outputs and inputs data.

制御部21は、端末記憶部22に格納されたブラウザプログラムを実行することにより、ブラウザ210を起動させる。このブラウザ210は、文書ファイル取得手段211、出力処理手段215を備える。   The control unit 21 activates the browser 210 by executing the browser program stored in the terminal storage unit 22. The browser 210 includes a document file acquisition unit 211 and an output processing unit 215.

文書ファイル取得手段211は、文書ファイル(マークアップ言語ファイル)を読み込む。
出力処理手段215は、マークアップ言語ファイルをウェブページとして、入出力部23に出力する。
The document file acquisition unit 211 reads a document file (markup language file).
The output processing means 215 outputs the markup language file to the input / output unit 23 as a web page.

更に、ブラウザ210は、この文書ファイルに含まれる記述を実行する。この記述を実行することにより、環境情報取得手段212、評価手段213、オブジェクト取得手段214を実現する。   Further, the browser 210 executes the description included in this document file. By executing this description, an environment information acquisition unit 212, an evaluation unit 213, and an object acquisition unit 214 are realized.

環境情報取得手段212は、クライアント端末20の環境に関する情報を取得する。ここでは、クライアント端末20に実装されたハードウェアやソフトウェア(端末属性)、通信環境に関する情報や、端末識別情報等を取得する。   The environment information acquisition unit 212 acquires information related to the environment of the client terminal 20. Here, hardware and software (terminal attributes) installed in the client terminal 20, information on the communication environment, terminal identification information, and the like are acquired.

評価手段213は、サーバ10から取得可能なオブジェクトについて、クライアント端末20において出力する場合の適合性を評価する。ここで、オブジェクトとしては、例えば、オーディオファイルや動画ファイルなどのコンテンツを用いることができる。この適合性の評価のため、評価手段213は、クライアント端末20の環境情報とオブジェクトのタイプとをパラメータとする所定の評価ロジックを保持している。そして、評価手段213は、利用可能なオブジェクトに対して、評価結果(ベストスコア、ベストオブジェクト)に関する情報をメモリに記録する。更に、評価手段213は、オブジェクトの利用可否を判定するための基準点に関するデータを保持している。
オブジェクト取得手段214は、適合性が最も高いベストオブジェクトを、サーバ10から取得する。
The evaluation unit 213 evaluates the adaptability when the client terminal 20 outputs an object that can be acquired from the server 10. Here, as the object, for example, contents such as an audio file and a moving image file can be used. In order to evaluate the suitability, the evaluation unit 213 holds a predetermined evaluation logic using the environment information of the client terminal 20 and the object type as parameters. Then, the evaluation unit 213 records information on the evaluation result (best score, best object) in the memory for the available objects. Furthermore, the evaluation unit 213 holds data relating to a reference point for determining whether or not an object can be used.
The object acquisition unit 214 acquires the best object having the highest compatibility from the server 10.

次に、図2を用いて、クライアント端末20において、文書ファイルを出力する場合の処理を説明する。   Next, with reference to FIG. 2, processing when the client terminal 20 outputs a document file will be described.

まず、クライアント端末20の制御部21は、文書ファイルのロード処理を実行する(ステップS1−1)。具体的には、制御部21のブラウザ210に、出力希望の文書ファイルのURLを入力する。この場合、ブラウザ210の文書ファイル取得手段211は、サーバ10に対して、URLの文書ファイルを要求する。そして、ブラウザ210は、サーバ10から、文書ファイルを取得する。ここでは、文書ファイルとして、マークアップ言語ファイルを取得する場合を想定する。この文書ファイルには、環境情報取得手段212、評価手段213、オブジェクト取得手段214を実現するための記述が含まれる。更に、この文書ファイルには、出力時に使用するアイテム(例えば、BGM)に関する情報を含んでいる。   First, the control unit 21 of the client terminal 20 executes a document file loading process (step S1-1). Specifically, the URL of the desired document file is input to the browser 210 of the control unit 21. In this case, the document file obtaining unit 211 of the browser 210 requests the server 10 for a URL document file. Then, the browser 210 acquires a document file from the server 10. Here, it is assumed that a markup language file is acquired as a document file. This document file includes descriptions for realizing the environment information acquisition unit 212, the evaluation unit 213, and the object acquisition unit 214. Further, the document file includes information on items (for example, BGM) used at the time of output.

次に、クライアント端末20の制御部21は、利用環境情報の取得処理を実行する(ステップS1−2)。具体的には、制御部21のブラウザ210は、環境情報取得手段212により、クライアント端末20における利用環境情報を取得する。ここでは、例えば、利用環境情報として、文書ファイルを利用するクライアント端末20が保持しているシステム情報において、オペレーションシステム(OS)を特定する。   Next, the control unit 21 of the client terminal 20 executes usage environment information acquisition processing (step S1-2). Specifically, the browser 210 of the control unit 21 acquires the usage environment information in the client terminal 20 by the environment information acquisition unit 212. Here, for example, the operation system (OS) is specified in the system information held by the client terminal 20 that uses the document file as the usage environment information.

次に、クライアント端末20の制御部21はベストオブジェクト及びベストスコアの初期化処理を実行する(ステップS1−3)。具体的には、制御部21のブラウザ210は、評価手段213により、メモリに記録されているベストオブジェクト及びベストスコアをリセットする。   Next, the control part 21 of the client terminal 20 performs the initialization process of the best object and the best score (step S1-3). Specifically, the browser 210 of the control unit 21 resets the best object and the best score recorded in the memory by the evaluation unit 213.

そして、ロードした文書ファイルに含まれるアイテムを、処理対象アイテムとして特定し、処理対象アイテム毎に、以下の処理を繰り返す。
ここでは、まず、クライアント端末20の制御部21は、利用可能なオブジェクトの特定処理を実行する(ステップS1−4)。具体的には、制御部21のブラウザ210は、評価手段213により、処理対象アイテムについて、サーバ10において準備されているオブジェクトを特定する。この場合には、文書ファイル中に設定されているアイテム情報に基づいて、利用可能なオブジェクトを特定し、特定したオブジェクト毎に、以下の処理を繰り返す。
Then, an item included in the loaded document file is specified as a processing target item, and the following processing is repeated for each processing target item.
Here, first, the control unit 21 of the client terminal 20 executes an available object specifying process (step S1-4). Specifically, the browser 210 of the control unit 21 uses the evaluation unit 213 to identify an object prepared in the server 10 for the processing target item. In this case, an available object is identified based on item information set in the document file, and the following processing is repeated for each identified object.

ここでは、クライアント端末20の制御部21は、利用環境情報に応じてスコアの算出処理を実行する(ステップS1−5)。具体的には、制御部21のブラウザ210は、評価手段213により、処理対象アイテムのオブジェクトに対して、評価ロジックを適用し、このオブジェクトのスコアを算出する。   Here, the control unit 21 of the client terminal 20 executes a score calculation process according to the usage environment information (step S1-5). Specifically, the browser 210 of the control unit 21 uses the evaluation unit 213 to apply the evaluation logic to the object of the processing target item and calculate the score of this object.

次に、クライアント端末20の制御部21は、既存のベストスコア以上かどうかについての判定処理を実行する(ステップS1−6)。具体的には、制御部21のブラウザ210は、評価手段213により、利用可能なオブジェクト毎に、算出したスコアと、メモリに記録されたベストスコアとの比較を繰り返す。
算出したスコアがベストスコア以上でないと判定した場合(ステップS1−6において「NO」の場合)、このオブジェクトについての処理を終了する。
Next, the control part 21 of the client terminal 20 performs the determination process about whether it is more than the existing best score (step S1-6). Specifically, the browser 210 of the control unit 21 repeatedly compares the calculated score and the best score recorded in the memory for each available object by the evaluation unit 213.
If it is determined that the calculated score is not equal to or higher than the best score (in the case of “NO” in step S1-6), the processing for this object is terminated.

一方、算出したスコアがベストスコア以上と判定した場合(ステップS1−6において「YES」の場合)、クライアント端末20の制御部21は、ベストオブジェクト及びベストスコアの更新処理を実行する(ステップS1−7)。具体的には、制御部21のブラウザ210は、評価手段213により、新たにスコアを算出したオブジェクトをベストオブジェクトとしてメモリに記録する。更に、算出したスコアをベストスコアとしてメモリに記録する。以上の処理を、すべての利用可能なオブジェクトについて繰り返す。
そして、文書ファイルに含まれるすべてのアイテムについて、上記処理を繰り返す。
On the other hand, when it is determined that the calculated score is equal to or higher than the best score (in the case of “YES” in step S1-6), the control unit 21 of the client terminal 20 executes update processing of the best object and the best score (step S1- 7). Specifically, the browser 210 of the control unit 21 records the object for which the score has been newly calculated by the evaluation unit 213 in the memory as the best object. Further, the calculated score is recorded in the memory as the best score. The above process is repeated for all available objects.
Then, the above process is repeated for all items included in the document file.

次に、クライアント端末20の制御部21は、ベストスコアは基準点以上かどうかについての判定処理を実行する(ステップS1−8)。具体的には、制御部21のブラウザ210は、評価手段213により、アイテム毎に、メモリに記録されているベストスコアと基準点とを比較する。   Next, the control part 21 of the client terminal 20 performs the determination process about whether a best score is more than a reference point (step S1-8). Specifically, the browser 210 of the control unit 21 uses the evaluation unit 213 to compare the best score recorded in the memory and the reference point for each item.

ベストスコアが基準点未満と判定した場合(ステップS1−8において「NO」の場合)、クライアント端末20の制御部21は、注意喚起処理を実行する(ステップS1−9)。具体的には、制御部21のブラウザ210は、入出力部23に、このアイテムについて「適切なオブジェクトがない」ことを示すメッセージを出力する。   When it is determined that the best score is less than the reference point (in the case of “NO” in step S1-8), the control unit 21 of the client terminal 20 executes an alerting process (step S1-9). Specifically, the browser 210 of the control unit 21 outputs a message indicating that “there is no suitable object” for this item to the input / output unit 23.

一方、ベストスコアが基準点以上と判定した場合(ステップS1−8において「YES」の場合)、クライアント端末20の制御部21は、ベストオブジェクトの読込処理を実行する(ステップS1−10)。具体的には、制御部21のブラウザ210は、オブジェクト取得手段214により、アイテム情報用いて、このアイテムについてのベストオブジェクトの取得先(URL)を特定する。そして、この取得先を用いて、サーバ10からオブジェクトを取得する。   On the other hand, when it is determined that the best score is equal to or higher than the reference point (in the case of “YES” in step S1-8), the control unit 21 of the client terminal 20 executes the best object reading process (step S1-10). Specifically, the browser 210 of the control unit 21 uses the item information by the object acquisition unit 214 to specify the acquisition destination (URL) of the best object for this item. Then, an object is acquired from the server 10 using this acquisition destination.

次に、クライアント端末20の制御部21は、オブジェクトの実行処理を実行する(ステップS1−11)。具体的には、制御部21のブラウザ210は、出力処理手段215により、取得したオブジェクトを実行する。   Next, the control unit 21 of the client terminal 20 executes an object execution process (step S1-11). Specifically, the browser 210 of the control unit 21 uses the output processing unit 215 to execute the acquired object.

次に、図3〜図5を用いて、クライアント端末20に対して、文書ファイル(マークアップ言語ファイル)に含めて提供するコード(プログラム)を説明する。ここでは、JavaScript(登録商標)を用いて記述された「Manifest」オブジェクトを提供する場合を想定する。ここでは、一つの「Manifest」オブジェクトを、三つの第1パート500(図3)、第2パート510(図4)、第3パート520(図5)に分けて説明する。   Next, a code (program) provided in the document file (markup language file) for the client terminal 20 will be described with reference to FIGS. Here, it is assumed that a “Manifest” object described using JavaScript (registered trademark) is provided. Here, one “Manifest” object is divided into three first parts 500 (FIG. 3), second part 510 (FIG. 4), and third part 520 (FIG. 5).

図3に示す第1パート500においては、記述501〜503を含む。
記述501では、クライアント端末20の環境に応じて値を戻す処理を行なう。ここでは、OSとしてAndroid(登録商標)を利用しているクライアント端末20の場合には、値「true」を戻す。
The first part 500 shown in FIG. 3 includes descriptions 501 to 503.
In the description 501, processing for returning a value is performed according to the environment of the client terminal 20. Here, in the case of the client terminal 20 using Android (registered trademark) as the OS, the value “true” is returned.

記述502,503では、オブジェクトを評価するための関数を含む。
記述502には、MP3ファイル(mpeg)についての評価点を付与する関数が設定されている。ここでは、MP3ファイルに対して、端末属性がAndroid(登録商標)端末の場合には「30」、それ以外の端末属性の端末の場合には「10」を付与する関数が設定されている。
記述503は、PCMファイル(wave)についての評価点を付与する関数が設定されている。PCMファイルに対しては、「20」を付与する関数が設定されている。
The descriptions 502 and 503 include a function for evaluating the object.
In the description 502, a function for assigning an evaluation score for the MP3 file (mpeg) is set. Here, a function is set for the MP3 file that gives “30” when the terminal attribute is an Android (registered trademark) terminal and “10” when the terminal attribute is a terminal with other terminal attributes.
In the description 503, a function for assigning an evaluation score for the PCM file (wave) is set. A function for assigning “20” is set for the PCM file.

図4に示す第2パート510においては、「Manifest」におけるプロトタイプ「addURL」、「get」を定義する。   In the second part 510 shown in FIG. 4, prototypes “addURL” and “get” in “Manifest” are defined.

プロトタイプ「addURL」においては、利用可能なオブジェクトのアイテム情報(アイテムID、取得先(URL)、タイプ)を定義する。
プロトタイプ「get」においては、アイテムIDのオブジェクトの取得、実装を定義する。
In the prototype “addURL”, item information (item ID, acquisition destination (URL), type) of an available object is defined.
In the prototype “get”, acquisition and implementation of an object with an item ID are defined.

図5に示す第3パート520においては、「Manifest」におけるプロトタイプ「load」を定義する。更に、第3パート520においては、プロトタイプに基づいて、「Manifest」の新たなオブジェクトを生成する。   In the third part 520 shown in FIG. 5, a prototype “load” in “Manifest” is defined. Further, in the third part 520, a new object “Manifest” is generated based on the prototype.

プロトタイプ「load」においては、記述521〜525を含む。
記述521は、ベストスコアを記録するメモリをリセットし、ベストスコアを初期化する機能を実現する。
The prototype “load” includes descriptions 521 to 525.
The description 521 realizes a function of resetting the memory for recording the best score and initializing the best score.

記述522は、各アイテムについて、評価ロジックを用いて、利用可能なオブジェクトを評価する機能を実現する。そして、算出したスコアに基づいて、メモリに記録されているベストスコア、ベストアイテムを記録更新する。   The description 522 implements a function for evaluating an available object for each item using an evaluation logic. Based on the calculated score, the best score and the best item recorded in the memory are recorded and updated.

記述523は、評価結果を出力する機能を実現する。ここでは、メモリにベストスコアが記録されているオブジェクトを評価結果として出力する。
記述524には、利用可能なオブジェクトが設定されている。例えば、オーディオの場合、アイテムID「BGM」について、2つのオーディオファイル(「bgm.mp3」(MP3形式)と「bgm.wav」(PCM形式))を利用する。
記述525は、アイテム毎に、ベストスコアのオブジェクトを、アイテム情報のURLを用いてタウンロードするための設定である。
記述521〜524によって評価手段213が実現され、記述525によってオブジェクト取得手段214が実現される。
The description 523 realizes a function of outputting the evaluation result. Here, the object whose best score is recorded in the memory is output as the evaluation result.
In the description 524, usable objects are set. For example, in the case of audio, two audio files (“bgm.mp3” (MP3 format) and “bgm.wav” (PCM format)) are used for the item ID “BGM”.
The description 525 is a setting for downloading the best score object for each item using the URL of the item information.
The evaluation means 213 is realized by the descriptions 521 to 524, and the object acquisition means 214 is realized by the description 525.

本実施形態によれば、以下のような効果を得ることができる。
(1)本実施形態では、文書ファイルに、環境情報取得手段212を実現させるための記述を含める。そして、環境情報取得手段212は、クライアント端末20の環境に関する情報を取得する。これにより、クライアント端末の環境に関する情報を取得することができる。
According to this embodiment, the following effects can be obtained.
(1) In this embodiment, a description for realizing the environment information acquisition unit 212 is included in the document file. Then, the environment information acquisition unit 212 acquires information regarding the environment of the client terminal 20. Thereby, the information regarding the environment of the client terminal can be acquired.

(2)本実施形態では、文書ファイルに、評価手段213を実現させるための記述を含める。この評価手段213は、サーバ10から取得可能なオブジェクトについて、クライアント端末20において出力再生する場合の適合性を評価する。これにより、利用可能なオブジェクトが複数ある場合にも、クライアント端末の環境に適合したオブジェクトを利用することができる。例えば、最も適したオブジェクトに関する情報が、マークアップ言語ファイルにおいて後順番で記述されている場合でも、このオブジェクトを利用することができる。   (2) In this embodiment, a description for realizing the evaluation means 213 is included in the document file. The evaluation unit 213 evaluates the suitability of the object that can be acquired from the server 10 when the client terminal 20 performs output reproduction. Thereby, even when there are a plurality of usable objects, it is possible to use an object suitable for the environment of the client terminal. For example, even when information on the most suitable object is described later in the markup language file, this object can be used.

(3)本実施形態では、文書ファイルに、オブジェクト取得手段214を実現させるための記述を含める。オブジェクト取得手段214は、適合性が最も高いベストオブジェクトを、サーバ10から取得する。これにより、複数のオブジェクトの中で適合性の高いオブジェクトを効率的にダウンロードすることができる。   (3) In this embodiment, a description for realizing the object acquisition unit 214 is included in the document file. The object acquisition unit 214 acquires the best object having the highest compatibility from the server 10. Thereby, it is possible to efficiently download an object having high compatibility among a plurality of objects.

なお、上記実施形態は以下のように変更してもよい。
・上記実施形態では、クライアント端末20の制御部21は、文書ファイルのロード処理を実行する(ステップS1−1)。ここでは、ブラウザ210は、サーバ10から、文書ファイル(ウェブページ)を取得する。文書ファイルはマークアップ言語により記載されたファイルであれば、ウェブページに限定されるものではない。
In addition, you may change the said embodiment as follows.
In the above embodiment, the control unit 21 of the client terminal 20 executes a document file loading process (step S1-1). Here, the browser 210 acquires a document file (web page) from the server 10. The document file is not limited to a web page as long as it is a file written in a markup language.

・上記実施形態では、オブジェクトとして、例えば、オーディオファイルや動画ファイルのメディアコンテンツを用いる。このオブジェクトは、オーディオファイルに限定されるものではない。例えば、オブジェクトとして、一つのアイテムに対して複数のプログラムを提供することも可能である。この場合も、プログラムのタイプに応じて、クライアント端末20におけるベストオブジェクト(ベストプログラム)を特定し、これをダウンロードする。   In the above embodiment, for example, media content such as an audio file or a moving image file is used as the object. This object is not limited to audio files. For example, a plurality of programs can be provided for one item as an object. Also in this case, the best object (best program) in the client terminal 20 is identified and downloaded according to the type of program.

・上記実施形態では、クライアント端末20の制御部21は、利用環境情報の取得処理を実行する(ステップS1−2)。ここでは、環境情報としてOSを特定する。ベストオブジェクトを特定するための環境情報は、OSに限定されるものではない。クライアント端末20に実装されているハードウェア環境やソフトウェア環境、通信環境や端末種別情報を用いることも可能である。   In the above embodiment, the control unit 21 of the client terminal 20 executes usage environment information acquisition processing (step S1-2). Here, the OS is specified as environment information. The environment information for specifying the best object is not limited to the OS. It is also possible to use the hardware environment, software environment, communication environment, and terminal type information implemented in the client terminal 20.

ハードウェア環境としては、CPU処理能力やメモリ容量等を用いることができる。この場合、環境情報取得手段212には、ハードウェア環境情報をパラメータとする評価ロジックを保持させておく。そして、環境情報取得手段212は、クライアント端末20に実装されたハードウェアの処理能力(ハードウェア環境情報)を取得するこれにより、クライアント端末20のハードウェアにおける処理能力に応じて、適切なオブジェクトを特定することができる。 As the hardware environment, CPU processing capacity, memory capacity, and the like can be used. In this case, the environment information acquisition unit 212 holds evaluation logic using the hardware environment information as a parameter. Then, the environment information acquisition unit 212 acquires the processing capability (hardware environment information) of the hardware installed in the client terminal 20 . Thereby, an appropriate object can be specified according to the processing capability in the hardware of the client terminal 20.

ソフトウェア環境としては、コンテンツを再生するドライバやプラグインの有無等を用いることができる。この場合、環境情報取得手段212には、ソフトウェア環境情報をパラメータとする評価ロジックを保持させておく。そして、環境情報取得手段212は、クライアント端末20に実装されたソフトウェアの種別(ソフトウェア環境情報)を取得する。これにより、オブジェクトに適合したソフトウェアの実装状況に応じて、適切なオブジェクトを特定することができる。   As the software environment, it is possible to use a driver for reproducing content, the presence or absence of a plug-in, and the like. In this case, the environment information acquisition unit 212 holds evaluation logic using software environment information as a parameter. The environment information acquisition unit 212 acquires the type of software (software environment information) installed in the client terminal 20. As a result, an appropriate object can be specified in accordance with the implementation state of software suitable for the object.

また、通信環境については、通信速度や通信方法等を用いることができる。この場合、環境情報取得手段212には、通信環境情報をパラメータとする評価ロジックを保持させておく。そして、環境情報取得手段212は、クライアント端末20における通信状態に関する情報を取得する。これにより、オブジェクトのダウンロード時間を考慮して、適切なオブジェクトを特定することができる。   Moreover, about a communication environment, a communication speed, a communication method, etc. can be used. In this case, the environment information acquisition unit 212 holds evaluation logic using the communication environment information as a parameter. Then, the environment information acquisition unit 212 acquires information regarding the communication state in the client terminal 20. Thus, an appropriate object can be specified in consideration of the object download time.

また、端末種別情報については、端末メーカ情報や型番情報を用いることができる。特定のメーカや型番において、オブジェクト実行時に障害が発生することがある。この場合、環境情報取得手段212には、端末種別に関連付けて整合性の有無を記録した整合性リストを保持させておく。そして、環境情報取得手段212は、クライアント端末20の端末種別を特定し、整合性リストと比較する。このような障害情報に対応して、整合性がある適切なオブジェクトを特定することができる。   As the terminal type information, terminal manufacturer information and model number information can be used. Certain manufacturers and model numbers may fail during object execution. In this case, the environment information acquisition unit 212 holds a consistency list in which the presence or absence of consistency is recorded in association with the terminal type. Then, the environment information acquisition unit 212 identifies the terminal type of the client terminal 20 and compares it with the consistency list. Corresponding appropriate objects can be identified in response to such failure information.

・上記実施形態では、文書ファイルで用いるオブジェクトを、サーバ10のオブジェクト記憶部13に保存する。オブジェクトの保存先は、文書ファイルが格納されたサーバ10に限定されるものではない。また、保存先の特定もURLに限定されるものではなく、バイナリデータを用いて特定するようにしてもよい。   In the above embodiment, the object used in the document file is stored in the object storage unit 13 of the server 10. The object storage destination is not limited to the server 10 in which the document file is stored. Further, the storage destination is not limited to the URL, but may be specified using binary data.

・上記各実施形態では、文書ファイルには、環境情報取得手段212、評価手段213、オブジェクト取得手段214を実現するための記述を含める。この記述は、文書ファイル内に含める場合に限定されるものではない。文書ファイル内に、各記述の取得先を設定しておき、この取得先から記述を取得するようにしてもよい。   In each of the above embodiments, the document file includes a description for realizing the environment information acquisition unit 212, the evaluation unit 213, and the object acquisition unit 214. This description is not limited to being included in the document file. An acquisition destination of each description may be set in the document file, and the description may be acquired from this acquisition destination.

10…サーバ、12…文書ファイル記憶部、13…オブジェクト記憶部、20…クライアント端末、21…制御部、22…端末記憶部、23…入出力部、211…ファイル取得手段、212…環境情報取得手段、213…評価手段、214…オブジェクト取得手段、215…出力処理手段。   DESCRIPTION OF SYMBOLS 10 ... Server, 12 ... Document file storage part, 13 ... Object storage part, 20 ... Client terminal, 21 ... Control part, 22 ... Terminal storage part, 23 ... Input / output part, 211 ... File acquisition means, 212 ... Environment information acquisition Means, 213... Evaluation means, 214... Object acquisition means, 215.

Claims (13)

コンピュータ端末に表示させるウェブページにおいて実行させるプログラムであって、
前記コンピュータ端末の制御部を、
前記コンピュータ端末のソフトウェア構成の構成情報を取得し、前記構成情報に基づいて、オブジェクトの種類に応じた評価結果を算出する評価手段と、
ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定するオブジェクト情報手段と、
前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定する特定手段
として機能させることを特徴とするオブジェクト取得プログラム。
A program to be executed on a web page displayed on a computer terminal,
A control unit of the computer terminal;
An evaluation unit that obtains configuration information of the software configuration of the computer terminal, and calculates an evaluation result according to the type of object based on the configuration information ;
An item used in a web page, address information for obtaining an object that can be used for the item, an object information means for specifying the type of the object,
For each item, an evaluation result by the evaluation unit is obtained for the usable object, an object to be used is specified according to the evaluation result, and the function is used as a specifying unit for specifying address information of the object. An object acquisition program.
前記評価手段は、前記コンピュータ端末のソフトウェア構成において、コンテンツを再生するドライバ又はプラグインの有無に応じて、適合性の高いオブジェクトを特定することを特徴とする請求項1に記載のオブジェクト取得プログラム。  The object evaluation program according to claim 1, wherein the evaluation unit specifies a highly compatible object in accordance with the presence or absence of a driver or a plug-in for playing back content in the software configuration of the computer terminal. コンピュータ端末に表示させるウェブページにおいて実行させるプログラムであって、
前記コンピュータ端末の制御部を、
前記コンピュータ端末のハードウェア構成の構成情報を取得し、前記構成情報に基づいて、オブジェクトの種類に応じた評価結果を算出する評価手段と、
ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定するオブジェクト情報手段と、
前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定する特定手段
として機能させることを特徴とするオブジェクト取得プログラム。
A program to be executed on a web page displayed on a computer terminal,
A control unit of the computer terminal;
An evaluation unit that acquires configuration information of the hardware configuration of the computer terminal and calculates an evaluation result according to the type of object based on the configuration information ;
An item used in a web page, address information for obtaining an object that can be used for the item, an object information means for specifying the type of the object,
For each item, an evaluation result by the evaluation unit is obtained for the usable object, an object to be used is specified according to the evaluation result, and the function is used as a specifying unit for specifying address information of the object. An object acquisition program.
前記評価手段は、前記コンピュータ端末のハードウェア構成において、CPU処理能力又はメモリ容量に応じて、適合性の高いオブジェクトを特定することを特徴とする請求項3に記載のオブジェクト取得プログラム。4. The object acquisition program according to claim 3, wherein the evaluation unit specifies a highly compatible object in accordance with CPU processing capacity or memory capacity in the hardware configuration of the computer terminal. コンピュータ端末に表示させるウェブページにおいて実行させるプログラムであって、
前記コンピュータ端末の制御部を、
前記コンピュータ端末の通信環境についての環境情報を取得し、前記環境情報に基づいて、オブジェクトの種類に応じた評価結果を算出する評価手段と、
ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定するオブジェクト情報手段と、
前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定する特定手段
として機能させることを特徴とするオブジェクト取得プログラム。
A program to be executed on a web page displayed on a computer terminal,
A control unit of the computer terminal;
An evaluation unit that acquires environmental information about the communication environment of the computer terminal, and calculates an evaluation result according to the type of object based on the environmental information ;
An item used in a web page, address information for obtaining an object that can be used for the item, an object information means for specifying the type of the object,
For each item, an evaluation result by the evaluation unit is obtained for the usable object, an object to be used is specified according to the evaluation result, and the function is used as a specifying unit for specifying address information of the object. An object acquisition program.
前記評価手段は、前記コンピュータ端末の通信環境において、通信速度や通信方法に応じて、適合性の高いオブジェクトを特定することを特徴とする請求項5に記載のオブジェクト取得プログラム。  6. The object acquisition program according to claim 5, wherein the evaluation unit specifies an object having high suitability according to a communication speed or a communication method in a communication environment of the computer terminal. コンピュータ端末に表示させるウェブページにおいて実行させるプログラムであって、
前記コンピュータ端末の制御部を、
前記ウェブページを表示させるコンピュータ端末の端末種別を特定し、前記端末種別に基づいて、オブジェクトの種類に応じた評価結果を算出する評価手段と、
ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定するオブジェクト情報手段と、
前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定する特定手段
として機能させることを特徴とするオブジェクト取得プログラム。
A program to be executed on a web page displayed on a computer terminal,
A control unit of the computer terminal;
Identify the terminal type of the computer terminal for displaying the web page, based on the terminal type, and evaluation means for calculating an evaluation result according to the type of object,
An item used in a web page, address information for obtaining an object that can be used for the item, an object information means for specifying the type of the object,
For each item, an evaluation result by the evaluation unit is obtained for the usable object, an object to be used is specified according to the evaluation result, and the function is used as a specifying unit for specifying address information of the object. An object acquisition program.
前記評価手段は、前記コンピュータ端末の端末種別において、端末メーカ情報や型番情報に応じて、整合性の高いオブジェクトを特定することを特徴とする請求項7に記載のオブジェクト取得プログラム。  8. The object acquisition program according to claim 7, wherein the evaluation unit specifies a highly consistent object in the terminal type of the computer terminal according to terminal manufacturer information or model number information. 前記評価手段は、マークアップ言語に作用するスクリプト言語で記述されていることを特徴とする請求項1〜8の何れか1項に記載のオブジェクト取得プログラム。  9. The object acquisition program according to claim 1, wherein the evaluation unit is described in a script language that operates on a markup language. コンピュータ端末において、マークアップ言語ファイルを取得し、ウェブページとして出力する制御部を備えたオブジェクト取得装置であって、
前記制御部が、
前記コンピュータ端末のソフトウェア構成の構成情報を取得し、前記構成情報に基づいて、オブジェクトの種類に応じた評価結果を算出する評価手段を備え、
ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定し、
前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、
前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定し、
前記アドレス情報に基づいて、オブジェクトを取得して、実行することを特徴とするオブジェクト取得装置。
In a computer terminal, an object acquisition device including a control unit that acquires a markup language file and outputs it as a web page,
The control unit is
Obtaining configuration information of the software configuration of the computer terminal, and based on the configuration information, comprising an evaluation means for calculating an evaluation result according to the type of object,
Identify the item to be used on the web page, the address information for obtaining the object that can be used for the item, the type of the object,
For each item, obtain an evaluation result by the evaluation means for the available object,
Identify the object to be used according to the evaluation result, identify the address information of the object,
An object acquisition apparatus that acquires and executes an object based on the address information.
コンピュータ端末において、マークアップ言語ファイルを取得し、ウェブページとして出力する制御部を備えたオブジェクト取得装置を用いて、オブジェクトを取得する方法であって、
前記制御部が、
前記コンピュータ端末のソフトウェア構成の構成情報を取得し、前記構成情報に基づいて、オブジェクトの種類に応じた評価結果を算出する評価手段を備え、
ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定し、
前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、
前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定し、
前記アドレス情報に基づいて、オブジェクトを取得して、実行することを特徴とするオブジェクト取得方法。
In a computer terminal, a method of acquiring an object using an object acquisition device including a control unit that acquires a markup language file and outputs it as a web page,
The control unit is
Obtaining configuration information of the software configuration of the computer terminal, and based on the configuration information, comprising an evaluation means for calculating an evaluation result according to the type of object,
Identify the item to be used on the web page, the address information for obtaining the object that can be used for the item, the type of the object,
For each item, obtain an evaluation result by the evaluation means for the available object,
Identify the object to be used according to the evaluation result, identify the address information of the object,
An object acquisition method comprising acquiring and executing an object based on the address information.
コンピュータ端末において、マークアップ言語ファイルを取得し、ウェブページとして出力する制御部を備えたオブジェクト取得装置であって、
前記制御部が、
前記コンピュータ端末のハードウェア構成の構成情報を取得し、前記構成情報に基づいて、オブジェクトの種類に応じた評価結果を算出する評価手段を備え、
ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定し、
前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、
前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定し、
前記アドレス情報に基づいて、オブジェクトを取得して、実行することを特徴とするオブジェクト取得装置。
In a computer terminal, an object acquisition device including a control unit that acquires a markup language file and outputs it as a web page,
The control unit is
Obtaining configuration information of the hardware configuration of the computer terminal, based on the configuration information, comprising an evaluation means for calculating an evaluation result according to the type of object,
Identify the item to be used on the web page, the address information for obtaining the object that can be used for the item, the type of the object,
For each item, obtain an evaluation result by the evaluation means for the available object,
Identify the object to be used according to the evaluation result, identify the address information of the object,
An object acquisition apparatus that acquires and executes an object based on the address information.
コンピュータ端末において、マークアップ言語ファイルを取得し、ウェブページとして出力する制御部を備えたオブジェクト取得装置を用いて、オブジェクトを取得する方法であって、
前記制御部が、
前記コンピュータ端末のハードウェア構成の構成情報を取得し、前記構成情報に基づいて、オブジェクトの種類に応じた評価結果を算出する評価手段を備え、
ウェブページにおいて利用するアイテムと、前記アイテムについて利用可能なオブジェクトを取得するアドレス情報と、前記オブジェクトの種類を特定し、
前記アイテム毎に、前記利用可能なオブジェクトについて前記評価手段による評価結果を取得し、
前記評価結果に応じて利用するオブジェクトを特定し、前記オブジェクトのアドレス情報を特定し、
前記アドレス情報に基づいて、オブジェクトを取得して、実行することを特徴とするオブジェクト取得方法。
In a computer terminal, a method of acquiring an object using an object acquisition device including a control unit that acquires a markup language file and outputs it as a web page,
The control unit is
Obtaining configuration information of the hardware configuration of the computer terminal, based on the configuration information, comprising an evaluation means for calculating an evaluation result according to the type of object,
Identify the item to be used on the web page, the address information for obtaining the object that can be used for the item, the type of the object,
For each item, obtain an evaluation result by the evaluation means for the available object,
Identify the object to be used according to the evaluation result, identify the address information of the object,
An object acquisition method comprising acquiring and executing an object based on the address information.
JP2014076140A 2014-04-02 2014-04-02 Object acquisition program, object acquisition device, and object acquisition method Active JP5646778B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2014076140A JP5646778B1 (en) 2014-04-02 2014-04-02 Object acquisition program, object acquisition device, and object acquisition method
US14/674,833 US11593453B2 (en) 2014-04-02 2015-03-31 Device, medium, and method for retrieving object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014076140A JP5646778B1 (en) 2014-04-02 2014-04-02 Object acquisition program, object acquisition device, and object acquisition method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2014223991A Division JP5749849B1 (en) 2014-04-02 2014-11-04 Object acquisition program, object acquisition device, and object acquisition method

Publications (2)

Publication Number Publication Date
JP5646778B1 true JP5646778B1 (en) 2014-12-24
JP2015197843A JP2015197843A (en) 2015-11-09

Family

ID=52139266

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014076140A Active JP5646778B1 (en) 2014-04-02 2014-04-02 Object acquisition program, object acquisition device, and object acquisition method

Country Status (1)

Country Link
JP (1) JP5646778B1 (en)

Also Published As

Publication number Publication date
JP2015197843A (en) 2015-11-09

Similar Documents

Publication Publication Date Title
US9195522B2 (en) Method and device for controlling communication between applications in a web runtime environment
JP6748071B2 (en) Web content generation method and system
TWI608416B (en) Page return method and apparatus, page generation method and apparatus
CN104615700A (en) Method for collecting webpage objects in browser, browser client side and system
US20160217109A1 (en) Navigable web page audio content
US11231971B2 (en) Data engine
US9948749B2 (en) Method and system for rendering content using templates
WO2015035944A1 (en) Method and apparatus for processing picture in browser, and browser
KR20160013883A (en) Bundle package signing
US20200128287A1 (en) Captured content sharing interface
WO2016161922A1 (en) Video file processing method and device
JP5646778B1 (en) Object acquisition program, object acquisition device, and object acquisition method
JP2014178818A (en) Information terminal, application information output method and application information output program
JP5749849B1 (en) Object acquisition program, object acquisition device, and object acquisition method
JP5834159B2 (en) Object acquisition program, object acquisition device, and object acquisition method
CN110674023B (en) Interface testing method and device
CN107391132B (en) Method, device and equipment for target App to execute preset action
RU2595763C2 (en) Method and apparatus for managing load on basis of android browser
US11722439B2 (en) Bot platform for mutimodal channel agnostic rendering of channel response
WO2016029705A1 (en) Method and device for inserting webpage toolbar, and storage medium
US9230342B1 (en) Rapid truncation of digital content
JP5985583B2 (en) Document providing apparatus, terminal, document providing system, and program
JP6193901B2 (en) Output control program, output control device, and output control method
CN110795540A (en) Attachment preview method and device of question-answering system, storage medium and terminal
CN117010338A (en) Document editing method, apparatus, device, medium, and program product

Legal Events

Date Code Title Description
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: 20141007

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20141105

R150 Certificate of patent or registration of utility model

Ref document number: 5646778

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250