CN105760168A - Automatic code file generation method and system - Google Patents

Automatic code file generation method and system Download PDF

Info

Publication number
CN105760168A
CN105760168A CN201610100095.3A CN201610100095A CN105760168A CN 105760168 A CN105760168 A CN 105760168A CN 201610100095 A CN201610100095 A CN 201610100095A CN 105760168 A CN105760168 A CN 105760168A
Authority
CN
China
Prior art keywords
code file
file
data
code
configuration information
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
CN201610100095.3A
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.)
Shenzhen Ikinoop Technology Co Ltd
Original Assignee
Shenzhen Ikinoop 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 Shenzhen Ikinoop Technology Co Ltd filed Critical Shenzhen Ikinoop Technology Co Ltd
Priority to CN201610100095.3A priority Critical patent/CN105760168A/en
Publication of CN105760168A publication Critical patent/CN105760168A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices

Abstract

The embodiment of the invention discloses an automatic code file generation method and system.The method includes the steps of loading a user configuration file, reading user configuration information, connecting with a database, reading field information in a data table in the database, and generating a corresponding code file according to the read user configuration information and the field information in the data table.The problem that because engineers need to develop codes manually so as to input data when an existing J2EE system is developed, efficiency is low is avoided.

Description

A kind of code file automatic generation method and system
Technical field
The present embodiments relate to technical field of software development, particularly relate to a kind of code file automatic generation method and system.
Background technology
J2EE full name is Java2PlatformEnterpriseEdition, J2EE is substantially a distributed server application design environment.Wherein, when using the technological development operation systems such as J2EE, SpringMVC, Mybatis and EasyUI, it is necessary to three basic module codes such as exploitation web interface, Batch Processing and database access realize the typing of data, and its process is substantially as shown in Figure 1.Described web interface provides the user with operation data basis additions and deletions and changes and look into, and Batch Processing receives the data that web interface submits to and recalls Mapper and complete data loading.Described Batch Processing includes Controller and Service.
Tables of data is a very important object in data base, is also the basis of other objects.Classification situation according to information, is likely to comprise several tables of data in a data base.Each tables of data is required for through exploitation web interface, Batch Processing and three basic modules of database access to realize the typing of data, and therefore operating for each tables of data in data base is repeat.When newly increased requirement amount is bigger time, these repeated works can waste the plenty of time, is not easy to rapid response to customer's need, also can increase human cost.
Summary of the invention
The embodiment of the present invention provides a kind of code file automatic generation method and system, the problem needing the inefficiency that engineer artificially goes exploitation code to cause to realize the typing of data during to solve existing J2EE system development.
Embodiments provide a kind of code file automatic generation method, including:
Loading user profile, reads user configuration information, connects data base and reads the field information in the tables of data in described data base;And
Corresponding code file is generated according to the field information in the user configuration information of described reading and tables of data.
The embodiment of the present invention additionally provides a kind of code file automatic creation system, including:
Read module, for loading user profile, reads user configuration information, connects data base and read the field information in the tables of data in described data base;
Code file generation module, for generating corresponding code file according to the field information in the user configuration information of described reading and tables of data.
Embodiment of the present invention technical scheme passes through loading user profile, reads user configuration information, connects data base and reads the field information in the tables of data in described data base;And generate corresponding code file according to the field information in the user configuration information of described reading and tables of data.Owing to can dynamically generate respective code file to realize the data inputting in data J2EE systems development process, the problem solving the inefficiency that the existing engineer of needs artificially goes exploitation code to cause to the typing realizing data, thus being greatly improved development efficiency.
Accompanying drawing explanation
Fig. 1 be prior art project development process in quick-reading flow sheets schematic diagram;
The schematic flow sheet of a kind of code file automatic generation method that Fig. 2 provides for the embodiment of the present invention one;
The user profile schematic diagram that Fig. 3 provides for the embodiment of the present invention one;And
The schematic diagram of the tables of data that Fig. 4 provides for the embodiment of the present invention one;
The schematic flow sheet of a kind of code file automatic generation method that Fig. 5 provides for the embodiment of the present invention two;
The schematic diagram of the web interface template file that Fig. 6 provides for the embodiment of the present invention two;
The schematic diagram of the Batch Processing template file that Fig. 7 and Fig. 8 provides for the embodiment of the present invention two;
The schematic diagram of the database access template file that Fig. 9 provides for the embodiment of the present invention two;
The structural representation of a kind of code file automatic creation system that Figure 10 provides for the embodiment of the present invention three.
Detailed description of the invention
Technical scheme is further illustrated below in conjunction with accompanying drawing and by detailed description of the invention.It is understood that specific embodiment described herein is used only for explaining the present invention, but not limitation of the invention.It also should be noted that, for the ease of describing, accompanying drawing illustrate only part related to the present invention but not entire infrastructure.
It should be mentioned that, some exemplary embodiments are described as the process as flow chart description or method before being discussed in greater detail exemplary embodiment.Although every step is described as the process of order by flow chart, but many steps therein can be implemented concurrently, concomitantly or simultaneously.Additionally, the order of every step can be rearranged.When its step completes, described process can be terminated, it is also possible to have the additional step being not included in accompanying drawing.Described process can correspond to method, function, code, subroutine, subprogram etc..
Embodiment one
A kind of code file automatic generation method that Fig. 2 provides for the embodiment of the present invention one, the method can be performed by code file automatic creation system, and wherein this code file automatic creation system can be realized by software and/or hardware, generally can integrated in a computer.
Referring to Fig. 2, the code file automatic generation method of the present embodiment comprises the steps:
Step S210, loading user profile, read user configuration information, connects data base and reads the field information in the tables of data in described data base.
Wherein, the present embodiment uses J2EE technological development operation system, user profile (userprofile), it it is exactly a system file, it deposits fixing configuration item, and user can modify according to business demand the value of configuration item, when running program, reading user configuration information in described user profile (value of configuration item) to use, it is rely on this user profile that program is run.Described configuration information includes the special configuration of all users and arranges, as shown in Figure 3, it mainly includes, but it is not limited to: code building path, backstage, ui (user interface, userinterface) code building path, Java bag path, database address and user cipher, data table name and bag name class name.When Added Business under same project, it is only necessary to amendment data table name and bag name, class name.
Generally, user profile has four kinds of types:
Local user profile;Being created when user signs in on computer first time, this local user profile is stored in the local hard drive of computer.Any change that local user profile is made is all only to the computer generation effect changed.
Roaming user profile;The copy of one local profile is replicated and is stored in a server on network and shares.When signing in as user on arbitrary computer on network, this file all can be downloaded every time, and when the user signs off, any change to roaming user profile all can be Tong Bu with the copy of server.Roaming user profile requires that this computer is a member of windows nt domain or ActiveDirectory.
Mandatory user profile;It is the configuration file of a kind of specific type, uses its manager can specify special setting for user.Only mandatory user profile could be made an amendment by system manager.When user is from system logout, the amendment that desktop is made by user will be lost.
The configuration file of the 4th kind of type is an interim configuration file, only causing that user profile just there will be when can not be loaded because of a mistake.Provisional configuration file allows user to log in and correct any configuration file that may result in and loads failed configuration.Provisional configuration file all will be deleted after each conversation end, and change during cancellation, desktop setting and file made all can be lost.
Preferably, after loading user profile, after reading relevant configuration information, the correctness of verification configuration information, when the field information verifying the tables of data passed through after successfully in configuration information connection reading database.
Wherein, described tables of data, as shown in Figure 4, specifically include that the field information such as field name, field type.
Wherein, in the diagram, described field name specifically includes that id, type, title etc., and described field name is arranged according to service needed, and different business will have different field names.
In the diagram, described field type specifically includes that varchar, text, int etc., the data form during storage of described field type definition field, for instance varchar type is used for storing character, and int type is used for storing numerical value.The corresponding Java data type of each field type.
Exemplary, the field type and the corresponding Java data type that often use are as follows:
Step S220, generate corresponding code file according to the field information in the user configuration information of described reading and tables of data.
Concrete, can be undertaken replacing to generate corresponding three category code files accordingly by the variable in template file according to the field information in the user configuration information of described reading and tables of data, i.e. web interface code file, service code file and database access code file.Described code file is available for concrete application call.
Preferably, it is also possible to carry out variable according to the field information in the user configuration information of described reading and tables of data by the source code pre-set and carry out replacing to generate corresponding code file accordingly.
Wherein, described web interface code file, it then follows EasyUI design specification, dynamically generates data sheet field according to user configuration information and tables of data, shows for list and adds amendment function.
Service code file, it then follows SpringMVC design specification, dynamically generates additions and deletions and changes and look into function and call for web interface according to tables of data.
Database access code file, it then follows Mybatis design specification, dynamically generates JAVA and respective field, Mapper.xml file and respective field, Mapper class, Service interface etc. according to tables of data, it is provided that use to service code file.
The code file automatic generation method of the present embodiment dynamically generates web interface code file, Batch Processing code file and database access code file according to configuration information and by the field information read in tables of data, therefore overlapping development workload is greatly reduced, exploitation one by one is gone to realize the typing of data without engineer, reduce human cost, promote work efficiency, rapid response to customer's need.Exemplary, generally by normal exploitation, the operation service of a tables of data needs 4~8 hours, and has only to one after using the technical scheme of the present embodiment 0.5~1 hour.
Embodiment two
The schematic flow sheet of a kind of code file automatic generation method that Fig. 5 provides for the embodiment of the present invention two, described code file automatic generation method is based on above-described embodiment one, the generation process of code file is further optimized, improves efficiency and accuracy that code file generates.Referring to Fig. 5, the method for the present embodiment comprises the steps:
Step 510, loading user profile, read user configuration information, connects data base and reads the field information in the tables of data in described data base.
Step 520, reading template file.
Wherein said template file at least includes, web interface template file, and it mainly includes JS, JSP template file, as shown in Figure 6;Batch Processing template file, it mainly includes Controller, Service template file, as shown in Figures 7 and 8;Database access template file, it mainly includes Mapper template file, as shown in Figure 9.Described template file stores basic business code.
Step 530, the user configuration information read and field information are replaced the relevant variable in described template file to obtain code file.
Concrete, the user configuration information read and field information are replaced changing to obtain code file accordingly in web interface template file, Batch Processing template file and database access template file.Described code file is the code file that application programs is available
The process of described replacement variable is to use FreeMarker component capability, and variable replacement is become the occurrence that program provides.Wherein said FreeMarker is a template engine write with Java language, and it generates text output based on template.It serves not only as the technology that realizes of presentation layer, but also may be used for generating XML, JSP or Java etc..
Concrete, generate corresponding three category code files, i.e. web interface code file, service code file and database access code file according to the field information in the user configuration information of described reading and tables of data.
The technical scheme of the present embodiment, by loading user profile, reads user configuration information, connects data base and read the field information in the tables of data in described data base;Read three class template files;The user configuration information read and field information are replaced the relevant variable in described three class template files to obtain code file.The operation this method solving available data table needs to repeat the problem that step causes inefficiency;On the other hand by the generation of code file program refine, explain in the generation how carrying out all kinds of code file, so the error of minimizing manual compiling code, further increase efficiency and the accuracy of code file generation.
Embodiment three
The structural representation of a kind of code file automatic creation system that Figure 10 provides for the embodiment of the present invention three.Described code file automatic creation system configures in a computer.The code file automatic creation system of the present embodiment specifically includes: read module 10 and code file generation module 20.
Wherein, described read module 10, for loading user profile, reads user configuration information, connects data base and read the field information in the tables of data in described data base.
Described code file generation module 20, for generating corresponding code file according to the field information in the user configuration information of described reading and tables of data.
Concrete, generate corresponding three category code files, i.e. web interface code file, service code file and database access code file according to the field information in the user configuration information of described reading and tables of data.
Wherein, described web interface code file, it then follows EasyUI design specification, dynamically generates data sheet field according to user configuration information and tables of data, shows for list and adds amendment function.
Service code file, it then follows SpringMVC design specification, dynamically generates additions and deletions and changes and look into function and call for web interface according to tables of data.
Database access code file, it then follows Mybatis design specification, dynamically generates JAVA and respective field, Mapper.xml file and respective field, Mapper class, Service interface etc. according to tables of data, it is provided that use to service code file.
Preferably, described code generation module 20 specifically for: read template file;The user configuration information read and field information are replaced the relevant variable in described template file to obtain code file.
Wherein said template file at least includes, web interface template file, and it mainly includes JS, JSP template file, as shown in Figure 6;Batch Processing template file, it mainly includes Controller, Service template file, as shown in Figures 7 and 8;Database access template file, it mainly includes Mapper template file, as shown in Figure 9.
Concrete, the user configuration information read and field information are replaced changing to obtain code file accordingly in web interface template file, Batch Processing template file and database access template file.
The process of described replacement variable is to use FreeMarker component capability, and variable replacement is become the occurrence that program provides.Wherein said FreeMarker is a template engine write with Java language, and it generates text output based on template.It serves not only as the technology that realizes of presentation layer, but also may be used for generating XML, JSP or Java etc..
Concrete, generate corresponding three category code files, i.e. web interface code file, service code file and database access code file according to the field information in the user configuration information of described reading and tables of data.
The code file automatic creation system that the technical scheme of the present embodiment provides, wherein utilizes read module 10 loading user profile, reads user configuration information, connects data base and reads the field information in the tables of data in described data base;Code file generation module 20 is utilized to generate corresponding code file according to the field information in the user configuration information of described reading and tables of data.Web interface code file, Batch Processing code file and database access code file is dynamically generated due to the technical program foundation configuration information and by the field information of reading in tables of data, exploitation one by one is gone to realize the typing of data without engineer, therefore overlapping development workload is greatly reduced, reduce human cost, promote work efficiency, rapid response to customer's need.
On the basis of the various embodiments described above, described user configuration information may include that code building path, backstage, ui code building path, Java bag path, database address and user cipher, data table name, bag name and class name.
On the basis of the various embodiments described above, described field information may include that field name and field type.
On the basis of the various embodiments described above, described code file generation module specifically may be used for:
Read template file;
The user configuration information read and field information are replaced the relevant variable in described template file to obtain code file.
On the basis of the various embodiments described above, described template file may include that web interface template file, Batch Processing template file and database access template file;And
Described code file may include that web interface code file, Batch Processing code file and database access code file.
The said goods can perform the method that any embodiment of the present invention provides, and possesses the corresponding functional module of execution method and beneficial effect.The not ins and outs of detailed description in the present embodiment, the method that can provide referring to any embodiment of the present invention.
Note, above are only presently preferred embodiments of the present invention and institute's application technology principle.It will be appreciated by those skilled in the art that and the invention is not restricted to specific embodiment described here, various obvious change can be carried out for a person skilled in the art, readjust and substitute without departing from protection scope of the present invention.Therefore, although the present invention being described in further detail by above example, but the present invention is not limited only to above example, when without departing from present inventive concept, other Equivalent embodiments more can also be included, and the scope of the present invention is determined by appended right.

Claims (10)

1. a code file automatic generation method, it is characterised in that including:
Loading user profile, reads user configuration information, connects data base and reads the field information in the tables of data in described data base;And
Corresponding code file is generated according to the field information in the user configuration information of described reading and tables of data.
2. method according to claim 1, it is characterised in that described user configuration information includes: code building path, backstage, user interface code generate path, Java bag path, database address and user cipher, data table name, bag name and class name.
3. method according to claim 1, it is characterised in that described field information includes: field name and field type.
4. method according to claim 1, it is characterised in that generate corresponding code file according to the field information in the user configuration information of described reading and tables of data, specifically include:
Read template file;
The user configuration information read and field information are replaced the relevant variable in described template file to obtain code file.
5. method according to claim 4, it is characterised in that:
Described template file includes: web interface template file, Batch Processing template file and database access template file;And
Described code file includes: web interface code file, Batch Processing code file and database access code file.
6. a code file automatic creation system, it is characterised in that including:
Read module, for loading user profile, reads user configuration information, connects data base and read the field information in the tables of data in described data base;
Code file generation module, for generating corresponding code file according to the field information in the user configuration information of described reading and tables of data.
7. system according to claim 6, it is characterised in that described user configuration information includes: code building path, backstage, user interface code generate path, Java bag path, database address and user cipher, data table name, bag name and class name.
8. system according to claim 6, it is characterised in that described field information includes: field name and field type.
9. system according to claim 6, it is characterised in that described code file generation module specifically for:
Read template file;
The user configuration information read and field information are replaced the relevant variable in described template file to obtain code file.
10. system according to claim 6, it is characterised in that:
Described template file includes: web interface template file, Batch Processing template file and database access template file;And
Described code file includes: web interface code file, Batch Processing code file and database access code file.
CN201610100095.3A 2016-02-23 2016-02-23 Automatic code file generation method and system Pending CN105760168A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610100095.3A CN105760168A (en) 2016-02-23 2016-02-23 Automatic code file generation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610100095.3A CN105760168A (en) 2016-02-23 2016-02-23 Automatic code file generation method and system

Publications (1)

Publication Number Publication Date
CN105760168A true CN105760168A (en) 2016-07-13

Family

ID=56329722

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610100095.3A Pending CN105760168A (en) 2016-02-23 2016-02-23 Automatic code file generation method and system

Country Status (1)

Country Link
CN (1) CN105760168A (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106354515A (en) * 2016-09-26 2017-01-25 杭州杉石科技有限公司 SystemC code generation system based on model
CN106445524A (en) * 2016-09-26 2017-02-22 杭州杉石科技有限公司 SystemC code generation method based on model
CN106469064A (en) * 2016-09-04 2017-03-01 深圳市云智易联科技有限公司 Code generating method and code generating unit
CN106648690A (en) * 2016-12-29 2017-05-10 北京恒华伟业科技股份有限公司 Code automatic generation method and apparatus
CN107798129A (en) * 2017-11-17 2018-03-13 北京中电普华信息技术有限公司 A kind of method and system of integration Neo4j databases and J2EE platforms
CN108595159A (en) * 2018-05-10 2018-09-28 天津科技大学 A kind of method for producing software describing software requirement based on relation table
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
CN109491649A (en) * 2018-11-20 2019-03-19 北京千丁互联科技有限公司 Dao code generating method and terminal
CN109725891A (en) * 2018-12-29 2019-05-07 深圳市思迪信息技术股份有限公司 The method and device that business module quickly generates
CN109955266A (en) * 2019-04-01 2019-07-02 珠海市一微半导体有限公司 Robot time seat code automatically generates equipment and automatic creation system
CN110147225A (en) * 2019-04-02 2019-08-20 平安科技(深圳)有限公司 A kind of code generating method, device and computer equipment, storage medium
CN110674625A (en) * 2019-08-29 2020-01-10 浙江数链科技有限公司 Code generation method and device, computer equipment and storage medium
CN110837363A (en) * 2019-11-05 2020-02-25 北京锐安科技有限公司 Code file generation method, device, equipment and medium
CN110851128A (en) * 2019-11-04 2020-02-28 紫光云技术有限公司 Application code generation method of basic function
CN111010403A (en) * 2019-12-26 2020-04-14 紫光云(南京)数字技术有限公司 Method and device for automatically generating SASL authentication file and computer storage medium
CN111324373A (en) * 2018-12-13 2020-06-23 北京奇虎科技有限公司 Method and device for uploading multiple project files to code warehouse and computing equipment
CN112596719A (en) * 2020-12-25 2021-04-02 中国农业银行股份有限公司 Method and system for generating front-end and back-end codes
CN113626514A (en) * 2021-10-12 2021-11-09 中国光大银行股份有限公司 Automatic data loading method and device
CN114089979A (en) * 2021-11-29 2022-02-25 中国联合网络通信集团有限公司 Persistent layer code updating method, system, terminal device and computer storage medium
CN115220773A (en) * 2022-09-20 2022-10-21 南京麦豆健康科技有限公司 System and method for low-code, visual generation of background data management code

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040254914A1 (en) * 2003-06-10 2004-12-16 Polizzi Nicholas P. Script generator for automating system administration operations
CN103135976A (en) * 2011-11-30 2013-06-05 阿里巴巴集团控股有限公司 Code automatic generation method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040254914A1 (en) * 2003-06-10 2004-12-16 Polizzi Nicholas P. Script generator for automating system administration operations
CN103135976A (en) * 2011-11-30 2013-06-05 阿里巴巴集团控股有限公司 Code automatic generation method and device

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106469064A (en) * 2016-09-04 2017-03-01 深圳市云智易联科技有限公司 Code generating method and code generating unit
CN106354515B (en) * 2016-09-26 2019-11-01 杭州杉石科技有限公司 SystemC code generating system based on model
CN106445524A (en) * 2016-09-26 2017-02-22 杭州杉石科技有限公司 SystemC code generation method based on model
CN106354515A (en) * 2016-09-26 2017-01-25 杭州杉石科技有限公司 SystemC code generation system based on model
CN106445524B (en) * 2016-09-26 2019-12-17 杭州杉石科技有限公司 SystemC code generation method based on model
CN106648690A (en) * 2016-12-29 2017-05-10 北京恒华伟业科技股份有限公司 Code automatic generation method and apparatus
CN106648690B (en) * 2016-12-29 2020-04-07 北京恒华伟业科技股份有限公司 Automatic code generation method and device
CN107798129A (en) * 2017-11-17 2018-03-13 北京中电普华信息技术有限公司 A kind of method and system of integration Neo4j databases and J2EE platforms
CN108595159A (en) * 2018-05-10 2018-09-28 天津科技大学 A kind of method for producing software describing software requirement based on relation table
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
CN109491649A (en) * 2018-11-20 2019-03-19 北京千丁互联科技有限公司 Dao code generating method and terminal
CN111324373B (en) * 2018-12-13 2023-12-05 北京奇虎科技有限公司 Method and device for sub-coding warehouse on multiple engineering files and computing equipment
CN111324373A (en) * 2018-12-13 2020-06-23 北京奇虎科技有限公司 Method and device for uploading multiple project files to code warehouse and computing equipment
CN109725891A (en) * 2018-12-29 2019-05-07 深圳市思迪信息技术股份有限公司 The method and device that business module quickly generates
CN109955266A (en) * 2019-04-01 2019-07-02 珠海市一微半导体有限公司 Robot time seat code automatically generates equipment and automatic creation system
CN110147225A (en) * 2019-04-02 2019-08-20 平安科技(深圳)有限公司 A kind of code generating method, device and computer equipment, storage medium
CN110674625A (en) * 2019-08-29 2020-01-10 浙江数链科技有限公司 Code generation method and device, computer equipment and storage medium
CN110851128A (en) * 2019-11-04 2020-02-28 紫光云技术有限公司 Application code generation method of basic function
CN110837363A (en) * 2019-11-05 2020-02-25 北京锐安科技有限公司 Code file generation method, device, equipment and medium
CN111010403A (en) * 2019-12-26 2020-04-14 紫光云(南京)数字技术有限公司 Method and device for automatically generating SASL authentication file and computer storage medium
CN112596719A (en) * 2020-12-25 2021-04-02 中国农业银行股份有限公司 Method and system for generating front-end and back-end codes
CN113626514A (en) * 2021-10-12 2021-11-09 中国光大银行股份有限公司 Automatic data loading method and device
CN114089979A (en) * 2021-11-29 2022-02-25 中国联合网络通信集团有限公司 Persistent layer code updating method, system, terminal device and computer storage medium
CN115220773A (en) * 2022-09-20 2022-10-21 南京麦豆健康科技有限公司 System and method for low-code, visual generation of background data management code

Similar Documents

Publication Publication Date Title
CN105760168A (en) Automatic code file generation method and system
US11789715B2 (en) Systems and methods for transformation of reporting schema
US20200057620A1 (en) Generation of dynamic software models using input mapping with feature definitions
CN108845940B (en) Enterprise-level information system automatic function testing method and system
US8302093B2 (en) Automated deployment of defined topology in distributed computing environment
CN102789382B (en) For the system and method that list generates and runs
US10127218B2 (en) Object templates for data-driven applications
US20060200792A1 (en) Process templates for software creation
CN107357593A (en) Source code file construction method, device, electric terminal and readable storage medium storing program for executing
CN101625738A (en) Method and device for generating context-aware universal workflow application
EP3161617A1 (en) Rest service source code generation
WO2008073665A1 (en) System and method for generating a distributable software package
Slaughter et al. Continuous integration, in-code documentation, and automation for nuclear quality assurance conformance
US20160314107A1 (en) Collating and intelligently sequencing installation documentation
CN108319466A (en) A kind of restoration methods and device of configuration information
Rumpe et al. Refining business processes
CN114035786A (en) Dependency-based micro-front-end compatible migration method and system
Pichidtienthum et al. Developing Module Generation for Odoo Using Concept of Low-Code Development Platform and Automation Systems
JP2014164545A (en) Deployment method and program
CN102521133A (en) TCL (tool command language)-based white-box testing automation method and TCL-based white-box testing automation system
CN113076096B (en) Desktop application program development method, device, equipment and storage medium
US11740894B2 (en) Build-independent software framework for creating custom adapters
CN101488099A (en) Method and apparatus for centralized user information management
CN116679927A (en) Page configuration method and device, storage medium and computer equipment
US20150261516A1 (en) Installing software using multiple metadata interfaces

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160713