WO2012151993A1 - Service pushing method and device - Google Patents

Service pushing method and device Download PDF

Info

Publication number
WO2012151993A1
WO2012151993A1 PCT/CN2011/083982 CN2011083982W WO2012151993A1 WO 2012151993 A1 WO2012151993 A1 WO 2012151993A1 CN 2011083982 W CN2011083982 W CN 2011083982W WO 2012151993 A1 WO2012151993 A1 WO 2012151993A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
server
client
data
presentation page
Prior art date
Application number
PCT/CN2011/083982
Other languages
French (fr)
Chinese (zh)
Inventor
黄钦
李永奇
徐华
王凭智
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012151993A1 publication Critical patent/WO2012151993A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the present invention relates to the field of communications, and in particular to a service push method and apparatus.
  • BACKGROUND With the in-depth development of Internet technologies, more and more third-party services have emerged, and many excellent businesses have become or are becoming an indispensable part of the lives of users, such as social networks, news, microblogs, group purchases. Wait. When users use these services, they need to install these business applications on the mobile terminal, and each service corresponds to one installation file. After the business application is upgraded, the user must re-download the new installation file through the client and re-install the installation file to upgrade the business.
  • the present invention provides a service push method and apparatus, which solves at least the problem of occupying more system resources caused by the installation and upgrade of a service application on the client side in the related art, thereby achieving a system saving. Resources, technical effects that reduce the complexity of business update operations.
  • a service pushing method including: a first server acquiring updated service data from a second server; the first server generating a service presentation according to the service data and the web template corresponding to the service data The first server pushes the generated business presentation page to the client.
  • the step of obtaining the web template corresponding to the service data includes: receiving, by the first server, a service update notification message sent by the second server; the first server generating the web template according to the configuration information in the service update notification message.
  • the step of the first server receiving the service update notification message sent by the second server includes: the second server receiving the service update detection message sent by the first server; the second server determining, according to the service update detection message, whether the locally provided service is updated; If the update is performed, the second server sends the configuration information of the updated service to the first server in the service update notification message.
  • the foregoing service pushing method further includes: the first server sends the service list to the client; the first server receives the service selection information returned by the client, where, the service selection The information is used to identify the service selected in the service list.
  • the first server obtains the current service data from the server that provides the service identified by the service selection information, and according to the obtained current service data and the service identified by the service selection information.
  • the web template generates a current service presentation page; the first server pushes the generated current service presentation page to the client.
  • the step of the first server obtaining the updated service data from the second server includes: the step of the first server acquiring the updated service data from the second server every predetermined period.
  • the step of the first server pushing the generated service presentation page to the client includes: the client receiving the address of the service presentation page sent by the first server; and the client loading the service presentation page according to the address.
  • the foregoing service pushing method further includes: the first server caches the web template until the web template is updated; and during the cache of the web template, When the client requests the service data, the first server generates a service presentation page according to the service data and the cached web template, and pushes the generated service presentation page to the client.
  • the step of the first server generating the service presentation page according to the service data and the web template corresponding to the service data includes: the first server parses and encapsulates the service data to obtain data required by the web template; and writes the data into the web template to obtain a service presentation page. .
  • a service push device configured to the device is located on a first server, and the service push device includes: an obtaining unit, configured to obtain updated service data from a second server; And configured to generate a service presentation page according to the service data and the web template corresponding to the service data; and the pushing unit is configured to push the generated service presentation page to the client.
  • the generating unit in the service pushing device includes: a receiving module, configured to receive a service update notification message sent by the second server; and a generating module, configured to generate a web template according to the configuration information in the service update notification message.
  • the service pushing device further includes: a receiving unit, configured to receive the service selection information returned by the client, where the service selection information is used to identify the service selected in the service list; wherein the acquiring unit is further configured to The current service data is obtained on the server of the service; the generating unit is further configured to generate a current service presentation page according to the obtained current service data and the web template corresponding to the service identified by the service selection information; the pushing unit is further configured to be generated After the service presentation page is pushed to the client, the service list is sent to the client; the generated current service presentation page is pushed to the client.
  • the service upgrade, the service addition or the deletion are performed on the server, and the user does not need to re-download and install the application to complete the upgrade of the service, and the installation and upgrade of the business application are performed on the client side.
  • FIG. 1 is a block diagram showing a preferred structure of a service push device according to an embodiment of the present invention
  • FIG. 2 is a preferred flow chart of a service push method according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram of another preferred structure of the service pushing method according to the embodiment of the present invention.
  • Embodiment 1 As shown in FIG. 1 , the present invention provides a preferred service pushing device, where the device is located on a first server, and the service pushing device includes: an obtaining unit 101, configured to obtain an updated version from the second server.
  • the service unit 102 is configured to communicate with the obtaining unit 101, and is configured to generate a service presentation page according to the service data and the web template corresponding to the service data.
  • the pushing unit 103 is configured to communicate with the generating unit 102, and is configured to push the generated service presentation page.
  • the updated service data is obtained by the third-party server, and the corresponding service presentation page is generated, and the service presentation page is pushed to the client for presentation, thereby reducing the implementation of the service by the client itself.
  • the resource consumption caused by the upgrade achieves the purpose of reducing the consumption of client resources, thereby achieving the technical effect of improving the flexibility and scalability of the service push.
  • the generating unit 102 includes: a receiving module, configured to receive a service update notification message sent by the second server; and a generating module, configured to communicate with the receiving module, configured to configure information according to the service update notification message To generate a web template.
  • the web template for generating the service presentation page in the first server can be ensured by timely receiving the update message on the second server and updating the web template in time through the update message.
  • the services provided by the two servers are consistent, which in turn ensures that the user can get the updated service presentation page.
  • the receiving module receives the service update notification message sent by the second server, where: the second server receives the service update detection message sent by the service pushing device; and the second server responds to the service update detection message. Determining whether the locally provided service is updated; if the update occurs, the second server carries the configuration information of the updated service in the service update notification message and sends the configuration information to the service pushing device.
  • the service pushing device adopts a method of actively inquiring the update to the second server, so that the service pushing device can obtain the update information of the service in time, thereby ensuring the timeliness of the service information obtained by the client.
  • the present invention is not limited thereto, and the second server may also actively notify the service pushing device when it finds that the locally provided service is updated.
  • the first server may be a separate web server set up in an Internet environment.
  • the web server is compliant with web technology standards, and may select any web server technology, any connection. Clients accessing the Internet environment can access the server.
  • a specific business web service (which can be one or more) is deployed on the web server, and the specific business web service(s) are for presenting third party business services.
  • the second server may be a server that provides the foregoing third-party service.
  • the second server may also be a separate web server that is installed in an Internet environment.
  • the above web service program mainly performs the following functions:
  • the service pushing device further includes a receiving unit 104, in communication with the generating unit 102, configured to receive service selection information returned by the client, where the service selection information is used to identify the selected in the service list.
  • the obtaining unit 101 is further configured to acquire current service data from a server that provides the service identified by the service selection information.
  • the generating unit 102 is further configured to: according to the obtained current service data and the service identified by the service selection information.
  • the web template generates a current service presentation page.
  • the push unit 103 is further configured to: after the generated service presentation page is pushed to the client, send the service list to the client; and push the generated current service presentation page to the client.
  • the service in the list is identified by providing service selection information, so that the user can select the required service according to his own needs, thereby improving the flexibility of the service push.
  • the obtaining unit 101 obtains the updated service data from the second server, where: the obtaining unit 101 performs the updated service from the second server once every predetermined period. The steps of the data.
  • the obtaining unit 101 requests the updated service information in a predetermined cycle, so that the update of the service information can be guaranteed in a scenario where the real-time requirements are not high.
  • the foregoing method for periodically updating the data is only an example.
  • the present invention is not limited to this, and other methods may be adopted to apply to a scenario with high real-time requirements.
  • the second server may also discover the locally provided service.
  • the updated data is actively sent to the obtaining unit 101 when an update occurs.
  • the step of pushing the generated service presentation page to the client by the pushing unit 103 includes: the client receiving the address of the service presentation page sent by the pushing unit 103; the client loading the service presentation page according to the address.
  • the client needs to perform a page loading operation, and does not need to perform installation and uninstall operations, thereby reducing unnecessary system resource consumption caused by the service upgrade of the client.
  • the service pushing device caches the web template until the web template is updated; During the template, if the client requests the service data, the generating unit 102 generates a service presentation page according to the service data and the cached web template, and then the pushing unit 103 pushes the generated service presentation page to the client.
  • the first server does not need to repeatedly download the service data from the second server when the client requests the service multiple times, thereby reducing the operational complexity on the service push device.
  • the generating unit 102 generates a service presentation page according to the service data and the web template corresponding to the service data, where the generating unit 102 parses and encapsulates the service data to obtain the web template. Data; writing the data to the web template to obtain the service presentation Page.
  • the updated service presentation page can be generated on the server side by the above generation manner.
  • the above generation method is only an example, and the present invention is not limited thereto.
  • Embodiment 2 Based on the preferred service pushing device shown in FIG. 1, the present invention further provides a preferred service pushing method. As shown in FIG. 2, the specific steps of the method include:
  • S202 The first server obtains updated service data from the second server.
  • S204 The first server generates a service presentation page according to the service data and the web template corresponding to the service data.
  • the first server pushes the generated service presentation page to the client.
  • the updated service data is obtained by the third-party server, and the corresponding service presentation page is generated, and the service presentation page is pushed to the client for presentation, thereby reducing the resources caused by the client's own upgrade to the service. Consumption, thereby achieving the purpose of reducing client resource consumption, thereby achieving the technical effect of improving the flexibility and scalability of business push.
  • the first server can be a separate web server set up in the Internet environment.
  • the web server is ergonomically compliant with Web technology standards and can be selected to use any web server technology. Any client accessing the Internet environment can access it.
  • the server is ergonomically compliant with Web technology standards and can be selected to use any web server technology. Any client accessing the Internet environment can access it. The server.
  • a specific business web service (which may be one or more) is deployed on the web server, and the specific business web service(s) are for presenting third party business services.
  • the second server may be a server that provides the above-mentioned third-party service.
  • it may also be a separate web server that is installed in an Internet environment.
  • the above web service program mainly performs the following functions:
  • API Application Programming Interface
  • the step of acquiring a web template corresponding to the service data comprises: receiving, by the first server, a service update notification message sent by the second server; the first server generating, according to the configuration information in the service update notification message Web template.
  • the service information of the first server is updated by timely receiving the update message on the second server and updating the service web template in time, thereby ensuring the user. Get the latest business information.
  • the step of the first server receiving the service update notification message sent by the second server includes: the second server receiving the service update detection message sent by the first server; and the second server responding to the service update detection The message determines whether the service provided by the local device is updated. If the update occurs, the second server sends the configuration information of the updated service in the service update notification message to the first server.
  • the first server adopts a method of actively querying the update to the second server, so that the first server can obtain the update information of the service in time, thereby ensuring the timeliness of the service information obtained by the client.
  • the present invention is not limited thereto, and the second server may also actively notify the first server when it finds that the locally provided service is updated.
  • the foregoing service pushing method further includes: the first server sends the service list to the client; the first server receives the client.
  • the returned service selection information where the service selection information is used to identify the service selected in the service list; the first server obtains the current service data from the server that provides the service identified by the service selection information, and according to the obtained current service data.
  • the web template corresponding to the service identified by the service selection information generates a current service presentation page; the first server pushes the generated current service presentation page to the client.
  • the server when the client selects the required service, the server obtains the service presentation page corresponding to the selected service, and does not need to perform the installation or uninstallation operation locally, thereby improving not only The flexibility and scalability of business push also reduces the resource consumption of the client.
  • the step of the first server obtaining the updated service data from the second server includes: the first server performing the updated service from the second server once every predetermined period The steps of the data.
  • the first server requests the updated service information in a predetermined cycle, so that the update of the service information can be guaranteed in a scenario where the real-time requirements are not high.
  • the foregoing method for periodically updating the data is only an example.
  • the second server may also discover the locally provided service.
  • the updated data is actively sent to the first server when an update occurs.
  • the step of the first server pushing the generated service presentation page to the client includes: the client receiving the address of the service presentation page sent by the first server; the client according to the address Load the business presentation page.
  • the client needs to perform a page loading operation, and does not need to perform installation and uninstall operations, thereby reducing unnecessary system resource consumption caused by the service upgrade of the client.
  • the foregoing service pushing method further includes: the first server caches the web template until the webpage The template is updated; during the cache of the web template, if the client requests the service data, the first server generates a service presentation page according to the service data and the cached web template, and pushes the generated service presentation page to the client.
  • the first server does not need to repeatedly download the service data from the second server when the client requests the service multiple times, thereby reducing the operational complexity on the first server.
  • the step of the first server generating the service presentation page according to the service data and the web template corresponding to the service data comprises: parsing and encapsulating the service data by the first server to obtain the web template Data; writing the data to the web template to obtain the service presentation page.
  • the updated service presentation page can be generated on the server side by the above generation manner.
  • the above generation method is only an example, and the present invention is not limited thereto.
  • Embodiment 3 As shown in FIG.
  • the third-party services include, but are not limited to, Internet application services, and a plurality of unified UI visual effects, unified data management, authentication management, and upgrade management services are available on the client.
  • these services are generally integrated on the client's desktop, and can be displayed through the general application according to the needs of the business.
  • the deployment of the web server is not specifically limited, and may be an independent or shared networked server, or a third-party commercial cloud.
  • the main task of the web server is to aggregate third-party services and keep them in sync with third-party business data.
  • the web server performs login authentication through an API provided by a third-party service, and acquires and updates service data.
  • the Web server can be based on the characteristics of the business and the needs of the user.
  • the business data is updated from the server providing the third-party service as needed to keep it in sync with the server providing the third-party service.
  • the web server maintains the update and upgrade of the new service, and the update and upgrade of the service is implemented by using the web template, and the upgraded web template (corresponding to the updated business data) is replaced with the old web template to implement the service upgrade, or by adding
  • the web template of the new service synchronizes the business data to the server, and the newly added service is aggregated by the server to generate a new service presentation page, and the notification of the new service is pushed to the client to prompt the user to use.
  • the web server further has a user authentication management function, and the client is uniformly managed by the function, including service upgrade, new service promotion, and the like.
  • This client must first have the ability to access the Internet, and also requires Web components, which can better support Web technology standards, such as HTML (Hypertext) Markup Language, (5), JAVASCRIPT, CSS (Cascading Style Sheets), and even FLASH. In addition, these clients need to support certain or specific programming languages. Secondary development.
  • the web server and the client communicate via a (encrypted;) hypertext transfer protocol.
  • the web server receives the HTTP (Hypertext Transfer Protocol) request from the client, parses the request instruction, invokes the third-party API according to the instruction, acquires the third-party service data, parses and saves, and then invokes the corresponding third-party service web template.
  • HTTP Hypertext Transfer Protocol
  • the present invention provides a preferred system structure diagram, as shown in Figure 4, including: 1) Third Party Service Data Interface API: Through these APIs, our application can maintain sessions and data with third parties. Synchronization.
  • Business data parsing module Parsing and processing third-party data, according to the data structure provided by the third party, for parsing different data transmission formats including JSON or XML.
  • Web template library Web implementation templates for all third-party services integrated, including data presentation of third-party services, user interaction, special display effects, etc.
  • a third-party service is upgraded and redesigned, you only need to replace the template, if necessary, and the interface to bind the data.
  • Configuration item (file) The configuration item used in the web server, which includes some commands for the server to communicate with the client. Through these commands, the server knows which services the client needs to access, and To do the related preparation work, and the client also knows what needs to be done to display the server business, such as which history files are deleted, which templates and data are downloaded.
  • Business data persistence module The local data of the third-party business is locally persisted on the Web server, for example, the updated business data obtained through the local database cache.
  • Generate module Receive the client request, call the related method, and obtain the business page corresponding to the business template and business data generation.
  • the service presentation page corresponding to the service data of the updated third-party service is presented to the client.
  • the steps for interacting between the web server and the client in the Internet environment are as shown in FIG. 5, including: one or more clients and a web server deployed in an Internet environment as two ends of the entire process: one end is a client At the end, one end is a web server, and they communicate via an (encrypted) hypertext transfer protocol.
  • the steps shown in Figure 5 include:
  • S502 The client needs to send a service request to the web server when the service needs to be loaded, and notify the web server client which services need to be loaded.
  • S504 After receiving the request, the web server obtains the current service data from the server that provides the required service according to the parameter, and generates a service presentation page according to the service data and the web template corresponding to the service data, and then, The web server sends a configuration file to the client, where the configuration file records the URL of the service presentation page (Uniform Resource Locator).
  • the client obtains the URL of the service presentation page to be loaded according to the configuration file, and loads the service presentation page according to the URLs for display.
  • the service presentation page may be generated by one of the following solutions:
  • the web server generates a service presentation page according to the business logic, and the client directly downloads the service presentation page for display;
  • the client has a built-in web template for service presentation, and obtains the required service data from the web server according to the requirements of the presentation, and performs fusion presentation on the client according to the above web template.
  • S508 When the client needs to delete the selected service or add a new service, resend a request command to the web server.
  • the URL is returned to the client, and the client requests a new business presentation page based on the new URL.
  • the service presentation page corresponding to the service data is updated on the server side, and the webpage technology is used on the client side to display the service presentation page corresponding to the updated service data. , thus achieving business updates.
  • the third-party service is implemented through the Web technology, and the Web-based technology is free of installation and server-side upgrades.
  • the server-side pushes service configuration information, service data, and pages to implement user-selection of services and upgrade of the service itself.
  • a service update solution with adaptive features such as automatic expansion and automatic upgrade, which makes it more convenient for users to update third-party services.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Disclosed are a service pushing method and device. The method comprises: a first server acquiring updated service data from a second server; the first server generating a service presentation page according to the service data and a Web template corresponding to the service data; and the first server pushing the generated service presentation page to a client. Through the present invention, resource consumption due to service upgrade implemented by the client is reduced, thereby achieving the purpose of reducing resource consumption of the client and achieving the technical effect of improving the flexibility and scalability of service pushing.

Description

业务推送方法和装置 技术领域 本发明涉及通信领域, 具体而言, 涉及一种业务推送方法和装置。 背景技术 随着互联网技术的纵深发展, 出现了越来越多的第三方业务, 而且很多优秀的业 务已经或者正成为广大用户生活中不可或缺的部分, 如社交网络, 新闻, 微博, 团购 等。 用户使用这些业务时, 需要在移动终端安装这些业务应用程序, 每种业务对应一 个安装文件。 当业务应用程序升级后, 用户必须通过客户端重新下载新的安装文件, 并重新安装该安装文件才能实现对业务的升级。 然而, 由于移动终端通常安装了多个业务应用程序, 因此, 若每一个业务应用程 序更新时都需要重新下载和安装最新的安装文件, 则会占用较多的系统资源、 存储空 间, 也同样会影响移动终端的电池续航能力。 针对相关技术中上述问题, 目前尚未提出有效的解决方案。 发明内容 本发明提供了一种业务推送方法和装置, 以至少解决相关技术中对业务应用程序 的安装和升级在客户端侧进行而导致的占用较多的系统资源的问题, 从而达到了节省 系统资源, 降低业务更新操作的复杂度的技术效果。 根据本发明的一个方面, 提供了一种业务推送方法, 其包括: 第一服务器从第二 服务器上获取更新后的业务数据; 第一服务器根据业务数据以及与业务数据对应的 Web模板生成业务展现页面; 第一服务器将生成的业务展现页面推送给客户端。 获取与业务数据对应的 Web模板的步骤包括: 第一服务器接收第二服务器发送的 业务更新通知消息;第一服务器根据业务更新通知消息中的配置信息来生成 Web模板。 第一服务器接收第二服务器发送的业务更新通知消息的步骤包括: 第二服务器接 收第一服务器发送的业务更新检测消息; 第二服务器响应业务更新检测消息判断本地 提供的业务是否发生更新; 若发生更新, 则第二服务器将与发生更新的业务的配置信 息携带在业务更新通知消息中发送给第一服务器。 在第一服务器将生成的业务展现页面推送给客户端之后, 上述业务推送方法还包 括: 第一服务器将业务列表发送给客户端; 第一服务器接收客户端返回的业务选择信 息, 其中, 业务选择信息用于标识在业务列表中选择的业务; 第一服务器从提供业务 选择信息标识的业务的服务器上获取当前的业务数据, 并根据获取的当前的业务数据 以及与业务选择信息标识的业务对应的 Web模板生成当前的业务展现页面;第一服务 器将生成的当前的业务展现页面推送给客户端。 第一服务器从第二服务器上获取更新后的业务数据的步骤包括: 第一服务器每隔 预定的周期执行一次从第二服务器上获取更新后的业务数据的步骤。 第一服务器将生成的业务展现页面推送给客户端的步骤包括: 客户端接收第一服 务器发送的业务展现页面的地址; 客户端根据地址加载业务展现页面。 第一服务器根据业务数据以及与业务数据对应的 Web 模板生成业务展现页面之 后, 上述业务推送方法还包括: 第一服务器将 Web模板进行缓存直到对 Web模板进 行更新; 在缓存 Web模板的期间, 若客户端请求业务数据, 则第一服务器根据业务数 据以及与缓存的 Web模板生成业务展现页面,并将生成的业务展现页面推送给客户端。 第一服务器根据业务数据以及与业务数据对应的 Web模板生成业务展现页面的步 骤包括: 第一服务器对业务数据进行解析和封装得到 Web模板所需的数据; 将数据写 入 Web模板得到业务展现页面。 根据本发明的另一方面, 提供了一种业务推送装置, 该装置位于第一服务器上, 上述业务推送装置包括: 获取单元, 设置为从第二服务器上获取更新后的业务数据; 生成单元, 设置为根据业务数据以及与业务数据对应的 Web模板生成业务展现页面; 推送单元, 设置为将生成的业务展现页面推送给客户端。 业务推送装置中的生成单元包括: 接收模块, 设置为接收第二服务器发送的业务 更新通知消息; 生成模块, 设置为根据业务更新通知消息中的配置信息来生成 Web模 板。 业务推送装置还包括: 接收单元, 设置为接收客户端返回的业务选择信息, 其中, 业务选择信息用于标识在业务列表中选择的业务; 其中, 获取单元还设置为从提供业 务选择信息标识的业务的服务器上获取当前的业务数据; 生成单元还设置为根据获取 的当前的业务数据以及与业务选择信息标识的业务对应的 Web模板生成当前的业务展 现页面; 推送单元还设置为在将生成的业务展现页面推送给客户端之后, 将业务列表 发送给客户端; 将生成的当前的业务展现页面推送给客户端。 在本发明中, 业务升级, 业务增加或者删除都在服务器上进行, 不需要用户重新 下载安装应用程序以完成对业务的升级, 对业务应用程序的安装和升级在客户端侧进 行而导致的占用较多的系统资源的问题, 从而节省系统资源, 降低业务更新操作的复 杂度, 也达到了提高了业务推送的灵活性和可扩展性的技术效果。 附图说明 此处所说明的附图用来提供对本发明的进一步理解, 构成本申请的一部分, 本发 明的示意性实施例及其说明用于解释本发明, 并不构成对本发明的不当限定。 在附图 中: 图 1是本发明实施例的业务推送装置的一种优选结构框图; 图 2是本发明实施例的业务推送方法的一种优选流程图; 图 3是本发明实施例的业务推送方法的一种优选结构示意图; 图 4是本发明实施例的业务推送方法的另一种优选结构示意图; 图 5是本发明实施例的业务推送方法的另一种优选流程图。 具体实施方式 下文中将参考附图并结合实施例来详细说明本发明。 需要说明的是, 在不冲突的 情况下, 本申请中的实施例及实施例中的特征可以相互组合。 在以下各个实施例中, 通信可以由无线连接或有线连接或其两者的组合来实现, 本发明对此不做限定。 实施例 1 如图 1所示,本发明提供了一种优选的业务推送装置, 该装置位于第一服务器上, 上述业务推送装置包括: 获取单元 101, 设置为从第二服务器上获取更新后的业务数 据; 生成单元 102, 与获取单元 101通信, 设置为根据业务数据以及与业务数据对应 的 Web模板生成业务展现页面; 推送单元 103, 与生成单元 102通信, 设置为将生成 的业务展现页面推送给客户端。 在上述优选实施例中, 通过第三方服务器获取更新的业务数据, 并生成对应的业 务展现页面, 将业务展现页面推送给客户端进行展现, 减少了客户端自身实现对业务 的升级所造成的资源消耗, 从而达到了减少客户端资源消耗的目的, 进而达到了提高 业务推送的灵活性和可扩展性的技术效果。 在本发明的一个优选实施方式中, 生成单元 102包括: 接收模块, 设置为接收第 二服务器发送的业务更新通知消息; 生成模块, 与接收模块通信, 设置为根据业务更 新通知消息中的配置信息来生成 Web模板。在上述优选的实施例中, 通过及时接收第 二服务器上的更新消息, 并通过该更新消息对 Web模板进行及时的更新, 从而可以保 证第一服务器中用于生成业务展现页面的 Web 模板与第二服务器提供的业务保持一 致, 进而可以保证用户可以得到更新后的业务展现页面。 在本发明的一个优选实施方式中, 接收模块接收第二服务器发送的业务更新通知 消息的步骤包括: 第二服务器接收业务推送装置发送的业务更新检测消息; 第二服务 器响应所述业务更新检测消息判断本地提供的业务是否发生更新; 若发生更新, 则所 述第二服务器将与发生更新的业务的配置信息携带在所述业务更新通知消息中发送给 业务推送装置。 在上述优选的实施例中, 业务推送装置采用向第二服务器主动询问更 新的方式, 使得业务推送装置可以及时获得业务的更新信息, 从而保证客户端得到的 业务信息的时效性。 当然, 本发明不仅限于此, 第二服务器还可以在发现本地提供的 业务出现更新时主动通知业务推送装置。 在本发明的各个实施例中, 优选的, 第一服务器可以是一个独立的架设在互联网 环境中的 Web服务器, 这个 Web服务器的架设遵照 Web技术标准, 可以选择使用任 何 Web 服务端技术, 任何接入互联网环境的客户端都可以访问该服务器。 这个 Web 服务器上部署特定的业务 Web服务 (可以是一个或者多个),这个 (些) 特定的业务 Web 服务是为展现第三方业务服务的。 上述第二服务器可以是提供上述第三方业务的服务 器, 优选的, 其同样可以是一个独立的架设在互联网环境中的 Web服务器。 上述 Web服务程序主要执行以下功能: TECHNICAL FIELD The present invention relates to the field of communications, and in particular to a service push method and apparatus. BACKGROUND With the in-depth development of Internet technologies, more and more third-party services have emerged, and many excellent businesses have become or are becoming an indispensable part of the lives of users, such as social networks, news, microblogs, group purchases. Wait. When users use these services, they need to install these business applications on the mobile terminal, and each service corresponds to one installation file. After the business application is upgraded, the user must re-download the new installation file through the client and re-install the installation file to upgrade the business. However, since mobile terminals usually have multiple business applications installed, if each business application needs to be re-downloaded and installed with the latest installation files, it will take up more system resources and storage space. Affect the battery life of the mobile terminal. In view of the above problems in the related art, an effective solution has not yet been proposed. SUMMARY OF THE INVENTION The present invention provides a service push method and apparatus, which solves at least the problem of occupying more system resources caused by the installation and upgrade of a service application on the client side in the related art, thereby achieving a system saving. Resources, technical effects that reduce the complexity of business update operations. According to an aspect of the present invention, a service pushing method is provided, including: a first server acquiring updated service data from a second server; the first server generating a service presentation according to the service data and the web template corresponding to the service data The first server pushes the generated business presentation page to the client. The step of obtaining the web template corresponding to the service data includes: receiving, by the first server, a service update notification message sent by the second server; the first server generating the web template according to the configuration information in the service update notification message. The step of the first server receiving the service update notification message sent by the second server includes: the second server receiving the service update detection message sent by the first server; the second server determining, according to the service update detection message, whether the locally provided service is updated; If the update is performed, the second server sends the configuration information of the updated service to the first server in the service update notification message. After the first server sends the generated service presentation page to the client, the foregoing service pushing method further includes: the first server sends the service list to the client; the first server receives the service selection information returned by the client, where, the service selection The information is used to identify the service selected in the service list. The first server obtains the current service data from the server that provides the service identified by the service selection information, and according to the obtained current service data and the service identified by the service selection information. The web template generates a current service presentation page; the first server pushes the generated current service presentation page to the client. The step of the first server obtaining the updated service data from the second server includes: the step of the first server acquiring the updated service data from the second server every predetermined period. The step of the first server pushing the generated service presentation page to the client includes: the client receiving the address of the service presentation page sent by the first server; and the client loading the service presentation page according to the address. After the first server generates the service presentation page according to the service data and the web template corresponding to the service data, the foregoing service pushing method further includes: the first server caches the web template until the web template is updated; and during the cache of the web template, When the client requests the service data, the first server generates a service presentation page according to the service data and the cached web template, and pushes the generated service presentation page to the client. The step of the first server generating the service presentation page according to the service data and the web template corresponding to the service data includes: the first server parses and encapsulates the service data to obtain data required by the web template; and writes the data into the web template to obtain a service presentation page. . According to another aspect of the present invention, a service push device is provided, the device is located on a first server, and the service push device includes: an obtaining unit, configured to obtain updated service data from a second server; And configured to generate a service presentation page according to the service data and the web template corresponding to the service data; and the pushing unit is configured to push the generated service presentation page to the client. The generating unit in the service pushing device includes: a receiving module, configured to receive a service update notification message sent by the second server; and a generating module, configured to generate a web template according to the configuration information in the service update notification message. The service pushing device further includes: a receiving unit, configured to receive the service selection information returned by the client, where the service selection information is used to identify the service selected in the service list; wherein the acquiring unit is further configured to The current service data is obtained on the server of the service; the generating unit is further configured to generate a current service presentation page according to the obtained current service data and the web template corresponding to the service identified by the service selection information; the pushing unit is further configured to be generated After the service presentation page is pushed to the client, the service list is sent to the client; the generated current service presentation page is pushed to the client. In the present invention, the service upgrade, the service addition or the deletion are performed on the server, and the user does not need to re-download and install the application to complete the upgrade of the service, and the installation and upgrade of the business application are performed on the client side. The problem of more system resources, thereby saving system resources, reducing the complexity of service update operations, and achieving the technical effect of improving the flexibility and scalability of service push. BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are set to illustrate,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing a preferred structure of a service push device according to an embodiment of the present invention; FIG. 2 is a preferred flow chart of a service push method according to an embodiment of the present invention; FIG. 4 is a schematic diagram of another preferred structure of the service pushing method according to the embodiment of the present invention; and FIG. 5 is another preferred flowchart of the service pushing method according to the embodiment of the present invention. BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the accompanying drawings. It should be noted that the embodiments in the present application and the features in the embodiments may be combined with each other without conflict. In the following embodiments, the communication may be implemented by a wireless connection or a wired connection or a combination of both, which is not limited by the present invention. Embodiment 1 As shown in FIG. 1 , the present invention provides a preferred service pushing device, where the device is located on a first server, and the service pushing device includes: an obtaining unit 101, configured to obtain an updated version from the second server. The service unit 102 is configured to communicate with the obtaining unit 101, and is configured to generate a service presentation page according to the service data and the web template corresponding to the service data. The pushing unit 103 is configured to communicate with the generating unit 102, and is configured to push the generated service presentation page. To the client. In the above preferred embodiment, the updated service data is obtained by the third-party server, and the corresponding service presentation page is generated, and the service presentation page is pushed to the client for presentation, thereby reducing the implementation of the service by the client itself. The resource consumption caused by the upgrade achieves the purpose of reducing the consumption of client resources, thereby achieving the technical effect of improving the flexibility and scalability of the service push. In a preferred embodiment of the present invention, the generating unit 102 includes: a receiving module, configured to receive a service update notification message sent by the second server; and a generating module, configured to communicate with the receiving module, configured to configure information according to the service update notification message To generate a web template. In the above preferred embodiment, the web template for generating the service presentation page in the first server can be ensured by timely receiving the update message on the second server and updating the web template in time through the update message. The services provided by the two servers are consistent, which in turn ensures that the user can get the updated service presentation page. In a preferred embodiment of the present invention, the receiving module receives the service update notification message sent by the second server, where: the second server receives the service update detection message sent by the service pushing device; and the second server responds to the service update detection message. Determining whether the locally provided service is updated; if the update occurs, the second server carries the configuration information of the updated service in the service update notification message and sends the configuration information to the service pushing device. In the above preferred embodiment, the service pushing device adopts a method of actively inquiring the update to the second server, so that the service pushing device can obtain the update information of the service in time, thereby ensuring the timeliness of the service information obtained by the client. Of course, the present invention is not limited thereto, and the second server may also actively notify the service pushing device when it finds that the locally provided service is updated. In various embodiments of the present invention, preferably, the first server may be a separate web server set up in an Internet environment. The web server is compliant with web technology standards, and may select any web server technology, any connection. Clients accessing the Internet environment can access the server. A specific business web service (which can be one or more) is deployed on the web server, and the specific business web service(s) are for presenting third party business services. The second server may be a server that provides the foregoing third-party service. Preferably, the second server may also be a separate web server that is installed in an Internet environment. The above web service program mainly performs the following functions:
1 ) 使用提供第三方业务的服务器提供的 API (Application Programming Interface, 应用编程接口)从该提供第三方业务的服务器上获取业务数据, 并且对数据进行处理, 比如进行解析封装, 持久化操作等; 1) Obtaining business data from the server providing the third-party service by using an API (Application Programming Interface) provided by a server providing a third-party service, and processing the data, for example, performing parsing and packaging, and persisting operations;
2) 根据客户端显示要求对业务数据进行特殊的处理; 2) Special processing of business data according to client display requirements;
3 )根据业务情况以及展现要求,对第三方业务的业务数据进行定时或者按需求进 行更新操作。 在本发明的一个优选实施方式中, 业务推送装置还包括接收单元 104, 与生成单 元 102通信, 设置为接收客户端返回的业务选择信息, 其中, 业务选择信息用于标识 在业务列表中选择的业务; 其中, 获取单元 101还设置为从提供业务选择信息标识的 业务的服务器上获取当前的业务数据; 生成单元 102还设置为根据获取的当前的业务 数据以及与业务选择信息标识的业务对应的 Web模板生成当前的业务展现页面;推送 单元 103还设置为在将生成的业务展现页面推送给客户端之后, 将业务列表发送给客 户端; 将生成的当前的业务展现页面推送给客户端。 在上述优选的实施例中, 通过提供业务选择信息来标识列表中的业务, 从而用户 可以按照自己的需求对所需的业务进行选择, 提高了业务推送的灵活性。 在本发明的一个优选实施方式中, 获取单元 101从第二服务器上获取更新后的业 务数据的步骤包括: 获取单元 101每隔预定的周期执行一次从所述第二服务器上获取 更新后的业务数据的步骤。 在上述优选实施方式中, 获取单元 101按预定周期请求更 新后的业务信息, 从而在实时性要求不高的场景下, 可以保证业务信息的更新。 当然, 上述周期性请求更新数据的方式只是一种示例, 本发明不仅限于此, 还可以采用其他 方式以适用于实时性要求较高的场景, 例如, 第二服务器还可以在发现本地提供的业 务出现更新时主动将更新后的数据发送给获取单元 101。 在本发明的一个优选实施方式中, 推送单元 103将生成的业务展现页面推送给客 户端的步骤包括: 客户端接收推送单元 103发送的业务展现页面的地址; 客户端根据 地址加载业务展现页面。 在上述优选实施方式中, 若业务出现更新, 客户端需要执行 的是页面加载操作, 而不需要执行安装和卸载操作, 从而减少了客户端因为业务升级 而造成的不必要的系统资源的消耗。 在本发明的一个优选实施方式中, 生成单元 102根据业务数据以及与业务数据对 应的 Web模板生成业务展现页面之后, 业务推送装置将所述 Web模板进行缓存直到 对 Web模板进行更新; 在缓存 Web模板的期间, 若客户端请求业务数据, 则生成单 元 102根据业务数据以及与缓存的 Web模板生成业务展现页面, 然后, 推送单元 103 将生成的业务展现页面推送给客户端。 在上述优选实施方式中, 通过缓存 Web模板, 使得在客户端多次请求该业务时第一服务器不需要重复从第二服务器上下载业务数 据, 从而降低了业务推送装置上的操作复杂性。 在本发明的一个优选实施方式中, 生成单元 102根据业务数据以及与业务数据对 应的 Web模板生成业务展现页面的步骤包括: 生成单元 102对业务数据进行解析和封 装得到所述 Web模板所需的数据; 将所述数据写入所述 Web模板得到所述业务展现 页面。 在本实施例中, 通过上述的生成方式, 可以在服务器侧生成更新的业务展现页 面。 当然, 上述生成方式只是一种示例, 本发明不仅限于此。 实施例 2 基于图 1所示的优选的业务推送装置,本发明还提供了一种优选的业务推送方法, 如图 2所示, 该方法具体步骤包括: 3) According to the business situation and the presentation requirements, the business data of the third-party business is updated periodically or on demand. In a preferred embodiment of the present invention, the service pushing device further includes a receiving unit 104, in communication with the generating unit 102, configured to receive service selection information returned by the client, where the service selection information is used to identify the selected in the service list. The obtaining unit 101 is further configured to acquire current service data from a server that provides the service identified by the service selection information. The generating unit 102 is further configured to: according to the obtained current service data and the service identified by the service selection information. The web template generates a current service presentation page. The push unit 103 is further configured to: after the generated service presentation page is pushed to the client, send the service list to the client; and push the generated current service presentation page to the client. In the above preferred embodiment, the service in the list is identified by providing service selection information, so that the user can select the required service according to his own needs, thereby improving the flexibility of the service push. In a preferred embodiment of the present invention, the obtaining unit 101 obtains the updated service data from the second server, where: the obtaining unit 101 performs the updated service from the second server once every predetermined period. The steps of the data. In the above preferred embodiment, the obtaining unit 101 requests the updated service information in a predetermined cycle, so that the update of the service information can be guaranteed in a scenario where the real-time requirements are not high. Of course, the foregoing method for periodically updating the data is only an example. The present invention is not limited to this, and other methods may be adopted to apply to a scenario with high real-time requirements. For example, the second server may also discover the locally provided service. The updated data is actively sent to the obtaining unit 101 when an update occurs. In a preferred embodiment of the present invention, the step of pushing the generated service presentation page to the client by the pushing unit 103 includes: the client receiving the address of the service presentation page sent by the pushing unit 103; the client loading the service presentation page according to the address. In the above preferred embodiment, if the service is updated, the client needs to perform a page loading operation, and does not need to perform installation and uninstall operations, thereby reducing unnecessary system resource consumption caused by the service upgrade of the client. In a preferred embodiment of the present invention, after the generating unit 102 generates the service presentation page according to the service data and the web template corresponding to the service data, the service pushing device caches the web template until the web template is updated; During the template, if the client requests the service data, the generating unit 102 generates a service presentation page according to the service data and the cached web template, and then the pushing unit 103 pushes the generated service presentation page to the client. In the above preferred embodiment, by caching the web template, the first server does not need to repeatedly download the service data from the second server when the client requests the service multiple times, thereby reducing the operational complexity on the service push device. In a preferred embodiment of the present invention, the generating unit 102 generates a service presentation page according to the service data and the web template corresponding to the service data, where the generating unit 102 parses and encapsulates the service data to obtain the web template. Data; writing the data to the web template to obtain the service presentation Page. In this embodiment, the updated service presentation page can be generated on the server side by the above generation manner. Of course, the above generation method is only an example, and the present invention is not limited thereto. Embodiment 2 Based on the preferred service pushing device shown in FIG. 1, the present invention further provides a preferred service pushing method. As shown in FIG. 2, the specific steps of the method include:
S202: 第一服务器从第二服务器上获取更新后的业务数据; S202: The first server obtains updated service data from the second server.
S204:第一服务器根据业务数据以及与业务数据对应的 Web模板生成业务展现页 面; S204: The first server generates a service presentation page according to the service data and the web template corresponding to the service data.
S206: 第一服务器将生成的业务展现页面推送给客户端。 在上述优选实施例中, 通过第三方服务器获取更新的业务数据, 并生成对应的业 务展现页面, 将业务展现页面推送给客户端进行展现, 减少了客户端自身实现对业务 的升级所造成的资源消耗, 从而达到了减少客户端资源消耗的目的, 进而达到了提高 业务推送的灵活性和可扩展性的技术效果。 举例说明: 第一服务器可以是一个独立的架设在互联网环境中的 Web服务器, 这 个 Web服务器的架设遵照 Web技术标准, 可以选择使用任何 Web服务端技术, 任何 接入互联网环境的客户端都可以访问该服务器。 这个 Web 服务器上部署特定的业务 Web服务 (可以是一个或者多个), 这个 (些) 特定的业务 Web服务是为展现第三方业 务服务的。 上述第二服务器可以是提供上述第三方业务的服务器, 优选的, 其同样可 以是一个独立的架设在互联网环境中的 Web服务器。 上述 Web服务程序主要执行以下功能: S206: The first server pushes the generated service presentation page to the client. In the above preferred embodiment, the updated service data is obtained by the third-party server, and the corresponding service presentation page is generated, and the service presentation page is pushed to the client for presentation, thereby reducing the resources caused by the client's own upgrade to the service. Consumption, thereby achieving the purpose of reducing client resource consumption, thereby achieving the technical effect of improving the flexibility and scalability of business push. For example: The first server can be a separate web server set up in the Internet environment. The web server is ergonomically compliant with Web technology standards and can be selected to use any web server technology. Any client accessing the Internet environment can access it. The server. A specific business web service (which may be one or more) is deployed on the web server, and the specific business web service(s) are for presenting third party business services. The second server may be a server that provides the above-mentioned third-party service. Preferably, it may also be a separate web server that is installed in an Internet environment. The above web service program mainly performs the following functions:
1 ) 使用第三方业务提供的 API (Application Programming Interface, 应用编程接 口) 从其服务器站点获取业务数据, 并且对数据进行处理, 比如进行解析封装, 持久 化操作等; 1) Using the API (Application Programming Interface) provided by the third-party service to obtain business data from its server site, and processing the data, such as parsing and packaging, and persisting operations;
2) 根据客户端显示要求对业务数据进行特殊的处理; 3 )根据业务情况以及展现要求,对第三方业务数据进行定时或者按需求进行更新 操作。 在本发明的一个优选实施方式中, 获取与业务数据对应的 Web模板的步骤包括: 第一服务器接收第二服务器发送的业务更新通知消息; 第一服务器根据业务更新通知 消息中的配置信息来生成 Web模板。在上述优选的实施例中, 通过及时接收第二服务 器上的更新消息, 并通过该更新消息对业务 Web模板进行及时的更新, 从而可以保证 第一服务器中业务信息是最新的, 进而可以保证用户可以得到最新的业务信息。 在本发明的一个优选实施方式中, 第一服务器接收第二服务器发送的业务更新通 知消息的步骤包括: 第二服务器接收第一服务器发送的业务更新检测消息; 第二服务 器响应所述业务更新检测消息判断本地提供的业务是否发生更新; 若发生更新, 则所 述第二服务器将与发生更新的业务的配置信息携带在所述业务更新通知消息中发送给 所述第一服务器。 在上述优选的实施例中, 第一服务器采用向第二服务器主动询问更 新的方式, 使得第一服务器可以及时获得业务的更新信息, 从而保证客户端得到的业 务信息的时效性。 当然, 本发明不仅限于此, 第二服务器还可以在发现本地提供的业 务出现更新时主动通知第一服务器。 在本发明的一个优选实施方式中, 在第一服务器将生成的业务展现页面推送给客 户端之后, 上述业务推送方法还包括: 第一服务器将业务列表发送给客户端; 第一服 务器接收客户端返回的业务选择信息, 其中, 业务选择信息用于标识在业务列表中选 择的业务; 第一服务器从提供业务选择信息标识的业务的服务器上获取当前的业务数 据, 并根据获取的当前的业务数据以及与业务选择信息标识的业务对应的 Web模板生 成当前的业务展现页面; 第一服务器将生成的当前的业务展现页面推送给客户端。 在上述优选的实施例中, 当客户端对所需的业务进行选择时, 通过服务器来获取 所选择的业务对应的业务展现页面, 而不需要在本地进行执行安装或卸载的操作, 从 而不仅提高了业务推送的灵活性和可扩展性, 还减少客户端的资源消耗。 在本发明的一个优选实施方式中, 第一服务器从第二服务器上获取更新后的业务 数据的步骤包括: 第一服务器每隔预定的周期执行一次从所述第二服务器上获取更新 后的业务数据的步骤。 在上述优选实施方式中, 第一服务器按预定周期请求更新后的 业务信息, 从而在实时性要求不高的场景下, 可以保证业务信息的更新。 当然, 上述 周期性请求更新数据的方式只是一种示例, 本发明不仅限于此, 还可以采用其他方式 以适用于实时性要求较高的场景, 例如, 第二服务器还可以在发现本地提供的业务出 现更新时主动将更新后的数据发送给第一服务器。 在本发明的一个优选实施方式中, 第一服务器将生成的业务展现页面推送给客户 端的步骤包括: 客户端接收第一服务器发送的业务展现页面的地址; 客户端根据地址 加载业务展现页面。 在上述优选实施方式中, 若业务出现更新, 客户端需要执行的是 页面加载操作, 而不需要执行安装和卸载操作, 从而减少了客户端因为业务升级而造 成的不必要的系统资源的消耗。 在本发明的一个优选实施方式中, 第一服务器根据业务数据以及与业务数据对应 的 Web 模板生成业务展现页面之后, 上述业务推送方法还包括: 第一服务器将所述 Web模板进行缓存直到对 Web模板进行更新; 在缓存 Web模板的期间, 若客户端请 求业务数据, 则第一服务器根据业务数据以及与缓存的 Web模板生成业务展现页面, 并将生成的业务展现页面推送给客户端。在上述优选实施方式中,通过缓存 Web模板, 使得在客户端多次请求该业务时第一服务器不需要重复从第二服务器上下载业务数 据, 从而降低了第一服务器上的操作复杂性。 在本发明的一个优选实施方式中, 第一服务器根据业务数据以及与业务数据对应 的 Web模板生成业务展现页面的步骤包括:第一服务器对业务数据进行解析和封装得 到所述 Web模板所需的数据; 将所述数据写入所述 Web模板得到所述业务展现页面。 在本实施例中, 通过上述的生成方式, 可以在服务器侧生成更新的业务展现页面。 当 然, 上述生成方式只是一种示例, 本发明不仅限于此。 实施例 3 如图 3所示描述了一种部署在 Internet (互联网) 上的 Web服务器和客户端 (例 如, 智能终端, 移动终端) 进行交互的系统, 主要部分包括部署在 Internet 环境的 Web服务和具备 Web功能的客户端, 以下结合图例进行进一步的说明。 应当理解, 此 处所描述的具体实施例仅仅用以解释本发明, 并不限定本发明。 优选的,在本发明的所有实施方式中,第三方业务包括但不限于互联网应用业务, 众多的在客户端上有统一的 UI视效, 统一的数据管理, 认证管理, 升级管理的业务都 可作为第三方业务。 为了让用户可以更加直观和快捷的使用这些业务, 这些业务一般 都集成在客户端的桌面上展现, 按照业务的需求也可以通过一般应用程序进行展现。 1 ) 从 Web服务器侧进行描述本优选的实施例: 2) Special processing of business data according to client display requirements; 3) Timely or on-demand updating of third-party business data according to business conditions and presentation requirements. In a preferred embodiment of the present invention, the step of acquiring a web template corresponding to the service data comprises: receiving, by the first server, a service update notification message sent by the second server; the first server generating, according to the configuration information in the service update notification message Web template. In the above preferred embodiment, the service information of the first server is updated by timely receiving the update message on the second server and updating the service web template in time, thereby ensuring the user. Get the latest business information. In a preferred embodiment of the present invention, the step of the first server receiving the service update notification message sent by the second server includes: the second server receiving the service update detection message sent by the first server; and the second server responding to the service update detection The message determines whether the service provided by the local device is updated. If the update occurs, the second server sends the configuration information of the updated service in the service update notification message to the first server. In the above preferred embodiment, the first server adopts a method of actively querying the update to the second server, so that the first server can obtain the update information of the service in time, thereby ensuring the timeliness of the service information obtained by the client. Of course, the present invention is not limited thereto, and the second server may also actively notify the first server when it finds that the locally provided service is updated. In a preferred embodiment of the present invention, after the first server sends the generated service presentation page to the client, the foregoing service pushing method further includes: the first server sends the service list to the client; the first server receives the client. The returned service selection information, where the service selection information is used to identify the service selected in the service list; the first server obtains the current service data from the server that provides the service identified by the service selection information, and according to the obtained current service data. And the web template corresponding to the service identified by the service selection information generates a current service presentation page; the first server pushes the generated current service presentation page to the client. In the above preferred embodiment, when the client selects the required service, the server obtains the service presentation page corresponding to the selected service, and does not need to perform the installation or uninstallation operation locally, thereby improving not only The flexibility and scalability of business push also reduces the resource consumption of the client. In a preferred embodiment of the present invention, the step of the first server obtaining the updated service data from the second server includes: the first server performing the updated service from the second server once every predetermined period The steps of the data. In the above preferred embodiment, the first server requests the updated service information in a predetermined cycle, so that the update of the service information can be guaranteed in a scenario where the real-time requirements are not high. Of course, the foregoing method for periodically updating the data is only an example. The present invention is not limited to this, and other methods may be adopted to apply to a scenario with high real-time requirements. For example, the second server may also discover the locally provided service. The updated data is actively sent to the first server when an update occurs. In a preferred embodiment of the present invention, the step of the first server pushing the generated service presentation page to the client includes: the client receiving the address of the service presentation page sent by the first server; the client according to the address Load the business presentation page. In the above preferred embodiment, if the service is updated, the client needs to perform a page loading operation, and does not need to perform installation and uninstall operations, thereby reducing unnecessary system resource consumption caused by the service upgrade of the client. In a preferred embodiment of the present invention, after the first server generates the service presentation page according to the service data and the web template corresponding to the service data, the foregoing service pushing method further includes: the first server caches the web template until the webpage The template is updated; during the cache of the web template, if the client requests the service data, the first server generates a service presentation page according to the service data and the cached web template, and pushes the generated service presentation page to the client. In the above preferred embodiment, by caching the web template, the first server does not need to repeatedly download the service data from the second server when the client requests the service multiple times, thereby reducing the operational complexity on the first server. In a preferred embodiment of the present invention, the step of the first server generating the service presentation page according to the service data and the web template corresponding to the service data comprises: parsing and encapsulating the service data by the first server to obtain the web template Data; writing the data to the web template to obtain the service presentation page. In this embodiment, the updated service presentation page can be generated on the server side by the above generation manner. Of course, the above generation method is only an example, and the present invention is not limited thereto. Embodiment 3 As shown in FIG. 3, a system for interacting with a web server and a client (for example, an intelligent terminal, a mobile terminal) deployed on the Internet (Internet) is described, and the main part includes a web service deployed in an Internet environment and The web-enabled client is further described below in conjunction with the legend. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention. Preferably, in all the embodiments of the present invention, the third-party services include, but are not limited to, Internet application services, and a plurality of unified UI visual effects, unified data management, authentication management, and upgrade management services are available on the client. As a third party business. In order to allow users to use these services more intuitively and quickly, these services are generally integrated on the client's desktop, and can be displayed through the general application according to the needs of the business. 1) Describe the preferred embodiment from the web server side:
Web服务器的部署没有具体的限定, 可以是独立的或者共享的联网服务器, 也可 以是第三方的商业云等。 Web服务器的主要任务是聚合第三方业务, 并保持与第三方 业务数据的同步。 Web服务器通过第三方业务提供的 API进行登录认证, 进行业务数 据的获取和更新。在 Web服务器上有自己的数据库或者是自己的文件系统, 以便对某 些第三方业务数据做本地保存, Web服务器能根据业务的特点以及用户的需要定时或 者按需从提供第三方业务的服务器上更新业务数据, 使之保持与提供第三方业务的服 务器同步。 此外, Web服务器维护新业务的更新升级,业务的更新升级通过 Web模板来实现, 将升级后的 Web模板 (与更新后的业务数据相对应) 替换旧的 Web模板实现业务的 升级, 或者通过添加新业务的 Web模板将业务数据同步实现到服务器, 通过服务器聚 合新加入的业务以生成新业务的展现页面, 同时将有新业务的通知推送给客户端, 提 示用户使用。 优选的, Web服务器还具有用户认证管理功能, 通过该功能对客户端进 行统一管理, 包括业务的升级, 新业务推广等。 The deployment of the web server is not specifically limited, and may be an independent or shared networked server, or a third-party commercial cloud. The main task of the web server is to aggregate third-party services and keep them in sync with third-party business data. The web server performs login authentication through an API provided by a third-party service, and acquires and updates service data. On the Web server, you have your own database or your own file system, so that some third-party business data can be saved locally. The Web server can be based on the characteristics of the business and the needs of the user. The business data is updated from the server providing the third-party service as needed to keep it in sync with the server providing the third-party service. In addition, the web server maintains the update and upgrade of the new service, and the update and upgrade of the service is implemented by using the web template, and the upgraded web template (corresponding to the updated business data) is replaced with the old web template to implement the service upgrade, or by adding The web template of the new service synchronizes the business data to the server, and the newly added service is aggregated by the server to generate a new service presentation page, and the notification of the new service is pushed to the client to prompt the user to use. Preferably, the web server further has a user authentication management function, and the client is uniformly managed by the function, including service upgrade, new service promotion, and the like.
2) 从客户端侧进行描述本优选的实施例: 这种客户端首先必须具备访问互联网的能力, 同时也要求具备 Web组件, 这种客 户端能够较好地支持 Web技术标准, 如 HTML (Hypertext Markup Language, 超文件 标记语言)(5), JAVASCRIPT, CSS (Cascading Style Sheets,层叠样式表)甚至 FLASH, 此外, 这些客户端需要支持某些或者是特定的编程语言, 能使用这些编程语言进行二 次开发。 Web服务器和客户端之间通过 (加密;)超文本传输协议通信。 Web服务器接收来自客户端的 HTTP (Hypertext Transfer Protocol, 超文本传输协 议) 请求, 解析请求指令, 根据指令调用第三方 API, 获取第三方业务数据, 解析并 保存, 接着, 调用对应第三方业务 Web模板, 将数据与模板进行绑定; 向客户端返回 配置项, 客户端根据配置项, 请求对应的业务模板文件和数据。 基于图 3的基础上, 本发明提供了优选的系统结构图, 如图 4所示, 包括: 1 )第三方业务数据接口 API: 通过这些 API, 可以使我们的应用与第三方保持会 话和数据的同步。 2) Describe the preferred embodiment from the client side: This client must first have the ability to access the Internet, and also requires Web components, which can better support Web technology standards, such as HTML (Hypertext) Markup Language, (5), JAVASCRIPT, CSS (Cascading Style Sheets), and even FLASH. In addition, these clients need to support certain or specific programming languages. Secondary development. The web server and the client communicate via a (encrypted;) hypertext transfer protocol. The web server receives the HTTP (Hypertext Transfer Protocol) request from the client, parses the request instruction, invokes the third-party API according to the instruction, acquires the third-party service data, parses and saves, and then invokes the corresponding third-party service web template. The data is bound to the template; the configuration item is returned to the client, and the client requests the corresponding service template file and data according to the configuration item. Based on Figure 3, the present invention provides a preferred system structure diagram, as shown in Figure 4, including: 1) Third Party Service Data Interface API: Through these APIs, our application can maintain sessions and data with third parties. Synchronization.
2) 业务数据解析模块: 对第三方数据的解析处理, 根据第三方提供的数据结构, 针对包括 JSON或者 XML等不同数据传输格式的解析。 2) Business data parsing module: Parsing and processing third-party data, according to the data structure provided by the third party, for parsing different data transmission formats including JSON or XML.
3 ) Web模板库: 集成进来的所有第三方业务的 Web实现模板, 包括第三方业务 的数据展现, 用户交互, 特殊显示效果等。 当第三方业务进行升级改版时, 只需要替 换该模板, 如有必要, 和绑定数据的接口。 3) Web template library: Web implementation templates for all third-party services integrated, including data presentation of third-party services, user interaction, special display effects, etc. When a third-party service is upgraded and redesigned, you only need to replace the template, if necessary, and the interface to bind the data.
4) 配置项 (文件): Web服务器中使用到的配置项, 这里包括了一些列服务端与 客户端进行交流的命令, 通过这些命令, 服务端知道客户端需要访问哪些业务, 并且 去做相关的准备工作, 而客户端也知道显示服务端业务需要做些什么工作, 比如删除 哪些历史文件, 下载哪些模板和数据。 4) Configuration item (file): The configuration item used in the web server, which includes some commands for the server to communicate with the client. Through these commands, the server knows which services the client needs to access, and To do the related preparation work, and the client also knows what needs to be done to display the server business, such as which history files are deleted, which templates and data are downloaded.
5 ) 业务数据持久化模块: 在 Web服务器上将第三方业务的业务数据做本地持久 化操作, 例如, 通过本地的数据库缓存获取的更新后的业务数据。 6)生成模块: 接收客户端请求, 调用相关方法, 获取业务模板和业务数据生成对 应的业务页面。 5) Business data persistence module: The local data of the third-party business is locally persisted on the Web server, for example, the updated business data obtained through the local database cache. 6) Generate module: Receive the client request, call the related method, and obtain the business page corresponding to the business template and business data generation.
7)展现模块: 将与更新后的第三方业务的业务数据对应的业务展现页面展现给客 户端。 在 Internet环境下的 Web服务器和客户端之间进行交互的步骤如图 5所示,包括: 一个或者多个客户端和部署在 Internet环境下的 Web服务器作为整个流程的两个 端: 一端是客户端, 一端是 Web服务器, 他们通过(加密)超文本传输协议进行通信。 步骤如图 5所示包括: 7) Presentation module: The service presentation page corresponding to the service data of the updated third-party service is presented to the client. The steps for interacting between the web server and the client in the Internet environment are as shown in FIG. 5, including: one or more clients and a web server deployed in an Internet environment as two ends of the entire process: one end is a client At the end, one end is a web server, and they communicate via an (encrypted) hypertext transfer protocol. The steps shown in Figure 5 include:
S502: 客户端需要加载业务时向 Web服务器发送业务请求, 通知 Web服务器客 户端需要加载哪些业务。 S504: Web服务器收到请求后, 根据参数调用业务 API从提供上述所需业务的服 务器上获取当前的业务数据, 并根据该业务数据以及与该业务数据对应的 Web模板生 成业务展现页面, 然后, Web服务器将一个配置文件发送给客户端, 其中, 该配置文 件记录有业务展现页面的 URL (Uniform Resource Locator, 统一资源定位符)。 S502: The client needs to send a service request to the web server when the service needs to be loaded, and notify the web server client which services need to be loaded. S504: After receiving the request, the web server obtains the current service data from the server that provides the required service according to the parameter, and generates a service presentation page according to the service data and the web template corresponding to the service data, and then, The web server sends a configuration file to the client, where the configuration file records the URL of the service presentation page (Uniform Resource Locator).
S506: 客户端根据配置文件获取需加载的业务展现页面的 URL, 根据这些 URL 加载业务展现页面进行显示。 优选的, 根据客户端展现业务的需要, 可以通过以下几 种方案之一来生成业务展现页面: S506: The client obtains the URL of the service presentation page to be loaded according to the configuration file, and loads the service presentation page according to the URLs for display. Preferably, according to the needs of the client to display the service, the service presentation page may be generated by one of the following solutions:
1 ) Web服务器根据业务逻辑生成业务展现页面,客户端直接下载该业务展现页面 进行显示; 或者 1) the web server generates a service presentation page according to the business logic, and the client directly downloads the service presentation page for display; or
2) 客户端内置用于业务展现的 Web模板, 根据展现的要求从 Web服务器上获取 所需的业务数据并在客户端根据上述 Web模板进行融合展现。 2) The client has a built-in web template for service presentation, and obtains the required service data from the web server according to the requirements of the presentation, and performs fusion presentation on the client according to the above web template.
S508: 当客户端需要删除已选业务或者增加新业务时, 重新发送一个请求命令给 Web服务器。 S510: 在收到请求后, 解析获取客户端请求的业务信息, 对 Web模板进行重新配 置, 去除待删除的业务部分, 重新绑定相应的业务生成业务展现页面, 并该重新生成 的业务展现页面的 URL返回给客户端, 客户端根据该新的 URL请求新的业务展现页 面。 从以上的描述中可以看出, 在本发明的各个实施例中, 在服务器侧更新业务数据 对应的业务展现页面, 并在客户端侧使用 Web技术来显示与更新的业务数据对应的业 务展现页面, 从而实现了业务的更新。 通过 Web 技术来实现第三方业务, 发挥 Web 技术的免安装, 服务器端升级等特性, 通过服务器端推送业务配置信息, 业务数据及 页面来实现用户对业务的选择以及业务本身的升级, 从而实现了一种具有自动扩展自 动升级等自适应特点的业务更新方案, 让用户更方便对第三方业务进行更新。 显然, 本领域的技术人员应该明白, 上述的本发明的各模块或各步骤可以用通用 的计算装置来实现, 它们可以集中在单个的计算装置上, 或者分布在多个计算装置所 组成的网络上, 可选地, 它们可以用计算装置可执行的程序代码来实现, 从而, 可以 将它们存储在存储装置中由计算装置来执行, 并且在某些情况下, 可以以不同于此处 的顺序执行所示出或描述的步骤, 或者将它们分别制作成各个集成电路模块, 或者将 它们中的多个模块或步骤制作成单个集成电路模块来实现。 这样, 本发明不限制于任 何特定的硬件和软件结合。 以上所述仅为本发明的优选实施例而已, 并不用于限制本发明, 对于本领域的技 术人员来说, 本发明可以有各种更改和变化。 凡在本发明的精神和原则之内, 所作的 任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。 S508: When the client needs to delete the selected service or add a new service, resend a request command to the web server. S510: After receiving the request, parsing and obtaining the service information requested by the client, reconfiguring the web template, removing the service part to be deleted, rebinding the corresponding service generation service presentation page, and regenerating the service presentation page. The URL is returned to the client, and the client requests a new business presentation page based on the new URL. As can be seen from the above description, in various embodiments of the present invention, the service presentation page corresponding to the service data is updated on the server side, and the webpage technology is used on the client side to display the service presentation page corresponding to the updated service data. , thus achieving business updates. The third-party service is implemented through the Web technology, and the Web-based technology is free of installation and server-side upgrades. The server-side pushes service configuration information, service data, and pages to implement user-selection of services and upgrade of the service itself. A service update solution with adaptive features such as automatic expansion and automatic upgrade, which makes it more convenient for users to update third-party services. Obviously, those skilled in the art should understand that the above modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices. Alternatively, they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device and, in some cases, may be different from the order herein. The steps shown or described are performed, or they are separately fabricated into individual integrated circuit modules, or a plurality of modules or steps are fabricated as a single integrated circuit module. Thus, the invention is not limited to any specific combination of hardware and software. The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.

Claims

权 利 要 求 书 Claim
1. 一种业务推送方法, 包括: 1. A business push method, comprising:
第一服务器从第二服务器上获取更新后的业务数据;  The first server obtains updated service data from the second server;
所述第一服务器根据所述业务数据以及与所述业务数据对应的 Web 模板 生成业务展现页面;  The first server generates a service presentation page according to the service data and a web template corresponding to the service data;
所述第一服务器将生成的业务展现页面推送给客户端。  The first server pushes the generated service presentation page to the client.
2. 根据权利要求 1所述的方法, 其中, 通过以下步骤获取与所述业务数据对应的 Web模板: 2. The method according to claim 1, wherein the web template corresponding to the service data is obtained by the following steps:
所述第一服务器接收所述第二服务器发送的业务更新通知消息; 所述第一服务器根据所述业务更新通知消息中的配置信息来生成所述 Web 模板。  The first server receives the service update notification message sent by the second server; the first server generates the web template according to the configuration information in the service update notification message.
3. 根据权利要求 1所述的方法, 其中, 所述第一服务器接收所述第二服务器发送 的业务更新通知消息的步骤包括: The method according to claim 1, wherein the step of the first server receiving the service update notification message sent by the second server comprises:
所述第二服务器接收所述第一服务器发送的业务更新检测消息; 所述第二服务器响应所述业务更新检测消息判断本地提供的业务是否发生 更新;  The second server receives the service update detection message sent by the first server; the second server determines whether the locally provided service is updated according to the service update detection message;
若发生更新, 则所述第二服务器将与发生更新的业务的配置信息携带在所 述业务更新通知消息中发送给所述第一服务器。  If the update occurs, the second server sends the configuration information of the service that is updated in the service update notification message to the first server.
4. 根据权利要求 1所述的方法, 其中, 在所述第一服务器将生成的业务展现页面 推送给客户端之后, 还包括: The method according to claim 1, wherein after the first server pushes the generated service presentation page to the client, the method further includes:
所述第一服务器将业务列表发送给所述客户端;  Sending, by the first server, a service list to the client;
所述第一服务器接收所述客户端返回的业务选择信息, 其中, 所述业务选 择信息用于标识在所述业务列表中选择的业务;  The first server receives service selection information returned by the client, where the service selection information is used to identify a service selected in the service list;
所述第一服务器从提供所述业务选择信息标识的业务的服务器上获取当前 的业务数据, 并根据获取的当前的业务数据以及与所述业务选择信息标识的业 务对应的 Web模板生成当前的业务展现页面;  The first server obtains the current service data from the server that provides the service identified by the service selection information, and generates the current service according to the obtained current service data and the web template corresponding to the service identified by the service selection information. Presentation page
所述第一服务器将生成的当前的业务展现页面推送给所述客户端。 根据权利要求 1所述的方法, 其中, 所述第一服务器从第二服务器上获取更新 后的业务数据的步骤包括: The first server pushes the generated current service presentation page to the client. The method according to claim 1, wherein the step of the first server obtaining the updated service data from the second server comprises:
所述第一服务器每隔预定的周期执行一次从所述第二服务器上获取更新后 的业务数据的步骤。 根据权利要求 1所述的方法, 其中, 所述第一服务器将生成的业务展现页面推 送给客户端的步骤包括:  The first server performs the step of obtaining updated service data from the second server every predetermined period. The method according to claim 1, wherein the step of the first server pushing the generated service presentation page to the client comprises:
所述客户端接收所述第一服务器发送的业务展现页面的地址;  Receiving, by the client, an address of a service presentation page sent by the first server;
所述客户端根据所述地址加载所述业务展现页面。 根据权利要求 1或 2所述的方法, 其中, 所述第一服务器根据所述业务数据以 及与所述业务数据对应的 Web模板生成业务展现页面之后, 还包括:  The client loads the service presentation page according to the address. The method according to claim 1 or 2, wherein after the first server generates a service presentation page according to the service data and the web template corresponding to the service data, the method further includes:
所述第一服务器将所述 Web模板进行缓存直到对所述 Web模板进行更新; 在缓存所述 Web模板的期间, 若客户端请求所述业务数据, 则所述第一服 务器根据所述业务数据以及与所述缓存的 Web模板生成业务展现页面,并将生 成的业务展现页面推送给客户端。 根据权利要求 1所述的方法, 其中, 所述第一服务器根据所述业务数据以及与 所述业务数据对应的 Web模板生成业务展现页面的步骤包括:  The first server caches the web template until the web template is updated; during the cache of the web template, if the client requests the service data, the first server is configured according to the service data. And generating a service presentation page with the cached web template, and pushing the generated service presentation page to the client. The method according to claim 1, wherein the step of the first server generating a service presentation page according to the service data and the web template corresponding to the service data comprises:
所述第一服务器对所述业务数据进行解析和封装得到所述 Web 模板所需 的数据;  The first server parses and encapsulates the service data to obtain data required by the web template;
将所述数据写入所述 Web模板得到所述业务展现页面。 一种业务推送装置, 位于第一服务器上, 包括:  Writing the data to the web template to obtain the service presentation page. A service pushing device, located on the first server, includes:
获取单元, 设置为从第二服务器上获取更新后的业务数据;  An obtaining unit, configured to obtain updated business data from the second server;
生成单元,设置为根据所述业务数据以及与所述业务数据对应的 Web模板 生成业务展现页面;  a generating unit, configured to generate a service presentation page according to the service data and a web template corresponding to the service data;
推送单元, 设置为将生成的业务展现页面推送给客户端。 根据权利要求 9所述的装置, 其中, 所述生成单元包括:  The push unit is configured to push the generated service presentation page to the client. The device according to claim 9, wherein the generating unit comprises:
接收模块, 设置为接收所述第二服务器发送的业务更新通知消息; 生成模块, 设置为根据所述业务更新通知消息中的配置信息来生成所述 Web模板。 The receiving module is configured to receive the service update notification message sent by the second server, and the generating module is configured to generate the web template according to the configuration information in the service update notification message.
1. 根据权利要求 9所述的装置, 其中, 还包括: 1. The device according to claim 9, further comprising:
接收单元, 设置为接收所述客户端返回的业务选择信息, 其中, 所述业务 选择信息用于标识在业务列表中选择的业务;  a receiving unit, configured to receive service selection information returned by the client, where the service selection information is used to identify a service selected in a service list;
其中, 所述获取单元还设置为从提供所述业务选择信息标识的业务的服务 器上获取当前的业务数据;  The obtaining unit is further configured to acquire current service data from a server that provides the service identified by the service selection information;
所述生成单元还设置为根据获取的当前的业务数据以及与所述业务选择信 息标识的业务对应的 Web模板生成当前的业务展现页面;  The generating unit is further configured to generate a current service presentation page according to the obtained current service data and a web template corresponding to the service identified by the service selection information;
所述推送单元还设置为在将生成的业务展现页面推送给所述客户端之后, 将所述业务列表发送给所述客户端; 将所述生成的当前的业务展现页面推送给 所述客户端。  The pushing unit is further configured to: after the generated service presentation page is pushed to the client, send the service list to the client; and push the generated current service presentation page to the client .
PCT/CN2011/083982 2011-10-08 2011-12-14 Service pushing method and device WO2012151993A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110301690.0A CN102355500B (en) 2011-10-08 2011-10-08 Service push method and device
CN201110301690.0 2011-10-08

Publications (1)

Publication Number Publication Date
WO2012151993A1 true WO2012151993A1 (en) 2012-11-15

Family

ID=45578994

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/083982 WO2012151993A1 (en) 2011-10-08 2011-12-14 Service pushing method and device

Country Status (2)

Country Link
CN (1) CN102355500B (en)
WO (1) WO2012151993A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107645524A (en) * 2016-07-21 2018-01-30 腾讯科技(深圳)有限公司 A kind of message push processing method and device

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103699533B (en) * 2012-09-27 2017-06-16 中国电信股份有限公司 Obtain the method and system of WEB fresh informations
CN102904947B (en) * 2012-09-29 2019-07-23 北京百度网讯科技有限公司 Applications client shows the method and system of pattern update and/or expansion of content
CN102929672B (en) * 2012-10-31 2015-11-25 北京奇虎科技有限公司 Application upgrade system and method
CN102932361A (en) * 2012-11-09 2013-02-13 苏州阔地网络科技有限公司 Method and system for achieving dynamic interface
CN103455929A (en) * 2012-11-19 2013-12-18 苏州亿倍信息技术有限公司 Information control method and system
CN103455930A (en) * 2012-11-19 2013-12-18 苏州亿倍信息技术有限公司 Information push control method and system
CN104144098B (en) * 2013-05-07 2018-04-03 腾讯科技(深圳)有限公司 Information push method, system and push server equipment
CN103823872A (en) * 2014-02-27 2014-05-28 北京金山网络科技有限公司 Information pushing method and device
CN105095265A (en) * 2014-05-08 2015-11-25 阿里巴巴集团控股有限公司 Method and apparatus for implementing page display of mobile device
CN104267974B (en) * 2014-10-22 2018-03-30 大唐网络有限公司 The call method and device of business interface
CN104899252B (en) * 2015-05-12 2019-03-12 北京嘀嘀无限科技发展有限公司 A kind of method and device of information push
WO2017201672A1 (en) * 2016-05-24 2017-11-30 深圳市智物联网络有限公司 Service loading method and device
CN111049723B (en) * 2018-10-15 2022-11-08 广州虎牙信息科技有限公司 Message pushing method, message management system, server and computer storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101420453A (en) * 2008-12-10 2009-04-29 中国电信股份有限公司 Customer terminal webpage representation implementing method used for enterprise information push application
WO2011031962A1 (en) * 2009-09-10 2011-03-17 Motorola Mobility, Inc. System, server, and mobile device for content provider website interaction and method therefore
CN102075539A (en) * 2011-01-25 2011-05-25 中兴通讯股份有限公司 Data delivery system and method
CN102111749A (en) * 2011-02-18 2011-06-29 宇龙计算机通信科技(深圳)有限公司 Method for pushing customization application, server and mobile terminal

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101420453A (en) * 2008-12-10 2009-04-29 中国电信股份有限公司 Customer terminal webpage representation implementing method used for enterprise information push application
WO2011031962A1 (en) * 2009-09-10 2011-03-17 Motorola Mobility, Inc. System, server, and mobile device for content provider website interaction and method therefore
CN102075539A (en) * 2011-01-25 2011-05-25 中兴通讯股份有限公司 Data delivery system and method
CN102111749A (en) * 2011-02-18 2011-06-29 宇龙计算机通信科技(深圳)有限公司 Method for pushing customization application, server and mobile terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107645524A (en) * 2016-07-21 2018-01-30 腾讯科技(深圳)有限公司 A kind of message push processing method and device

Also Published As

Publication number Publication date
CN102355500B (en) 2018-02-13
CN102355500A (en) 2012-02-15

Similar Documents

Publication Publication Date Title
WO2012151993A1 (en) Service pushing method and device
CA2954294C (en) Website access method, apparatus, and website system
JP4698756B2 (en) Offline execution of web-based applications
US8386587B2 (en) Server-assisted and peer-to-peer synchronization
JP5022301B2 (en) Proxy server, communication relay program, and communication relay method
JP6274584B2 (en) Advertisement processing method and apparatus
US8117297B2 (en) System and method of device-to-server registration
US20210400107A1 (en) Method, device and system for downloading data block of resource file
EP2806357A1 (en) Method and communication device for updating a web application
US10069942B2 (en) Method and apparatus for changing configurations
CN105812435B (en) Application upgrading data packet processing method and device, electronic equipment and system
WO2021051747A1 (en) Data update method, system and device, electronic device, and computer storage medium
CN103209407A (en) Download management method and system for application program in mobile terminal and mobile terminal
WO2012151980A1 (en) Service processing server, system, and method
CN111327697B (en) Data downloading method, device, equipment and storage medium
US9529578B2 (en) Automated service version upgrading
CN107809470B (en) Method and device for automatically deploying application program
WO2013082898A1 (en) Method, terminal, server and system for presenting service data
US10771578B2 (en) Webpage loading method and apparatus
EP3101539B1 (en) Selection of compatible resources after updating web application servers
CN109522038A (en) A kind of client side upgrading method and device of CS framework
KR100597586B1 (en) Data Synchronization method using Session Management
WO2016130825A1 (en) Method and apparatus for changing configurations
CN113709199A (en) Promotion information display method and device
CN115695465A (en) Expandable and pluggable cloud native monitoring system platform and monitoring method thereof

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11865129

Country of ref document: EP

Kind code of ref document: A1