CN104615431A - Method and device for achieving Web application - Google Patents

Method and device for achieving Web application Download PDF

Info

Publication number
CN104615431A
CN104615431A CN201510061241.1A CN201510061241A CN104615431A CN 104615431 A CN104615431 A CN 104615431A CN 201510061241 A CN201510061241 A CN 201510061241A CN 104615431 A CN104615431 A CN 104615431A
Authority
CN
China
Prior art keywords
page
configuration information
data source
code
file
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
CN201510061241.1A
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.)
Inspur Group Co Ltd
Original Assignee
Inspur Group 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 Inspur Group Co Ltd filed Critical Inspur Group Co Ltd
Priority to CN201510061241.1A priority Critical patent/CN104615431A/en
Publication of CN104615431A publication Critical patent/CN104615431A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method and device for achieving a Web application. The method comprises the steps that input data source configuration information and Web page configuration information are received; according to the data source configuration information, application program marking languages are generated, and a data source configuration file is formed; according to the Web page configuration information, application program marking languages are generated, and then a page configuration file is formed; according to the data source configuration file, model layer codes are generated, view layer codes and control layer codes are generated according to the page configuration file, and a MVC three-layer code file corresponding to the Web application is generated. The method and device can simplify the achievement process of the Web application.

Description

A kind of implementation method of Web application and device
Technical field
The present invention relates to net application technology field, particularly the implementation method applied of a kind of Web and device.
Background technology
Nowadays, network has incorporated the life of people, and various Web application system is arisen at the historic moment.The Web application three-tier architecture adopting B/S model, mainly comprises the design of user interface, applied logic or the affair logic design and database design three aspect more.Its design is mainly based on event-driven, and the page and code are bound, and when so such as needing to make an amendment, then need to revise whole codes, such as need to revise the page, code and script simultaneously, the realization of Web application is complicated.
Further, in Multi-layer design, the problems such as ubiquity programming reusability degree is low, maintenance work is loaded down with trivial details, adaptability to changes is not enough.
Summary of the invention
The invention provides implementation method and the device of a kind of Web application, the realization of Web application can be simplified.
An implementation method for Web application, comprising:
Receive data source configuration information, the Web page configuration information of input;
According to the configuration information to data source, generate application markup language, form data source configuration file;
According to the configuration information to Web page, generate application markup language, form page configuration file;
According to data source configuration file generation model layer identification code, and generate view layer code and key-course code respectively according to page configuration file, form the MVC tri-layer identification code file corresponding to Web application.
Described data source configuration information comprises: database, tables of data, field;
Described Web page configuration information comprises: any one or more in the feature operation that the field that the parts that the page comprises, parts need be bound, the layout type of each parts and the page comprise.
Comprise further: configuration visualization interface, described visualization interface supports the file system of more than one relational database, electrical form, and supports more than one page layout;
Data source configuration information, the Web page configuration information of described reception input comprise: on visualization interface, receive the data source configuration information, the Web page configuration information that input by selecting.
Describedly to comprise according to data source configuration file generation model layer identification code: according to the Type attribute determination type of database of DataSource node in data source configuration file; Corresponding table name is determined according to the Name attribute of DataTable node; Corresponding field, data type is determined according to Name, DataType attribute of Column node; The method called based on Object Relation Mapping generates entity class.
And/or,
Describedly to comprise according to page configuration file generated view layer code: type such as the List according to the LogicType attribute determination page is list type, the basic layout that the type determines the page is top is feature operation parts, middle part is inquiry parts, and bottom is list parts; Determine that type that this node is corresponding is as Operate corresponding function functional unit according to PartType attribute, the corresponding querying condition parts of Filter, DataGrid corresponding lists parts; According to the field in Binding attribute determination Binding Model; The control used is determined, grid control as corresponding in DataGrid according to ControlType attribute; The page, script is generated according to determined page layout, control.
And/or,
Describedly to comprise according to page configuration file generated key-course code: the Action of the project that Controller node is comprised is converted to corresponding database service method respectively, system provide newly-increased, edit, delete, the common method such as to check, as Action=" Add " then transfers newly-increased method to.
The MVC tri-layer identification code file that described generation corresponds to Web application comprises: reading model layer identification code, view layer code and key-course code, the on-the-flier compiler class provided by file template and .net generates final code file or compiled dynamic link library.
An implement device for Web application, comprising:
Interactive unit, for receiving data source configuration information, the Web page configuration information of input;
First forming unit, according to the configuration information to data source that described interactive unit receives, generates application markup language, forms data source configuration file;
Second forming unit, according to the configuration information to Web page that described interactive unit receives, generates application markup language, forms page configuration file;
First converting unit, is converted to model layer code for the data source configuration file described first forming unit formed;
Second converting unit, the page configuration file for described second forming unit being formed is converted to view layer code and key-course code respectively;
MVC processing unit, the view layer code that the model layer code changed out for utilizing the first converting unit and the second converting unit are changed out and key-course code, generate the MVC tri-layer identification code file corresponding to Web application.
Comprise: described interactive unit is used for providing visualization interface, described visualization interface supports the file system of more than one relational database, electrical form, and supports more than one page layout; And, on visualization interface, receive the data source configuration information, the Web page configuration information that input by selecting.
Described first converting unit is used for the Type attribute determination type of database according to DataSource node in data source configuration file; Corresponding table name is determined according to the Name attribute of DataTable node; Corresponding field, data type is determined according to Name, DataType attribute of Column node; The method called based on Object Relation Mapping generates entity class.
Described second converting unit comprises: view layer conversion subelement, be list type for type such as the List according to the LogicType attribute determination page, the basic layout that the type determines the page is top is feature operation parts, and middle part is inquiry parts, and bottom is list parts; Determine that type that this node is corresponding is as Operate corresponding function functional unit according to PartType attribute, the corresponding querying condition parts of Filter, DataGrid corresponding lists parts; According to the field in Binding attribute determination Binding Model; The control used is determined, grid control as corresponding in DataGrid according to ControlType attribute; The page, script is generated according to determined page layout, control.
Described second converting unit comprises: key-course conversion subelement, Action for the project that Controller node is comprised is converted to corresponding database service method respectively, there is provided newly-increased, editor, delete, inspection method, transfer Action=" Add " to newly-increased method.
Embodiments provide implementation method and the device of a kind of Web application, data source configuration information and Web page configuration information can be utilized to form data source configuration file and page configuration file, and data source configuration file is converted to model layer code, and page configuration file is converted to view layer code and key-course code respectively, thus define MVC tri-layer identification code file.Because MVC tri-layer identification code file is separate, instead of the form of the overall Uniting of the page, code and script and arrangement in prior art, therefore, simplify the realization of Web application.
In an embodiment of the invention, because Web application utilizes MVC tri-layer identification code file to realize, therefore, each layer identification code file of three layers is separate, if need a certain item content revising Web application, only need to revise this code to that one deck involved by content, and without the need to revising the code of all layers, therefore, further simplify the realization of Web application.
Accompanying drawing explanation
Fig. 1 is the implementation method process flow diagram of Web application in one embodiment of the invention.
Fig. 2 is the implementation method process flow diagram of Web application in another embodiment of the present invention.
Fig. 3 is the structural representation of the implement device of Web application in one embodiment of the invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described.Obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making the every other embodiment obtained under creative work prerequisite, belong to the scope of protection of the invention.
One embodiment of the invention provides the implementation method that a kind of Web applies, and see Fig. 1, comprising:
Step 101: the data source configuration information, the Web page configuration information that receive input;
Step 102: according to the configuration information to data source, generates application markup language, forms data source configuration file;
Step 103: according to the configuration information to Web page, generates application markup language, forms page configuration file;
Step 104: data source configuration file is converted to model layer code, and page configuration file is converted to view layer code and key-course code respectively, generate Model View Controller (Model View Controller, MVC) the three layer identification code files corresponding to Web application.
Visible, the embodiment of the present invention can utilize data source configuration information and Web page configuration information to form data source configuration file and page configuration file, and data source configuration file is converted to model layer code, and page configuration file is converted to view layer code and key-course code respectively, thus define MVC tri-layer identification code file.Because MVC tri-layer identification code file is separate, instead of the form of the overall Uniting of the page, code and script and arrangement in prior art, therefore, simplify the realization of Web application.
The embodiment of the present invention is based on MVC technology, code is organized by a kind of method that service logic, data, interface display are separated, service logic is gathered an inside components, while improvement and personalized customization interface and user interactions, do not need again to write service logic.
In another embodiment, propose the implementation method that another kind of Web applies, see Fig. 2, comprising:
Step 201: configuration visualization interface, described visualization interface supports the file system of more than one relational database, electrical form, and supports more than one page layout.
Step 202: when user needs the exploitation carrying out Web application, provide visualization interface to user.
Here, configuration information needed for the various Web application and developments that user can select can be shown to user by visualization interface.
Step 203: on visualization interface, the data source configuration information that reception user is selected by this visualization interface and inputs, such as comprises database, tables of data, field etc.
Step 204: according to the data source configuration information received, generates corresponding application markup language code, forms data source configuration file.
In an embodiment of the invention, the application markup language code in this step can be exemplified as:
Step 205: on visualization interface, receive user to be selected by this visualization interface and the Web page configuration information that inputs, what such as comprise in the feature operation that the parts that the page comprises, the field that parts need be bound, the layout type of each parts and the page comprise is any one or more etc.
Step 206: according to the configuration information of the Web page received, generates application markup language code, forms page configuration file.
In an embodiment of the invention, the application markup language code in this step 206 can be exemplified as:
Step 207: call the configuration information that the methods such as GenerateModel, GenerateView, GenerateController read data source configuration file, generation model layer identification code.
Model (model) layer represents application program core (such as data-base recording list), therefore, in this step, the configuration information of data source configuration file is converted into model layer code.
In an embodiment of the invention, can comprise according to data source configuration file generation model layer identification code in this step: 1, according to the Type attribute determination type of database of DataSource node in configuration file; 2, corresponding table name is determined according to the Name attribute of DataTable node; 3, corresponding field, data type is determined according to Name, DataType attribute of Column node; 4, the method called based on Object Relation Mapping generates entity class.
A kind of codes implement of this step comprises:
Step 208: call the configuration information that the methods such as GenerateModel, GenerateView, GenerateController read page configuration file, generate view layer code.
View (view) shows data (data-base recording), therefore, in this step, according to the configuration information of page configuration file, can generate view layer code.
In this step, according to the configuration information of configuration file, generate view layer code can specifically comprise: be 1, list type according to type such as the List of the LogicType attribute determination page, the basic layout that the type determines the page is top is feature operation parts, middle part is inquiry parts, and bottom is list parts; 2, determine that type that this node is corresponding is as Operate corresponding function functional unit according to PartType attribute, the corresponding querying condition parts of Filter, DataGrid corresponding lists parts; 3, according to the field in Binding attribute determination Binding Model; 4, the control used is determined according to ControlType attribute, grid control as corresponding in DataGrid; 5, the page layout determined according to upper a few step, control generate the page, script.
Step 209: call the configuration information that the methods such as GenerateModel, GenerateView, GenerateController read page configuration file, generate key-course code.
Controller (controller) layer process input (write into Databasce record), therefore, in this step, according to the configuration information of page configuration file, can generate key-course code.
In this step, according to the configuration information of configuration file, generate key-course code can specifically comprise: the Action of the project that Controller node is comprised is converted to corresponding database service method respectively, system provide newly-increased, edit, delete, the common method such as to check, as Action=" Add " then transfers newly-increased method to.
In above-mentioned steps 208 and step 209, the one generating view layer code and key-course code realizes comprising:
Step 210: call the code file that GenerateCode method is written to three layer identification codes generated specified path, form the MVC tri-layer identification code file corresponding to Web application.
In this step, the specific implementation forming the MVC tri-layer identification code file of Web application can be: reading model layer identification code, view layer code and key-course code, the on-the-flier compiler class provided by file template and .net generates final code file or compiled dynamic link library.
In this step, the main code generating MVC tri-layer identification code file is as follows:
One embodiment of the invention also proposed the implement device that a kind of Web applies, and see Fig. 3, comprising:
Interactive unit 301, for receiving data source configuration information, the Web page configuration information of input;
First forming unit 302, according to the configuration information to data source that described interactive unit 301 receives, generates application markup language, forms data source configuration file;
Second forming unit 303, according to the configuration information to Web page that described interactive unit 301 receives, generates application markup language, forms page configuration file;
First converting unit 304, is converted to model layer code for the data source configuration file described first forming unit 302 formed;
Second converting unit 305, is converted to view layer code and key-course code respectively for the page configuration file described second forming unit 303 formed;
MVC processing unit 306, the view layer code that the model layer code changed out for utilizing the first converting unit 304 and the second converting unit 305 are changed out and key-course code, generate the MVC tri-layer identification code file corresponding to Web application.
In an embodiment of apparatus of the present invention, described interactive unit 301 is for providing visualization interface, and described visualization interface supports the file system of more than one relational database, electrical form, and supports more than one page layout; And, on visualization interface, receive the data source configuration information, the Web page configuration information that input by selecting.
In an embodiment of apparatus of the present invention, described first converting unit 304 is for the Type attribute determination type of database according to DataSource node in data source configuration file; Corresponding table name is determined according to the Name attribute of DataTable node; Corresponding field, data type is determined according to Name, DataType attribute of Column node; The method called based on Object Relation Mapping generates entity class.
In an embodiment of the invention, second converting unit 305 comprises: view layer conversion subelement, be list type for type such as the List according to the LogicType attribute determination page, the basic layout that the type determines the page is top is feature operation parts, middle part is inquiry parts, and bottom is list parts; Determine that type that this node is corresponding is as Operate corresponding function functional unit according to PartType attribute, the corresponding querying condition parts of Filter, DataGrid corresponding lists parts; According to the field in Binding attribute determination Binding Model; The control used is determined, grid control as corresponding in DataGrid according to ControlType attribute; The page, script is generated according to determined page layout, control.
In an embodiment of the invention, second converting unit 305 comprises: key-course conversion subelement, Action for the project that Controller node is comprised is converted to corresponding database service method respectively, there is provided newly-increased, editor, delete, inspection method, transfer Action=" Add " to newly-increased method.
Each embodiment of the present invention at least has following beneficial effect:
1, implementation method and the device of a kind of Web application is embodiments provided, data source configuration information and Web page configuration information can be utilized to form data source configuration file and page configuration file, and data source configuration file is converted to model layer code, and page configuration file is converted to view layer code and key-course code respectively, thus define MVC tri-layer identification code file.Because MVC tri-layer identification code file is separate, instead of the form of the overall Uniting of the page, code and script and arrangement in prior art, therefore, simplify the realization of Web application.
2, in an embodiment of the invention, because Web application utilizes MVC tri-layer identification code file to realize, therefore, each layer identification code file of three layers is separate, if need a certain item content revising Web application, only need to revise this code to that one deck involved by content, and without the need to revising the code of all layers, therefore, further simplify the realization of Web application.
3, embodiments of the invention effectively can solve the ease for use how solving code next due to system complexity higher band in Web application system development process, the critical problem such as reusability, Easy Test of application framework.
4, embodiments of the invention have and are separated with operation layer by presentation layer, build reusable software system framework, simplify software development, improve software performance and the feature such as maintainable, have good value for applications and economic worth.
It should be noted that, in this article, the relational terms of such as first and second and so on is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or equipment and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or equipment.When not more restrictions, the key element " being comprised " limited by statement, and be not precluded within process, method, article or the equipment comprising described key element and also there is other same factor.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment made, equivalent replacement, improvement etc., all should be included within the scope of protection of the invention.

Claims (10)

1. an implementation method for Web application, is characterized in that, comprising:
Receive data source configuration information, the Web page configuration information of input;
According to the configuration information to data source, generate application markup language, form data source configuration file;
According to the configuration information to Web page, generate application markup language, form page configuration file;
According to data source configuration file generation model layer identification code, and generate view layer code and key-course code respectively according to page configuration file, form the MVC tri-layer identification code file corresponding to Web application.
2. method according to claim 1, is characterized in that, described data source configuration information comprises: database, tables of data, field;
Described Web page configuration information comprises: any one or more in the feature operation that the field that the parts that the page comprises, parts need be bound, the layout type of each parts and the page comprise.
3. method according to claim 1, is characterized in that, comprises further: configuration visualization interface, and described visualization interface supports the file system of more than one relational database, electrical form, and supports more than one page layout;
Data source configuration information, the Web page configuration information of described reception input comprise: on visualization interface, receive the data source configuration information, the Web page configuration information that input by selecting.
4. method according to claim 1, is characterized in that,
Describedly to comprise according to data source configuration file generation model layer identification code: according to the Type attribute determination type of database of DataSource node in data source configuration file; Corresponding table name is determined according to the Name attribute of DataTable node; Corresponding field, data type is determined according to Name, DataType attribute of Column node; The method called based on Object Relation Mapping generates entity class.
And/or,
Describedly to comprise according to page configuration file generated view layer code: type such as the List according to the LogicType attribute determination page is list type, the basic layout that the type determines the page is top is feature operation parts, middle part is inquiry parts, and bottom is list parts; Determine that type that this node is corresponding is as Operate corresponding function functional unit according to PartType attribute, the corresponding querying condition parts of Filter, DataGrid corresponding lists parts; According to the field in Binding attribute determination Binding Model; The control used is determined, grid control as corresponding in DataGrid according to ControlType attribute; The page, script is generated according to determined page layout, control.
And/or,
Describedly to comprise according to page configuration file generated key-course code: the Action of the project that Controller node is comprised is converted to corresponding database service method respectively, system provide newly-increased, edit, delete, the common method such as to check, as Action=" Add " then transfers newly-increased method to.
5. according to described method arbitrary in Claims 1-4, it is characterized in that, the MVC tri-layer identification code file that described generation corresponds to Web application comprises: reading model layer identification code, view layer code and key-course code, the on-the-flier compiler class provided by file template and .net generates final code file or compiled dynamic link library.
6. an implement device for Web application, is characterized in that, comprising:
Interactive unit, for receiving data source configuration information, the Web page configuration information of input;
First forming unit, according to the configuration information to data source that described interactive unit receives, generates application markup language, forms data source configuration file;
Second forming unit, according to the configuration information to Web page that described interactive unit receives, generates application markup language, forms page configuration file;
First converting unit, is converted to model layer code for the data source configuration file described first forming unit formed;
Second converting unit, the page configuration file for described second forming unit being formed is converted to view layer code and key-course code respectively;
MVC processing unit, the view layer code that the model layer code changed out for utilizing the first converting unit and the second converting unit are changed out and key-course code, generate the MVC tri-layer identification code file corresponding to Web application.
7. device according to claim 6, is characterized in that, comprising: described interactive unit is used for providing visualization interface, and described visualization interface supports the file system of more than one relational database, electrical form, and supports more than one page layout; And, on visualization interface, receive the data source configuration information, the Web page configuration information that input by selecting.
8. device according to claim 6, is characterized in that, described first converting unit is used for the Type attribute determination type of database according to DataSource node in data source configuration file; Corresponding table name is determined according to the Name attribute of DataTable node; Corresponding field, data type is determined according to Name, DataType attribute of Column node; The method called based on Object Relation Mapping generates entity class.
9. according to described device arbitrary in claim 6 to 8, it is characterized in that, described second converting unit comprises: view layer conversion subelement, be list type for type such as the List according to the LogicType attribute determination page, the basic layout that the type determines the page is top is feature operation parts, middle part is inquiry parts, and bottom is list parts; Determine that type that this node is corresponding is as Operate corresponding function functional unit according to PartType attribute, the corresponding querying condition parts of Filter, DataGrid corresponding lists parts; According to the field in Binding attribute determination Binding Model; The control used is determined, grid control as corresponding in DataGrid according to ControlType attribute; The page, script is generated according to determined page layout, control.
10. device according to claim 9, it is characterized in that, described second converting unit comprises: key-course conversion subelement, Action for the project that Controller node is comprised is converted to corresponding database service method respectively, there is provided newly-increased, editor, delete, inspection method, transfer Action=" Add " to newly-increased method.
CN201510061241.1A 2015-02-05 2015-02-05 Method and device for achieving Web application Pending CN104615431A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510061241.1A CN104615431A (en) 2015-02-05 2015-02-05 Method and device for achieving Web application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510061241.1A CN104615431A (en) 2015-02-05 2015-02-05 Method and device for achieving Web application

Publications (1)

Publication Number Publication Date
CN104615431A true CN104615431A (en) 2015-05-13

Family

ID=53149893

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510061241.1A Pending CN104615431A (en) 2015-02-05 2015-02-05 Method and device for achieving Web application

Country Status (1)

Country Link
CN (1) CN104615431A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325833A (en) * 2015-06-18 2017-01-11 中国石油化工股份有限公司 Code generation method for enterprise information management
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus
WO2017162024A1 (en) * 2016-03-22 2017-09-28 中兴通讯股份有限公司 Method of developing component and template using visual expression, storage medium, and apparatus
CN108153886A (en) * 2017-12-28 2018-06-12 北京恒泰实达科技股份有限公司 User-defined visual methods of exhibiting of the real time data in web applications
CN108681470A (en) * 2018-05-15 2018-10-19 成都道纬科技有限公司 A kind of configuration of automotive electronics basic software and code generating system based on WEB technologies
CN110162342A (en) * 2019-04-03 2019-08-23 重庆钢铁集团电子有限责任公司 Realize the configurable method of the page
CN111177613A (en) * 2019-11-20 2020-05-19 腾讯科技(深圳)有限公司 Page processing method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101587435A (en) * 2008-05-19 2009-11-25 北京亿企通信息技术有限公司 Method for realizing MVC
CN102722372A (en) * 2012-05-25 2012-10-10 上海学智科技有限公司 Method and system for automatically generating codes through classification and configuration
CN102830973A (en) * 2012-08-14 2012-12-19 无锡哲勤科技有限公司 Method and layered structure for double-layer MVC (model, view and controller) developed by Web application with mass data

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101587435A (en) * 2008-05-19 2009-11-25 北京亿企通信息技术有限公司 Method for realizing MVC
CN102722372A (en) * 2012-05-25 2012-10-10 上海学智科技有限公司 Method and system for automatically generating codes through classification and configuration
CN102830973A (en) * 2012-08-14 2012-12-19 无锡哲勤科技有限公司 Method and layered structure for double-layer MVC (model, view and controller) developed by Web application with mass data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
周文红: "基于ASP.NET MVC框架的Web应用开发", 《计算机与现代化》 *
宋微 等: "Web应用代码生成系统的设计与实现", 《现代电子技术》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106325833A (en) * 2015-06-18 2017-01-11 中国石油化工股份有限公司 Code generation method for enterprise information management
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus
WO2017162024A1 (en) * 2016-03-22 2017-09-28 中兴通讯股份有限公司 Method of developing component and template using visual expression, storage medium, and apparatus
CN108153886A (en) * 2017-12-28 2018-06-12 北京恒泰实达科技股份有限公司 User-defined visual methods of exhibiting of the real time data in web applications
CN108681470A (en) * 2018-05-15 2018-10-19 成都道纬科技有限公司 A kind of configuration of automotive electronics basic software and code generating system based on WEB technologies
CN110162342A (en) * 2019-04-03 2019-08-23 重庆钢铁集团电子有限责任公司 Realize the configurable method of the page
CN111177613A (en) * 2019-11-20 2020-05-19 腾讯科技(深圳)有限公司 Page processing method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN104615431A (en) Method and device for achieving Web application
CN102722372B (en) Method and system for automatically generating codes through classification and configuration
CN101727324B (en) Code generation method and device
CN102968306B (en) A kind of code automatic generation method based on data model driving and system
CN105487864A (en) Method and device for automatically generating code
CN105653644A (en) Page constructor and page construction method
CN102360296A (en) WEB-based online form development tool
CN103309659A (en) User interface dynamic generation method and device based on rich client platform
CN101308490A (en) Dynamic report generation method and platform
CN103049251B (en) A kind of data base persistence layer device and database operation method
CN105183450A (en) E-government form model configuration system with foreground and background separation function
CN103019693A (en) System and method for generating user interface
CN102637406B (en) LED (light emitting diode) display design system and method
CN103914290A (en) Operating command processing method and device
CN106055528A (en) Automatic generation method and apparatus of documents
CN104424265A (en) Digital resource management method and system
CN103176778B (en) Web development methods and device
CN111984176A (en) Software online development platform and development method
CN103186632A (en) Method and device for customizing operation and maintenance form
CN104615713A (en) SQL executing method and device based on multiple database types
CN114089958A (en) Form visual configuration method and device
CN102789457A (en) Method for dynamically customizing filter conditions
CN102298740A (en) Business process management supporting method
CN103412748A (en) Display control method, device and system for user interface of embedded platform
CN108255471B (en) System configuration item configuration device, method and equipment based on configuration suite

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20150513