CN102508669A - Automatic program code generating method - Google Patents

Automatic program code generating method Download PDF

Info

Publication number
CN102508669A
CN102508669A CN2011103615447A CN201110361544A CN102508669A CN 102508669 A CN102508669 A CN 102508669A CN 2011103615447 A CN2011103615447 A CN 2011103615447A CN 201110361544 A CN201110361544 A CN 201110361544A CN 102508669 A CN102508669 A CN 102508669A
Authority
CN
China
Prior art keywords
parameter
file
code
definition
generate
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
CN2011103615447A
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.)
Zhejiang Hongcheng Computer Systems Co Ltd
Original Assignee
Zhejiang Hongcheng Computer Systems 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 Zhejiang Hongcheng Computer Systems Co Ltd filed Critical Zhejiang Hongcheng Computer Systems Co Ltd
Priority to CN2011103615447A priority Critical patent/CN102508669A/en
Publication of CN102508669A publication Critical patent/CN102508669A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to an automatic program code generating method supporting various development language open source frameworks, which includes: analyzing repeated codes in various current development languages and development frameworks, designing according to the common characteristics that the repeated codes are regular and customizable, and defining the repeated codes and rules into a template file for automatic generation. Compiling of repeated codes by developers is avoided, development efficiency is improved greatly, and the problems of the prior art are solved.

Description

A kind of program code generates method automatically
Technical field
The present invention relates to support increase income a kind of program code of framework of various development languages to generate method automatically.
Background technology
In the current software development process, the developer often will write a large amount of duplicated codes.For example under the hierarchical-development pattern of generally using at present his-and-hers watches increase, deletion, modification and query manipulation; All be that the operation layer interface calls to the persistent layer interface; Most of code all is identical; But, often need utilization on stream to duplicate, paste, revise such adhesive type programming mode, not only loaded down with trivial details but also easy error because of the difference of class name etc.And the various IDEs (IDE) of current popular though and instrument can intelligence automatically generate partial code because that exploitation need be with Development Framework etc. is different, so intelligent adaptability is still more weak.
Summary of the invention
The present invention overcomes the weak point that exists in the existing performance history; Purpose is to provide a kind of program code to generate method automatically; This method is through analyzing current various development languages and Development Framework duplicated code on stream; According to duplicated code is that well-regulated and customizable common feature designs, and in template file, generates duplicated code and rule definition automatically, has avoided writing of developer's duplicated code; Improve development efficiency greatly, solved the problem that exists in the prior art.
The present invention achieves the above object through following technical scheme: a kind of program code generates method automatically,
Comprise functional template file edit, generation plan definition, parameter-definition and four processes of generation planning execution, wherein: functional template file edit process may further comprise the steps:
1) writes each functional template file content according to the grammer of development language;
2) part that changes in the file content is provided with through the parametric variable form;
Template file is the source that generates last code file, can user's development specifications be embodied in the content of text when writing;
Generate the definition of plan definition procedure and use which functional template file, parameter-definition configuration file and the final file storage address that generates; The generation plan can comprise a plurality of generation tasks, and a generation task need be specified the memory address of template file and the final file that generates.The content that the generation plan mainly defines is path, parameter-definition configuration file place and filename, template file path, place and filename, the file path of generation, the filename of generation.Generate the part that changes in the works and fill in through the parametric variable form, as: file path in the generation task and filename all can be used parametric variable, need not go to change the generation plan for the different files of each generation;
The parameter-definition process is with template file and generate calculated parametric variable and carry out value defined and write in the parameter-definition configuration file, and the content of parameter-definition configuration file is parameter name, parameter value;
Generating the planning execution process may further comprise the steps:
1) reads parameter and corresponding value from generating the definition of designated parameters in the works configuration file, be kept in the internal memory with the form of parameter sets;
Parameter and the parameter in the parameter sets that 2) will generate in the project documentation are mated one by one, and the corresponding back of coupling is with the calculated argument section content of corresponding parameters value replacement generation in the parameter-definition configuration file, thereby obtain code generation plan;
3) generate plan based on code, find the functional template file of appointment, obtain final code file content through the parameter replacement then;
4) according to step 2) memory address and storage file name that the generation that obtains defines in the works, be saved on the computer hard disc generating good code file.
As preferably; To in generative process, existing the place of variation that expansion interface is provided, expansion interface comprises parameter acquiring interface and code generating mode interface, and the user can realize these interfaces; Thereby change the automatic Core Generator working method of code, implementation step is following:
1) the realization class that the realization class that configuration parameter obtains in generating project documentation, code generate;
2) from generate project documentation, read the realization class of parameter acquiring interface, load and execution should realizations class be kept at the form of the value of parameter and correspondence with parameter sets in the internal memory;
3) from generate project documentation, read the realization class of code generating mode interface, load and execution should realizations class be replaced with the corresponding parameters value in the parameter sets the parameter in the generation project documentation, obtains code generation plan;
4) generate plan based on code, find the functional template file of appointment, obtain final code file content through the parameter replacement then;
5) memory address that the generation that obtains according to step 3) defines in the works and storage file name are saved on the computer hard disc generating good code file.
Beneficial effect of the present invention: the template file that the present invention writes through the grammer that uses development language; Make the present invention can adapt to any development language and current all kinds of popular framework; Support all exploitation speech like sounds to generate (like java .net, C/C++, perl, python, pb, delphi or the like); And also have the ability to support the new development language of industry from now on, can adapt to current any increasing income/commercial framework, assembly and other middleware Technology (like struts/struts2, spring/spring-mvc, JSF, Hibernate, swing, Ruby on Rails or the like).
Duplicated code generates through disposable configuration automatically in the realization project of the present invention, reduces the development amount, the quick development ability of the project that reaches; Through the mode that template definition and variation part rely on parameter to replace, effectively solidified constant place in the code fixed part, make the code of generation possess standardization and consistance, thereby help code specification unified hereditary; Through variable flexibly generation plan, supported the document storage call format of various language, middleware or the framed structure of increasing income fully; Through the mode of expansion interface, the user is provided the customization capability to the automatic Core Generator of code, make it to possess wider applicability.
Description of drawings
Fig. 1 is a system architecture synoptic diagram of the present invention.
Embodiment
Embodiment 1: below in conjunction with specific embodiment the present invention is described further, but protection scope of the present invention is not limited in this:
As shown in Figure 1: through reading the parameter-definition configuration file; The designated parameter value set is substituted in the parametric variable of template file content of generation plan appointment; Thereby obtain the final code file content that generates, and can plan document storage in assigned catalogue according to generating.Through this principle, can well support on current all development languages and the Development Framework.The main process that code generates comprises template file preparation, generation plan definition, parameter-definition and generation planning execution.
Be example to generate the java code file below, embodiment and process that invention provides code to generate are automatically set forth in detail.
(1) functional template file edit:
The content main source that template file generates as code; Unification is left in the template catalogue of code robotization Core Generator master program file folder; (parameter starts with
Figure BSA00000612922000041
to utilize parametric variable; Parameter name brackets with { }) to fill in there being the part that changes in the template content, template file can be write according to the standard of each company oneself.Template file in this example is kept in the template catalogue of code robotization Core Generator master program file folder, and file is called service.tpl, and file content is following:
Figure BSA00000612922000042
Figure BSA00000612922000051
(2) generate the plan definition:
Generate project documentation under master catalogue, file is called task.xml, shown in theing contents are as follows:
Figure BSA00000612922000052
Main configuration parameter is planned in generation to be had:
Figure BSA00000612922000053
Figure BSA00000612922000061
Be elaborated in the face of the main configuration item in the last table down:
1) Project.config.batch.class configuration item: the parameter acquiring of acquiescence is from the parameter-definition configuration file of Project.config.batch.param configuration, to load; If there is the user that the set that gets parms of own unique place and means is arranged; So can be through realizing the List<Map<String of com.zjhcsoft.codegenerate.service.impl.ExtService interface; String>>loadBatchParam () method customizes; The parameter value of configuration Project.config.batch.clas is your realization class in generating plan configuration file task.xml then, just can change the mode of the automatic Core Generator loading parameters of code.
2) Project.config.batch.param configuration item: when not disposing, be defaulted as param.properties.This configuration item can dispose a plurality of, and when configuration was a plurality of, execution capable of circulation generated plan, and the number of times of execution is the number of parameters of configuration, all is the Overall Steps that run time version generates each time in the circulation, and just each parameter-definition configuration file that uses is different.
There are two modules of user and role to need to generate in this example; The template file of two module uses is identical; Just the value of parametric variable is different; Can the parameter of line module be placed in the user.properties so, the parameter of role module is placed on configuration then in the role.properties, as follows:
Figure BSA00000612922000062
Figure BSA00000612922000071
The automatic Core Generator of code can circulate and carry out twice complete code generation process when carrying out, and uses user.properies parameter-definition configuration file to generate for the first time, uses role.properies parameter-definition configuration file to generate for the second time.
3) Project.config.buildClass configuration item: the code generating mode of acquiescence utilizes the technological velocity mode of increasing income of JAVA to realize; If use the user to need own unique implementation; Can be through realizing public String convert (the String tplContext of com.zjhcsoft.codegenerate.service.impl.ConvertService interface; Map<String; The method of String>params); The parameter value of configuration Project.config.buildClass is your realization class in generating plan configuration file task.xml then, and the code generating mode that just can let the robotization Core Generator adopt user oneself to realize generates.
4) project.task configuration item: the task task can dispose a plurality of, and each task generates a physical file; Wherein templateFile specifies the template filename (this document need be stored in the template catalogue under the catalogue of instrument place) that this task is used; The relative catalogue (with respect to the root directory of project.config.workspace appointment) that the physical file that dir specifies this task to generate is preserved, the physical file name that fileName specifies this task to generate.As the configuration of task task in this example is following:
Figure BSA00000612922000072
The parameter value of supposing className is user; The root directory of project.config.workspace appointment be codegenerate; Then this task is when generating; Template template file under the catalogue of tool using place generates, and the physical file of generation is called userService.java, be kept at src under the catalogue.
(3) parameter-definition:
Parameter-definition is the process of the parametric variable in template file or the generation project documentation being carried out value defined, writes with key and value mode, and key is a parameter name, and value is a parameter value.Parameter-definition configuration file position can be specified in generating project documentation, does not specify as having, and then acquiescence reads the param.properties configuration file under the automatic Core Generator master catalogue of codegenerate code.
The user.properties parameter definition file thes contents are as follows:
The role.properties parameter definition file thes contents are as follows:
Figure BSA00000612922000082
(3) generate planning execution:
The front all is the preliminary work that code generates, and action is carried out in final step exactly.This action is mainly accomplished by parameter loader and code generator; The parameter loader is responsible for loading into parameter and is deposited in the parameter sets; Code generator is responsible, and calculated parametric variable is replaced and generate concrete code file according to generating project documentation to generating; Specifically be divided into following 4 steps: 1) the parameter-definition configuration file user.properties of parameter loader appointment from generate project documentation task.xml reads parameter and corresponding value, is kept in the internal memory with the form of parameter sets; 2) code generator parameter and the parameter in the parameter sets that will generate among the project documentation task.xml mated one by one, and the corresponding back of coupling is with the calculated parametric variable of the replacement of the parameter value in parameter sets generation, thereby obtains final code generation plan:
Figure BSA00000612922000091
3) template file is carried out parameter replacement: according to step 2) the code generation plan that obtains, find the template file service.tpl of appointment, obtain final code file content with the same parameter replacement principle of the plan that generates then:
4) code file is preserved: with the code file that generates be kept at src under the catalogue, file is by name: userService.java.
In this example; Generate among the project documentation task.xml and disposed two parameter-definition configuration files; The automatic Core Generator of code can carry out once above-mentioned 1 automatically again) to 4) step, the different role.properties parameter-definition configuration files that are to use, the code file of generation thes contents are as follows:
Figure BSA00000612922000101
Be kept at src under the catalogue, file is by name: roleService.java.

Claims (3)

1. a program code generates method automatically, it is characterized in that comprising functional template file edit, generation plan definition, parameter-definition and four processes of generation planning execution, and wherein: functional template file edit process may further comprise the steps:
1) writes each functional template file content according to the grammer of development language;
2) part that changes in the file content is provided with through the parametric variable form;
Generate the definition of plan definition procedure and use which functional template file, parameter-definition configuration file and the final file storage address that generates;
The parameter-definition process is with the functional template file and generate calculated parametric variable and carry out value defined and write in the parameter-definition configuration file;
Generating the planning execution process may further comprise the steps:
1) reads parameter and corresponding value from generating the definition of designated parameters in the works configuration file, be kept in the internal memory with the form of parameter sets;
Parameter and the parameter in the parameter sets that 2) will generate in the project documentation are mated one by one, and the corresponding back of coupling is with the calculated argument section content of corresponding parameters value replacement generation in the parameter-definition configuration file, thereby obtain code generation plan;
3) generate plan based on code, find the functional template file of appointment, obtain final code file content through the parameter replacement then;
4) according to step 2) memory address and storage file name that the generation that obtains defines in the works, be saved on the computer hard disc generating good code file.
2. a kind of program code according to claim 1 generates method automatically, it is characterized in that, in generative process, exists the place that changes that parameter acquiring interface and code generating mode interface are set, and implementation step is following:
1) the realization class that the realization class that configuration parameter obtains in generating project documentation, code generate;
2) from generate project documentation, read the realization class of parameter acquiring interface, load and execution should realizations class be kept at the form of the value of parameter and correspondence with parameter sets in the internal memory;
3) from generate project documentation, read the realization class of code generating mode interface, load and execution should realizations class be replaced with the corresponding parameters value in the parameter sets the parameter in the generation project documentation, obtains code generation plan;
4) generate plan based on code, find the functional template file of appointment, obtain final code file content through the parameter replacement then;
5) memory address that the generation that obtains according to step 3) defines in the works and storage file name are saved on the computer hard disc generating good code file.
3. generate method automatically according to claim 1 or the described a kind of program code of 2 arbitrary claims, it is characterized in that the content of parameter-definition configuration file is parameter name, parameter value.
CN2011103615447A 2011-11-14 2011-11-14 Automatic program code generating method Pending CN102508669A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011103615447A CN102508669A (en) 2011-11-14 2011-11-14 Automatic program code generating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011103615447A CN102508669A (en) 2011-11-14 2011-11-14 Automatic program code generating method

Publications (1)

Publication Number Publication Date
CN102508669A true CN102508669A (en) 2012-06-20

Family

ID=46220761

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011103615447A Pending CN102508669A (en) 2011-11-14 2011-11-14 Automatic program code generating method

Country Status (1)

Country Link
CN (1) CN102508669A (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929681A (en) * 2012-10-31 2013-02-13 中国运载火箭技术研究院 Frame code automatic generating method of virtual test distributed type object model
CN103412764A (en) * 2013-08-30 2013-11-27 深圳市路畅科技股份有限公司 Method, unit and processor for generating properties in ios (Internetworking Operating System-Cisco) programming
CN104035754A (en) * 2013-03-05 2014-09-10 北大方正集团有限公司 XML (Extensible Markup Language)-based custom code generation method and generator
CN104216712A (en) * 2014-09-02 2014-12-17 宇龙计算机通信科技(深圳)有限公司 Application program acquiring and providing methods and devices
CN104239072A (en) * 2014-10-15 2014-12-24 北京国双科技有限公司 Method and device for generating software procedure code
CN104331285A (en) * 2014-10-30 2015-02-04 北京思特奇信息技术股份有限公司 Automatic code generation method and system
CN104407855A (en) * 2014-11-12 2015-03-11 国家电网公司 Plug-in dynamic parameter setting method and plug-in dynamic parameter setting device
CN104408120A (en) * 2014-11-26 2015-03-11 北京国双科技有限公司 Source code processing method and device
CN104461548A (en) * 2014-12-15 2015-03-25 北京国双科技有限公司 Code fragment adding method and device
CN105117227A (en) * 2015-08-24 2015-12-02 小米科技有限责任公司 Method and device for automatically generating code
CN105511865A (en) * 2015-11-30 2016-04-20 大连文森特软件科技有限公司 Method and system using multi-language or multi-engine to do code development
CN106293664A (en) * 2015-05-27 2017-01-04 交通银行股份有限公司 Code generating method and device
CN106528165A (en) * 2016-11-11 2017-03-22 深圳中兴网信科技有限公司 Code generation method and code generation system
CN106873949A (en) * 2015-12-11 2017-06-20 泰康保险集团股份有限公司 Code generating method and its device
CN107122381A (en) * 2017-02-15 2017-09-01 北京小度信息科技有限公司 Document generating method and device and data analysing method and device
CN107273104A (en) * 2016-04-08 2017-10-20 阿里巴巴集团控股有限公司 A kind of processing method and processing device of configuration data structure
CN107608772A (en) * 2017-08-23 2018-01-19 山东中创软件工程股份有限公司 A kind of method and system of batch processing task configuration schedules
CN108563435A (en) * 2018-04-19 2018-09-21 北京百度网讯科技有限公司 The method and device of code building
CN109947494A (en) * 2017-12-20 2019-06-28 北京神州泰岳软件股份有限公司 A kind of management method and device of configuration file
CN110109697A (en) * 2019-04-03 2019-08-09 北京旷视科技有限公司 SDK output method, device, electronic equipment and the storage medium of neural network model
CN110209388A (en) * 2019-05-29 2019-09-06 广州酷车信息科技有限公司 The generation method of applet file
CN110968307A (en) * 2018-09-29 2020-04-07 北京数聚鑫云信息技术有限公司 Micro-service construction method and device based on intelligent generation of basic codes
CN111273942A (en) * 2018-12-04 2020-06-12 武汉斗鱼网络科技有限公司 Code generation method, storage medium, electronic device and system
CN112269566A (en) * 2020-11-03 2021-01-26 支付宝(杭州)信息技术有限公司 Script generation processing method, device, equipment and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058370A (en) * 2001-08-10 2003-02-28 Alpha:Kk Source code generation system
CN101114226A (en) * 2007-08-28 2008-01-30 北京中企开源信息技术有限公司 Code automatically generating device based on model component, system and method
CN101604241A (en) * 2009-07-10 2009-12-16 杭州电子科技大学 A kind of code generating method of embedded system
US7913222B2 (en) * 2004-09-20 2011-03-22 The Mathworks, Inc. Automatic generation of code for component interfaces in models

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058370A (en) * 2001-08-10 2003-02-28 Alpha:Kk Source code generation system
US7913222B2 (en) * 2004-09-20 2011-03-22 The Mathworks, Inc. Automatic generation of code for component interfaces in models
CN101114226A (en) * 2007-08-28 2008-01-30 北京中企开源信息技术有限公司 Code automatically generating device based on model component, system and method
CN101604241A (en) * 2009-07-10 2009-12-16 杭州电子科技大学 A kind of code generating method of embedded system

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102929681A (en) * 2012-10-31 2013-02-13 中国运载火箭技术研究院 Frame code automatic generating method of virtual test distributed type object model
CN102929681B (en) * 2012-10-31 2016-06-01 中国运载火箭技术研究院 A kind of virtual test Distributed Object Model automatic skeleton code generation method
CN104035754A (en) * 2013-03-05 2014-09-10 北大方正集团有限公司 XML (Extensible Markup Language)-based custom code generation method and generator
CN103412764A (en) * 2013-08-30 2013-11-27 深圳市路畅科技股份有限公司 Method, unit and processor for generating properties in ios (Internetworking Operating System-Cisco) programming
CN103412764B (en) * 2013-08-30 2017-01-25 深圳市路畅科技股份有限公司 Method, unit and processor for generating properties in ios (Internetworking Operating System-Cisco) programming
CN104216712A (en) * 2014-09-02 2014-12-17 宇龙计算机通信科技(深圳)有限公司 Application program acquiring and providing methods and devices
CN104216712B (en) * 2014-09-02 2018-01-09 宇龙计算机通信科技(深圳)有限公司 A kind of application program acquisition methods, provide method and device
CN104239072A (en) * 2014-10-15 2014-12-24 北京国双科技有限公司 Method and device for generating software procedure code
CN104239072B (en) * 2014-10-15 2018-04-03 北京国双科技有限公司 The generation method and device of the program code of software
CN104331285A (en) * 2014-10-30 2015-02-04 北京思特奇信息技术股份有限公司 Automatic code generation method and system
CN104407855A (en) * 2014-11-12 2015-03-11 国家电网公司 Plug-in dynamic parameter setting method and plug-in dynamic parameter setting device
CN104407855B (en) * 2014-11-12 2018-11-02 国家电网公司 A kind of plug-in unit dynamic parameter setting method and device
CN104408120A (en) * 2014-11-26 2015-03-11 北京国双科技有限公司 Source code processing method and device
CN104461548A (en) * 2014-12-15 2015-03-25 北京国双科技有限公司 Code fragment adding method and device
CN104461548B (en) * 2014-12-15 2018-02-02 北京国双科技有限公司 The adding method and device of code snippet
CN106293664A (en) * 2015-05-27 2017-01-04 交通银行股份有限公司 Code generating method and device
CN105117227A (en) * 2015-08-24 2015-12-02 小米科技有限责任公司 Method and device for automatically generating code
CN105117227B (en) * 2015-08-24 2018-09-04 小米科技有限责任公司 The method and device of automatic code generating
CN105511865A (en) * 2015-11-30 2016-04-20 大连文森特软件科技有限公司 Method and system using multi-language or multi-engine to do code development
CN106873949A (en) * 2015-12-11 2017-06-20 泰康保险集团股份有限公司 Code generating method and its device
CN107273104A (en) * 2016-04-08 2017-10-20 阿里巴巴集团控股有限公司 A kind of processing method and processing device of configuration data structure
CN106528165B (en) * 2016-11-11 2019-10-08 深圳中兴网信科技有限公司 Code generating method and code generating system
CN106528165A (en) * 2016-11-11 2017-03-22 深圳中兴网信科技有限公司 Code generation method and code generation system
CN107122381B (en) * 2017-02-15 2020-11-20 北京星选科技有限公司 File generation method and device and data analysis method and device
CN107122381A (en) * 2017-02-15 2017-09-01 北京小度信息科技有限公司 Document generating method and device and data analysing method and device
CN107608772A (en) * 2017-08-23 2018-01-19 山东中创软件工程股份有限公司 A kind of method and system of batch processing task configuration schedules
CN109947494B (en) * 2017-12-20 2022-05-17 北京神州泰岳软件股份有限公司 Method and device for managing configuration files
CN109947494A (en) * 2017-12-20 2019-06-28 北京神州泰岳软件股份有限公司 A kind of management method and device of configuration file
CN108563435B (en) * 2018-04-19 2019-09-27 北京百度网讯科技有限公司 The method and device of code building
CN108563435A (en) * 2018-04-19 2018-09-21 北京百度网讯科技有限公司 The method and device of code building
CN110968307A (en) * 2018-09-29 2020-04-07 北京数聚鑫云信息技术有限公司 Micro-service construction method and device based on intelligent generation of basic codes
CN111273942A (en) * 2018-12-04 2020-06-12 武汉斗鱼网络科技有限公司 Code generation method, storage medium, electronic device and system
CN110109697A (en) * 2019-04-03 2019-08-09 北京旷视科技有限公司 SDK output method, device, electronic equipment and the storage medium of neural network model
CN110109697B (en) * 2019-04-03 2023-08-18 北京旷视科技有限公司 SDK output method and device of neural network model, electronic equipment and storage medium
CN110209388A (en) * 2019-05-29 2019-09-06 广州酷车信息科技有限公司 The generation method of applet file
CN112269566A (en) * 2020-11-03 2021-01-26 支付宝(杭州)信息技术有限公司 Script generation processing method, device, equipment and system

Similar Documents

Publication Publication Date Title
CN102508669A (en) Automatic program code generating method
CN1811702B (en) System and method for developing portal applications and automatically deploying them into a portal server application
CA2777443C (en) Automated enterprise software development
CN109542556B (en) Method and system for interaction between process and form based on Activiti
CN102375743B (en) SOA(Service-Oriented Architecture) system development method based on model and template
CN103135976A (en) Code automatic generation method and device
CN105094818A (en) Construction method and system for comprehensive application of natural resources based on SOA
CN101604241A (en) A kind of code generating method of embedded system
TW521210B (en) Modular computer system and related method
CN102736915A (en) Automatic program generation device, method, and computer program
CN101645009A (en) Web service integrated development system and method
CN103309650A (en) Generating method and device of persistence layer codes
CN103744647A (en) Java workflow development system and method based on workflow GPD
CN102156640A (en) Method for generating data operation code
CN102455903B (en) Method for generating user application interface
Volgyesi et al. Component-based development of networked embedded applications
CN104881311A (en) Method and apparatus for judging version compatibility
CN103473034A (en) Method and device for dynamically publishing Web service
JP6002302B2 (en) Web application generation system, Web application generation system control method, Web application generation system program, Web application generation device, Web application generation device control method, and Web application generation device program
CN110941422B (en) Code automatic generation method, code generator and readable storage medium
CN109388406A (en) Convert method and device, the storage medium, electronic device of java code
CN109408322A (en) A kind of automatic business process implementation method of cloud platform
US8904340B2 (en) Use of temporary optimized settings to reduce cycle time of automatically created spreadsheets
Morin et al. Weaving aspect configurations for managing system variability
CN103995699A (en) Electric power enterprise information system development method based on MDA

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent of invention or patent application
CB02 Change of applicant information

Address after: Hangzhou City, Zhejiang Province, Binjiang District Puyan street 310053 Albert Road No. 1 Building 2 Zhejiang Hongcheng computer system Co. Ltd.

Applicant after: Zhejiang Hongcheng Computer Systems Co., Ltd.

Address before: 1, building 11, building 1, No. 310013, staff Road, Hangzhou, Zhejiang

Applicant before: Zhejiang Hongcheng Computer Systems Co., Ltd.

C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120620