CN110096265B - Software design method, software design tool and software operation platform based on data stream and element - Google Patents

Software design method, software design tool and software operation platform based on data stream and element Download PDF

Info

Publication number
CN110096265B
CN110096265B CN201910382456.1A CN201910382456A CN110096265B CN 110096265 B CN110096265 B CN 110096265B CN 201910382456 A CN201910382456 A CN 201910382456A CN 110096265 B CN110096265 B CN 110096265B
Authority
CN
China
Prior art keywords
software
data
software design
elements
design
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.)
Active
Application number
CN201910382456.1A
Other languages
Chinese (zh)
Other versions
CN110096265A (en
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.)
Trend New Technology Beijing Co ltd
Original Assignee
Trend New Technology Beijing 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 Trend New Technology Beijing Co ltd filed Critical Trend New Technology Beijing Co ltd
Priority to CN201910382456.1A priority Critical patent/CN110096265B/en
Publication of CN110096265A publication Critical patent/CN110096265A/en
Application granted granted Critical
Publication of CN110096265B publication Critical patent/CN110096265B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

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

Abstract

The invention discloses a software design method, a software design tool and a software operation platform based on data flow and elements, wherein the software design tool is used for realizing the software design method, and the software operation platform is used for operating a software design scheme designed by the software design method; firstly, designing a software element, then connecting the software elements through data streams provided by a software design tool to form a software design scheme, and deploying the software design scheme in a software operation platform for operation. The advantages are that: the problem that the traditional software design and development method cannot flexibly adapt to various different service requirements is solved; the development of the software and the design of the software business function can be organically separated, so that a software developer is focused on the development of the software element; the software scheme designer is focused on the design of the user service function and service flow; the problem that technicians are required to re-develop because of service demand change is solved.

Description

Software design method, software design tool and software operation platform based on data stream and element
Technical Field
The present invention relates to the field of computer software design and development, and in particular, to a software design method, a software design tool and a software operation platform based on data streams and elements.
Background
At present, software design development requires a software developer to conduct targeted product function design, system architecture design and data structure design according to the service requirements of users, then program coding development is conducted by the developer according to the design, and after the development is completed, the user is delivered with a software system with fixed functions (developed according to the user requirements). Because the service requirements of different users are different, the required software functions are also different, and the traditional software design and development method cannot flexibly adapt to the different service requirements proposed by different users.
Disclosure of Invention
The invention aims to provide a software design method, a software design tool and a software operation platform based on data streams and elements, so as to solve the problems in the prior art.
In order to achieve the above purpose, the technical scheme adopted by the invention is as follows:
a software design method based on data flow and element includes the following steps,
s1, designing and developing various software elements;
s2, assembling various software elements to form a software element library;
s3, selecting needed software elements from a software element library according to the service requirement of an actual software system, and connecting the software elements together to dynamically form a complete software design scheme;
s4, storing the software design scheme as a software design scheme diagram in a file form;
s5, uploading and deploying the software design scheme diagram into a software operation platform, and operating the software design scheme by the software operation platform.
Preferably, a plurality of data inflow interfaces and data outflow interfaces are defined for each software element; the data inflow interface of each software element is connected with the data outflow interfaces of other software elements, and the data outflow interface of each software element is connected with the data inflow interfaces of other software.
The invention also aims to provide a software design tool based on data streams and elements, wherein the software design tool is used for realizing the software design method, and comprises a plurality of data streams, and the data inflow interface of each software element is connected with the data outflow ports of other software elements through the data streams; the data flow-out interface of each software element is connected with the data flow-in interfaces of other software elements through the data flow.
Preferably, the software design tool selects corresponding software elements according to the service requirement of the actual software system, then connects the software elements through data flow to form a complete software design scheme, and stores the software design scheme as a software design scheme diagram in a file form.
The invention also aims to provide a software running platform based on data flow and elements, which is used for running the software design scheme diagram in the form of files obtained by any one of the software design methods or any one of the software design tools.
Preferably, the software design scheme in the form of a file is uploaded and deployed into a software running platform, and the software running platform runs the software design scheme according to the software design scheme in the form of the file deployed inside the software running platform.
The beneficial effects of the invention are as follows: 1. the method solves the problem that the traditional software design and development method cannot flexibly adapt to various different service requirements. 2. The method can organically separate the development of the software from the design of the software business function, so that the software developer is focused on the development of the software element; the software project designer is focused on the design of the user business function and business flow. 3. The problem that technicians are required to re-develop because of service demand change is solved.
Drawings
FIG. 1 is a flow chart of a software design method in an embodiment of the invention;
FIG. 2 is a schematic diagram of the components of an embodiment of the present invention;
FIG. 3 is a schematic diagram of a software component set in accordance with an embodiment of the present invention;
FIG. 4 is a schematic diagram of another software component set in an embodiment of the invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the detailed description is presented by way of example only and is not intended to limit the invention.
As shown in fig. 1 to 2, the present invention provides a software design method based on data flow and elements, comprising the steps of,
s1, designing and developing various software elements;
s2, assembling various software elements to form a software element library;
s3, selecting needed software elements from a software element library according to the service requirement of an actual software system, and connecting the software elements together to dynamically form a complete software design scheme;
s4, storing the software design scheme as a software design scheme diagram in a file form;
s5, uploading and deploying the software design scheme diagram into a software operation platform, and operating the software design scheme by the software operation platform.
In this embodiment, by adopting the software design method, the development of the software system can be split into the design and development of the software element, the design of the software service function (software design scheme) and the software deployment operation (deployment into the general operation platform (environment) conforming to the specification of the design method), and meanwhile, the software element can be repeatedly used. As the software elements become more and more abundant, a rich software element library will be formed, and the subsequent software development will be more design work of the software design scheme; the software design method can completely separate the development of software elements, the service work design (software design scheme) of a software system and the software delivery (deployment to a software running platform (environment)), and greatly improves the software design, development and delivery efficiency.
In this embodiment, a plurality of data inflow interfaces and data outflow interfaces are defined for each software element; the data inflow interface of each software element is connected with the data outflow interfaces of other software elements, and the data outflow interface of each software element is connected with the data inflow interfaces of other software. The data outflow interface and the data inflow interface are slots designed on the elements, and all the software elements are connected through the slots to form a software design scheme.
In this embodiment, the software elements are software modules. The software is modularized, so that the integration level of the software is higher, and the software design scheme can be changed by changing the software elements or changing the connection sequence of the software elements when the software is used.
As shown in fig. 3 to 4, the present invention further provides a software design tool based on data streams and elements, the software design tool comprising a plurality of data streams, wherein the data inflow interface of each software element is connected with the data outflow ports of other software elements through the data streams; the data flow-out interface of each software element is connected with the data flow-in interfaces of other software elements through the data flow.
In this embodiment, the software design tool selects corresponding software elements according to the service requirement of the actual software system, connects the software elements through a data stream to form a complete software design scheme, and stores the software design scheme as a software design scheme diagram in a file form.
In this embodiment, the software design tool is designed using existing basic design methods.
In this embodiment, the software design tool is a software design method based on data flow and elements, and assists a software project designer in performing software project design, and mainly includes the following functions:
1. element library management function, the registering, deleting, updating, upgrading and other functions of the element; the element developed by the developer can be registered in the software design tool, and the element can be conveniently searched, the function supported by the element and the introduction of the element interface can be checked through the tool, and the element can be managed and maintained;
2. designing a workbench according to a graphical software design scheme; the software designer can add the element to the canvas of the design workbench, the added element on the canvas of the workbench can be displayed in a graphical mode, meanwhile, the data inflow port and the data outflow port of the element are marked obviously, the position of the element can be dragged at will, and the software designer can observe and design the relation of each element conveniently;
3. data flow line dynamic contact element function; in the software design tool, a data flow line design tool is provided, through which a designer can visually connect the data inflow/outflow interfaces of the respective elements.
In this embodiment, the data stream is also referred to as a data line.
The invention also provides a software running platform which is used for running the software design scheme.
In the embodiment, uploading and deploying a software design scheme diagram in a file form into a software operation platform; the software running platform will run the software design according to the software design diagram in the form of a file deployed inside it.
In this embodiment, the software running platform is designed by using an existing basic design method.
In this embodiment, the software running platform is an environment developed for the actual running of software based on the idea of the software design method of the data flow and the element, and the environment provides the following functions:
1. the element library service realizes element registration, deletion, update, upgrade and the like;
2. deploying, updating, upgrading, unloading and other functions of the software design scheme;
3. and starting, stopping, restarting and other platform functions of the software running platform environment.
In this embodiment, various software elements required in the software system are designed and developed first, and data in interfaces (slots) and data out interfaces (slots) are defined for these software elements, and the software elements are assembled to form an element library of various software required for software design. Then using a software design tool to select required software elements from an element library, connecting the selected software elements through a data stream provided in the software design tool to finally form a large software element group, namely a software design scheme, and storing the software design scheme in a file form to obtain a software design scheme diagram; uploading and deploying the software design scheme diagram in a file form into a software running platform, and running the software design scheme by the software running platform.
In this embodiment, the development of software and the design of software service functions can be organically separated, so that a software developer is focused on the development of software elements to form a rich element library, and a software scheme designer is focused on the design of user service functions and service flows, and designs a specific software design scheme diagram according to the software service requirements; finally, only the software design scheme is deployed on a software operation platform realized based on the design method, so that a complete software system is formed; finally, the client is delivered with a general software running platform and a software design scheme designed according to the service requirement of the user, and later, if the service requirement is changed and needs to be adjusted, only the software design scheme is required to be changed, so that the problem that technicians are required to re-develop because of the change of the service requirement is solved. As shown in fig. 3 and 4, different software designs can be formed by selecting different software elements and connecting them in different forms.
In this embodiment, by designing the software element, connecting the software element through the data stream to form a software design scheme, importing the software design scheme into the operation platform to operate, virtualizing the software design scheme, when the software design scheme is operated on the operation platform or the requirement of a customer changes, adjusting and correcting can be performed by changing the software design scheme and referring to the operation process of the operation platform, so as to avoid the technicians from redeveloping the software.
By adopting the technical scheme disclosed by the invention, the following beneficial effects are obtained:
the invention solves the problem that the traditional software design and development method cannot flexibly adapt to various different service requirements by providing a software design method, a software design tool and a software operation platform based on data flow and elements; meanwhile, the development of the software and the design of the software business function can be organically separated, so that a software developer is focused on the development of the software element; the software scheme designer is focused on the design of the user service function and service flow; the client is delivered with a general software operation platform and a software design scheme designed according to the service requirement of the user, and only the software design scheme is required to be changed if the service requirement is changed in the later period, so that the problem that technicians are required to re-develop because the service requirement is changed is solved.
The foregoing is merely a preferred embodiment of the present invention and it should be noted that modifications and adaptations to those skilled in the art may be made without departing from the principles of the present invention, which is also intended to be covered by the present invention.

Claims (1)

1. A method of software design based on data flow and components, characterized by: comprises the following steps of the method,
s1, designing and developing various software elements;
s2, assembling various software elements to form a software element library;
s3, selecting needed software elements from a software element library according to the service requirement of an actual software system, and connecting the software elements together to dynamically form a complete software design scheme;
s4, storing the software design scheme as a software design scheme diagram in a file form;
s5, uploading and deploying the software design scheme diagram into a software operation platform, and operating the software design scheme by the software operation platform;
defining a plurality of data inflow interfaces and data outflow interfaces for each software element; the data inflow interface of each software element is connected with the data outflow interfaces of other software elements, and the data outflow interface of each software element is connected with the data inflow interfaces of other software;
the software design method is realized by using a software design tool, wherein the software design tool comprises a plurality of data streams, and a data inflow interface of each software element is connected with a data outflow port of other software elements through the data streams; the data outflow interfaces of the software elements are connected with the data inflow interfaces of other software elements through data flows;
the software design tool selects corresponding software elements according to the service requirement of an actual software system, then connects the software elements through data flow to form a complete software design scheme, and stores the software design scheme into a software design scheme diagram in a file form;
the software design tool includes several functions:
the element library management function realizes the registration, deletion, update and upgrade of elements; registering the developed element of the developer into the software design tool, conveniently searching the element, checking the function supported by the element, introducing the element interface and managing and maintaining the element through the tool;
designing a workbench according to a graphical software design scheme; the software designer adds the components to the canvas of the design workbench, the components added on the canvas of the workbench can be displayed in a graphical mode, meanwhile, the data inflow port and the data outflow port of the components are marked obviously, the positions of the components can be dragged at will, and the software designer can observe and design the relation of each component conveniently;
data flow line dynamic contact element function; a data flow line design tool is provided in the software design tool, and a designer can visually connect the data inflow/outflow interfaces of the elements through the data flow line design tool;
the data flow line is a data line; the data inflow interface is a data inflow slot, and the data outflow interface is a data outflow slot;
the software design scheme diagram in the form of a file obtained by the software design method or the software design tool is operated by using a software operation platform;
uploading a software design scheme diagram in a file form to a software operation platform, wherein the software operation platform operates the software design scheme according to the software design scheme diagram in the file form deployed in the software operation platform;
the software running platform comprises the following functions:
the element library service realizes element registration, deletion, update and upgrade;
deployment, update, upgrade, and uninstallation of the software design;
starting, stopping and restarting the software motion platform environment;
firstly, designing and developing various software elements required in a software system, defining a data inflow interface and a data outflow interface for the software elements, and integrating the software elements to form an element library of various software required in software design; then using a software design tool to select required software elements from an element library, connecting the selected software elements through a data stream provided in the software design tool to finally form a large software element group, namely a software design scheme, and storing the software design scheme in a file form to obtain a software design scheme diagram; uploading and deploying the software design scheme diagram in a file form into a software running platform, and running the software design scheme by the software running platform.
CN201910382456.1A 2019-05-09 2019-05-09 Software design method, software design tool and software operation platform based on data stream and element Active CN110096265B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910382456.1A CN110096265B (en) 2019-05-09 2019-05-09 Software design method, software design tool and software operation platform based on data stream and element

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910382456.1A CN110096265B (en) 2019-05-09 2019-05-09 Software design method, software design tool and software operation platform based on data stream and element

Publications (2)

Publication Number Publication Date
CN110096265A CN110096265A (en) 2019-08-06
CN110096265B true CN110096265B (en) 2023-06-20

Family

ID=67447486

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910382456.1A Active CN110096265B (en) 2019-05-09 2019-05-09 Software design method, software design tool and software operation platform based on data stream and element

Country Status (1)

Country Link
CN (1) CN110096265B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7237086B1 (en) * 2003-11-26 2007-06-26 American Megatrends, Inc. Configuring a management module through a graphical user interface for use in a computer system
CN102053865A (en) * 2011-01-05 2011-05-11 南京大学 Environment detection platform system based on software main body and environment detection method thereof
CN107194251A (en) * 2017-04-01 2017-09-22 中国科学院信息工程研究所 Android platform malicious application detection method and device

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6256771B1 (en) * 1997-10-16 2001-07-03 At&T Corp. Method and apparatus for providing a dynamic service composition software architecture
CA2497389A1 (en) * 2005-02-28 2006-08-28 Dragos M. Bica Method for development of a software product or family of software products
US20070261041A1 (en) * 2005-08-23 2007-11-08 Lisa Amini Method and system for dynamic application composition in streaming systems
US8566734B1 (en) * 2005-08-31 2013-10-22 Adobe Systems Incorporated System and method for providing visual component layout input in alternate forms
CN1877522A (en) * 2006-06-30 2006-12-13 浙江大学 Method for accomplishing embedded system based on function component
CN101593111B (en) * 2009-05-31 2012-10-03 大连新中连软件集团有限公司 Service component, method and system for developing application software based on service component
CN103440166A (en) * 2013-08-30 2013-12-11 西安电子科技大学 System capable of assembling software being downloaded from remote component warehouse as required in field
CN103440150A (en) * 2013-08-30 2013-12-11 西安电子科技大学 Method capable of assembling software being downloaded from remote component warehouse as required in field
CN105590264A (en) * 2014-10-23 2016-05-18 陕西中浩源水电工程有限公司 Comprehensive enterprise energy efficiency evaluation system
CN107621987B (en) * 2017-09-21 2020-10-27 中国航空无线电电子研究所 Unmanned aerial vehicle general ground station software architecture system based on message

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7237086B1 (en) * 2003-11-26 2007-06-26 American Megatrends, Inc. Configuring a management module through a graphical user interface for use in a computer system
CN102053865A (en) * 2011-01-05 2011-05-11 南京大学 Environment detection platform system based on software main body and environment detection method thereof
CN107194251A (en) * 2017-04-01 2017-09-22 中国科学院信息工程研究所 Android platform malicious application detection method and device

Also Published As

Publication number Publication date
CN110096265A (en) 2019-08-06

Similar Documents

Publication Publication Date Title
US9152402B2 (en) Automated deployment and servicing of distributed applications
CN103064356B (en) The multiple deployment of the application carried out with various configurations in industrial automation environment
CN1205544C (en) Method and apparatus for operating system personalization during installation
US20170123822A1 (en) Building applications for configuring processes
CN101876940B (en) Automatic test method and device
CN106484394B (en) A kind of fast software development system with double engines
US7886284B2 (en) Using a backend simulator to test and develop xforms templates before linking the xforms templates to backend data processing systems
CN105700888A (en) Visualization rapid developing platform based on jbpm workflow engine
WO2009044971A1 (en) Method and system for determining interface compatibility based on component model
US20060047723A1 (en) Custom database system and method of building the same
CN100547971C (en) A kind of method of Control Network bitcom function
CN110096265B (en) Software design method, software design tool and software operation platform based on data stream and element
US20100011018A1 (en) Custom database system and method of building the same
CN105630898A (en) Method applicable to switch application database table data version
CN117539458A (en) Visual and draggable low-code development tool
CN106919387A (en) A kind of software delivery system and dissemination method
WO2014112973A1 (en) Server-platform simulation service
CN105204876A (en) System starting method and electronic equipment
CN114356379A (en) Backup-based service upgrading method, device, equipment and storage medium
CN114281797A (en) Method for quickly creating basic level data aggregation warehouse based on agile low-code platform
CN115113850A (en) Cross-platform application construction and operation method, server, terminal and system
US8631393B2 (en) Custom database system and method of building and operating the same
WO2008014387A2 (en) Custom database system and method of building and operating the same
WO2005089350A2 (en) Custom database system and method of building the same
US8495596B1 (en) System, method, and computer program for interfacing an automatic operational support system with a legacy operational support system

Legal Events

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