CN114466055B - Service processing method and device - Google Patents

Service processing method and device Download PDF

Info

Publication number
CN114466055B
CN114466055B CN202111614712.9A CN202111614712A CN114466055B CN 114466055 B CN114466055 B CN 114466055B CN 202111614712 A CN202111614712 A CN 202111614712A CN 114466055 B CN114466055 B CN 114466055B
Authority
CN
China
Prior art keywords
service
adapter
data
processing
service processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111614712.9A
Other languages
Chinese (zh)
Other versions
CN114466055A (en
Inventor
李海兵
李国林
李小壮
王柄淋
王妍兰
叶子聪
李汉财
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianyi Cloud Technology Co Ltd
Original Assignee
Tianyi Cloud Technology 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 Tianyi Cloud Technology Co Ltd filed Critical Tianyi Cloud Technology Co Ltd
Priority to CN202111614712.9A priority Critical patent/CN114466055B/en
Publication of CN114466055A publication Critical patent/CN114466055A/en
Application granted granted Critical
Publication of CN114466055B publication Critical patent/CN114466055B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5041Network service management, e.g. ensuring proper service fulfilment according to agreements characterised by the time relationship between creation and deployment of a service
    • H04L41/5051Service on demand, e.g. definition and deployment of services in real time
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a service processing method and a device, wherein the method comprises the following steps: inputting business data in the business object to the adapter; invoking one or more functional components through the adapter, processing the service data by utilizing the functional components to obtain result data, and inputting the result data into the service object; the adapter is arranged according to a service processing flow, wherein the service processing flow comprises one or more service processing nodes, and one service processing node corresponds to one adapter; if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, inputting the service data in the service object to the adapter corresponding to the next service processing node, returning to the step of processing the service data through the adapter calling function assembly to obtain result data, inputting the result data to the service object until the adapter corresponds to the last service processing node in the service processing flow, and determining the service data in the service object as a service processing result.

Description

Service processing method and device
Technical Field
The invention belongs to the field of content distribution networks, and particularly relates to a service processing method and device.
Background
For establishing various network service end scenes, extremely high performance and network throughput are required to be supported, multi-scene business processes are also required to be supported, at present, the performance is generally improved based on asynchronous communication, and the business processes are carried out by using customized development, but repeated wheel manufacturing exists in the customized development, so that resource waste is caused, in addition, the time for implementing each time of the customized development from beginning is relatively long, the delivery efficiency is influenced, and the development efficiency is reduced.
Disclosure of Invention
Therefore, the present invention provides a service processing method and apparatus for solving the problems in the prior art.
In a first aspect, the present invention provides a service processing method, including: inputting business data in the business object to the adapter; invoking one or more functional components through the adapter, processing the service data by utilizing the functional components to obtain result data, and inputting the result data into the service object; the adapter is arranged according to a service processing flow, wherein the service processing flow comprises one or more service processing nodes, and one service processing node corresponds to one adapter; if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, inputting the service data in the service object to the adapter corresponding to the next service processing node, returning to the step of processing the service data through the adapter calling function assembly to obtain result data, inputting the result data to the service object until the adapter corresponds to the last service processing node in the service processing flow, and determining the service data in the service object as a service processing result.
Optionally, in the service processing method provided by the invention, at least one functional component is packaged in the adapter, interfaces of the functional components are packaged in a standardized manner, processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional component packaged in the adapter is determined according to the processing task of the service processing node corresponding to the adapter.
Optionally, in the service processing method provided by the invention, the asynchronous communication is encapsulated inside the adapter.
Optionally, in the service processing method provided by the present invention, asynchronous communication is encapsulated in the adapter, one or more functional components are called through the adapter, the functional components are used to process service data to obtain result data, and the result data is input into the service object, including: an event triggering function is called through an adapter to register an asynchronous event in an operating system kernel, CPU occupation is released, and the processing flow of a service object is suspended; receiving and analyzing the kernel data to obtain an analysis result, calling one or more functional components according to the analysis result, processing the service data by the functional components to obtain result data, inputting the result data into the service object, and recovering the processing flow of the service object.
In a second aspect, the present invention provides a service processing apparatus, including: the data input module is used for inputting the business data in the business object to the adapter; the data processing module is used for calling one or more functional components through the adapter, processing the service data by utilizing the functional components to obtain result data, and inputting the result data into the service object; the adapter is arranged according to a service processing flow, wherein the service processing flow comprises one or more service processing nodes, and one service processing node corresponds to one adapter; the circulation module is used for inputting the service data in the service object into the adapter corresponding to the next service processing node if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow; and the result determining module is used for determining the service data in the service object as a service processing result if the adapter corresponds to the last service processing node in the service processing flow.
Optionally, in the service processing device provided by the invention, at least one functional component is packaged in the adapter, interfaces of the functional components are packaged in a standardized manner, processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional component packaged in the adapter is determined according to the processing task of the service processing node corresponding to the adapter.
Optionally, in the service processing device provided by the invention, the adapter is internally packaged with asynchronous communication.
Optionally, in the service processing device provided by the present invention, the data processing module includes: the first data processing sub-module is used for registering an asynchronous event in the kernel of the operating system through calling an event triggering function by the adapter, releasing CPU occupation and suspending the processing flow of the service object; and the second data processing sub-module is used for receiving and analyzing the kernel data to obtain an analysis result, calling one or more functional components according to the analysis result, processing the service data by utilizing the functional components to obtain result data, inputting the result data into the service object, and recovering the processing flow of the service object.
In a third aspect, the present invention provides a computer readable storage medium storing computer instructions for execution by a processor of a business processing method as provided by the present invention.
In a fourth aspect, the present invention provides a computer device comprising: at least one processor; and a memory communicatively coupled to the at least one processor; the memory stores instructions executable by the at least one processor, and the instructions are executed by the at least one processor to perform the service processing method provided by the invention.
The technical scheme of the invention has the following advantages:
According to the service processing method and device, the service data in the service object is input to the adapter, one or more functional components are called through the adapter, the functional components are utilized to process the service data to obtain the result data, the result data is input to the service object, the adapter directly calls the functional components through the adapter according to the service processing flow, the functional components do not need to be redeveloped in customized development, and the development efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are needed in the description of the embodiments or the prior art will be briefly described, and it is obvious that the drawings in the description below are some embodiments of the present invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow architecture diagram of one embodiment of a business flow architecture of a business process method of the prior art;
FIG. 2 is a flowchart of a specific example of a service processing method according to an embodiment of the present invention;
Fig. 3 is a flowchart of a specific example of a service processing method according to an embodiment of the present invention;
FIG. 4 is a flowchart of a specific example of a service processing method according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a specific example of a service processing device according to an embodiment of the present invention;
Fig. 6 is a schematic structural diagram of one embodiment of a computer device in an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made apparent and fully in view of the accompanying drawings, in which some, but not all embodiments of the invention are shown. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Unless the context clearly requires otherwise, throughout the description and the claims, the words "comprise", "comprising", and the like are to be construed in an inclusive sense as opposed to an exclusive or exhaustive sense; that is, it is the meaning of "including but not limited to".
In the description of the present invention, it should be understood that the terms "first," "second," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Furthermore, in the description of the present invention, unless otherwise indicated, the meaning of "a plurality" is two or more.
In addition, the technical features of the different embodiments of the present invention described below may be combined with each other as long as they do not collide with each other.
The business process architecture of the business processing method in the prior art is shown in fig. 1, the business process comprises two stages, each stage comprises a plurality of modules, business data firstly passes through a stage 1, each module in the stage 1 processes the business data in sequence, after finishing the data processing of the stage 1, the data is transmitted to a stage 2, each module in the stage 2 processes the business data in sequence to obtain final business data, and the business process is ended.
Before the process starts, the modules in the stage 1 and the stage 2 need to be developed again, so that resource waste is caused, and development efficiency is reduced.
An embodiment of the present invention provides a service processing method, as shown in fig. 2, including:
Step S1: business data in the business object is input to the adapter.
In an alternative embodiment, the interface between the adapter and the business object is standardized and fixed, and the adapter exchanges business data with the business object through the interface.
Step S2: and calling one or more functional components through the adapter, processing the service data by using the functional components to obtain result data, and inputting the result data into the service object.
In the embodiment of the invention, the adapter serves as a bridge for interaction between the service object and the functional component, the service object of the functional component is completely decoupled, the functional component is used for realizing a specific function, the service object serves as an intermediate carrier for storing service data, the adapter is arranged according to a service processing flow, the service processing flow comprises one or more service processing nodes, and one service processing node corresponds to one adapter.
In an alternative embodiment, the service processing flow includes one or more service processing nodes, different service processing flows include different service processing nodes, and different service processing nodes complete different processing tasks. The processing tasks to be performed by the service processing node may be implemented by one or a combination of functional components.
In an alternative embodiment, different functional components are preset, the different functional components are used for executing different functions, different processing tasks need to be completed on the service data in different processing nodes, and in the embodiment of the invention, the adapters at the different processing nodes can call the different functional components according to the different processing tasks.
Because the functional components are preset, when different processing tasks need to be executed, the different functional components are directly called, and the development of processing flows for the different processing tasks is not needed to be customized.
In the embodiment of the invention, the result data is input into the business object for use by a downstream adapter. In an alternative embodiment, the adapters are set according to the order of the processing nodes in the service processing flow, and in the service processing flow, when the order of the processing nodes changes according to the actual demand, the positions of the corresponding adapters are adjusted to achieve the actual demand.
In an alternative embodiment, the construction of different business processes is achieved by flexibly assembling the adapters.
Step S3: and judging whether the service processing node corresponding to the adapter is the last service processing node in the service processing flow.
If the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, executing step S4: and inputting the service data in the service object into the adapter corresponding to the next service processing node, and returning to the step S2.
If the service processing node corresponding to the adapter is the last service processing node in the service processing flow, executing step S5: and determining the service data in the service object as a service processing result.
In an alternative embodiment, after obtaining the service processing result, the CPU invokes the destructor to perform the memory release operation, so as to complete the cleaning operation of the memory data.
In an alternative embodiment, a business process architecture for implementing the business processing method provided by the embodiment of the present invention is shown in fig. 3, where the business process includes a first adapter, a second adapter and a business object, where the first adapter is different from the functional component encapsulated by the second adapter, when the business object passes through the first adapter, the business data is sent to the business object by the first adapter to be processed by the functional component in the first adapter, the business object passes through the second adapter to process the business data by the functional component in the second adapter, and the second adapter sends the processed business data to the business object, at this time, the business data in the business object is processed by two different functional components to obtain final business data, where the business process ends.
In the embodiment of the invention, the service data in the service object is input into the adapter, one or more functional components are called through the adapter, the functional components are utilized to process the service data to obtain the result data, the result data is input into the service object, the adapter is arranged according to the service processing flow, the functional components are directly called through the adapter, the functional components are not required to be redeveloped in the customized development, the development efficiency is improved, and the service processing method provided by the embodiment of the invention can be executed to improve the issuing performance of the service flow by 3 times through experimental verification.
In an alternative embodiment, at least one functional component is encapsulated in the adapter, interfaces of the functional components are encapsulated in a standardized manner, processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional components encapsulated in the adapter are determined according to the processing tasks of the service processing nodes corresponding to the adapter.
In the alternative embodiment, the interfaces of the functional components are different, and the functional components are subjected to standardized packaging by using the adapter, so that the use of the functional components is simplified, and the development efficiency is improved.
In an alternative embodiment, the adapter is internally packaged with asynchronous communications.
In an alternative embodiment, the adapter may interact with the external network through asynchronous communication, and may receive data sent by the external network, or may send data to the external network.
In an alternative embodiment, the adapter is internally packaged with asynchronous communication, when the service flow involves cross-network interaction, as shown in fig. 4, one or more functional components are called through the adapter, the functional components are used for processing service data to obtain result data, and the result data is input into a service object, including:
firstly, an event triggering function is called through an adapter to register an asynchronous event in an operating system kernel, CPU occupation is released, and the processing flow of a service object is suspended.
Then, the adapter receives and analyzes the kernel data to obtain an analysis result, one or more functional components are called according to the analysis result, the functional components are utilized to process the service data to obtain result data, the result data is input into the service object, and the processing flow of the service object is restored.
In the embodiment of the invention, the asynchronous event is registered in the kernel of the operating system by calling the event triggering function through the adapter, the CPU occupation is released, the processing flow of the service object is suspended, and at the moment, the CPU can run and calculate other flow tasks, so that the utilization rate of the CPU is improved.
An embodiment of the present invention provides a service processing apparatus, as shown in fig. 5, including:
The data input module 21 is configured to input the service data in the service object to the adapter, and the details of the step S1 are described in the above embodiment, which is not repeated herein.
A data processing module 22, configured to invoke one or more functional components through the adapter, process the service data with the functional components to obtain result data, and input the result data to the service object; the adaptor is set according to the service processing flow, where the service processing flow includes one or more service processing nodes, and one service processing node corresponds to one adaptor, and details of the description of step S2 in the foregoing embodiment are not repeated herein.
The circulation module 23 is configured to input the service data in the service object to the adapter corresponding to the next service processing node if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, and details of the description of step S3 and step S4 in the above embodiment are omitted here.
The result determining module 24 is configured to determine, if the adapter corresponds to the last service processing node in the service processing flow, service data in the service object as a service processing result, and details of the step S3 are described in the above embodiment and are not repeated herein.
In an alternative embodiment, at least one functional component is encapsulated in the adapter, interfaces of the functional components are encapsulated in a standardized manner, processing tasks corresponding to each service processing node in the service processing flow are different, and the functional component encapsulated in the adapter is determined according to the processing task of the service processing node corresponding to the adapter, and details are described in the above embodiments and are not repeated herein.
In an alternative embodiment, the adapter is internally encapsulated with asynchronous communications, and the details are described in the above embodiment, which is not repeated here.
In an alternative embodiment, a data processing module includes: the first data processing sub-module is used for registering an asynchronous event in the kernel of the operating system through calling an event triggering function by the adapter, releasing CPU occupation and suspending the processing flow of the service object; the second data processing sub-module is configured to receive and parse the kernel data to obtain a parsing result, call one or more functional components according to the parsing result, process the service data with the functional components to obtain result data, input the result data into the service object, and restore the processing flow of the service object, and details are described in the above embodiments, which are not repeated herein.
An embodiment of the present invention provides a non-transitory computer storage medium storing computer executable instructions that can perform the service processing method in any of the above embodiments. Wherein the storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random-access Memory (RAM), a Flash Memory (Flash Memory), a hard disk (HARD DISK DRIVE, abbreviated as HDD), a Solid state disk (Solid-state STATE DRIVE, SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Embodiments of the present invention also provide a computer device, as shown in fig. 6, which may include at least one processor 31, at least one communication interface 32, at least one communication bus 33, and at least one memory 34, where the communication interface 32 may include a Display screen (Display), a Keyboard (Keyboard), and the optional communication interface 32 may further include a standard wired interface, a wireless interface. The memory 34 may be a high-speed RAM memory (Random Access Memory, volatile random access memory) or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 34 may alternatively be at least one memory device located remotely from the aforementioned processor 31. The memory 34 stores an application program therein and the processor 31 invokes the program code stored in the memory 34 for performing the steps of any of the inventive embodiments described above.
The communication bus 33 may be a peripheral component interconnect standard (PERIPHERAL COMPONENT INTERCONNECT, PCI) bus, an extended industry standard architecture (extended industry standard architecture, EISA) bus, or the like. The communication bus 33 may be classified into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in fig. 3, but not only one bus or one type of bus.
Wherein the memory 34 may include a volatile memory (english) such as a random-access memory (RAM); the memory may also include a nonvolatile memory (English: non-volatile memory), such as a flash memory (English: flash memory), a hard disk (English: HARD DISK DRIVE, abbreviation: HDD) or a solid state disk (English: solid-STATE DRIVE, abbreviation: SSD); memory 34 may also include a combination of the types of memory described above.
The processor 31 may be a central processor (english: central processing unit, abbreviated: CPU), a network processor (english: network processor, abbreviated: NP) or a combination of CPU and NP.
The processor 31 may further include a hardware chip. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof (English: programmable logic device). The PLD may be a complex programmable logic device (English: complex programmable logic device, abbreviated: CPLD), a field-programmable gate array (English: field-programmable GATE ARRAY, abbreviated: FPGA), a general-purpose array logic (English: GENERIC ARRAY logic, abbreviated: GAL), or any combination thereof.
Optionally, the memory 34 is also used for storing program instructions. The processor 31 may invoke program instructions to implement the service processing method as in any of the embodiments described above.

Claims (6)

1. A method for processing a service, comprising:
inputting business data in the business object to the adapter;
Invoking one or more functional components through the adapter, processing the service data by using the functional components to obtain result data, and inputting the result data to the service object; the adapter is arranged according to a service processing flow, wherein the service processing flow comprises one or more service processing nodes, and one service processing node corresponds to one adapter;
if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow, inputting the service data in the service object into the adapter corresponding to the next service processing node, returning to the step of calling a functional component through the adapter to process the service data to obtain result data, inputting the result data into the service object until the last service processing node in the service processing flow corresponding to the adapter, and determining the service data in the service object as a service processing result;
The adapter is internally packaged with asynchronous communication;
The adapter is internally packaged with asynchronous communication, one or more functional components are called by the adapter, the functional components are utilized to process the service data to obtain result data, and the result data is input into the service object, and the method comprises the following steps:
An event triggering function is called by the adapter to register an asynchronous event in an operating system kernel, CPU occupation is released, and the processing flow of the service object is suspended;
And receiving and analyzing the kernel data to obtain an analysis result, calling one or more functional components according to the analysis result, processing the service data by utilizing the functional components to obtain result data, inputting the result data into the service object, and recovering the processing flow of the service object.
2. The traffic processing method according to claim 1, wherein,
The adapter is internally packaged with at least one functional component, interfaces of the functional components are subjected to standardized packaging, processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional components packaged in the adapter are determined according to the processing tasks of the service processing nodes corresponding to the adapter.
3. A service processing apparatus, comprising:
The data input module is used for inputting the business data in the business object to the adapter;
The data processing module is used for calling one or more functional components through the adapter, processing the service data by utilizing the functional components to obtain result data, and inputting the result data into the service object; the adapter is arranged according to a service processing flow, wherein the service processing flow comprises one or more service processing nodes, and one service processing node corresponds to one adapter;
The circulation module is used for inputting the service data in the service object into the adapter corresponding to the next service processing node if the service processing node corresponding to the adapter is not the last service processing node in the service processing flow;
the result determining module is used for determining the service data in the service object as a service processing result if the adapter corresponds to the last service processing node in the service processing flow;
The adapter is internally packaged with asynchronous communication;
The data processing module comprises:
the first data processing sub-module is used for registering an asynchronous event in the kernel of the operating system through the event triggering function called by the adapter, releasing CPU occupation and suspending the processing flow of the service object;
And the second data processing sub-module is used for receiving and analyzing the kernel data to obtain an analysis result, calling one or more functional components according to the analysis result, processing the service data by utilizing the functional components to obtain result data, inputting the result data into the service object, and recovering the processing flow of the service object.
4. The traffic processing apparatus according to claim 3, wherein,
The adapter is internally packaged with at least one functional component, interfaces of the functional components are subjected to standardized packaging, processing tasks corresponding to the service processing nodes in the service processing flow are different, and the functional components packaged in the adapter are determined according to the processing tasks of the service processing nodes corresponding to the adapter.
5. A computer readable storage medium storing computer instructions which, when executed by a processor, implement the business processing method of any of claims 1-2.
6. A computer device, comprising: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor to perform the business processing method of any of claims 1-2.
CN202111614712.9A 2021-12-27 2021-12-27 Service processing method and device Active CN114466055B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111614712.9A CN114466055B (en) 2021-12-27 2021-12-27 Service processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111614712.9A CN114466055B (en) 2021-12-27 2021-12-27 Service processing method and device

Publications (2)

Publication Number Publication Date
CN114466055A CN114466055A (en) 2022-05-10
CN114466055B true CN114466055B (en) 2024-04-26

Family

ID=81407152

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111614712.9A Active CN114466055B (en) 2021-12-27 2021-12-27 Service processing method and device

Country Status (1)

Country Link
CN (1) CN114466055B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1523917A (en) * 2003-02-17 2004-08-25 ��˹��ŵ�� Software development environment
CN101588388A (en) * 2009-05-26 2009-11-25 中国科学院软件研究所 A kind of based on distributed adaptive service collaboration method and system thereof
CN103279840A (en) * 2013-06-08 2013-09-04 北京首钢自动化信息技术有限公司 Workflow engine implement method based on dynamic language and event processing mechanism
CN108805379A (en) * 2017-05-03 2018-11-13 北京京东尚科信息技术有限公司 Support that multi-mode is honoured an agreement the system and method for flow
CN110007902A (en) * 2019-03-12 2019-07-12 中国平安财产保险股份有限公司 The method and device of business processing flow configuration
CN112308515A (en) * 2020-10-30 2021-02-02 中国民航信息网络股份有限公司 NDC (network data center) processing system for NDC aggregator and service request processing method thereof
CN113342484A (en) * 2021-05-14 2021-09-03 深圳奥哲网络科技有限公司 Process engine method, system, device and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7516440B2 (en) * 2001-10-18 2009-04-07 Bea Systems, Inc. System and method for providing a java interface to an application view component

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1523917A (en) * 2003-02-17 2004-08-25 ��˹��ŵ�� Software development environment
CN101588388A (en) * 2009-05-26 2009-11-25 中国科学院软件研究所 A kind of based on distributed adaptive service collaboration method and system thereof
CN103279840A (en) * 2013-06-08 2013-09-04 北京首钢自动化信息技术有限公司 Workflow engine implement method based on dynamic language and event processing mechanism
CN108805379A (en) * 2017-05-03 2018-11-13 北京京东尚科信息技术有限公司 Support that multi-mode is honoured an agreement the system and method for flow
CN110007902A (en) * 2019-03-12 2019-07-12 中国平安财产保险股份有限公司 The method and device of business processing flow configuration
CN112308515A (en) * 2020-10-30 2021-02-02 中国民航信息网络股份有限公司 NDC (network data center) processing system for NDC aggregator and service request processing method thereof
CN113342484A (en) * 2021-05-14 2021-09-03 深圳奥哲网络科技有限公司 Process engine method, system, device and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Developing Adapters for Structural Adaptation of Component-Based Applications";Imen Ben Lahmar;《IEEE》;20130729;全文 *
"基于适配机制的Web服务匹配研究";杨婉玥;《中国优秀硕士论文全文数据库》;20210915;全文 *

Also Published As

Publication number Publication date
CN114466055A (en) 2022-05-10

Similar Documents

Publication Publication Date Title
CN108804140B (en) Batch instruction analysis method, device and equipment
CN110297632A (en) Code generating method and device
CN109063183B (en) Method and device for processing information at block chain nodes
CN108416449B (en) Operation and maintenance method and device
CN110046091B (en) Automatic test method and device
CN112527484A (en) Workflow breakpoint continuous running method and device, computer equipment and readable storage medium
CN113806037A (en) Service calling method and device, storage medium and electronic equipment
CN111324540B (en) Interface testing method and device
CN115150024B (en) Data processing method, device, equipment and medium
EP2838013A1 (en) Improved state space analysis using partial descriptions
CN114466055B (en) Service processing method and device
CN113656252B (en) Fault positioning method, device, electronic equipment and storage medium
CN113051725B (en) DET and RELAP5 coupled dynamic characteristic analysis method based on universal auxiliary variable method
CN116720462A (en) Device, method and equipment for constructing chip simulation system and chip simulation system
CN111679813B (en) Method for information processing, electronic device, and storage medium
CN115811516A (en) Method, device, equipment and medium for concurrently reporting multi-frame files
CN114913006A (en) Bank loan approval data processing method and system and electronic equipment
CN110989333B (en) Redundancy control method based on multiple computing cores, computing cores and redundancy control system
CN113434152A (en) Software development method, system and readable storage medium
CN110417978B (en) Menu configuration method, device, equipment and storage medium
CN108804309B (en) Automatic test method and test tool for contract management system
CN111884932A (en) Link determination method, device, equipment and computer readable storage medium
CN107453937A (en) The management method and equipment in network connection pond
KR20220007468A (en) Transaction processing method of terminal connected to Hyperledger Fabric system through network
CN110377372A (en) The secondary process of target application exits method, apparatus and electronic equipment

Legal Events

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