CN113885844A - Business service arranging method and related device - Google Patents

Business service arranging method and related device Download PDF

Info

Publication number
CN113885844A
CN113885844A CN202111129871.XA CN202111129871A CN113885844A CN 113885844 A CN113885844 A CN 113885844A CN 202111129871 A CN202111129871 A CN 202111129871A CN 113885844 A CN113885844 A CN 113885844A
Authority
CN
China
Prior art keywords
service
executable
dsl data
executable code
business
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
CN202111129871.XA
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.)
Shanghai Weimeng Enterprise Development Co ltd
Original Assignee
Shanghai Weimeng Enterprise Development 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 Shanghai Weimeng Enterprise Development Co ltd filed Critical Shanghai Weimeng Enterprise Development Co ltd
Priority to CN202111129871.XA priority Critical patent/CN113885844A/en
Publication of CN113885844A publication Critical patent/CN113885844A/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/31Programming languages or programming paradigms
    • G06F8/313Logic programming, e.g. PROLOG programming language
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

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 application discloses a business service arranging method, which comprises the following steps: arranging and combining the obtained multiple service components according to the received arrangement information to obtain prepared service DSL data; compiling the prepared service DSL data based on the service component compiling library to obtain an executable code; and performing service encapsulation processing on the executable code to obtain an executable service. The method comprises the steps of obtaining the DSL data of the prepared service through arrangement information and arrangement and combination of a plurality of service components, compiling the DSL data of the prepared service into executable codes, and finally packaging the executable codes into the executable services instead of compiling by technicians, wherein the executable services can be obtained only through inputting certain arrangement information by the technicians, so that the learning and using cost of the technicians is reduced, and the efficiency of business services is improved. The application also discloses a business service arranging device, a server and a computer readable storage medium, which have the beneficial effects.

Description

Business service arranging method and related device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a business service orchestration method, a business service orchestration device, a server, and a computer-readable storage medium.
Background
With the continuous development of information technology, various industries use more and more information technology to undertake corresponding business services. Therefore, during the construction of the business system, technicians are required to construct or update different business logics according to different programming environments.
In the related art, in order to improve the arranging efficiency of business logic, a process arranging system is adopted to carry out logic arrangement. Taking mullsoft as a representative, the Anypoint platform using mullsoft needs to spend a lot of time to learn the function use and configuration, then the original business logic is realized again on the Anypoint platform, the existing business system of an enterprise cannot be quickly converted into a reusable service capability arrangement component, the workload is huge, and because the IDE (Integrated Development Environment) provided by the mullsoft is required to be used for Development, the learning and use cost of a developer is increased, and the efficiency of business service is reduced.
Therefore, how to improve the efficiency of business services is a key issue that those skilled in the art are concerned about.
Disclosure of Invention
The present application provides a business service orchestration method, a business service orchestration device, a server, and a computer-readable storage medium, so as to improve business service orchestration efficiency and reduce a threshold of business service orchestration.
In order to solve the above technical problem, the present application provides a business service orchestration method, including:
arranging and combining the obtained multiple service components according to the received arrangement information to obtain prepared service DSL data;
compiling the prepared service DSL data based on a service component compiling library to obtain an executable code;
and performing service encapsulation processing on the executable code to obtain executable service.
Optionally, performing arrangement and combination on the obtained multiple service components according to the received arrangement information to obtain provisioning service DSL data, including:
receiving the arrangement information;
generating a component flow chart according to the arrangement information;
and performing arrangement and combination on the obtained multiple service components according to the component flow chart to obtain the prepared service DSL data.
Optionally, performing orchestration and combination on the obtained multiple service components according to the component flow diagram to obtain the provisioned service DSL data, including:
obtaining the plurality of service components from a service component database;
and performing arrangement and combination on the plurality of service components according to the component flow chart to obtain the prepared service DSL data.
Optionally, the method further includes:
and modifying the service component data of the service component database according to the received modification instruction.
Optionally, compiling the provisioned service DSL data based on a service component compilation library to obtain an executable code, including:
acquiring an executable code block of each service component corresponding to the prepared service DSL data from the service component compiling library;
compiling all the executable code blocks according to the execution logic of the prepared service DSL data to obtain the executable code.
Optionally, performing service encapsulation processing on the executable code to obtain an executable service, including:
associating the corresponding processing code block to the executable code to obtain a complete service;
and carrying out port exposure processing on the complete service to obtain the executable service.
Optionally, associating the corresponding processing code block with the executable code to obtain a complete service, including:
determining an associated processing code block according to the service flow of the executable code;
and adding the processing code block into the executable code to obtain the complete service.
The present application further provides a business service orchestration device, including:
the DSL data arrangement module is used for arranging and combining the obtained multiple service components according to the received arrangement information to obtain the prepared service DSL data;
a code conversion module, configured to compile the provisioning service DSL data based on a service component compilation library to obtain an executable code;
and the service encapsulation module is used for carrying out service encapsulation processing on the executable code to obtain the executable service.
The present application further provides a server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the business service orchestration method as described above when executing the computer program.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the business service orchestration method as described above.
The business service arranging method provided by the application comprises the following steps: arranging and combining the obtained multiple service components according to the received arrangement information to obtain prepared service DSL data; compiling the prepared service DSL data based on a service component compiling library to obtain an executable code; and performing service encapsulation processing on the executable code to obtain executable service.
The method comprises the steps of obtaining the DSL data of the prepared service through the received arrangement information and arrangement and combination of a plurality of service components, compiling the DSL data of the prepared service into executable codes, and finally packaging the executable codes into the usable executable service instead of compiling by technicians, wherein the executable service can be obtained only through inputting certain arrangement information by the technicians, so that the learning and using cost of the technicians is reduced, and the efficiency of the service is improved.
The present application further provides a business service orchestration device, a server, and a computer-readable storage medium, which have the above beneficial effects, and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a business service orchestration method according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a business service orchestration device according to an embodiment of the present application.
Detailed Description
The core of the application is to provide a business service arrangement method, a business service arrangement device, a server and a computer readable storage medium, so as to improve the business service arrangement efficiency and reduce the threshold of business service arrangement.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, 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 some embodiments of the present application, but not all 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 related art, in order to improve the arranging efficiency of business logic, a process arranging system is adopted to carry out logic arrangement. Taking Mulesoft as a representative, the Anypoint platform using the Mulesoft needs to spend a lot of time to learn the function use and configuration, then the original business logic is realized again on the Anypoint platform, the existing business system of an enterprise can not be quickly converted into a reusable service capability arrangement component, the workload is huge, and because the IDE provided by the Mulesoft needs to be used for development, the learning and use cost of a developer is increased, and the efficiency of business service is reduced.
Therefore, the business service arranging method provided by the application obtains the preliminary service DSL data through arranging and combining the received arranging information and the plurality of service components, compiles the preliminary service DSL data into the executable code, and finally encapsulates the executable code into the usable executable service, rather than compiling by technicians, and the executable service can be obtained only by inputting a certain arranging information by the technicians, so that the learning and using cost of the technicians is reduced, and the efficiency of the business service is improved.
The following describes a business service orchestration method provided by the present application, by way of an embodiment.
Referring to fig. 1, fig. 1 is a flowchart illustrating a business service orchestration method according to an embodiment of the present application.
In this embodiment, the method may include:
s101, arranging and combining the obtained multiple service components according to the received arrangement information to obtain prepared service DSL data;
it can be seen that, in this step, the multiple acquired service components are arranged and combined according to the received arrangement information, so as to obtain the DSL data for provisioning service.
The arrangement information is information which is input by a user and is used for arranging the business logic. The click information and the drag information input by the user can be used. But also a flow chart of direct input by the user. Or may be layout information made of natural language input by the user.
The service components are each service component which is written in advance and are the minimum logic components which form business services. May be written according to the experience of a skilled person.
Among them, the provisioning service DSL (Domain Specific Language) data is the most basic Language expressing the business logic of business services.
Further, the step may include:
step 1, receiving arrangement information;
step 2, generating a component flow chart according to the arrangement information;
and 3, arranging and combining the obtained multiple service components according to the component flow chart to obtain the prepared service DSL data.
It can be seen that the alternative scheme mainly illustrates how the provisioning service DSL data is obtained by performing the orchestration and combination in this step. In this alternative, the arrangement information is received, an assembly flow chart is generated according to the arrangement information, and the acquired plurality of service assemblies are arranged and combined according to the assembly flow chart, so as to obtain the DSL data for provisioning service. The layout information may be click information and drag information input by a user.
It is apparent that in this alternative the component flow chart is generated by the received orchestration information. Then, based on the component flow chart, the corresponding service components are arranged and combined to obtain the prepared service DSL data. That is, in this alternative, the user only needs to input the corresponding component flowchart information, and combines and synthesizes the corresponding operation logic based on the flowchart, thereby implementing simple and efficient logic arrangement operation.
Further, step 3 in the last alternative may include:
step 1, acquiring a plurality of service components from a service component database;
and 2, arranging and combining a plurality of service components according to the component flow chart to obtain the prepared service DSL data.
It can be seen that the present alternative is primarily illustrative of how the orchestration combination may be performed. In this alternative, a plurality of service components are obtained from the service component database, and the plurality of service components are arranged and combined according to the component flow chart, so as to obtain the DSL data for provisioning service. That is, a plurality of service components are obtained from the service component database, then corresponding service components are selected according to the component flow chart, and then the service components are combined according to the logic of the flow chart, so as to obtain the provisioning service DSL data. And, the service component is written for DSL. Thus, the provisioning service DSL data is obtained by orchestrating and combining multiple service components.
Further, based on the service component database in the last alternative, the embodiment may further include:
and modifying the service component data of the service component database according to the received modification instruction.
It can be seen that, in this alternative, it is described that service component data of the service component database is also modified so as to implement certain management and maintenance of service components.
S102, compiling the prepared service DSL data based on the service component compiling library to obtain an executable code;
on the basis of S101, this step aims to compile the provisioning service DSL data based on the service component compilation library, resulting in executable code. That is, the provisioned service DSL data is compiled into executable code that can be executed by a computer.
The compiling process may be compiling according to a corresponding service component compiling library.
Further, the step may include:
step 1, obtaining an executable code block of each service component corresponding to the prepared service DSL data from a service component compiling library;
and 2, compiling all executable code blocks according to the execution logic of the prepared service DSL data to obtain executable codes.
It can be seen that the present alternative scheme mainly illustrates how executable code is fetched. In this alternative, the executable code blocks of each service component corresponding to the provisioned service DSL data are obtained from the service component compilation library, and all the executable code blocks are compiled according to the execution logic of the provisioned service DSL data, so as to obtain executable codes. The service component compiling library is a database obtained by compiling each service component into an independent executable code block and storing the executable code block.
Obviously, in this embodiment, the DSL data for provisioning service may be compiled based on the corresponding service component compilation library to obtain the corresponding executable code, without manual compiling by a technician, thereby improving the efficiency of arranging the service and reducing the threshold thereof.
S103, performing service encapsulation processing on the executable code to obtain an executable service.
On the basis of S102, this step aims to perform service encapsulation processing on the executable code, so as to obtain an executable service. It can be seen that the executable code obtained in the previous step is not yet a usable business service. Therefore, in this step, the service encapsulation processing may be performed on the executable code to obtain an executable service.
Further, the step may include:
step 1, associating corresponding processing code blocks to executable codes to obtain complete service;
and 2, carrying out port exposure processing on the complete service to obtain an executable service.
It can be seen that the present alternative is primarily illustrative of how an executable service may be obtained. In this alternative, the corresponding processing code block is associated with the executable code to obtain a complete service, and the port exposure processing is performed on the complete service to obtain the executable service. That is, the executable code is associated with its associated processing code block, such as a generic code block, to ultimately obtain a complete service. Finally, a port exposure process is performed on the complete service, resulting in an executable service, i.e., the service can be used.
Further, step 1 in the last alternative may include:
step 1, determining a relevant processing code block according to a service flow of an executable code;
and step 2, adding the processing code block into the executable code to obtain a complete service.
It can be seen that the present alternative is mainly to illustrate how to handle the complete service. In this alternative, the associated processing code block is determined according to the service flow of the executable code, and the processing code block is added to the executable code, so as to obtain a complete service.
In summary, in the embodiment, the DSL data for provisioning service is obtained by arranging and combining the received arrangement information and the plurality of service components, the DSL data for provisioning service is compiled into the executable code, and finally the executable code is encapsulated into the executable service that can be used, instead of being compiled by the technician, and the executable service can be obtained by inputting a certain arrangement information by the technician, so that the learning and use costs of the technician are reduced, and the efficiency of the service is improved.
A business service orchestration method provided by the present application is further described below by a specific embodiment.
In this embodiment, an arrangement flow is provided, based on which a visual interface for editing a flow can be clicked and dragged, where the operable content in the interface includes monitoring configuration, execution logic nodes, global exception handling, flow routing control, and input/output configuration. SDK (Software Development Kit) written based on Java language provides specific annotations and interfaces for translating common Java code into execution logical nodes in specific flow execution code and logical nodes in service components. After the arranging process is started, the DSL language data content of the corresponding process can be obtained, and the DSL content is analyzed to generate the computer executable code.
In a specific actual operation process, the flow of this embodiment converts a flow chart formed by the page layout device into provisioning service DSL data, where the provisioning service DSL data is a natural language describing services, and includes basic information describing the services, monitoring configuration, executing logic nodes, global exception handling, flow routing control, and input/output configuration. Correspondingly, a persistent storage and query method of the prepared service DSL data content is established, and the prepared service DSL data is converted into executable service by matching with a user-defined flow arrangement device.
In this embodiment, the editing process may include:
step 1, establishing and storing a self-defined service component database.
And 2, creating an interface of the service component database for adding, modifying, inquiring and deleting the service components in the service component database. The interface defines a specific request path, request parameters and a return result structure by using an http (Hyper Text Transfer Protocol) Protocol.
Step 3, creating a front-end visual interface application, wherein the application acquires the programmable service assembly from the database through an application program interface, and the programmable service assembly comprises the following steps: the system comprises a monitoring component, a flow control component, an execution logic component, a parameter conversion component, a remote service calling component and an exception handling component.
And 4, arranging the service components in a dragging and button clicking mode according to the customer service requirements to form the DSL data for preparing service. And stores the provisioned service DSL in a database by calling an interface of an application.
And 5, starting the service application, wherein the service application is a software service written by using Java language, and the software service needs to be introduced into the flow arrangement device.
And 6, after the service application is started, the process arrangement device acquires the prepared service DSL data through the application program interface, and compiles the prepared service DSL data into a computer executable code through a compiling module of the arrangement device. And associating a processing code block which needs to participate in the flow service in the business application through a logic loading module to form a complete service, and finally exposing a monitoring protocol and generating an executable service through a port through an arranging device.
Therefore, in the embodiment, the DSL data for the preliminary service is obtained by arranging and combining the received arrangement information and the plurality of service components, the DSL data for the preliminary service is compiled into the executable code, and finally the executable code is encapsulated into the executable service that can be used, instead of being compiled by the technical staff, and the executable service can be obtained by inputting a certain arrangement information by the technical staff, so that the learning and use costs of the technical staff are reduced, and the efficiency of the service is improved.
In the following, the business service orchestration device provided by the embodiment of the present application is introduced, and the business service orchestration device described below and the business service orchestration method described above may be referred to correspondingly.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a business service orchestration device according to an embodiment of the present application.
In this embodiment, the apparatus may include:
a DSL data orchestration module 100, configured to perform orchestration and combination on the obtained multiple service components according to the received orchestration information, so as to obtain DSL data for provisioning service;
a code conversion module 200, configured to compile the provisioned service DSL data based on the service component compilation library to obtain an executable code;
the service encapsulation module 300 is configured to perform service encapsulation processing on the executable code to obtain an executable service.
Optionally, the DSL data orchestration module includes:
the flow chart acquisition unit is used for receiving the arrangement information; generating a component flow chart according to the arrangement information;
and the DSL data acquisition unit is used for arranging and combining the acquired multiple service components according to the component flow chart to obtain the prepared service DSL data.
Optionally, the DSL data obtaining unit is specifically configured to obtain a plurality of service components from a service component database; and arranging and combining a plurality of service components according to the component flow chart to obtain the prepared service DSL data.
Optionally, the apparatus may further include:
and the service component modification module is specifically used for modifying the service component data of the service component database according to the received modification instruction.
Optionally, the code conversion module 200 is specifically configured to obtain an executable code block of each service component corresponding to the DSL data for provisioning service from a service component compilation library; and compiling all executable code blocks according to the execution logic of the prepared service DSL data to obtain executable codes.
Optionally, the service encapsulation module 300 is specifically configured to associate a corresponding processing code block with the executable code to obtain a complete service; and carrying out port exposure processing on the complete service to obtain an executable service.
An embodiment of the present application further provides a server, including:
a memory for storing a computer program;
a processor for implementing the steps of the business service orchestration method according to the above embodiments when executing the computer program.
The present application further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the steps of the business service orchestration method according to the above embodiments are implemented.
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. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The business service orchestration method, the business service orchestration device, the server, and the computer-readable storage medium provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. 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.

Claims (10)

1. A method for orchestrating business services, comprising:
arranging and combining the obtained multiple service components according to the received arrangement information to obtain prepared service DSL data;
compiling the prepared service DSL data based on a service component compiling library to obtain an executable code;
and performing service encapsulation processing on the executable code to obtain executable service.
2. The business service orchestration method according to claim 1, wherein performing orchestration and combination on the obtained multiple service components according to the received orchestration information to obtain provisioning service DSL data, comprises:
receiving the arrangement information;
generating a component flow chart according to the arrangement information;
and performing arrangement and combination on the obtained multiple service components according to the component flow chart to obtain the prepared service DSL data.
3. The business service orchestration method according to claim 2, wherein performing orchestration and combination on the obtained plurality of service components according to the component flow graph to obtain the provisioned service DSL data comprises:
obtaining the plurality of service components from a service component database;
and performing arrangement and combination on the plurality of service components according to the component flow chart to obtain the prepared service DSL data.
4. The business service orchestration method according to claim 3, further comprising:
and modifying the service component data of the service component database according to the received modification instruction.
5. The business service orchestration method of claim 1, wherein compiling the provisioned service DSL data based on a service component compilation library to obtain executable code comprises:
acquiring an executable code block of each service component corresponding to the prepared service DSL data from the service component compiling library;
compiling all the executable code blocks according to the execution logic of the prepared service DSL data to obtain the executable code.
6. The business service orchestration method of claim 1, wherein performing service encapsulation on the executable code to obtain an executable service comprises:
associating the corresponding processing code block to the executable code to obtain a complete service;
and carrying out port exposure processing on the complete service to obtain the executable service.
7. The business service orchestration method of claim 6, wherein associating the executable code with a corresponding processing code block to obtain a complete service comprises:
determining an associated processing code block according to the service flow of the executable code;
and adding the processing code block into the executable code to obtain the complete service.
8. A business service orchestration apparatus comprising:
the DSL data arrangement module is used for arranging and combining the obtained multiple service components according to the received arrangement information to obtain the prepared service DSL data;
a code conversion module, configured to compile the provisioning service DSL data based on a service component compilation library to obtain an executable code;
and the service encapsulation module is used for carrying out service encapsulation processing on the executable code to obtain the executable service.
9. A server, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the business service orchestration method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the business service orchestration method according to any one of claims 1 to 7.
CN202111129871.XA 2021-09-26 2021-09-26 Business service arranging method and related device Pending CN113885844A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111129871.XA CN113885844A (en) 2021-09-26 2021-09-26 Business service arranging method and related device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111129871.XA CN113885844A (en) 2021-09-26 2021-09-26 Business service arranging method and related device

Publications (1)

Publication Number Publication Date
CN113885844A true CN113885844A (en) 2022-01-04

Family

ID=79006768

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111129871.XA Pending CN113885844A (en) 2021-09-26 2021-09-26 Business service arranging method and related device

Country Status (1)

Country Link
CN (1) CN113885844A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116795378A (en) * 2023-08-18 2023-09-22 宁波数益工联科技有限公司 Method and device for arranging and executing process based on code dynamic compiling

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116795378A (en) * 2023-08-18 2023-09-22 宁波数益工联科技有限公司 Method and device for arranging and executing process based on code dynamic compiling
CN116795378B (en) * 2023-08-18 2023-11-21 宁波数益工联科技有限公司 Method and device for arranging and executing process based on code dynamic compiling

Similar Documents

Publication Publication Date Title
CN110928529B (en) Method and system for assisting operator development
US8296721B2 (en) Template-based software development
CN111459889B (en) Equipment data model generation method and device for Internet of things platform
CN112748908B (en) Method and device for developing Restful service based on SSM framework
Eilam et al. Pattern-based composite application deployment
CN109739494B (en) Tree-LSTM-based API (application program interface) use code generation type recommendation method
US20090144703A1 (en) Method and system for versioning a software system
US20040064806A1 (en) Verifiable processes in a heterogeneous distributed computing environment
CA3050159C (en) Artificial intelligence (ai) based automatic rule generation
JP5396979B2 (en) Software development support device, system, software development support device function expansion method, and program
CN106951305B (en) Method for generating midCore script from QVT-R language based on model conversion
Pérez-Soler et al. Towards Conversational Syntax for Domain-Specific Languages using Chatbots.
CN115639980A (en) Draggable front-end logic arrangement method and device for low-code platform
Bocciarelli et al. A language for enabling model-driven analysis of business processes
CN113885844A (en) Business service arranging method and related device
US20120089959A1 (en) Method and apparatus for creating service flow based on user's goal-driven semantic service discovery
CN114115884A (en) Management method and related device for programming service
CN115756433A (en) Code platform migration method and device, electronic equipment and readable storage medium
Laitkorpi et al. A uml-based approach for abstracting application interfaces to rest-like services
JP2007122187A (en) Program code generation device
Mane et al. A Domain Specific Language to Provide Middleware for Interoperability among SaaS and DaaS/DBaaS through a Metamodel Approach.
US9389838B2 (en) Method for creating a computer software compiler for client server computing
CN113867714A (en) Automatic code generation method adaptive to multiple languages
Szvetits et al. Architectural design decisions for systems supporting model-based analysis of runtime events: a qualitative multi-method study
CN116185425B (en) Event flow arrangement method, device, equipment and medium based on node combination

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