CN101727490A - Method for realizing page insertion in WEB application and WEB server - Google Patents

Method for realizing page insertion in WEB application and WEB server Download PDF

Info

Publication number
CN101727490A
CN101727490A CN200910254385A CN200910254385A CN101727490A CN 101727490 A CN101727490 A CN 101727490A CN 200910254385 A CN200910254385 A CN 200910254385A CN 200910254385 A CN200910254385 A CN 200910254385A CN 101727490 A CN101727490 A CN 101727490A
Authority
CN
China
Prior art keywords
expansion
extension point
web
realizes
realization
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
CN200910254385A
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.)
Fujian Star Net Communication Co Ltd
Original Assignee
Fujian Star Net Communication 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 Fujian Star Net Communication Co Ltd filed Critical Fujian Star Net Communication Co Ltd
Priority to CN200910254385A priority Critical patent/CN101727490A/en
Publication of CN101727490A publication Critical patent/CN101727490A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a method for realizing page insertion in WEB application and a WEB server, which are applied to the technical field of networks. The method comprises the following steps of: after receiving a WEB page request initiated by a user terminal by the WEB server, determining a corresponding WEB page file according to a website in the request and analyzing; when analyzing an expanded point in the WEB page file, searching the expansion realization corresponding to the expanded point according to a preliminarily generated expanded relation corresponding base, wherein the expanded point is used for hanging the expansion realization and the expansion realization refers to the realization content hung on the corresponding expanded point; and inserting the realization content of the expansion realization corresponding to the expanded point and returning a result after the WEB page file operates to the user terminal. The method and the device provided by the embodiment of the invention can solve the problems that all modules in the WEB application in the prior art are mutually coupled in an interface presentation layer and are difficult to expand and assemble.

Description

During using, realizes WEB the method and the WEB server of page insertionization
Technical field
The present invention relates to networking technology area, relate in particular to method and the WEB server of realizing page insertionization in the WEB application.
Background technology
In recent years,, also obtained huge development,, become the first-selection of enterprise's application and development gradually based on the application program of Web along with of the development of Web technology in the enterprise-level application field based on the various application of Web along with the development of the explosivity of Internet.The typical Web application program is usually based on 3 layer architectures.Respectively data access layer, Business Logic and interface presentation layer from the rear end to the front end.Wherein, the interface presentation layer is normally realized by service end dynamic page technology, as JSP page technology and asp page surface technology etc.In the Web of more complicated uses, often there is operational coupling between module and the module, show intuitively on the page of interface presentation layer and be exactly, in a page, exist interface element by each module contribution, as a menu item, a link, a Content panel etc., because the interface logic that page itself comprises was just determined time in development stage, the developer that this makes application, have no idea, the scope of coming the interface logic in the customized web page to comprise as required, and according to specific needs, increasing easily or reducing has the interface element that comprises in the page.
In existing technical scheme, the developer can just determine the content of each page in development stage, comprise three modules such as a WEB application program, wherein in system, the developer has developed a homepage face, this homepage face is used for showing a comprehensive information content, is mixing the content of three modules in the information content.
General technical scheme is as follows at present:
Scene one: when completely newly developing:
Develop three modules at first respectively;
Develop the homepage face then, in the homepage face, call the routine interface of three modules respectively, the content that interface returns is formed desired page.
Scene two: in the time of need increasing a module newly:
At first develop new module;
Revise the homepage face then, the newly-increased routine interface that calls new module is formed this page to the content that total interface returns in the homepage face.
Scene three: when needing module of deletion:
Revise the homepage face, in the homepage face, delete the program code that calls this module originally, the content that the residue interface returns is formed this page.
From the common scene of three top application development process, can very clearly see, in order to increase newly or to reduce by a module, the developer need revise the homepage face continually, and the homepage face is of overall importance, for a page of all module service, in modification, careless slightly, will the operation of whole application be impacted.In current technical scheme, the change of every module all will influence whole application.As top scene, the problem that the homepage face becomes each module of coupling one of is grown a little.
Summary of the invention
The invention provides method and the WEB server of realizing page insertionization in the WEB application, be used for solving existing each module of WEB application and intercouple, be difficult to the problem of expanding and assembling at the showing interface layer.
Realize the method for page insertionization during a kind of WEB uses, comprising:
After Web server receives the WEB page request of user terminal initiation, determine corresponding WEB pagefile, and resolve according to the network address in the described request;
During extension point in being resolved to described WEB pagefile, the expansion of finding this extension point correspondence according to the corresponding storehouse of the expansion relation that generates in advance realizes, wherein, described extension point is used to articulate expansion realizes that described expansion realizes being meant the realization content that is articulated to corresponding extension point;
The realization content that the expansion of described extension point correspondence realizes is inserted described WEB pagefile, and the postrun result of described WEB pagefile is returned user terminal.
Wherein, generating the corresponding storehouse of described expansion relation comprises:
The configuration file of each functional module of scanning WEB application program, and from described configuration file, parse extension point and expand the corresponding relation of realizing;
Write down described extension point and the corresponding relation that expansion realizes, generate the corresponding storehouse of expansion relation.
When deletion or when adding arbitrary expansion in the WEB page and realizing, determine that described expansion realizes pairing extension point, and deletion or add the corresponding relation of described extension point and described expansion realization in the corresponding storehouse of described expansion relation;
The relevant information of in the configuration file of the corresponding functional module of described expansion realization, deleting or adding described expansion realization.
The corresponding a plurality of expansions of described extension point realize that the relevant information that described a plurality of expansions realize is stored in respectively in the difference in functionality modules configured file.
Wherein, described extension point presents in the form of described WEB pagefile with label.
Described extension point comprises polytype, and the corresponding a plurality of association attributeses of every type extension point.
Realize the device of page insertionization during a kind of WEB uses, comprising:
Parsing module after being used to receive the WEB page request of user terminal initiation, is determined corresponding WEB pagefile according to the network address in the described request, and is resolved;
The page assembly acquisition module, be used for when being resolved to the extension point of described WEB pagefile, the expansion of finding this extension point correspondence according to the corresponding storehouse of the expansion relation that generates in advance realizes, wherein, described extension point is used to articulate expansion realizes that described expansion realizes being meant the realization content that is articulated to corresponding extension point;
Page generation module is used for the realization content that the expansion of described extension point correspondence realizes is inserted described WEB pagefile, and the postrun result of described WEB pagefile is returned user terminal.
Method and apparatus provided by the invention, application extension point and expansion realize the required content that represents in the WEB page is combined flexibly, and the content that just expansion in each functional module is realized when the user asks is inserted in the WEB page, is easy to expansion and assembling.
Description of drawings
Fig. 1 realizes the synoptic diagram of the combination realization WEB page for embodiment of the invention application extension point and expansion;
Fig. 2 is a process flow diagram of realizing the method for page insertionization during a kind of WEB of the embodiment of the invention uses;
Fig. 3 is a structural drawing of realizing the device of page insertionization during a kind of WEB of the embodiment of the invention uses.
Embodiment
The embodiment of the invention provides the method that realizes page insertionization in a kind of WEB application, be applied to networking technology area, this method comprises: after Web server receives the WEB page request of user terminal initiation, determine corresponding WEB pagefile according to the network address in the described request, and resolve; During extension point in being resolved to described WEB pagefile, the expansion of finding this extension point correspondence according to the corresponding storehouse of the expansion relation that generates in advance realizes, wherein, described extension point is used to articulate expansion realizes that described expansion realizes being meant the realization content that is articulated to corresponding extension point; The realization content that the expansion of described extension point correspondence realizes is inserted described WEB pagefile, and the postrun result of described WEB pagefile is returned user terminal.
Below in conjunction with Figure of description the specific embodiment of the present invention is elaborated.
Before the present invention will be described in detail, below be the explanation of the relevant noun that is applied among the present invention:
A, extension point:
Extension point is " hook " that is present on the WEB pagefile, system is after the intact all configurations of whole scan, by this hook, a plurality of expansions of determining this extension point correspondence realize (promptly having articulated what " expansion realizes " on this hook), thereby when operation, the particular content that expansion is realized is illustrated in this extension point position.
During specific implementation, extension point can appear in the page code with the form of customized label, but is not limited to this a kind of mode, and then extension point also can be described as the extension point label, the following is the definition of an extension point label in homepage:
<extpoint:content?id=″foundation.mainPage.content″/>
Above-mentioned extension point label represents that this extension point is an extension point of " content " type, and its ID sign is " foundation.mainPage.content ".
When extension point (this extension point also can be referred to as the extension point statement) is set in being expanded the page, can adopt the mode of customized label, also can adopt the mode that interface assembly re-uses of sealing into earlier, the present invention does not limit what mode of employing, and the self-defined tag label with JSP is that example describes here.
The self-defined tag label of JSP is meant user-defined a kind of JSP mark.When a JSP page that contains self-defining tag label was compiled into Servlet by the jsp engine, the tag label had been converted to and has been called the operation that object that tag handles class carries out to one.So after the JSP page was converted into Servlet by the jsp engine, in fact the tag label was converted to for tag being handled the operation of class.
Servlet is the Server end program of writing with Java, it and agreement and platform independence.Servlet runs in the WEB server (as Tomcat).Java Servlet can dynamically expand the ability of Server, and adopts request-response modes that Web service is provided, and service can be provided, and the Web program is conducted interviews by browser for the user.
In addition, according to the content that comprises in the WEB page, comprising that the type of this extension point is also corresponding is multiple:
The type of extension point includes but not limited to navigation menu, hyperlink, content segments etc.Every type extension point has its own more peculiar attributes, includes but not limited to title, destination address, menu text as the extension point attribute of navigation menu type; And the extension point attribute of content segments type includes but not limited to the path of title, the segment page etc.
The attribute of extension point includes but not limited to title, type, plays up sequential scheduling.
B, expansion realize:
The expansion corresponding with the notion of " extension point " realizes, be meant that the realization content that specifically is articulated on certain extension point (realizes that content is meant that expansion realizes the content of representative, if the expansion of " content segments " type, realize that so content may be " passage ", the expansion of " if menu " type, realize that so content may be exactly " menu item "), following content is the definition that the expansion of a correspondence realizes:
<extension:content?id=″moduleD.content″
extensionPoint=″foundation.mainPage.content″
url=″/content.xhtml″/>
This expansion realizes expression, existing an ID to identify among the module D is the extension point realization of " moduleD.content ", and corresponding extension point is that " foundation.mainPage.content " above-mentioned corresponding page segment is "/content.xhtml ".
Above-mentioned extension point is realized with expansion, is fitted together when moving by system, when the user passes through the browser access homepage, then can see the content in "/content.xhtml " page specified in the above-mentioned expansion realization.
Implementation according to above-mentioned expansion realization and extension point, then can articulate a plurality of expansions under described " foundation.mainPage.content " realizes, like this, when the user passes through the browser access homepage, can see that then all expansions realize the properties collection in pages.
The extension point and the expansion that utilize said method to provide realize, generate as shown in Figure 1, comprise content A, content B and content C in the WEB page simultaneously, and concrete implementation can be:
On the homepage of web application, created a name and be called the extension point (expansion of this type of " mainPage.headerline " and type for " content segments ", expansion in each submodule can be realized that specified content segments is inserted in the homepage automatically, and when operation, form a complete page) for user capture;
Then, write an expansion in the modules A and realized that name is called " moduleA.extension "; Write an expansion among the module B and realized that name is called " moduleB.extension "; Write an expansion among the module C and realized that name is called " moduleC.extension ".
These three realizations are carried out independently writing respectively in three different modules, not coupling between the file physically.In the extension point configuration file of three modules, identify expansion and realize that corresponding extension point is " mainPage.headerline ", and the page path of given content segment (content segments also is a page, only is not the complete page, and is the partial content of the page).
Therefore, logically the name extension point that is called " mainPage.headerline " has three expansions and realizes.When web application moves, system is by extension point global administration module, after scanning the extension point configuration file of each submodule, find that name is called " mainPage.headerline " and exists three expansion realizations, so this corresponding relation is kept in " the corresponding storehouse of expansion relation ", when homepage is accessed, page analytics engine finds to exist on the page name to be called the extension point label of " mainPage.headerline ", by searching " the corresponding storehouse of expansion relation ", find that this extension point exists three expansions and realizes in system, then each expansion is realized that the content of the content segments page under the respective path is inserted in the current page, and return a complete content of pages to the visitor.
Which kind of programming language the extension point definition does not limit with and realizes that the present invention is that example describes with this implementation of the self-defined tag label of JSP, as:
Our use<extpoint:content id=" foundation.mainPage.content " in the WEB page/〉 this self-defining tag label, be meant the extension point of having stated a content type, the id of extension point is " foundation.mainPage.content ".
And for the definition that expansion realizes, do not limit equally with which kind of programming language and realize that the present invention is that example describes with XMLSchema language (XML Schema is a kind of language that is used for describing the XML document structure):
<xsd:element?name=″content″>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension?base=″beans:identifiedType″>
<xsd:attribute?name=″extensionPoint″type=″xsd:string″use=″required″/>
<xsd:attribute?name=″url″type=″xsd:string″use=″required″/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Defined the attribute of the expansion realization of content type above, comprised that indicating is the realization (extentsionPooint attribute) of which extension point, the concrete page (url attribute) that this expansion realizes.
As shown in Figure 2, the embodiment of the invention provides the method that realizes page insertionization in a kind of WEB application, and concrete steps comprise:
Step 201 is provided with the corresponding storehouse of expansion relation, comprises the corresponding relation between extension point and the extension point realization in the corresponding storehouse of this expansion relation;
Wherein, described extension point is used to articulate expansion realizes that described expansion realizes being meant the realization content that is articulated to corresponding extension point;
The specific implementation that wherein generates the corresponding storehouse of this expansion relation can be:
The configuration file of each functional module of scanning WEB application program, and extension point that from described configuration file, parses and the corresponding relation of expanding realization;
Write down described extension point and the corresponding relation that expansion realizes, generate the corresponding storehouse of expansion relation.
In concrete application, when needing corresponding relation that record extension point and the expansion that articulates realize, what write down in the corresponding storehouse of concrete expansion relation is the extension point label and the corresponding relation of expansion realization.
The concrete form in the corresponding storehouse of expansion relation can be as shown in table 1 form:
Figure G2009102543853D00081
Table 1
Step 202, WEB server receive that user terminal initiates to the WEB page request time, determine corresponding WEB pagefile according to the network address in the described request, and resolve described WEB pagefile;
When step 203, the extension point of the setting in being resolved to described WEB pagefile, all expansions of finding this extension point correspondence according to the corresponding storehouse of the expansion relation that generates in advance realize;
In concrete realization, concrete manifestation form as extension point in WEB pagefile and the corresponding storehouse of expansion relation is generally the extension point label, so when resolving the WEB pagefile, what be resolved to is the extension point label of extension point correspondence, in the search relationship storehouse and when concerning in the storehouse corresponding relation that storage extension point and expansion realize, all be that the Application Expansion label specifically indicates extension point.
Step 204 is inserted described WEB pagefile with the realization content that the expansion of described extension point correspondence realizes, and the postrun result of described WEB pagefile is returned user terminal.
In addition, when the arbitrary expansion in the needs deletion or the interpolation WEB page realized, embodiment of the invention details mode can be:
When deletion or when adding arbitrary expansion in the WEB page and realizing, determine that described expansion realizes pairing extension point, and deletion or add the corresponding relation of described extension point and described expansion realization in the corresponding storehouse of described expansion relation;
The relevant information of in the configuration file of the corresponding functional module of described expansion realization, deleting or adding described expansion realization.
The WEB application program comprises a plurality of functional modules, and wherein each functional module comprises a plurality of expansions realizations, has put down in writing the realization content that each expansion realizes in the configuration file of each functional module.The realization content that respective extension realizes can directly be deleted or add to content in the needs modification WEB page when promptly being equivalent to deletion or adding expansion realize, then from corresponding function modules configured file.
According to said method, the implementation the when user asks the concrete WEB page can be:
As shown in Figure 3, also provide the device of realizing page insertionization in a kind of WEB application according to the said method embodiment of the invention, this device comprises parsing module 301, page assembly acquisition module 302 and page generation module 303:
Parsing module 301, receive the WEB page request that user terminal initiates after, determine corresponding WEB pagefile according to the network address in the described request, and resolve;
The content that needs in the page represent is to realize combining by extension point that provides in the embodiment of the invention and expansion generating.
Page assembly acquisition module 302, be used for when being resolved to the extension point of described WEB pagefile, the expansion of finding this extension point correspondence according to the corresponding storehouse of the expansion relation that generates in advance realizes, wherein, described extension point is used to articulate expansion realizes that described expansion realizes being meant the realization content that is articulated to corresponding extension point;
Page generation module 303 is used for the realization content that the expansion of described extension point correspondence realizes is inserted described WEB pagefile, and the postrun result of described WEB pagefile is returned user terminal.
In addition, in order to revise the content of the page flexibly, and do not influence the overall operation of the page, apparatus of the present invention also comprise:
Page assembly is deleted and is increased module 304, be used for when arbitrary expansion of the deletion or the interpolation WEB page realizes, determine that described expansion realizes pairing extension point, and deletion or add the corresponding relation that described extension point and described expansion realize in the corresponding storehouse of described expansion relation, realize deletion in the configuration file of corresponding functional module or the relevant information of adding described expansion realization in described expansion.
Further, apparatus of the present invention also comprise the corresponding storehouse of expansion relation generation module 305, the corresponding storehouse of this expansion relation generation module 305 is used to scan the configuration file of each functional module of WEB application program, and parses the corresponding relation that extension point and expansion realize from described configuration file; Write down described extension point and the corresponding relation that expansion realizes, generate the corresponding storehouse of expansion relation.
Wherein, the corresponding a plurality of expansions of described extension point realize that the relevant information that described a plurality of expansions realize is stored in respectively in the difference in functionality modules configured file.
In addition, the device that provides of the embodiment of the invention can place the WEB server.
Use the method and apparatus that the embodiment of the invention provides, the developer of web application can make the web application tissue flexible, clear in structure by this method, and the assembling of support module level, can be easily when needed, increase or delete a new module, thereby assemble out a new application program, and this change, do not need to change other module or program file of overall importance, greatly reduced because module changes, and the modification of the total system of bringing.
The method and apparatus that provides of the present invention is provided can allow the developer in the exploitation of web application, develop separately independently module earlier, be impregnable mutually during exploitation, when web application moves, by method and apparatus provided by the invention, the content of each module dynamically is assembled on the page, for user capture.Flexible processing by such has realized sporadic development, integrates operation.
With belonging to each interface element of a page originally, physically be isolated in business module inside, be independent of each other, reach the purpose of intermodule interface logic decoupling zero, for the exploitation and the maintenance of web application provides great facility.
Method of the present invention is not limited to the embodiment described in the embodiment, and those skilled in the art's technical scheme according to the present invention draws other embodiment, belongs to technological innovation scope of the present invention equally.Obviously, those skilled in the art can carry out various changes and modification to the present invention and not break away from the spirit and scope of the present invention.Like this, if of the present invention these are revised and modification belongs within the scope of claim of the present invention and equivalent technologies thereof, then the present invention also is intended to comprise these changes and modification interior.

Claims (10)

1. realize the method for page insertionization during a WEB uses, it is characterized in that, comprising:
After Web server receives the WEB page request of user terminal initiation, determine corresponding WEB pagefile, and resolve according to the network address in the described request;
During extension point in being resolved to described WEB pagefile, the expansion of finding this extension point correspondence according to the corresponding storehouse of the expansion relation that generates in advance realizes, wherein, described extension point is used to articulate expansion realizes that described expansion realizes being meant the realization content that is articulated to corresponding extension point;
The realization content that the expansion of described extension point correspondence realizes is inserted described WEB pagefile, and the postrun result of described WEB pagefile is returned user terminal.
2. the method for claim 1 is characterized in that, generates the corresponding storehouse of described expansion relation and comprises:
The configuration file of each functional module of scanning WEB application program, and from described configuration file, parse extension point and expand the corresponding relation of realizing;
Write down described extension point and the corresponding relation that expansion realizes, generate the corresponding storehouse of expansion relation.
3. the method for claim 1 is characterized in that, also comprises:
When deletion or when adding arbitrary expansion in the WEB page and realizing, determine that described expansion realizes pairing extension point, and deletion or add the corresponding relation of described extension point and described expansion realization in the corresponding storehouse of described expansion relation;
The relevant information of in the configuration file of the corresponding functional module of described expansion realization, deleting or adding described expansion realization.
4. as the arbitrary described method of claim 1~3, it is characterized in that the corresponding a plurality of expansions of described extension point realize that the relevant information that described a plurality of expansions realize is stored in respectively in the difference in functionality modules configured file.
5. the method for claim 1 is characterized in that, described extension point presents in the form of described WEB pagefile with label.
6. the method for claim 1 is characterized in that, described extension point comprises polytype, and the corresponding a plurality of association attributeses of every type extension point.
7. realize the device of page insertionization during a WEB uses, it is characterized in that, comprising:
Parsing module after being used to receive the WEB page request of user terminal initiation, is determined corresponding WEB pagefile according to the network address in the described request, and is resolved;
The page assembly acquisition module, be used for when being resolved to the extension point of described WEB pagefile, the expansion of finding this extension point correspondence according to the corresponding storehouse of the expansion relation that generates in advance realizes, wherein, described extension point is used to articulate expansion realizes that described expansion realizes being meant the realization content that is articulated to corresponding extension point;
Page generation module is used for the realization content that the expansion of described extension point correspondence realizes is inserted described WEB pagefile, and the postrun result of described WEB pagefile is returned user terminal.
8. device as claimed in claim 7 is characterized in that, this device also comprises:
Page assembly is deleted and is increased module, be used for when arbitrary expansion of the deletion or the interpolation WEB page realizes, determine that described expansion realizes pairing extension point, and deletion or add the corresponding relation of described extension point and described expansion realization in the corresponding storehouse of described expansion relation, the relevant information of in the configuration file of the corresponding functional module of described expansion realization, deleting or adding described expansion realization, wherein, the corresponding a plurality of expansions of described extension point realize that the relevant information that described a plurality of expansions realize is stored in respectively in the difference in functionality modules configured file.
9. device as claimed in claim 8 is characterized in that, this device also comprises:
The corresponding storehouse of expansion relation generation module is used to scan the configuration file of each functional module of WEB application program, and parses the corresponding relation that extension point and expansion realize from described configuration file; Write down described extension point and the corresponding relation that expansion realizes, generate the corresponding storehouse of expansion relation.
10. a WEB server comprises the described device of the arbitrary claim of claim 7~9.
CN200910254385A 2009-12-22 2009-12-22 Method for realizing page insertion in WEB application and WEB server Pending CN101727490A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910254385A CN101727490A (en) 2009-12-22 2009-12-22 Method for realizing page insertion in WEB application and WEB server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910254385A CN101727490A (en) 2009-12-22 2009-12-22 Method for realizing page insertion in WEB application and WEB server

Publications (1)

Publication Number Publication Date
CN101727490A true CN101727490A (en) 2010-06-09

Family

ID=42448376

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910254385A Pending CN101727490A (en) 2009-12-22 2009-12-22 Method for realizing page insertion in WEB application and WEB server

Country Status (1)

Country Link
CN (1) CN101727490A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102271159A (en) * 2011-07-28 2011-12-07 百度在线网络技术(北京)有限公司 Method and device for obtaining page data as well as external website plug-in unit
CN102385580A (en) * 2010-08-30 2012-03-21 北大方正集团有限公司 Method and device for customizing webpage contents
CN103257967A (en) * 2012-02-17 2013-08-21 腾讯科技(深圳)有限公司 Method and device for shielding influence of custom style on global style in webpage
WO2013135188A1 (en) * 2012-03-14 2013-09-19 优视科技有限公司 Calling method and device for extender
CN103500099A (en) * 2013-09-27 2014-01-08 摩卡软件(天津)有限公司 Method for achieving quick software secondary development through expansion points and expansion
CN103532941A (en) * 2013-09-30 2014-01-22 华为技术有限公司 Graphical page presentation method and device in CGS (client gateway server) mode
CN103838575A (en) * 2014-02-20 2014-06-04 浪潮集团山东通用软件有限公司 Plug-in type page customization implementation method based on EXTJS frame
CN103970573A (en) * 2014-05-21 2014-08-06 百度在线网络技术(北京)有限公司 Light application program system for mobile device and program loading system and method thereof
CN105260206A (en) * 2015-10-10 2016-01-20 北京京东尚科信息技术有限公司 Data source plug-in implementation method and server
CN105630522A (en) * 2014-10-31 2016-06-01 阿里巴巴集团控股有限公司 Web application updating method, apparatus and system
CN105700881A (en) * 2016-01-12 2016-06-22 成都中科合迅科技有限公司 Application module calling method and device
CN105988846A (en) * 2015-03-03 2016-10-05 腾讯科技(深圳)有限公司 Page loading method and page loading device
CN106528624A (en) * 2016-09-30 2017-03-22 财付通支付科技有限公司 Information display method and device
CN108804089A (en) * 2018-05-03 2018-11-13 福建天泉教育科技有限公司 Can assembling module applied business ability plug-in unit method and its system
CN111813385A (en) * 2020-07-07 2020-10-23 赞同科技股份有限公司 Web application-based page plug-in method, device and equipment
CN112148990A (en) * 2020-10-16 2020-12-29 北京百度网讯科技有限公司 Content display method and device, electronic equipment and storage medium
CN112433781A (en) * 2020-11-23 2021-03-02 用友网络科技股份有限公司 Mobile terminal extension loading method, electronic device and readable storage medium
CN114461960A (en) * 2021-12-28 2022-05-10 马上消费金融股份有限公司 Page generation method, page display method and device

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102385580A (en) * 2010-08-30 2012-03-21 北大方正集团有限公司 Method and device for customizing webpage contents
CN102271159A (en) * 2011-07-28 2011-12-07 百度在线网络技术(北京)有限公司 Method and device for obtaining page data as well as external website plug-in unit
CN103257967A (en) * 2012-02-17 2013-08-21 腾讯科技(深圳)有限公司 Method and device for shielding influence of custom style on global style in webpage
WO2013135188A1 (en) * 2012-03-14 2013-09-19 优视科技有限公司 Calling method and device for extender
CN103500099A (en) * 2013-09-27 2014-01-08 摩卡软件(天津)有限公司 Method for achieving quick software secondary development through expansion points and expansion
CN103500099B (en) * 2013-09-27 2017-06-20 天津兰摩云创数据互联科技有限公司 A kind of method that the quick secondary development of software is realized by extension point and extension
CN103532941A (en) * 2013-09-30 2014-01-22 华为技术有限公司 Graphical page presentation method and device in CGS (client gateway server) mode
CN103532941B (en) * 2013-09-30 2017-07-07 华为技术有限公司 The method and device that the graphical page is presented under a kind of CGS patterns
CN103838575A (en) * 2014-02-20 2014-06-04 浪潮集团山东通用软件有限公司 Plug-in type page customization implementation method based on EXTJS frame
CN103970573A (en) * 2014-05-21 2014-08-06 百度在线网络技术(北京)有限公司 Light application program system for mobile device and program loading system and method thereof
CN105630522A (en) * 2014-10-31 2016-06-01 阿里巴巴集团控股有限公司 Web application updating method, apparatus and system
CN105630522B (en) * 2014-10-31 2019-03-08 阿里巴巴集团控股有限公司 A kind of update method, the device and system of Web application
CN105988846A (en) * 2015-03-03 2016-10-05 腾讯科技(深圳)有限公司 Page loading method and page loading device
CN105988846B (en) * 2015-03-03 2019-11-05 腾讯科技(深圳)有限公司 Page loading method and page loading device
CN105260206A (en) * 2015-10-10 2016-01-20 北京京东尚科信息技术有限公司 Data source plug-in implementation method and server
CN105700881A (en) * 2016-01-12 2016-06-22 成都中科合迅科技有限公司 Application module calling method and device
CN106528624A (en) * 2016-09-30 2017-03-22 财付通支付科技有限公司 Information display method and device
CN108804089A (en) * 2018-05-03 2018-11-13 福建天泉教育科技有限公司 Can assembling module applied business ability plug-in unit method and its system
CN108804089B (en) * 2018-05-03 2021-10-08 福建天泉教育科技有限公司 Application service capability plug-in method and system of assembly module
CN111813385A (en) * 2020-07-07 2020-10-23 赞同科技股份有限公司 Web application-based page plug-in method, device and equipment
CN111813385B (en) * 2020-07-07 2023-09-22 赞同科技股份有限公司 Page plug-in method, device and equipment based on Web application
CN112148990A (en) * 2020-10-16 2020-12-29 北京百度网讯科技有限公司 Content display method and device, electronic equipment and storage medium
CN112148990B (en) * 2020-10-16 2023-12-19 北京百度网讯科技有限公司 Content display method and device, electronic equipment and storage medium
CN112433781A (en) * 2020-11-23 2021-03-02 用友网络科技股份有限公司 Mobile terminal extension loading method, electronic device and readable storage medium
CN114461960A (en) * 2021-12-28 2022-05-10 马上消费金融股份有限公司 Page generation method, page display method and device
CN114461960B (en) * 2021-12-28 2023-04-21 马上消费金融股份有限公司 Page generation method, page display method and page display device

Similar Documents

Publication Publication Date Title
CN101727490A (en) Method for realizing page insertion in WEB application and WEB server
US9390097B2 (en) Dynamic generation of target files from template files and tracking of the processing of target files
CN100524295C (en) An arrangement and a method relating to access to internet content
Bickmore et al. Web page filtering and re-authoring for mobile users
CN108491199B (en) Method and terminal for automatically generating interface
US6781609B1 (en) Technique for flexible inclusion of information items and various media types in a user interface
JP5053278B2 (en) Method and system for displaying information on a mobile device
KR101122841B1 (en) System and method for schemaless data mapping with nested tables
US20010039540A1 (en) Method and structure for dynamic conversion of data
CN101763255B (en) Format conversion method and device of special interface tool
US7849439B2 (en) Application-generic sequence diagram generator driven by a non-proprietary language
US20140089786A1 (en) Automated Processor For Web Content To Mobile-Optimized Content Transformation
US20080162542A1 (en) Dynamic generation of target files from template files and tracking of the processing of target files
CN102163233A (en) Method and system for converting webpage markup language format
CN101344881A (en) Index generation method and device and search system for mass file type data
CN102799592A (en) Parsing method and system of rich text document
CN101500002A (en) Fusion publishing method and apparatus oriented to Web content
CN102508887A (en) System and method for resolving digital television interaction service markup language
CN100407204C (en) Method for labeling computer resource and system therefor
KR101734533B1 (en) Method for providing news of multi-nations
US20120078872A1 (en) Method, search server, and system for mobile search interface adaptation
CN104239068B (en) Multi-dimension semantic web service development method
CN103778150A (en) Webpage browsing system and method
CN102779064A (en) Method and server for providing application calling
CN101706789A (en) Search method and search 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
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20100609