CN109840083B - Webpage component template construction method and device, computer equipment and storage medium - Google Patents

Webpage component template construction method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN109840083B
CN109840083B CN201811610464.9A CN201811610464A CN109840083B CN 109840083 B CN109840083 B CN 109840083B CN 201811610464 A CN201811610464 A CN 201811610464A CN 109840083 B CN109840083 B CN 109840083B
Authority
CN
China
Prior art keywords
component
attribute
webpage
template
construction
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.)
Active
Application number
CN201811610464.9A
Other languages
Chinese (zh)
Other versions
CN109840083A (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.)
Hangzhouo Asiainfo Cloud Information Technology Co ltd
Original Assignee
Hangzhouo Asiainfo Cloud Information Technology 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 Hangzhouo Asiainfo Cloud Information Technology Co ltd filed Critical Hangzhouo Asiainfo Cloud Information Technology Co ltd
Priority to CN201811610464.9A priority Critical patent/CN109840083B/en
Publication of CN109840083A publication Critical patent/CN109840083A/en
Application granted granted Critical
Publication of CN109840083B publication Critical patent/CN109840083B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)
  • Stored Programmes (AREA)

Abstract

The application relates to a webpage component template construction method, a webpage component template construction device, computer equipment and a storage medium. The method comprises the following steps: analyzing element labels with first attributes in html static pages; acquiring a second attribute in the html static page according to the element tag; acquiring component construction according to the first attribute, and establishing a component instance by combining the component construction and parameters transmitted according to the second attribute; wherein the component build includes component attributes and component logic, the component attributes for defining the incoming parameters; and outputting the webpage component template according to the input variable of the component instance and the component logic. By adopting the method, the complexity of webpage interface development can be reduced, and the webpage interface development efficiency can be improved.

Description

Webpage component template construction method and device, computer equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method and apparatus for constructing a web page component template, a computer device, and a storage medium.
Background
With the development of internet technology, development of web page applications is becoming more and more popular, after an html static template is designed by a UIUE (User Interface and User Experience ) designer, the html static template is delivered to a specific service developer, and after the service developer performs modularized and dynamic substitution and customization processing on the html static template, service interaction control logic is added to realize a specific service web page interface function.
At present, in the process of utilizing an html static template to develop a component, common service developers have the following problems:
when the html static template is utilized to develop the webpage interface, more webpage JS scripts are required to be written to control the display and interaction of webpage contents, so that the webpage interface is complex to develop and the webpage interface development efficiency is low.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a method, an apparatus, a computer device, and a storage medium for constructing a web page component template, which can reduce the complexity of web page interface development and improve the web page interface development efficiency.
A web page component template construction method, the method comprising:
analyzing element labels with first attributes in html static pages;
acquiring a second attribute in the html static page according to the element tag;
acquiring component construction according to the first attribute, and establishing a component instance by combining the component construction and parameters transmitted according to the second attribute; wherein the component build includes component attributes and component logic, the component attributes for defining the incoming parameters;
and outputting the webpage component template according to the input variable of the component instance and the component logic.
In one embodiment, the first attribute comprises a component identification attribute.
In one embodiment, the second attribute includes at least one of a name attribute, a source attribute, and a value attribute.
In one embodiment, the obtaining the component construction according to the first attribute and combining the component construction and creating the component instance according to the parameter input by the second attribute includes: acquiring a component identifier according to the first attribute; searching the component construction matched with the component identification from a component library according to the component identification; and creating a component instance according to the component construction and the parameters transmitted by the second attribute.
In one embodiment, the component instance is bound to an incoming variable for an incoming external parameter by a dynamic parsing syntax.
In one embodiment, the dynamic parsing syntax includes at least one of JSON Object syntax and Object property hierarchy access.
In one embodiment, the web page component template output mode includes at least one of a DOM tree operation output mode and a Writer stream output mode.
A web page component template building apparatus, the apparatus comprising:
the element tag analysis module is used for analyzing element tags with first attributes in the html static page;
the second attribute acquisition module is used for acquiring a second attribute in the html static page according to the element tag;
the component instance creation module is used for acquiring component construction according to the first attribute, combining the component construction and creating a component instance according to the parameters transmitted by the second attribute; wherein the component build includes component attributes and component logic, the component attributes for defining the incoming parameters;
and the webpage component template output module is used for outputting the webpage component template according to the input variable of the component instance and the component logic.
A computer device comprising a memory storing a computer program and a processor which when executing the computer program performs the steps of:
analyzing element labels with first attributes in html static pages;
acquiring a second attribute in the html static page according to the element tag;
acquiring component construction according to the first attribute, and establishing a component instance by combining the component construction and parameters transmitted according to the second attribute; wherein the component build includes component attributes and component logic, the component attributes for defining the incoming parameters;
and outputting the webpage component template according to the input variable of the component instance and the component logic.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
analyzing element labels with first attributes in html static pages;
acquiring a second attribute in the html static page according to the element tag;
acquiring component construction according to the first attribute, and establishing a component instance by combining the component construction and parameters transmitted according to the second attribute; wherein the component build includes component attributes and component logic, the component attributes for defining the incoming parameters;
and outputting the webpage component template according to the input variable of the component instance and the component logic.
According to the method, the device, the computer equipment and the storage medium for constructing the webpage component template, the externally-transmitted parameters are acquired through the attribute in the html static page, the component instance is created, the webpage component template is constructed through the transmitted variable and the component logic of the component instance, and the input parameters can be processed and displayed in the webpage component template, so that the specific business webpage interface function is completed, the complexity of webpage interface development is reduced, and the webpage interface development efficiency is improved.
Drawings
FIG. 1 is a flow diagram of a method for building a web page component template in one embodiment;
FIG. 2 is a flow diagram of the component instance creation steps in one embodiment;
FIG. 3 is a flow chart of a web page component template construction in one embodiment;
FIG. 4 is a block diagram of an apparatus for building templates of web page components in one embodiment;
fig. 5 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
In one embodiment, as shown in fig. 1, a method for constructing a web page component template is provided, which includes the following steps:
step S110, analyzing element labels with first attributes in the html static page.
The html static page is designed for UIUE (User Interface and User Experience ) designers to use for displaying front-end web pages. The first attribute includes a component identification attribute. Specifically, the component identifier attribute is a jwcid (Java Web Component ID, java web page component identifier) attribute.
Specifically, the element labels refer to codes among the labels, and all codes with the first attribute are analyzed through the first attribute.
And step S120, obtaining a second attribute in the html static page according to the element tag.
Wherein the second attribute comprises at least one of a name attribute, a source attribute, and a value attribute. The second attribute is for an incoming external parameter. Specifically, the name attribute, the source attribute, and the value attribute correspond to the name attribute, the source attribute, and the value attribute, respectively.
Step S130, component construction is obtained according to the first attribute, and component construction is combined with the component construction and component instance creation is carried out according to the parameters transmitted by the second attribute; wherein the component build includes component attributes and component logic, the component attributes defining the incoming parameters.
In particular, component properties are used to define incoming parameters and expressions, and component logic refers to the method employed by the component to perform a particular function internally.
And step 140, outputting a webpage component template according to the input variable of the component instance and the component logic.
The input variables are used for inputting external parameters, the external parameters are input into the assembly, and the parameters are processed according to the logic of the assembly, so that the processing of the parameters and the display of a webpage interface can be realized.
Specifically, the web page component module is composed of the incoming variable of the component instance and the component logic, so that the web page component module can realize incoming external parameter processing and page display.
In one embodiment, the web page component template output mode includes at least one of a DOM tree operation output mode and a Writer stream output mode. The JavaScript language is realized by adopting a DOM tree operation output mode, and the Java language is realized by adopting a Writer stream output mode.
In one embodiment, in step S130, as shown in fig. 2, the obtaining a component construction according to the first attribute, and creating a component instance according to the component construction and the parameter input according to the second attribute includes:
step S131, obtaining the component identification according to the first attribute.
Where the first attribute includes a jwcid attribute, then the component is identified as the value of the jwcid attribute, e.g., jwcid= "@ xxx", then the component is identified as @ xxx and the component name is xxx.
And step S132, searching the component construction matched with the component identification from a component library according to the component identification.
The component library comprises commonly used components, and the component construction comprises component attributes and component logic. Specifically, the corresponding component construction is found according to the component name in the component identifier. Component identification describes the unique ID identification of components in a component library that have been built and provided for use.
And step S133, creating a component instance according to the component construction and the parameters transmitted by the second attribute.
Wherein component instances are a set of operating procedures created for accomplishing a particular function. Specifically, the component instance can construct internal logic operation according to the input parameters and the components, and a specific function is realized, and the specific function can be a service webpage interface function.
In one embodiment, the component instance is bound to an incoming variable for an incoming external parameter by a dynamic parsing syntax. The incoming variable binding is to use the incoming variable in the rendering of the component or in the component logic, through which the component instance can obtain the incoming data, for example: generating a drop-down selection list according to the incoming data, and displaying a specific date according to the incoming data; the incoming variable is for a particular component instance, and different component instances may have different incoming data. Wherein the dynamic parsing grammar is "ognl: xxx".
In this embodiment, the dynamic parsing syntax includes at least one of JSON Object syntax and Object attribute hierarchy access. The JavaScript language implementation adopts a JSON Object grammar, and the Java language implementation adopts Object attribute hierarchical structure access.
In the method for constructing the webpage component template, the externally-transmitted parameters are acquired through the attributes in the html static page, the component instance is created, and the webpage component template is constructed through the transmitted variables and the component logic of the component instance, so that the input parameters can be processed and displayed in the webpage component template, the specific business webpage interface function is completed, the development complexity of the webpage interface is reduced, and the development efficiency of the webpage interface is improved.
In one particular embodiment, as shown in FIG. 3, an html static page builds a web page component template in two ways.
In JavaScript language implementation, firstly, resolving a jwcid attribute to obtain an element tag with the jwcid attribute, then resolving the element tag to obtain a second attribute, wherein the second attribute comprises at least one of a name attribute, a source attribute and a value attribute, and then performing ognl resolution to bind an incoming variable; secondly, component construction is obtained through jwcid attributes, component construction and component instantiation are carried out by combining the component construction and the input variables, the component instance is executed through external parameters input by the input variables, the component instance rendering refers to analyzing components used by html static pages, the components are instantiated according to the input external parameters, internal logic of the components is operated, a webpage component template for display is output, and a DOM tree operation output mode is adopted as an output mode.
In Java language implementation, firstly, resolving jwcid attributes to obtain element tags with jwcid attributes, then resolving the element tags to obtain second attributes, wherein the second attributes comprise at least one of name attributes, source attributes and value attributes, and then performing ognl resolution to bind incoming variables; secondly, component construction is obtained through jwcid attributes, component construction and component instantiation are carried out by combining the component construction and the input variables, the component instance is executed through external parameters input by the input variables, the component instance rendering refers to analyzing components used by html static pages, the components are instantiated according to the input external parameters, internal logic of the components is operated, a webpage component template for display is output, and a Writer stream output mode is adopted as an output mode.
It should be understood that, although the steps in the flowcharts of fig. 1-3 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 1-3 may include multiple sub-steps or phases that are not necessarily performed at the same time, but may be performed at different times, nor does the order in which the sub-steps or phases are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or phases of other steps or other steps.
In one embodiment, as shown in fig. 4, there is provided a web page component template construction apparatus, including: an element tag parsing module 210, a second attribute obtaining module 220, a component instance creation module 230, and a web page component template output module 240, wherein:
the element tag parsing module 210 is configured to parse an element tag having a first attribute in an html static page.
Wherein the first attribute comprises a component identification attribute.
And a second attribute obtaining module 220, configured to obtain a second attribute in the html static page according to the element tag.
Wherein the second attribute comprises at least one of a name attribute, a source attribute, and a value attribute. The second attribute is for an incoming external parameter.
A component instance creation module 230, configured to obtain a component build according to the first attribute, and create a component instance in combination with the component build and parameters that are transferred according to the second attribute; wherein the component build includes component attributes and component logic, the component attributes defining the incoming parameters.
And the web page component template output module 240 is configured to output a web page component template according to the component logic and the incoming variable of the component instance.
In one embodiment, the web page component template output mode includes at least one of a DOM tree operation output mode and a Writer stream output mode. The JavaScript language is realized by adopting a DOM tree operation output mode, and the Java language is realized by adopting a Writer stream output mode.
In one embodiment, the component instance creation module 230 includes: the component identifier acquisition unit is used for acquiring a component identifier according to the first attribute; the component construction searching unit is used for searching the component construction matched with the component identifier from a component library according to the component identifier; and the component instance creation unit is used for creating a component instance according to the component construction and the parameters transmitted by the second attribute.
In one embodiment, the component instance is bound to an incoming variable for an incoming external parameter by a dynamic parsing syntax. The incoming variable binding is to use the incoming variable in the rendering of the component or in the component logic, through which the component instance can obtain the incoming data, for example: generating a drop-down selection list according to the incoming data, and displaying a specific date according to the incoming data; the incoming variable is for a particular component instance, and different component instances may have different incoming data. Wherein the dynamic parsing grammar is "ognl: xxx".
In this embodiment, the dynamic parsing syntax includes at least one of JSON Object syntax and Object attribute hierarchy access. The JavaScript language implementation adopts a JSON Object grammar, and the Java language implementation adopts Object attribute hierarchical structure access.
For specific limitation of the device for constructing the web page component template, reference may be made to the limitation of the method for constructing the web page component template hereinabove, and the description thereof will not be repeated here. The modules in the webpage component template construction device can be realized in whole or in part by software, hardware and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 5. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is for storing component data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements a web page component template construction method.
It will be appreciated by those skilled in the art that the structure shown in fig. 5 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided comprising a memory and a processor, the memory having stored therein a computer program, the processor when executing the computer program performing the steps of:
analyzing element labels with first attributes in html static pages;
acquiring a second attribute in the html static page according to the element tag;
acquiring component construction according to the first attribute, and establishing a component instance by combining the component construction and parameters transmitted according to the second attribute; wherein the component build includes component attributes and component logic, the component attributes for defining the incoming parameters;
and outputting the webpage component template according to the input variable of the component instance and the component logic.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
analyzing element labels with first attributes in html static pages;
acquiring a second attribute in the html static page according to the element tag;
acquiring component construction according to the first attribute, and establishing a component instance by combining the component construction and parameters transmitted according to the second attribute; wherein the component build includes component attributes and component logic, the component attributes for defining the incoming parameters;
and outputting the webpage component template according to the input variable of the component instance and the component logic.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples merely represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the invention. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (10)

1. A method for constructing a web page component template, the method comprising:
analyzing element labels with the first attribute in an html static page through the first attribute, wherein the element labels refer to codes among the labels;
acquiring a second attribute in the html static page according to the element tag, wherein the second attribute comprises a name attribute;
acquiring component construction according to the first attribute, and establishing a component instance by combining the component construction and parameters transmitted according to the second attribute; the component construction comprises component attributes and component logic, wherein the component attributes are used for defining the incoming parameters, the component instance is bound with incoming variables through dynamic analysis grammar, and the incoming variables are used for incoming external parameters;
outputting a webpage component template according to the input variable of the component instance and the component logic, wherein the input variable is used for inputting an external parameter, the component logic is used for processing the external parameter, the webpage component template is composed of the input variable of the component instance and the component logic, and the webpage component template is used for processing and displaying the input external parameter;
when the webpage component template construction method is applied to JavaScript language implementation, the dynamic analysis grammar is a JSON object grammar, and the webpage component template output mode is a DOM tree operation output mode;
when the webpage component template construction method is applied to Java language implementation, the dynamic analysis grammar is accessed for an Object attribute hierarchical structure, and the webpage component template output mode is a Writer stream output mode.
2. The method of claim 1, wherein the first attribute comprises a component identification attribute.
3. The method of claim 1, wherein the second attribute comprises at least one of a source attribute, a value attribute.
4. The method of claim 1, wherein the obtaining a component build from the first attribute and creating a component instance in conjunction with the component build and parameters entered from the second attribute comprises:
acquiring a component identifier according to the first attribute;
searching the component construction matched with the component identification from a component library according to the component identification;
and creating a component instance according to the component construction and the parameters transmitted by the second attribute.
5. A web page component template building apparatus, the apparatus comprising:
the element tag analysis module is used for analyzing element tags with the first attribute in the html static page through the first attribute, wherein the element tags refer to codes among the tags;
the second attribute acquisition module is used for acquiring a second attribute in the html static page according to the element tag, wherein the second attribute comprises a name attribute;
the component instance creation module is used for acquiring component construction according to the first attribute, combining the component construction and creating a component instance according to the parameters transmitted by the second attribute; the component construction comprises component attributes and component logic, wherein the component attributes are used for defining the incoming parameters, the component instance is bound with incoming variables through dynamic analysis grammar, and the incoming variables are used for incoming external parameters;
the webpage component template output module is used for outputting a webpage component template according to the input variable of the component instance and the component logic, wherein the input variable is used for inputting external parameters, the component logic is used for processing the external parameters, the webpage component template consists of the input variable of the component instance and the component logic, and the webpage component template is used for processing and displaying the input external parameters;
when the webpage component template construction method is applied to JavaScript language implementation, the dynamic analysis grammar is a JSON object grammar, and the webpage component template output mode is a DOM tree operation output mode;
when the webpage component template construction method is applied to Java language implementation, the dynamic analysis grammar is accessed for an Object attribute hierarchical structure, and the webpage component template output mode is a Writer stream output mode.
6. The apparatus of claim 5, wherein the first attribute comprises a component identification attribute.
7. The apparatus of claim 5, wherein the second attribute comprises at least one of a source attribute, a value attribute.
8. The device according to claim 5, wherein the component instance creation module is specifically configured to:
acquiring a component identifier according to the first attribute;
searching the component construction matched with the component identification from a component library according to the component identification;
and creating a component instance according to the component construction and the parameters transmitted by the second attribute.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 4 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 4.
CN201811610464.9A 2018-12-27 2018-12-27 Webpage component template construction method and device, computer equipment and storage medium Active CN109840083B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811610464.9A CN109840083B (en) 2018-12-27 2018-12-27 Webpage component template construction method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811610464.9A CN109840083B (en) 2018-12-27 2018-12-27 Webpage component template construction method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109840083A CN109840083A (en) 2019-06-04
CN109840083B true CN109840083B (en) 2023-05-12

Family

ID=66883574

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811610464.9A Active CN109840083B (en) 2018-12-27 2018-12-27 Webpage component template construction method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109840083B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110764753B (en) * 2019-09-18 2023-08-25 亚信创新技术(南京)有限公司 Business logic code generation method, device, equipment and storage medium
CN110781440A (en) * 2019-10-31 2020-02-11 北京东软望海科技有限公司 Container height adjusting method and device, computer equipment and storage medium
CN110825374A (en) * 2019-11-04 2020-02-21 泰康保险集团股份有限公司 Page generation method and device based on component, electronic equipment and storage medium
CN111274509B (en) * 2020-01-14 2021-08-17 拉扎斯网络科技(上海)有限公司 Object list page display method and device
CN112965716B (en) * 2021-02-01 2022-05-03 海南两心科技有限公司 Page processing method and device, electronic equipment and readable storage medium
CN114911534B (en) * 2021-02-09 2024-02-20 浙江宇视科技有限公司 Page information extraction method, setting method, device, electronic equipment and medium
CN113342413B (en) * 2021-05-31 2023-11-10 北京百度网讯科技有限公司 Method, apparatus, device, medium, and article for processing components

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158896A (en) * 2007-08-31 2008-04-09 南京联创科技股份有限公司 Service assemblage based on MVC and method for page moulding development WEB platform

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102508864A (en) * 2011-10-10 2012-06-20 深圳中兴网信科技有限公司 Tapestry framework-based method for previewing images in real time
CN103761082A (en) * 2013-12-31 2014-04-30 湖南大唐先一科技有限公司 Componential research and development mode and domain driving model combined application development system and platform
US9952837B1 (en) * 2015-04-01 2018-04-24 The Mathworks, Inc. Reusable component in a modeling environment
CN107402775A (en) * 2016-05-19 2017-11-28 百度在线网络技术(北京)有限公司 Generation method, the device and system of webpage
CN108268252A (en) * 2016-12-29 2018-07-10 北京国双科技有限公司 The method and apparatus for adding component property
GB2563429A (en) * 2017-06-15 2018-12-19 Hsbc Group Man Services Limited System for dynamic user interface generation
CN108052365B (en) * 2017-12-19 2021-04-27 深圳市四格互联信息技术有限公司 User interface component generation method and device
CN108549532A (en) * 2018-03-14 2018-09-18 武汉斗鱼网络科技有限公司 Webpage construction method, device, electronic equipment and storage medium
CN108572825B (en) * 2018-05-28 2021-11-16 郑州悉知信息科技股份有限公司 User interface processing method, device and equipment

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158896A (en) * 2007-08-31 2008-04-09 南京联创科技股份有限公司 Service assemblage based on MVC and method for page moulding development WEB platform

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
王华 ; .Web应用层推陈出新J2EE架构所面临的挑战.电脑知识与技术(学术交流).2006,(第36期),全文. *
郑华 ; .基于MVC模式的Tapestry框架研究与应用.微电子学与计算机.2006,(第S1期),全文. *

Also Published As

Publication number Publication date
CN109840083A (en) 2019-06-04

Similar Documents

Publication Publication Date Title
CN109840083B (en) Webpage component template construction method and device, computer equipment and storage medium
JP6755954B2 (en) Interface data presentation method and equipment
CN109901834B (en) Document page generation method, device, computer equipment and storage medium
CN109684607B (en) JSON data analysis method and device, computer equipment and storage medium
CN108804159B (en) Javascript module loading method and preprocessing method and device thereof, and computer equipment
CN109670053B (en) Data object mapping method, device, equipment and computer readable storage medium
US9141596B2 (en) System and method for processing markup language templates from partial input data
CN110727429B (en) Front-end page generation method, device and equipment
CN112015420A (en) Form rendering method and device, computer equipment and storage medium
CN113283228A (en) Document generation method and device, electronic equipment and storage medium
CN112732246A (en) Data visualization method and device based on HTML template and electronic equipment
CN107766036B (en) Module construction method and device and terminal equipment
CN114816404A (en) Method and device for dynamically rendering view page, computer equipment and storage medium
CN113050921A (en) Webpage conversion method, device, storage medium and computer equipment
CN110308904B (en) Aggregation method and device for multi-type front-end frames and computer equipment
CN110347588B (en) Software verification method, device, computer equipment and storage medium
CN115712422A (en) Form page generation method and device, computer equipment and storage medium
CN111078217A (en) Brain graph generation method, apparatus and computer-readable storage medium
CN112905944B (en) Page online dynamic generation method and device, electronic equipment and readable storage medium
CN116009863A (en) Front-end page rendering method, device and storage medium
CN112486378B (en) Graph generation method, device, terminal and storage medium
CN114201215A (en) Interface document generation method and device, electronic equipment and storage medium
CN112417020A (en) Method and device for realizing service expansion, computer equipment and storage medium
CN112714148A (en) Interface configuration method, device, equipment and medium
CN113961244B (en) Page conversion method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant