CN110851114A - Business system development method and device, electronic equipment and storage medium - Google Patents

Business system development method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110851114A
CN110851114A CN201911018755.3A CN201911018755A CN110851114A CN 110851114 A CN110851114 A CN 110851114A CN 201911018755 A CN201911018755 A CN 201911018755A CN 110851114 A CN110851114 A CN 110851114A
Authority
CN
China
Prior art keywords
development
component
service
business
business system
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
CN201911018755.3A
Other languages
Chinese (zh)
Inventor
刘小忠
张青
姜卓
刘一平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CVIC Software Engineering Co Ltd
Original Assignee
CVIC Software Engineering 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 CVIC Software Engineering Co Ltd filed Critical CVIC Software Engineering Co Ltd
Priority to CN201911018755.3A priority Critical patent/CN110851114A/en
Publication of CN110851114A publication Critical patent/CN110851114A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • 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
    • 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/36Software reuse

Abstract

The application discloses a method, a device, equipment and a medium for developing a business system, wherein the method comprises the following steps: displaying a basic component library in a preset development platform through a user interface; receiving a selection instruction of a basic component in a basic component library issued according to a service requirement, and determining a target component corresponding to the selection instruction; acquiring a development operation executed by calling a development tool in a preset development platform to obtain a newly added extended service function; and integrating the target component and the expanded service function to generate a service system. The application predesigned development platform comprises a basic component library and a development tool. The basic component library is displayed through the user interface, a user selects basic components according to business requirements, a development tool is called according to the business requirements to develop and obtain extended business functions, then the business system is generated based on the needed basic components and the extended business functions, a complex code development process is not needed for the business system, development operation can be obviously simplified, and development efficiency of the business system is improved.

Description

Business system development method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for developing a business system, an electronic device, and a computer-readable storage medium.
Background
In the process of building the business system, a plurality of functions in each business system may be different, and if more functions or programs with the same function need to be developed in each project, repeated workload is caused, and the development efficiency of the business system is low.
Therefore, how to solve the above problems is a great concern for those skilled in the art.
Disclosure of Invention
The application aims to provide a business system development method, a business system development device, an electronic device and a computer readable storage medium, which do not need to perform a complex code development process aiming at a business system, can obviously simplify development operation and improve the development efficiency of the business system.
In order to achieve the above object, the present application provides a method for developing a service system, including:
displaying a basic component library in a preset development platform through a user interface;
receiving a selection instruction for a basic component in the basic component library issued according to a service requirement, and determining a target component corresponding to the selection instruction;
acquiring development operation executed by calling a development tool in the preset development platform to obtain an expanded service function newly added according to service requirements;
and integrating the target component and the extended service function to generate a service system corresponding to the service requirement.
Optionally, after determining the target component corresponding to the selection instruction, the method further includes:
judging whether a configuration instruction set for the target component is received;
if so, updating the target component based on the configuration instruction to obtain a configured target component;
correspondingly, integrating the target component and the extended service function to generate a service system corresponding to the service requirement, includes:
and integrating the configured target component and the expanded service function to generate a service system corresponding to the service requirement.
Optionally, the method further includes:
acquiring an updating request for updating the basic component library;
determining an initiator of the updating request and acquiring the use permission of the initiator;
judging whether the initiator has the authority for updating the basic component library or not based on the use authority;
if so, allowing to respond to the updating request and recording the updating content corresponding to the updating request into an updating log;
and if not, forbidding to respond to the updating request, returning error prompt information, and recording the information of the updating request into an interception log.
Optionally, after obtaining the development operation executed by invoking the development tool in the preset development platform, the method further includes:
verifying the development operation based on a preset code logic;
and if the development operation does not pass the verification, returning error prompt information.
Optionally, the basic component library includes any one or a combination of any several of a rights management component, a parameter management component, a message management component, a rule engine component, an attachment management component, a cache management component, a user interface component, a login management component, a menu management component, a route management component, an exception handling component, a multi-language switching component, a multi-page switching component, and a process management component.
Optionally, the process management component includes any one or a combination of any several of a process initiating function, a process monitoring function, a process querying function, a process approving function, and a process service unit dividing function.
Optionally, after integrating the target component and the extended service function and generating a service system corresponding to a service requirement, the method further includes:
and generating development source codes of the business system based on the target components and the extended business functions.
In order to achieve the above object, the present application provides a service system development apparatus, including:
the interface display module is used for displaying a basic component library in a preset development platform through a user interface;
the selection receiving module is used for receiving a selection instruction which is issued according to business requirements and aims at the basic components in the basic component library and determining target components corresponding to the selection instruction;
the newly-added acquisition module is used for acquiring development operation executed by calling a development tool in the preset development platform to obtain an expanded service function newly added according to service requirements;
and the system integration module is used for integrating the target component and the extended service function to generate a service system corresponding to the service requirement.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
a processor for implementing the steps of any of the business system development methods disclosed above when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium, on which a computer program is stored, the computer program, when being executed by a processor, implementing the steps of any one of the business system development methods disclosed in the foregoing.
According to the above scheme, the business system development method provided by the application comprises the following steps: displaying a basic component library in a preset development platform through a user interface; receiving a selection instruction for a basic component in the basic component library issued according to a service requirement, and determining a target component corresponding to the selection instruction; acquiring development operation executed by calling a development tool in the preset development platform to obtain an expanded service function newly added according to service requirements; and integrating the target component and the extended service function to generate a service system corresponding to the service requirement. From the above, the present application designs a development platform in advance, which includes a base component library and a development tool. When the business system is developed, the basic component library can be displayed through a user interface firstly, so that a user can select the basic components according to business requirements, development tools in a preset development platform are called according to the business requirements to carry out development operation, extended business functions are obtained, and then the corresponding business system is generated based on the needed basic components and the extended business functions.
The application also discloses a business system development device, an electronic device and a computer readable storage medium, which can also realize the technical effects.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a business system development method disclosed in an embodiment of the present application;
FIG. 2 is a flowchart of another business system development method disclosed in an embodiment of the present application;
fig. 3 is a schematic structural diagram of a preset development platform in a business system development method disclosed in an embodiment of the present application;
fig. 4 is a structural diagram of a service system development device disclosed in an embodiment of the present application;
fig. 5 is a block diagram of an electronic device disclosed in an embodiment of the present application;
fig. 6 is a block diagram of another electronic device disclosed in the embodiments of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
In the process of building the existing business system, a plurality of functions in each business system may be different, and if more functions or programs with the same function need to be developed in each project, repeated workload is caused, and the development efficiency of the business system is low.
Therefore, the embodiment of the application discloses a business system development method, which does not need to perform a complex code development process for a business system, can obviously simplify development operation, and improves the development efficiency of the business system.
Referring to fig. 1, a method for developing a service system disclosed in an embodiment of the present application includes:
s101: displaying a basic component library in a preset development platform through a user interface;
in the embodiment of the application, a development platform is designed in advance. The development platform may specifically include a base component library, as well as development tools. The basic component library is a component resource library created based on all basic components after the basic components are generated by encapsulating the function modules which can be solidified in the project development or the common code segments, the common components or the common function modules. In particular implementations, the base component library can include, but is not limited to, a rights management component, a parameter management component, a message management component, a rules engine component, an attachment management component, a cache management component, a user interface component, a login management component, a menu management component, a route management component, an exception handling component, a multi-language switching component, a multi-page switching component, and a process management component. The authority management component is a role-based access control authority management component, provides maintenance management for mechanisms, roles, personnel, resource permissions and menus, supports granting or withdrawing access resources and permissions to the roles, and allows different roles to be granted to users. The authority management of one person with multiple posts, one person with multiple mechanisms, role inheritance and role mutual exclusion is supported; the parameter management component is used for uniformly managing enumerated parameters of the system, such as countries, industries, regions and the like, and providing an external uniform interface for parameter maintenance and parameter query; the attachment management component is a component for providing file uploading and management functions, so that a user can flexibly operate a file system, and the aim of quickly and conveniently realizing the file management function by developers is fulfilled. The file resources are managed, including file directory management, file type management and file processing management; the rule engine component is a component embedded in a computer application program, realizes the separation of a business decision from an application program code, writes the business decision by using a predefined semantic module, can accept data input, explains a business rule and makes the business decision according to the business rule; the process management component can provide functions of process initiation, process monitoring, process inquiry, process approval, process service unit division and the like.
S102: receiving a selection instruction for a basic component in the basic component library issued according to a service requirement, and determining a target component corresponding to the selection instruction;
in this step, the user may issue a selection instruction for a required basic component in the basic component library according to the development requirement of the service system, and specifically, the selection instruction may be issued in a click, touch or drag manner.
S103: acquiring development operation executed by calling a development tool in the preset development platform to obtain an expanded service function newly added according to service requirements;
in specific implementation, a user can also perform incremental development operation by calling a development tool in a preset development platform to compile extended service functions beyond those available by the basic component for the service system to be developed.
It can be understood that after the development operation executed by calling the development tool in the preset development platform is obtained, the development operation may be verified based on a preset code logic in the embodiment of the present application, so as to avoid a failure in development of the business system caused by an erroneous development operation. And if the development operation does not pass the verification, returning corresponding error prompt information.
S104: and integrating the target component and the extended service function to generate a service system corresponding to the service requirement.
By integrating the basic target assembly and the newly added expanded service function, the service system corresponding to the service requirement can be produced.
It should be noted that, as a feasible implementation manner, after the target component and the extended service function are integrated to generate a service system corresponding to a service requirement, the embodiment of the present application may further generate a development source code of the service system based on the target component and the extended service function. After the development source code is generated, for developers, the development and the update of the business system can be realized by directly modifying the development source code in addition to the business system development through simple component selection and other modes.
It is understood that the embodiment of the application can provide the updating function for the basic component library. Specifically, the update process may specifically include: acquiring an updating request for updating a basic component library; determining an initiator of the updating request and acquiring the use permission of the initiator; judging whether the initiator has the authority for updating the basic component library or not based on the use authority; if so, allowing to respond to the updating request and recording the updating content corresponding to the updating request into an updating log; and if not, forbidding to respond to the updating request, returning error prompt information, and recording the information of the updating request into an interception log.
According to the above scheme, the business system development method provided by the application comprises the following steps: displaying a basic component library in a preset development platform through a user interface; receiving a selection instruction for a basic component in the basic component library issued according to a service requirement, and determining a target component corresponding to the selection instruction; acquiring development operation executed by calling a development tool in the preset development platform to obtain an expanded service function newly added according to service requirements; and integrating the target component and the extended service function to generate a service system corresponding to the service requirement. From the above, the present application designs a development platform in advance, which includes a base component library and a development tool. When the business system is developed, the basic component library can be displayed through a user interface firstly, so that a user can select the basic components according to business requirements, development tools in a preset development platform are called according to the business requirements to carry out development operation, extended business functions are obtained, and then the corresponding business system is generated based on the needed basic components and the extended business functions.
The embodiment of the application discloses another business system development method, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Referring to fig. 2, specifically:
s201: displaying a basic component library in a preset development platform through a user interface;
s202: receiving a selection instruction for a basic component in the basic component library issued according to a service requirement, and determining a target component corresponding to the selection instruction;
s203: acquiring development operation executed by calling a development tool in the preset development platform to obtain an expanded service function newly added according to service requirements;
s204: judging whether a configuration instruction set for the target component is received; if yes, go to step S205; if not, go to step S207;
s205: setting and updating the target assembly based on the configuration instruction to obtain a configured target assembly;
s206: integrating the configured target component and the expanded service function to generate a service system corresponding to the service requirement;
s207: and integrating the target component and the extended service function to generate a service system corresponding to the service requirement.
In the embodiment of the application, after receiving a selection instruction for a basic component in a basic component library issued by a user according to a service requirement and determining a target component corresponding to the selection instruction, whether a configuration instruction set for the target component is received can be further judged, that is, an interface for configuring the target component can be provided in the embodiment of the application, the user can directly use the basic component under default setting, and the basic component can be configured and modified according to the service requirement in actual implementation, so that the customized requirement of the user can be met more flexibly.
The service system development method provided by the embodiment of the present application is described in detail below by using a specific application example. Specifically, referring to fig. 3, a preset development platform in the service system development method may be designed by using a technical architecture of spring boot + MyBatis + vue. The Spring boot is a Spring project which can run independently, wherein a Servlet container is embedded, a starter is provided to simplify the Maven configuration, and the XML configuration mode is changed into the annotation configuration mode, so that the use of Spring is further simplified. In addition, the embodiment performs persistence processing on MyBatis, so that a large amount of jdbc codes and manual parameter setting and result set acquisition work are avoided in jdbc data processing. jsElementUI realizes the functions of responsive programming and componentization, and is simple and easy to learn.
On the basis of the technical framework, the embodiment of the application further develops and completes the message encapsulation function aiming at the preset development platform, and when the message is returned, the entry format is normalized through a preset filter in the development platform, so that a uniform processing mode is provided for foreground and background interaction, and information prompt and exception handling are facilitated. When a message is generated, the attribute needing name conversion is converted in advance and then sent to the foreground, so that the workload of foreground conversion is reduced, the interaction frequency of the foreground and the background is reduced, and the running performance of the system is improved. Furthermore, a development platform can be used for providing uniform security authentication and authority control, and the information security of the system is ensured. In a specific implementation scenario, the preset development platform can provide a cache management function, so that the interaction efficiency of the system is further improved. Reusable function modules, such as authority management, parameter management, process platform, accessory management, rule engine, metadata management, message management, basic components, code generation tools, public control management and the like, can integrate service processing modules which are necessary to be used in the construction of common projects, basically complete basic development operation of thirty percent to fifty percent, do not need to develop every project from zero, enable the development of a service system to be simpler, and improve the development efficiency of the service system.
In the following, a business system development device provided in the embodiments of the present application is introduced, and a business system development device described below and a business system development method described above may be referred to each other.
Referring to fig. 4, a business system development apparatus provided in an embodiment of the present application includes:
the interface display module 301 is configured to display a basic component library in a preset development platform through a user interface;
a selection receiving module 302, configured to receive a selection instruction for a basic component in the basic component library issued according to a service requirement, and determine a target component corresponding to the selection instruction;
a newly-added acquisition module 303, configured to acquire a development operation executed by calling a development tool in the preset development platform, so as to obtain an extended service function newly added according to a service requirement;
a system integration module 304, configured to integrate the target component and the extended service function, and generate a service system corresponding to a service requirement.
For the specific implementation process of the modules 301 to 304, reference may be made to the corresponding content disclosed in the foregoing embodiments, and details are not repeated here.
On the basis of the foregoing embodiment, as a preferred implementation, the service system development device provided in the embodiment of the present application may further include:
the instruction judging module is used for judging whether a configuration instruction set for the target component is received or not after the target component corresponding to the selection instruction is determined;
the component configuration module is used for updating the setting of the target component based on the configuration instruction if the configuration instruction is received, so as to obtain a configured target component;
correspondingly, the system integration module is specifically configured to integrate the configured target component and the extended service function, and generate a service system corresponding to a service requirement.
On the basis of the foregoing embodiment, as a preferred implementation, the service system development device provided in the embodiment of the present application may further include:
the request acquisition module is used for acquiring an update request for updating the basic component library;
the authority acquisition module is used for determining an initiator of the updating request and acquiring the use authority of the initiator;
the permission judging module is used for judging whether the initiator has the permission for updating the basic component library or not based on the use permission;
the request response module is used for allowing the initiator to respond to the updating request and recording the updating content corresponding to the updating request into an updating log if the initiator has the authority of updating the basic component library;
and the first prompt module is used for forbidding to respond to the updating request if the initiator does not have the authority of updating the basic component library, returning error prompt information and recording the information of the updating request into an interception log.
On the basis of the foregoing embodiment, as a preferred implementation, the service system development device provided in the embodiment of the present application may further include:
the logic checking module is used for checking the development operation based on preset code logic after the development operation executed by calling the development tool in the preset development platform is acquired;
and the second prompt module is used for returning error prompt information if the development operation fails to pass the verification.
On the basis of the above embodiments, as a preferred implementation manner, the basic component library includes any one or a combination of any several items of a permission management component, a parameter management component, a message management component, a rule engine component, an attachment management component, a cache management component, a user interface component, a login management component, a menu management component, a route management component, an exception handling component, a multi-language switching component, a multi-page switching component and a process management component.
On the basis of the above embodiment, as a preferred implementation manner, the process management component includes any one or a combination of any several of a process initiating function, a process monitoring function, a process querying function, a process approving function, and a process service unit dividing function.
On the basis of the foregoing embodiment, as a preferred implementation, the service system development device provided in the embodiment of the present application may further include:
and the code generation module is used for integrating the target component and the extended service function, generating a service system corresponding to the service requirement, and then generating a development source code of the service system based on the target component and the extended service function.
The present application further provides an electronic device, and as shown in fig. 5, an electronic device provided in an embodiment of the present application includes:
a memory 100 for storing a computer program;
the processor 200, when executing the computer program, may implement the steps provided by the above embodiments.
Specifically, the memory 100 includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and computer-readable instructions, and the internal memory provides an environment for the operating system and the computer-readable instructions in the non-volatile storage medium to run. The processor 200 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data processing chip in some embodiments, and provides computing and controlling capability for the electronic device, and when executing the computer program stored in the memory 100, the steps of the business system development method disclosed in any of the foregoing embodiments may be implemented.
On the basis of the above embodiment, as a preferred implementation, referring to fig. 6, the electronic device further includes:
and an input interface 300 connected to the processor 200, for acquiring computer programs, parameters and instructions imported from the outside, and storing the computer programs, parameters and instructions into the memory 100 under the control of the processor 200. The input interface 300 may be connected to an input device for receiving parameters or instructions manually input by a user. The input device may be a touch layer covered on a display screen, or a button, a track ball or a touch pad arranged on a terminal shell, or a keyboard, a touch pad or a mouse, etc.
And a display unit 400 connected to the processor 200 for displaying data processed by the processor 200 and for displaying a visualized user interface. The display unit 400 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like.
And a network port 500 connected to the processor 200 for performing communication connection with each external terminal device. The communication technology adopted by the communication connection can be a wired communication technology or a wireless communication technology, such as a mobile high definition link (MHL) technology, a Universal Serial Bus (USB), a High Definition Multimedia Interface (HDMI), a wireless fidelity (WiFi), a bluetooth communication technology, a low power consumption bluetooth communication technology, an ieee802.11 s-based communication technology, and the like.
While FIG. 6 shows only an electronic device having the assembly 100 and 500, those skilled in the art will appreciate that the configuration shown in FIG. 6 is not intended to be limiting of electronic devices and may include fewer or more components than those shown, or some components may be combined, or a different arrangement of components.
The present application also provides a computer-readable storage medium, which may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk. The storage medium stores thereon a computer program which, when executed by a processor, implements the steps of the business system development method disclosed in any of the foregoing embodiments.
The application predesigned a development platform, which comprises a basic component library and a development tool. When the business system is developed, the basic component library can be displayed through a user interface firstly, so that a user can select the basic components according to business requirements, development tools in a preset development platform are called according to the business requirements to carry out development operation, extended business functions are obtained, and then the corresponding business system is generated based on the needed basic components and the extended business functions.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A business system development method, comprising:
displaying a basic component library in a preset development platform through a user interface;
receiving a selection instruction for a basic component in the basic component library issued according to a service requirement, and determining a target component corresponding to the selection instruction;
acquiring development operation executed by calling a development tool in the preset development platform to obtain an expanded service function newly added according to service requirements;
and integrating the target component and the extended service function to generate a service system corresponding to the service requirement.
2. The business system development method according to claim 1, wherein after determining the target component corresponding to the selection instruction, the method further comprises:
judging whether a configuration instruction set for the target component is received;
if so, updating the target component based on the configuration instruction to obtain a configured target component;
correspondingly, integrating the target component and the extended service function to generate a service system corresponding to the service requirement, includes:
and integrating the configured target component and the expanded service function to generate a service system corresponding to the service requirement.
3. The business system development method of claim 1, further comprising:
acquiring an updating request for updating the basic component library;
determining an initiator of the updating request and acquiring the use permission of the initiator;
judging whether the initiator has the authority for updating the basic component library or not based on the use authority;
if so, allowing to respond to the updating request and recording the updating content corresponding to the updating request into an updating log;
and if not, forbidding to respond to the updating request, returning error prompt information, and recording the information of the updating request into an interception log.
4. The business system development method according to claim 1, wherein after obtaining the development operation performed by calling a development tool in the preset development platform, the method further comprises:
verifying the development operation based on a preset code logic;
and if the development operation does not pass the verification, returning error prompt information.
5. The business system development method of claim 1, wherein the base component library comprises any one or a combination of any two of a rights management component, a parameter management component, a message management component, a rules engine component, an attachment management component, a cache management component, a user interface component, a login management component, a menu management component, a route management component, an exception handling component, a multi-language switching component, a multi-page switching component, and a process management component.
6. The business system development method of claim 5, wherein the process management component comprises any one or a combination of any several of a process initiation function, a process monitoring function, a process query function, a process approval function, and a process business unit partitioning function.
7. The business system development method according to any one of claims 1 to 6, wherein after integrating the target component and the extended business function and generating the business system corresponding to the business requirement, the method further comprises:
and generating development source codes of the business system based on the target components and the extended business functions.
8. A business system development apparatus, comprising:
the interface display module is used for displaying a basic component library in a preset development platform through a user interface;
the selection receiving module is used for receiving a selection instruction which is issued according to business requirements and aims at the basic components in the basic component library and determining target components corresponding to the selection instruction;
the newly-added acquisition module is used for acquiring development operation executed by calling a development tool in the preset development platform to obtain an expanded service function newly added according to service requirements;
and the system integration module is used for integrating the target component and the extended service function to generate a service system corresponding to the service requirement.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the business system development method of any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the business system development method according to any one of claims 1 to 7.
CN201911018755.3A 2019-10-24 2019-10-24 Business system development method and device, electronic equipment and storage medium Pending CN110851114A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911018755.3A CN110851114A (en) 2019-10-24 2019-10-24 Business system development method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911018755.3A CN110851114A (en) 2019-10-24 2019-10-24 Business system development method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110851114A true CN110851114A (en) 2020-02-28

Family

ID=69596977

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911018755.3A Pending CN110851114A (en) 2019-10-24 2019-10-24 Business system development method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110851114A (en)

Cited By (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111459475A (en) * 2020-03-30 2020-07-28 北京三快在线科技有限公司 Interface calling method, interface docking configuration method, device, equipment and medium
CN111552460A (en) * 2020-04-20 2020-08-18 中国银联股份有限公司 Function configuration method, server, terminal device and storage medium
CN111666098A (en) * 2020-04-20 2020-09-15 苏宁云计算有限公司 Method and system for creating ToB project based on service component
CN111708519A (en) * 2020-06-12 2020-09-25 北京思特奇信息技术股份有限公司 Business component processing method, device, equipment and storage medium
CN111966335A (en) * 2020-08-20 2020-11-20 支付宝(杭州)信息技术有限公司 Platform creation method and device
CN112016256A (en) * 2020-08-25 2020-12-01 北京百瑞互联技术有限公司 Integrated circuit development platform, method, storage medium and equipment
CN112015404A (en) * 2020-08-27 2020-12-01 深圳开立生物医疗科技股份有限公司 Ultrasonic image diagnosis system, construction method thereof, ultrasonic device and storage medium
CN112181372A (en) * 2020-09-18 2021-01-05 北京罗克维尔斯科技有限公司 Construction method and device of automobile business management system and electronic equipment
CN112235357A (en) * 2020-09-23 2021-01-15 建信金融科技有限责任公司 Cross-platform application development system
CN112394922A (en) * 2020-12-02 2021-02-23 成都新希望金融信息有限公司 Decision configuration method, business decision method and decision engine system
CN112416980A (en) * 2020-12-03 2021-02-26 京东数字科技控股股份有限公司 Data service processing method, device and equipment
CN112631590A (en) * 2020-12-31 2021-04-09 北京字节跳动网络技术有限公司 Component library generation method and device, electronic equipment and computer readable medium
CN112732260A (en) * 2021-01-18 2021-04-30 中国民航信息网络股份有限公司 Method and device for generating business interface, readable medium and equipment
CN112799660A (en) * 2021-01-21 2021-05-14 三一重工股份有限公司 Application program generation method and device
CN112883313A (en) * 2021-02-24 2021-06-01 上海浦东发展银行股份有限公司 Intelligent monitoring system for business data of credit card
CN112905172A (en) * 2021-03-16 2021-06-04 深圳市欢太科技有限公司 Component management method and device of application development framework, storage medium and electronic equipment
CN112965694A (en) * 2021-02-26 2021-06-15 上海微盟企业发展有限公司 Data processing method, device, equipment and storage medium
CN113094164A (en) * 2021-04-27 2021-07-09 上海商汤科技开发有限公司 Task processing device and method, computer equipment and storage medium
CN113254026A (en) * 2021-07-19 2021-08-13 国网汇通金财(北京)信息科技有限公司 Low code development method and device
CN113535830A (en) * 2020-04-21 2021-10-22 中移信息技术有限公司 Automatic interface expansion method, device, equipment and storage medium
CN113742615A (en) * 2021-09-13 2021-12-03 国泰君安证券股份有限公司 System, method and device for realizing dynamic data component application, processor and computer readable storage medium thereof
CN114143360A (en) * 2021-10-29 2022-03-04 青岛海尔科技有限公司 Service function configuration method, system and device for intelligent network device
CN114527974A (en) * 2022-02-28 2022-05-24 上海数禾信息科技有限公司 Method and device for realizing service function of software product and computer equipment
CN114650224A (en) * 2020-12-21 2022-06-21 北京金山云网络技术有限公司 Node function configuration method and device, electronic equipment and system
CN115756595A (en) * 2022-11-07 2023-03-07 苏州数设科技有限公司 Industrial software reconstruction method and device, electronic equipment and readable storage medium
WO2023103247A1 (en) * 2021-12-09 2023-06-15 腾讯科技(深圳)有限公司 Component and strategy linkage method and apparatus, and device, system and storage medium
CN117270898A (en) * 2023-11-23 2023-12-22 浪潮通用软件有限公司 Large software construction method, device and medium based on assembly

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104571026A (en) * 2014-12-17 2015-04-29 中冶南方(武汉)信息技术工程有限公司 Platform and method for establishing whole-process metallurgical manufacturing execution system
CN105739980A (en) * 2016-01-28 2016-07-06 滴滴(中国)科技有限公司 Unified business development method and equipment
CN105988815A (en) * 2015-03-04 2016-10-05 银联商务有限公司 Business process development method and system
CN108958714A (en) * 2018-07-02 2018-12-07 平安科技(深圳)有限公司 Service Component formula development approach, device, computer equipment and storage medium
CN109240688A (en) * 2018-08-13 2019-01-18 重庆金融资产交易所有限责任公司 Interface development method, electronic device and readable storage medium storing program for executing
CN109445783A (en) * 2018-09-25 2019-03-08 广州城市信息研究所有限公司 By the construction method and device of the dynamic configuration application of service driving
WO2019072110A1 (en) * 2017-10-11 2019-04-18 阿里巴巴集团控股有限公司 Method for generating application program, apparatus, system, device, and medium
CN109901838A (en) * 2019-01-17 2019-06-18 平安证券股份有限公司 Front end development approach, device, equipment and storage medium based on modularization
CN110213078A (en) * 2019-04-26 2019-09-06 深圳市珍爱云信息技术有限公司 Business platform building method, device, computer equipment and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104571026A (en) * 2014-12-17 2015-04-29 中冶南方(武汉)信息技术工程有限公司 Platform and method for establishing whole-process metallurgical manufacturing execution system
CN105988815A (en) * 2015-03-04 2016-10-05 银联商务有限公司 Business process development method and system
CN105739980A (en) * 2016-01-28 2016-07-06 滴滴(中国)科技有限公司 Unified business development method and equipment
WO2019072110A1 (en) * 2017-10-11 2019-04-18 阿里巴巴集团控股有限公司 Method for generating application program, apparatus, system, device, and medium
CN108958714A (en) * 2018-07-02 2018-12-07 平安科技(深圳)有限公司 Service Component formula development approach, device, computer equipment and storage medium
CN109240688A (en) * 2018-08-13 2019-01-18 重庆金融资产交易所有限责任公司 Interface development method, electronic device and readable storage medium storing program for executing
CN109445783A (en) * 2018-09-25 2019-03-08 广州城市信息研究所有限公司 By the construction method and device of the dynamic configuration application of service driving
CN109901838A (en) * 2019-01-17 2019-06-18 平安证券股份有限公司 Front end development approach, device, equipment and storage medium based on modularization
CN110213078A (en) * 2019-04-26 2019-09-06 深圳市珍爱云信息技术有限公司 Business platform building method, device, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王崑声: "《嵌入式软件安全保证技术》", 华中科技大学出版社, pages: 100 - 101 *

Cited By (41)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111459475A (en) * 2020-03-30 2020-07-28 北京三快在线科技有限公司 Interface calling method, interface docking configuration method, device, equipment and medium
CN111459475B (en) * 2020-03-30 2023-05-16 北京三快在线科技有限公司 Interface calling method, interface docking configuration method, device, equipment and medium
CN111552460A (en) * 2020-04-20 2020-08-18 中国银联股份有限公司 Function configuration method, server, terminal device and storage medium
CN111666098A (en) * 2020-04-20 2020-09-15 苏宁云计算有限公司 Method and system for creating ToB project based on service component
CN111666098B (en) * 2020-04-20 2022-11-25 苏宁云计算有限公司 Method and system for creating ToB project based on service component
CN113535830A (en) * 2020-04-21 2021-10-22 中移信息技术有限公司 Automatic interface expansion method, device, equipment and storage medium
CN111708519B (en) * 2020-06-12 2023-08-18 北京思特奇信息技术股份有限公司 Service component processing method, device, equipment and storage medium
CN111708519A (en) * 2020-06-12 2020-09-25 北京思特奇信息技术股份有限公司 Business component processing method, device, equipment and storage medium
CN111966335A (en) * 2020-08-20 2020-11-20 支付宝(杭州)信息技术有限公司 Platform creation method and device
CN112016256A (en) * 2020-08-25 2020-12-01 北京百瑞互联技术有限公司 Integrated circuit development platform, method, storage medium and equipment
CN112015404A (en) * 2020-08-27 2020-12-01 深圳开立生物医疗科技股份有限公司 Ultrasonic image diagnosis system, construction method thereof, ultrasonic device and storage medium
CN112181372A (en) * 2020-09-18 2021-01-05 北京罗克维尔斯科技有限公司 Construction method and device of automobile business management system and electronic equipment
CN112181372B (en) * 2020-09-18 2024-02-13 北京罗克维尔斯科技有限公司 Construction method and device of automobile service management system and electronic equipment
CN112235357B (en) * 2020-09-23 2023-01-10 建信金融科技有限责任公司 Cross-platform application development system
CN112235357A (en) * 2020-09-23 2021-01-15 建信金融科技有限责任公司 Cross-platform application development system
CN112394922A (en) * 2020-12-02 2021-02-23 成都新希望金融信息有限公司 Decision configuration method, business decision method and decision engine system
CN112416980B (en) * 2020-12-03 2024-04-09 京东科技控股股份有限公司 Data service processing method, device and equipment
CN112416980A (en) * 2020-12-03 2021-02-26 京东数字科技控股股份有限公司 Data service processing method, device and equipment
CN114650224A (en) * 2020-12-21 2022-06-21 北京金山云网络技术有限公司 Node function configuration method and device, electronic equipment and system
CN114650224B (en) * 2020-12-21 2023-06-30 北京金山云网络技术有限公司 Configuration method, device, electronic equipment and system of node function
CN112631590B (en) * 2020-12-31 2023-11-03 抖音视界有限公司 Component library generation method, device, electronic equipment and computer readable medium
CN112631590A (en) * 2020-12-31 2021-04-09 北京字节跳动网络技术有限公司 Component library generation method and device, electronic equipment and computer readable medium
WO2022151865A1 (en) * 2021-01-18 2022-07-21 中国民航信息网络股份有限公司 Service interface generation method and apparatus, and readable medium and device
CN112732260A (en) * 2021-01-18 2021-04-30 中国民航信息网络股份有限公司 Method and device for generating business interface, readable medium and equipment
CN112799660A (en) * 2021-01-21 2021-05-14 三一重工股份有限公司 Application program generation method and device
CN112883313A (en) * 2021-02-24 2021-06-01 上海浦东发展银行股份有限公司 Intelligent monitoring system for business data of credit card
CN112883313B (en) * 2021-02-24 2022-07-19 上海浦东发展银行股份有限公司 Intelligent monitoring system for business data of credit card
CN112965694A (en) * 2021-02-26 2021-06-15 上海微盟企业发展有限公司 Data processing method, device, equipment and storage medium
CN112905172A (en) * 2021-03-16 2021-06-04 深圳市欢太科技有限公司 Component management method and device of application development framework, storage medium and electronic equipment
CN113094164A (en) * 2021-04-27 2021-07-09 上海商汤科技开发有限公司 Task processing device and method, computer equipment and storage medium
CN113254026B (en) * 2021-07-19 2021-10-01 国网汇通金财(北京)信息科技有限公司 Low code development method and device
CN113254026A (en) * 2021-07-19 2021-08-13 国网汇通金财(北京)信息科技有限公司 Low code development method and device
CN113742615A (en) * 2021-09-13 2021-12-03 国泰君安证券股份有限公司 System, method and device for realizing dynamic data component application, processor and computer readable storage medium thereof
CN114143360A (en) * 2021-10-29 2022-03-04 青岛海尔科技有限公司 Service function configuration method, system and device for intelligent network device
WO2023103247A1 (en) * 2021-12-09 2023-06-15 腾讯科技(深圳)有限公司 Component and strategy linkage method and apparatus, and device, system and storage medium
CN114527974B (en) * 2022-02-28 2024-02-02 上海数禾信息科技有限公司 Method and device for realizing business function of software product and computer equipment
CN114527974A (en) * 2022-02-28 2022-05-24 上海数禾信息科技有限公司 Method and device for realizing service function of software product and computer equipment
CN115756595A (en) * 2022-11-07 2023-03-07 苏州数设科技有限公司 Industrial software reconstruction method and device, electronic equipment and readable storage medium
CN115756595B (en) * 2022-11-07 2023-12-12 苏州数设科技有限公司 Reconstruction method and device of industrial software, electronic equipment and readable storage medium
CN117270898A (en) * 2023-11-23 2023-12-22 浪潮通用软件有限公司 Large software construction method, device and medium based on assembly
CN117270898B (en) * 2023-11-23 2024-02-20 浪潮通用软件有限公司 Large software construction method, device and medium based on assembly

Similar Documents

Publication Publication Date Title
CN110851114A (en) Business system development method and device, electronic equipment and storage medium
US9996595B2 (en) Providing full data provenance visualization for versioned datasets
US9443101B2 (en) Low-cost specification and enforcement of a privacy-by-consent-policy for online services
US9848277B2 (en) High-speed application for installation on mobile devices for permitting remote configuration of such mobile devices
CN110990020A (en) Software compiling method and device, electronic equipment and storage medium
CN112558946A (en) Method, device and equipment for generating code and computer readable storage medium
US20170131691A1 (en) Group control and management among electronic devices
US10891298B2 (en) Systems and methods for package component visualizations
CN112416318B (en) Micro-service development method and device, storage medium and electronic equipment
CN110457666B (en) Report generation method, system, electronic equipment and storage medium
US11477179B2 (en) Searching content associated with multiple applications
CN111190603B (en) Private data detection method and device and computer readable storage medium
CN112269659A (en) Resource management method, system, electronic equipment and storage medium
US9977660B2 (en) Method of controlling and managing electronic device and control system using same
US20160098256A1 (en) Visual tool and architecting logical layers of software components
US20230086854A1 (en) Dynamically controlling case model structure using case fragments
MX2008003417A (en) Declaratively defined control actions.
CN111949529B (en) System debugging method, device, computer equipment and storage medium
CN112486492A (en) Page generation method and device, storage medium and electronic equipment
US11853727B2 (en) Group control and management among electronic devices
US20160132327A1 (en) Visual tool for reverse engineering software components
EP4030280A1 (en) Seamless lifecycle stability for extensible software features
CN114238273A (en) Database management method, device, equipment and storage medium
CN114237576A (en) Code generation method, device, equipment and storage medium based on planar design
CN112162743A (en) Driver generation method, device, computer equipment and storage medium

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200228

RJ01 Rejection of invention patent application after publication