WO2015176519A1 - Distributed collaborative method for improving application efficiency of web browser - Google Patents

Distributed collaborative method for improving application efficiency of web browser Download PDF

Info

Publication number
WO2015176519A1
WO2015176519A1 PCT/CN2014/092752 CN2014092752W WO2015176519A1 WO 2015176519 A1 WO2015176519 A1 WO 2015176519A1 CN 2014092752 W CN2014092752 W CN 2014092752W WO 2015176519 A1 WO2015176519 A1 WO 2015176519A1
Authority
WO
WIPO (PCT)
Prior art keywords
browser
local
web server
module
web service
Prior art date
Application number
PCT/CN2014/092752
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 WO2015176519A1 publication Critical patent/WO2015176519A1/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 network data transmission technologies, and more particularly to a distributed collaboration method for improving the efficiency of a web browser application.
  • the main method adopted is the C/S architecture (ie App mode), B/S architecture (ie browser mode), SOA architecture (ie web service mode).
  • C/S architecture ie App mode
  • B/S architecture ie browser mode
  • SOA architecture ie web service mode
  • C/S architecture (ie App The advantage of the method is that the interaction ability is excellent. The disadvantage is that it is very troublesome for the user to update the program version frequently. For the developer, it is necessary to adapt the intelligent terminal with different hardware versions and different system versions, resulting in inefficiency.
  • the object of the present invention is to overcome the above-mentioned deficiencies of the prior art and to provide an improvement of the Web.
  • a distributed collaborative method for browser application efficiency, the specific technical solution is as follows.
  • a distributed collaborative method for improving the efficiency of a web browser application comprising:
  • the service Through a local web server module running behind the smart terminal browser on the smart terminal and one or more remote webs Service module, which realizes the distributed collaborative computing Web service, and communicates directly with the local Web server module through the browser to improve the browser response speed;
  • the service enables intelligent terminals to communicate with the remote web based on HTTP protocol and XML documents.
  • the service module jointly implements the foregoing distributed collaborative computing; the smart terminal browser does not directly exchange data with the remote web service module including the cloud server, but with the web running in the local background.
  • the server module exchanges data, and the local web server module exchanges data with various remote web service modules; the browser sends a request to the local web server module, the local web
  • the server module parses the request and gives the browser the required files; the browser quickly refreshes some pages through AJAX and other dynamic dynamic web technologies, and the local web server module uses the HTTP protocol.
  • XML document-based communication methods exchange data with remote web service modules including cloud servers, and convert user requests into distributed computing tasks to the remote web.
  • the service module obtains the layout file and continuously refreshes the local layout file to obtain the layout change in time.
  • the local web service as a general middleware is specifically:
  • the local web service runs a small local web server module in the background of the smart terminal as a common middleware; the local web service The end module does not contain a user interface and does not involve control of the underlying hardware; the local web server module can serve as a client to send requests to a remote web service module including a cloud server, or as a local
  • the web server module receives the request from the smart terminal browser; the calculations and functions that the browser cannot complete are sent to the local web server module through the request to make full use of the smart terminal hardware for calculation or remote Web service module communication, which implements distributed computing of nodes on the network; HTTP between the local web server module and the local browser
  • the protocol exchanges data, which can be returned to the browser to render the files required by the user interface; the XML between the web server module and the remote web service module is customized based on the HTTP protocol.
  • the format of the protocol for data transmission; in addition, the remote Web service module is also based on the same protocol for data transmission.
  • the local browser cannot directly communicate with the remote web service module, but only by accessing the local Web server module to obtain files; each role communicates via HTTP protocol, HTML communication between local browser and local web server module, and local web
  • HTTP protocol HyperText Transfer Protocol
  • HTML communication Between the server module and the remote web service module and between the remote web service module and the remote web service module is a custom unified XML based on the HTTP protocol. The format of the protocol is communicated.
  • XML exchange data between the local web server module and the remote web service module Formatted protocols include:
  • the format tag contains the following information: role information, code to initiate the request, destination to address, extension information, XML
  • the timestamp when the file is sent, if necessary, can add the required label under the extended information label during communication, otherwise the content of the extended information label is empty.
  • the present invention has the following advantages and technical effects:
  • the invention passes through a local web server module running on the smart terminal and running behind the browser of the smart terminal and the remote web service Modules work together to implement distributed Web services, enabling browser responsiveness and compatibility issues.
  • the local web server module compared to a thin client such as a browser More calculations can be performed according to actual needs, and distributed collaborative computing can be implemented together with the remote Web service module to make full use of the performance of the intelligent terminal and enhance the user experience.
  • the local web server module Relying on the browser to render the user interface but not relying on a specific browser.
  • the local web server module can exist as both a client and a server, and can act as a client to a remote web service module. Initiate a request, request distributed execution of the application, and obtain the corresponding interface layout file.
  • the local web server module can respond to requests from a local browser, and the browser can pass the local web server module Send requests to get HTML files and other files related to interface rendering, and if necessary, automatically refresh some pages via dynamic web technologies such as AJAX.
  • the local web server module Can be used as a client to connect to a remote web service module Update the interface layout file in the background. Since the transmitted data only has the interface layout file and can be transmitted in the background, the browser is not required to be called, and the browser is only used to present the interface, so the response speed is greatly improved, and even due to network congestion and other problems.
  • the local Web server module Occasionally, the page layout file cannot be obtained, and the page cannot be displayed, because it can be returned to the HTML file that the browser has stored locally; the software receives the XML. After the file is parsed out the interface layout file and can automatically call the browser to display the file.
  • Each remote web service module has the same status and can act as a client to initiate a request and as a server to receive requests.
  • Various web The server modules communicate in a unified format with XML files.
  • the user sends a request to the local web server module by operating on the browser, the local web server module
  • the request is then parsed and then a corresponding formatted XML format request is generated, and then a request is made to the remote web service module, which receives the remote web service module
  • the returned interface layout file can automatically call the browser to display the file.
  • Local and remote Web by adding a local web server module running in the background Distributed collaborative computing of service modules, local does not need to be like C/S
  • the application updates the application as often as the architecture. Displaying the user interface through the browser also solves the compatibility problem. Since the partial page can be refreshed by continuously obtaining the local page file, and the intelligent terminal can obtain the update of the page layout from the remote web service module in time, and does not need to transmit most of the pictures required by the transmission interface, the network can be added without The response speed is significantly improved in the case of traffic consumption. Relative to B/S
  • the architecture can significantly improve the ability to interact. And the local web server module can more easily expand functions, such as encrypting and sending passwords, uploading and downloading breakpoints, and the like.
  • the SOA architecture but more lightweight than the SOA architecture, retains only the required parts, enabling it to be deployed to general smart terminals, including mobile smart terminals.
  • FIG. 1 is a schematic diagram of the exchange of data in the present invention
  • FIG. 2 is a schematic flow chart of the operation of the smart terminal in the present invention.
  • FIG. 3 is a schematic diagram of a running process after receiving a request from a local browser according to the present invention.
  • the following provides a distributed collaborative method for improving the efficiency of the application of the web browser, through a local operation running on the smart terminal
  • the web server module is more powerful than the general browser.
  • the web server module runs in the background of the user's smart terminal and interacts with the user via a browser.
  • This process is performed according to the Http protocol, and the local web server module becomes a collaborative computing.
  • the node exchanges data with the remote web server module.
  • This process is based on the Http protocol and is carried out through a specific protocol.
  • the protocol has an XML file format, and the data exchange between the remote web service modules is also performed.
  • the transmission protocol of the present invention is built on the standard HTTP protocol, and the request for directly obtaining the file is GET, and is used for the browser to access the local service to obtain the file. .
  • the local web server module exchanges data with the remote web service module and exchanges data between the remote web service module and the remote web service module.
  • the POST request is implemented by sending an XML file.
  • Internal tags include, but are not limited to, ROLE (content is network role information), DIRECT (content is target action), NAME (content is name), HREF (content is network path), MODIFYTIME (content is the last modification time of the request file), EXTRAINFORMATION (content is additional information).
  • the overall process of running the local web server module disclosed in the present invention is as shown in FIG. 2 .
  • Step 201 The local web server module waits for a request from the local browser.
  • Step 202 The local web server module receives the request of the local browser.
  • the first request is generally a GET request, and the browser checks the list of the requests that can be obtained through the request.
  • Step 203 The local web server module returns a list webpage file to the browser.
  • Step 204 The web server module receives and parses the request sent by the browser, and starts to provide a specific service to the user according to the user's needs;
  • Step 205 Waiting for the user to terminate the service being provided
  • Step 206 continuously generate a request in an XML format that meets the requirements as long as the user does not terminate the service
  • Step 207 request the package by using Http POST and send the request to the remote web service module;
  • Step 208 Acquire an interface layout file and update the local interface layout file. If the steps 207 and 208 fail, the local layout file remains as it is, waiting for the next update, and the browser still obtains the old file without appearing. Unable to get the file;
  • step 209 If the user stops acquiring the service, then go to step 209.
  • Step 209 Generate a request to terminate the service application according to the specified format.
  • Step 210 By requesting the package with Http POST and sending the request to the remote web service module.
  • the local web server module sends an XML file carrying the request information through the POST request, and the remote web service module processes the request and returns the corresponding interface layout file, and the local web server module can receive the file and invoke the browser display, because the present
  • the Web service module in the invention is not a ready-made Web service program, but is based on the underlying Socket programming, so it has the ability to initiate requests.
  • FIG. 3 illustrates the processing manner of the web server module disclosed by the present invention after receiving a local browser request:
  • Step 301 Acquire specific content requested by the browser
  • Step 302 Determine the browser requirement, the local web server module and the remote service module agree on the standard way of writing the webpage file, submit the GET request, or send the request for obtaining the file through the POST request as a method for obtaining the file, if the request of the browser is to obtain the file Go to step 303, if it is an interaction request with the remote web service module (including obtaining service, terminating service, submitting data, etc.), then skip to step 304;
  • Step 303 Determine whether the file exists, and return the corresponding file according to the logic shown in the figure;
  • Step 304 Parsing the request sent by the browser and packaging the request into an XML format according to a prescribed format
  • Step 305 Returning to the browser a temporary loading page, the page is automatically refreshed, and the local web server module updates the file after obtaining the interface layout file from the remote web service module;
  • Step 306 Send the request of step 304 to the remote web service module.
  • the local web server module exists in the background to start a service only for the local browser, and the local browser obtains the file by accessing the local web server module. After the browser sends the request to obtain the application for the first time, the local web server module will return the loading page, and then the file will be updated in the background. The browser quickly refreshes the page through dynamic webpage technology such as AJAX to update the page at the first time.
  • the delay may reach 100ms, and there may be a bandwidth bottleneck of 100K in the middle. So directly use the browser to access the remote Web service module, the display will be prone to dullness. The user experience is affected.
  • the browser can communicate with the local web server module to obtain the corresponding file, and the local virtual bandwidth is above 1G.
  • the delay is less than 1ms, so that using the browser to display the page will not be responsive.
  • the local web service module can perform technical processing on the data, similar to the cache of the streaming media player, so that the browser display is smoother.

Landscapes

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

Abstract

Disclosed is a distributed collaborative method for improving application efficiency of a Web browser. The method enables functions superior to those of common browser sides by means of a local Web server side module running in an intelligent terminal. The local Web server side module interacts with a remote Web service module comprising a cloud server to form one node of distributed collaborative computing. The browser obtains webpage files by interacting with the local Web server side module and displays the webpage files. The interaction between the browser and the local Web server side module is free of influences of network conditions, and the response speed and fluency of the browser can be significantly improved. The present invention eliminates the defect that an App client of a conventional intelligent terminal needs to be updated frequently, has compatibility and cross-platform commonality of a Web application system with B/S architecture, overcomes the defects in functions and real-time interaction of a Web application browser side of a conventional browser, enhances user experience, and can make up for the defect that the intelligent terminal has insufficient computing capacity.

Description

一种改善 Web 浏览器应用效率的分布式协同方法  A distributed collaborative method for improving the efficiency of web browser applications
技术领域Technical field
本发明涉及网络数据传输技术,特别涉及改善 Web 浏览器应用效率的分布式协同方法。  The present invention relates to network data transmission technologies, and more particularly to a distributed collaboration method for improving the efficiency of a web browser application.
背景技术Background technique
目前国内外在智能终端和远端 Web 服务程序的分布式协同计算方面,主要采用的方式有 C/S 架构(即 App 方式)、 B/S 架构(即浏览器方式)、 SOA 架构(即 Web Service 方式)。不过都存在某些不足。 At present, in the distributed collaborative computing of intelligent terminals and remote Web service programs at home and abroad, the main method adopted is the C/S architecture (ie App mode), B/S architecture (ie browser mode), SOA architecture (ie web service mode). However, there are certain deficiencies.
( 1 ) C/S 架构(即 App 方式)的优点是交互能力优秀,缺点是对于用户来说需要频繁更新程序版本,非常麻烦,对于开发者来说,又需要适配不同硬件不同系统版本的智能终端,导致效率低下。 (1) C/S architecture (ie App The advantage of the method is that the interaction ability is excellent. The disadvantage is that it is very troublesome for the user to update the program version frequently. For the developer, it is necessary to adapt the intelligent terminal with different hardware versions and different system versions, resulting in inefficiency.
( 2 ) B/S 架构(即浏览器方式)的优点是更新在远端 Web 服务程序端完成,用户不需要下载 App 客户端,但此方法的交互性较差,响应有延迟,功能上不够强大,缺少主控,容易造成信息丢失等错误。 (2) The advantage of the B/S architecture (ie browser mode) is that the update is done on the remote web server, and the user does not need to download the app. Client, but this method is less interactive, has delayed response, is not powerful enough, lacks master control, and is prone to information loss and other errors.
( 3 ) SOA 架构(即 Web Service 方式)太庞大臃肿,不适合直接部署到常见的智能终端尤其是移动智能终端上,移动终端硬件性能有限, Web Service 容易运行缓慢,同样导致浏览器响应迟滞。 (3) SOA architecture (ie Web Service) Mode) too large and bloated, not suitable for direct deployment to common smart terminals, especially mobile smart terminals, mobile terminal hardware performance is limited, Web Service It's easy to run slowly, and it also causes the browser to respond slowly.
( 4 )直接通过浏览器进行许多操作时会带来控制权分散的问题,需要各个 Web Server 互相配合,没有主控点(浏览器不是主控)。这种设计,实现上较困难及容易出错。比如在一些交易场景下,可能会有故障导致交易中断导致金钱丢失的情况。 (4) The problem of decentralized control is caused by many operations directly through the browser, and each Web Server is required. Cooperate with each other, there is no master point (the browser is not the master). This design is difficult and error-prone to implement. For example, in some trading scenarios, there may be a situation in which a failure causes a transaction to be interrupted and money is lost.
( 5 )虽然当今移动设备的硬件发展迅猛,软件优化加强,已经诞生了大量移动智能终端的实用软件,但是用户对硬件能力的需求是没有限制的,移动平台的硬件必须考虑体积、耗电、散热等等问题,无法无限制地提高硬件性能,尤其由于原子直径的限制,现在的 CPU 性能已经快发展到一个瓶颈,更需要通过分布式协同计算的方式来提高处理能力。 (5 Although the hardware of today's mobile devices is developing rapidly and software optimization is strengthened, a large number of practical software for mobile intelligent terminals have been born, but the user's demand for hardware capabilities is not limited. The hardware of the mobile platform must consider volume, power consumption, heat dissipation, etc. And other issues, can not improve the hardware performance without limit, especially due to the limitation of atomic diameter, now CPU performance has rapidly developed to a bottleneck, and more needs to be processed through distributed collaborative computing.
发明内容Summary of the invention
本发明的目的在于克服现有技术存在的上述不足,提供了改善 Web 浏览器应用效率的分布式协同方法,具体技术方案如下。 The object of the present invention is to overcome the above-mentioned deficiencies of the prior art and to provide an improvement of the Web. A distributed collaborative method for browser application efficiency, the specific technical solution is as follows.
一种改善 Web 浏览器应用效率的分布式协同方法,该方法包括: A distributed collaborative method for improving the efficiency of a web browser application, the method comprising:
通过一个运行于智能终端上的在智能终端浏览器后方的本地 Web 服务端模块与一个或多个远端 Web 服务模块,共同实现分布式协同计算的 Web 服务,并通过浏览器直接与本地 Web 服务端模块通信实现浏览器响应速度的提高;把本地 Web 服务作为一种通用的中间件,使智能终端能以 HTTP 协议、 XML 文档为基础的自定义应用层通信方式与远端 Web 服务模块共同实现前述分布式协同计算;智能终端浏览器不直接与包括云端服务器在内的远端 Web 服务模块进行数据交换,而是与运行于本地后台的 Web 服务端模块进行数据交换,由本地 Web 服务端模块与各种远端 Web 服务模块进行数据交换;浏览器向该本地 Web 服务端模块发送请求,该本地 Web 服务端模块解析请求,并给浏览器所需的文件;浏览器通过 AJAX 及其他动态动态网页技术快速刷新部分页面,该本地 Web 服务端模块则通过 HTTP 协议、 XML 文档为基础的通信方式与包括云端服务器在内的远端 Web 服务模块进行数据交换,将用户请求转化为分布式计算任务的信息发给远端 Web 服务模块,获取布局文件并不断刷新本地布局文件,及时获取布局变化情况。 Through a local web server module running behind the smart terminal browser on the smart terminal and one or more remote webs Service module, which realizes the distributed collaborative computing Web service, and communicates directly with the local Web server module through the browser to improve the browser response speed; As a general middleware, the service enables intelligent terminals to communicate with the remote web based on HTTP protocol and XML documents. The service module jointly implements the foregoing distributed collaborative computing; the smart terminal browser does not directly exchange data with the remote web service module including the cloud server, but with the web running in the local background. The server module exchanges data, and the local web server module exchanges data with various remote web service modules; the browser sends a request to the local web server module, the local web The server module parses the request and gives the browser the required files; the browser quickly refreshes some pages through AJAX and other dynamic dynamic web technologies, and the local web server module uses the HTTP protocol. XML document-based communication methods exchange data with remote web service modules including cloud servers, and convert user requests into distributed computing tasks to the remote web. The service module obtains the layout file and continuously refreshes the local layout file to obtain the layout change in time.
进一步地,所述把本地 Web 服务作为一种通用的中间件具体是: Further, the local web service as a general middleware is specifically:
在智能终端后台运行一个小型的本地 Web 服务端模块作为并将其作为通用的中间件;该本地 Web 服务 端模块 不包含用户界面,不涉及对底层硬件的控制;该本地 Web 服务端模块既能作为客户端向包括云端服务器在内的远端 Web 服务模块发送请求,也能作为本地 Web 服务端模块接收来自智能终端浏览器的请求;浏览器无法完成的计算与功能通过请求发送给该本地 Web 服务端模块,以充分利用智能终端硬件进行计算或与远端 Web 服务模块通信,实现网络上各节点的分布式计算;该本地 Web 服务端模块与本地浏览器之间基于 HTTP 协议交换数据,能返还给浏览器呈现用户界面所需的文件;该 Web 服务端模块与远端 Web 服务模块之间基于 HTTP 协议以自定义的 XML 格式的协议进行数据传输;另外,远端 Web 服务模块之间也是基于同样的协议进行数据传输。 Run a small local web server module in the background of the smart terminal as a common middleware; the local web service The end module does not contain a user interface and does not involve control of the underlying hardware; the local web server module can serve as a client to send requests to a remote web service module including a cloud server, or as a local The web server module receives the request from the smart terminal browser; the calculations and functions that the browser cannot complete are sent to the local web server module through the request to make full use of the smart terminal hardware for calculation or remote Web service module communication, which implements distributed computing of nodes on the network; HTTP between the local web server module and the local browser The protocol exchanges data, which can be returned to the browser to render the files required by the user interface; the XML between the web server module and the remote web service module is customized based on the HTTP protocol. The format of the protocol for data transmission; in addition, the remote Web service module is also based on the same protocol for data transmission.
进一步地,所述分布式协同计算中:本地浏览器不能与远端 Web 服务模块进行直接通讯,只能通过访问本地 Web 服务端模块来获取文件;各个角色之间都以 HTTP 协议进行通讯,本地浏览器与本地 Web 服务端模块之间是 HTML 通信,而本地 Web 服务端模块与远端 Web 服务模块之间以及远端 Web 服务模块与远端 Web 服务模块之间是以基于 HTTP 协议的自定义的统一的 XML 格式的协议进行通讯。 Further, in the distributed collaborative computing: the local browser cannot directly communicate with the remote web service module, but only by accessing the local Web server module to obtain files; each role communicates via HTTP protocol, HTML communication between local browser and local web server module, and local web Between the server module and the remote web service module and between the remote web service module and the remote web service module is a custom unified XML based on the HTTP protocol. The format of the protocol is communicated.
进一步地,本地 Web 服务端模块与远端 Web 服务模块进行数据交换的 XML 格式的协议包括: Further, the XML exchange data between the local web server module and the remote web service module Formatted protocols include:
格式标签包含以下信息:角色信息、发起请求的代号、目标指向地址、拓展信息、 XML 文件发送时的时间戳,若有需要,通讯时能在拓展信息标签下增加所需标签,否则扩展信息标签内容为空。 The format tag contains the following information: role information, code to initiate the request, destination to address, extension information, XML The timestamp when the file is sent, if necessary, can add the required label under the extended information label during communication, otherwise the content of the extended information label is empty.
与现有技术相比,本发明具有如下优点和技术效果: Compared with the prior art, the present invention has the following advantages and technical effects:
本发明通过一个运行于智能终端上的,运行于智能终端浏览器后方的本地 Web 服务端模块与远端 Web 服务 模块 共同实现分布式的 Web 服务,能实现浏览器响应速度的提高并解决兼容性问题。相较于浏览器这种瘦客户端,该本地 Web 服务 端模块 能够根据实际需要进行更多的计算,并与远端 Web 服务 模块 共同实现分布式协同计算,更充分利用智能终端的性能并提升用户体验。该本地 Web 服务 端模块 依赖浏览器呈现用户界面但不依赖于特定的浏览器。该本地 Web 服务 端模块 能同时作为客户端和服务器端存在,作为客户端能向远端 Web 服务 模块 发起请求,请求分布式运行应用以及获取相应的界面布局文件。该本地 Web 服务 端模块 能响应本地浏览器的请求,浏览器能通过向该本地 Web 服务 端模块 发送请求获取 HTML 文件以及其他与界面呈现相关的文件,如有需要,可通过 AJAX 等动态网页技术自动刷新部分页面。该本地 Web 服务 端模块 能作为客户端连接远端 Web 服务 模块 ,在后台更新界面布局文件,由于传输的数据只有界面布局文件并且可以在后台传输,不需要调用浏览器,浏览器只用于呈现界面,故响应速度大幅提高,而且即便由于网络拥塞等问题造成了该本地 Web 服务 端模块 偶尔无法获取页面布局文件,也不会出现页面无法显示的情况,因为能及时返还给浏览器已储存于本地的 HTML 文件;该软件接收 XML 文件后解析出界面布局文件并能自动调用浏览器显示文件。 The invention passes through a local web server module running on the smart terminal and running behind the browser of the smart terminal and the remote web service Modules work together to implement distributed Web services, enabling browser responsiveness and compatibility issues. The local web server module compared to a thin client such as a browser More calculations can be performed according to actual needs, and distributed collaborative computing can be implemented together with the remote Web service module to make full use of the performance of the intelligent terminal and enhance the user experience. The local web server module Relying on the browser to render the user interface but not relying on a specific browser. The local web server module can exist as both a client and a server, and can act as a client to a remote web service module. Initiate a request, request distributed execution of the application, and obtain the corresponding interface layout file. The local web server module can respond to requests from a local browser, and the browser can pass the local web server module Send requests to get HTML files and other files related to interface rendering, and if necessary, automatically refresh some pages via dynamic web technologies such as AJAX. The local web server module Can be used as a client to connect to a remote web service module Update the interface layout file in the background. Since the transmitted data only has the interface layout file and can be transmitted in the background, the browser is not required to be called, and the browser is only used to present the interface, so the response speed is greatly improved, and even due to network congestion and other problems. The local Web server module Occasionally, the page layout file cannot be obtained, and the page cannot be displayed, because it can be returned to the HTML file that the browser has stored locally; the software receives the XML. After the file is parsed out the interface layout file and can automatically call the browser to display the file.
每个远端 Web 服务 模块 地位平等,能够作为客户端发起请求,也能作为服务器接收请求。各个 Web 服务端模块之间以 XML 文件,通过统一的格式进行通信。 Each remote web service module has the same status and can act as a client to initiate a request and as a server to receive requests. Various web The server modules communicate in a unified format with XML files.
用户通过在浏览器上进行操作,将请求发给该本地 Web 服务 端模块 ,该本地 Web 服务 端模块 则解析请求然后生成相应的符合格式的 XML 格式的请求,然后向远端 Web 服务 模块 发起请求,该本地 Web 服务 端模块 接收远端 Web 服务 模块 返还的界面布局文件后能自动调用浏览器显示文件。 The user sends a request to the local web server module by operating on the browser, the local web server module The request is then parsed and then a corresponding formatted XML format request is generated, and then a request is made to the remote web service module, which receives the remote web service module The returned interface layout file can automatically call the browser to display the file.
通过增加运行于后台的本地 Web 服务 端模块 ,实现本地与远端 Web 服务模块的分布式协同计算,本地不需要像 C/S 架构一样频繁更新应用。通过浏览器来显示用户界面也解决了兼容性的问题。由于能通过不断获取本地页面文件来刷新部分页面,并且智能终端能及时从远端Web服务模块获取页面布局的更新情况,且不需要传输界面呈现所需的大部分图片,故能在不增加网络流量耗费的情况下显著提高响应速度。相对于 B/S 架构能显著提高交互能力。且该本地Web服务端模块可以较为方便地扩展功能,如对密码进行加密发送,断点上传下载等。这样就可以在不针对特定浏览器开发插件的情况下拓展浏览器的功能。另外,本发明部分逻辑类似 SOA 架构,但比 SOA 架构更加轻量化,只保留了需要的部分,使之能够部署到一般的智能终端包括移动智能终端上。 Local and remote Web by adding a local web server module running in the background Distributed collaborative computing of service modules, local does not need to be like C/S The application updates the application as often as the architecture. Displaying the user interface through the browser also solves the compatibility problem. Since the partial page can be refreshed by continuously obtaining the local page file, and the intelligent terminal can obtain the update of the page layout from the remote web service module in time, and does not need to transmit most of the pictures required by the transmission interface, the network can be added without The response speed is significantly improved in the case of traffic consumption. Relative to B/S The architecture can significantly improve the ability to interact. And the local web server module can more easily expand functions, such as encrypting and sending passwords, uploading and downloading breakpoints, and the like. This allows you to extend the functionality of your browser without developing plug-ins for specific browsers. In addition, the invention is partially logically similar The SOA architecture, but more lightweight than the SOA architecture, retains only the required parts, enabling it to be deployed to general smart terminals, including mobile smart terminals.
附图说明DRAWINGS
图1为本发明在交换数据的示意图;Figure 1 is a schematic diagram of the exchange of data in the present invention;
图2为本发明在智能终端运行的流程示意图。2 is a schematic flow chart of the operation of the smart terminal in the present invention.
图3为本发明接收本地浏览器请求后的运行流程示意图。FIG. 3 is a schematic diagram of a running process after receiving a request from a local browser according to the present invention.
具体实施方式detailed description
为解决传统智能终端App客户端需要频繁更新的缺点,兼顾B/S架构Web应用系统的兼容性和跨平台通用性,解决Web应用浏览器端功能以及实时交互上的不足,增强用户体验且弥补智能终端计算能力不足的缺陷,以下提供一种改善Web浏览器应用效率的分布式协同方法,通过一个运行于智能终端本地的 Web服务端模块来实现强于一般浏览器端的功能。In order to solve the shortcomings of the traditional smart terminal App client, it is necessary to maintain the compatibility of the B/S architecture Web application system and cross-platform universality, solve the shortcomings of the web application browser function and real-time interaction, enhance the user experience and make up for The shortcomings of the lack of computing power of the intelligent terminal, the following provides a distributed collaborative method for improving the efficiency of the application of the web browser, through a local operation running on the smart terminal The web server module is more powerful than the general browser.
如图1所示,该Web服务端模块运行于用户的智能终端后台,经由浏览器与用户交互,这个过程是遵循Http协议,通过网页文件进行的,本地Web服务端模块会成为协同计算的一个节点,与远端Web服务端模块进行数据交换,这个过程则是在遵循Http协议的基础上,通过特定的协议进行,该协议有XML文件的格式,远端Web服务模块之间的数据交换也遵循相同的协议。As shown in FIG. 1 , the web server module runs in the background of the user's smart terminal and interacts with the user via a browser. This process is performed according to the Http protocol, and the local web server module becomes a collaborative computing. The node exchanges data with the remote web server module. This process is based on the Http protocol and is carried out through a specific protocol. The protocol has an XML file format, and the data exchange between the remote web service modules is also performed. Follow the same agreement.
针对目前云端应用开发者需参照传输规范来进行数据链路层的开发,本发明的传输协议构建于标准的HTTP协议之上,直接获取文件的请求为GET,用于浏览器访问本地服务获取文件。For the current cloud application developers need to refer to the transmission specification to develop the data link layer, the transmission protocol of the present invention is built on the standard HTTP protocol, and the request for directly obtaining the file is GET, and is used for the browser to access the local service to obtain the file. .
该本地Web服务端模块与远端Web服务模块交换数据以及远端Web服务模块与远端Web服务模块之间交换数据采用POST请求通过发送XML文件实现,The local web server module exchanges data with the remote web service module and exchanges data between the remote web service module and the remote web service module. The POST request is implemented by sending an XML file.
内部标签包括但不限于ROLE(内容是网络角色信息)、DIRECT(内容是目标动作)、NAME(内容是名称)、HREF(内容是网络路径)、MODIFYTIME(内容是请求文件的最后修改时间),EXTRAINFORMATION(内容是附加信息)。Internal tags include, but are not limited to, ROLE (content is network role information), DIRECT (content is target action), NAME (content is name), HREF (content is network path), MODIFYTIME (content is the last modification time of the request file), EXTRAINFORMATION (content is additional information).
本发明公开的本地Web服务端模块运行的总体过程如图2所示,The overall process of running the local web server module disclosed in the present invention is as shown in FIG. 2 .
步骤201:本地Web服务端模块等待本地浏览器的请求;Step 201: The local web server module waits for a request from the local browser.
步骤202:本地Web服务端模块接收本地浏览器的请求,第一个请求一般为GET请求,浏览器通过该请求查看所能获取的请求的列表;Step 202: The local web server module receives the request of the local browser. The first request is generally a GET request, and the browser checks the list of the requests that can be obtained through the request.
步骤203:本地Web服务端模块返回列表网页文件给浏览器;Step 203: The local web server module returns a list webpage file to the browser.
步骤204:Web服务端模块接收并解析浏览器发来的请求,根据用户需要,开始向用户提供具体服务;Step 204: The web server module receives and parses the request sent by the browser, and starts to provide a specific service to the user according to the user's needs;
步骤205:等待用户终止正在提供的服务;Step 205: Waiting for the user to terminate the service being provided;
步骤206:只要用户没有终止服务,则不断生成符合要求的XML格式的请求;Step 206: continuously generate a request in an XML format that meets the requirements as long as the user does not terminate the service;
步骤207:通过用Http POST请求包装并向远端Web服务模块发送请求;Step 207: request the package by using Http POST and send the request to the remote web service module;
步骤208:获取界面布局文件并更新存放在本地的界面布局文件,步骤207、208如果失败,则本地布局文件维持原样,等待下一次更新,浏览器获取到的依然是旧的文件而不会出现无法获取文件的情况;Step 208: Acquire an interface layout file and update the local interface layout file. If the steps 207 and 208 fail, the local layout file remains as it is, waiting for the next update, and the browser still obtains the old file without appearing. Unable to get the file;
如果用户停止获取该服务,则转入步骤209。If the user stops acquiring the service, then go to step 209.
步骤209:按照规定格式生成终止服务应用的请求;Step 209: Generate a request to terminate the service application according to the specified format.
步骤210:通过用Http POST请求包装并向远端Web服务模块发送请求。Step 210: By requesting the package with Http POST and sending the request to the remote web service module.
该本地Web服务端模块通过POST请求发送携带请求信息的XML文件,远端Web服务模块处理请求,返还相应的界面布局文件,该本地Web服务端模块可以接收该文件并调用浏览器显示,因为本发明中的Web服务模块并非现成的Web服务程序,而是基于底层的Socket编程,故有主动发起请求的能力。The local web server module sends an XML file carrying the request information through the POST request, and the remote web service module processes the request and returns the corresponding interface layout file, and the local web server module can receive the file and invoke the browser display, because the present The Web service module in the invention is not a ready-made Web service program, but is based on the underlying Socket programming, so it has the ability to initiate requests.
图3表述了本发明公开的Web服务端模块收到本地浏览器请求后的处理方式:FIG. 3 illustrates the processing manner of the web server module disclosed by the present invention after receiving a local browser request:
步骤301:获取浏览器请求的具体内容;Step 301: Acquire specific content requested by the browser;
步骤302:判断浏览器需求,本地Web服务端模块与远程服务模块约定网页文件的标准写法,提交GET请求或通过POST请求发送获取文件的请求为获取文件的方法,若浏览器的请求为获取文件则前往步骤303,若为与远端Web服务模块的交互请求(包括获取服务,终止服务,提交数据等)则会跳往步骤304;Step 302: Determine the browser requirement, the local web server module and the remote service module agree on the standard way of writing the webpage file, submit the GET request, or send the request for obtaining the file through the POST request as a method for obtaining the file, if the request of the browser is to obtain the file Go to step 303, if it is an interaction request with the remote web service module (including obtaining service, terminating service, submitting data, etc.), then skip to step 304;
步骤303:判断文件是否存在,并按照图示逻辑返回对应文件;Step 303: Determine whether the file exists, and return the corresponding file according to the logic shown in the figure;
步骤304:解析浏览器发送过来的请求并按照规定格式包装成XML格式请求;Step 304: Parsing the request sent by the browser and packaging the request into an XML format according to a prescribed format;
步骤305:返回给浏览器一个临时的loading页面,该页面会自动刷新,当本地Web服务端模块从远端Web服务模块获取到界面布局文件后会更新该文件;Step 305: Returning to the browser a temporary loading page, the page is automatically refreshed, and the local web server module updates the file after obtaining the interface layout file from the remote web service module;
步骤306:将步骤304的请求发给远端Web服务模块。Step 306: Send the request of step 304 to the remote web service module.
本地Web服务端模块存在于后台启动一个只面向本地浏览器的服务,本地浏览器通过访问该本地Web服务端模块获取文件。浏览器第一次发送获取应用的请求后该本地Web服务端模块会返送loading页面,然后会在后台更新文件,浏览器通过AJAX等动态网页技术快速刷新页面,以在第一时间更新页面。The local web server module exists in the background to start a service only for the local browser, and the local browser obtains the file by accessing the local web server module. After the browser sends the request to obtain the application for the first time, the local web server module will return the loading page, and then the file will be updated in the background. The browser quickly refreshes the page through dynamic webpage technology such as AJAX to update the page at the first time.
例如,在网络传输过程中,可能会经过5个以上的路由器,延时可能达到100ms,中间可能出现100K的带宽瓶颈,这样直接使用浏览器来访问远端Web服务模块,显示就会容易出现迟钝,影响用户体验,而使用本地Web服务端模块与远端Web服务模块进行通讯并获取文件后,浏览器即可与该本地Web服务端模块通讯来获取相应文件,本地虚拟带宽在1G以上,传输延时低于1ms,这样用浏览器来显示页面就不会出现响应迟钝的情况。另外,该本地Web服务模块可以对数据进行技术处理,类似于流媒体播放器的缓存,使得浏览器的显示更加流畅。For example, in the process of network transmission, there may be more than 5 routers, the delay may reach 100ms, and there may be a bandwidth bottleneck of 100K in the middle. So directly use the browser to access the remote Web service module, the display will be prone to dullness. The user experience is affected. After the local web server module communicates with the remote web service module and obtains the file, the browser can communicate with the local web server module to obtain the corresponding file, and the local virtual bandwidth is above 1G. The delay is less than 1ms, so that using the browser to display the page will not be responsive. In addition, the local web service module can perform technical processing on the data, similar to the cache of the streaming media player, so that the browser display is smoother.

Claims (4)

  1. 一种改善Web浏览器应用效率的分布式协同方法,其特征在于,该方法包括:A distributed collaborative method for improving the efficiency of a web browser application, the method comprising:
    通过一个运行于智能终端上的在智能终端浏览器后方的本地Web服务端模块与一个或多个远端Web服务模块,共同实现分布式协同计算的Web服务,并通过浏览器直接与本地Web服务端模块通信实现浏览器响应速度的提高;把本地Web服务作为一种通用的中间件,使智能终端能以HTTP协议、XML文档为基础的自定义应用层通信方式与远端Web服务模块共同实现前述分布式协同计算;智能终端浏览器不直接与包括云端服务器在内的远端Web服务模块进行数据交换,而是与运行于本地后台的Web服务端模块进行数据交换,由本地Web服务端模块与各种远端Web服务模块进行数据交换;浏览器向该本地Web服务端模块发送请求,该本地Web服务端模块解析请求,并给浏览器所需的文件;浏览器通过AJAX及其他动态动态网页技术快速刷新部分页面,该本地Web服务端模块则通过HTTP协议、XML文档为基础的通信方式与包括云端服务器在内的远端Web服务模块进行数据交换,将用户请求转化为分布式计算任务的信息发给远端Web服务模块,获取布局文件并不断刷新本地布局文件,及时获取布局变化情况。Realizing distributed collaborative computing Web services through a local web server module running behind the smart terminal browser and one or more remote web service modules running on the smart terminal, and directly communicating with the local web service through the browser The end module communication realizes the improvement of browser response speed; the local web service is used as a general middleware, so that the intelligent terminal can realize the custom application layer communication method based on HTTP protocol and XML document together with the remote web service module. The foregoing distributed collaborative computing; the smart terminal browser does not directly exchange data with the remote web service module including the cloud server, but exchanges data with the web server module running in the local background, and the local web server module Data exchange with various remote web service modules; the browser sends a request to the local web server module, the local web server module parses the request, and gives the browser the required files; the browser passes AJAX and other dynamic dynamics Web technology quickly refreshes some pages, the local web server module passes HTTP protocol, XML The file-based communication method exchanges data with the remote web service module including the cloud server, and converts the user request into a distributed computing task information to the remote web service module, obtains the layout file, and continuously refreshes the local layout file. Get timely changes in layout.
  2. 根据权利要求1所述的一种改善Web浏览器应用效率的分布式协同方法,其特征在于,所述把本地Web服务作为一种通用的中间件具体是:The distributed collaborative method for improving the efficiency of a web browser application according to claim 1, wherein the local web service as a general middleware is specifically:
    在智能终端后台运行一个小型的本地Web服务端模块作为并将其作为通用的中间件;该本地Web服务端模块不包含用户界面,不涉及对底层硬件的控制;该本地Web服务端模块既能作为客户端向包括云端服务器在内的远端Web服务模块发送请求,也能作为本地Web服务端模块接收来自智能终端浏览器的请求;浏览器无法完成的计算与功能通过请求发送给该本地Web服务端模块,以充分利用智能终端硬件进行计算或与远端Web服务模块通信,实现网络上各节点的分布式计算;该本地Web服务端模块与本地浏览器之间基于HTTP协议交换数据,能返还给浏览器呈现用户界面所需的文件;该Web服务端模块与远端Web服务模块之间基于HTTP协议以自定义的XML格式的协议进行数据传输;另外,远端Web服务模块之间也是基于同样的协议进行数据传输。Running a small local web server module in the background of the smart terminal as a general middleware; the local web server module does not include a user interface, and does not involve control of the underlying hardware; the local web server module can As the client sends a request to the remote web service module including the cloud server, the local web server module can also receive the request from the smart terminal browser; the calculation and function that the browser cannot complete is sent to the local web through the request. The server module can fully utilize the intelligent terminal hardware for computing or communicate with the remote web service module to implement distributed computing of nodes on the network; the local web server module and the local browser exchange data based on the HTTP protocol, Returning to the browser to present the files required by the user interface; the web server module and the remote web service module perform data transmission in a customized XML format protocol based on the HTTP protocol; in addition, the remote web service modules are also Data transmission based on the same protocol.
  3. 根据权利要求1所述的一种改善Web浏览器应用效率的分布式协同方法,其特征在于,所述分布式协同计算中:本地浏览器不能与远端Web服务模块进行直接通讯,只能通过访问本地Web服务端模块来获取文件;各个角色之间都以HTTP协议进行通讯,本地浏览器与本地Web服务端模块之间是HTML通信,而本地Web服务端模块与远端Web服务模块之间以及远端Web服务模块与远端Web服务模块之间是以基于HTTP协议的自定义的统一的XML格式的协议进行通讯。The distributed collaborative method for improving the efficiency of a web browser application according to claim 1, wherein in the distributed collaborative computing, the local browser cannot directly communicate with the remote web service module, and only Access the local web server module to obtain files; each role communicates via HTTP protocol, and the local browser and the local web server module communicate with each other, and between the local web server module and the remote web service module. And the remote web service module and the remote web service module communicate with a customized unified XML format protocol based on the HTTP protocol.
  4. 根据权利要求1所述的一种改善Web浏览器应用效率的分布式协同方法,其特征在于本地Web服务端模块与远端Web服务模块进行数据交换的XML格式的协议包括:The distributed collaborative method for improving the efficiency of a web browser application according to claim 1, wherein the XML format protocol for data exchange between the local web server module and the remote web service module comprises:
    格式标签包含以下信息:角色信息、发起请求的代号、目标指向地址、拓展信息、XML文件发送时的时间戳,若有需要,通讯时能在拓展信息标签下增加所需标签,否则扩展信息标签内容为空。The format tag contains the following information: role information, the code of the originating request, the target address, the extended information, and the timestamp when the XML file is sent. If necessary, the required tag can be added under the extended information tag when communicating, otherwise the extended information tag The content is empty.
PCT/CN2014/092752 2014-05-21 2014-12-02 Distributed collaborative method for improving application efficiency of web browser WO2015176519A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410215420.1A CN104010031B (en) 2014-05-21 2014-05-21 A kind of distributed cooperative algorithm for improving Web browser application efficiency
CN201410215420.1 2014-05-21

Publications (1)

Publication Number Publication Date
WO2015176519A1 true WO2015176519A1 (en) 2015-11-26

Family

ID=51370522

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/092752 WO2015176519A1 (en) 2014-05-21 2014-12-02 Distributed collaborative method for improving application efficiency of web browser

Country Status (2)

Country Link
CN (1) CN104010031B (en)
WO (1) WO2015176519A1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110032460A (en) * 2019-04-26 2019-07-19 珠海市掌业科技有限公司 A kind of application work platform and its implementation method based on B/S framework
CN111086005A (en) * 2020-01-17 2020-05-01 上海鹏航航空科技有限公司 Intelligent service robot based on 5G
CN111200516A (en) * 2019-12-19 2020-05-26 深圳市光联世纪信息科技有限公司 Intelligent client terminal system
CN111258622A (en) * 2020-01-13 2020-06-09 奇安信科技集团股份有限公司 Control method and device for APP new function
CN112363854A (en) * 2020-11-11 2021-02-12 南京莱斯信息技术股份有限公司 Front-end service framework optimization design method based on novel interface standard
CN113031926A (en) * 2021-03-25 2021-06-25 成都库珀区块链科技有限公司 Transaction entrusted account book and span map display system and method
CN115225476A (en) * 2022-07-08 2022-10-21 武汉众邦银行股份有限公司 Transmission method and device based on SOA architecture integrated deployment

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104010031B (en) * 2014-05-21 2018-01-05 华南理工大学 A kind of distributed cooperative algorithm for improving Web browser application efficiency
CN105094921A (en) * 2015-08-18 2015-11-25 刘毅 Method and device for calling peripheral in cross-browser mode
CN110955540B (en) * 2019-11-28 2024-03-22 上海携程商务有限公司 Plug-in interaction method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101583072A (en) * 2008-05-15 2009-11-18 北京凯思昊鹏软件工程技术有限公司 Middleware product for realizing Mobile Internet and method thereof
CN102096700A (en) * 2010-12-15 2011-06-15 中兴通讯股份有限公司 Mobile terminal and implementation method of browser of same
CN102640136A (en) * 2009-12-03 2012-08-15 微软公司 Communication channel between web application and process outside browser
CN104010031A (en) * 2014-05-21 2014-08-27 华南理工大学 Distributed cooperative method improving application efficiency of Web browser

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101141449A (en) * 2007-10-22 2008-03-12 珠海金山软件股份有限公司 Apparatus and method for implementing Web client terminal software self-adaptive running
KR101453956B1 (en) * 2008-01-14 2014-10-24 삼성전자주식회사 Device using embedded browser agent and method thereof
US8161160B2 (en) * 2008-02-28 2012-04-17 Microsoft Corporation XML-based web feed for web access of remote resources
CN103258015A (en) * 2013-04-23 2013-08-21 浪潮集团山东通用软件有限公司 Method for dynamically generating questionnaire based on XML

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101583072A (en) * 2008-05-15 2009-11-18 北京凯思昊鹏软件工程技术有限公司 Middleware product for realizing Mobile Internet and method thereof
CN102640136A (en) * 2009-12-03 2012-08-15 微软公司 Communication channel between web application and process outside browser
CN102096700A (en) * 2010-12-15 2011-06-15 中兴通讯股份有限公司 Mobile terminal and implementation method of browser of same
CN104010031A (en) * 2014-05-21 2014-08-27 华南理工大学 Distributed cooperative method improving application efficiency of Web browser

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110032460A (en) * 2019-04-26 2019-07-19 珠海市掌业科技有限公司 A kind of application work platform and its implementation method based on B/S framework
CN111200516A (en) * 2019-12-19 2020-05-26 深圳市光联世纪信息科技有限公司 Intelligent client terminal system
CN111258622A (en) * 2020-01-13 2020-06-09 奇安信科技集团股份有限公司 Control method and device for APP new function
CN111258622B (en) * 2020-01-13 2023-09-01 奇安信科技集团股份有限公司 Control method and device for APP newly-added function
CN111086005A (en) * 2020-01-17 2020-05-01 上海鹏航航空科技有限公司 Intelligent service robot based on 5G
CN112363854A (en) * 2020-11-11 2021-02-12 南京莱斯信息技术股份有限公司 Front-end service framework optimization design method based on novel interface standard
CN112363854B (en) * 2020-11-11 2023-11-21 南京莱斯信息技术股份有限公司 Front-end service framework optimization design method based on novel interface standard
CN113031926A (en) * 2021-03-25 2021-06-25 成都库珀区块链科技有限公司 Transaction entrusted account book and span map display system and method
CN113031926B (en) * 2021-03-25 2023-12-29 库珀科技集团有限公司 Transaction commission account book and span diagram display system and method
CN115225476A (en) * 2022-07-08 2022-10-21 武汉众邦银行股份有限公司 Transmission method and device based on SOA architecture integrated deployment
CN115225476B (en) * 2022-07-08 2023-08-11 武汉众邦银行股份有限公司 Transmission method and device based on SOA architecture integrated deployment

Also Published As

Publication number Publication date
CN104010031A (en) 2014-08-27
CN104010031B (en) 2018-01-05

Similar Documents

Publication Publication Date Title
WO2015176519A1 (en) Distributed collaborative method for improving application efficiency of web browser
US10547703B2 (en) Methods and systems for caching content valid for a range of client requests
CN108667925B (en) Method and system for seamless access of WEB application to distributed system
US9705800B2 (en) Load distribution in data networks
US8166079B2 (en) Dynamic content assembly on edge-of-network servers in a content delivery network
KR101011744B1 (en) System and method for building and execution of platform-neutral generic services' client applications
US9135321B2 (en) Synchronization infrastructure for networked devices, applications and services in a loosely coupled multi-master synchronization environment
JP4897872B2 (en) Service registry and related systems and methods
Lampesberger Technologies for web and cloud service interaction: a survey
US8984164B2 (en) Methods for reducing latency in network connections and systems thereof
US7934218B2 (en) Interprocess communication management using a socket layer
US20150188999A1 (en) System and method to extend the capabilities of a web browser to improve the web application performance
CN112311774A (en) Data processing method and device, electronic equipment and storage medium
US9871848B1 (en) Integration engine for communications between source and target applications
US10868881B1 (en) Loading web resources using remote resource pushing
US9742835B2 (en) System and method for backend control of frontend user interfaces
CN103763340A (en) Web access optimizing device and method
US20240303293A1 (en) System and method for delivering application metadata
CN103716319A (en) Device and method for Web access optimization
Indrasiri et al. Introduction to WSO2 ESB
US12028434B2 (en) Generating early hints informational responses at an intermediary server
CN112929453B (en) Method and device for sharing session data
US9756129B2 (en) WSDL/WADL reference definition integration
CN113722126A (en) Request processing method and device
CN113596164A (en) Data access method, device, system, equipment and medium

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

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

Country of ref document: EP

Kind code of ref document: A1