CN103019684A - Dynamic template-based business page configuring method - Google Patents

Dynamic template-based business page configuring method Download PDF

Info

Publication number
CN103019684A
CN103019684A CN201210473296XA CN201210473296A CN103019684A CN 103019684 A CN103019684 A CN 103019684A CN 201210473296X A CN201210473296X A CN 201210473296XA CN 201210473296 A CN201210473296 A CN 201210473296A CN 103019684 A CN103019684 A CN 103019684A
Authority
CN
China
Prior art keywords
page
template
dynamic template
control functionality
dynamic
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
CN201210473296XA
Other languages
Chinese (zh)
Other versions
CN103019684B (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 Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech 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 Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN201210473296.XA priority Critical patent/CN103019684B/en
Publication of CN103019684A publication Critical patent/CN103019684A/en
Application granted granted Critical
Publication of CN103019684B publication Critical patent/CN103019684B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention relates to a dynamic template-based business page configuring method. The dynamic template-based business page configuring method comprises the following steps: decomposing a page element into control function units; splicing and combining the control function units according to content requirements of a business page to be generated so as to form various dynamic templates; according to the business type of the page to be generated, establishing relevance between related attributes of the page and a required dynamic template; based on the relevance relation between the page and the required dynamic template, invoking the required dynamic template by the page so as to form the required business page; and when the business page is required to be revised, configuring the dynamic template used by the business page to achieve revision. The page element is decomposed into the control function units which can be used by different dynamic templates, so that the reusability of the element is improved; through configuration of the dynamic template, different elements are flexibly shown on the page; and during the configuration, the control function units are dragged through a visual interface so as to realize dynamic exhibition of various pages, thus saving the development time and reducing the workload.

Description

A kind of method of the configuration service page based on dynamic template
Technical field
The present invention relates to a kind of method of page dynamic template configuration, belong to computer realm.
Background technology
Represent in the layer exploitation at J2EE WEB, show this demand of different page elements for different page operation at the same page, traditional development approach is normally by the different jsp page of exploitation, then utilize ajax technology dynamic load to realize, the method for perhaps utilizing the js page technology directly to export the control functionality unit realizes.Above-mentioned development scheme is applicable to the exploitation of less portfolio, but for the complex situations that have than the high traffic demand, such as telecommunications industry, this development scheme very complicated that just seems, identical page control functional unit can't be reused, and consumes larger workload, and each exploitation all must be revised the jsp code, cause frequently code to be reached the standard grade, affect user awareness.
Summary of the invention
Technical matters to be solved by this invention is for the deficiencies in the prior art, provides that a kind of workload is little, the construction cycle is short, the element reusing degree is high, uses flexibly the method based on the configuration service page of dynamic template.
The technical scheme that the present invention solves the problems of the technologies described above is as follows: a kind of method of the configuration service page based on dynamic template, and concrete steps are as follows:
Step 1: the element of the page is decomposed into a plurality of control functionality unit;
Step 2: the content needs according to the professional page to be generated carry out different assembling combination with the control functionality unit, form various dynamic templates;
Step 3: the association attributes of setting up the page according to the type of service of the professional page to be generated is related with required dynamic template;
Step 4: based on the incidence relation that the page and required dynamic template are set up, the dynamic template that page invocation is required forms the required professional page.
On the basis of technique scheme, the present invention can also do following improvement.
Further, said method also can have following characteristics, when needs are revised the professional page, by the Configuration to the used dynamic template of the professional page.
Further, the configuration of dynamic template comprised increase or delete corresponding control functionality unit.
Further, according to service needed the control functionality unit is carried out different assembling combination in the described step 2, form
The step of various dynamic templates is as follows:
Step 2.1: the attribute that all control functionality unit are set, the attribute information of control functionality unit is deposited in the control functionality unit information module, and in control functionality unit information module, automatically generate the HTML code of each control functionality unit and the ID numbering of each control functionality unit;
Step 2.2: the attribute of dynamic template to be generated is set, the required control functionality of dynamic template to be generated unit is dragged to the appointed area;
Step 2.3: according to the HTML code of corresponding control functionality unit in the ID of the used control functionality of the dynamic template to be generated unit numbering read control functional unit information module and be deposited in the Template Information module;
Step 2.4: the attribute information of dynamic template to be generated is deposited in the Template Information module, and in the Template Information module, automatically generates the HTML code of template framework;
Step 2.5: according to the attribute information of dynamic template to be generated, the HTML code of template framework and the HTML code of used control functionality unit are carried out assembling combination, form the HTML code that template is complete, and automatically generate the ID numbering of dynamic template to be generated.
Further, in the described step 1 page elements being decomposed to form the control functionality unit realizes by the J2EE technology.
Further, the page utilizes the dwr technology to call used dynamic template in the described step 8.
The invention has the beneficial effects as follows: the present invention is by being decomposed into page elements the control functionality unit, and the control functionality unit can be used for different dynamic templates, improved the reusing degree of element; And can be by simple configuration make and represent flexibly different elements on the page to dynamic template, having solved the each page change of original implementation, all need to revise the exploitation complexity that page jsp code causes loaded down with trivial details, the problem that code is frequently reached the standard grade; Simultaneously the present invention utilizes simple and convenient page visualization interface to realize pulling of control functionality unit, thereby make traffic operation staff also can pass through easily the control functionality cell location of dynamic template, realize the Dynamic Display of the various pages, saved the development time, reduced workload, mass of system is significantly improved, promoted the competitive edge in of the same trade.
Description of drawings
Fig. 1 is the process flow diagram of the method for a kind of configuration service page based on dynamic template of the present invention;
Fig. 2 carries out different assembling combination according to business demand with the control functionality unit in the step 2 of the present invention, forms the process flow diagram of various dynamic templates;
Embodiment
Below in conjunction with accompanying drawing principle of the present invention and feature are described, institute gives an actual example and only is used for explaining the present invention, is not be used to limiting scope of the present invention.
Be the process flow diagram of the method for a kind of configuration service page based on dynamic template of the present invention such as Fig. 1, as shown in the figure, a kind of method of the configuration service page based on dynamic template, concrete steps are as follows:
Step 1: the element of the page is decomposed into the control functionality unit;
Wherein, the control functionality unit namely forms the unit of Page Template, according to the single professional control functionality unit that service needed decomposites, comprise the types such as single text, large text, choice box, possess the attributes such as title, sign, verification type (whether essential), validity, js script.
Wherein, page elements is decomposed to form the control functionality unit and realizes that by the J2EE technology J2EE is java Enterprise Development platform.
Step 2: the content needs according to the professional page to be generated carry out different assembling combination with the control functionality unit, form various dynamic templates;
Step 3: the association attributes of setting up the page according to the type of service of the professional page to be generated is related with required dynamic template;
Step 4: the incidence relation based on the page and used dynamic template are set up at the used dynamic template of page invocation, forms the required professional page.
Wherein, the page utilizes the dwr technology to call used dynamic template.
DWR(Direct Web Remoting) is an Open Framework that is used for improving the mutual remote server end AJAX Interactive Web Page application and development of web page and java class, can helps the developer to develop the website that comprises the AJAX technology.
In addition, when needs are revised the professional page, by the Configuration to the used dynamic template of the professional page; Configuration to dynamic template comprises increase or deletes corresponding control functionality unit.
Fig. 2 carries out different assembling combination according to business demand with the control functionality unit in the step 2 of the present invention,
Form the process flow diagram of various dynamic templates; As shown in the figure, concrete steps are as follows:
Step 2.1: the attribute that all control functionality unit are set, the attribute information of control functionality unit is deposited in the control functionality unit information module, and in control functionality unit information module, automatically generate the HTML code of each control functionality unit and the ID numbering of each control functionality unit;
Step 2.2: the attribute of dynamic template to be generated is set, the required control functionality of dynamic template to be generated unit is dragged to the appointed area;
Step 2.3: the attribute information of dynamic template to be generated is deposited in the Template Information module, and in the Template Information module, automatically generates the HTML code of template framework;
Step 2.4: according to the HTML code of corresponding control functionality unit in the ID of the used control functionality of the dynamic template to be generated unit numbering read control functional unit information module and be deposited in the Template Information module;
Step 2.5: according to the attribute information of dynamic template to be generated, the HTML code of template framework and the HTML code of used control functionality unit are carried out assembling combination, form the HTML code that template is complete, and automatically generate the ID numbering of dynamic template to be generated.
The below complains the example that is configured to of the professional page to be elaborated to accept:
The element of the page is decomposed into the control functionality unit, complains the content needs of the professional page that the control functionality unit is carried out assembling combination according to be generated accepting, form dynamic template; Complain the type of service of the professional page will complain type of service and dynamic template to carry out associated configuration according to accepting, accept and complain the used dynamic template of professional page invocation, realized at same complaint acceptation interface, by selecting different complaint types of service, the different page elements of accepting content of dynamic displaying, simple and convenient accepting of the work order information that has satisfied different complaint types filled in, and greatly reduces developer's workload.
The present invention is by being decomposed into page elements the control functionality unit, and the control functionality unit can be used for different dynamic templates, improved the reusing degree of element; And can be by simple configuration make and represent flexibly different elements on the page to dynamic template, having solved the each page change of original implementation, all need to revise the exploitation complexity that page jsp code causes loaded down with trivial details, the problem that code is frequently reached the standard grade; Simultaneously the present invention utilizes simple and convenient page visualization interface to realize pulling of control functionality unit, thereby make traffic operation staff also can pass through easily the control functionality cell location of dynamic template, realize the Dynamic Display of the various pages, saved the development time, reduced workload, mass of system is significantly improved, promoted the competitive edge in of the same trade.
The above only is preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, is equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (6)

1. method based on the configuration service page of dynamic template is characterized in that concrete steps are as follows:
Step 1: the element of the page is decomposed into a plurality of control functionality unit;
Step 2: the content needs according to the professional page to be generated carry out different assembling combination with the control functionality unit, form various dynamic templates;
Step 3: the association attributes of setting up the page according to the type of service of the professional page to be generated is related with required dynamic template;
Step 4: based on the incidence relation that the page and required dynamic template are set up, the dynamic template that page invocation is required forms the required professional page.
2. the method for described a kind of configuration service page based on dynamic template according to claim 1 is characterized in that, also comprises when needs are revised the professional page, by the used dynamic template of the professional page is configured realization.
3. the method for described a kind of configuration service page based on dynamic template according to claim 2 is characterized in that, the configuration of dynamic template is comprised increase or delete corresponding control functionality unit.
4. the method for described a kind of page dynamic template configuration according to claim 1 is characterized in that according to service needed the control functionality unit is carried out different assembling combination in the described step 2, the step that forms various dynamic templates is as follows:
Step 2.1: the attribute that all control functionality unit are set, the attribute information of control functionality unit is deposited in the control functionality unit information module, and in control functionality unit information module, automatically generate the HTML code of each control functionality unit and the ID numbering of each control functionality unit;
Step 2.2: the attribute of dynamic template to be generated is set, the required control functionality of dynamic template to be generated unit is dragged to the appointed area;
Step 2.3: according to the HTML code of corresponding control functionality unit in the ID of the used control functionality of the dynamic template to be generated unit numbering read control functional unit information module and be deposited in the Template Information module;
Step 2.4: the attribute information of dynamic template to be generated is deposited in the Template Information module, and in the Template Information module, automatically generates the HTML code of template framework;
Step 2.5: according to the attribute information of dynamic template to be generated, the HTML code of template framework and the HTML code of used control functionality unit are carried out assembling combination, form the HTML code that template is complete, and automatically generate the ID numbering of dynamic template to be generated.
5. the method for described a kind of page dynamic template configuration according to claim 1 is characterized in that, in the described step 1 page elements is decomposed to form the control functionality unit and realizes by the J2EE technology.
6. the method for described a kind of page dynamic template configuration according to claim 1 is characterized in that the page utilizes the dwr technology to call used dynamic template in the described step 8.
CN201210473296.XA 2012-11-20 2012-11-20 A kind of method of the configuration service page based on dynamic template Active CN103019684B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210473296.XA CN103019684B (en) 2012-11-20 2012-11-20 A kind of method of the configuration service page based on dynamic template

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210473296.XA CN103019684B (en) 2012-11-20 2012-11-20 A kind of method of the configuration service page based on dynamic template

Publications (2)

Publication Number Publication Date
CN103019684A true CN103019684A (en) 2013-04-03
CN103019684B CN103019684B (en) 2016-03-16

Family

ID=47968323

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210473296.XA Active CN103019684B (en) 2012-11-20 2012-11-20 A kind of method of the configuration service page based on dynamic template

Country Status (1)

Country Link
CN (1) CN103019684B (en)

Cited By (49)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473316A (en) * 2013-09-11 2013-12-25 北京思特奇信息技术股份有限公司 Data column dynamically displaying method and device
CN103593188A (en) * 2013-11-14 2014-02-19 中国电子科技集团公司第四十一研究所 System and method for managing what-you-see-is-what-you-get menus of instrument
CN103955364A (en) * 2014-04-15 2014-07-30 南威软件股份有限公司 Front end assembly method suitable for mobile phone
CN104050275A (en) * 2014-06-25 2014-09-17 国家电网公司 Method and system for reviewing project
CN104331288A (en) * 2014-10-31 2015-02-04 北京思特奇信息技术股份有限公司 Method and system for showing dynamic page in configured manner
CN104331285A (en) * 2014-10-30 2015-02-04 北京思特奇信息技术股份有限公司 Automatic code generation method and system
CN104408548A (en) * 2014-10-31 2015-03-11 北京思特奇信息技术股份有限公司 Graphical guiding display method and system
CN104424522A (en) * 2013-08-28 2015-03-18 阿里巴巴集团控股有限公司 Service processing system and configuration method thereof
CN104462131A (en) * 2013-09-23 2015-03-25 阿里巴巴集团控股有限公司 Method and device for processing information issuing page
CN104809240A (en) * 2015-05-13 2015-07-29 广州华多网络科技有限公司 Page processing method and equipment adopting same
CN105094813A (en) * 2015-07-01 2015-11-25 北京京东尚科信息技术有限公司 Method and device for processing of user page template
CN105095445A (en) * 2015-07-24 2015-11-25 北京奇虎科技有限公司 Page generation method and system
CN105242926A (en) * 2015-09-30 2016-01-13 北京锐安科技有限公司 Web front-end development platform
CN105573765A (en) * 2015-12-29 2016-05-11 武汉传神信息技术有限公司 Implementation method for dynamic form, client and server
CN105786987A (en) * 2016-02-17 2016-07-20 中国建设银行股份有限公司 Page configuration method and device
CN105825402A (en) * 2016-03-17 2016-08-03 广州筷子信息科技有限公司 Method and device for orientating ad creative element
CN106096064A (en) * 2016-07-19 2016-11-09 百度在线网络技术(北京)有限公司 For the method and apparatus generating the page
CN106293671A (en) * 2015-06-04 2017-01-04 阿里巴巴集团控股有限公司 A kind of method and device of formation component template
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus
CN106775618A (en) * 2016-11-09 2017-05-31 北京许继电气有限公司 The code automatic generation method of HTML5 form Mobile solution development platforms
CN106951273A (en) * 2017-05-02 2017-07-14 山东浪潮通软信息科技有限公司 The method and apparatus that a kind of dynamic configuration generates professional workstation
CN107526576A (en) * 2016-06-21 2017-12-29 阿里巴巴集团控股有限公司 The methods of exhibiting and device of the view component of the page
CN107562552A (en) * 2017-09-06 2018-01-09 深圳市中润四方信息技术有限公司 A kind of service message generation method and system
CN107766117A (en) * 2017-11-16 2018-03-06 山东浪潮通软信息科技有限公司 A kind of method and device of showing interface
CN107818143A (en) * 2017-10-16 2018-03-20 中国银联股份有限公司 A kind of page configuration, generation method and device
CN108021629A (en) * 2017-11-22 2018-05-11 链家网(北京)科技有限公司 A kind of ad material data creation method, apparatus and system
CN108154569A (en) * 2017-12-27 2018-06-12 广州奥格智能科技有限公司 A kind of inspection acquisition method based on object modelization configuration
CN108228596A (en) * 2016-12-13 2018-06-29 中国移动通信集团上海有限公司 A kind of dynamic data methods of exhibiting
CN108491365A (en) * 2018-02-02 2018-09-04 方欣科技有限公司 A kind of PDF splits the method and device of combination according to different business automatically
CN108572817A (en) * 2017-03-07 2018-09-25 北京京东尚科信息技术有限公司 The method, apparatus and medium of dynamic resource allocation based on business model
WO2019019350A1 (en) * 2017-07-25 2019-01-31 上海壹账通金融科技有限公司 Method, apparatus and device for generating account opening page and computer readable storage medium
CN109358919A (en) * 2018-08-20 2019-02-19 中国平安人寿保险股份有限公司 Dynamic Configuration, device, computer equipment and the storage medium of Universal page
CN109388396A (en) * 2018-09-18 2019-02-26 深圳壹账通智能科技有限公司 Page generation method, device, computer equipment and storage medium
CN109445891A (en) * 2018-10-09 2019-03-08 北京国电智深控制技术有限公司 Picture configuration and methods of exhibiting, device, computer readable storage medium
CN109710249A (en) * 2018-11-13 2019-05-03 国云科技股份有限公司 A method of the custom page template based on cloudy platform
CN110297636A (en) * 2019-07-03 2019-10-01 广州鲁邦通物联网科技有限公司 A kind of automatic production of HTML page and parameter management method based on page configuration file, system and device
CN110427186A (en) * 2019-07-26 2019-11-08 广东信通通信有限公司 A kind of commander's business page information displaying method and device and equipment based on form
CN110442410A (en) * 2019-07-15 2019-11-12 深圳市元征科技股份有限公司 Embedded type interface design method, device, electronic equipment and storage medium
CN110543307A (en) * 2019-07-23 2019-12-06 江苏联盟信息工程有限公司 application construction method and device
CN110764763A (en) * 2018-07-27 2020-02-07 北京京东尚科信息技术有限公司 Mobile terminal page construction method and system and mobile terminal
CN110865797A (en) * 2018-08-28 2020-03-06 北京京东尚科信息技术有限公司 Method and device for processing dynamic attributes of services
CN111162948A (en) * 2019-12-31 2020-05-15 北京思特奇信息技术股份有限公司 Display interaction configuration method and system
CN111273908A (en) * 2020-02-14 2020-06-12 神州数码融信软件有限公司 Automatic generation method of business interface
CN111695331A (en) * 2020-04-15 2020-09-22 福建天晴数码有限公司 Evaluation template generation method and terminal
CN111966351A (en) * 2020-07-27 2020-11-20 广东融合通信股份有限公司 Implementation method of non-template rapid generation platform
CN112394931A (en) * 2020-11-18 2021-02-23 浩云科技股份有限公司 Static page configuration optimization control method and device for front-end page
CN113110845A (en) * 2021-04-25 2021-07-13 达而观数据(成都)有限公司 Plug-in system based on dynamic template compiling technology and implementation method thereof
CN114968447A (en) * 2022-03-30 2022-08-30 中国人寿保险股份有限公司 Online webpage generation and management method and related equipment
CN116562258A (en) * 2023-07-05 2023-08-08 商飞软件有限公司 Method for generating aircraft histories based on element templates

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1499774A (en) * 2002-11-05 2004-05-26 深圳市中兴通讯股份有限公司上海第二 Method for generating telecommunication network management interface
US7316003B1 (en) * 2002-12-18 2008-01-01 Oracle International Corp. System and method for developing a dynamic web page
CN101609403A (en) * 2009-07-29 2009-12-23 金蝶软件(中国)有限公司 A kind of page layout dynamic switch method and system
CN102637184A (en) * 2011-02-15 2012-08-15 北京千橡网景科技发展有限公司 Method and system for customizing webpages

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1499774A (en) * 2002-11-05 2004-05-26 深圳市中兴通讯股份有限公司上海第二 Method for generating telecommunication network management interface
US7316003B1 (en) * 2002-12-18 2008-01-01 Oracle International Corp. System and method for developing a dynamic web page
CN101609403A (en) * 2009-07-29 2009-12-23 金蝶软件(中国)有限公司 A kind of page layout dynamic switch method and system
CN102637184A (en) * 2011-02-15 2012-08-15 北京千橡网景科技发展有限公司 Method and system for customizing webpages

Cited By (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424522A (en) * 2013-08-28 2015-03-18 阿里巴巴集团控股有限公司 Service processing system and configuration method thereof
CN104424522B (en) * 2013-08-28 2019-01-15 阿里巴巴集团控股有限公司 A kind of transaction processing system and its configuration method
CN103473316A (en) * 2013-09-11 2013-12-25 北京思特奇信息技术股份有限公司 Data column dynamically displaying method and device
CN104462131A (en) * 2013-09-23 2015-03-25 阿里巴巴集团控股有限公司 Method and device for processing information issuing page
CN103593188A (en) * 2013-11-14 2014-02-19 中国电子科技集团公司第四十一研究所 System and method for managing what-you-see-is-what-you-get menus of instrument
CN103593188B (en) * 2013-11-14 2017-01-18 中国电子科技集团公司第四十一研究所 System and method for managing what-you-see-is-what-you-get menus of instrument
CN103955364B (en) * 2014-04-15 2017-06-20 南威软件股份有限公司 A kind of front end assemblies method suitable for mobile phone
CN103955364A (en) * 2014-04-15 2014-07-30 南威软件股份有限公司 Front end assembly method suitable for mobile phone
CN104050275A (en) * 2014-06-25 2014-09-17 国家电网公司 Method and system for reviewing project
CN104331285A (en) * 2014-10-30 2015-02-04 北京思特奇信息技术股份有限公司 Automatic code generation method and system
CN104331288B (en) * 2014-10-31 2017-08-01 北京思特奇信息技术股份有限公司 A kind of configurationization shows the method and system of dynamic page
CN104331288A (en) * 2014-10-31 2015-02-04 北京思特奇信息技术股份有限公司 Method and system for showing dynamic page in configured manner
CN104408548A (en) * 2014-10-31 2015-03-11 北京思特奇信息技术股份有限公司 Graphical guiding display method and system
CN104809240A (en) * 2015-05-13 2015-07-29 广州华多网络科技有限公司 Page processing method and equipment adopting same
CN104809240B (en) * 2015-05-13 2018-06-19 广州华多网络科技有限公司 A kind of page processing method and its equipment
CN106293671A (en) * 2015-06-04 2017-01-04 阿里巴巴集团控股有限公司 A kind of method and device of formation component template
CN105094813B (en) * 2015-07-01 2018-07-06 北京京东尚科信息技术有限公司 The treating method and apparatus of User Page template
CN105094813A (en) * 2015-07-01 2015-11-25 北京京东尚科信息技术有限公司 Method and device for processing of user page template
CN105095445B (en) * 2015-07-24 2019-06-04 北京奇虎科技有限公司 A kind of page generation method and system
CN105095445A (en) * 2015-07-24 2015-11-25 北京奇虎科技有限公司 Page generation method and system
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus
CN105242926A (en) * 2015-09-30 2016-01-13 北京锐安科技有限公司 Web front-end development platform
CN105573765A (en) * 2015-12-29 2016-05-11 武汉传神信息技术有限公司 Implementation method for dynamic form, client and server
CN105786987A (en) * 2016-02-17 2016-07-20 中国建设银行股份有限公司 Page configuration method and device
CN105825402A (en) * 2016-03-17 2016-08-03 广州筷子信息科技有限公司 Method and device for orientating ad creative element
CN107526576B (en) * 2016-06-21 2021-06-15 阿里巴巴集团控股有限公司 Method and device for displaying view components of page
CN107526576A (en) * 2016-06-21 2017-12-29 阿里巴巴集团控股有限公司 The methods of exhibiting and device of the view component of the page
CN106096064A (en) * 2016-07-19 2016-11-09 百度在线网络技术(北京)有限公司 For the method and apparatus generating the page
CN106775618A (en) * 2016-11-09 2017-05-31 北京许继电气有限公司 The code automatic generation method of HTML5 form Mobile solution development platforms
CN108228596A (en) * 2016-12-13 2018-06-29 中国移动通信集团上海有限公司 A kind of dynamic data methods of exhibiting
CN108572817A (en) * 2017-03-07 2018-09-25 北京京东尚科信息技术有限公司 The method, apparatus and medium of dynamic resource allocation based on business model
CN108572817B (en) * 2017-03-07 2021-12-31 北京京东尚科信息技术有限公司 Method, apparatus and medium for dynamic resource configuration based on business modeling
CN106951273A (en) * 2017-05-02 2017-07-14 山东浪潮通软信息科技有限公司 The method and apparatus that a kind of dynamic configuration generates professional workstation
WO2019019350A1 (en) * 2017-07-25 2019-01-31 上海壹账通金融科技有限公司 Method, apparatus and device for generating account opening page and computer readable storage medium
CN107562552A (en) * 2017-09-06 2018-01-09 深圳市中润四方信息技术有限公司 A kind of service message generation method and system
CN107818143A (en) * 2017-10-16 2018-03-20 中国银联股份有限公司 A kind of page configuration, generation method and device
CN107766117A (en) * 2017-11-16 2018-03-06 山东浪潮通软信息科技有限公司 A kind of method and device of showing interface
CN108021629A (en) * 2017-11-22 2018-05-11 链家网(北京)科技有限公司 A kind of ad material data creation method, apparatus and system
CN108021629B (en) * 2017-11-22 2021-06-11 贝壳找房(北京)科技有限公司 Method, device and system for generating advertisement material data
CN108154569A (en) * 2017-12-27 2018-06-12 广州奥格智能科技有限公司 A kind of inspection acquisition method based on object modelization configuration
CN108491365A (en) * 2018-02-02 2018-09-04 方欣科技有限公司 A kind of PDF splits the method and device of combination according to different business automatically
CN110764763A (en) * 2018-07-27 2020-02-07 北京京东尚科信息技术有限公司 Mobile terminal page construction method and system and mobile terminal
CN109358919A (en) * 2018-08-20 2019-02-19 中国平安人寿保险股份有限公司 Dynamic Configuration, device, computer equipment and the storage medium of Universal page
CN109358919B (en) * 2018-08-20 2024-04-02 中国平安人寿保险股份有限公司 Dynamic configuration method and device for universal page, computer equipment and storage medium
CN110865797A (en) * 2018-08-28 2020-03-06 北京京东尚科信息技术有限公司 Method and device for processing dynamic attributes of services
CN109388396A (en) * 2018-09-18 2019-02-26 深圳壹账通智能科技有限公司 Page generation method, device, computer equipment and storage medium
CN109445891B (en) * 2018-10-09 2022-08-12 北京国电智深控制技术有限公司 Picture configuration and display method, device and computer readable storage medium
CN109445891A (en) * 2018-10-09 2019-03-08 北京国电智深控制技术有限公司 Picture configuration and methods of exhibiting, device, computer readable storage medium
CN109710249A (en) * 2018-11-13 2019-05-03 国云科技股份有限公司 A method of the custom page template based on cloudy platform
CN110297636A (en) * 2019-07-03 2019-10-01 广州鲁邦通物联网科技有限公司 A kind of automatic production of HTML page and parameter management method based on page configuration file, system and device
CN110297636B (en) * 2019-07-03 2023-06-27 广州鲁邦通物联网科技股份有限公司 Page automatic generation and parameter management method, system and device based on page configuration file
CN110442410A (en) * 2019-07-15 2019-11-12 深圳市元征科技股份有限公司 Embedded type interface design method, device, electronic equipment and storage medium
CN110543307A (en) * 2019-07-23 2019-12-06 江苏联盟信息工程有限公司 application construction method and device
CN110427186B (en) * 2019-07-26 2023-08-15 广东信通通信有限公司 Command service page information display method, device and equipment based on window
CN110427186A (en) * 2019-07-26 2019-11-08 广东信通通信有限公司 A kind of commander's business page information displaying method and device and equipment based on form
CN111162948A (en) * 2019-12-31 2020-05-15 北京思特奇信息技术股份有限公司 Display interaction configuration method and system
CN111162948B (en) * 2019-12-31 2022-07-26 北京思特奇信息技术股份有限公司 Display interaction configuration method and system
CN111273908A (en) * 2020-02-14 2020-06-12 神州数码融信软件有限公司 Automatic generation method of business interface
CN111695331B (en) * 2020-04-15 2023-02-28 福建天晴数码有限公司 Evaluation template generation method and terminal
CN111695331A (en) * 2020-04-15 2020-09-22 福建天晴数码有限公司 Evaluation template generation method and terminal
CN111966351B (en) * 2020-07-27 2022-03-22 广东融合通信股份有限公司 Implementation method of non-template rapid generation platform
CN111966351A (en) * 2020-07-27 2020-11-20 广东融合通信股份有限公司 Implementation method of non-template rapid generation platform
CN112394931A (en) * 2020-11-18 2021-02-23 浩云科技股份有限公司 Static page configuration optimization control method and device for front-end page
CN113110845B (en) * 2021-04-25 2021-10-26 达而观数据(成都)有限公司 Plug-in system based on dynamic template compiling technology and implementation method thereof
CN113110845A (en) * 2021-04-25 2021-07-13 达而观数据(成都)有限公司 Plug-in system based on dynamic template compiling technology and implementation method thereof
CN114968447A (en) * 2022-03-30 2022-08-30 中国人寿保险股份有限公司 Online webpage generation and management method and related equipment
CN116562258A (en) * 2023-07-05 2023-08-08 商飞软件有限公司 Method for generating aircraft histories based on element templates
CN116562258B (en) * 2023-07-05 2023-10-10 商飞软件有限公司 Method for generating aircraft histories based on element templates

Also Published As

Publication number Publication date
CN103019684B (en) 2016-03-16

Similar Documents

Publication Publication Date Title
CN103019684B (en) A kind of method of the configuration service page based on dynamic template
CN101699393B (en) Network-facing intelligent software interface dynamic generation method
CN103995698A (en) Application form agile development method and system oriented to business
CN103383645A (en) Code generation method and system
CN106445484A (en) Method and system for realizing data tracking through software development kit
CN104050261A (en) Stormed-based variable logic general data processing system and method
US9069733B1 (en) Enterprise architecture diagramming systems and methods
CN103268226A (en) Test script file generation method and device
CN102096699A (en) Dynamic template-based display method and system
CN105528418A (en) Design document generation method and apparatus
CN103838576A (en) Website establishing method and device
CN103577165A (en) Form generation method and form generator
CN109445794B (en) Page construction method and device
CN103927185A (en) Network topology modeling device based on energy management and guiding method thereof
CN103399735A (en) Method for developing intermediate layer of remote function call interface
CN106844471A (en) A kind of electronic operation and maintenance system form data processing method and server
CN112084446A (en) Webpage editing method, editor, electronic equipment and readable storage medium
CN102289745A (en) Method for realizing visual operation interface of ERP (Enterprise Resource Planning) system of power system
CN104008042A (en) UI (user interface) automated testing method, system and device
CN104123155A (en) Business system page layer development platform and method based on WEB
CN102662962B (en) Dynamic display method based on webpage elements
CN104834715A (en) Website generating method and system based on components and container
CN107943455A (en) A kind of list rendering system based on JSON data formats
CN106897060A (en) Based on patterned data processing method and device
CN109634565A (en) A method of electricity transaction settlement platform is built based on SSH frame

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