WO2013102281A1 - Method for developing web dynamic scripts using html - Google Patents

Method for developing web dynamic scripts using html Download PDF

Info

Publication number
WO2013102281A1
WO2013102281A1 PCT/CN2012/000047 CN2012000047W WO2013102281A1 WO 2013102281 A1 WO2013102281 A1 WO 2013102281A1 CN 2012000047 W CN2012000047 W CN 2012000047W WO 2013102281 A1 WO2013102281 A1 WO 2013102281A1
Authority
WO
WIPO (PCT)
Prior art keywords
dynamic
data
server
html
attacks
Prior art date
Application number
PCT/CN2012/000047
Other languages
French (fr)
Chinese (zh)
Inventor
周晓红
Original Assignee
Zhou Xiaohong
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 Zhou Xiaohong filed Critical Zhou Xiaohong
Publication of WO2013102281A1 publication Critical patent/WO2013102281A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Definitions

  • This technology is a new technology applied to the development of Internet (Web) programs. It consists of four modules: browser script mark interpretation software, Web data service software, Web service anti-CC software and Web real-time dynamic data cache software.
  • Today's Internet (Web) dynamic program development mainly includes client-side script development and server-side script development. There are many ways to develop existing server scripts. The development methods are different in their difficulty and performance. If developers want to use existing technology methods to develop (Web) service programs, it is not enough to understand the html language. You must also learn its own development language (such as php, asp, cgi, fastcgi). In particular, developing programs with the most efficient C++ language is the most difficult. These have a certain implementation difficulty and a large workload for technicians who generally only understand html language.
  • the current Web cache is mainly for the caching of static data, and the concept of timeout is adopted for the caching of dynamic data. That is to say, the dynamic data content must be re-acquired after a certain period of time, so that although the customer's access speed is improved, the customer cannot get instant update information.
  • the technology real-time dynamic data caching mode of the technology is based on the browser script markup interpretation module and the web data service module, and researches a real-time dynamic content caching method, which realizes real-time based on the new development web application.
  • the function of dynamic data content caching That is, it can improve the access speed of customers, and enables customers to get instant updates.
  • This technology implements request, or fetch, arrange and combine application data through html, ess format data executed on the browser side, and with a special web data service program, which realizes only through html mark or ess data and Simple sql statement in the background, you can develop web service programs without writing dynamic scripts.
  • This technology greatly reduces the development workload of the WEB service program. Developers only need to hold the html and sql language to develop the web service program.
  • the code written with this technology can be executed transparently on any web service that supports PHP or Fast cgi (c++) without changing the code according to different background execution methods (PHP, Fastcgi C++).
  • PPP Fastcgi C++
  • the development difficulty is greatly reduced, the development workload is reduced, and the execution speed of the background service program is improved, the network data transmission amount is reduced, and the network bandwidth is saved.
  • ParaRule paral
  • InitExec "true"3 ⁇ 4 shows autoload execution.
  • the client-side answering method in the application environment of the HTML development dynamic program, we developed a new anti-CC attack technology method, and combined it with the HTML development dynamic program technology to complete the implementation.
  • This method mainly uses the browser-side request procedure and the back-end web server program to reply to the question-and-answer mechanism, and combines the large-scale decomposition principle of modern cryptography to increase the computational cost of CC attacks.
  • the server's question must be made by the client to perform a large number of calculations in order to answer.
  • the resources of the CC attack must be enlarged by hundreds of thousands, millions, or even millions of times compared to the web service they are attacking in order to achieve the previous attack effect.
  • the application of this technology can solve common CC attacks. In particular, it can effectively prevent a single master server from controlling CC attacks by multiple proxy servers, and can perform single-master server CC attacks without affecting normal user access. When the time between two attack packets is extended to the second level.
  • Real-time dynamic content caching technology Real-time dynamic content caching technology:
  • a technical method of real-time dynamic caching is developed.
  • the technical method is to encapsulate the background data operations, and the web application program is scheduled by the web service program on the basis of the package, which simplifies the development of the web application and enables the developer to manage the relationship between different data operations. .
  • the service can be accessed only by the user's browser supporting javascript.
  • the code layout in the background is the same as that of a normal web server. You need to put the web page and the written program to the specified address. Users do not need to install any client software, as long as they have a browser that supports javascript.

Abstract

A method for writing dynamic programs using the HTML language instead, which has the execution efficiency of C++, is provided. Application data and the interface expression of the application data are separated. The repeat transmission of the interface expression is avoided, and the data transmission volume is reduced. Under the application environment of the HTML dynamic program development technology, a method for preventing Challenge Collapsar (CC) attacks is provided. The method is based on the manner of questioning at the server side and answering at the client side, which can sharply increase the resource cost required by performing the CC attacks and make it far above the resource cost of the web service to be attacked, and consequently, the effect of weakening or eliminating the CC attacks is achieved. Based on writing dynamic programs using HTML, the prediction of program execution is performed, and a method for implementing real-time update of a dynamic content buffer is provided. The client-side access of the dynamic content is accelerated, the consumption of the web service is reduced, and the real-time update of the dynamic content is achieved.

Description

用 HTML开发 WEB动态脚本的方法 一、 技术领域:  The method of developing WEB dynamic script with HTML I. Technical field:
本技术是应用于互联网(Web)程序开发的一项新的技术, 由浏览器脚本标记解释软件、 Web数据服务软件、 Web服务 防 CC软件及 Web实时动态数据缓存软件四个模块内容组成。  This technology is a new technology applied to the development of Internet (Web) programs. It consists of four modules: browser script mark interpretation software, Web data service software, Web service anti-CC software and Web real-time dynamic data cache software.
二、 技术背景-Second, technical background -
Web动态程序开发: Web dynamic program development:
现今互联网 (Web) 动态程序开发, 主要包括客户端脚本程序开发和服务端脚本程序开发两 大部分。 现有服务器脚本程序开发有多种方法, 其开发方法的难易和性能各有差别, 开发人 员如果想用现有的技术方法开发 (Web) 服务程序, 仅仅了解 html语言是远远不够的, 还必 需学习其特有的开发语言 (如 php, asp, cgi , fastcgi )才可以。 尤其是用执行效率最高的 C++语言来开发程序, 难度也最高。 这些对于一般仅懂 html语言的技术人员具有一定的实施 难度和较大工作量。  Today's Internet (Web) dynamic program development, mainly includes client-side script development and server-side script development. There are many ways to develop existing server scripts. The development methods are different in their difficulty and performance. If developers want to use existing technology methods to develop (Web) service programs, it is not enough to understand the html language. You must also learn its own development language (such as php, asp, cgi, fastcgi). In particular, developing programs with the most efficient C++ language is the most difficult. These have a certain implementation difficulty and a large workload for technicians who generally only understand html language.
现有的几种动态脚本语言的共同特征是: 将脚本语言与静态 html区分开来, 通过动态脚本操 纵静态内容或者静态内容嵌入动态脚本程序, 并输出到浏览器的方式。 这一模式使得脚本语 言与 html互相混杂, 往往使数据和数据表示的编程混杂在一起, 使逻辑不够清晰, 程序员必 须同时懂得静态 html语言和动态语言才能编程。 另外一方面, 为了达到最高的执行效率, 需 要编写复杂的 C++代码 (Fastcgi C++) ,而 Fastcgi C++开发难度较大。 所以为了快速开发, 开发者往往选择执行效率不是最高,但开发方法相对简单的方式去开发 WEB应用(例如 PHP)。 针对以上未能解决的问题, 基于本技术的浏览器脚本标记解释模块及 Web The common features of several existing dynamic scripting languages are: Separating the scripting language from the static html, and embedding the static content or static content into the dynamic script program through dynamic scripting, and outputting it to the browser. This mode makes the scripting language and html intertwined, often confusing the programming of data and data representation, making the logic less clear, and the programmer must understand both the static html language and the dynamic language to program. On the other hand, in order to achieve the highest execution efficiency, complex C++ code (Fastcgi C++) needs to be written, and Fastcgi C++ is difficult to develop. So for rapid development, developers often choose to perform the most efficient, but relatively simple way to develop a WEB application (such as PHP). For the above unsolved problems, the browser script mark interpretation module based on the technology and the Web
数据服务模块, 我们提出一种解决方法, 能够用 html或 xml (或其他浏览器客户端解释语言 或数据格式), 来代替 (web) 动态脚本对数据的请求、 排列、 复用、 组合等功能。 同时又能 达到 C++的后台服务执行效率。 让普通开发人员仅仅具有 html语言基础和 sql知识, 就可开 发普通的 web服务程序, 不仅简化了开发方法, 减小开发难度, 减少了开发工作量, 而且大 大提高了执行效率。 Data Service Module, we propose a solution that can use html or xml (or other browser client language or data format) instead of (web) dynamic scripts for data request, arrangement, reuse, combination, etc. . At the same time, it can achieve C++ background service execution efficiency. Let ordinary developers only have html language foundation and sql knowledge, can develop ordinary web service programs, which not only simplifies the development method, reduces the development difficulty, reduces the development workload, and greatly improves the execution efficiency.
Web服务 防 CC: Web service Anti-CC:
互联网的防 CC攻击是比较难解决的问题, 至今防 CC缺乏有效的防范机制。 在本技术的浏览 器脚本标记解释模块及 Web数据服务模块技术基础之上, 结合现代密码学原理, 提出并实现 了一种新的 Web服务 防 CC攻击的机制。 The Internet's anti-CC attack is a difficult problem to solve. So far, CC has no effective prevention mechanism. Based on the technology of browser script mark interpretation module and Web data service module of this technology, combined with the principle of modern cryptography, a new mechanism of Web server anti-CC attack is proposed and implemented.
Web动态数据缓存: Web dynamic data cache:
目前的 Web高速缓存主要是针对静态数据的缓存, 对于动态数据的缓存采用了超时的概念, 就是说动态数据内容必须超过一定的时间才会重新获得更新,这样虽然提高客户的访问速度, 但不能让客户得到即时的更新信息。 本技术 Web实时动态数据缓存模式是在浏览器脚本标记 解释模块、 Web 数据服务模块的基础之上, 研究出一种实时动态内容缓存的方法, 使基于这 种新的开发 Web应用程序实现了实时动态数据内容缓存的功能。即能够提高客户的访问速度, 又能够使客户得到即时更新的信息。 The current Web cache is mainly for the caching of static data, and the concept of timeout is adopted for the caching of dynamic data. That is to say, the dynamic data content must be re-acquired after a certain period of time, so that although the customer's access speed is improved, the customer cannot get instant update information. The technology real-time dynamic data caching mode of the technology is based on the browser script markup interpretation module and the web data service module, and researches a real-time dynamic content caching method, which realizes real-time based on the new development web application. The function of dynamic data content caching. That is, it can improve the access speed of customers, and enables customers to get instant updates.
三、 发明内容: Third, the invention content:
(Web) 动态脚本开发技术:  (Web) Dynamic Script Development Technology:
1、 技术原理: 1. Technical principle:
此项技术通过在浏览器端执行的 html、 ess格式的数据, 并配合专门的 web数据服务程序, 实现对应用数据的请求、 或取、排列和组合, 实现了仅仅通过 html标记或 ess数据和后台单 纯 sql语句, 不需要编写动态脚本就可以进行 web服务程序的开发。 This technology implements request, or fetch, arrange and combine application data through html, ess format data executed on the browser side, and with a special web data service program, which realizes only through html mark or ess data and Simple sql statement in the background, you can develop web service programs without writing dynamic scripts.
此技术大大减化了 WEB服务程序的开发工作量,开发人员只需要撑握 html和 sql语言就能进 行 web服务程序的开发。 用此项技术编写出的代码, 可以在任何支持 PHP 、 Fast cgi (c++) 的 web服务上透明执行, 无需根据不同的后台执行方式 (PHP, Fastcgi C++ ) 更改代码。 大 大减小了开发难度, 减少了开发工作量, 并同时提高了后台服务程序的执行速度, 减少网络 数据传输量, 节省了网络带宽。 This technology greatly reduces the development workload of the WEB service program. Developers only need to hold the html and sql language to develop the web service program. The code written with this technology can be executed transparently on any web service that supports PHP or Fast cgi (c++) without changing the code according to different background execution methods (PHP, Fastcgi C++). The development difficulty is greatly reduced, the development workload is reduced, and the execution speed of the background service program is improved, the network data transmission amount is reduced, and the network bandwidth is saved.
2、 举例说明:  2. An example:
<div id="BUSINESS_l" ParaRule="paral" ShowRule="Showl" ShowId="topicl ist" MaxShowNumber=6 InitExec="true" ></div>  <div id="BUSINESS_l" ParaRule="paral" ShowRule="Showl" ShowId="topicl ist" MaxShowNumber=6 InitExec="true" ></div>
这里定义了一个业务, 指定了参数说明 ParaRule="paral", 显示样式: ShowRule="Showl", 显示位置: ShowId="topiclist", MaxShowNumber=6表示最多显示 6行。 InitExec="true"¾ 示自动加载执行。 Here defines a business, specifying the parameter description ParaRule="paral", display style: ShowRule="Showl", display position: ShowId="topiclist", MaxShowNumber=6 means to display up to 6 lines. InitExec="true"3⁄4 shows autoload execution.
Web防 CC攻击技术 Web anti-CC attack technology
1、 技术原理: 1. Technical principle:
基于服务端提问, 客户端回答的方式, 在 HTML开发动态程序的应用环境下, 我们研发出一种 新的防 CC攻击技术方法, 并把它跟 HTML开发动态程序技术结合起来进行了完整实现。 此方 法主要通过浏览器端的请求程序和后台 web服务器程序回复问答机制, 结合现代密码学的大 数分解原理, 让 CC攻击的运算成本大量增加。 这种机制下, 服务器的提问, 必须使客户端进 行大量计算才能回答。使得 CC攻击的资源相对于其所攻击的 web服务来说,必须放大数十万、 百万甚至千万倍、 才能达成以往的攻击效果。 Based on the server-side questioning, the client-side answering method, in the application environment of the HTML development dynamic program, we developed a new anti-CC attack technology method, and combined it with the HTML development dynamic program technology to complete the implementation. This method mainly uses the browser-side request procedure and the back-end web server program to reply to the question-and-answer mechanism, and combines the large-scale decomposition principle of modern cryptography to increase the computational cost of CC attacks. Under this mechanism, the server's question must be made by the client to perform a large number of calculations in order to answer. The resources of the CC attack must be enlarged by hundreds of thousands, millions, or even millions of times compared to the web service they are attacking in order to achieve the previous attack effect.
此技术的应用, 能够解决普通的 CC攻击, 尤其能够有效地防止单个主控服务器控制多个代理 服务器进行的 CC攻击, 能在不影响正常用户访问的情况下, 将单主控服务器进行 CC攻击时, 两个攻击数据包之间的时间间隔拉长到秒级。 实时动态内容缓存技术: The application of this technology can solve common CC attacks. In particular, it can effectively prevent a single master server from controlling CC attacks by multiple proxy servers, and can perform single-master server CC attacks without affecting normal user access. When the time between two attack packets is extended to the second level. Real-time dynamic content caching technology:
1、 技术原理:  1. Technical principle:
基于前面所提及的动态脚本开发新方法的机制基础上, 研发出实时动态缓存的技术方法。 此 技术方法是将后台的数据操作进行封装, 在封装的基础上由 web服务程序进行 web应用程序 的调度, 这样既简化了 web应用程序的开发, 又使开发人员能够管理不同数据操作之间关系。 这样一来, 对于一般性的业务数据操作, 我们就能够通过业务数据的管理, 来实现实时动态 内容高速缓存。 也就是说此高速缓存没有普通意义上的缓存 "超时"概念, 只有当内容更新 时, 动态数据才会被更新。 如果 web服务程序 "预测到"动态程序将要获取的内容跟缓存的 内容一致, 那么此段动态程序不会被执行, 缓存内容也不会被被更新, 用户请求所得到的是 缓存内的数据。 Based on the mechanism of the new method of dynamic script development mentioned above, a technical method of real-time dynamic caching is developed. The technical method is to encapsulate the background data operations, and the web application program is scheduled by the web service program on the basis of the package, which simplifies the development of the web application and enables the developer to manage the relationship between different data operations. . In this way, for general business data operations, we can implement real-time dynamic content caching through the management of business data. This means that the cache does not have a cache "timeout" concept in the normal sense, and dynamic data is only updated when the content is updated. If the web server "predicts" that the dynamic program will get the content that matches the cached content, then the dynamic program will not be executed, the cached content will not be updated, and the user request will get the data in the cache.
四、 实施方式: Fourth, the implementation method:
通过布署专门的 web服务软件(包括 web数据服软件、防 CC模块和实时动态缓存模块三 个部分) ,并将用此技术开发的程序代码放置在 web服务器的目录下, 用户通过浏览器 (IE、 CHROME, FIRERX) 输入服务器网址, 浏览器下载网页及程序, 通过执行网页中的 javascript 代码实现与后台服务程序交互执行。 即能够实现如上所述功能。  By deploying specialized web service software (including web data service software, anti-CC module and real-time dynamic cache module), and placing the program code developed by this technology in the directory of the web server, the user through the browser ( IE, CHROME, FIRERX) Enter the server URL, the browser downloads the webpage and the program, and implements the interaction with the background service program by executing the javascript code in the webpage. That is, the function as described above can be achieved.
对客户端来说, 只需用户的浏览器支持 javascript即可以访问服务。  For the client, the service can be accessed only by the user's browser supporting javascript.
后台的代码布置跟普通 web服务器一样,需要把网页和编写的程序放到指定的地址即可。 用户无需安装任何客户端软件, 只要有支持 javascript的浏览器就可。  The code layout in the background is the same as that of a normal web server. You need to put the web page and the written program to the specified address. Users do not need to install any client software, as long as they have a browser that supports javascript.

Claims

权 利 要 求 书 Claim
1、 通过编写 html或 ess来替代服务端动态脚本程序编写和客户端动态脚本程序编写。 1. Write html or ess instead of server-side dynamic scripting and client-side dynamic scripting.
2、严格分离应用数据和应用数据的界面表达,使开发逻辑清晰, 不同于传统的动态 web 程序 (它们动态静态内容是混杂在同一次链接中返回的), 从而避免了界面表达的重复传输, 减少数据传输量。  2, strictly separate the interface expression of application data and application data, making the development logic clear, different from the traditional dynamic web programs (they are dynamic static content is mixed back in the same link), thus avoiding the repeated transmission of the interface expression. Reduce the amount of data transfer.
3、 通过服务器简单提问, 而浏览器端必须进行大量运算或消耗大量资源才能回答的方 法, 在不影响正常用户访问的前提下, 急剧增加 CC攻击的发起成本, 使其资源成本数万、 十 万、 百万、 千万倍 (消耗的资源取决于服务器端算法设定) 与服务器资源的消耗, 减弱或者 消除 CC攻击。  3, through the server to simply ask questions, and the browser must perform a large number of operations or consume a lot of resources to answer the method, without affecting the normal user access, dramatically increase the cost of launching CC attacks, making its resource costs tens of thousands, ten Ten thousand, one million, ten million times (the resources consumed depend on the server-side algorithm settings) and the consumption of server resources, weakening or eliminating CC attacks.
4、 实时动态内容缓存: 不采用缓存内容超时的概念进行动态内容的缓存, 当服务器预 测到本次客户请求, 不会产生新的数据更新时, 这次数据请求所对应的后台服务程序不会被 执行, 数据请求只会获取缓存内的数据而返回, 从而达到既能加速访问, 减小服务压力, 又 能使客户端获得实时内容更新。  4, real-time dynamic content cache: do not use the concept of cached content timeout for dynamic content caching, when the server predicts this customer request, will not generate new data updates, the background service program corresponding to this data request will not When executed, the data request will only retrieve the data in the cache and return, so as to speed up access, reduce service pressure, and enable the client to obtain real-time content updates.
PCT/CN2012/000047 2012-01-06 2012-01-11 Method for developing web dynamic scripts using html WO2013102281A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210002596.X 2012-01-06
CN 201210002596 CN103197922A (en) 2012-01-06 2012-01-06 Technical method for developing (WEB) dynamic script by HTML (hypertext markup language)

Publications (1)

Publication Number Publication Date
WO2013102281A1 true WO2013102281A1 (en) 2013-07-11

Family

ID=48720523

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/000047 WO2013102281A1 (en) 2012-01-06 2012-01-11 Method for developing web dynamic scripts using html

Country Status (2)

Country Link
CN (1) CN103197922A (en)
WO (1) WO2013102281A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108494805A (en) * 2018-05-25 2018-09-04 何林明 A kind of processing method and processing device of CC attacks

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102013022102A1 (en) 2013-12-23 2015-06-25 Brose Fahrzeugteile Gmbh & Co. Kommanditgesellschaft, Hallstadt Adjustment method and adjusting device for a vehicle part
CN104899203B (en) * 2014-03-05 2021-02-26 腾讯科技(深圳)有限公司 Webpage generation method and device and terminal equipment
CN105607898B (en) * 2015-10-21 2019-02-12 浪潮(北京)电子信息产业有限公司 A kind of dynamic website development approach and system
CN107451236A (en) * 2017-07-26 2017-12-08 上海斐讯数据通信技术有限公司 Data cache method, device and computer-processing equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1506814A (en) * 2002-12-10 2004-06-23 联想(北京)有限公司 Method of describing application program interface with expandable markup language
CN1719783A (en) * 2004-07-09 2006-01-11 国际商业机器公司 Method and system for dentifying a distributed denial of service (DDOS) attack within a network and defending against such an attack
CN101216838A (en) * 2008-01-15 2008-07-09 中兴通讯股份有限公司 XML interface configuration file distribute system and method based on WEB marker
CN101964810A (en) * 2010-08-25 2011-02-02 北京神州泰岳软件股份有限公司 Real-time information synchronization method based on browser
CN102081650A (en) * 2010-12-29 2011-06-01 上海网达软件有限公司 Method for rapidly displaying user interface of embedded type platform
CN102143173A (en) * 2011-03-23 2011-08-03 深信服网络科技(深圳)有限公司 Method and system for defending distributed denial of service (Ddos) attacks and gateway equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1506814A (en) * 2002-12-10 2004-06-23 联想(北京)有限公司 Method of describing application program interface with expandable markup language
CN1719783A (en) * 2004-07-09 2006-01-11 国际商业机器公司 Method and system for dentifying a distributed denial of service (DDOS) attack within a network and defending against such an attack
CN101216838A (en) * 2008-01-15 2008-07-09 中兴通讯股份有限公司 XML interface configuration file distribute system and method based on WEB marker
CN101964810A (en) * 2010-08-25 2011-02-02 北京神州泰岳软件股份有限公司 Real-time information synchronization method based on browser
CN102081650A (en) * 2010-12-29 2011-06-01 上海网达软件有限公司 Method for rapidly displaying user interface of embedded type platform
CN102143173A (en) * 2011-03-23 2011-08-03 深信服网络科技(深圳)有限公司 Method and system for defending distributed denial of service (Ddos) attacks and gateway equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108494805A (en) * 2018-05-25 2018-09-04 何林明 A kind of processing method and processing device of CC attacks

Also Published As

Publication number Publication date
CN103197922A (en) 2013-07-10

Similar Documents

Publication Publication Date Title
US10261845B2 (en) Transparent integration of application components
US8595284B2 (en) Web application script migration
US8924943B2 (en) Browser emulator system
US7523223B2 (en) Web control simulators for mobile devices
CN108319483A (en) Web page processing method, device, terminal and storage medium
US9122657B2 (en) Webpage display system leveraging OSGI
US9798522B2 (en) Generating command line interface using application programming interface specification
JP2019032883A (en) Method, apparatus, server and system for implementing web application
JP6484667B2 (en) Structured document pagelet caching
US20110239108A1 (en) Configurable dynamic combination of html resources for download optimization in script based web page
WO2013102281A1 (en) Method for developing web dynamic scripts using html
CN106933890A (en) A kind of processing method and processing device of static page
US20130339485A1 (en) Multi-Threaded Asynchronous Download of a Set of Script files Used in a Web Application
JP2023541033A (en) Micro front-end systems, sub-application loading methods, electronic devices, and computer program products
CN103179166A (en) Method of providing service in client and the client
US9971636B2 (en) Methods for implementing web services and devices thereof
Wilkinson et al. QMachine: commodity supercomputing in web browsers
US20090235282A1 (en) Application remote control
Klein et al. Unwitting distributed genetic programming via asynchronous JavaScript and XML
US10530709B2 (en) Container contract for data dependencies
US20090049423A1 (en) Javascripttm programming extension
Elbashir et al. Transparent caching for nomadic WS clients
JP5541160B2 (en) Program acquisition / execution client, program acquisition / execution method and program
Taraldsvik Exploring the Future: is HTML5 the solution for GIS Applications on the World Wide Web
Chorazyk et al. Volunteer computing in a scalable lightweight web-based environment

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 12/01/2015)

122 Ep: pct application non-entry in european phase

Ref document number: 12864070

Country of ref document: EP

Kind code of ref document: A1