CN101183395A - Method and system for realizing staticize of dynamic page - Google Patents

Method and system for realizing staticize of dynamic page Download PDF

Info

Publication number
CN101183395A
CN101183395A CNA2007103041431A CN200710304143A CN101183395A CN 101183395 A CN101183395 A CN 101183395A CN A2007103041431 A CNA2007103041431 A CN A2007103041431A CN 200710304143 A CN200710304143 A CN 200710304143A CN 101183395 A CN101183395 A CN 101183395A
Authority
CN
China
Prior art keywords
staticize
page
assembly
file
module
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.)
Granted
Application number
CNA2007103041431A
Other languages
Chinese (zh)
Other versions
CN101183395B (en
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.)
BEIJING CE OPEN SOURCE SOFTWARE Co Ltd
Original Assignee
BEIJING CE OPEN SOURCE SOFTWARE 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 BEIJING CE OPEN SOURCE SOFTWARE Co Ltd filed Critical BEIJING CE OPEN SOURCE SOFTWARE Co Ltd
Priority to CN2007103041431A priority Critical patent/CN101183395B/en
Publication of CN101183395A publication Critical patent/CN101183395A/en
Application granted granted Critical
Publication of CN101183395B publication Critical patent/CN101183395B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a staticization realizing method for a dynamic page, comprising: A. determining the needed components in the page which the user has access to; B. when determining there is not the corresponding static file under the generated static file path of the components, the dynamic context of the components is generated; C. when determining the generated dynamic context of the component needs staticizing treatment, the static file corresponding to the dynamic context is generated. Meanwhile the invention provides a staticization realizing system for a dynamic page. The method and the system have the advantages of convenience to modify the static page context, raising the generation efficiency, and making the website management simpler.

Description

A kind of method and system of realizing staticize of dynamic page
Technical field
The present invention relates to the staticize treatment technology of dynamic WWW (Web) page, relate in particular to a kind of method and system of realizing staticize of dynamic page.
Background technology
At present, along with the deep development of Internet technology, the functional and complicacy of internet application also improves day by day, and is therefore, also more and more higher for the internet application performance demands.In order to improve the performance of internet application, can adopt the method for the staticize page that generates the computer dynamic Web page to improve internet access speed, reduce the server operation load.
In the prior art, realize that the method for staticize of dynamic page can be divided into two kinds according to the relation with the runtime:
(1) the static page staticize method of inoperative pariod
In this method, the keeper is in backstage, website issue fresh content, generate the static page of corresponding contents, for example: on October 1st, 2007, the keeper is by behind one piece of article of back-stage management interface typing, calculated address is the static page of http://www.yoursite.com/tech/2007/10/01/001.html at once, and upgrades the link on the relative index page or leaf synchronously.Like this, when the user visited in the later stage, all directly visit this static page, because described static page had existed before visit and deposited in assigned address, therefore, this method is called the static page staticize method of inoperative pariod.
(2) the staticize of dynamic page method of runtime
Be with the key distinction of the staticize method of the static page of above-mentioned inoperative pariod: the staticize page that whether application program can generate automatically and renewal is associated with dynamic page.For example, application number is 200580025903.4, denomination of invention is to provide a kind of webpage dynamic creation method based on template in " based on webpage dynamic creation method, program and the system of template ", the patented claim of application people for Siemens Company, this method can be browsed for the user provides the staticize webpage, principle is: base page comprises static page content and dynamic content assembly, and the dynamic content assembly is linked to a data file and a template simultaneously.When this page of user capture, resolve described data file and described template respectively, and analysis result is filled in the corresponding base page as the dynamic content assembly, form the static Web page that the user browsed.But, when a plurality of pages call same data simultaneously,, call the template difference of described data because page difference is corresponding, so need to use a large amount of the setting to adjust, reduced work efficiency.
The method of above-mentioned two kinds of page staticizes is all very suitable under the fairly simple situation of Content Management System.But for a website that concerns more complicated, the logic adduction relationship between the page also is a complicated problems comparatively.For example, news item will appear in news homepage and relevant three Special Topics in Journalism simultaneously, under the static cache pattern, every one piece of new article, except the page of this piece news content itself, also need system to generate a plurality of new relevant staticize pages by trigger, the triggering of these interrelated logics will become one of part the most complicated in the Content Management System.
By the mode of inoperative pariod page staticize, be difficult to revise for the content of the staticize page of former generation, the user is when the described staticize page of visit, and new template can't come into force.Chinese patent application number is 200580025903.4 the described prior art of invention, though can solve multipage face associated problem substantially, when a large amount of same data of page invocation, needs to use a large amount of the setting to adjust, and has reduced work efficiency.
It more than is the employed method of staticize of dynamic page that realizes in the prior art, and realize that said method need use corresponding concrete technology, for example: the URL(uniform resource locator) (URL) that server end embeds in (SSI) technology and the Apache Server rewrites (Rewrite) technology etc. that turns to.To be described in detail SSI technology and URL Rewrite technology below.
The SSI technology is called the server end embedded technology, is a kind of webpage making technology based on server that is similar to Active Server Page (ASP).The essence of SSI technology is that browsing content is sent to before the client browser, text, figure or application information is become the statement of being resolved with the SSI technology, and cover in the webpage.
For example, be one section code that comprises the SSI statement below:
<html>
<head><title>my?first?SSI?page</title></head>
<body>
Welcome you (in<!--#echo var=" date_local "--〉) visit this website.
</html>
Be marked in the top document "<!--#--〉" be the SSI statement, the clear SSI order of its structural table can be carried out in serviced device translation, and the result who translates is sent to client.The user can observe source code with " checking → source document " in browser:
<html>
<head><title>my?first?SSI?page</title></head>
<body>
Welcome you (in dec 06 1999) to visit this website.
</html>
By this source code as can be seen, the hypertext markup language in the document (html) has directly been passed to client, and the SSI order has obtained execution.The SSI code "<!--#--〉" be sightless in client, client can only be seen the effect " dec 06 1999 " that its is carried out.
The SSI technology is placed on the basic structure of a website in several simple html page document frameworks, and the interior transformable content of each html page is carried out with the include order that the SSI technology provides in the website, the segment that the include order that these SSI technology provide comprises is referred to as assembly.After using the SSI technology to set up corresponding html page masterplate and assembly, only need text is passed to server, then html web page be assembled and be generated to program will automatically according to the assembly content of Page Template and include command calls.
About URL Rewrite technology, be that Apache Server is used for realizing the technology that be redirected the page network address.Concrete, the rewrite module in the Apache Server provides a rule-based rewrite engine, sends to the request URL of Apache with real-time rewriting.The rewrite module is supported the rewriting rule of arbitrary number, and the rule condition that appends to an arbitrary number on the rule, thereby can provide a cover very flexible and powerful URL treatment mechanism.Use URL Rewrite technology, can be converted to the static page network address with the network address of dynamic requests according to existing rule.Is for example: Website page mobilism page http://www.yourdomain.com/news/docread.html? id=123, after using URL Rewrite technology to change, can be exchanged into the corresponding corresponding address of staticize page http://www.yourdomain.com/news/123.html and conduct interviews.
Summary of the invention
In view of this, fundamental purpose of the present invention is to provide a kind of method and system of realizing staticize of dynamic page, is convenient to revise content of pages, can improve the formation efficiency of the page, and makes portal management more simple.
For achieving the above object, technical scheme of the present invention is achieved in that
The invention provides a kind of method that realizes staticize of dynamic page, the page comprises the assembly of page framework and some, and this method comprises:
A, determine the assembly of required use in the user institute accession page, and generate the staticize file path of each assembly correspondence;
When not having corresponding staticize file under the staticize file path of B, the assembly correspondence that determine to generate, generate the mobilism content of this assembly;
When the mobilism content of C, definite assembly that generates need be carried out the staticize processing, generate the staticize file of this mobilism content correspondence.
Wherein, step B further comprises: when having the corresponding static file under the staticize file path of definite assembly that generates, directly call described staticize file.
After the mobilism content of formation component, this method further comprises: according to the staticize file or the mobilism content of each the assembly correspondence that obtains, use described page framework to be assembled into the page.
After generating described staticize file, this method further comprises: described staticize file is kept under the pairing staticize file path of assembly of this staticize file correspondence.
The present invention provides a kind of system that realizes staticize of dynamic page simultaneously, and this system comprises: page assembly module, control module and application module, wherein,
The page assembly module, the assembly of the required use of the page that is used for determining that the user is visited, and the relevant information of described assembly sent to control module;
Control module is used for generating according to the relevant information of the described assembly that receives the staticize file path of this assembly, afterwards, sends query requests to resource module; When also being used to receive the non-existent signal of control module feedback file, sending to application module and to generate the mobilism requests for content;
Resource module, be used to receive the query requests that control module sends after, when determining under corresponding path, not have the staticize file, to the non-existent signal of control module feedback file;
Application module, after being used to receive the described request that control module sends, the staticize file path of corresponding assembly is converted to the dynamic routine reference address, obtains the mobilism content of assembly correspondence, and described mobilism content is sent to control module according to described address.
Wherein, resource module is further used for: when determining to have the staticize file under the corresponding path, described staticize file is sent to the page assembly module;
Control module is further used for: the described mobilism content that the application module that receives is sent sends to the page assembly module;
Accordingly, the page assembly module is further used for: described mobilism content that will receive and described staticize file are assembled into the page according to page framework.
Control module is further used for: when determining that the described mobilism content that receives need be carried out the staticize processing, will handle the corresponding static file that obtains by staticize and send to resource module;
Accordingly, resource module is further used for: the staticize file that storage receives under the corresponding static file path.
The page assembly module is further used for: the page that assembling is obtained sends to subscriber interface module;
Accordingly, this system further comprises: subscriber interface module, and the described page that is used for receiving shows to the user; Also be used for the page that definite user need visit, and described page info is sent to the page assembly module.
Staticize of dynamic page method and system provided by the present invention is divided into the assembly of page framework and some with the page, when the user need use certain page, calls corresponding staticize file of each assembly or mobilism content, is convenient to the page and revises; And, the present invention is not only when there is corresponding staticize file in described assembly, just generate the mobilism content of described assembly, and when described mobilism content can be carried out the staticize processing, dynamically generate the corresponding static file and preserve, can directly call corresponding staticize file when using this assembly next time, thereby improved the formation efficiency of the page, and need not be provided with in a large number, make portal management more simple; The present invention judges whether described mobilism content needs to carry out that staticize is handled and the described staticize file of corresponding generation, divides thread to carry out the formation efficiency and the security that have improved the page with the assembling of the page.
Description of drawings
Fig. 1 is the method flow synoptic diagram of staticize of dynamic page of the present invention;
Fig. 2 is the system architecture synoptic diagram of staticize of dynamic page of the present invention.
Embodiment
Basic thought of the present invention is: Webpage is made of the assembly of page framework and some, when certain page of user capture, at first determines the assembly of the required use of this page; Afterwards, search the staticize file that whether has this assembly,, then directly call this staticize file, if there is no, then generate the mobilism content of this assembly correspondence if exist according to the staticize file address of this assembly correspondence that generates; At last, with the staticize file or the mobilism content of each assembly correspondence of obtaining, utilize page masterplate to be assembled into the page.
Below be described with reference to the accompanying drawings the realization of staticize of dynamic page method and system of the present invention by specific embodiment.
Fig. 1 is the method flow synoptic diagram of staticize of dynamic page of the present invention, and as shown in Figure 1, this method comprises:
Step 101: during certain page of user capture, determine the assembly of the required use of this page.
In actual applications, can use the SSI technology to realize html page.At this moment, this page is made up of transformable content in html page framework and the page framework, and described transformable content is called assembly, uses the include order in the SSI technology to call, and the command statement of required execution is called the assembly placeholder.Accordingly, step 101 is specially:
The html page of SSI technology realization is used in user capture, determines the assembly of the required use of this page.
Wherein, how to determine that specifically the assembly that needs in the page to use can use known technology, repeats no more here.Simultaneously, the information that need determine of described definite assembly can comprise: component Name, example number and Chinese etc.
Wherein, when initial each page corresponding page framework of setting and assembly, the quantity of the assembly of the required use of each page can independently be set as the case may be, can be set to be not less than 1 arbitrary integer.
Step 102:, generate the staticize file path of each assembly according to certain rule.
For example, can generate the staticize file path of each assembly in the step 101 respectively according to URL Rewrite rule.This method realizes on Apache Server, each assembly sends request by the SSI order to Apache Server accordingly, and described request can be/comp-ID-Name, and wherein, ID is the component type name identification, and Name is the component instance title; After Apache Server receives described request, use URL Rewrite rule, according to described request, the staticize file path of formation component correspondence.Wherein, specifically how to use URL Rewrite rule to generate the staticize file path and belong to known technology, repeat no more here.
Step 103: by the described path that generates in the step 102, search under the target directory of described path correspondence whether have the staticize file of assembly respectively,, directly call the staticize file of this assembly correspondence if exist; If there is no, described staticize file path is converted to the dynamic routine reference address, obtains the mobilism content of assembly correspondence according to described address, simultaneously, execution in step 105.
Wherein, because what generated in step 102 is the staticize file path of each assembly, therefore, this step is cycling, need whether to exist under definite respectively each described staticize file path the staticize file of corresponding assembly, and carry out corresponding operating according to the result who determines.
In addition, described the staticize file path is converted to the dynamic routine reference address, the mobilism content that obtains the assembly correspondence according to described address can be used URL Rewrite rule for: Apache Server, the staticize file path is converted to back-end application server, and for example the JBoss server can be resolved the dynamic routine reference address of execution; Afterwards, Apache Server is transferred to back-end application server with this reference address and is carried out by connector, obtain the corresponding dynamic content after, back-end application server is passed described content back Apache Server by connector.Wherein, specifically how to use URL Rewrite rule that the staticize file path is converted to the dynamic routine reference address, and how back-end application server to resolve and obtain described mobilism content and belong to known technology, repeat no more here.
Step 104: according to the staticize file or the mobilism content of each the assembly correspondence that obtains, use page framework, be assembled into the page and return to the user, finish current treatment scheme.
According to the staticize file or the mobilism content of each the assembly correspondence that obtains, use the html page framework, be assembled into html page and return to the user, finish current treatment scheme.
Wherein, assembling specifically how to carry out the page belongs to known technology, repeats no more here.
Step 105: judge whether the mobilism content that obtains needs to carry out staticize and handle, and if desired, then execution in step 106, otherwise, finish current treatment scheme.
In this step, when this method realizes with the system that realizes staticize of dynamic page in actual applications, can in system, set in advance the assembly that needs staticize to handle, for example be kept in XML (extensible Markup Language) (XML) document, system can judge by resolving described XML document whether the assembly of being inquired about needs to carry out staticize and handle.Wherein, specifically how to resolve described XML document and belong to known technology, repeat no more here.Simultaneously, how to judge specifically whether described mobilism content needs to carry out the staticize processing and also can use other corresponding known technologies, repeats no more here.
Step 106: the mobilism content of the assembly that obtains is carried out staticize handle, obtain the staticize file, afterwards, preserve this staticize file, finish current treatment scheme according to the staticize file path of this assembly correspondence that generates in the step 102.
Wherein, staticize specifically how to carry out the mobilism content is handled and how the staticize file is saved under the corresponding path and belongs to known technology, repeats no more here.
Fig. 2 is the system architecture synoptic diagram of staticize of dynamic page of the present invention, and as shown in Figure 2, this system comprises: subscriber interface module 210, page assembly module 220, control module 230, resource module 240 and application module 250, wherein,
Subscriber interface module 210 is used for the page that definite user need visit, and described page info is sent to page assembly module 220; Also be used for showing the page that assembling obtains to the user.
Page assembly module 220, the assembly of the required use of the page that is used for determining that the user is visited, and the relevant information of described assembly sent to control module 230; The staticize file that mobilism content that the control module 230 that also is used for receiving is sent and resource module 240 are sent is assembled into the page according to page framework, sends to subscriber interface module 210.
Control module 230, after being used to receive the relevant information of described assembly, generate the staticize file path of this assembly according to certain rule, afterwards, send query requests to resource module 240, the staticize file that under described staticize file path, whether has this assembly with inquiry, when the non-existent signal of control module 230 feedbacks, send generation mobilism requests for content to application module 250, when the mobilism content of the corresponding assembly that receives application module 250 feedback, described content is sent to page assembly module 220, simultaneously, judge whether this mobilism content needs staticize, as needs, with described mobilism content by staticize handle obtain the staticize file after, described staticize file is sent to resource module 240 preserves.
Resource module 240, after being used to receive the query requests that control module 230 sends, whether inquiry exists the staticize file under corresponding path, as existing, then the staticize file that directly inquiry is obtained sends to page assembly module 220, as not existing, then to the non-existent signal of control module 230 feedback file; When also being used to receive described staticize file, under the corresponding static file path, preserve described staticize file.
Application module 250, after being used to receive the described request that control module 230 sends, the staticize file path of corresponding assembly is converted to the dynamic routine reference address that can resolve execution, obtain the mobilism content of assembly correspondence according to described address, and described content is sent to control module 230.
In the realization of the described system of Fig. 2, can use dispositions method as described below for the deployment of each module: subscriber interface module 210, page assembly module 220 and resource module 240 are deployed on the Apache Server; The part that the staticize file path that carries out assembly in the control module 230 generates is deployed in Apache Server, and control module 230 is deployed on the Jboss server of carrying out dynamic routine by the part that dynamic parsing generates the mobilism content; Application module is deployed on the Jboss server.But above-mentioned dispositions method is a kind of method wherein, and person skilled can be done adaptive change or corresponding the deployment according to actual needs in actual application.
The above is preferred embodiment of the present invention only, is not to be used to limit protection scope of the present invention.

Claims (8)

1. a method that realizes staticize of dynamic page is characterized in that, the page comprises the assembly of page framework and some, and this method comprises:
A, determine the assembly of required use in the user institute accession page, and generate the staticize file path of each assembly correspondence;
When not having corresponding staticize file under the staticize file path of B, the assembly correspondence that determine to generate, generate the mobilism content of this assembly;
When the mobilism content of C, definite assembly that generates need be carried out the staticize processing, generate the staticize file of this mobilism content correspondence.
2. the method for realization staticize of dynamic page according to claim 1 is characterized in that, step B further comprises:
When having the corresponding static file under the staticize file path of definite assembly that generates, directly call described staticize file.
3. the method for realization staticize of dynamic page according to claim 2 is characterized in that, after the mobilism content of formation component, this method further comprises:
According to the staticize file or the mobilism content of each the assembly correspondence that obtains, use described page framework to be assembled into the page.
4. according to the method for each described realization staticize of dynamic page of claim 1 to 3, it is characterized in that, generate described staticize file after, this method further comprises:
Described staticize file is kept under the pairing staticize file path of assembly of this staticize file correspondence.
5. a system that realizes staticize of dynamic page is characterized in that, this system comprises: page assembly module, control module and application module, wherein,
The page assembly module, the assembly of the required use of the page that is used for determining that the user is visited, and the relevant information of described assembly sent to control module;
Control module is used for generating according to the relevant information of the described assembly that receives the staticize file path of this assembly, afterwards, sends query requests to resource module; When also being used to receive the non-existent signal of control module feedback file, sending to application module and to generate the mobilism requests for content;
Resource module, be used to receive the query requests that control module sends after, when determining under corresponding path, not have the staticize file, to the non-existent signal of control module feedback file;
Application module, after being used to receive the described request that control module sends, the staticize file path of corresponding assembly is converted to the dynamic routine reference address, obtains the mobilism content of assembly correspondence, and described mobilism content is sent to control module according to described address.
6. system according to claim 5 is characterized in that resource module is further used for: when determining to have the staticize file under the corresponding path, described staticize file is sent to the page assembly module;
Control module is further used for: the described mobilism content that the application module that receives is sent sends to the page assembly module;
Accordingly, the page assembly module is further used for: described mobilism content that will receive and described staticize file are assembled into the page according to page framework.
7. according to claim 5 or 6 described systems, it is characterized in that, control module is further used for: when determining that the described mobilism content that receives need be carried out the staticize processing, will handle the corresponding static file that obtains by staticize and send to resource module;
Accordingly, resource module is further used for: the staticize file that storage receives under the corresponding static file path.
8. system according to claim 6 is characterized in that, the page assembly module is further used for: the page that assembling is obtained sends to subscriber interface module;
Accordingly, this system further comprises: subscriber interface module, and the described page that is used for receiving shows to the user; Also be used for the page that definite user need visit, and described page info is sent to the page assembly module.
CN2007103041431A 2007-12-25 2007-12-25 Method and system for realizing staticize of dynamic page Expired - Fee Related CN101183395B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007103041431A CN101183395B (en) 2007-12-25 2007-12-25 Method and system for realizing staticize of dynamic page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007103041431A CN101183395B (en) 2007-12-25 2007-12-25 Method and system for realizing staticize of dynamic page

Publications (2)

Publication Number Publication Date
CN101183395A true CN101183395A (en) 2008-05-21
CN101183395B CN101183395B (en) 2011-12-28

Family

ID=39448670

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007103041431A Expired - Fee Related CN101183395B (en) 2007-12-25 2007-12-25 Method and system for realizing staticize of dynamic page

Country Status (1)

Country Link
CN (1) CN101183395B (en)

Cited By (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101609399A (en) * 2008-06-20 2009-12-23 鸿富锦精密工业(深圳)有限公司 Intelligent website development system and method based on modeling
CN101976261A (en) * 2010-11-04 2011-02-16 上海银杏界信息科技有限公司 Storage and search method for webpage data
CN102609503A (en) * 2012-02-02 2012-07-25 福建榕基软件股份有限公司 Method and device for generating static webpages
CN101789012B (en) * 2010-02-03 2013-03-20 南京联创科技集团股份有限公司 J2EE (Java 2 Platform Enterprise Edition) based solution scheme for staticizing WEB dynamic page
TWI407372B (en) * 2008-06-27 2013-09-01 Hon Hai Prec Ind Co Ltd System and method for automatically generating a website based on pre-defined webpage templates
CN103577207A (en) * 2012-08-01 2014-02-12 阿里巴巴集团控股有限公司 Loading method and loading device for interface components in custom interface system
CN104331511A (en) * 2014-11-24 2015-02-04 飞狐信息技术(天津)有限公司 Method and device for updating static pages
CN104391868A (en) * 2014-10-28 2015-03-04 用友优普信息技术有限公司 Staticizing device and method for dynamic page
CN104506641A (en) * 2014-12-30 2015-04-08 百度在线网络技术(北京)有限公司 Webpage application program access method and device
CN104915387A (en) * 2015-05-25 2015-09-16 成都视达科信息技术有限公司 Internet website static state page processing system and method
CN105095260A (en) * 2014-05-08 2015-11-25 广州爱九游信息技术有限公司 Webpage processing method and device aiming at search engine optimization
CN105373615A (en) * 2015-11-24 2016-03-02 深圳市华讯方舟科技有限公司 Page customization method and device
CN105812839A (en) * 2014-12-31 2016-07-27 华为技术有限公司 Video stream data acquisition method, page data transmission method, system and network server
WO2017113963A1 (en) * 2015-12-31 2017-07-06 华为技术有限公司 Static webpage processing method and device
CN104396185B (en) * 2012-09-14 2017-11-17 恩特里克丝有限公司 Picture synchronization control system and the method and device for carrying out synchronizing picture using the system
CN107357897A (en) * 2017-07-13 2017-11-17 郑州云海信息技术有限公司 A kind of method, apparatus and computer-readable storage medium for realizing user access control
CN107766509A (en) * 2017-10-23 2018-03-06 北京京东尚科信息技术有限公司 A kind of method and apparatus of webpage static backup
CN110175308A (en) * 2019-05-30 2019-08-27 南京星期五网络科技有限公司 SEO total solution management system
CN110516185A (en) * 2019-08-09 2019-11-29 济南浪潮数据技术有限公司 The processing method and processing device of dynamic website
CN111443983A (en) * 2019-01-16 2020-07-24 北京右划网络科技有限公司 Application virtualization method and device, electronic equipment and storage medium
CN113051090A (en) * 2021-04-20 2021-06-29 中国工商银行股份有限公司 Interface processing method and device, interface calling method and device, system and medium
CN113609426A (en) * 2021-07-23 2021-11-05 北京淇瑀信息科技有限公司 Page staticizing processing method and device and electronic equipment
CN111443983B (en) * 2019-01-16 2024-04-26 北京右划网络科技有限公司 Application program virtualization method and device, electronic equipment and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10148790B2 (en) 2016-03-04 2018-12-04 Bank Of America Corporation Deployment of integrative HTML-based engine from an edge server

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101609399B (en) * 2008-06-20 2013-07-03 鸿富锦精密工业(深圳)有限公司 Intelligent website development system based on modeling and method thereof
CN101609399A (en) * 2008-06-20 2009-12-23 鸿富锦精密工业(深圳)有限公司 Intelligent website development system and method based on modeling
TWI407372B (en) * 2008-06-27 2013-09-01 Hon Hai Prec Ind Co Ltd System and method for automatically generating a website based on pre-defined webpage templates
CN101789012B (en) * 2010-02-03 2013-03-20 南京联创科技集团股份有限公司 J2EE (Java 2 Platform Enterprise Edition) based solution scheme for staticizing WEB dynamic page
CN101976261A (en) * 2010-11-04 2011-02-16 上海银杏界信息科技有限公司 Storage and search method for webpage data
CN102609503A (en) * 2012-02-02 2012-07-25 福建榕基软件股份有限公司 Method and device for generating static webpages
CN103577207A (en) * 2012-08-01 2014-02-12 阿里巴巴集团控股有限公司 Loading method and loading device for interface components in custom interface system
CN103577207B (en) * 2012-08-01 2017-06-27 阿里巴巴集团控股有限公司 A kind of loading method and device of defined interface system median surface component
CN104396185B (en) * 2012-09-14 2017-11-17 恩特里克丝有限公司 Picture synchronization control system and the method and device for carrying out synchronizing picture using the system
CN105095260A (en) * 2014-05-08 2015-11-25 广州爱九游信息技术有限公司 Webpage processing method and device aiming at search engine optimization
CN105095260B (en) * 2014-05-08 2017-03-29 广州爱九游信息技术有限公司 For the web page processing method and device of search engine optimization
CN104391868A (en) * 2014-10-28 2015-03-04 用友优普信息技术有限公司 Staticizing device and method for dynamic page
CN104391868B (en) * 2014-10-28 2018-12-18 用友优普信息技术有限公司 The device and method of dynamic page static
CN104331511A (en) * 2014-11-24 2015-02-04 飞狐信息技术(天津)有限公司 Method and device for updating static pages
CN104331511B (en) * 2014-11-24 2018-02-09 飞狐信息技术(天津)有限公司 Static page update method and device
CN104506641B (en) * 2014-12-30 2018-03-06 百度在线网络技术(北京)有限公司 The access method and device of Web page application program
CN104506641A (en) * 2014-12-30 2015-04-08 百度在线网络技术(北京)有限公司 Webpage application program access method and device
CN105812839B (en) * 2014-12-31 2018-12-14 华为技术有限公司 Video stream data acquisition, page data transmission method, system and network server
CN105812839A (en) * 2014-12-31 2016-07-27 华为技术有限公司 Video stream data acquisition method, page data transmission method, system and network server
CN104915387A (en) * 2015-05-25 2015-09-16 成都视达科信息技术有限公司 Internet website static state page processing system and method
CN104915387B (en) * 2015-05-25 2019-03-15 成都视达科信息技术有限公司 A kind of internet site static page processing system and method
WO2017088509A1 (en) * 2015-11-24 2017-06-01 华讯方舟科技有限公司 Page customization method and device
CN105373615A (en) * 2015-11-24 2016-03-02 深圳市华讯方舟科技有限公司 Page customization method and device
CN105373615B (en) * 2015-11-24 2018-12-21 华讯方舟科技有限公司 A kind of method and apparatus of page customization
WO2017113963A1 (en) * 2015-12-31 2017-07-06 华为技术有限公司 Static webpage processing method and device
CN107357897A (en) * 2017-07-13 2017-11-17 郑州云海信息技术有限公司 A kind of method, apparatus and computer-readable storage medium for realizing user access control
CN107766509A (en) * 2017-10-23 2018-03-06 北京京东尚科信息技术有限公司 A kind of method and apparatus of webpage static backup
CN111443983A (en) * 2019-01-16 2020-07-24 北京右划网络科技有限公司 Application virtualization method and device, electronic equipment and storage medium
CN111443983B (en) * 2019-01-16 2024-04-26 北京右划网络科技有限公司 Application program virtualization method and device, electronic equipment and storage medium
CN110175308A (en) * 2019-05-30 2019-08-27 南京星期五网络科技有限公司 SEO total solution management system
CN110516185A (en) * 2019-08-09 2019-11-29 济南浪潮数据技术有限公司 The processing method and processing device of dynamic website
CN110516185B (en) * 2019-08-09 2022-04-22 济南浪潮数据技术有限公司 Method and device for processing dynamic website
CN113051090A (en) * 2021-04-20 2021-06-29 中国工商银行股份有限公司 Interface processing method and device, interface calling method and device, system and medium
CN113609426A (en) * 2021-07-23 2021-11-05 北京淇瑀信息科技有限公司 Page staticizing processing method and device and electronic equipment

Also Published As

Publication number Publication date
CN101183395B (en) 2011-12-28

Similar Documents

Publication Publication Date Title
CN101183395B (en) Method and system for realizing staticize of dynamic page
CN101127655B (en) Method and system for integrating existing www systems
CN101231636B (en) Convenient information search method, system and an input method system
CN100367276C (en) Method and appts for searching within a computer network
CN100440208C (en) A method and system for improving presentation of html pages in web devices
CN100388265C (en) Method and system for application installation and management using an application-based naming system including aliases
CN101583072B (en) Middleware product for realizing Mobile Internet and method thereof
US8370859B2 (en) Creating web services from an existing web site
JP2004318842A (en) Webpage generation device, embedding device, method for control of webpage generation, webpage generation program, and recording medium
US7657609B2 (en) Data transfer in a multi-environment document management system access
CN101558629A (en) Aggregating portlets for use within a client environment without relying upon server resources
CN101103352A (en) System and method for providing and handling executable web content
CN1728710B (en) Method of retrieving a web document and web server
CN101984438A (en) Method of online self-help website establishment, creation of application service and development of online software
US20030158894A1 (en) Multiterminal publishing system and corresponding method for using same
WO2003094474A1 (en) A communication system, mobile device therefor and methods of storing pages on a mobile device
CN104182425A (en) Static page generation method for multi-language website
CN101300559A (en) Extensible remote tag markup system and method
CN100458782C (en) Display and installation of portlets on a client platform
CN100465948C (en) Dynamic markup language
US7712021B2 (en) System, method and medium for component based web user interface frameworks
Watson Effective wireless communication through application partitioning
CN101876998A (en) Method and system for editing data
Barta et al. Syndication with JML
Kapadia et al. The Purdue University network-computing hubs: Running unmodified simulation tools via the WWW

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20111228

Termination date: 20131225