JP7163348B2 - System, information processing terminal, its control method and program, operating system. - Google Patents

System, information processing terminal, its control method and program, operating system. Download PDF

Info

Publication number
JP7163348B2
JP7163348B2 JP2020173016A JP2020173016A JP7163348B2 JP 7163348 B2 JP7163348 B2 JP 7163348B2 JP 2020173016 A JP2020173016 A JP 2020173016A JP 2020173016 A JP2020173016 A JP 2020173016A JP 7163348 B2 JP7163348 B2 JP 7163348B2
Authority
JP
Japan
Prior art keywords
information
shared
service
data
processing terminal
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
JP2020173016A
Other languages
Japanese (ja)
Other versions
JP2021005427A (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.)
Canon Inc
Original Assignee
Canon 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 Canon Inc filed Critical Canon Inc
Priority to JP2020173016A priority Critical patent/JP7163348B2/en
Publication of JP2021005427A publication Critical patent/JP2021005427A/en
Priority to JP2022163657A priority patent/JP7434485B2/en
Application granted granted Critical
Publication of JP7163348B2 publication Critical patent/JP7163348B2/en
Priority to JP2024011455A priority patent/JP2024032883A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、Web Intents(ウェブインテンツ)などの仕組みを用いたサービスを提供する際の技術に関する。 The present invention relates to technology for providing services using mechanisms such as Web Intents.

従来、WEB(ウェブ)サイト間で処理を委譲する場合、機能を呼び出す側は、機能を提供する側のAPI(アプリケーション・プログラミング・インタフェース)やRESTインタフェース等の機能の呼び出し方を、知っている必要があった。従って、異なるウェブサイトとの連携を実現するためには、機能の呼び出し側は、それぞれの呼び出し規約に従って呼び出し側の処理が必要になった。また、機能を呼び出す側が機能を利用するためには、機能を提供する側への認証が必要になることが多い。このために、機能を利用する側は、機能を提供する側の認証情報を保持したり、SAML等の認証基盤を利用したりする必要があった。但し、認証情報を持つと、それら認証情報を正しく安全に管理する必要があり、SAML等の認証基盤を利用するためには、機能の提供者と利用者間で事前に合意が必要となり、機能の利用者の負担になっていた。特許文献1には、従来からWebで提供されるサービスを利用する技術が開示されている。 Conventionally, when delegating processing between web sites, the caller of the function needs to know how to call the API (application programming interface) of the function provider, REST interface, etc. was there. Therefore, in order to realize cooperation with different web sites, it is necessary for the calling side of the function to process the calling side according to the respective calling conventions. Also, in order for the caller to use the function, it is often necessary to authenticate the provider of the function. For this reason, the side using the function needs to hold the authentication information of the side providing the function, or use an authentication infrastructure such as SAML. However, once you have authentication information, it is necessary to manage those authentication information correctly and safely. users. Japanese Unexamined Patent Application Publication No. 2002-200000 discloses a technique for using services provided on the Web.

専用のAPIを用いずに任意のウェブサービス(または、ウェブアプリケーション)と連携する仕組みも存在する。一例として、実行時遅延バインディングによりサービス受け側と提供側とを疎結合とし、それらの連携を実現するWeb Intents(ウェブインテンツ)という仕組みが提案されている。 There is also a mechanism for cooperating with any web service (or web application) without using a dedicated API. As an example, a mechanism called Web Intents has been proposed in which a service receiver and a service provider are loosely coupled by runtime late binding and their cooperation is realized.

特開2009-199369号公報JP 2009-199369 A

上述したWebIntentsなどの新しい連携の仕組みでは、該仕組みのサービスにより提供される提供機能を利用するために、ユーザエージェント(UA)は、提供機能の機能情報の登録用マークアップを含むHTML文書を処理し、機能情報をWeb Intentとして登録する。UAは、自身に登録された機能情報を用いてサービスに接続して提供機能の実行を要求することが可能となる。しかし、情報処理端末に中継機能が複数存在する場合、中継機能ごとに個別に機能情報の登録処理が行われ個別に管理される。このため、ある中継機能で、ある機能情報を登録したとしても、その機能情報を他の中継機能から利用することができない。このため、ユーザは、同一の機能情報であっても、中継機能毎に登録処理をくり返し行う必要があり、必ずしも使い勝手の良いものではなかった。よって、このWeb Intentを用いたサービスへの要求やWebIntentの登録に関しては、ユーザビリティを向上させるための様々な改良が、今後、求められると言える。 In a new cooperation mechanism such as WebIntents described above, a user agent (UA) processes an HTML document containing markup for registering function information of the provided function in order to use the function provided by the service of the mechanism. and register the function information as Web Intent. A UA can connect to a service using its registered function information and request execution of a provided function. However, if the information processing terminal has a plurality of relay functions, the function information is registered and managed individually for each relay function. Therefore, even if certain function information is registered in a certain relay function, the function information cannot be used from other relay functions. Therefore, even if the function information is the same, the user has to repeat the registration process for each relay function, which is not always convenient. Therefore, it can be said that there will be a demand for various improvements in order to improve the usability of requests for services using this Web Intent and registration of the Web Intent.

そこで、本発明は、現在、提案されているWeb Intentsなどの新しい連携の仕組みについて、ユーザビリティを向上させるための柔軟な改良を加えることを目的とする。 Accordingly, an object of the present invention is to flexibly improve the usability of a new cooperation mechanism such as Web Intents, which is currently being proposed.

本発明は、ウェブサイトと、該ウェブサイトにネットワークを介してアクセス可能なウェブブラウザおよびオペレーティングシステム(OS)が実行される情報処理端末と、が含まれるシステムであって、前記ウェブサイトは、前記ウェブブラウザに対して、共有されるべきデータと前記ウェブブラウザにより表示されるべき共有オブジェクトとに関する記述が含まれページデータを提供する提供手段を有し、情報処理端末は、前記ウェブブラウザを用いて、前記ウェブサイトから提供された前記ページデータに基づき、前記共有オブジェクトが配置されたページの表示を制御する第1制御手段と、前記共有オブジェクトに対するユーザ指示が行われたことに応じて、前記情報処理端末にインストールされ、共有先の候補として前記OSに登録され、管理されているサービスである、該サービスの情報に対応する複数のサービスのそれぞれの名称を含むリストの中から1つを選択するための選択画面の表示を制御する第2制御手段と、前記選択画面を介した選択に応じて、該選択に対応するサービスに対して、前記共有されるべきデータを共有する共有手段と、を有することを特徴とする。 The present invention provides a system that includes a website, and an information processing terminal that executes a web browser that can access the website via a network and an operating system (OS), wherein the website is the a providing means for providing a web browser with page data containing a description of data to be shared and a shared object to be displayed by the web browser, wherein the information processing terminal uses the web browser; a first control means for controlling display of the page on which the shared object is arranged based on the page data provided from the website; Select one from a list containing the names of a plurality of services that are installed in an information processing terminal , registered in the OS as shared destination candidates , and managed , and that correspond to information on the service. a second control means for controlling the display of a selection screen for sharing, a sharing means for sharing the data to be shared with a service corresponding to the selection according to the selection via the selection screen; characterized by having

本発明によれば、Web Intentsなどの新しい連携の仕組みについて、ユーザビリティを向上させるための改良が提供される。より具体的には、ページデータを提供するウェブサイト側の意図に沿ったページ内のテキストや画像などの特定コンテンツを、ウェブブラウザでそのページデータに基づき表示されたページ内の共有オブジェクトへのユーザ操作に応じて、情報処理端末のユーザが良く利用するOSで管理されているサービスを共有先として選択し、容易に共有することが可能になる。 ADVANTAGE OF THE INVENTION According to this invention, the improvement for improving usability is provided about the mechanism of new cooperation, such as Web Intents. More specifically, specific content such as text and images in the page that is intended by the website that provides the page data is transferred to the shared object in the page displayed based on the page data in the web browser. According to the operation, a service managed by an OS frequently used by the user of the information processing terminal can be selected as a sharing destination and easily shared.

Web Intentsの基本的なシステム構成を例示する図。The figure which illustrates the basic system configuration|structure of Web Intents. Web Intentsの基本的な動作の概要を例示するシーケンス図。4 is a sequence diagram illustrating an overview of basic operations of Web Intents; FIG. Web Intentsの登録用マークアップ及び処理要求を例示する図。FIG. 4 illustrates Web Intents registration markup and processing requests. ブラウザを複数インストールしている情報処理端末のUI例。A UI example of an information processing terminal in which multiple browsers are installed. クライアント及びサービス103のハードウェア構成を例示する図。4 is a diagram exemplifying the hardware configuration of a client and a service 103; FIG. UAを含む情報処理端末のハードウェア構成を例示する図。FIG. 2 is a diagram exemplifying the hardware configuration of an information processing terminal including a UA; UAを含む情報処理端末のソフトウェア構成を例示する図。FIG. 4 is a diagram exemplifying the software configuration of an information processing terminal including a UA; Webブラウザにて管理される機能情報を例示する図。FIG. 4 is a diagram exemplifying function information managed by a web browser; 実施例1において機能情報を相互利用する動作のシーケンス図。FIG. 10 is a sequence diagram of operations for mutual use of function information in the first embodiment; Webブラウザに表示される画面を例示する図。FIG. 4 is a diagram illustrating an example of a screen displayed on a web browser; 図9のシーケンスの一部の詳細シーケンス図。FIG. 10 is a detailed sequence diagram of part of the sequence of FIG. 9; 図9のシーケンスの一部の詳細シーケンス図。FIG. 10 is a detailed sequence diagram of part of the sequence of FIG. 9; 機能情報の定義ファイルを例示する図。4 is a diagram exemplifying a definition file of function information; FIG. 実施例1において機能情報を相互利用する処理のフローチャート。6 is a flowchart of processing for mutual use of function information in the first embodiment; インテントを利用して機能情報を取得する処理の詳細フローチャート。4 is a detailed flowchart of processing for acquiring function information using an intent; 実施例2において機能情報を相互利用する動作のシーケンス図。FIG. 11 is a sequence diagram of operations for mutual use of function information in the second embodiment; 図16のシーケンスの一部の詳細シーケンス図。FIG. 17 is a detailed sequence diagram of part of the sequence of FIG. 16; 実施例2において機能情報を相互利用する処理のフローチャート。10 is a flowchart of processing for mutual use of function information in the second embodiment;

以下、本発明を実施するための形態について図面を用いて説明する。 EMBODIMENT OF THE INVENTION Hereinafter, the form for implementing this invention is demonstrated using drawing.

<Web Intentsの基本的な仕組み>
まず、専用のAPIを用いずに任意のWebサービス(または、Webアプリケーション)と連携するための仕組みの一例であるWeb Intentsに関する基本的な仕組みについて図1乃至図3を用いて説明する。本発明では、具体例として、Web Intentsを挙げるが、任意のウェブサービス(または、Webアプリケーション)と連携する技術として、他の同様の仕組みを適用することも可能である。
<Basic mechanism of Web Intents>
First, a basic mechanism regarding Web Intents, which is an example of a mechanism for cooperating with an arbitrary web service (or web application) without using a dedicated API, will be described with reference to FIGS. 1 to 3. FIG. In the present invention, Web Intents is given as a specific example, but it is also possible to apply other similar mechanisms as a technique for cooperating with any web service (or web application).

図1は、Web Intentsの全体構成を示す図である。
図1において、103は、Web Intents技術を利用してサービスや機能を提供するWeb Intentsサービス(以下、サービス)である。101は、サービス103を利用するWeb Intentsクライアント(以下、クライアント)である。106は、クライアント101からの要求をサービス103に渡し、サービス103からの結果をクライアントに渡す役割をするUserAgent(ユーザエージェント;以下、UA)である。UA106は、クライアント101及びサービス103の間で要求を実行したり、データを受け渡したりするための中継機能といえる。また、UA106には、サービス103の提供機能を呼び出すための機能情報であるWeb Intentが登録される。
FIG. 1 is a diagram showing the overall configuration of Web Intents.
In FIG. 1, reference numeral 103 denotes a Web Intents service (hereinafter referred to as service) that provides services and functions using Web Intents technology. Reference numeral 101 denotes a Web Intents client (hereinafter referred to as client) that uses the service 103 . Reference numeral 106 denotes a UserAgent (user agent; hereinafter referred to as UA) that passes requests from the client 101 to the service 103 and passes results from the service 103 to the client. The UA 106 can be said to be a relay function for executing requests and passing data between the client 101 and the service 103 . Also, a Web Intent, which is function information for calling a function provided by the service 103, is registered in the UA 106. FIG.

本仕組みにおいては、例えば、クライアント101はデータを管理し、サービスを呼び出すボタンなどを配置しているウェブサイトであり、UA106は該ウェブサイトを表示するWebブラウザ(ウェブブラウザ)である。また、サービス103は、UA106を介してクライアント101が管理するデータを受け付けて、処理するクライアント101の連携先のウェブサイトである。 In this mechanism, for example, the client 101 is a website that manages data and arranges buttons for calling services, and the UA 106 is a web browser that displays the website. The service 103 is a website linked to the client 101 that receives and processes data managed by the client 101 via the UA 106 .

例えば、本仕組みをSNS(ソーシャル・ネットワーキング・サービス)に適用した場合には、サービス103はクライアントで管理する写真やコメントの投稿を受け付けて閲覧サイトを構成する投稿先サービスとなる。SNSサイトの「いいね」「チェック」「シェア」といったソーシャルボタンをWeb Intentsの仕組みで例えると、クライアント101はボタンを配置しているサイトになり、UA106はWebブラウザになり、サービス103は「いいね」などの投稿先サービスになる。なお、サービス103が機能を提供するにあたって、ユーザ認証やユーザによる操作が必要な場合、UA106上でユーザが操作を行う。 For example, when this mechanism is applied to an SNS (Social Networking Service), the service 103 serves as a posting destination service that accepts posting of photos and comments managed by the client and constitutes a browsing site. If the social buttons such as "Like", "Check", and "Share" on SNS sites are compared to the mechanism of Web Intents, the client 101 is the site where the buttons are arranged, the UA 106 is the web browser, and the service 103 is "like". It will be a posting destination service such as. When the service 103 provides a function and user authentication or user operation is required, the user performs the operation on the UA 106 .

なお、UA106は、後述するサービスと連携するための機能を持つのであれば、Webブラウザ以外にも、情報処理端末で動作するオペレーティングシステム(OS)やアプリケーションなどで実現することも可能である。ここで、情報処理端末の例としては、パーソナルコンピュータ、スマートフォン、タブレット型コンピュータ、カーナビゲーション装置などが挙げられる。 It should be noted that the UA 106 can be realized by an operating system (OS) or an application that operates on an information processing terminal other than a Web browser, as long as it has a function for cooperating with a service to be described later. Examples of information processing terminals include personal computers, smart phones, tablet computers, and car navigation devices.

また、サービス103については、上述した投稿先サービスのような、インターネット上のサービス提供者以外にも、例えば情報処理端末が内蔵するカメラ、プリンタ、スキャナなどといったデバイスもサービス提供者になり得る。また、サービス103については、ネットワークで接続されるプリンタ、スキャナ、ネットワークカメラなどの周辺機器や、冷蔵庫やテレビといった家電製品などもサービス提供者になり得る。また、クライアント101についても同様に、情報処理端末が内蔵するさまざまなデバイスやアプリケーション、その他にネットワーク上の周辺機器や家電製品、その上で動くプログラムなどもサービスを呼び出す利用者となり得る。クライアント101とUA106とサービス103は、これらの任意の組み合わせが、同一システム内で稼働することもある。具体的には、ウェブブラウザの同等の機能を有する文書編集アプリケーションなどが、クライアント101とUA106とを含む構成として動作するといったことが考えられる。また、クライアント101、UA106、サービス103のいずれかが、同じ装置上で動作する機能であってもよい。 As for the service 103, devices such as cameras, printers, and scanners built in information processing terminals can serve as service providers in addition to service providers on the Internet such as the posting destination service described above. As for the service 103, service providers can be peripheral devices such as printers, scanners, and network cameras connected via a network, and household appliances such as refrigerators and televisions. Similarly, with respect to the client 101, various devices and applications built in the information processing terminal, peripheral devices and home appliances on the network, programs running thereon, and the like can be users who call the service. Any combination of the client 101, UA 106 and service 103 may operate within the same system. Specifically, it is conceivable that a document editing application or the like having functions equivalent to those of a web browser operates as a configuration including the client 101 and UA 106 . Also, any one of the client 101, UA 106, and service 103 may be a function that operates on the same device.

<Web Intentsシーケンス図、および、データの例>
図2は、Web Intentsを利用したサービス提供に関する基本動作を説明するためのシーケンス図である。
<Web Intents sequence diagram and data example>
FIG. 2 is a sequence diagram for explaining basic operations related to service provision using Web Intents.

S201にて、UA106は、ユーザの操作によりサービス103にアクセスする。S202にて、サービス103は、自身が提供する機能をUA106に登録してもらうための登録用マークアップを含むHTML(HyperText Markup Language)応答をUA106に返信する。 In S201, the UA 106 accesses the service 103 by user's operation. In S202, the service 103 returns to the UA 106 an HTML (HyperText Markup Language) response including registration markup for having the UA 106 register the functions provided by itself.

図3(a)は、S202にてサービス103からUA106に返信されるHTML文書を例示する図である。以下、図3(a)の例を用いて、サービス103からUA106に返信されるHTML文書の中身について説明する。 FIG. 3A is a diagram illustrating an HTML document returned from the service 103 to the UA 106 in S202. The content of the HTML document returned from the service 103 to the UA 106 will be described below using the example of FIG.

<intent>タグには、サービス103が提供する機能を特定し、サービス103が提供する機能を呼び出すための機能情報が記載されている。actionは、提供機能の分類情報(カテゴリ)を示す。すなわち、actionは、提供機能がどのような機能、サービスを提供するものであるかの分類情報を示す。なお、提供機能の分類情報には、例えば、データを共有する機能に対応する分類情報「Share」、データを編集する機能に対応する分類情報「Edit」、データを閲覧する機能に対応する分類情報「View」、データを取得する機能に対応する分類情報「Pick」、データを保存する機能に対応する分類情報「Save」等が含まれる。即ち、上記機能情報には、分類情報として、例えばShare、Edit、View、Pick、Saveのいずれかの分類情報が記載されている。 The <intent> tag describes function information for identifying a function provided by the service 103 and calling the function provided by the service 103 . Action indicates classification information (category) of the provided function. That is, action indicates classification information of what kind of function and service the provided function provides. Note that the classification information of the provided functions includes, for example, classification information "Share" corresponding to the function of sharing data, classification information "Edit" corresponding to the function of editing data, and classification information corresponding to the function of browsing data. "View", classification information "Pick" corresponding to the function of acquiring data, classification information "Save" corresponding to the function of saving data, and the like are included. That is, in the function information, classification information such as Share, Edit, View, Pick, and Save is described as classification information.

typeは、提供機能が扱えるデータなどの種類を示す。すなわち、typeは、actionに対して扱えるデータ型などを示す。hrefは、提供機能の接続先(URL)を示す。titleは、提供機能のタイトルを示す。また、dispositionは、呼び出された提供機能がどのように表示されるかを示す。 "type" indicates the type of data that can be handled by the provided function. That is, type indicates a data type that can be handled for action. href indicates the connection destination (URL) of the provided function. title indicates the title of the provided function. Also, disposition indicates how the invoked provided function is displayed.

図3(a)の例では、提供機能のカテゴリが"share(共有)"であり、扱えるデータ等の種類が"あらゆるフォーマット(*)の画像データ"であり、接続先は"share.html"である。また、タイトルは" Share image using e-mail"である。さらに、この機能がUA106を介して別ウィンドウで表示されることを示している。 In the example of FIG. 3A, the provided function category is "share", the type of data that can be handled is "image data in any format (*)", and the connection destination is "share.html". is. Also, the title is "Share image using e-mail". Furthermore, it indicates that this function is displayed in a separate window via the UA 106. FIG.

UA106は、上記S202のHTML応答を受信すると、ユーザに対してサービス103の提供機能をUA106に登録するか否か確認する。例えば、UA106がWebブラウザであれば、ポップアップウィンドウを表示させユーザに登録の可否の選択を促す。ユーザがこの提供機能をWeb Intentとして登録することを選択すると、UA106は、上記S202で受信した情報を内部に記憶する登録処理を実行する。具体的には、上記S202で受信した情報はUA106が動作する情報処理端末の記憶領域に記憶され、UA106にWeb Intentsとして登録される。 Upon receiving the HTML response in S202, the UA 106 confirms with the user whether or not the function provided by the service 103 is to be registered in the UA 106 . For example, if the UA 106 is a web browser, a pop-up window is displayed to prompt the user to select whether to register. When the user selects to register this provided function as a Web Intent, the UA 106 executes registration processing for internally storing the information received in S202 above. Specifically, the information received in S202 is stored in the storage area of the information processing terminal on which the UA 106 operates, and registered in the UA 106 as Web Intents.

S203で、UA106は、ユーザの操作によりクライアント101にアクセスする。S204で、クライアント101は、サービス103の提供機能(Web Intent)を利用することが記載されたHTML文書を、UA106へ返信する。例えば、クライアント101としてのWebサイトで、画像と「共有」ボタンが表示される場合に、該Webサイトは、Web Intentの処理要求である図3(b)で示すようなECMAScriptを含むHTML文書をUA106へ返す。 In S203, the UA 106 accesses the client 101 by user's operation. In S<b>204 , the client 101 sends back to the UA 106 an HTML document describing the use of the function (Web Intent) provided by the service 103 . For example, when an image and a "share" button are displayed on a website serving as the client 101, the website transmits an HTML document containing ECMAScript as shown in FIG. 3B, which is a Web Intent processing request. Return to UA 106 .

図3(b)は、S204にてクライアント101からUA106に返信されるHTML文書を例示する図である。以下、図3(b)の例を用いて、クライアント101からUA106に返信されるHTML文書の中身について説明する。 FIG. 3B is a diagram illustrating an HTML document returned from the client 101 to the UA 106 in S204. The content of the HTML document returned from the client 101 to the UA 106 will be described below using the example of FIG. 3(b).

ECMAScriptは、HTML内のID「share―photo」を持つボタンがクリックされると指定された無名関数を実行することを示している。無名関数は、まず、新規のIntentオブジェクトを作成し、これを引数にしてstartActivety()関数を呼び出す。この関数を実行すると、UA106は自身に登録されているWeb Intentsの中から、指定されたWeb Intentオブジェクトのactionとtypeが一致するものを抽出し、一覧表示させることでユーザに選択を要求する。また、UA106は、無名関数内で呼び出しているgetImageFrom()関数を実行することにより、クライアント101が持つ画像データを取得する。 ECMAScript indicates that when the button with the ID "share-photo" in the HTML is clicked, the specified anonymous function is executed. The anonymous function first creates a new Intent object and calls the startActivity( ) function with this as an argument. When this function is executed, the UA 106 extracts Web Intents that match the action and type of the specified Web Intent object from the Web Intents registered by itself, and displays a list of them to request the user to make a selection. Also, the UA 106 acquires the image data held by the client 101 by executing the getImageFrom( ) function called within the anonymous function.

上記S204にて、UA106は、クライアント101から送信されるHTML文書を受け取り、該HTML文書に基づく画面を表示する。S205にて、UA106は、ユーザによる画面上の「共有」ボタンの押下を検出すると、上述したようにWeb Intents起動用のECMAScriptを実行し、S206にて、クライアント101が持つ画像データを取得する。また、上記S205で「共有」ボタン押下を検出した際に、UA106は、自身に登録されているWeb Intentsの一覧を表示する。UA106は、この一覧からユーザがサービス103の提供機能を示すWeb Intentを選択したことを検出すると、S207にて、該選択された提供機能を提供するサービス103へHTTP要求(Web Intent処理要求)を送信する。その際、UA106は、送信データに、図3(b)のECMAScriptが作成したWeb Intentオブジェクトの内容を含める。 At S204, the UA 106 receives the HTML document transmitted from the client 101 and displays a screen based on the HTML document. In S205, when the UA 106 detects that the user has pressed the "share" button on the screen, it executes ECMAScript for starting Web Intents as described above, and acquires image data held by the client 101 in S206. Also, upon detecting the pressing of the “Share” button in S205, the UA 106 displays a list of Web Intents registered to itself. When the UA 106 detects that the user has selected a Web Intent indicating a function provided by the service 103 from this list, in S207, the UA 106 sends an HTTP request (Web Intent processing request) to the service 103 that provides the selected function. Send. At that time, the UA 106 includes the contents of the Web Intent object created by ECMAScript in FIG. 3B in the transmission data.

サービス103は、上記S207でUA106から送信されたHTTP要求を受信すると、S208にて、該HTTP要求からWeb Intentオブジェクトを取り出し、UA106を介してユーザと相互作用しながら、選択された提供機能(ここではクライアント101の画像データの「共有」)の利用を実現する。 Upon receiving the HTTP request sent from the UA 106 in S207, the service 103 extracts the Web Intent object from the HTTP request in S208, interacts with the user via the UA 106, and provides the selected provided function (here Then, use of image data of the client 101 (“sharing”) is realized.

例えば、ユーザがWebブラウザ(UA106)で、写真データを管理するウェブストレージ(クライアント101)のWeb Intentsの呼び出しボタンが用意されたサイトに訪れ、当該ボタンを押下する。すると、Webブラウザ(UA106)が登録サービス一覧を含むポップアップウィンドウを表示する。そのポップアップウィンドウで、ユーザがサービスとしてWebメール機能を選択したとすると、該機能を提供するサイトが別ウィンドウで表示され、処理結果として、そのウィンドウ上では写真データを添付した新規メールが作成される。これにより、ユーザは電子メールを送信することが出来る。 For example, the user uses the Web browser (UA 106) to visit a site provided with a Web Intents call button of the Web storage (client 101) that manages photo data, and presses the button. Then, the web browser (UA 106) displays a pop-up window containing a list of registered services. If the user selects a web mail function as a service in the pop-up window, a site that provides the function is displayed in a separate window, and as a result of processing, a new mail with photo data attached is created on that window. . This allows the user to send e-mail.

サービス103は、提供機能に関する処理が終了すると、S209にて、処理結果をクライアント101に伝えるECMAScriptを含む応答をUA106に返す。UA106は、上記S209の応答を受信すると、S210にて、該応答中に含まれるECMAScriptを実行し、上記S205のstartActivety()関数の引数で指定されたコールバック関数onSuccess()を呼び出す。S211にて、UA106は、該コールバック関数onSuccess()によってクライアント101へ処理結果を返す。 After completing the processing related to the provided function, the service 103 returns a response including ECMAScript for conveying the processing result to the client 101 to the UA 106 in S209. Upon receiving the response in S209, the UA 106 executes the ECMAScript included in the response in S210, and calls the callback function onSuccess() specified by the argument of the startActivity() function in S205. At S211, the UA 106 returns the processing result to the client 101 by the callback function onSuccess().

以上の処理により、クライアント101は、UA106を介して、サービス103が提供するWeb Intentsの機能(この例では画像の「共有」)を呼び出すことが可能となる。 With the above processing, the client 101 can call the Web Intents function (“sharing” of images in this example) provided by the service 103 via the UA 106 .

<本実例における情報処理端末のUI例>
図4は、本発明の一実施例を示す情報処理端末のUI例を示す図である。
図4において、501は、通常のモバイル端末やスマートフォンのような情報処理端末を示している。情報処理端末501には、携帯情報端末をターゲットとして開発されたプラットフォームであるandroid(登録商標)などのOS(オペレーティングシステム)がインストールされる。
<UI example of information processing terminal in this example>
FIG. 4 is a diagram showing a UI example of an information processing terminal showing an embodiment of the present invention.
In FIG. 4, 501 denotes an information processing terminal such as a normal mobile terminal or smart phone. The information processing terminal 501 is installed with an OS (operating system) such as android (registered trademark), which is a platform developed for portable information terminals.

図4の例では、情報処理端末501には、アプリケーションプログラムとして複数のWebブラウザ(browserA,browserB,browserC)がインストールされている。これらのWebブラウザは、それぞれが図1におけるUA106に相当するものであり、それぞれWeb Intentsを利用可能である。即ち、情報処理端末501は、Web Intentsの中継機能を複数備えるものである。 In the example of FIG. 4, a plurality of web browsers (browserA, browserB, browserC) are installed in the information processing terminal 501 as application programs. Each of these web browsers corresponds to the UA 106 in FIG. 1 and can use Web Intents. That is, the information processing terminal 501 has a plurality of Web Intents relay functions.

ユーザは、Webブラウザ使用時に図1の103に相当するサービスを発見すると、必要に応じてサービスをWebブラウザに登録する。Webブラウザが管理している複数のサービスのリストは、Webブラウザ毎のものである。よって、Webブラウザに登録されているWeb Intentsは、Webブラウザ毎で異なっているのが通常である。 When the user finds the service corresponding to 103 in FIG. 1 while using the web browser, the user registers the service in the web browser as necessary. The list of multiple services managed by the web browser is for each web browser. Therefore, Web Intents registered in a Web browser are usually different for each Web browser.

また、本実施例では、図4に示すようなスマートフォン型の情報処理端末を利用して説明するが、プラットフォームとして情報処理端末の形態には制限がなく、一般的なコンピュータ(例えばパーソナルコンピュータ)にも本発明は適用可能である。 In addition, in this embodiment, a smartphone type information processing terminal as shown in FIG. 4 is used for explanation, but there is no limitation on the form of the information processing terminal as a platform, and a general computer (for example, a personal computer) can be used. The present invention is also applicable.

<クライアント101及びサービス103のハードウェア構成例>
図5は、図1におけるクライアント101及びサービス103のハードウェア構成例を示すブロック図である。
クライアント101やサービス103は、汎用のコンピュータ等で構成可能である。クライアント101やサービス103は、CPU602、ROM603と、RAM604を含む。CPU602は、ROM603や後述する記憶装置608に格納されているプログラムを読み出して実行することにより、装置全体を統括制御する。ROM603は、システム起動に必要なブートプログラムを記憶するための読み出し専用メモリである。RAM604は、CPU602でプログラムを実行する際に必要とされる作業メモリである。
<Hardware Configuration Example of Client 101 and Service 103>
FIG. 5 is a block diagram showing a hardware configuration example of the client 101 and service 103 in FIG.
The client 101 and the service 103 can be composed of a general-purpose computer or the like. The client 101 and service 103 include CPU 602 , ROM 603 and RAM 604 . The CPU 602 reads out and executes programs stored in the ROM 603 and a storage device 608, which will be described later, to centrally control the entire apparatus. A ROM 603 is a read-only memory for storing a boot program required for system startup. A RAM 604 is a working memory required when the CPU 602 executes a program.

ネットワークインタフェース(Network I/F)605は、ネットワーク(Network)を介して通信を行う。表示制御部606は、表示デバイス609の表示を制御する。例えば、表示制御部606は、Webサーバを管理するため等の画面表示を制御する。表示デバイス609は、表示制御部606にて制御された出力信号をWebサーバ管理者であるオペレータに表示する。入力制御部607は、入力デバイス610や611から受信した入力信号を制御する。入力デバイス610は例えばマウス等のポインティングデバイスで、入力デバイス611はキーボード等であり、オペレータからの入力を受け付ける。 A network interface (Network I/F) 605 performs communication via a network. The display control unit 606 controls display on the display device 609 . For example, the display control unit 606 controls screen display for managing a web server. A display device 609 displays an output signal controlled by the display control unit 606 to an operator who is a Web server administrator. The input control unit 607 controls input signals received from the input devices 610 and 611 . An input device 610 is, for example, a pointing device such as a mouse, and an input device 611 is a keyboard or the like, and receives input from an operator.

記憶装置608は、CPU602で実行するプログラムや各種情報を格納する例えば磁気ディスクやフラッシュメモリ等の不揮発性の記憶装置である。クライアント101の場合、記憶装置608に、クライアント101にて提供するコンテンツ情報なども格納する。また、サービス103の場合、記憶装置608に、サービス103が機能を提供するために必要なデータとプログラムなども格納する。 A storage device 608 is a non-volatile storage device such as a magnetic disk or flash memory that stores programs to be executed by the CPU 602 and various information. In the case of the client 101 , the storage device 608 also stores content information provided by the client 101 . In the case of the service 103, the storage device 608 also stores data and programs necessary for the service 103 to provide its functions.

なお、本実施例で示すクライアント101、サービス103の処理は、それぞれ、クライアント101、サービス103のCPU602が記憶装置608に格納されるプログラムを読み出して実行することにより実現されるものである。 Note that the processing of the client 101 and the service 103 shown in this embodiment is realized by the CPU 602 of the client 101 and the service 103 respectively reading and executing programs stored in the storage device 608 .

<情報処理端末501のハードウェア構成例>
図6は、情報処理端末501のハードウェア構成を示すブロック図であり、図1におけるUA106は、このハードウェア上で実行される。図6に記載の情報処理端末501は、通常のモバイル端末やスマートフォンであり、小型端末用のオペレーティングシステムや、通話、データ通信を制御するプログラムが動いている。
<Hardware Configuration Example of Information Processing Terminal 501>
FIG. 6 is a block diagram showing the hardware configuration of information processing terminal 501, and UA 106 in FIG. 1 is executed on this hardware. The information processing terminal 501 shown in FIG. 6 is a normal mobile terminal or smart phone, and an operating system for small terminals and a program for controlling telephone calls and data communication are running.

情報処理端末501のハードウェアの各構成要素は、システムバス801に接続されている。ROM803には、情報処理端末501におけるオペレーティングシステム及び、通話、データ通信を制御するアプリケーション等が格納されており、CPU802により読み出されて実行される。なお、データ通信を制御するアプリケーションには、例えば、MailソフトやWebブラウザなどがある。 Each hardware component of the information processing terminal 501 is connected to the system bus 801 . The ROM 803 stores an operating system in the information processing terminal 501 and applications for controlling telephone calls and data communication, etc., which are read and executed by the CPU 802 . Applications that control data communication include, for example, Mail software and web browsers.

RAM804は、プログラムを実行するためのワークメモリエリアである。また、RAM804は、WebブラウザがWebサーバから取得してきたWebページデータやWebサービスにアクセスするための認証情報などを一時記憶するためのメモリでもある。記憶装置809は不揮発性の記憶装置であり、情報処理端末501の再起動後も保持しておく必要のある各種動作モード設定や、稼働ログなどが記憶される。 A RAM 804 is a work memory area for executing programs. The RAM 804 also serves as a memory for temporarily storing web page data acquired by the web browser from the web server, authentication information for accessing web services, and the like. A storage device 809 is a non-volatile storage device, and stores various operation mode settings, operation logs, etc. that need to be retained even after the information processing terminal 501 is restarted.

ネットワークコントローラ(Network Controller)805は、無線LANに参加するための無線LAN通信部811と、携帯キャリアの提供するネットワークに参加するための携帯電話データ通信部812の通信制御を行う。一般的に無線LANのネットワークに参加できるとき、ネットワークコントローラ805は、無線LAN通信部811を介した無線LANの接続を優先する。なお、情報処理端末501が無線LANのネットワークエリアから外れた場合には、携帯電話データ通信部812を介したネットワークコントローラ805は、携帯キャリアが提供する無線通信ネットワークへ参加する。 A network controller 805 controls communication of a wireless LAN communication unit 811 for joining a wireless LAN and a mobile phone data communication unit 812 for joining a network provided by a mobile carrier. In general, the network controller 805 gives priority to wireless LAN connection via the wireless LAN communication unit 811 when it is possible to participate in a wireless LAN network. Note that when the information processing terminal 501 is out of the wireless LAN network area, the network controller 805 via the mobile phone data communication unit 812 participates in the wireless communication network provided by the mobile carrier.

音声制御部806は、主に通話アプリケーションが起動しユーザが電話をしているときに利用する。マイク・スピーカ813にて音声データの入出力を行い、音声制御部806は、その制御プログラムとの仲介を行っている。表示制御部807は、情報処理端末501のディスプレイ814にて出力する情報の制御を行っている。入力制御部808は、情報処理端末501のボタンやタッチパネル815を介してユーザが指示した情報の制御を行っている。これらの音声制御部806、表示制御部807、入力制御部808を利用して、情報処理端末501上でのアプリケーションは、ネットワーク通信情報や情報処理端末501のさまざまな情報をユーザに提供する。位置検出制御部810は、GPSセンサー816から情報処理端末501の位置情報を取得しオペレーティングシステムに提供する。これらの制御は、CPU802で動くオペレーティングシステムにて制御される。 The voice control unit 806 is mainly used when the call application is running and the user is making a call. Audio data is input/output through the microphone/speaker 813, and the audio control unit 806 mediates with the control program. A display control unit 807 controls information output on the display 814 of the information processing terminal 501 . The input control unit 808 controls information specified by the user via the buttons of the information processing terminal 501 or the touch panel 815 . Applications on the information processing terminal 501 provide network communication information and various information of the information processing terminal 501 to the user by using the voice control unit 806 , the display control unit 807 , and the input control unit 808 . The position detection control unit 810 acquires the position information of the information processing terminal 501 from the GPS sensor 816 and provides it to the operating system. These controls are controlled by an operating system running on the CPU 802 .

なお、本実施例で示すUA106は、情報処理端末501のCPU802がROM803に格納されるプログラムを読み出して実行することにより実現されるものである。 Note that the UA 106 shown in this embodiment is implemented by reading and executing a program stored in the ROM 803 by the CPU 802 of the information processing terminal 501 .

<情報処理端末501のソフトウェア構成例>
図7は、図4における情報処理端末501のソフトウェア構成を示すブロック図である。図7では、主に、本発明に関係のあるアプリケーションのWeb Intentsリクエスト発行に係る技術と、インテントを利用した機能情報の相互利用に係る機能を説明する。なお、インテントとは、任意のアプリケーション間でデータを送受信する技術である。これは、携帯情報端末をターゲットとして開発されたプラットフォームであるandroid(登録商標)上で、利用可能な技術である。また、類似の技術が、他のプラットフォームでも実装されているが、本実施例では、情報処理端末内のアプリケーション間でデータの送受信を行う技術をインテントと呼ぶ。
<Software Configuration Example of Information Processing Terminal 501>
FIG. 7 is a block diagram showing the software configuration of information processing terminal 501 in FIG. FIG. 7 mainly describes a technology related to Web Intents request issuance of an application related to the present invention and a function related to mutual use of function information using intents. Intent is a technique for transmitting and receiving data between arbitrary applications. This is a technology that can be used on android (registered trademark), which is a platform developed for portable information terminals. Similar technology is also implemented on other platforms, but in this embodiment, the technology for transmitting and receiving data between applications in the information processing terminal is called an intent.

図7において、501は、図4に示した情報処理端末である。ここでは、情報処理端末501をモバイル端末やスマートフォンとして説明する。情報処理端末には、一般的に機器を制御するためのオペレーティングシステム(以下、OS)が動いており、図7ではOS部901として表している。また、情報処理端末501には、複数のアプリケーションをインストールすることができる。このアプリケーションを図7ではアプリケーション部902として表している。図7では、アプリケーション部を1つしか記載していないが、実際には、情報処理端末501には複数のアプリケーションがインストールされている。 In FIG. 7, 501 is the information processing terminal shown in FIG. Here, the information processing terminal 501 will be described as a mobile terminal or smart phone. The information processing terminal generally runs an operating system (hereinafter referred to as OS) for controlling the device, which is represented as an OS section 901 in FIG. 7 . Also, a plurality of applications can be installed in the information processing terminal 501 . This application is represented as application section 902 in FIG. Although only one application unit is shown in FIG. 7, a plurality of applications are actually installed in the information processing terminal 501 .

本発明では、情報処理端末501のオペレーティングシステム上で図1のUA106として動作するアプリケーションが、情報処理端末501内で複数動作する環境を想定している。なお、本実施例では、UA106として動作するアプリケーションの一例としてWebブラウザを用いて説明するが、UA106として動作するアプリケーションであればどのようなアプリケーションであってもよい。例えば、表計算ソフトのようなアプリケーションがUA106の機能を提供するものであってもよい。また、OSがUA106として動作する場合も本発明に含まれるものとする。 The present invention assumes an environment in which a plurality of applications that operate as the UA 106 in FIG. In this embodiment, a web browser is used as an example of an application that operates as the UA 106, but any application that operates as the UA 106 may be used. For example, an application such as spreadsheet software may provide the functions of the UA 106 . Also, the case where the OS operates as the UA 106 is also included in the present invention.

本実施例で想定しているアプリケーションは、WebブラウザのようなWeb IntentsをUA106として制御できるアプリケーションであり、また同時に、アプリケーション間でデータの送受信を行うことができるアプリケーションである。アプリケーション間でデータを送受信する技術としては、インテントの他に、Web Intentsなどがある。実施例1では、インテントを利用してアプリケーション間でデータを送受信する実施例を示す。また、後述する実施例2では、Web Intentsを利用してアプリケーション間でデータを送受信する実施例を示す。しかし、ここで想定するアプリケーションは、任意のアプリケーション間で、データの送受信を行うことができればよく、特にインテントやWeb Intentsに限定しない。 The application assumed in this embodiment is an application that can control Web Intents such as a Web browser as the UA 106, and at the same time, is an application that can transmit and receive data between applications. Technologies for transmitting and receiving data between applications include Web Intents in addition to intents. Example 1 shows an example in which data is transmitted and received between applications using intents. A second embodiment, which will be described later, shows an embodiment in which data is transmitted and received between applications using Web Intents. However, the applications assumed here are not particularly limited to intents or Web Intents as long as they can transmit and receive data between arbitrary applications.

なお、図7に示すOS部901やアプリケーション部902は、情報処理端末501のCPU802がROM803に格納されるOSやアプリーションプログラムを読み出して実行することにより実現されるものである。 Note that the OS section 901 and the application section 902 shown in FIG. 7 are implemented by the CPU 802 of the information processing terminal 501 reading and executing the OS and application programs stored in the ROM 803 .

まず、OS部901について説明する。
OS部901において、906はネットワーク制御部である。ネットワーク制御部906は、図6のネットワークコントローラ805を制御する。情報処理端末501は、小型携帯端末であるため移動して利用することが想定されており、ネットワーク制御部906は、その場所に応じてアクセス可能なネットワークへ自動的に接続を行う。また、アプリケーション部902からの通信リクエストに応じて外部へ通信を行う。また、ネットワーク制御部906は、外部からのネットワーク接続要求に対応し、適切なアプリケーション部902へと接続要求を振り分ける。
First, the OS section 901 will be described.
In the OS section 901, 906 is a network control section. A network control unit 906 controls the network controller 805 in FIG. Since the information processing terminal 501 is a small portable terminal, it is assumed to be used while moving, and the network control unit 906 automatically connects to an accessible network according to the location. Also, it communicates with the outside according to a communication request from the application unit 902 . Also, the network control unit 906 responds to network connection requests from the outside and distributes the connection requests to appropriate application units 902 .

904はインテント情報入出力部、905はアプリケーション情報格納部である。OS部901は、アプリケーション部902からアクションやタイプ(以下、データ型)の情報とともにインテント要求を受けると、そのアクションとデータ型に対応したアプリケーションをインテント情報入出力部904に要求する。インテント情報入出力部904は、インテント要求を受けると、受信したアクションとデータ型に対応するアプリケーションのリストをアプリケーション情報格納部905から取得する。そして、インテント情報入出力部904は、取得したアプリケーションのリストをアプリケーション部902へ送信する。 904 is an intent information input/output unit, and 905 is an application information storage unit. When the OS unit 901 receives an intent request from the application unit 902 along with action and type (hereinafter referred to as data type) information, it requests the intent information input/output unit 904 for an application corresponding to the action and data type. Upon receiving an intent request, the intent information input/output unit 904 acquires a list of applications corresponding to the received action and data type from the application information storage unit 905 . The intent information input/output unit 904 then transmits the obtained application list to the application unit 902 .

また、903はユーザ入出力部で、図6の音声制御部806、表示制御部807、入力制御部808を統括して管理する。ユーザ入出力部903は、アプリケーション部902からユーザへの表示指示があると表示制御部807を介してディスプレイ814へ表示を行う。また、ユーザがタッチパネル815を介して入力を行うと、ユーザ入出力部903は、入力制御部808にて制御された入力信号をアプリケーション部902へと伝える。 A user input/output unit 903 controls the voice control unit 806, the display control unit 807, and the input control unit 808 shown in FIG. The user input/output unit 903 performs display on the display 814 via the display control unit 807 when there is a display instruction from the application unit 902 to the user. Also, when the user makes an input via the touch panel 815 , the user input/output unit 903 transmits an input signal controlled by the input control unit 808 to the application unit 902 .

次に、アプリケーション部902について説明する。
アプリケーション部902は、サービス情報管理部908、中央処理部907、サービス情報検出部909、サービス情報入出力部910、サービス情報格納部911を有する。
Next, the application unit 902 will be described.
The application unit 902 has a service information management unit 908 , a central processing unit 907 , a service information detection unit 909 , a service information input/output unit 910 and a service information storage unit 911 .

907は中央処理部で、Webブラウザとして中心的な働きをする。この中央処理部907の基本的な役割は、Web IntentsにおけるUA106である。そのほかにも中央処理部907は、基本的なブラウジング処理や、サービス103の検知、また、インテントを通じたデータの送受信なども行う。また、中央処理部907は、OS部901のインテントを利用しない場合には、サービス情報管理部908を用いて、Web Intentsのサービス情報(機能情報)を他のアプリケーションから取得、または、提供することも可能である。なお、サービス情報管理部908については、後述する実施例2で説明する。 A central processing unit 907 plays a central role as a web browser. The basic role of this central processing unit 907 is the UA 106 in Web Intents. In addition, the central processing unit 907 performs basic browsing processing, detection of the service 103, transmission and reception of data through intents, and the like. When the intent of the OS unit 901 is not used, the central processing unit 907 uses the service information management unit 908 to acquire or provide Web Intents service information (function information) from other applications. is also possible. Note that the service information management unit 908 will be described in a second embodiment, which will be described later.

サービス情報検出部909は、アクセス時にサービス103から受信したWebページに含まれる<intent>タグを検出し、サービス103が提供する機能を登録するための機能情報を認識する。サービス情報入出力部910は、サービス情報格納部911への機能情報の入出力を制御する。サービス情報格納部911には、図8に示すような情報が格納される。 A service information detection unit 909 detects an <intent> tag included in a Web page received from the service 103 at the time of access, and recognizes function information for registering functions provided by the service 103 . The service information input/output unit 910 controls input/output of function information to/from the service information storage unit 911 . Information as shown in FIG. 8 is stored in the service information storage unit 911 .

図8は、UAとしてのWebブラウザにて管理される機能情報を例示する図である。
例えば、図8に示す例では、サービスが提供する提供機能の名称1401、サービスにて提供機能を受け付けるURI1402、Web Intentsリクエストを受け付ける際のアクション(action)1403、データ型(type)1404などを含む情報がサービス情報格納部911に格納されている。
FIG. 8 is a diagram exemplifying function information managed by a web browser as a UA.
For example, in the example shown in FIG. 8, the name 1401 of the function provided by the service, the URI 1402 for receiving the function provided by the service, the action 1403 when receiving the Web Intents request, the data type 1404, etc. are included. Information is stored in the service information storage unit 911 .

以下、アプリケーション部902の各モジュールの動きを簡単に説明する。
ユーザが情報処理端末501のアプリケーションであるWebブラウザ(UA106に対応)を利用して、Web Intentsの仕組みを利用した或るサービス(Webサイト)へアクセスする。すると、アプリケーション部902のサービス情報検出部909は、アクセス時にサービスから受信したWebページに含まれる<intent>タグを検出し、サービスが提供する機能を登録するための機能情報(Web Intentsサービス情報)を認識する。該アクセスしたサービスの機能情報を認識すると、中央処理部907は、ユーザ入出力部903を介してユーザに対して、この機能情報をWeb Intentとして登録するか否かの選択を仰ぐ。ここで、ユーザから登録が指示された場合、中央処理部907は、サービス情報入出力部910へ上記<intent>タグで特定される機能情報を保管する指示を発行する。サービス情報入出力部910は、上記機能情報の保管指示を受けると、サービス情報格納部911へ上記機能情報を格納する。
The operation of each module of the application unit 902 will be briefly described below.
A user uses a web browser (compatible with the UA 106), which is an application of the information processing terminal 501, to access a certain service (website) using the mechanism of Web Intents. Then, the service information detection unit 909 of the application unit 902 detects the <intent> tag included in the Web page received from the service at the time of access, and detects function information (Web Intents service information) for registering functions provided by the service. to recognize Upon recognizing the function information of the accessed service, the central processing unit 907 asks the user via the user input/output unit 903 whether or not to register this function information as Web Intent. When the user instructs registration, the central processing unit 907 issues an instruction to the service information input/output unit 910 to store the function information specified by the <intent> tag. The service information input/output unit 910 stores the function information in the service information storage unit 911 upon receiving the instruction to store the function information.

また、ユーザがサービスに処理を依頼する場合、中央処理部907は、サービス情報入出力部910を介して、サービス情報格納部911から機能情報を取得する。そして、中央処理部907は、該取得した機能情報の一覧を表示し、該一覧から選択された機能情報に対応するサービスに対してWeb Intents処理要求とコンテンツ情報を送信する。 When a user requests a service to perform processing, the central processing unit 907 acquires function information from the service information storage unit 911 via the service information input/output unit 910 . Then, the central processing unit 907 displays a list of the acquired function information, and transmits a Web Intents processing request and content information to the service corresponding to the function information selected from the list.

なお、サービス情報格納部911から取得した機能情報の一覧の中に、ユーザの利用したい機能に対応する機能情報がない場合、当該Webブラウザは、インテントを利用して他のWebブラウザから機能情報を取得することができる。この場合、Webブラウザの中央処理部907は、OS部901のインテント情報入出力部904に、機能情報を提供可能なアプリケーションのリストを取得するためのリクエストを発行する。そして、中央処理部907は、該リクエストの結果、機能情報の提供を行うアプリケーションのリストを受信する。このアプリケーションのリストの中からユーザが任意のアプリケーションを選択すると、中央処理部907が、該選択されたアプリケーションに対してインテントを利用して機能情報の取得要求を行い、機能情報を取得する。 If the list of function information acquired from the service information storage unit 911 does not contain the function information corresponding to the function that the user wants to use, the web browser uses the intent to retrieve the function information from another web browser. can be obtained. In this case, the central processing unit 907 of the web browser issues a request to the intent information input/output unit 904 of the OS unit 901 to obtain a list of applications capable of providing function information. Then, the central processing unit 907 receives a list of applications that provide function information as a result of the request. When the user selects an arbitrary application from this application list, the central processing unit 907 requests the selected application to acquire function information using an intent, and acquires the function information.

また、中央処理部907は、外部アプリケーションからインテントにより、機能情報の提供依頼(取得要求)を受け付けると、サービス情報入出力910を介してサービス情報格納部911から機能情報を取得する。そして、中央処理部907は、該取得した機能情報を、上記外部アプリケーションに対して提供する。 When the central processing unit 907 receives a function information provision request (acquisition request) from an external application with an intent, the central processing unit 907 acquires function information from the service information storage unit 911 via the service information input/output 910 . Then, the central processing unit 907 provides the acquired function information to the external application.

<機能情報の相互利用に関するシーケンス図の例>
図9は、ユーザがあるWebブラウザを用いてWeb Intentsを利用する際に他のWebブラウザが管理する機能情報のリストを参照して利用する動作を例示するシーケンス図である。なお、図9では、図2で説明したWeb Intentsの基本シーケンスに拡張を行っている。図9中、902は情報処理端末501内のWebブラウザを表しており、Web Intentsの役割としてはUAとなる。図9では、UAが複数存在し、機能情報を要求する側のWebブラウザをUserAgent.1(以下、UA.1)とし、機能情報を提供する側のWebブラウザをUserAgent.2(以下、UA.2)する。
なお、図10は、UA.1のWebブラウザ画面に表示される画面を例示する図である。
また、図11、図12は、図9のシーケンスの一部の詳細シーケンス図である。
<Example of sequence diagram for mutual use of functional information>
FIG. 9 is a sequence diagram illustrating an operation of referring to and using a function information list managed by another web browser when a user uses a web browser to use Web Intents. 9, the basic sequence of Web Intents described in FIG. 2 is expanded. In FIG. 9, reference numeral 902 denotes a web browser within the information processing terminal 501, which serves as a UA as a role of web intents. In FIG. 9, there are multiple UAs, the web browser requesting the functional information is UserAgent.1 (hereinafter referred to as UA.1), and the web browser providing the functional information is UserAgent.2 (hereinafter referred to as UA. 2) do.
FIG. 10 shows an example of a screen displayed on the web browser screen of UA.1.
11 and 12 are detailed sequence diagrams of part of the sequence of FIG.

図9のS1001では、ユーザ指示に応じてUA.1がクライアント101にアクセスをする。すると、UA.1は、S1002にて、クライアント101から「Share」ボタンによって処理が開始されるECMAScriptを含んだHTML情報を受信する。そして、UA.1のWebブラウザ画面では、図10(a)に示すような画面が表示される。この画面では、写真コンテンツ情報の提供と「Share」ボタン1101によって、任意のサービスに写真コンテンツ情報を共有する依頼を発行することができる。 In S1001 of FIG. 9, UA.1 accesses the client 101 according to a user instruction. Then, in S1002, UA.1 receives from the client 101 HTML information including ECMAScript whose processing is started by pressing the "Share" button. Then, a screen as shown in FIG. 10(a) is displayed on the Web browser screen of UA.1. On this screen, it is possible to issue a request for sharing photo content information to an arbitrary service by providing photo content information and a “Share” button 1101 .

S1003にて、ユーザが「Share」ボタン1101を押下してサービスを利用することを指示すると、UA.1は「Share」ボタン1101が押下されたことを検知する。UA.1は、「Share」ボタン1101の押下を検知し、ユーザからサービスの利用を指示されたと判断すると、S1004に処理を移す。S1004にて、UA.1は、写真コンテンツに対する共有を示すアクションとファイルのデータ型に基づいて、サービス情報格納部911(図7)に登録されている機能情報のリストを取得して、該取得した機能情報のリスト(一覧)を含む図10(b)のような選択画面を表示してユーザに提示する。 In S1003, when the user presses the "Share" button 1101 to instruct to use the service, UA.1 detects that the "Share" button 1101 has been pressed. When UA.1 detects that the "Share" button 1101 has been pressed and determines that the user has instructed to use the service, the process proceeds to S1004. At S1004, UA.1 acquires a list of function information registered in the service information storage unit 911 (FIG. 7) based on the action indicating sharing of the photo content and the data type of the file. A selection screen such as that shown in FIG. 10B, which includes a list of function information that has been selected, is displayed and presented to the user.

S1004で表示する画面には、図10(b)に示すように、機能情報のリスト1102と、他のUAに登録済みの機能情報を参照できる「サービス・インポート」と記載しているリンクボタン1103が表示される。また、この画面には、選択した機能情報を決定するためのOKボタン1104、機能情報の選択をキャンセルするCancelボタン1105も表示されている。 As shown in FIG. 10B, the screen displayed in S1004 includes a list of function information 1102 and a link button 1103 indicating "Import Service" for referring to function information registered in another UA. is displayed. This screen also displays an OK button 1104 for confirming the selected function information and a Cancel button 1105 for canceling the selection of the function information.

ユーザは、上記S1004で表示された図10(b)のような画面上の機能情報のリスト1102に、利用したい機能情報がない場合、他のブラウザにて登録されている機能情報を利用することができる。この場合、ユーザは、S1005にて、図10(b)の画面の「サービス・インポート」リンクボタン1103を押下する。 If the user does not find the desired function information in the function information list 1102 on the screen as shown in FIG. can be done. In this case, the user presses the "service import" link button 1103 on the screen in FIG. 10B in S1005.

UA.1は、「サービス・インポート」リンクボタン1103の押下を検知すると、情報処理端末501の中で機能情報を提供可能な他のアプリケーションを探す(S1006~S1007)。実施例1では、例としてandroid(登録商標)のインテントを利用して機能情報を取得する処理シーケンスを記載する。インテントも、Web Intentsと同様に転送したいデータ型とそのデータに対して何をしたいかというアクションをOSが仲介することで適切なアプリケーション間でのデータ転送を可能にするものである。 When UA.1 detects that the "service import" link button 1103 has been pressed, it searches for other applications capable of providing functional information in the information processing terminal 501 (S1006-S1007). In the first embodiment, as an example, a processing sequence for acquiring function information using an android (registered trademark) intent will be described. Intents, like Web Intents, enable data transfer between appropriate applications by mediating the data type to be transferred and the action of what to do with the data by the OS.

以下、S1006~S1007について図11(a)を用いて詳細に説明する。
図11(a)に示すように、S1006にて、UA.1は、データの型を「application/Web Intents Service」とし、データ提供を依頼できるアプリケーションを探すためアクションを「pick」として、OS部901にインテント依頼を発行する。OS部901は、S1007にて、インテントによって、サービスの機能情報を提供できるアプリケーションのリストを、アプリケーション情報格納部905から取得する。そして、インテント情報入出力部904を介して、UA.1にUAのリストとして返す。
S1006 and S1007 will be described in detail below with reference to FIG. 11(a).
As shown in FIG. 11(a), in S1006, UA.1 sets the data type to "application/Web Intents Service" and sets the action to "pick" to search for an application that can request data provision. Issue an intent request to 901 . In S1007, the OS unit 901 acquires a list of applications that can provide service function information from the application information storage unit 905 according to the intent. Then, the list of UAs is returned to UA.1 via the intent information input/output unit 904 .

上記S1007でUAリストを取得したUA.1は、S1008にて、UAリストを含む画面を表示してユーザに提示する。ユーザは、この画面にて、あるUA(ここでは、UA.2とする)に登録されている機能情報を利用したい場合、UA.2を選択する。UA.1は、S1009にて、UA.2が選択されたこと検知すると、S1010にて、UA.2に登録されている機能情報のリストの取得要求を発行する。 After acquiring the UA list in S1007, UA.1 displays a screen including the UA list and presents it to the user in S1008. The user selects UA.2 on this screen if he or she wants to use function information registered in a certain UA (here, UA.2). When UA.1 detects in S1009 that UA.2 has been selected, in S1010 UA.1 issues a request to obtain a list of function information registered in UA.2.

以下、S1010~S1013について図11(b)を用いて詳細に説明する。
図11(b)に示すように、S1010にて、UA.1は、UA.2に対してインテント呼び出しを行い、データ型を「appilication/Web IntentsService」としアクションを「pick」として処理を要求する。この要求に応じて、UA.2は、中間応答として提供可能な機能情報のリストをUA.1に提供する。なお、このデータの送受信は実際にはOS901を介して行われるが、ここでは簡略化して説明する。
S1010 to S1013 will be described in detail below with reference to FIG. 11(b).
As shown in FIG. 11(b), in S1010, UA.1 makes an intent call to UA.2 and requests processing with the data type as "application/Web IntentsService" and the action as "pick". do. In response to this request, UA.2 provides UA.1 with a list of capability information it can provide as an intermediate response. Although this data transmission/reception is actually performed via the OS 901, the explanation is simplified here.

UA.1は、S1011にて、UA.2から機能情報リストを受信すると、S1013にて、UA.2の機能情報リスト(一覧)を表示する。上記S1013にて情報処理端末501に表示される画面の例を図10(c)として示す。図10(c)では、UAのリストとそのUAが管理する機能情報のリストの親子関係がわかるように表示されている。例えば、図10(c)では、UAとしての「browserB」が管理する機能情報として「PhotoServiceD」,「PhotoServiceE」が表示されている(1106)。しかし、親子関係を表示せず、UA.1に登録されていない機能情報のリストのみをそのまま表示してもよい。ユーザは、いずれか1又は複数の機能情報を選択した状態でOKボンタン1107を押下することにより、機能情報の選択を確定する。この際、UA.1は、機能情報が選択されたことを検出する。 Upon receiving the function information list from UA.2 in S1011, UA.1 displays the function information list (list) of UA.2 in S1013. FIG. 10C shows an example of the screen displayed on the information processing terminal 501 in S1013. In FIG. 10C, the parent-child relationship between the list of UAs and the list of function information managed by the UAs is displayed so as to be understood. For example, in FIG. 10C, "PhotoServiceD" and "PhotoServiceE" are displayed as function information managed by "browserB" as a UA (1106). However, the parent-child relationship may not be displayed, and only the list of function information not registered in UA.1 may be displayed as it is. The user confirms the selection of the function information by pressing the OK button 1107 with one or more function information selected. At this time, UA.1 detects that function information has been selected.

なお、上記S1009~S1013に示したUAの選択を検知し該選択されたUAに登録されている機能情報リストを取得して表示する処理は、ユーザがUAを選択した回数分繰り返される(S1012)。 The process of detecting the selection of a UA shown in S1009 to S1013 and acquiring and displaying the function information list registered in the selected UA is repeated the number of times the user selects the UA (S1012). .

UA.1は、S1014にて、上記機能情報リストから、UA.2に登録されている機能情報が選択されたことを検出すると、S1015にて、UA.2に対して上記選択された機能情報を取得するためのリクエストを発行し、上記選択した機能情報を取得する(S10115~S1016)。 When UA.1 detects in S1014 that the function information registered in UA.2 has been selected from the function information list, in S1015 the selected function information is transferred to UA.2. is issued to acquire the selected function information (S10115-S1016).

以下、S1015~S1016について図12(a)を用いて詳細に説明する。
図12(a)に示すように、S1015にて、UA.1は、インテントの「pick」を用いて取得対象の機能情報を指定し、インテントの仕組みを利用して、UA.2に対して取得要求を発行する。この取得要求に応じて、UA.2は、S1016にて、上記1015のインテントの応答として、上記指定された機能情報を送信する。ここで送信される機能情報は、図13のように、機能情報が定義されている定義ファイルである。
S1015 and S1016 will be described in detail below with reference to FIG. 12(a).
As shown in FIG. 12(a), in S1015, UA.1 uses the intent "pick" to specify the function information to be acquired, and uses the intent mechanism to send UA.2 Issue an acquisition request to In response to this acquisition request, UA.2 transmits the specified function information as a response to the intent of 1015 in S1016. The function information transmitted here is a definition file in which the function information is defined, as shown in FIG.

図13は、S1016でUA.2から送信される機能情報の定義ファイルを例示する図である。
図13に示すように、機能情報の定義ファイルには、提供機能の名称と、提供機能を受け付けるURI、また、提供機能を提供する際のアクション(action)とデータの型(type)が記されている。
FIG. 13 is a diagram exemplifying the function information definition file transmitted from UA.2 in S1016.
As shown in FIG. 13, the function information definition file describes the name of the provided function, the URI for accepting the provided function, and the action and data type when providing the provided function. ing.

以下、図9のシーケンス図の説明に戻る。
UA.1は、上記S1016で機能情報を登録するために必要な情報を取得すると、S1017にて、自身に、上記取得した機能情報を登録する。即ち、UA.1の中央処理部907は、サービス情報入出力部910を介して、上記S1016で取得した機能情報をサービス情報格納部911へ格納する。その後、S1018にて、UA.1は、自身に登録されている機能情報のリストを再び図10(b)のような選択画面を表示してユーザに提示する。UA.1は、S1019にて、ユーザにより、上記S1018で表示した機能情報リストの中から、ある機能情報を選択されたことを検知すると、S1020に処理を進める。S1020では、UA.1は、上記選択された機能情報に対応するサービス(ここではサービス103)に対して、「share」を処理するためのHTTP要求(Web Intent処理要求)を送信する。
The description of the sequence diagram in FIG. 9 will be returned to below.
When UA.1 acquires the information necessary for registering the function information in S1016, it registers the acquired function information in itself in S1017. That is, the central processing unit 907 of UA.1 stores the function information acquired in S1016 in the service information storage unit 911 via the service information input/output unit 910 . After that, at S1018, UA.1 presents the list of function information registered to itself to the user again by displaying the selection screen as shown in FIG. 10(b). When UA.1 detects in S1019 that the user has selected certain function information from the function information list displayed in S1018, the process advances to S1020. In S1020, UA.1 transmits an HTTP request (Web Intent processing request) for processing "share" to the service (here, service 103) corresponding to the selected function information.

以下、S1020~S1021について図12(b)を用いて詳細に説明する。
図12(b)に示すように、S1020にて、UA.1は、サービス103に対して、データ型「image/jpeg」、アクション「share」のWeb Intents処理要求を発行する。このWeb Intents処理要求に応じて、サービス103は、S1021にて、該Web Intents処理要求に対する処理を実行し、実行結果を応答としてUA.1に返す。そして、UA.1は、上記S1021の応答を受信する。
S1020 to S1021 will be described in detail below with reference to FIG. 12(b).
As shown in FIG. 12B, in S1020, UA.1 issues a Web Intents processing request of data type "image/jpeg" and action "share" to the service 103. As shown in FIG. In response to this Web Intents processing request, the service 103 executes processing for the Web Intents processing request in S1021 and returns the execution result to UA.1 as a response. Then, UA.1 receives the response of S1021.

<実施例1のUAの処理フローチャートの例>
図14は、UAがクライアントからECMAScriptを受信してから、機能情報を外部から取得し、サービスにリクエストを発行するまでのソフトウェアの処理を例示するフローチャートである。なお、このフローチャートの処理は、図7に示す情報処理端末501内のソフトウェアの処理の一部を示したものである。このフローチャートの処理は、情報処理端末501のCPU802が、ROM803、記憶装置809等に記憶されたプログラムを必要に応じてRAM804に展開して実行することにより実現される。
<Example of UA processing flowchart of embodiment 1>
FIG. 14 is a flowchart illustrating software processing from when the UA receives ECMAScript from a client to when it acquires function information from the outside and issues a request to a service. It should be noted that the processing of this flowchart shows part of the processing of the software in the information processing terminal 501 shown in FIG. The processing of this flow chart is realized by the CPU 802 of the information processing terminal 501 developing programs stored in the ROM 803, the storage device 809, etc. into the RAM 804 as necessary and executing the programs.

S1701にて、情報処理端末501のネットワーク制御部906は、クライアント101からWeb Intentsリクエストを発行するためのECMAScriptを含むHTMLを受信すると、処理をS1702へ進める。 In S1701, when the network control unit 906 of the information processing terminal 501 receives HTML including ECMAScript for issuing a Web Intents request from the client 101, the process advances to S1702.

S1702では、中央処理部907は、受信したHTML情報に基づいて画面を構成し、ユーザ入出力部903を介して図10(a)のような画面を表示し、ユーザに受信情報を提示し、処理をS1703へ進める。S1703では、中央処理部907は、画面操作でユーザからWeb Intentsリクエストの発行指示を受け取ったか否かを判断する。なお、中央処理部907は、「share」ボタン1101の押下を検知した場合に、Web Intentsリクエストの発行指示を受け取ったと判断する。 In S1702, the central processing unit 907 composes a screen based on the received HTML information, displays a screen as shown in FIG. 10A through the user input/output unit 903, presents the received information to the user, The process advances to S1703. In S1703, the central processing unit 907 determines whether or not an instruction to issue a Web Intents request has been received from the user through a screen operation. Note that the central processing unit 907 determines that it has received an instruction to issue a Web Intents request when it detects that the "share" button 1101 has been pressed.

Web Intentsリクエストの発行指示を受け取っていないと判定した場合(S1703でNoの場合)、中央処理部907は、S1703の処理を返し、ユーザからの発行指示を待つ。なお、図示しないが、ユーザの指示によりその他のWebページへ移動するリクエストを受けると、中央処理部907は、本フローチャートの処理から外れ、リクエストに応じた処理を行う。 If it is determined that an instruction to issue a Web Intents request has not been received (No in S1703), the central processing unit 907 returns the process of S1703 and waits for an instruction to issue from the user. Although not shown, when receiving a request to move to another web page according to a user's instruction, the central processing unit 907 deviates from the processing of this flowchart and performs processing according to the request.

一方、Web Intentsリクエストの発行指示を受け取ったと判定した場合(S1703でYesの場合)、中央処理部907は、S1704に処理を進める。S1704では、中央処理部907は、サービス情報入出力部910に対して、上記Web Intentsリクエストに対応する機能情報の登録を問い合わせる。ここで該当する機能情報の登録があれば、中央処理部907は、ユーザ入出力部903を介して、図10(b)で示したような機能情報のリスト1102を表示し、ユーザに提示する。そして、処理をS1705へ進める。 On the other hand, when determining that an instruction to issue a Web Intents request has been received (Yes in S1703), the central processing unit 907 advances the processing to S1704. In S1704, the central processing unit 907 inquires of the service information input/output unit 910 about registration of function information corresponding to the Web Intents request. If there is registration of the corresponding function information, the central processing unit 907 displays the function information list 1102 as shown in FIG. . Then, the process advances to S1705.

S1705では、中央処理部907は、図10(b)に示した画面において「サービス・インポート」リンクボタン1103が押下されたか否かを判定する。そして、「サービス・インポート」リンクボタン1103が押下されたと判定した場合(S1705でYesの場合)、中央処理部907は、S1706に処理を進める。S1706では、機能情報リスト取得・登録処理を実行する。なお、実施例1におけるS1706の詳細は、後述する図15に示す。そして、上記S1706の処理を終了すると、中央処理部907は、S1704に処理を進め、上記S1706で取得した情報を含む機能情報のリストの選択画面(図10(b)のような画面)を表示する。 In S1705, the central processing unit 907 determines whether or not the "service import" link button 1103 has been pressed on the screen shown in FIG. 10B. If it is determined that the "service/import" link button 1103 has been pressed (Yes in S1705), the central processing unit 907 advances the processing to S1706. In S1706, function information list acquisition/registration processing is executed. Details of S1706 in the first embodiment are shown in FIG. 15 described later. After completing the processing of S1706, the central processing unit 907 advances the processing to S1704, and displays a function information list selection screen (such as the screen in FIG. 10B) including the information acquired in S1706. do.

一方、「サービス・インポート」リンクボタン1103が押下されなかったと判定した場合(S1705でNoの場合)、中央処理部907は、S1707に処理を進める。S1707では、中央処理部907は、ユーザによる機能情報の選択を検知すると、処理をS1708へ進める。S1708では、中央処理部907は、上記S1703で発行指示を出したコンテンツ情報を利用してWeb Intentsリクエストを作成し、S1709に処理を進める。S1709では、中央処理部907は、上記S1708にて作成したWeb Intentsリクエストを、上記S1705で選択検知された機能情報に対応するサービスに対して発行し、本フローチャートの処理を終了する。 On the other hand, if it is determined that the "service/import" link button 1103 has not been pressed (No in S1705), the central processing unit 907 advances the processing to S1707. In S1707, when the central processing unit 907 detects selection of function information by the user, the process advances to S1708. In S1708, the central processing unit 907 creates a Web Intents request using the content information for which the issuance instruction was issued in S1703, and advances the process to S1709. In S1709, the central processing unit 907 issues the Web Intents request created in S1708 to the service corresponding to the function information selected and detected in S1705, and ends the processing of this flowchart.

<機能情報リスト取得・登録処理のフローチャート>
図15は、実施例1における機能情報リスト取得・登録処理(図14のS1706)の詳細を示すフローチャートである。このフローチャートの処理は、情報処理端末501のCPU802が、ROM803、記憶装置809等に記憶されたプログラムを必要に応じてRAM804に展開して実行することにより実現される。
<Flowchart of Function Information List Acquisition/Registration Processing>
FIG. 15 is a flowchart showing the details of the function information list acquisition/registration process (S1706 in FIG. 14) according to the first embodiment. The processing of this flow chart is realized by the CPU 802 of the information processing terminal 501 developing programs stored in the ROM 803, the storage device 809, etc. into the RAM 804 as necessary and executing the programs.

図14のS1706に示した機能情報リスト取得・登録処理を開始すると(S1721)、中央処理部907は、S1722へ処理を進める。S1722では、中央処理部907は、OS部901に対してアクションを「pick」、データ型を「Web Intents Service」としてインテントのリクエストを発行し、S1723に処理を進める。 When the function information list acquisition/registration process shown in S1706 of FIG. 14 is started (S1721), the central processing unit 907 advances the process to S1722. In S1722, the central processing unit 907 issues an intent request to the OS unit 901 with an action of "pick" and a data type of "Web Intents Service", and advances the process to S1723.

S1723では、中央処理部907は、OS部901からインテントにてリクエストした応答として、アプリケーションのリストを受信したか否かを判定する。そして、OS部901からアプリケーションのリストを受信できなかったと判定した場合(S1723でNoの場合)、中央処理部907は、S1724に処理を進める。S1724では、インテントで対応するアプリケーションを探したがデバイス内に対応するアプリケーションが存在しないことをユーザに通知し(例えばメッセージを表示し)、本機能情報リスト取得・登録処理を終了する(S1735)。 In S<b>1723 , the central processing unit 907 determines whether or not the application list has been received as a response to the intent request from the OS unit 901 . If it is determined that the application list could not be received from the OS unit 901 (No in S1723), the central processing unit 907 advances the processing to S1724. In S1724, the user is notified (for example, by displaying a message) that the corresponding application is not found in the device even though the intent is searched for, and this function information list acquisition/registration process is terminated (S1735). .

一方、OS部901からアプリケーションのリストを受信したと判定した場合(S1723でYesの場合)、中央処理部907は、S1725に処理を進める。S1725では、中央処理部907は、ユーザ入出力903を介してディスプレイ814に、上記S1723にて取得したアプリケーションのリストを表示し、ユーザへ提示する。そして、S1726に処理を進める。 On the other hand, when determining that the application list has been received from the OS unit 901 (Yes in S1723), the central processing unit 907 advances the processing to S1725. In S1725, the central processing unit 907 displays the application list acquired in S1723 on the display 814 via the user input/output 903, and presents it to the user. Then, the process proceeds to S1726.

S1726では、中央処理部907は、上記S1725にて表示したアプリケーションのリストの中から1つのアプリケーションがユーザにより選択されたことを検知すると、処理をS1727へ進める。S1727では、中央処理部907は、上記S1726にて選択されたアプリケーションに対して、インテントを利用し、アクション「pick」、データ型「Web IntentsService」に対応する機能情報のリストを要求する。そして、処理をS1728へ進める。 In S1726, when the central processing unit 907 detects that the user has selected one application from the application list displayed in S1725, the process advances to S1727. In S1727, the central processing unit 907 uses the intent to request the application selected in S1726 to list the function information corresponding to the action "pick" and the data type "Web IntentsService". Then, the process advances to S1728.

S1728では、中央処理部907は、上記S1727にて要求した機能情報のリストを受信し、処理をS1729へ進める。S1729では、中央処理部907は、上記S1728で受信した機能情報のリストと、既にサービス情報格納部911にて登録済みの機能情報を比較する。該比較の結果、中央処理部907は、既に登録済みの機能情報を除外し、処理をS1730へ進める。 In S1728, the central processing unit 907 receives the list of function information requested in S1727, and advances the process to S1729. In S1729, the central processing unit 907 compares the function information list received in S1728 with the function information already registered in the service information storage unit 911. FIG. As a result of the comparison, central processing unit 907 excludes already registered function information, and advances the process to S1730.

S1730では、中央処理部907は、ユーザ入出力部903を介して受信した機能情報のリストをディスプレイ814に表示する。ここで表示する画面は、図10(c)のような画面となる。 At S<b>1730 , central processing unit 907 displays the list of function information received via user input/output unit 903 on display 814 . The screen displayed here becomes a screen like FIG.10(c).

図10(c)の例では、中央処理部907は、上記S1726にて、「browserB」と「browserC」からなるアプリケーションのリストを表示する。ユーザは、「browserB」に登録されている機能情報リストを取得する場合、「browserB」をタッチする。すると、中央処理部907は、S1730にて、ディレクトリ構造を示す画面左側の三角形を1108のように傾け、「browserB」に登録されている機能情報リスト1106を表示する。この機能情報リスト1106から、ユーザはアプリケーションに取り込みたい機能情報を1つ又は複数選択をする。 In the example of FIG. 10C, the central processing unit 907 displays a list of applications consisting of "browserB" and "browserC" in S1726. When the user acquires the function information list registered in "browserB", the user touches "browserB". Then, in S1730, the central processing unit 907 tilts the triangle on the left side of the screen indicating the directory structure as indicated by 1108, and displays the function information list 1106 registered in "browserB". From this function information list 1106, the user selects one or a plurality of function information to be incorporated into the application.

以下、図15のフローチャートの説明に戻る。
上記S1730で表示された画面での操作を検知すると、中央処理部907は、S1731に処理を進める。S1731では、中央処理部907は、上記S1730で表示した機能情報リストの中から取り込むべき機能情報が選択されたことを検知したか否かを判定する。そして、機能情報が選択されずアプリケーション(例えば「browserC」)が選択されたことを検知したと判定した場合(S1731でNoの場合)、中央処理部907は、S1726へ処理を進める。
Hereinafter, the description will return to the flowchart of FIG. 15 .
Upon detecting an operation on the screen displayed in S1730, the central processing unit 907 advances the process to S1731. In S1731, the central processing unit 907 determines whether or not it has detected that the function information to be acquired has been selected from the function information list displayed in S1730. If it is determined that an application (for example, “browserC”) has been selected without selecting function information (No in S1731), the central processing unit 907 advances the process to S1726.

一方、上記S1730で表示した機能情報リストの中から取り込むべき機能情報が選択されたことを検知したと判定した場合(S1731でYesの場合)、中央処理部907は、処理をS1732へ進める。S1732では、中央処理部907は、上記選択された機能情報を管理しているアプリケーションに対して、該選択された機能情報を、インテントを利用して要求し、処理をS1733へ進める。 On the other hand, if it is determined that the function information to be acquired has been selected from the function information list displayed in S1730 (Yes in S1731), the central processing unit 907 advances the process to S1732. In S1732, the central processing unit 907 requests the selected function information from the application managing the selected function information using the intent, and advances the process to S1733.

S1733では、中央処理部907は、上記対象のアプリケーションから上記選択した機能情報を受信し、処理をS1734へ進める。S1734では、中央処理部907は、サービス情報入出力部910を介してサービス情報格納部911へ受信した機能情報を登録する。そして、機能情報の取得・登録処理を終了する(S1735)。 In S1733, the central processing unit 907 receives the selected function information from the target application, and advances the process to S1734. In S<b>1734 , central processing unit 907 registers the received function information in service information storage unit 911 via service information input/output unit 910 . Then, the function information acquisition/registration process ends (S1735).

以上示したように、同じ情報処理端末内に複数のUAが存在する場合に、インテントの仕組みを用いて、他のUAから、他のUAに登録されるサービスの機能情報を取得して使用することができる。よって、同じ情報処理端末内に複数のUAが存在する場合、それぞれのUAで別々に登録されたサービスの機能情報を共有することが可能となる。 As described above, when multiple UAs exist in the same information processing terminal, the mechanism of intent is used to acquire and use function information of services registered in other UAs from other UAs. can do. Therefore, when a plurality of UAs exist in the same information processing terminal, it is possible for each UA to share service function information registered separately.

上記実施例1では、例えばandroid(登録商標)系プラットフォームのインテントを利用して他のUAが管理する機能情報を取得する構成について説明した。これに対し、実施例2では、インテントを利用せず、W3CのWeb Intentsを利用して他のUAから機能情報を取得する構成について説明する。 In the first embodiment, for example, the configuration for acquiring function information managed by another UA by using the intent of the android (registered trademark) platform has been described. On the other hand, in the second embodiment, a configuration will be described in which function information is acquired from another UA by using Web Intents of W3C without using intents.

図7に示したアプリケーション部902のサービス情報管理部908は、HTTPクライアントの機能を有する。サービス情報管理部908は、外部のアプリケーションへ機能情報の取得依頼を発行する。さらに、サービス情報管理部908は、該取得依頼に応じて、外部のアプリケーションから機能情報を受け取ると、中央処理部907を介してサービス情報入出力部910へWebIntentsサービス情報の保管依頼を発行する。 The service information management unit 908 of the application unit 902 shown in FIG. 7 has HTTP client functions. A service information management unit 908 issues a function information acquisition request to an external application. Further, when the service information management unit 908 receives function information from an external application in response to the acquisition request, the service information management unit 908 issues a WebIntents service information storage request to the service information input/output unit 910 via the central processing unit 907 .

また、サービス情報管理部908は、Web Intentsサービスの機能を有する。サービス情報管理部908は、Web Intentsの仕組みを利用して外部アプリケーションからアクションおよびデータのタイプ情報とともに機能情報の取得依頼を受け付けると、中央処理部907、サービス情報入出力910を介してサービス情報格納部911から機能情報を取得し、該取得した機能情報を依頼元に提供する。 Further, the service information management unit 908 has a function of Web Intents service. The service information management unit 908 stores service information via the central processing unit 907 and the service information input/output 910 when it receives a request to acquire function information together with action and data type information from an external application using the mechanism of Web Intents. The function information is acquired from the unit 911, and the acquired function information is provided to the request source.

<機能情報の相互利用に関する他のシーケンス図の例>
図16は、実施例2において他のWebブラウザが管理する機能情報のリストを参照して利用する他の動作を例示するシーケンス図である。なお、図9と同一のステップには同一のステップ番号を付してある。以下、図9と異なる部分のみ説明する。
なお、図17は、図16のシーケンスの一部の詳細シーケンス図である。
<Examples of other sequence diagrams related to mutual use of functional information>
FIG. 16 is a sequence diagram illustrating another operation of referring to and using a function information list managed by another Web browser in the second embodiment. The same step numbers are given to the same steps as in FIG. Only parts different from FIG. 9 will be described below.
17 is a detailed sequence diagram of part of the sequence of FIG.

S1001~S1005の処理は、図9と同様であるので説明を省略する。実施例2の情報処理端末501では、サービス情報格納部911から取得した機能情報の一覧の中に、ユーザの利用したい機能に対応する機能情報がない場合、ローカルエリアネットワーク(Local Network)1501から機能情報を提供可能なアプリケーションまたはサービス(以下、単にサービスという)を探索する。具体的には、S1005にて、UA.1は、ユーザが「サービス・インポート」リンクボタン1103(図10(b))の押下を検知すると、S1601にて、Local Network1501に対してサービスの探索を実行する。このネットワーク探索に関して、以下、図17を用いて詳細に説明する。 The processing of S1001 to S1005 is the same as that of FIG. 9, so the description is omitted. In the information processing terminal 501 of the second embodiment, if there is no function information corresponding to the function that the user wants to use in the function information list acquired from the service information storage unit 911, the function is retrieved from the local area network (Local Network) 1501. Search for an application or service (hereinafter simply referred to as service) that can provide information. Specifically, in S1005, when UA.1 detects that the user has pressed the "service import" link button 1103 (FIG. 10(b)), in S1601 UA.1 searches the Local Network 1501 for a service. Run. This network search will be described in detail below with reference to FIG.

図17に示すように、UA.1は、S1601にて、Local Network1501に対してサービスの探索を行う。ここでは、例えば、Apple社のゼロ・コンフィギュレーション技術であるBonjourにおけるMulticastDNSなどの技術を用いてリンクローカル内のネットワークサービスを探索する。
S1602にて、UA.1は、各サービスから応答を受ける。本実施例では、Local Network1501内で探索を行うので、同じ情報処理端末内のサービスから応答を受けることの他に、ネットワークの届く範囲にあるサービスからも応答を受けることができる。
As shown in FIG. 17, UA.1 searches the Local Network 1501 for services in S1601. Here, for example, a technology such as MulticastDNS in Bonjour, which is Apple's zero-configuration technology, is used to search for network services in the link-local.
At S1602, UA.1 receives a response from each service. In this embodiment, since searching is performed within the Local Network 1501, responses can be received not only from services within the same information processing terminal but also from services within reach of the network.

次に、UA.1は、S1603にて、上記S1602で応答を受けたサービスから、データ型に「application/Web IntentsService」、アクションに「pick」を提供するサービスを検出してリスト化する。なお、この際、検出に必要な情報が不足している場合には、上記S1602で応答を受けた各サービスにアクセスして取得してもよい。このような処理により、ローカルエリアネットワーク内に存在する機能情報を提供可能なサービスを探索することができる。
次に、S1604にて、UA.1は、上記S1603で検出したサービスのリストを表示してユーザへ提示し、S1009に処理を進める。その後の処理は、図9と同様であるので説明を省略する。
Next, in S1603, UA.1 detects and lists services that provide "application/Web IntentsService" as the data type and "pick" as the action from the services that received the response in S1602. At this time, if the information necessary for detection is insufficient, the information may be obtained by accessing each service that received a response in S1602. Through such processing, it is possible to search for a service capable of providing function information existing within the local area network.
Next, in S1604, UA.1 displays the list of services detected in S1603 and presents it to the user, and advances the process to S1009. The subsequent processing is the same as in FIG. 9, so the description is omitted.

<実施例2の機能情報リスト取得・登録処理のフローチャート>
図18は、実施例2における機能情報リスト取得・登録処理(図14のS1706)の詳細を示すフローチャートである。このフローチャートの処理は、情報処理端末501のCPU802が、ROM803、記憶装置809等に記憶されたプログラムを必要に応じてRAM804に展開して実行することにより実現される。
<Flowchart of Function Information List Acquisition/Registration Processing of Embodiment 2>
FIG. 18 is a flow chart showing the details of the function information list acquisition/registration process (S1706 in FIG. 14) according to the second embodiment. The processing of this flow chart is realized by the CPU 802 of the information processing terminal 501 developing programs stored in the ROM 803, the storage device 809, etc. into the RAM 804 as necessary and executing the programs.

図14のS1706に示した機能情報リスト取得・登録処理を開始すると(S1741)、中央処理部907は、サービス情報管理部908に指示し、S1742の処理を実行させる。S1742では、サービス情報管理部908は、Local Network1501に対して、Web Intentsの仕組みを利用した機能を提供しているアプリケーションまたはサービス(以下、単にサービス)を探索する(図16及び図17のS1601~S1604に対応)。探索対象は、アクションを「pick」、データ型「Web IntentsService」としているサービスである。探索のリクエストは、Apple社のbonjourなどで利用しているmulticastDNSなどのサービス探索用のプロトコルを利用してリクエストを発行する。 14 (S1741), the central processing unit 907 instructs the service information management unit 908 to execute the processing of S1742. In S1742, the service information management unit 908 searches the Local Network 1501 for an application or service (hereinafter simply referred to as service) that provides a function using the Web Intents mechanism (searches S1601 to S1601 in FIGS. 16 and 17). corresponding to S1604). The search target is a service having an action of "pick" and a data type of "Web IntentsService". The search request is issued using a service search protocol such as multicastDNS used in Apple Inc.'s bonjour.

次に、S1743において、サービス情報管理部908は、上記S1742の探索の結果、対応する1以上のサービスを発見したか否かを判定する。そして、サービス情報管理部908は、対応するサービスを発見できなかったと判定した場合(S1743でNoの場合)、処理をS1744へ進める。S1744では、サービス情報管理部908は、中央処理部907を介して、サービスを探した結果として、ネットワーク探索範囲内に対応するサービスが存在しないことをユーザに通知し(例えばメッセージを表示し)、機能情報リスト取得・登録処理を終了する(S1755)。 Next, in S1743, the service information management unit 908 determines whether or not one or more corresponding services have been found as a result of the search in S1742. When the service information management unit 908 determines that no corresponding service has been found (No in S1743), the process proceeds to S1744. In S1744, the service information management unit 908 notifies the user via the central processing unit 907 that, as a result of searching for a service, there is no corresponding service within the network search range (for example, by displaying a message), The function information list acquisition/registration process ends (S1755).

一方、サービス情報管理部908は、対応する1以上のサービスを発見したと判定した場合(S1743でYesの場合)、処理をS1745へ進める。S1745では、サービス情報管理部908は、中央処理部907を介して、上記S1743にてユーザ入出力903を介して取得したサービスのリストを表示し、処理をS1746へ進める。 On the other hand, when the service information management unit 908 determines that one or more corresponding services have been found (Yes in S1743), the process proceeds to S1745. In S1745, the service information management unit 908 displays the list of services acquired through the user input/output 903 in S1743 via the central processing unit 907, and advances the process to S1746.

S1746では、サービス情報管理部908は、中央処理部907を介して、上記S1745にて表示したサービスのリストの中から1つのサービスがユーザにより選択されたことを検知すると、処理をS1747へ進める。S1747では、サービス情報管理部908は、上記S1746にて選択されたサービスに対して、Web Intentsを利用して、アクション「pick」、データ型を「Web IntentsService」とした機能情報のリストを要求する。そして、処理をS1748へ進める。 In S1746, when the service information management unit 908 detects, via the central processing unit 907, that one service has been selected by the user from the service list displayed in S1745, the process advances to S1747. In S1747, the service information management unit 908 uses Web Intents for the service selected in S1746 to request a function information list with an action of "pick" and a data type of "Web IntentsService". . Then, the process advances to S1748.

S1748では、サービス情報管理部908は、上記S1747にて要求した機能情報リストを受信すると、処理をS1749へ進める。S1749では、サービス情報管理部908は、中央処理部907を介して、上記S1748で受信した機能情報のリストと、既にサービス情報格納部911にて登録済みの機能情報とを比較する。該比較した結果、既に登録済みの機能情報を除外し、処理をS1750へ進める。 In S1748, when the service information management unit 908 receives the function information list requested in S1747, the process advances to S1749. In S1749, the service information management unit 908 compares the function information list received in S1748 with the function information already registered in the service information storage unit 911 via the central processing unit 907. FIG. As a result of the comparison, already registered function information is excluded, and the process proceeds to S1750.

S1750では、サービス情報管理部908は、中央処理部907、ユーザ入出力部903を介して、上記機能情報のリストを表示する。ここでは、例えば図10(c)のような画面を表示する。ユーザは、あるアプリケーションに登録されている機能情報のリストを取得する場合、「browserB」をタッチする。すると、ディレクトリ構造を示す画面左側の三角形が1108のように傾き、S1750にて示している機能情報リスト1106を表示した状態となる。この機能情報リスト1106から、ユーザはアプリケーションに取り込みたい機能情報を1つ又は複数選択をする。 In S1750, the service information management unit 908 displays the function information list via the central processing unit 907 and the user input/output unit 903. FIG. Here, for example, a screen as shown in FIG. 10(c) is displayed. When the user acquires a list of function information registered in a certain application, the user touches "browserB". Then, the triangle 1108 on the left side of the screen showing the directory structure is tilted, and the function information list 1106 shown in S1750 is displayed. From this function information list 1106, the user selects one or a plurality of function information to be incorporated into the application.

以下、フローチャートの説明に戻る。
上記S1750で表示された画面での操作を検知すると、サービス情報管理部908は、S1751に処理を進める。S1751では、サービス情報管理部908は、中央処理部907を介して、上記S1750で表示した機能情報リストの中から取り込むべき機能情報が選択されたことを検知したか否かを判定する。そして、機能情報が選択されずアプリケーション(例えば「browserC」)が選択されたことを検知したと判定した場合(S1751でNoの場合)、サービス情報管理部908は、S1746へ処理を進める。
Now, let us return to the description of the flowchart.
Upon detecting an operation on the screen displayed in S1750, the service information management unit 908 advances the process to S1751. In S1751, the service information management unit 908 determines, via the central processing unit 907, whether it has detected that the function information to be acquired has been selected from the function information list displayed in S1750. If it is determined that an application (for example, “browserC”) has been selected without selecting function information (No in S1751), the service information management unit 908 advances the process to S1746.

一方、上記S1750で表示した機能情報リストの中から取り込むべき機能情報が選択されたことを検知したと判定した場合(S1751でYesの場合)、サービス情報管理部908は、S1752に処理を進める。S1752では、サービス情報管理部908は、上記選択された機能情報を管理しているサービスに対して、機能情報をWeb intentsを利用して要求し、処理をS1753へ進める。 On the other hand, if it is determined that the function information to be acquired has been selected from the function information list displayed in S1750 (Yes in S1751), the service information management unit 908 advances the process to S1752. In S1752, the service information management unit 908 requests function information from the service managing the selected function information using Web intents, and advances the process to S1753.

S1753では、サービス情報管理部908は、上記対象のサービスから上記選択した機能情報を受信し、処理をS1754へ進める。S1754では、サービス情報管理部908は、中央処理部907、サービス情報入出力部910を介してサービス情報格納部911へ受信した機能情報を登録する。そして、機能情報の取得・登録処理を終了する(S1755)。 In S1753, the service information management unit 908 receives the selected function information from the target service, and advances the process to S1754. In S 1754 , the service information management unit 908 registers the received function information in the service information storage unit 911 via the central processing unit 907 and the service information input/output unit 910 . Then, the function information acquisition/registration process ends (S1755).

以上示したように、同じ情報処理端末に複数のUAが存在する場合に、Web intentsの仕組みを用いて、UAごとに別々に登録されたサービスの機能情報を取得して使用することが可能となる。 As described above, when multiple UAs exist in the same information processing terminal, it is possible to obtain and use function information of services registered separately for each UA using the mechanism of Web intents. Become.

実施例1では、インテントを利用して、情報処理端末501の内部のアプリケーション間でサービスが提供する機能の機能情報を相互利用する例を示した。また、実施例2では、Web Intentsを利用して、ローカルネットワーク上のアプリケーションと機能情報を相互利用する例を示した。 In the first embodiment, an example was shown in which intents are used to mutually use function information of functions provided by services between applications inside the information processing terminal 501 . In addition, in the second embodiment, an example of using Web Intents to mutually use an application and function information on a local network has been shown.

しかし、ユーザが機能情報を取得しようとしたときには、必ずしも相互利用の相手が内部又はローカルネットワーク上のアプリケーションまたはサービスである必要はなく、インターネット上のサービスであってもよい。例えば、UAとしてのWebブラウザに機能情報を登録する際、インターネット上の機能情報リストを管理するサービスにも上記機能情報を登録しておく。次に、ユーザは他のWebブラウザでサービスの利用を考え、図10(b)の「サービス・インポート」リンクボタン1103を押下する。すると、Webブラウザは、インターネット上の機能情報リストを管理するサービスに接続し、機能情報リストの取得要求を発行する。このようにすることで、機能情報リストの相互利用先はローカルネットワーク内のアプリケーション同士でなくても可能となり、実施例1や実施例2と同様の効果を得ることができる。 However, when the user attempts to acquire function information, the interoperable partner does not necessarily have to be an application or service on an internal or local network, and may be a service on the Internet. For example, when registering function information in a web browser as a UA, the function information is also registered in a service that manages a function information list on the Internet. Next, the user considers using a service on another Web browser, and presses the "service/import" link button 1103 in FIG. 10(b). The web browser then connects to a service that manages the function information list on the Internet and issues a function information list acquisition request. By doing so, mutual use of the function information list does not have to be between applications in the local network, and the same effect as in the first and second embodiments can be obtained.

実施例2に示したように、機能情報リストをWeb Intentsを利用して取得しようとした場合、あるWebブラウザで利用可能な機能情報が、自Webブラウザでは利用できないケースがある。例えば、情報処理端末501内に存在するサービスが提供する機能のURLが、ローカルループバックアドレス(http://127.0.0.1/~)を示すURLであったとする。このようなURLを含む機能情報を、要求元のWebブラウザに提供したとしても、提供されたWebブラウザ(要求元のWebブラウザ)では、ネットワークを介して該機能情報に対応するサービスの提供機能を利用することができない。 As shown in the second embodiment, when trying to acquire a function information list using Web Intents, there are cases where function information that can be used by a certain web browser cannot be used by the own web browser. For example, assume that the URL of the function provided by the service existing in the information processing terminal 501 is the URL indicating the local loopback address (http://127.0.0.1/~). Even if the function information including the URL is provided to the requesting web browser, the provided web browser (requesting web browser) cannot provide the service corresponding to the function information via the network. cannot be used.

このような場合には、提供する側のWebブラウザは、機能情報を要求している側(要求側)の条件に応じて、利用可能な機能情報のみを提供するように構成する。また、サービスが提供する機能では、URLだけでなく、特別なactionやtypeを規定して利用する場合がある。よって、提供側は、要求側が要求するactionやtypeに応じて要求側の利用可能な機能情報のみを提供するように構成する。以上のような構成により、上述したように要求元で利用できない機能情報が無駄に登録されてしまうことを防止することができ、利用者の利便性を向上させることができる。 In such a case, the web browser on the providing side is configured to provide only usable function information according to the conditions of the side requesting the function information (requesting side). Moreover, in the function provided by the service, not only the URL but also a special action or type may be defined and used. Therefore, the provider is configured to provide only function information available to the requester according to the action or type requested by the requester. With the configuration as described above, it is possible to prevent unnecessary registration of function information that cannot be used by the request source, thereby improving convenience for the user.

また、機能情報の提供を受けたWebブラウザが、機能情報を取得した場合に自身で利用可能か判別し、利用不可能な機能情報であった場合には、該機能情報をユーザに選択肢として表示しないといった回避方法も考えられる。この構成でも、同様に、要求元で利用できない機能情報が無駄に登録されてしまうこと等を防止することができ、利用者の利便性を向上させることができる。 Further, when the Web browser that receives the function information acquires the function information, it determines whether it can be used by itself, and if the function information is not available, the function information is displayed to the user as an option. A workaround is also possible. With this configuration, similarly, it is possible to prevent unnecessary registration of function information that cannot be used by the requesting party, thereby improving convenience for the user.

以上説明したように、本発明によれば、現在、提案されているWeb Intentsなどの新しい連携の仕組みについて、ユーザビリティを向上させることができる。例えば、Web Intentsなどの新しいウェブサービスの連携の仕組みを提供するのに必要な中継機能を1の情報処理端末内に複数備える場合、それら中継機能の間で機能情報の少なくとも一部を適切に共有することを可能とする。この結果、ユーザは中継機能毎に同一の提供機能の登録を繰り返す必要もなくなり、ユーザの利便性が向上する。 As described above, according to the present invention, it is possible to improve the usability of a new cooperation mechanism such as Web Intents, which is currently being proposed. For example, when multiple relay functions necessary for providing a new web service linkage mechanism such as Web Intents are provided in one information processing terminal, at least part of the function information is appropriately shared among the relay functions. make it possible to As a result, the user does not have to repeat the registration of the same provided function for each relay function, which improves user convenience.

なお、上述した各種データの構成及びその内容はこれに限定されるものではなく、用途や目的に応じて、様々な構成や内容で構成されることは言うまでもない。
以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記憶媒体等としての実施態様をとることが可能である。具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。
また、上記各実施例を組み合わせた構成も全て本発明に含まれるものである。
It goes without saying that the configuration and content of the various data described above are not limited to this, and may be configured in various configurations and content according to the application and purpose.
Although one embodiment has been described above, the present invention can be embodied as, for example, a system, device, method, program, storage medium, or the like. Specifically, it may be applied to a system composed of a plurality of devices, or may be applied to an apparatus composed of a single device.
In addition, all configurations obtained by combining the above embodiments are also included in the present invention.

(他の実施例)
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。
また、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器からなる装置に適用してもよい。
本発明は上記実施例に限定されるものではなく、本発明の趣旨に基づき種々の変形(各実施例の有機的な組合せを含む)が可能であり、それらを本発明の範囲から除外するものではない。即ち、上述した各実施例及びその変形例を組み合わせた構成も全て本発明に含まれるものである。
(Other examples)
The present invention is also realized by executing the following processing. That is, the software (program) that realizes the functions of the above-described embodiments is supplied to a system or device via a network or various storage media, and the computer (or CPU, MPU, etc.) of the system or device reads the program. This is the process to be executed.
Moreover, the present invention may be applied to a system composed of a plurality of devices or to an apparatus composed of a single device.
The present invention is not limited to the above examples, and various modifications (including organic combinations of each example) are possible based on the spirit of the present invention, and they are excluded from the scope of the present invention. is not. In other words, the present invention includes all configurations obtained by combining each of the above-described embodiments and modifications thereof.

Claims (43)

ウェブサイトと、該ウェブサイトにネットワークを介してアクセス可能なウェブブラウザおよびオペレーティングシステム(OS)が実行される情報処理端末と、が含まれるシステムであって、
前記ウェブサイトは、前記ウェブブラウザに対して、共有されるべきデータと前記ウェブブラウザにより表示されるべき共有オブジェクトとに関する記述が含まれるページデータを提供する提供手段を有し、
情報処理端末は、
前記ウェブブラウザを用いて、前記ウェブサイトから提供された前記ページデータに基づき、前記共有オブジェクトが配置されたページの表示を制御する第1制御手段と、
前記共有オブジェクトに対するユーザ指示が行われたことに応じて、前記情報処理端末にインストールされ、共有先の候補として前記OSに登録され、管理されている機能情報に対応するサービスである、該サービスの機能情報に対応する複数のサービスのそれぞれの名称を含むリストの中から1つを選択するための選択画面の表示を制御する第2制御手段と、
前記選択画面を介した選択に応じて、該選択に対応するサービスに対して、前記共有されるべきデータを共有する共有手段と、
を有することを特徴とするシステム。
A system that includes a website and an information processing terminal that executes a web browser and an operating system (OS) that can access the website via a network,
the website has providing means for providing page data to the web browser containing a description of data to be shared and shared objects to be displayed by the web browser;
The information processing terminal
a first control means for controlling display of a page on which the shared object is arranged based on the page data provided from the website using the web browser;
A service corresponding to function information that is installed in the information processing terminal, registered in the OS as a shared destination candidate, and managed in response to a user instruction to the shared object. a second control means for controlling display of a selection screen for selecting one from a list including the respective names of a plurality of services corresponding to function information;
a sharing means for sharing the data to be shared with a service corresponding to the selection according to the selection through the selection screen;
A system characterized by comprising:
前記ウェブブラウザの機能として、前記共有オブジェクトに対するユーザ指示が行われた後に、前記共有されるべきデータを共有するための要求が発行されることを特徴とする請求項1に記載のシステム。 2. The system of claim 1, wherein the web browser is a function of issuing a request to share the data to be shared after a user instruction to the shared object is made. 前記共有オブジェクトに対するユーザ指示が行われた場合には、前記ウェブブラウザが前記ページデータの前記記述に含まれる所定の関数を呼び出すことで、前記選択画面の表示が制御されることを特徴とする請求項1または2に記載のシステム。 The display of the selection screen is controlled by the web browser calling a predetermined function included in the description of the page data when the user instructs the shared object. 3. The system according to Item 1 or 2. 前記ページデータに含まれる前記記述は、前記共有されるべきデータを共有するための前記所定の関数に対応するnavigatorインタフェースを用いた記述を含むことを特徴とする請求項3に記載のシステム。 4. The system of claim 3, wherein the description included in the page data includes a description using a navigator interface corresponding to the predetermined function for sharing the data to be shared. 前記ネットワークは、インターネットであることを特徴とする請求項1乃至4のいずれか1項に記載のシステム。 5. A system as claimed in any preceding claim, wherein the network is the Internet. 前記OSは、Android(登録商標)であることを特徴とする請求項1乃至5のいずれか1項に記載のシステム。 6. The system according to any one of claims 1 to 5, wherein said OS is Android (registered trademark). 前記情報処理端末は、スマートフォンであることを特徴とする請求項1乃至6のいずれか1項に記載のシステム。 7. The system according to any one of claims 1 to 6, wherein said information processing terminal is a smart phone. 前記共有されるべきデータは、画像データであることを特徴とする請求項1乃至7のいずれか1項に記載のシステム。 8. A system according to any preceding claim, wherein the data to be shared is image data. 前記リストに含まれるサービスの情報には、プリンタを利用するためのサービスの情報が含まれることを特徴とする請求項1乃至8のいずれか1項に記載のシステム。 9. The system according to any one of claims 1 to 8, wherein the service information included in the list includes service information for using a printer. ウェブサイトと、該ウェブサイトにネットワークを介してアクセス可能なウェブブラウザおよびオペレーティングシステム(OS)が実行される情報処理端末と、が含まれるシステムにおける制御方法であって、
前記ウェブサイトは、前記ウェブブラウザに対して、共有されるべきデータと前記ウェブブラウザにより表示されるべき共有オブジェクトとに関する記述が含まれページデータを提供する提供ステップを有し、
情報処理端末は、
前記ウェブブラウザを用いて、前記ウェブサイトから提供された前記ページデータに基づき、前記共有オブジェクトが配置されたページの表示を制御する第1制御ステップと、
前記共有オブジェクトに対するユーザ指示が行われたことに応じて、前記情報処理端末にインストールされ、共有先の候補として前記OSに登録され、管理されているサービスである、該サービスの情報に対応する複数のサービスのそれぞれの名称を含むリストの中から1つを選択するための選択画面の表示を制御する第2制御ステップと、
前記選択画面を介した選択に応じて、該選択に対応するサービスに対して、前記共有されるべきデータを共有する共有ステップと、
を有することを特徴とする制御方法。
A control method in a system that includes a website, and an information processing terminal that executes a web browser and an operating system (OS) that can access the website via a network,
the website providing page data to the web browser containing a description of the data to be shared and the shared object to be displayed by the web browser;
The information processing terminal
a first control step of controlling display of a page on which the shared object is arranged, using the web browser, based on the page data provided from the website;
a service installed in the information processing terminal in response to a user instruction to the shared object , registered in the OS as a shared destination candidate , and managed; a plurality of services corresponding to information of the service ; a second control step for controlling the display of a selection screen for selecting one from a list containing the names of each of the services of
a sharing step of sharing the data to be shared with a service corresponding to the selection in response to the selection through the selection screen;
A control method characterized by having
前記ウェブブラウザの機能として、前記共有オブジェクトに対するユーザ指示が行われた後に、前記共有されるべきデータを共有するための要求が発行されることを特徴とする請求項10に記載の制御方法。 11. The control method according to claim 10, wherein a request for sharing the data to be shared is issued after a user instruction to the shared object is given as a function of the web browser. 前記共有オブジェクトに対するユーザ指示が行われた場合には、前記ウェブブラウザが前記ページデータの前記記述に含まれる所定の関数を呼び出すことで、前記選択画面の表示が制御されることを特徴とする請求項10または11に記載の制御方法。 The display of the selection screen is controlled by the web browser calling a predetermined function included in the description of the page data when the user instructs the shared object. 12. A control method according to Item 10 or 11. 前記ページデータに含まれる前記記述は、前記共有されるべきデータを共有するための前記所定の関数に対応するnavigatorインタフェースを用いた記述を含むことを特徴とする請求項12に記載の制御方法。 13. The control method according to claim 12, wherein said description included in said page data includes a description using a navigator interface corresponding to said predetermined function for sharing said data to be shared. 前記ネットワークは、インターネットであることを特徴とする請求項10乃至13のいずれか1項に記載の制御方法。 14. The control method according to any one of claims 10 to 13, wherein said network is the Internet. 前記OSは、Android(登録商標)であることを特徴とする請求項10乃至14のいずれか1項に記載の制御方法。 15. The control method according to any one of claims 10 to 14, wherein the OS is Android (registered trademark). 前記情報処理端末は、スマートフォンであることを特徴とする請求項10乃至15のいずれか1項に記載の制御方法。 16. The control method according to any one of claims 10 to 15, wherein the information processing terminal is a smart phone. 前記共有されるべきデータは、画像データであることを特徴とする請求項10乃至16のいずれか1項に記載の制御方法。 17. A control method according to any one of claims 10 to 16, wherein said data to be shared is image data. 前記リストに含まれるサービスの情報には、プリンタを利用するためのサービスの情報が含まれることを特徴とする請求項10乃至17のいずれか1項に記載の制御方法。 18. The control method according to claim 10, wherein the service information included in the list includes service information for using a printer. ウェブサイトにネットワークを介してアクセス可能なウェブブラウザおよびオペレーティングシステム(OS)が実行される情報処理端末であって、
前記ウェブサイトから提供された共有されるべきデータと前記ウェブブラウザにより表示されるべき共有オブジェクトとに関する記述が含まれるページデータに基づき前記ウェブブラウザを用いて表示されたページにおいて、前記共有オブジェクトに対するユーザ指示が行われたことに応じて、前記情報処理端末にインストールされ、共有先の候補として前記OSに登録され、管理されているサービスである、該サービスの情報に対応する複数のサービスのそれぞれの名称を含むリストの中から1つを選択するための選択画面の表示を制御する制御手段と、
前記選択画面を介した選択に応じて、該選択に対応するサービスに対して、前記共有されるべきデータを共有する共有手段と、
を有することを特徴とする情報処理端末。
An information processing terminal that runs a web browser and an operating system (OS) that can access a website via a network,
a user to the shared object on a page displayed using the web browser based on page data provided by the website and containing a description of the data to be shared and the shared object to be displayed by the web browser; Each of a plurality of services corresponding to information of the service installed in the information processing terminal, registered in the OS as a shared destination candidate, and managed in response to the instruction. Control means for controlling display of a selection screen for selecting one from a list containing names;
a sharing means for sharing the data to be shared with a service corresponding to the selection according to the selection through the selection screen;
An information processing terminal characterized by having
前記ページデータの前記記述として、前記共有オブジェクトに対するユーザ指示に応じた前記選択画面の表示のために、前記ウェブブラウザによって呼び出される所定の関数が含まれることを特徴とする請求項19に記載の情報処理端末。 20. Information according to claim 19 , wherein said description of said page data includes a predetermined function called by said web browser for displaying said selection screen in response to user instructions for said shared object. processing terminal. 前記ページデータに含まれる前記記述は、前記共有されるべきデータを共有するための前記所定の関数に対応するnavigatorインタフェースを用いた記述を含むことを特徴とする請求項20に記載の情報処理端末。 21. The information processing terminal according to claim 20 , wherein said description included in said page data includes a description using a navigator interface corresponding to said predetermined function for sharing said data to be shared. . 前記情報処理端末は、スマートフォンであることを特徴とする請求項19乃至21のいずれか1項に記載の情報処理端末。 The information processing terminal according to any one of claims 19 to 21 , wherein the information processing terminal is a smart phone. 前記ページデータに含まれる前記記述に対応する前記共有されるべきデータは、画像データであることを特徴とする請求項19乃至22のいずれか1項に記載の情報処理端末。 23. The information processing terminal according to claim 19 , wherein said data to be shared corresponding to said description included in said page data is image data. ウェブサイトにネットワークを介してアクセス可能なウェブブラウザおよびオペレーティングシステム(OS)が実行される情報処理端末における制御方法であって、
前記ウェブサイトから提供された共有されるべきデータと前記ウェブブラウザにより表示されるべき共有オブジェクトとに関する記述が含まれるページデータに基づき前記ウェブブラウザを用いて表示されたページにおいて、前記共有オブジェクトに対するユーザ指示が行われたことに応じて、前記情報処理端末にインストールされ、共有先の候補として前記OSに登録され、管理されている機能情報に対応するサービスである該サービスの機能情報に対応する複数のサービスのそれぞれの名称を含むリストの中から1つを選択するための選択画面の表示を制御するステップと、
前記選択画面を介した選択に応じて、該選択に対応するサービスに対して、前記共有されるべきデータを共有するステップと、
を有することを特徴とする制御方法。
A control method for an information processing terminal on which a web browser and an operating system (OS) capable of accessing a website via a network are executed,
a user to the shared object on a page displayed using the web browser based on page data provided by the website and containing a description of the data to be shared and the shared object to be displayed by the web browser; A plurality of services corresponding to function information of the service installed in the information processing terminal in response to the instruction, registered in the OS as a shared destination candidate, and corresponding to the managed function information. controlling the display of a selection screen for selecting one from a list containing the names of each of the services of
responsive to a selection via the selection screen, sharing the data to be shared with a service corresponding to the selection;
A control method characterized by having
前記ページデータの前記記述として、前記共有オブジェクトに対するユーザ指示に応じた前記選択画面の表示のために、前記ウェブブラウザによって呼び出される所定の関数が含まれることを特徴とする請求項24に記載の制御方法。 25. The control of claim 24 , wherein the description of the page data includes a predetermined function called by the web browser to display the selection screen in response to user instructions for the shared object. Method. 前記ページデータに含まれる前記記述は、前記共有されるべきデータを共有するための前記所定の関数に対応するnavigatorインタフェースを用いた記述を含むことを特徴とする請求項25に記載の制御方法。 26. The control method according to claim 25 , wherein said description included in said page data includes a description using a navigator interface corresponding to said predetermined function for sharing said data to be shared. 前記情報処理端末は、スマートフォンであることを特徴とする請求項24乃至26のいずれか1項に記載の制御方法。 27. The control method according to any one of claims 24 to 26 , wherein said information processing terminal is a smart phone. 前記ページデータに含まれる前記記述に対応する前記共有されるべきデータは、画像データであることを特徴とする請求項24乃至27のいずれか1項に記載の制御方法。 28. A control method according to any one of claims 24 to 27 , wherein said data to be shared corresponding to said description contained in said page data is image data. ウェブサイトにネットワークを介してアクセス可能なウェブブラウザおよびオペレーティングシステム(OS)が実行される情報処理端末において、コンピューターに、
前記ウェブサイトから提供された共有されるべきデータと前記ウェブブラウザにより表示されるべき共有オブジェクトとに関する記述が含まれるページデータに基づき前記ウェブブラウザを用いて表示されたページにおいて、前記共有オブジェクトに対するユーザ指示が行われたことに応じて、前記情報処理端末にインストールされ、共有先の候補として前記OSに登録され、管理されている機能情報に対応するサービスである、該サービスの機能情報に対応する複数のサービスのそれぞれの名称を含むリストの中から1つを選択するための選択画面の表示を制御するステップと、
前記選択画面を介した選択に応じて、該選択に対応するサービスに対して、前記共有されるべきデータを共有するステップと、
を実行させるためのプログラム。
In an information processing terminal running a web browser and an operating system (OS) that can access a website via a network, the computer:
a user to the shared object on a page displayed using the web browser based on page data provided by the website and containing a description of the data to be shared and the shared object to be displayed by the web browser; Corresponding to the functional information of the service, which is installed in the information processing terminal in response to the instruction, is registered in the OS as a candidate for the sharing destination, and corresponds to the managed functional information. controlling display of a selection screen for selecting one from a list containing respective names of a plurality of services;
responsive to a selection via the selection screen, sharing the data to be shared with a service corresponding to the selection;
program to run the
前記ページデータの前記記述として、前記共有オブジェクトに対するユーザ指示に応じた前記選択画面の表示のために、前記ウェブブラウザによって呼び出される所定の関数が含まれることを特徴とする請求項29に記載のプログラム。 30. The program of claim 29 , wherein said description of said page data includes a predetermined function called by said web browser for displaying said selection screen in response to user instructions for said shared object. . 前記ページデータに含まれる前記記述は、前記共有されるべきデータを共有するための前記所定の関数に対応するnavigatorインタフェースを用いた記述を含むことを特徴とする請求項30に記載のプログラム。 31. The program according to claim 30 , wherein said description included in said page data includes a description using a navigator interface corresponding to said predetermined function for sharing said data to be shared. 前記情報処理端末は、スマートフォンであることを特徴とする請求項29乃至31のいずれか1項に記載のプログラム。 32. The program according to any one of claims 29 to 31 , wherein said information processing terminal is a smart phone. 前記ページデータに含まれる前記記述に対応する前記共有されるべきデータは、画像データであることを特徴とする請求項29乃至32のいずれか1項に記載のプログラム。 33. A program according to any one of claims 29 to 32 , wherein said data to be shared corresponding to said description included in said page data is image data. ウェブサイトにネットワークを介してアクセス可能なウェブブラウザがインストールされた情報処理端末のオペレーティングシステムであって、該情報処理端末をAn operating system for an information processing terminal installed with a web browser capable of accessing a website via a network,
前記ウェブサイトから提供された共有されるべきデータと前記ウェブブラウザにより表示されるべき共有オブジェクトとに関する記述が含まれるページデータに基づき前記ウェブブラウザを用いて表示されたページ上において前記共有オブジェクトに対するユーザ操作が行われたことに応じて、前記情報処理端末にインストールされ、かつ、共有先の候補として当該オペレーティングシステムに登録された複数のサービスの夫々を識別する情報を表示手段に表示する手段と、 a user to the shared object on a page displayed using the web browser based on page data provided by the website and containing a description of the data to be shared and the shared object to be displayed by the web browser; means for displaying, on a display means, information identifying each of a plurality of services installed in the information processing terminal and registered in the operating system as candidates for sharing destinations in response to an operation;
前記複数のサービスの夫々を識別する情報の中から一つのサービスを識別する所定の情報がユーザにより選択されたことに応じて、当該一つのサービスに、前記共有されるべきデータを共有する手段として機能させるためのオペレーティングシステム。 as means for sharing the data to be shared with one service in response to a user's selection of predetermined information identifying one service from information identifying each of the plurality of services An operating system to make it work.
前記情報は、サービスの名称であることを特徴とする請求項34に記載のオペレーティングシステム。35. An operating system as recited in claim 34, wherein said information is the name of a service. 前記ページデータの前記記述として、前記共有オブジェクトに対するユーザ指示に応じた前記複数のサービスの夫々を識別する情報の表示のために、前記ウェブブラウザによって呼び出される所定の関数が含まれることを特徴とする請求項34または35に記載のオペレーティングシステム。wherein said description of said page data includes a predetermined function called by said web browser to display information identifying each of said plurality of services in response to a user instruction to said shared object. 36. An operating system according to claim 34 or 35. 前記情報処理端末は、スマートフォンであることを特徴とする請求項34乃至36のいずれか1項に記載のオペレーティングシステム。37. An operating system according to any one of claims 34 to 36, wherein said information processing terminal is a smart phone. 前記ページデータに含まれる前記記述に対応する前記共有されるべきデータは、画像データであることを特徴とする請求項34乃至37のいずれか1項に記載のオペレーティングシステム。38. An operating system as claimed in any one of claims 34 to 37, wherein the data to be shared corresponding to the description contained in the page data is image data. ウェブサイトにネットワークを介してアクセス可能なウェブブラウザとオペレーティングシステムとがインストールされた情報処理端末であって、An information processing terminal installed with a web browser that can access a website via a network and an operating system,
前記ウェブサイトから提供された共有されるべきデータと前記ウェブブラウザにより表示されるべき共有オブジェクトとに関する記述が含まれるページデータに基づき前記ウェブブラウザを用いて表示されたページ上において前記共有オブジェクトに対するユーザ操作が行われたことに応じて、前記情報処理端末にインストールされ、かつ、共有先の候補として前記オペレーティングシステムに登録された複数のサービスの夫々を識別する情報を表示手段に表示する手段と、 a user to the shared object on a page displayed using the web browser based on page data provided by the website and containing a description of the data to be shared and the shared object to be displayed by the web browser; means for displaying, on a display means, information identifying each of a plurality of services installed in the information processing terminal and registered in the operating system as sharing destination candidates in response to an operation;
前記複数のサービスの夫々を識別する情報の中から一つのサービスを識別する情報がユーザにより選択されたことに応じて、当該一つのサービスに、前記共有されるべきデータを共有する手段と、を有することを特徴とする情報処理端末。 means for sharing the data to be shared with one service in response to a user selecting information identifying one service from information identifying each of the plurality of services; An information processing terminal characterized by:
前記情報は、サービスの名称であることを特徴とする請求項39に記載の情報処理端末。40. An information processing terminal according to claim 39, wherein said information is the name of a service. 前記ページデータの前記記述として、前記共有オブジェクトに対するユーザ指示に応じた前記複数のサービスの夫々を識別する情報の表示のために、前記ウェブブラウザによって呼び出される所定の関数が含まれることを特徴とする請求項39または40に記載の情報処理端末。wherein said description of said page data includes a predetermined function called by said web browser to display information identifying each of said plurality of services in response to a user instruction to said shared object. The information processing terminal according to claim 39 or 40. 前記情報処理端末は、スマートフォンであることを特徴とする請求項39乃至41のいずれか1項に記載の情報処理端末。42. The information processing terminal according to any one of claims 39 to 41, wherein said information processing terminal is a smart phone. 前記ページデータに含まれる前記記述に対応する前記共有されるべきデータは、画像データであることを特徴とする請求項39乃至42のいずれか1項に記載の情報処理端末。43. An information processing terminal according to any one of claims 39 to 42, wherein said data to be shared corresponding to said description included in said page data is image data.
JP2020173016A 2020-10-14 2020-10-14 System, information processing terminal, its control method and program, operating system. Active JP7163348B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2020173016A JP7163348B2 (en) 2020-10-14 2020-10-14 System, information processing terminal, its control method and program, operating system.
JP2022163657A JP7434485B2 (en) 2020-10-14 2022-10-12 Information processing terminal, control method, and operating system
JP2024011455A JP2024032883A (en) 2020-10-14 2024-01-30 Systems, information processing terminals, methods thereof, operating systems.

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020173016A JP7163348B2 (en) 2020-10-14 2020-10-14 System, information processing terminal, its control method and program, operating system.

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2019070508A Division JP6786656B2 (en) 2019-04-02 2019-04-02 Information processing terminal, control method and program of information processing terminal

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2022163657A Division JP7434485B2 (en) 2020-10-14 2022-10-12 Information processing terminal, control method, and operating system

Publications (2)

Publication Number Publication Date
JP2021005427A JP2021005427A (en) 2021-01-14
JP7163348B2 true JP7163348B2 (en) 2022-10-31

Family

ID=74099457

Family Applications (3)

Application Number Title Priority Date Filing Date
JP2020173016A Active JP7163348B2 (en) 2020-10-14 2020-10-14 System, information processing terminal, its control method and program, operating system.
JP2022163657A Active JP7434485B2 (en) 2020-10-14 2022-10-12 Information processing terminal, control method, and operating system
JP2024011455A Pending JP2024032883A (en) 2020-10-14 2024-01-30 Systems, information processing terminals, methods thereof, operating systems.

Family Applications After (2)

Application Number Title Priority Date Filing Date
JP2022163657A Active JP7434485B2 (en) 2020-10-14 2022-10-12 Information processing terminal, control method, and operating system
JP2024011455A Pending JP2024032883A (en) 2020-10-14 2024-01-30 Systems, information processing terminals, methods thereof, operating systems.

Country Status (1)

Country Link
JP (3) JP7163348B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006190008A (en) 2005-01-04 2006-07-20 Nippon Telegr & Teleph Corp <Ntt> Data coordination device and data coordination method
JP2012048633A (en) 2010-08-30 2012-03-08 Brother Ind Ltd Print data generating program, terminal device, and method of controlling terminal device
JP2013196356A (en) 2012-03-19 2013-09-30 Sony Corp Information processing device and method, and program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8676891B2 (en) 2010-11-01 2014-03-18 Google Inc. Visibility inspector in social networks
US9110743B2 (en) 2010-12-21 2015-08-18 Microsoft Technology Licensing, Llc Extensible system action for sharing while remaining in context
US9442687B2 (en) * 2012-07-23 2016-09-13 Korea Advanced Institute Of Science And Technology Method and apparatus for moving web object based on intent

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006190008A (en) 2005-01-04 2006-07-20 Nippon Telegr & Teleph Corp <Ntt> Data coordination device and data coordination method
JP2012048633A (en) 2010-08-30 2012-03-08 Brother Ind Ltd Print data generating program, terminal device, and method of controlling terminal device
JP2013196356A (en) 2012-03-19 2013-09-30 Sony Corp Information processing device and method, and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
あだむろっかー adamrocker,理解して作る! Androidプログラミング入門,日経ソフトウエア 第13巻 第5号 NIKKEI SOFTWARE,日本,日経BP社 Nikkei Business Publications,Inc.,第13巻

Also Published As

Publication number Publication date
JP2024032883A (en) 2024-03-12
JP2021005427A (en) 2021-01-14
JP2022179670A (en) 2022-12-02
JP7434485B2 (en) 2024-02-20

Similar Documents

Publication Publication Date Title
JP6296813B2 (en) Information processing terminal, information processing terminal control method, and program
US10193972B2 (en) Shared data transmitting method, server, and system
KR20010067976A (en) System and method for remote control of computer using internet
US9769246B2 (en) Information processing terminal and control method
JP7163348B2 (en) System, information processing terminal, its control method and program, operating system.
US20150222712A1 (en) Information processing terminal and control method
JP6168839B2 (en) Information processing apparatus, control method thereof, and program
JP6786656B2 (en) Information processing terminal, control method and program of information processing terminal
JP6513244B2 (en) INFORMATION PROCESSING TERMINAL, CONTROL METHOD, AND PROGRAM
JP6265745B2 (en) Information processing terminal
US10079873B2 (en) Information processing apparatus and method
JP6351275B2 (en) Information processing terminal, information processing terminal control method, and program
US20080215592A1 (en) Information processing apparatus and identification information registration method
JP2022079351A (en) Communication device, method for controlling communication device, and program
KR101401236B1 (en) Method and apparatus for processing moved web object based on intent
KR101414844B1 (en) Method and apparatus for moving web object using push
KR101414900B1 (en) Method and apparatus for moving web object based on intent
KR20110018808A (en) System and method for operating graphic user interface personal homepage on based x internet
KR20140017715A (en) Method and apparatus for web service supporting movability of web object
KR20060028005A (en) Method for providing bulletin service and system of enabling the method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20201104

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210810

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210824

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211022

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220315

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220511

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221019

R151 Written notification of patent or utility model registration

Ref document number: 7163348

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151