CN105007309A - System and method for separately controlling dynamic data and static interface - Google Patents

System and method for separately controlling dynamic data and static interface Download PDF

Info

Publication number
CN105007309A
CN105007309A CN201510373158.8A CN201510373158A CN105007309A CN 105007309 A CN105007309 A CN 105007309A CN 201510373158 A CN201510373158 A CN 201510373158A CN 105007309 A CN105007309 A CN 105007309A
Authority
CN
China
Prior art keywords
static
data
processing unit
end processing
request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510373158.8A
Other languages
Chinese (zh)
Inventor
周淑杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Hanzhiyou Information Technology Service Co Ltd
Original Assignee
Shanghai Hanzhiyou Information Technology Service Co Ltd
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 Shanghai Hanzhiyou Information Technology Service Co Ltd filed Critical Shanghai Hanzhiyou Information Technology Service Co Ltd
Priority to CN201510373158.8A priority Critical patent/CN105007309A/en
Publication of CN105007309A publication Critical patent/CN105007309A/en
Pending legal-status Critical Current

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]

Abstract

The invention relates to the technical field of internet, and specifically relates to a system and a method for separately controlling dynamic data and a static interface. A static request interface initiates a data request, a local front-end processing unit receives the data request and asynchronously transmits the data request to at least one back end processing unit; the back end processing unit receives an asynchronous request and obtains the processing result corresponding to the asynchronous request, and transmits the processing result to the front end processing unit; the front end processing unit receives the processing result and obtains the data corresponding to the processing result, and embeds the data in a static request page to display. According to the technical solution, the system architecture for separating a static page and dynamic data is realized in a manner of using static technology to realize the front end page and asynchronously requesting the back end data service, so that the system deployment is not limited by the front end server any more. The front end and the back end could be developed independently and will not restrain each other, therefore the development efficiencies of the front end and the back end are improved.

Description

The separation control system of a kind of dynamic data and static interfaces and method
Technical field
The present invention relates to Internet technical field, be specifically related to separation control system and the method for a kind of dynamic data and static interfaces.
Background technology
Existing Internet service is based on WEB application, it is usually based on B/S framework (Browser/Server, browser/server framework) system, user is deployed on the page in WEB server by web browser visiting portion, jsp (Java Server Pages) is then usually adopted when needs realize data service, the dynamic techniques such as asp (Active Server Pages) write the page, and undertaken alternately by the mode of http agreement (HyperText Transfer Protocol HTML (Hypertext Markup Language)) synchronization request background service, after Batch Processing process completes, result is presented to user by the page.Owing to have employed the dynamic techniques such as jsp, asp, make system be subject to the restriction of server when disposing, and the application of above-mentioned dynamic technique makes the response speed of server slack-off, http synchronization request also can cause page wait overlong time.Further, due to the application of above-mentioned dynamic technique, make the data traffic interfaces on backstage cannot be independent, front end page is then because the label realizing data service is coupled stronger with between the label realizing Page Views, cause foreground designer and backstage technical staff in development process completely independently cannot develop work, there is restriction relation each other, often therefore cause front page layout effect to realize completely or the decline of back-end data service performance.
Summary of the invention
For the problems referred to above, the present invention proposes separation control system and the method for a kind of dynamic data and static interfaces, request of data is initiated by static requests interface, be arranged at local front-end processing unit receive this request of data and this request of data of asynchronous transmission at least one back-end processing unit, back-end processing unit receives Asynchronous Request and obtains the result corresponding with Asynchronous Request and this result is sent to front-end processing unit, front-end processing unit receives result and obtains the data corresponding with result, these data are embedded the display of the static requests page, this technical scheme is specially:
A separation control system for dynamic data and static interfaces, wherein, comprising:
Static requests interface, provides user to initiate request of data;
Front-end processing unit, is arranged at this locality, and connects described static requests interface, in order to receive described request of data and to send described request of data asynchronously;
At least one back-end processing unit, be arranged at long-range, and connect described front-end processing unit, in order to receive the described request of data of described front-end processing unit asynchronous transmission, and carry out being sent to described front-end processing unit after process obtains corresponding result according to described request of data;
Resolve according to described result after described front-end processing unit receives corresponding described result and obtain the data corresponding with described request of data, and described data are embedded described static requests interface and show.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described static requests interface and described front-end processing unit mirror image be deployed in multiple being on the front-end server of diverse geographic location.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, also comprise a client, described client connects described front-end server by network;
Described client in order to download and to show described static requests interface, and is downloaded and runs described front-end processing unit.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described client is web browser.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described back-end processing unit is arranged on a back-end server, and described back-end server is by network and described client's side link.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described back-end processing unit is formed primarily of the application programming interface be arranged on described back-end server.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described back-end processing unit comprises package module, and described result is packaged into predetermined format by described package module.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described static requests interface is primarily of the static text being associated with html language, and/or the picture being associated with PNG picture format is formed.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described static requests interface is accelerated agency by CDN and is disposed.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described request of data is GET request, and/or POST request.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described front-end processing unit is formed primarily of the static text being associated with JavaScript script, and described front-end processing unit is embedded into or is contained in described static requests interface.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, described front-end processing unit comprises:
Address resolution module, for resolving the address of described back-end processing unit according to described request of data, and generates parameter that is corresponding and described matching addresses according to described request of data; And/or
Storage module, in order to store the verification msg of described result and the transmission of described back-end processing unit; And/or
Input control module, in order to control described static inputting interface; And/or
Message control module, in order to control the message that described static inputting interface, described front-end processing unit and described back-end processing unit produce; And/or
Data resolution module, in order to resolve described result to obtain corresponding data;
Also comprise, the separation control method of a kind of dynamic data and static interfaces, wherein, comprise the following steps:
Step S1, provide a static requests interface, initiate request of data;
Step S2, provide a front-end processing unit, receive described request of data and send described request of data asynchronously;
Step S3, provide at least one back-end processing unit, receive the described request of data of described front-end processing unit asynchronous transmission;
Step S4, described back-end processing unit carry out being sent to described front-end processing unit after process obtains corresponding result according to described request of data;
Step S5, described front-end processing unit receive corresponding described result, resolve obtain the data corresponding with described request of data according to described result, and described data are embedded described static requests interface and show.
The advantage that the present invention has and the beneficial effect utilizing the present invention to reach:
The present invention realizes front end page by static technique, and by mode that Asynchronous Request Back end data is served, achieve the system architecture that static page is separated with dynamic data, thus make system dispose no longer by the restriction of front-end server, and front-end and back-end can independently be developed, no longer retrain each other, improve the development efficiency of front-end and back-end.
Accompanying drawing explanation
By reading the detailed description done non-limiting example with reference to the following drawings, the present invention and feature, profile and advantage will become more obvious.Mark identical in whole accompanying drawing indicates identical part.Deliberately proportionally do not draw accompanying drawing, focus on purport of the present invention is shown.
Fig. 1 is the system configuration schematic diagram that in one embodiment of the invention, dynamic data is separated control with static interfaces;
Fig. 2 is the FB(flow block) that in the present invention one specific embodiment, dynamic data is separated the method for control with static interfaces.
Embodiment
Structure shown in Figure 1, be dynamic data in one embodiment of the invention and static interfaces separation control system structural representation, this system mainly comprises static requests interface, front-end processing unit and at least one back-end processing unit, wherein, comprising:
Static requests interface provides user to initiate request of data; Front-end processing unit is arranged at this locality, is connected with static requests interface, in order to receive request of data and to send request of data asynchronously;
Back-end processing unit is arranged at long-range, and connects front-end processing unit, in order to the request of data of receiving front-end processing unit asynchronous transmission, and carries out being sent to front-end processing unit after process obtains corresponding result according to request of data; Front-end processing unit receives to resolve according to result after corresponding result and obtains the data corresponding with request of data, and data is embedded static requests interface and show.
In technique scheme, static requests interface preferably realizes by static page, front-end processing unit preferably realizes by the script of explanation type, user is by browsing static page, and by the front-end processing unit transmission request of data that processing unit is asynchronous to the back-end, back-end processing cell processing is sent to front-end processing unit after producing corresponding result, then is resolved the data obtaining corresponding data request by front-end processing unit, and data are embedded static page.Owing to adopting the mode of Asynchronous Request, make static page there is not the process of redirect in synchronization request mode or refreshing, thus avoid waiting as long for of the page.Further, because front end has static page to be formed completely, thus avoid the restriction of server when system is disposed, thus deployment way more flexibly can be realized.
As a preferred embodiment of the invention, static requests interface and front-end processing unit can mirror image be deployed in multiple being on the front-end server of diverse geographic location.On this basis, further, static requests interface is disposed by CDN acceleration agency.CDN accelerates agency can provide static requests interface to accelerate, static requests interface mirror image is deployed to area or the network that user accesses Relatively centralized, when user's accesses network, overall load technology is utilized to point on deployment point nearest and working properly by the access of user, the request of user is directly responded, to accelerate corresponding speed by this deployment point.
Accelerate agency by CDN to dispose, the speed at user's access static request interface can be improved, and due to whole front end be static, therefore to the server disposed without any functional requirement, only need a basic buffer service to realize.
As a preferred embodiment of the invention, also comprise a client, client connects front-end server by network, and client is used for downloading and showing static requests interface, and downloads and run front-end processing unit.Because static requests interface is static, therefore can directly be shown by client downloads, further, because front-end processing unit is realized by explanation type script, therefore can directly be explained by client and run, the execution of whole front end gets involved without the need to server, all can be completed by client.Thus avoid because of server-capabilities that to limit the page response speed caused slow.
On this basis, further, client can adopt web browser, and back-end processing unit can be arranged on a back-end server, and back-end server is by network and client's side link.
On this basis, further, back-end processing unit can be formed primarily of the application programming interface be arranged on back-end server (Application Programming InterfaceAPI).
On this basis, further, back-end processing unit comprises package module, and result is packaged into predetermined format by package module.As preferably execution mode, predetermined format can be associated to Json structure, or text file format, or html file format.
As a preferred embodiment of the invention, static requests interface primarily of the static text being associated with html language, and/or can be associated with the picture formation of PNG picture format.
On this basis, request of data can be GET request, and/or POST request.
Above-mentioned dynamic data and the separation control system of static interfaces, wherein, front-end processing unit is formed primarily of the static text being associated with JavaScript script, and front-end processing unit is embedded into or is contained in static requests interface.In one preferably execution mode, because the front end in technique scheme is static realization, therefore front-end processing unit can be formed by public js assembly.
On this basis, front-end processing unit can mainly comprise:
HpUtils.js assembly, core tool class libraries, comprise Ajax (asynchronous JavaScript and XML of AsynchronousJavascript And XML) encapsulation, URL (UniformResoure Locator uniform resource locator) address resolution, required parameter process, and basic Verification etc.;
Base64Encode.js assembly, carries out encoding, decoding in the URL address of web browser and special parameter for user;
LocalStorageManager.js assembly, carries out according to HTML5 localization storage and COOKIE the encapsulation realizing business information localization buffer memory;
Slider.js assembly, for realizing the public js assembly of interaction effect, its function includes but are not limited to mobile terminal version advertisement sliding effect, automatic wheel multicast function etc., and comprise parameter design, and as sliding time, responsive value of sliding, sliding effect, slide readjustment etc.;
Message.js assembly, realizes the encapsulation to error dialog, can customize different miscues according to different parameters, comprises top error message prompting and intermediary message prompting, and the setting of customization extinction time length;
SeaAjax.js assembly, encapsulates the extraction of ajax, comprises REQUEST, the customization of GET, POST system and parameter;
Sea.js assembly, modularized processing frame clsss, for carrying out modularized processing to the js assembly of difference in functionality.
Structure shown in Figure 1 is a dynamic data of separation control system based on dynamic data of the present invention and static interfaces and the specific embodiment of static interfaces separation method:
User can accelerate by CDN the WEB website that agency carries out buffer memory deployment in China from the access of different terminal equipments, inputs URL to ask HTTP at the address field of web browser.CDN accelerates agency and receives network request and the geographical position judging the terminal equipment that request of data uses, and makes static content response to request.When needs realize data service, complete request of data by the API service interface of HTTP Asynchronous Request strategy and rear end.The API service interface processes data requests of rear end, and in a pre-defined format encapsulation process is carried out to result, and the result after encapsulation is sent to the web browser proposing request of data.Web browser receives the result after encapsulation by js common package, and therefrom parses corresponding data, then the data of acquisition is embedded in static page and shows.It is pointed out that said process is only the description to one embodiment of the present invention, it act as explanation, does not limit the scope of the invention with this.
In one preferably embodiment, request of data can following form realize, web browser request URL address:
" http: // " & IP address or domain name & ": " & port numbers & "/" & path A MP.AMp.Amp "/" & apply names & " .do? " & parameter name & "=" & value.
The API service interface that HTTP request can be sent to rear end by above-mentioned URL is processed this request.
On this basis, preferably, result can be packaged into following form after processing request of data by the API service interface of rear end:
{ treatment state: ' & state value & ', display message: ' & message content & '.
It is pointed out that the form of above-mentioned request of data, and the form of result encapsulation is only description of the preferred embodiment of the present invention, it act as explanation, does not limit the scope of the invention with this.
As a preferred embodiment of the invention, static inputting interface, is formed by Fxtpl static template processing engine.Because Fxtpl static template processing engine is technological means well known to those skilled in the art, therefore repeat no more.
Also comprise the separation control method of a kind of dynamic data and static interfaces in technical scheme of the present invention, wherein, shown in Fig. 2, comprise the following steps:
Step S1, provide a static requests interface, initiate request of data;
Step S2, provide a front-end processing unit, receive described request of data and send described request of data asynchronously;
Step S3, provide at least one back-end processing unit, receive the described request of data of described front-end processing unit asynchronous transmission;
Step S4, described back-end processing unit carry out being sent to described front-end processing unit after process obtains corresponding result according to described request of data;
Step S5, described front-end processing unit receive corresponding described result, resolve obtain the data corresponding with described request of data according to described result, and described data are embedded described static requests interface and show.
Should be understood that, the present invention can implement in different forms, and should not be interpreted as the embodiment that is confined to propose here.On the contrary, provide these embodiments will expose thoroughly with complete, and scope of the present invention is fully passed to those skilled in the art.In the accompanying drawings, in order to clear, the size in Ceng He district and relative size may be exaggerated.Same reference numerals represents identical element from start to finish.
Above preferred embodiment of the present invention is described.It is to be appreciated that the present invention is not limited to above-mentioned particular implementation, the equipment wherein do not described in detail to the greatest extent and structure are construed as to be implemented with the common mode in this area; Any those of ordinary skill in the art, do not departing under technical solution of the present invention ambit, the system of above-mentioned announcement and technology contents all can be utilized to make many possible variations and modification to technical solution of the present invention, or being revised as the Equivalent embodiments of equivalent variations, this does not affect flesh and blood of the present invention.Therefore, every content not departing from technical solution of the present invention, according to technical spirit of the present invention to any simple modification made for any of the above embodiments, equivalent variations and modification, all still belongs in the scope of technical solution of the present invention protection.

Claims (23)

1. a separation control system for dynamic data and static interfaces, is characterized in that, comprising:
Static requests interface, provides user to initiate request of data;
Front-end processing unit, is arranged at this locality, and connects described static requests interface, in order to receive described request of data and to send described request of data asynchronously;
At least one back-end processing unit, be arranged at long-range, and connect described front-end processing unit, in order to receive the described request of data of described front-end processing unit asynchronous transmission, and carry out being sent to described front-end processing unit after process obtains corresponding result according to described request of data;
Resolve according to described result after described front-end processing unit receives corresponding described result and obtain the data corresponding with described request of data, and described data are embedded described static requests interface and show.
2. the separation control system of dynamic data as claimed in claim 1 and static interfaces, is characterized in that, described static requests interface and described front-end processing unit mirror image be deployed in multiple being on the front-end server of diverse geographic location.
3. the separation control system of dynamic data as claimed in claim 2 and static interfaces, it is characterized in that, also comprise a client, described client connects described front-end server by network;
Described client in order to download and to show described static requests interface, and is downloaded and runs described front-end processing unit.
4. the separation control system of dynamic data as claimed in claim 3 and static interfaces, it is characterized in that, described client is web browser.
5. the separation control system of dynamic data as claimed in claim 3 and static interfaces, it is characterized in that, described back-end processing unit is arranged on a back-end server, and described back-end server is by network and described client's side link.
6. the separation control system of dynamic data as claimed in claim 5 and static interfaces, is characterized in that, described back-end processing unit is formed primarily of the application programming interface be arranged on described back-end server.
7. the separation control system of dynamic data as claimed in claim 1 and static interfaces, it is characterized in that, described back-end processing unit comprises package module, and described result is packaged into predetermined format by described package module.
8. the separation control system of dynamic data as claimed in claim 2 and static interfaces, is characterized in that, described static requests interface is primarily of the static text being associated with html language, and/or the picture being associated with PNG picture format is formed.
9. the separation control system of dynamic data as claimed in claim 8 and static interfaces, is characterized in that, described static requests interface is accelerated agency by CDN and disposed.
10. the separation control system of dynamic data as claimed in claim 8 and static interfaces, is characterized in that, described request of data is GET request, and/or POST request.
The separation control system of 11. dynamic datas as claimed in claim 1 and static interfaces, it is characterized in that, described front-end processing unit is formed primarily of the static text being associated with JavaScript script, and described front-end processing unit is embedded into or is contained in described static requests interface.
The separation control system of 12. dynamic datas as claimed in claim 11 and static interfaces, it is characterized in that, described front-end processing unit comprises:
Address resolution module, for resolving the address of described back-end processing unit according to described request of data, and generates parameter that is corresponding and described matching addresses according to described request of data; And/or
Storage module, in order to store the verification msg of described result and the transmission of described back-end processing unit; And/or
Input control module, in order to control described static inputting interface; And/or
Message control module, in order to control the message that described static inputting interface, described front-end processing unit and described back-end processing unit produce; And/or
Data resolution module, in order to resolve described result to obtain corresponding data.
The separation control method of 13. 1 kinds of dynamic datas and static interfaces, is characterized in that, comprise the following steps:
Step S1, provide a static requests interface, initiate request of data;
Step S2, provide a front-end processing unit, receive described request of data and send described request of data asynchronously;
Step S3, provide at least one back-end processing unit, receive the described request of data of described front-end processing unit asynchronous transmission;
Step S4, described back-end processing unit carry out being sent to described front-end processing unit after process obtains corresponding result according to described request of data;
Step S5, described front-end processing unit receive corresponding described result, resolve obtain the data corresponding with described request of data according to described result, and described data are embedded described static requests interface and show.
The separation control method of 14. dynamic data and static interfaces as claimed in claim 13, is characterized in that, described static requests interface and described front-end processing unit mirror image be deployed in multiple being on the front-end server of diverse geographic location.
The separation control method of 15. dynamic datas as claimed in claim 14 and static interfaces, it is characterized in that, also provide a client, described client connects described front-end server by network;
Described client in order to download and to show described static requests interface, and is downloaded and runs described front-end processing unit.
The separation control method of 16. dynamic datas as claimed in claim 15 and static interfaces, it is characterized in that, described client is web browser.
The separation control method of 17. dynamic datas as claimed in claim 15 and static interfaces, it is characterized in that, described back-end processing unit is arranged on a back-end server, and described back-end server is by network and described client's side link.
The separation control method of 18. dynamic datas as claimed in claim 17 and static interfaces, is characterized in that, described back-end processing unit is formed primarily of the application programming interface be arranged on described back-end server.
The separation control method of 19. dynamic datas as claimed in claim 13 and static interfaces, it is characterized in that, described back-end processing unit comprises package module, and described result is packaged into predetermined format by described package module.
The separation control method of 20. dynamic datas as claimed in claim 14 and static interfaces, is characterized in that, described static requests interface is primarily of the static text being associated with html language, and/or the picture being associated with PNG picture format is formed.
The separation control method of 21. dynamic datas as claimed in claim 20 and static interfaces, is characterized in that, described static requests interface is accelerated agency by CDN and disposed.
The separation control method of 22. dynamic datas as claimed in claim 20 and static interfaces, is characterized in that, described request of data is GET request, and/or POST request.
The separation control method of 23. dynamic datas as claimed in claim 13 and static interfaces, it is characterized in that, described front-end processing unit is formed primarily of the static text being associated with JavaScript script, and described front-end processing unit is embedded into or is contained in described static requests interface.
CN201510373158.8A 2015-06-29 2015-06-29 System and method for separately controlling dynamic data and static interface Pending CN105007309A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510373158.8A CN105007309A (en) 2015-06-29 2015-06-29 System and method for separately controlling dynamic data and static interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510373158.8A CN105007309A (en) 2015-06-29 2015-06-29 System and method for separately controlling dynamic data and static interface

Publications (1)

Publication Number Publication Date
CN105007309A true CN105007309A (en) 2015-10-28

Family

ID=54379827

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510373158.8A Pending CN105007309A (en) 2015-06-29 2015-06-29 System and method for separately controlling dynamic data and static interface

Country Status (1)

Country Link
CN (1) CN105007309A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105847870A (en) * 2016-04-20 2016-08-10 乐视控股(北京)有限公司 Server, static video playing page generation method, device and system
CN106227742A (en) * 2016-07-12 2016-12-14 乐视控股(北京)有限公司 Dynamic web page based on B/S pattern generates method, server and system
CN106230804A (en) * 2016-07-27 2016-12-14 努比亚技术有限公司 Picture sharing method, terminal and server
CN106339414A (en) * 2016-08-12 2017-01-18 合网络技术(北京)有限公司 Webpage rendering method and device
CN106886530A (en) * 2015-12-16 2017-06-23 天脉聚源(北京)科技有限公司 A kind of dynamic data distinguishes editing and updating method and system
CN107463422A (en) * 2017-07-20 2017-12-12 阿里巴巴集团控股有限公司 Code dispositions method and device, electronic equipment
CN107809491A (en) * 2017-11-30 2018-03-16 北京小米移动软件有限公司 The method for down loading and device of installation kit
CN107920042A (en) * 2016-10-08 2018-04-17 北京小唱科技有限公司 A kind of optimized transmission method and server of the direct broadcasting room page
WO2019015326A1 (en) * 2017-07-18 2019-01-24 京东方科技集团股份有限公司 Method and device for processing static page data
CN110138818A (en) * 2018-02-09 2019-08-16 北京京东尚科信息技术有限公司 Method, website application, system, device and the serving backend of Transfer Parameters
CN112487323A (en) * 2019-09-11 2021-03-12 北京沃东天骏信息技术有限公司 Webpage experimental method and server
CN113411622A (en) * 2021-05-26 2021-09-17 广州方硅信息技术有限公司 Loading method and device of live broadcast interface, client and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102184266A (en) * 2011-06-27 2011-09-14 武汉大学 Method for automatically generating dynamic wireless application protocol (WAP) website for separation of page from data
CN102510377A (en) * 2011-10-31 2012-06-20 北京锐安科技有限公司 Webpage interaction accelerating asynchronous data processing method and system
CN102938776A (en) * 2012-09-28 2013-02-20 方正国际软件有限公司 Dynamic page processing system based on Asynchronous JavaScript and XML (ajax) technique

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102184266A (en) * 2011-06-27 2011-09-14 武汉大学 Method for automatically generating dynamic wireless application protocol (WAP) website for separation of page from data
CN102510377A (en) * 2011-10-31 2012-06-20 北京锐安科技有限公司 Webpage interaction accelerating asynchronous data processing method and system
CN102938776A (en) * 2012-09-28 2013-02-20 方正国际软件有限公司 Dynamic page processing system based on Asynchronous JavaScript and XML (ajax) technique

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106886530A (en) * 2015-12-16 2017-06-23 天脉聚源(北京)科技有限公司 A kind of dynamic data distinguishes editing and updating method and system
CN105847870A (en) * 2016-04-20 2016-08-10 乐视控股(北京)有限公司 Server, static video playing page generation method, device and system
CN106227742A (en) * 2016-07-12 2016-12-14 乐视控股(北京)有限公司 Dynamic web page based on B/S pattern generates method, server and system
CN106230804A (en) * 2016-07-27 2016-12-14 努比亚技术有限公司 Picture sharing method, terminal and server
CN106339414A (en) * 2016-08-12 2017-01-18 合网络技术(北京)有限公司 Webpage rendering method and device
CN107920042A (en) * 2016-10-08 2018-04-17 北京小唱科技有限公司 A kind of optimized transmission method and server of the direct broadcasting room page
WO2019015326A1 (en) * 2017-07-18 2019-01-24 京东方科技集团股份有限公司 Method and device for processing static page data
CN107463422A (en) * 2017-07-20 2017-12-12 阿里巴巴集团控股有限公司 Code dispositions method and device, electronic equipment
CN107809491A (en) * 2017-11-30 2018-03-16 北京小米移动软件有限公司 The method for down loading and device of installation kit
CN110138818A (en) * 2018-02-09 2019-08-16 北京京东尚科信息技术有限公司 Method, website application, system, device and the serving backend of Transfer Parameters
CN110138818B (en) * 2018-02-09 2023-06-23 北京京东尚科信息技术有限公司 Method, website application, system, device and service back-end for transmitting parameters
CN112487323A (en) * 2019-09-11 2021-03-12 北京沃东天骏信息技术有限公司 Webpage experimental method and server
CN113411622A (en) * 2021-05-26 2021-09-17 广州方硅信息技术有限公司 Loading method and device of live broadcast interface, client and storage medium
CN113411622B (en) * 2021-05-26 2022-03-15 广州方硅信息技术有限公司 Loading method and device of live broadcast interface, client and storage medium

Similar Documents

Publication Publication Date Title
CN105007309A (en) System and method for separately controlling dynamic data and static interface
CN108319483B (en) Webpage processing method, device, terminal and storage medium
CN100481088C (en) Web page resource issuing method and issuing system
JP4857349B2 (en) Method, system, and computer program for providing asynchronous portal pages within a portal system
EP2724251B1 (en) Methods for making ajax web applications bookmarkable and crawlable and devices thereof
US20130073946A1 (en) Method and apparatus for loading webpage content of webkit browser
CN103338236B (en) A kind of concurrent data acquisition methods and system
CN101154157A (en) System and method for providing globalization function to application of JavaScript
US20200133617A1 (en) Interface display method and apparatus
CN103873918A (en) Picture processing method, device and terminal
CN101853152B (en) Method and system for generating graphical user interface
KR20100057831A (en) Client-side aggregation of context-sensitive request results
CN103268319A (en) Cloud browser based on webpages
US9971636B2 (en) Methods for implementing web services and devices thereof
CN107463453B (en) Method, device, equipment and storage medium for communication between different applications of same terminal
CN103581232B (en) Web page transmission, web page display device and comprise the system of this device
CN106878460A (en) Communication processing method and device
CN102096582A (en) Off-line gadget integration development environment
CN104063407A (en) Browser architecture based on cloud computing and analysis method
CN104135536A (en) Data interaction method of Web management system based on Json data protocols
CN102497436B (en) Networked file storing method and system based on HTTP (Hyper Text Transport Protocol)
CN101807204B (en) Dynamic creation method of processing Web service with remote sensing image
CN108885544B (en) Front-end page internationalized processing method, application server and computer-readable storage medium
CN103856540A (en) Response processing method and device
AU2016101498B4 (en) Data Interchange System

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20151028

RJ01 Rejection of invention patent application after publication