CN101799754A - Method and system for developing web application - Google Patents

Method and system for developing web application Download PDF

Info

Publication number
CN101799754A
CN101799754A CN200910242785A CN200910242785A CN101799754A CN 101799754 A CN101799754 A CN 101799754A CN 200910242785 A CN200910242785 A CN 200910242785A CN 200910242785 A CN200910242785 A CN 200910242785A CN 101799754 A CN101799754 A CN 101799754A
Authority
CN
China
Prior art keywords
code
service code
configuration information
receive
layer
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
CN200910242785A
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.)
State Grid Corp of China SGCC
China Electric Power Research Institute Co Ltd CEPRI
Original Assignee
State Grid Corp of China SGCC
China Electric Power Research Institute Co Ltd CEPRI
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 State Grid Corp of China SGCC, China Electric Power Research Institute Co Ltd CEPRI filed Critical State Grid Corp of China SGCC
Priority to CN200910242785A priority Critical patent/CN101799754A/en
Publication of CN101799754A publication Critical patent/CN101799754A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method for developing web application. The method comprises the following steps of: receiving basic configuration information input on a visual interface by a user; and reading information needed by a preset basic frame according to the basic configuration information, adding the information into a corresponding position in the preset basic frame and generating service codes for each service module in the web application, wherein the service codes comprise codes of a presentation layer, a logic layer and a persistence layer. In the method, no switching is needed among various tools and the service codes produced by the various tools do not need manually combining so as to improve the overall development efficiency of the web application.

Description

A kind of web application and development method and system
Technical field
The present invention relates to the business treatment technique field, particularly relate to a kind of web application and development method and system.
Background technology
In order to tackle fierce competitive market, improve the self-management level, every profession and trade informatization paces are constantly accelerated.This has brought the more market opportunity for numerous software suppliers.But thing followed market competition is also more and more fierce, and software vendor is in order to survive under intense market competition, have only faster, better for the user provides software service, could be at the Market Neutral foot.
At present, enterprise-level application from traditional C/S structural transition to the B/S structure, the main advantage of the application of B/S structure has: access mode is simple, the user only need just can access application by browser; Upgrading is disposed convenient, can concentrate on service end and finish.The web application mainstream development technique of B/S structure has .NET and JavaEE.Wherein JavaEE has defined more complete technical architecture and corresponding standard at the demand of enterprise-level application each side, for example JSP, Servlet, EJB, JDBC, JMS or the like.In recent years, the community that increases income provides very multi-functional powerful, easy-to-use Application Middleware flexibly again based on the standard of JavaEE, for example Struts, Spring, Hibernate etc., make enterprise-level application development ripe more, also make JavaEE become one of enterprise-level application development technology of main flow.
JavaEE is the standards system of an opening, realizes that the middleware of its standard is a lot, for example realizes that the application server of JSP, Servlet standard has Tomcat, JBoss, Weblogic or the like.Usually, in enterprise-level application development, need to use these middlewares, business logic development on its basis.Corresponding performance history step is as follows:
Exploitation JSP or Servlet: be used to represent business datum, provide the user to exchange interface etc., for example: in HRMS, show personnel's essential information; Exploitation EJB or JavaBean: be used to realize service logic, for example: write logic how to obtain personnel's essential information; Use relevant database maintenance service data; After the business application system exploitation was finished, will use packs to be deployed on the application server moved, for example: Tomcat, Jboss etc.
Standard concrete in the JavaEE system is set up in order to be applicable to various service application exploitations, versatility is strong and specific aim is relatively poor, do not propose succinct solution for the particular technology problem, make lower based on the efficiency ratio of its Application and Development.For example: when realizing that the file that uses through regular meeting in enterprise's application is uploaded download function, need write a large amount of codes.
In order to address the above problem, at present, the Java community that increases income is very active, and the project of much increasing income provides the middleware product that is easier to enterprise's application and development on the basis of JavaEE standard.For example, Struts, Spring and Hibernate, solve respectively represent with logic, application start and enterprise's application and developments such as module assembling, data persistence in the technical matters often faced.These frameworks of increasing income are carried out reasonable combination can build enterprise's application development framework, simplify performance history.
Usually, the framework of increasing income all has some corresponding instruments to come auxiliary development, so that the developer develops quickly, for example: the developing instrument of Hibernate provides the function that generates mapped file and Java code file from database table, and the developing instrument of Struts can be realized mapping of the page and background controller or the like., do not have relevance between the different developing instruments, need between various tool, not stop during exploitation to switch, and the code and the original system code that need to generate on each instrument carry out uniting and adjustment, thereby influenced whole development efficient.
Summary of the invention
In view of this, the object of the present invention is to provide a kind of web application and development method and system, can improve the development efficiency that web uses on the whole.
For achieving the above object, the invention provides following scheme:
A kind of web application and development method comprises:
Receive the basic setup information that the user imports on visualization interface;
According to described basic setup information, read the required information of basic framework that presets, and add in the described basic framework that presets corresponding position to, and be that each business module during web uses generates service code, described service code comprises and represents layer, logical layer and persistent layer code.
Preferably, also comprise:
Receive the authority configuration information that the user imports on visualization interface;
Set up the incidence relation between described authority configuration information and the corresponding business module.
Preferably, also comprise:
Receive the workflow configuration information that the user imports on visualization interface;
According to described workflow configuration information, the service code in each business module combined realize operation flowization.
Preferably, described business module also comprises the module with increase, deletion, modification and locating function.
Preferably, also comprise:
Receive the modify instruction of user to the service code of generation;
Utilize described modify instruction to upgrade the service code of described generation.
A kind of web application development system comprises:
First interface unit is used to receive the basic setup information that the user imports on visualization interface;
The code generation unit, be used for according to described basic setup information, read the required information of basic framework that presets, and add in the described basic framework that presets corresponding position to, be that web each business module in using generates service code, described service code comprises and represents layer, logical layer and persistent layer code.
Preferably, also comprise:
Second interface unit is used to receive the authority configuration information that the user imports on visualization interface;
The authority generation unit is used to set up the incidence relation between described authority configuration information and the corresponding business module.
Preferably, also comprise:
The 3rd interface unit is used to receive the workflow configuration information that the user imports on visualization interface;
The operation flow unit is used for according to described workflow configuration information, the service code in each business module is combined realize operation flowization.
Preferably, described business module also comprises the module with increase, deletion, modification and locating function.
Preferably, also comprise:
The 4th interface unit is used to receive the modify instruction of user to the service code of generation;
The code update unit is used to utilize described modify instruction to upgrade the service code of described generation.
According to specific embodiment provided by the invention, the invention discloses following technique effect:
The present invention can receive the basic setup information that the user imports on visualization interface; Then, utilizing basic framework and the described basic setup information preset, is that each business module during web uses generates service code, and described service code comprises and represents layer, logical layer and persistent layer code.Therefore, the user uses same instrument just can generate automatically to represent the service code of layer, logical layer and persistent layer, switch in a plurality of different instruments and not be used in, more need not be manually the service code of each different tool production be combined, therefore, improved the development efficiency that web uses on the whole.
In addition, combination by basic framework, authority platform and workflow platform, the method of utilizing the embodiment of the invention to provide, both can build the technological frame of enterprise's application and development, so that business development and expansion, can provide more senior general service service further to simplify exploitation again, thereby realize quick structure high-quality enterprise-level web application aims.
Description of drawings
Fig. 1 is the process flow diagram of the method that provides of the embodiment of the invention;
Fig. 2 is the synoptic diagram of the system that provides of the embodiment of the invention.
Embodiment
For above-mentioned purpose of the present invention, feature and advantage can be become apparent more, the present invention is further detailed explanation below in conjunction with the drawings and specific embodiments.
Referring to Fig. 1, the web application and development method that the embodiment of the invention provides may further comprise the steps:
S101: receive the basic setup information that the user imports on visualization interface;
In embodiments of the present invention, to provide visual interface for the user, the user can import basic setup information in collocation type ground on this visualization interface, these basic setup information comprise the business datum of business module and the relation between data etc., department, personnel's data in for example personal management module, the corresponding a plurality of personnel of one of them department.The user can realize the input of basic setup information by operations such as clicking or pull on described visualization interface.
Wherein, described visualization interface is meant the interface that can be used for Edit Business Information and data relationship that offers the user, comprises concrete attribute data in the business datum, for example comprises attribute datas such as name, age, educational background in personnel's data.Business datum represents in the mode of similar word form, and the relation between the data then is to represent by the mode of arrow.
S102: according to described basic setup information, read the required information of basic framework that presets, and add in the described basic framework that presets corresponding position to, and be that each business module during web uses generates service code, described service code comprises and represents layer, logical layer and persistent layer code.
Set in advance basic framework in the system, comprised the framework that represents layer, logical layer and persistent layer code in this basic framework, after the user imports basic setup information, system can read the required information of basic framework that presets according to described basic setup information, and add corresponding position in the described basic framework that presets to, after interpolation is finished, just generated service code for each business module in the web application, therefore, described service code comprises and represents layer, logical layer and persistent layer code.
The business module that for example complete personnel's salary management business is used as web, comprise view, controller, model three parts: view shows personnel's wage information by the page, the user is also undertaken alternately by the page and application system simultaneously, the wage data that the transmission of the controller encapsulation page comes are also called the backstage model and are carried out business processing, calculate the wage data or be saved in database medium.By the method that the embodiment of the invention provides, what just can generate this business module apace represents layer, logical layer and persistent layer code, thereby realizes above-noted persons' salary management business.
Certainly, system generates after the service code automatically, and the user can also make amendment to the service code of producing.For example, the user also to need to find to increase other function to the current business module, then can increase the corresponding code of this function by manual mode, and comes to send modify instruction to the service code of generation to system with this.System receives after user's the modify instruction, just can utilize described modify instruction to upgrade the service code of described generation.
In actual applications; owing to occur the problem of control of authority during web uses through regular meeting; therefore; in embodiments of the present invention; the user can also be after system tentatively builds and starts operation, direct access system, and in system, incidence relation is set up in Operational Visit url address and user; permission system can judge that active user and those url address resources manage when logging in system by user, thereby makes and can see and visit different business modules after the different user login system.
In addition,, not only need to realize the individual event business of each business module, also need to realize professional procedure because the web in the enterprise uses required total solution often.For example, personnel's salary management module, staffs training module and new employee's administration module need be made up, form and complete report for work, participate in a complete operation flow of training a plurality of links such as wage deciding grade and level from the new employee.Therefore, also provide the workflow total solution required visual workflow defining in the embodiment of the invention, the user can also be after system tentatively builds and starts operation, visual flow definition instrument in the using system, at first create every workflow link, with the mode of line each link is connected then the service link flowing mode is set, thereby realize complete flow definition with a certain concrete Operational Visit url is related with link at last.
As seen, the method that provides by the embodiment of the invention, the user uses same instrument just can generate automatically to represent the service code of layer, logical layer and persistent layer, switch in a plurality of different instruments and not be used in, more need not be manually the service code of each different tool production be combined, therefore, improved the development efficiency that web uses on the whole.
Below by concrete application the method that the embodiment of the invention provides is introduced in further detail.
The embodiment of the invention is to provide varigrained service by Software Development Platform, and utilizes the development platform to integrate various developing instruments, thereby realizes making up fast the target of high-quality enterprise-level application.Therefore, when specific implementation, the Software Development Platform that the embodiment of the invention provides can comprise development platform and development platform two large divisions.
Wherein, development platform is made up of basic framework, authority platform and workflow platform.Basic framework is used to build the framework that enterprise uses, and can generate fast to represent layer, logical layer and persistent layer code on this; Authority platform and workflow platform all are the higher level business service external members of building on basic framework, are used to solve enterprise and use required general service service.Wherein, the authority platform is used to customize mechanism of business organization and authority, and workflow platform is used to customize business events flow path.
By above array mode, development platform both can have been built the technological frame of enterprise's application and development, so that business development and expansion can provide more senior general service service further to simplify exploitation again, thereby realize the purpose of quick structure high-quality enterprise-level application.
The development platform is the developing instrument that provides for the related personnel who uses development platform to carry out enterprise's application and development.The basic functions such as the code editor that its function has except general developing instrument, debugging, also comprise and the closely-related various functions of development platform: at first, can directly generate the integrated running environment that comprises basic framework, authority platform and workflow platform; Then, but can comprise lastingly by the bottom-up generation of the mode of Database Modeling, logic and represent the operation code of each layer; At last, can also by design tool with visual way design respectively lastingly, logic and represent each layer.
In actual applications, if the method that the developer uses the embodiment of the invention to provide first, then need at first to set database connection, systematic parameter etc. by the newly-built development platform project of development platform in constructive process, the project after creating can directly be moved in tomcat.Specifically comprise following operation:
At first create web and use, form by basic framework, authority platform, workflow platform three parts by new project guide;
Set database linkage information and required table and the view of initialization generation web application item operation by database configuration guide then;
At last the project that creates is published on the tomcat server by deployment wizard and moves, starting the back developer can use and use default username password login system by the IE browser access.
Finish after the above setting, just can carry out the exploitation of concrete web application.The developer can be by development platform design database table model, generate by model and to comprise lasting, logic and to represent each layer identification code, can also generate simultaneously the module that has increase, deletes modification and locating function, on it, add service logic then and get final product.That is to say that design or developer utilize basic framework, authority platform, the workflow platform three partial design exploitation web application services module in the development platform, for example personal management in the human resources system, organizational structure's management, payroll administration etc.
Then, the developer utilizes the authority platform that the access rights of business module are set, and further improves business module, and for example setting only allows the managerial personnel of Human Resource Department visit for personnel's salary management module.
At last, the developer utilizes workflow platform the combinations of services in a plurality of business modules can be got up realize operation flowization, for example personnel's salary management module, staffs training module and new employee's administration module is combined to form complete to report for work, participate in a complete operation flow of training a plurality of links such as wage deciding grade and level from the new employee.
Wherein, specifically when generating lasting, logic and representing each layer identification code, can adopt following method: receive business scenario that the user selects, scene configuration information, be the persistence model and the interface configuration information of this business scenario selection, business scenario and scene configuration information that the user is selected are kept in the model of place, and interface configuration information is kept in the INTERFACE MODEL; According to described persistence model, read the required information of persistent layer code and add corresponding position in the scene Code Template that presets to, generate the persistent layer code; According to described INTERFACE MODEL, read interface configuration information and add corresponding position in the described scene Code Template to, generate the contact bed code; In conjunction with described model of place, persistence model and INTERFACE MODEL, calculating derives and represents layer and the required information of logical layer code, is kept in the model of place; According to described model of place, read and represent layer and the required information of logical layer code is added in the described scene Code Template corresponding position to, generate to represent layer and logical layer code.Certainly, can adopt other modes to realize, the embodiment of the invention is not done qualification to this yet.
Corresponding with the method that the embodiment of the invention provides, the embodiment of the invention also provides a kind of web application development system, and referring to Fig. 2, this system comprises with lower unit:
The first interface unit U201 is used to receive the basic setup information that the user imports on visualization interface;
Code generation unit U202, be used for according to described basic setup information, read the required information of basic framework that presets, and add in the described basic framework that presets corresponding position to, be that web each business module in using generates service code, described service code comprises and represents layer, logical layer and persistent layer code.
The device that provides by the embodiment of the invention, the user uses same instrument just can generate automatically to represent the service code of layer, logical layer and persistent layer, switch in a plurality of different instruments and not be used in, more need not be manually the service code of each different tool production be combined, therefore, improved the development efficiency that web uses on the whole.
The embodiment of the invention is at the technological frame that can build the web of enterprise application and development, so that on the basis of business development and expansion, can also provide more senior general service service further to simplify exploitation, thereby realize the purpose of quick structure high-quality enterprise-level application.Wherein, in order to realize the control of authority to business module, this system also comprises:
Second interface unit is used to receive the authority configuration information that the user imports on visualization interface;
The authority generation unit is used to set up the incidence relation between described authority configuration information and the corresponding business module.
In order to realize operation flowization, this system also comprises:
The 3rd interface unit is used to receive the workflow configuration information that the user imports on visualization interface;
The operation flow unit is used for according to described workflow configuration information, the service code in each business module is combined realize operation flowization.
The embodiment of the invention represents layer, logical layer and the persistent layer code except generating automatically, can also comprise other codes, for example, described business module also comprises the module with increase, deletion, modification and locating function, can generate the corresponding code of these functions equally.
In the embodiment of the invention, web uses required code and is generated automatically by system, but also allows the user that the code of automatic generation is manually revised simultaneously, and at this moment, this system also comprises:
The 4th interface unit is used to receive the modify instruction of user to the service code of generation;
The code update unit is used to utilize described modify instruction to upgrade the service code of described generation.
More than to a kind of web application and development method and system provided by the present invention, be described in detail, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, part in specific embodiments and applications all can change.In sum, this description should not be construed as limitation of the present invention.

Claims (10)

1. a web application and development method is characterized in that, comprising:
Receive the basic setup information that the user imports on visualization interface;
According to described basic setup information, read the required information of basic framework that presets, and add in the described basic framework that presets corresponding position to, and be that each business module during web uses generates service code, described service code comprises and represents layer, logical layer and persistent layer code.
2. method according to claim 1 is characterized in that, also comprises:
Receive the authority configuration information that the user imports on visualization interface;
Set up the incidence relation between described authority configuration information and the corresponding business module.
3. method according to claim 1 is characterized in that, also comprises:
Receive the workflow configuration information that the user imports on visualization interface;
According to described workflow configuration information, the service code in each business module combined realize operation flowization.
4. method according to claim 1 is characterized in that described business module also comprises the module with increase, deletion, modification and locating function.
5. according to each described method of claim 1 to 4, it is characterized in that, also comprise:
Receive the modify instruction of user to the service code of generation;
Utilize described modify instruction to upgrade the service code of described generation.
6. a web application development system is characterized in that, comprising:
First interface unit is used to receive the basic setup information that the user imports on visualization interface;
The code generation unit, be used for according to described basic setup information, read the required information of basic framework that presets, and add in the described basic framework that presets corresponding position to, be that web each business module in using generates service code, described service code comprises and represents layer, logical layer and persistent layer code.
7. system according to claim 6 is characterized in that, also comprises:
Second interface unit is used to receive the authority configuration information that the user imports on visualization interface;
The authority generation unit is used to set up the incidence relation between described authority configuration information and the corresponding business module.
8. system according to claim 6 is characterized in that, also comprises:
The 3rd interface unit is used to receive the workflow configuration information that the user imports on visualization interface;
The operation flow unit is used for according to described workflow configuration information, the service code in each business module is combined realize operation flowization.
9. system according to claim 6 is characterized in that described business module also comprises the module with increase, deletion, modification and locating function.
10. according to each described system of claim 6 to 9, it is characterized in that, also comprise:
The 4th interface unit is used to receive the modify instruction of user to the service code of generation;
The code update unit is used to utilize described modify instruction to upgrade the service code of described generation.
CN200910242785A 2009-12-17 2009-12-17 Method and system for developing web application Pending CN101799754A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910242785A CN101799754A (en) 2009-12-17 2009-12-17 Method and system for developing web application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910242785A CN101799754A (en) 2009-12-17 2009-12-17 Method and system for developing web application

Publications (1)

Publication Number Publication Date
CN101799754A true CN101799754A (en) 2010-08-11

Family

ID=42595443

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910242785A Pending CN101799754A (en) 2009-12-17 2009-12-17 Method and system for developing web application

Country Status (1)

Country Link
CN (1) CN101799754A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102385616A (en) * 2011-10-10 2012-03-21 江苏鸿信系统集成有限公司 Method for customizing virtual call center through WEB distribution and database generation
CN102520927A (en) * 2011-11-23 2012-06-27 中兴通讯股份有限公司 Method, device and terminal for generation logic business of embedded terminal
CN102855141A (en) * 2011-09-24 2013-01-02 国网电力科学研究院 Authority control method capable of defining authority in visualization manner and performing dynamic help
CN102902543A (en) * 2012-09-29 2013-01-30 山东浪潮齐鲁软件产业股份有限公司 Web service application framework model
CN103150497A (en) * 2013-04-07 2013-06-12 网宿科技股份有限公司 Visual authority configuration and verification method and system for web application development
CN103593173A (en) * 2012-10-29 2014-02-19 百度在线网络技术(北京)有限公司 Integration development system, integration development method and integration development device for application programs
CN103605528A (en) * 2013-12-16 2014-02-26 北京中电普华信息技术有限公司 Service development method and device
CN104216715A (en) * 2014-09-02 2014-12-17 深圳前海诺德咨询服务有限公司 Web App development framework and method
CN106406826A (en) * 2015-07-27 2017-02-15 阿里巴巴集团控股有限公司 Joint debugging task establishment method, system joint debugging method and device
CN106445556A (en) * 2016-10-18 2017-02-22 中国银行股份有限公司 Visualized code generation method and system thereof
CN106528150A (en) * 2016-11-07 2017-03-22 北京快嘉科技有限公司 Development method and development platform of J2EE projects
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
CN110413274A (en) * 2019-08-05 2019-11-05 杭州讯酷科技有限公司 System development method, system and platform based on cloud
WO2019233292A1 (en) * 2018-06-07 2019-12-12 阿里巴巴集团控股有限公司 Method and apparatus for developing application
CN110609681A (en) * 2018-06-14 2019-12-24 北京京东尚科信息技术有限公司 System, method, device and medium for visually configuring and generating WEB application
CN110727416A (en) * 2019-10-10 2020-01-24 广州趣丸网络科技有限公司 Development framework generation method and related device
CN111506315A (en) * 2019-01-31 2020-08-07 广州数控网络科技有限公司 Code deployment method for flexible digital control and digital control platform

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101510881A (en) * 2009-03-30 2009-08-19 北京金山软件有限公司 Method and device for providing web page

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101510881A (en) * 2009-03-30 2009-08-19 北京金山软件有限公司 Method and device for providing web page

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
高正光等: "基于元数据的对象管理的Web框架", 《计算机工程》 *

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102855141A (en) * 2011-09-24 2013-01-02 国网电力科学研究院 Authority control method capable of defining authority in visualization manner and performing dynamic help
CN102385616B (en) * 2011-10-10 2016-07-13 江苏鸿信系统集成有限公司 By the method that WEB distribution, data base generate customizing virtual call center
CN102385616A (en) * 2011-10-10 2012-03-21 江苏鸿信系统集成有限公司 Method for customizing virtual call center through WEB distribution and database generation
CN102520927A (en) * 2011-11-23 2012-06-27 中兴通讯股份有限公司 Method, device and terminal for generation logic business of embedded terminal
US9632684B2 (en) 2011-11-23 2017-04-25 Zte Corporation Method, device and terminal for generating logic service for embedded terminal
CN102520927B (en) * 2011-11-23 2014-09-10 中兴通讯股份有限公司 Method, device and terminal for generation logic business of embedded terminal
CN102902543A (en) * 2012-09-29 2013-01-30 山东浪潮齐鲁软件产业股份有限公司 Web service application framework model
CN103593173B (en) * 2012-10-29 2017-07-25 百度在线网络技术(北京)有限公司 A kind of integrated development system of application program, method and device
CN103593173A (en) * 2012-10-29 2014-02-19 百度在线网络技术(北京)有限公司 Integration development system, integration development method and integration development device for application programs
CN103150497A (en) * 2013-04-07 2013-06-12 网宿科技股份有限公司 Visual authority configuration and verification method and system for web application development
CN103605528A (en) * 2013-12-16 2014-02-26 北京中电普华信息技术有限公司 Service development method and device
CN104216715A (en) * 2014-09-02 2014-12-17 深圳前海诺德咨询服务有限公司 Web App development framework and method
CN104216715B (en) * 2014-09-02 2017-12-08 深圳市前海圆舟网络科技股份有限公司 A kind of Web App Development Frameworks and method
CN106406826A (en) * 2015-07-27 2017-02-15 阿里巴巴集团控股有限公司 Joint debugging task establishment method, system joint debugging method and device
CN106406826B (en) * 2015-07-27 2019-12-31 菜鸟智能物流控股有限公司 Joint debugging task creation method, system joint debugging method and device
CN106445556A (en) * 2016-10-18 2017-02-22 中国银行股份有限公司 Visualized code generation method and system thereof
CN106445556B (en) * 2016-10-18 2019-08-30 中国银行股份有限公司 A kind of visual code generation method and system
CN106528150A (en) * 2016-11-07 2017-03-22 北京快嘉科技有限公司 Development method and development platform of J2EE projects
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
WO2019233292A1 (en) * 2018-06-07 2019-12-12 阿里巴巴集团控股有限公司 Method and apparatus for developing application
CN110609681A (en) * 2018-06-14 2019-12-24 北京京东尚科信息技术有限公司 System, method, device and medium for visually configuring and generating WEB application
CN111506315A (en) * 2019-01-31 2020-08-07 广州数控网络科技有限公司 Code deployment method for flexible digital control and digital control platform
CN110413274A (en) * 2019-08-05 2019-11-05 杭州讯酷科技有限公司 System development method, system and platform based on cloud
CN110727416A (en) * 2019-10-10 2020-01-24 广州趣丸网络科技有限公司 Development framework generation method and related device
CN110727416B (en) * 2019-10-10 2023-09-29 广州趣丸网络科技有限公司 Development framework generation method and related device

Similar Documents

Publication Publication Date Title
CN101799754A (en) Method and system for developing web application
CN107193545B (en) Component-oriented multi-language collaborative development device, method and system
US7448024B2 (en) System and method for software application development in a portal environment
CN102750145B (en) Network system software system framework and implementation method thereof
CN103425778B (en) A kind of intelligent development platform of database application system
US20060195817A1 (en) Visual workflow modeling tools for user interface automation
CN100487645C (en) Automatically generating method based on data driving interface
CN105094818A (en) Construction method and system for comprehensive application of natural resources based on SOA
US20080028328A1 (en) System and method to dynamically change object data patterns
CN103838706A (en) Flexible management information system with process and form customization function
CN104679488A (en) Flow path customized development platform and method
CN107704243A (en) Construction method and device, the computer equipment and storage medium of front-end interface
JP2015504186A (en) System and method for mobile application development
CN108595397A (en) A method of automatically generating report
CN103646303A (en) A flexible management information system used for customizing processes and forms in a ship enterprise
CN106779594A (en) A kind of Workflow management method based on Activiti
CN107133044A (en) The quick development method and system of the data maintenance type page
CN101976189A (en) Component displaying method and device
CN103995699A (en) Electric power enterprise information system development method based on MDA
US20100235839A1 (en) Apparatus and method for automation of a business process
JP2011238151A (en) Screen program generation device
Dumitriu Modelling and simulation software solutions as a premise for enhancing processes’ quality and business overall value
CN106874014A (en) The three layer identification code generation methods based on model and framework
Hili et al. A light-weight low-code platform for back-end automation
Penadés et al. Building Urban Resilience: A Dynamic Process Composition Approach

Legal Events

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

Application publication date: 20100811