CN110879700A - Engine-oriented application software development method - Google Patents

Engine-oriented application software development method Download PDF

Info

Publication number
CN110879700A
CN110879700A CN201911148521.0A CN201911148521A CN110879700A CN 110879700 A CN110879700 A CN 110879700A CN 201911148521 A CN201911148521 A CN 201911148521A CN 110879700 A CN110879700 A CN 110879700A
Authority
CN
China
Prior art keywords
engine
software
development
interface
database
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
CN201911148521.0A
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.)
Shandong Labor Vocational and Technical College
Original Assignee
Shandong Labor Vocational and Technical College
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 Shandong Labor Vocational and Technical College filed Critical Shandong Labor Vocational and Technical College
Priority to CN201911148521.0A priority Critical patent/CN110879700A/en
Publication of CN110879700A publication Critical patent/CN110879700A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/316Aspect-oriented programming techniques

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an engine-oriented application software development method, which comprises the following steps: s1: according to the functional requirements of software to be developed, an application container engine, an interface engine, a server execution engine and a database engine are developed and designed; s2: constructing development software required by a software development environment through an application container engine; s3: loading the whole development software program interface through an interface engine, and allowing a developer to input a development instruction related to software; s4: changing a software related development instruction input by a developer into a related service instruction through a server execution engine and a database engine, and then executing the related service instruction through a computer server; s5: and finally, integrating the application container engine, the interface engine, the server execution engine and the database engine to obtain the finally developed application software. According to the invention, the effect of software development efficiency and quality is greatly improved by the engine-oriented application software development method.

Description

Engine-oriented application software development method
Technical Field
The invention relates to the technical field of application software development, in particular to an engine-oriented application software development method.
Background
Software development is the process of building a software system or software parts in a system according to user requirements. Software development is a system engineering that includes requirement capture, requirement analysis, design, implementation, and testing. Software is typically implemented in a programming language. Development is typically possible using software development tools. Software is divided into system software and application software, and includes not only programs that can be run on a computer, but files related to these programs are also generally considered to be part of the software. However, the traditional development of application software has the problems of great modification difficulty of software programs, complex mode and long development period.
Disclosure of Invention
The invention aims to provide an engine-oriented application software development method, which has the effects of greatly improving software development efficiency and software development quality through the engine-oriented application software development method and solves the problems of high software program modification difficulty, complex mode and long development period in the traditional application software development.
In order to achieve the purpose, the invention provides the following technical scheme: an engine-oriented application software development method comprises the following steps:
s1: according to the functional requirements of software to be developed, an application container engine, an interface engine, a server execution engine and a database engine are developed and designed;
s2: constructing development software required by a software development environment through an application container engine;
s3: loading the whole development software program interface through an interface engine, and allowing a developer to input a development instruction related to software;
s4: changing a software related development instruction input by a developer into a related service instruction through a server execution engine and a database engine, and then executing the related service instruction through a computer server;
s5: and finally, integrating the application container engine, the interface engine, the server execution engine and the database engine to obtain the finally developed application software.
Preferably, in step S1, the configuration file provided by the application container engine is used to configure the development software required for building the development environment, the application container engine is started by running the configuration file, and the application container engine automatically installs the development software that is not installed, so as to implement automatic building of the development environment.
Preferably, the interface engine module in step S1 is configured to load a program interface, and specify interface elements required by the software through a configuration file.
Preferably, the server execution engine in step S1 includes a client framework engine, a process engine, a data parsing engine, and a service execution engine, and the process engine transmits the information input by the developer and received by the client framework engine to the data parsing engine section by section, and the data parsing engine parses the transmitted information and executes the relevant service command identified in the information by the service execution engine according to the database engine.
Preferably, the database engine in step S1 includes data capable of identifying information input by the developer received by the client framework engine, so that the service execution engine can execute the relevant service instructions.
Compared with the prior art, the invention has the following beneficial effects:
according to the invention, through the engine-oriented application software development method, the effects of greatly improving the software development efficiency and the software development quality are achieved, and the problems of great software program modification difficulty, complex mode and long development period in the traditional application software development are solved.
Drawings
FIG. 1 is a flow chart of the operation steps of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, the present invention provides a technical solution: an engine-oriented application software development method comprises the following steps:
s1: according to the functional requirements of software to be developed, an application container engine, an interface engine, a server execution engine and a database engine are developed and designed;
s2: constructing development software required by a software development environment through an application container engine;
s3: loading the whole development software program interface through an interface engine, and allowing a developer to input a development instruction related to software;
s4: changing a software related development instruction input by a developer into a related service instruction through a server execution engine and a database engine, and then executing the related service instruction through a computer server;
s5: and finally, integrating the application container engine, the interface engine, the server execution engine and the database engine to obtain the finally developed application software.
In step S1, the configuration file provided by the application container engine is used to configure the development software required for constructing the development environment, the application container engine is started by running the configuration file, and the development software that is not installed is automatically installed by the application container engine, so as to implement automatic construction of the development environment.
The interface engine module in step S1 is used to load the program interface, and specify the interface elements required by the software through the configuration file.
The server execution engine in step S1 includes a client framework engine, a process engine, a data parsing engine, and a service execution engine, and transmits the information input by the developer and received in the client framework engine to the data parsing engine section by section through the process engine, and parses the transmitted information through the data parsing engine and executes the relevant service instruction identified in the information through the service execution engine according to the database engine.
The database engine in step S1 contains data that identifies the information entered by the developer and received by the client framework engine, and facilitates the execution of relevant service instructions by the service execution engine.
In conclusion, by the engine-oriented application software development method, the software development efficiency and the software development quality are greatly improved, and the problems of high software program modification difficulty, complex mode and long development period in the traditional application software development are solved.
The working principle is as follows: the engine-oriented application software development method comprises the steps of firstly, developing and designing an application container engine, an interface engine, a server execution engine and a database engine according to the functional requirements of software to be developed; then, constructing development software required by a software development environment through an application container engine; then loading the whole development software program interface through an interface engine, and allowing a developer to input a development instruction related to the software; finally, changing the software related development instruction input by the developer into a related service instruction through a server execution engine and a database engine, and then executing the related service instruction through a computer server; and finally, integrating the application container engine, the interface engine, the server execution engine and the database engine to obtain the finally developed application software.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (5)

1. An engine-oriented application software development method is characterized by comprising the following steps:
s1: according to the functional requirements of software to be developed, an application container engine, an interface engine, a server execution engine and a database engine are developed and designed;
s2: constructing development software required by a software development environment through an application container engine;
s3: loading the whole development software program interface through an interface engine, and allowing a developer to input a development instruction related to software;
s4: changing a software related development instruction input by a developer into a related service instruction through a server execution engine and a database engine, and then executing the related service instruction through a computer server;
s5: and finally, integrating the application container engine, the interface engine, the server execution engine and the database engine to obtain the finally developed application software.
2. The engine-oriented application software development approach of claim 1, characterized by: in step S1, the configuration file provided by the application container engine is used to configure the development software required for building the development environment, the application container engine is started by running the configuration file, and the application container engine automatically installs the development software that is not installed, so as to implement automatic building of the development environment.
3. The engine-oriented application software development approach of claim 1, characterized by: the interface engine module in step S1 is configured to load a program interface, and specify interface elements required by the software through a configuration file.
4. The engine-oriented application software development approach of claim 1, characterized by: the server execution engine in step S1 includes a client framework engine, a process engine, a data parsing engine, and a service execution engine, and transmits the information input by the developer and received in the client framework engine to the data parsing engine section by section through the process engine, and parses the transmitted information through the data parsing engine and executes the relevant service instruction identified in the information through the service execution engine according to the database engine.
5. The engine-oriented application software development approach of claim 4, characterized by: the database engine in step S1 contains data capable of identifying the information input by the developer received by the client framework engine, so as to facilitate the service execution engine to execute the relevant service instructions.
CN201911148521.0A 2019-11-21 2019-11-21 Engine-oriented application software development method Pending CN110879700A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911148521.0A CN110879700A (en) 2019-11-21 2019-11-21 Engine-oriented application software development method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911148521.0A CN110879700A (en) 2019-11-21 2019-11-21 Engine-oriented application software development method

Publications (1)

Publication Number Publication Date
CN110879700A true CN110879700A (en) 2020-03-13

Family

ID=69729466

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911148521.0A Pending CN110879700A (en) 2019-11-21 2019-11-21 Engine-oriented application software development method

Country Status (1)

Country Link
CN (1) CN110879700A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014191708A (en) * 2013-03-28 2014-10-06 Wom System Design Co Computer program and method for activating code analysis engine
CN104267957A (en) * 2014-09-29 2015-01-07 浪潮通信信息系统有限公司 Mobile application unified service framework system
CN104298496A (en) * 2013-07-19 2015-01-21 上海宝信软件股份有限公司 Data-analysis-based software development framework system
CN106598681A (en) * 2016-12-21 2017-04-26 北京恒华伟业科技股份有限公司 Construction method and device for development environment
CN108279879A (en) * 2018-01-25 2018-07-13 北京卓越智软科技有限公司 Applied software development method towards engine
CN108595177A (en) * 2018-04-28 2018-09-28 广东电网有限责任公司 interface development method and device
CN109189387A (en) * 2018-08-01 2019-01-11 广州南方智能技术有限公司 A kind of method and system of the GNSS data processing based on QT component

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014191708A (en) * 2013-03-28 2014-10-06 Wom System Design Co Computer program and method for activating code analysis engine
CN104298496A (en) * 2013-07-19 2015-01-21 上海宝信软件股份有限公司 Data-analysis-based software development framework system
CN104267957A (en) * 2014-09-29 2015-01-07 浪潮通信信息系统有限公司 Mobile application unified service framework system
CN106598681A (en) * 2016-12-21 2017-04-26 北京恒华伟业科技股份有限公司 Construction method and device for development environment
CN108279879A (en) * 2018-01-25 2018-07-13 北京卓越智软科技有限公司 Applied software development method towards engine
CN108595177A (en) * 2018-04-28 2018-09-28 广东电网有限责任公司 interface development method and device
CN109189387A (en) * 2018-08-01 2019-01-11 广州南方智能技术有限公司 A kind of method and system of the GNSS data processing based on QT component

Similar Documents

Publication Publication Date Title
US20170193437A1 (en) Method and apparatus for inventory analysis
US7437706B2 (en) Automating the life cycle of a distributed computing application
Ahmad et al. A framework for architecture-driven migration of legacy systems to cloud-enabled software
CN102831060A (en) Modification influence analysis based regression test case updating method of part software
Mubeen et al. Provisioning of predictable embedded software in the vehicle industry: The rubus approach
US20110126179A1 (en) Method and System for Dynamic Patching Software Using Source Code
US8701079B2 (en) Procedure and development environment for generation of an executable overall control program
US20170220613A1 (en) Systems and methods for database orientation transformation
CN110109671B (en) Webpack label size and style conversion method and device
CN110851514B (en) ETL (extract transform load) processing method based on FLINK (Linear rotation injection)
CN111930398A (en) Application program updating method, device, system, medium and equipment
CN113760462A (en) Method and device for constructing verification environment of dispatching automation system
CN117707499A (en) Multi-source model algorithm analyzer plug-in and compiling algorithm based on virtualization technology
CN105700934A (en) Intelligent compiling method and intelligent compiling system
CN117215551A (en) LLM-based low-code application development method and system
CN110879700A (en) Engine-oriented application software development method
KR20090099977A (en) A reserved component container based software development method and apparatus
CN109933308A (en) The customed general-purpose system of remote sensing satellite data prediction flow path visual based on MPI+CUDA
Lu et al. Implementation of continuous integration and automated testing in software development of smart grid scheduling support system
WO2023038715A1 (en) Hot reloading a running application with an unsaved source code change
CN114327498A (en) Automated deployment method, system, electronic device and computer readable medium
CN113127162B (en) Automatic task execution method and device, electronic equipment and computer storage medium
CN113867714A (en) Automatic code generation method adaptive to multiple languages
CN113590179A (en) Plug-in detection method and device, electronic equipment and storage medium
CN112464596A (en) Regression testing method, system, equipment and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination