WO2009009969A1 - Plateforme d'application de service et procédé pour accéder à la plateforme d'application de service - Google Patents
Plateforme d'application de service et procédé pour accéder à la plateforme d'application de service Download PDFInfo
- Publication number
- WO2009009969A1 WO2009009969A1 PCT/CN2008/070646 CN2008070646W WO2009009969A1 WO 2009009969 A1 WO2009009969 A1 WO 2009009969A1 CN 2008070646 W CN2008070646 W CN 2008070646W WO 2009009969 A1 WO2009009969 A1 WO 2009009969A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- service
- user
- service application
- client
- processing interface
- Prior art date
Links
Classifications
-
- A—HUMAN NECESSITIES
- A63—SPORTS; GAMES; AMUSEMENTS
- A63F—CARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
- A63F13/00—Video games, i.e. games using an electronically generated display having two or more dimensions
- A63F13/30—Interconnection arrangements between game servers and game devices; Interconnection arrangements between game devices; Interconnection arrangements between game servers
- A63F13/35—Details of game servers
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/51—Discovery or management thereof, e.g. service location protocol [SLP] or web services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/563—Data redirection of data network streams
Definitions
- the present invention relates to a service application technology, and in particular, to a service application platform and a method for accessing a service application platform. Background of the invention
- the technology for accessing the service application platform is implemented based on a business application client, such as an online game client (such as a game lobby), a network music client, and a network video client.
- a business application client such as an online game client (such as a game lobby), a network music client, and a network video client.
- Step 101 The user starts the service application client, and initiates a service request to the service application server by using the service application client, that is, requests to use the service application function provided by the service application platform, for example, requesting to query a service status information of a user or requesting access to a certain service.
- the service application platform is a network game platform
- the user can request to query a certain player, that is, the game state information of the registered user of the online game platform, or request access to a certain network game scene.
- the user who initiates the request is a proactive user group of the service application platform, that is, a registered user of the service application platform;
- the service application platform is a set of devices that provide a service application function for the user, and may include a service application client and a service.
- Application server hereinafter referred to as the server).
- Step 102 The user receives the service status information of the other user of the service application platform in the service instance by using the service application client, which may be the specific location, status, and the like of the user in the service instance, for example, where the user is located in the online game. Server, game, game scene, current game state, or music being listened to by the user in the online entertainment platform, video being watched, etc.
- the service application client which may be the specific location, status, and the like of the user in the service instance, for example, where the user is located in the online game. Server, game, game scene, current game state, or music being listened to by the user in the online entertainment platform, video being watched, etc.
- Step 103 The user selects the second user according to the received service status information, and passes the The business application client accesses the service instance in the service application platform, for example, reaches a specific location where the second user is located in the business application, and can also perform business interaction between the service application client and the second user, for example, participating in the same game. Or listen to the music that the second user is listening to, watch the video watched by the second user, and the like.
- the specific location of the second user represents the user's participation in the game and its position in the game, such as a certain table in a certain room, for the game platform.
- the game environment in which the second user is located is represented by a set of parameters.
- the new requirements are: In addition to the functions of the service application client itself to provide access to the service application platform, it is also necessary to provide an entry for different platforms, also called an interface, to achieve access.
- the function of the business application platform for example, provides the forum user with an interface to implement the function on the community page of the forum; at the same time, the function needs to have certain scalability, so as to cooperate with the follow-up partner, for example, for the follow-up partner.
- the webpage adds and provides this functionality.
- the follow-up partner is a third party, thereby enabling the business application client to interact with third-party clients, such as web pages.
- the main purpose of the present invention is to provide a service application platform, which can provide an interface for different platforms to implement the function of accessing the service application platform.
- Another object of the present invention is to provide a method for accessing a service application platform, which can provide an interface for different platforms to implement the function of accessing the service application platform, for example, the user accesses the network game platform through the interface.
- a business application platform includes:
- Processing interface configured to send a service request to the service application client
- a service application client configured to receive a service request sent by the processing interface, and send the service request to the server;
- the server is configured to process the service request, and provide the requested information to the user.
- a method for accessing a service application platform includes:
- the processing interface sends a service request to the service application client.
- the service application client receives the service request sent by the processing interface, and sends the service request to the server;
- the server processes the service request and provides the requested information to the user. To achieve the function of accessing the business application platform.
- a third-party client is used as a webpage, and the user who browses the webpage, that is, the passive user of the business application platform, is enabled by the user to interact with the business application client through the webpage.
- the service application can access the service application platform through the service application client. For example, the service status information including the specific location of the second user in the service instance can be queried.
- the service application client can send the query result to the processing interface or The processing interface is sent to the third-party client, and is displayed by the processing interface or the third-party client, that is, the webpage result is expressed; the business application client can also directly present the query result to the user in the form of the client interface, that is, the non-webpage. The result is performance.
- the user can select the second user according to the query result, and access the service instance where the second user is located, for example, the specific location of the second user in the service instance, and can also perform business interaction with the second user, for example, with the second user. Games, etc. Therefore, this kind of interaction not only greatly enhances the interaction between the business application platform and the third-party platform, but also facilitates the expansion of the user community.
- the prior art adopts a mode function that the user directly accesses the service application platform through the service application client.
- the present invention provides an interface, and the user can conveniently access the service application platform through the interface.
- the preferred embodiment of the present invention can be used as a starting point for users of third-party clients that are more abundant, which is beneficial to the expansion of the user community.
- FIG. 1 is a schematic structural diagram of a service application platform according to an embodiment of the present invention.
- FIG. 2 is a schematic structural diagram of a service application platform according to an embodiment of the present invention.
- FIG. 3 is a flowchart of a method for accessing a service application platform according to an embodiment of the present invention.
- FIG. 4 is a flowchart of a method for accessing a service application platform according to an embodiment of the present invention. Mode for carrying out the invention
- the core idea of the present invention is: First, by adding a processing interface between a third-party client and a service application client, the user accesses the service application platform through the processing interface.
- the service application platform may be a platform for online games, network music, network video, etc., and the processing interface may have multiple implementation manners.
- the processing interface may be a webpage control or an ActiveX control created by the webpage. .
- the third-party client selects the second user according to the service status information that is sent or displayed from the service application client and includes at least one specific location of the user in the service application, and then processes the second user.
- the interface initiates a request for accessing the service application to the service application client, reaches a specific location of the second user in the service application, and uses the service application, for example, playing games with the second user.
- the service status information may also be displayed by the service application client, or sent to the processing interface for display, and the processing interface may also send the service status information to the third-party client for display by the third-party client.
- FIG. 1 is a structural diagram of a business application platform, which includes a processing interface 13, a business application client 12, and a server 11.
- the processing interface 13 is configured to send a service request to the service application client 12 according to the user indication;
- the service application client 12 is configured to send the service request sent by the processing interface 13 to the server 11;
- the server 11 is configured to process the service request message.
- the requested information is provided to the user.
- FIG. 2 is a schematic diagram of a composition of a service application platform, which is an example of a network game platform.
- a user accesses a service application platform through a third-party client, that is, a webpage 24, and the platform includes a webpage 24 and a webpage control 23 , game hall 22 and server 21.
- the function of the user accessing the service application platform through the processing interface is realized.
- the webpage 24 is used as a third-party client for initiating a service request to the service application client, that is, the game lobby 22, through the processing interface according to the user instruction, that is, the webpage control 23, for example, requesting the service status of the second user, accessing the first The request of the business instance where the user is located, and the like.
- the web page control 23 is configured to receive an instruction sent by a third party client, generate a service request according to the instruction, and send it to the game lobby 22, which is an interface for establishing a connection between the web page 24 and the game lobby 22.
- the game lobby 22 is configured to receive the service request of the webpage 24, forward it to the server 21, and display the requested information acquired from the server 21, or return it to the webpage control 23, and display or forward it to the webpage 24 by the webpage control 23, thereby
- the function of the user access service application platform of the third-party client is implemented, and the passive user access service application platform of the service application platform is pulled through various third-party clients, and the user group of the extended service application platform is utilized.
- the web page 24, the web page control 23, and the game lobby 22 are all located on the client side.
- the server 21 is configured to store the service status information of the second user, located on the server side.
- the processing interface 13 can also display the service application information from the server 11 , such as randomly displaying the service status information of the user in the service application platform, and the user displays the information through the browsing processing interface 13 .
- the information can initiate a service request, such as querying the detailed service status information of a user displayed, or requesting access to a displayed service instance, so that the object that the user queries has high randomness, which is beneficial to users of various service applications. Groups, and facilitate the pull of users between different business applications.
- the first user may select the second user according to the service status information of the other user displayed by the third-party client or the processing interface, and initiate a service request to the service application client to request access to the service instance where the second user is located, for example, requesting access. To the specific location of the second user in the business application.
- the service application client is further configured to receive a request of the third-party client to access the service instance where the second user is located, forward the request to the server, and complete the operation of accessing the first user to the service instance where the second user is located, thereby
- the function of accessing the service application platform can also implement the functions of the first user interacting with the second user in the service application platform, such as participating in the same game, listening to the same music, watching the same video, and the like.
- the operation of accessing the first user to the service instance where the second user is located may be configured by the server to set the service status information corresponding to the second user for the first user according to the service instance and the service status of the second user.
- the network game server sets the first user's business status information to a different seat in the same game, the same room, and the same table as the second user.
- the service status information of the user stored by the server includes service environment information of the user in the service instance, such as specific location information.
- Step 201 The third-party client sends the service to the service according to the first user indication.
- the application client initiates a business request. For example, the request for querying the service status information of the second user is encapsulated with the user being queried, that is, the user identifier of the second user, such as an account number.
- Step 202 The service application client receives the service request of the third-party client, forwards the request to the server, and directly displays the requested information obtained from the server.
- the business application client can also return the requested information to the processing interface, and the processing interface displays or forwards the requested information to a third party client for display.
- the third-party client enables the third-party client to access the business application platform.
- the request is a request for querying the service status information of the second user
- the requested information may be the query result, that is, the service status information of the second user.
- the query result may include a service environment parameter for uniquely determining a business environment in which the second user is located in the service instance, for example, specific location information of the second user in the network game service, and may include a server ID, a room ID, and a table. ID and seat ID, etc.
- the server ID information is used to determine the IP address of the server where the second user is located, according to which the first user can establish a connection with the server;
- the room ID information is used to determine the room where the second user is located, and one server can manage multiple rooms;
- the ID information is used to determine the table in which the second user is located, one room includes a number of tables;
- the seat ID information is used to determine which seat the second user is sitting on, and one table includes a plurality of seats.
- the query result may also include a service instance identifier, such as game ID information, and a user's current business status identifier, such as a game status ID.
- the service instance identifier is used to determine a service instance in which the second user is located, for example, a game in which the second user participates; the current service state identifier is used to determine the current service state of the second user, for example, being in the game, being ready but not Start the game, not ready, etc.
- step 201 Before the processing interface in step 201 initiates a service request to the service application client, It can also include:
- the processing interface detects and determines whether the service application client is installed and started. If yes, step 202 is performed; if not, the prompt request is sent to the third-party client, and the third-party client is prompted to install and start the service application client, and the process ends. Current process.
- the step 201 may further include: pre-allocating an encryption key for the processing interface and the service application client, and performing confidentiality on the service request exchanged between the third-party client and the service application client.
- the third-party client may further include an authentication operation of the third-party client and the service application client.
- Step 202 may further include:
- Step 203 The first user selects a second user according to the service status information of the second user in the service application that is displayed by the third-party client or the processing interface, and initiates the access to the second user by the service application client.
- a request in a business instance The first user selects a second user according to the service status information of the second user in the service application that is displayed by the third-party client or the processing interface, and initiates the access to the second user by the service application client. A request in a business instance.
- Step 204 The service application client receives the request of the third-party client to access the service instance where the second user is located, forwards the request to the server, and completes the operation of accessing the service instance where the second user is located, for example, using The user of the business application client allocates status information corresponding to the second user, so that the user of the third-party client accesses the service instance where the second user is located.
- the step 204 may include: enabling the user of the third-party client to access the service instance where the second user is located according to the game ID information and the game state ID information.
- the method for accessing the service application platform in this embodiment includes:
- Step 301 The processing interface receives an indication of the first user by using a third-party client, for example, the user clicks the game icon of the second user displayed by the webpage control in the webpage.
- Step 302 The processing interface detects and determines whether the service application client is installed and started. If yes, step 303 is performed; if no, step 304 is performed.
- Step 303 The third-party client initiates a request for querying the status information of the second user to the service application client by using the processing interface according to the instruction of the first user, and the identifier of the queried user is encapsulated in the request for querying the status information of the second user. , such as an account.
- Step 304 Send a request to the third-party client, prompt the third-party client to install, and start the business application client, and end the current process.
- Step 305 The service application client receives a request for the third party client to query the status information of the second user, forwards the request to the server, and returns the query result obtained from the server to the processing interface, and the processing interface forwards the result to the third-party client.
- Step 306 The third-party client selects the second user according to the state information that is sent by the processing interface to determine the specific location of the second user in the service instance, and initiates the access to the second user in the service instance. The specific location of the request.
- Step 307 The service application client receives the request of the third-party client to locate the specific location of the selected user in the game, forwards the request to the server, and completes the operation of accessing the service instance where the second user is located, for example, according to The game ID information and the game state ID information enable the first user to play the game with the second user.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
- Computer And Data Communications (AREA)
Abstract
L'invention concerne une plateforme d'application de service et un procédé pour accéder à la plateforme d'application de service, la plateforme d'application de service comprenant une interface de traitement pour envoyer des requêtes de service à un client appliqué à un service, le client appliqué au service pour recevoir la requête de service envoyée par l'interface de traitement, et pour envoyer la requête de service à un serveur, le serveur pour traiter la requête de service, et pour fournir à l'utilisateur les informations demandées.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200710118792.2 | 2007-07-13 | ||
CNA2007101187922A CN101119386A (zh) | 2007-07-13 | 2007-07-13 | 一种实现第三方客户端快速加入游戏的系统及方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2009009969A1 true WO2009009969A1 (fr) | 2009-01-22 |
WO2009009969A8 WO2009009969A8 (fr) | 2009-04-16 |
Family
ID=39055318
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2008/070646 WO2009009969A1 (fr) | 2007-07-13 | 2008-03-31 | Plateforme d'application de service et procédé pour accéder à la plateforme d'application de service |
Country Status (2)
Country | Link |
---|---|
CN (2) | CN101119386A (fr) |
WO (1) | WO2009009969A1 (fr) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9907761B2 (en) | 2003-03-14 | 2018-03-06 | University Of Washington | Retinoid replacements and opsin agonists and methods for the use thereof |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102194036A (zh) * | 2010-03-03 | 2011-09-21 | 腾讯科技(深圳)有限公司 | 一种同步游戏好友信息的方法、装置和系统 |
CN102035856A (zh) * | 2010-12-31 | 2011-04-27 | 深圳瑞高信息技术有限公司 | 游戏社区的管理方法、游戏客户终端及其系统 |
CN102647398B (zh) * | 2011-02-16 | 2014-11-26 | 腾讯科技(深圳)有限公司 | 基于移动终端实现游戏的方法及装置 |
CN102779218B (zh) * | 2011-05-09 | 2015-02-18 | 腾讯科技(深圳)有限公司 | 一种游戏开发装置和游戏运行装置 |
JP2013005906A (ja) * | 2011-06-24 | 2013-01-10 | Konami Digital Entertainment Co Ltd | ゲームシステム、ゲームシステムの制御方法、ならびに、プログラム |
CN102254098A (zh) * | 2011-07-08 | 2011-11-23 | 盛趣信息技术(上海)有限公司 | 一种开发部署运营游戏的分布式系统及方法 |
CN102520985B (zh) * | 2011-11-29 | 2014-09-24 | 深圳万兴信息科技股份有限公司 | 一种客户端软件运行的系统和方法 |
CN105808303B (zh) * | 2012-11-14 | 2020-02-21 | 北京奇虎科技有限公司 | 浏览器及其进行页游事件提醒的方法 |
CN103002019B (zh) * | 2012-11-14 | 2016-01-13 | 北京奇虎科技有限公司 | 浏览器及浏览器发送页游消息的方法 |
CN105635050B (zh) * | 2014-10-29 | 2019-12-27 | 腾讯科技(深圳)有限公司 | 数据交互方法及系统 |
CN105187469A (zh) * | 2015-06-01 | 2015-12-23 | 广东小天才科技有限公司 | 一种处理用户请求的方法、移动终端及服务器 |
CN106339493B (zh) * | 2016-08-31 | 2018-09-07 | 腾讯科技(深圳)有限公司 | 一种数据处理方法及相关装置 |
CN106992925A (zh) * | 2017-04-01 | 2017-07-28 | 成都你我他科技有限公司 | 一种应用于交友平台的中央控制系统 |
CN107528895B (zh) * | 2017-08-17 | 2020-10-23 | 四川长虹电器股份有限公司 | 一种基于Android系统的插件接入第三方服务器的系统及方法 |
CN107773986A (zh) * | 2017-09-30 | 2018-03-09 | 尹辉 | 一种游戏app定位方法 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002095870A (ja) * | 2000-07-21 | 2002-04-02 | Konami Co Ltd | ゲームシステム、業務用ゲーム装置、ネットワークゲーム装置、クライアント装置、記録媒体 |
CN1650310A (zh) * | 2002-03-13 | 2005-08-03 | 汝要网 | 用于通过因特网提供游戏服务的方法和系统 |
CN1744096A (zh) * | 2004-08-30 | 2006-03-08 | 英业达股份有限公司 | 一种网络装载游戏数据的系统及其方法 |
CN1788458A (zh) * | 2004-05-07 | 2006-06-14 | 索尼计算机娱乐公司 | 应用执行方法、文件数据下载方法、文件数据上载方法、通信方法、网络识别符设定方法及无线通信终端装置 |
US20070087829A1 (en) * | 2005-10-14 | 2007-04-19 | Derek Liu | Multi-player game architecture |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1963830A (zh) * | 2006-12-04 | 2007-05-16 | 北京金山软件有限公司 | 记录游戏事件的方法与装置、查看游戏事件的方法与系统 |
-
2007
- 2007-07-13 CN CNA2007101187922A patent/CN101119386A/zh active Pending
-
2008
- 2008-03-31 WO PCT/CN2008/070646 patent/WO2009009969A1/fr active Application Filing
- 2008-07-11 CN CN2008101328624A patent/CN101321175B/zh active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002095870A (ja) * | 2000-07-21 | 2002-04-02 | Konami Co Ltd | ゲームシステム、業務用ゲーム装置、ネットワークゲーム装置、クライアント装置、記録媒体 |
CN1650310A (zh) * | 2002-03-13 | 2005-08-03 | 汝要网 | 用于通过因特网提供游戏服务的方法和系统 |
CN1788458A (zh) * | 2004-05-07 | 2006-06-14 | 索尼计算机娱乐公司 | 应用执行方法、文件数据下载方法、文件数据上载方法、通信方法、网络识别符设定方法及无线通信终端装置 |
CN1744096A (zh) * | 2004-08-30 | 2006-03-08 | 英业达股份有限公司 | 一种网络装载游戏数据的系统及其方法 |
US20070087829A1 (en) * | 2005-10-14 | 2007-04-19 | Derek Liu | Multi-player game architecture |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9907761B2 (en) | 2003-03-14 | 2018-03-06 | University Of Washington | Retinoid replacements and opsin agonists and methods for the use thereof |
Also Published As
Publication number | Publication date |
---|---|
WO2009009969A8 (fr) | 2009-04-16 |
CN101321175A (zh) | 2008-12-10 |
CN101321175B (zh) | 2013-11-13 |
CN101119386A (zh) | 2008-02-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2009009969A1 (fr) | Plateforme d'application de service et procédé pour accéder à la plateforme d'application de service | |
EP2067302B1 (fr) | Architecture de conférence distribuable, échelonnable et branchable | |
JP5656983B2 (ja) | 仮想ユニバーサルプラグアンドプレイシステムを作成するシステムおよび方法 | |
US9288259B2 (en) | Remote desktop sharing for wireless environment | |
WO2011032486A1 (fr) | Procédé et serveur pour messagerie instantanée | |
EP2218239B1 (fr) | Système, dispositif et procédé d'autorisation | |
WO2009026797A1 (fr) | Procédé et dispositif permettant la recherche d'informations sur les joueurs d'un jeu | |
KR20090017629A (ko) | 프레즌스 서버의 사용자 상태 원격 업데이트 | |
TW201003550A (en) | Real time media-based social network notifications | |
WO2014101652A1 (fr) | Procédé, appareil, et système pour l'établissement d'une communication par la voix | |
WO2006056130A1 (fr) | Procede et systeme fournissant le mode utilisateur d'une messagerie instantanee | |
US20100100723A1 (en) | Service application platform and method for accessing service application platform | |
CN106664228A (zh) | 在cpe和配套设备之间进行共享 | |
WO2014154009A1 (fr) | Procédé, appareil, extrémité de réception, extrémité d'envoi et dispositif pour une communication de groupe | |
TW200913694A (en) | Method for watching network television, group server and group client | |
US20180253692A1 (en) | Establishing a communication event | |
CA2691879A1 (fr) | Systeme, composant et procede de messagerie instantanee pour des services supplementalres | |
WO2015043211A1 (fr) | Procédé et dispositif d'affichage d'informations de commentaire | |
WO2007079699A1 (fr) | Systeme et procede de recommandation de service | |
TW201117590A (en) | Method and system of desktop broadcasting | |
JP2014057221A (ja) | コンテンツ配信システム、コンテンツ配信装置およびコンテンツ配信方法 | |
WO2012025044A1 (fr) | Procédé et serveur de transfert de message | |
WO2005017660A2 (fr) | Partage de contenu entre entites homologues | |
JP2008028498A (ja) | コンテンツ再生装置及びコンテンツ提供装置 | |
US12034555B1 (en) | Influencer watch party |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 08715379 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 7627/CHENP/2009 Country of ref document: IN |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1)EPC |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 08715379 Country of ref document: EP Kind code of ref document: A1 |