CN108279926A - A kind of method of monomer applications micro services - Google Patents

A kind of method of monomer applications micro services Download PDF

Info

Publication number
CN108279926A
CN108279926A CN201810024048.4A CN201810024048A CN108279926A CN 108279926 A CN108279926 A CN 108279926A CN 201810024048 A CN201810024048 A CN 201810024048A CN 108279926 A CN108279926 A CN 108279926A
Authority
CN
China
Prior art keywords
micro services
module
split
calling
monomer
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.)
Granted
Application number
CN201810024048.4A
Other languages
Chinese (zh)
Other versions
CN108279926B (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.)
Insigma Hengtian Software Ltd
Original Assignee
Insigma Hengtian Software 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 Insigma Hengtian Software Ltd filed Critical Insigma Hengtian Software Ltd
Priority to CN201810024048.4A priority Critical patent/CN108279926B/en
Publication of CN108279926A publication Critical patent/CN108279926A/en
Application granted granted Critical
Publication of CN108279926B publication Critical patent/CN108279926B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/72Code refactoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting

Abstract

The invention discloses a kind of methods of monomer applications micro services, main includes that analysis phase, module is called to split stage and adaptation stage, by the bytecode for analyzing packaging file, obtain the method call relationship between class in application code, to analyze the call chain in application, calling figure is generated;For calling figure, the node for being 0 using all in-degrees is as entrance, the breadth first traversal that digraph is carried out using entrance as starting point successively finds all lower level nodes, and the micro services module that will split away the starting point and this traversing result together as one, one complete project is divided into multiple independent micro services modules according to this rule, each module individually can be developed and be disposed, and monomer applications also achieve quick micro services.The present invention can reduce monomer framework to the input in micro services framework conversion process, reduce the learning cost of exploitation, help project smooth transition to micro services framework.

Description

A kind of method of monomer applications micro services
Technical field
The present invention provides a kind of simple and quick micro services method, the micro- of micro services and monomer applications is related generally to Serviceization is transformed, and the monomer projects of non-micro services quick smoothly micro services can be helped.
Background technology
The frame of conventional code by functional (such as place an order for the merchandise display of an electric business system, commodity, commodity The business such as payment) be all packaged in a WAR packet, it is basic without external dependence, be deployed in a J2EE container (Tomcat, JBoss, WebLogic) it is inner, contain DO/DAO, all logics such as Service, UI.The software system that this monolithic framework is realized System is with the expansion of business scale, and Technology Selection is more and more difficult, and maintenance cost suddenly increases, scalability and lasting delivery energy Power also becomes worse, and the failure of any one module may all cause the whole of system to collapse, any one module overload, The overall stability of system may all be influenced.
In order to solve this series of malpractice, micro services framework is suggested.Micro services need not become as generic services A kind of independent function or resource, he needs to match with professional ability, be divided according to reusable dimension, related by one group Functional organization together give consumer provide service, each service with independent process run, difference service between lead to The agreement for crossing light weight is communicated.The advantage that micro services are brought has:
(1) small scale:In micro services framework, the scale is smaller of service, as soon as typically if service is excessive, it should Two or more services are disassembled into, this makes business development be absorbed in the ability for ensureing single service, this is tieed up to service Shield property and scalability bring benefit.
(2) there is boundary:Relevant function can be integrated into an individual business unit, real in the form of one services It is existing.
(3) independence:Each micro services independent operating, does not interfere with each other.Be only capable of between service by their disclosed interfaces into Row communication.
(4) autgmentability:System based on micro services can continue the changeable service environment that follows up, and support any type of repair Change.
(5) modularity:It is made of independent component based on the system of micro services, various components are the row of whole system jointly To provide support, rather than whole functions is provided by single component.
(6) evolution:System based on micro services can continual evolution, add new function, holding can be safeguarded Property.
Although micro services bring huge benefit, micro services framework is transitioned into absolutely not by traditional monomer framework Easy thing.We need have gem-pure understanding to business first, can draw relevant one group of function according to the dimension of business It assigns to together, then to learn micro services frame and is recombinated completely according to the partition dimension of business according to the requirement of micro services framework How code, this process reduce input and realize that micro services chemical conversion is urgent problem to be solved along with huge input.
Invention content
In view of the above-mentioned deficiencies in the prior art, it is an object of the present invention to provide a kind of method of monomer applications micro services.
The purpose of the present invention is what is be achieved through the following technical solutions, a kind of method of monomer applications micro services, including Following steps:
(1) analysis is called:By analyzing the bytecode of packaging file, obtains the method call in application code between class and close System generates to analyze the call chain in application and indicates that class node, arrow indicate the calling figure of call relation with ball;
(2) module is split:For the calling figure that step (1) generates, the node for being 0 using all in-degrees is as entrance, so The breadth first traversal for carrying out digraph using entrance as starting point successively afterwards finds all lower level nodes, and by the starting point and this One complete project is divided into more by the micro services module that traversing result will be split away together as one according to this rule A micro services module;Mark is made if the same node is shared by different micro services modules;
(3) adaptation:Micro services module is allowed to be adapted to different micro services frames, each micro services module is individually opened Hair and deployment, realize the micro services of monomer applications.
Further, after the module fractionation stage, into the artificial correction stage:User is right in conjunction with oneself according to calling figure The result that the understanding of business splits module makes amendment appropriate, can if the excessively dispersion that some micro services module is split Several micro services modules of identical and close business are merged together with selection, generate a micro services module;If some Micro services module is excessively huge, then carries out secondary fractionation to the micro services module, generates multiple micro services modules, ensures each micro- Service module is responsible for a single business.
Further, it calls in the analysis phase, is obtained with the Javassist class libraries increased income using the dynamic load of Classloader The method call relationship between class in application code is taken, to analyze the call chain in application.
Further, it is to be analyzed by the calling logic of code to do to call the analysis phase, is not related to system industry completely Business.
Further, in the module fractionation stage, different colors is set to each micro services module of fractionation, passes through tune Can intuitively be found out with figure will be split as which content how many a modules and each module include.
Further, if it is the monomer applications of a traditional Spring exploitation are micro- using Spring Cloud realizations After monomer applications are split as multiple micro services modules, each micro services module is converted to based on Spring Boot for serviceization The submodule of frame avoids the significant cost of artificial secondary development.
By aforementioned four step, a monomer applications can be split multiple independent micro services modules, Mei Gemo Block individually can be developed and be disposed, and monomer applications also achieve quick micro services.The present invention can reduce monomer Framework reduces the learning cost of exploitation to the input in micro services framework conversion process, helps project smooth transition to micro services Framework.
Description of the drawings
Fig. 1 is the calling figure schematic diagram to call the analysis phase to generate, and wherein each ball represents a class in project Node, arrow represent the calling logic between inhomogeneity node, and wherein all contents of dotted line frame expression are all in the same application In;
Fig. 2 is the schematic diagram after module is split, and wherein each ball represents a class node in project, and arrow represents not Calling logic between similar node, three dotted line frames indicate that former monomer applications are split as three micro services modules;
Fig. 3 is the split result after artificial correction, and wherein each ball represents a class node in project, and arrow represents Calling logic between inhomogeneity node, two dotted line frames indicate that former monomer applications are split as two micro services modules.
Specific implementation mode
A kind of method of monomer applications micro services provided in this embodiment, main includes calling analysis, and module is split, people Work amendment, four steps of adaptation:
Call analysis:The method of the present invention is calling the analysis phase to be utilized by the bytecode of the packaging file of analysis offer The dynamic load of Classloader and the Javassist class libraries increased income obtain the method call relationship in application code between class, from And the call chain in application is analyzed, it generates and indicates that class node, arrow indicate the calling figure of call relation with ball.Call analysis rank Section is to be analyzed by the calling logic of code to do, and is not related to system business completely.
Module is split:For the calling figure for calling the analysis phase to generate, the node for being 0 using all in-degrees as entrance, Then the breadth first traversal for carrying out digraph using entrance as starting point successively finds all lower level nodes, and by the starting point and this One complete project is divided by the micro services module that secondary traversing result will be split away together as one according to this rule Different colors is arranged to each micro services module, if the same node is by different micro services in multiple micro services modules Module shares, then makes special mark.
Artificial correction:By entire item dividing it is multiple by the breadth first traversal of entrance in module splitting step Micro services module, and different colors is set to different modules, calling figure at this time can intuitively be found out and will split Include which content for how many a modules and each module;Artificial correction stage, user can be according to calling figures in conjunction with certainly The split result that oneself splits module the understanding of business display makes amendment appropriate, if what some micro services module was split Excessively disperse, can select several micro services modules of identical and close business being merged together, generates a micro services mould Block;If some micro services module is excessively huge, secondary fractionation is carried out to the micro services module, generates multiple micro services moulds Block.
Adaptation:After three steps above, the split result of monomer project micro services, frame are just had determined that Frame adaptation can allow micro services module to be adapted to different micro services frames;Such as the monomer for developing a traditional Spring Realize that micro services, traditional micro services method need us to learn Spring Boot frames using using Spring Cloud Frame simultaneously realizes secondary development on this basis, and the method for the present invention is by calling analysis, module fractionation, three steps of artificial correction Suddenly after being split as multiple micro services modules, each micro services module can be converted to the submodule based on Spring Boot frames Block avoids the significant cost of artificial secondary development.
By aforementioned four step, a monomer applications can be split multiple independent micro services modules, Mei Gemo Block individually can be developed and be disposed, and monomer applications also achieve quick micro services.The present invention can reduce monomer Framework reduces the learning cost of exploitation to the input in micro services framework conversion process, helps project smooth transition to micro services Framework.
It is further illustrated the present invention below in conjunction with attached drawing and a specific example:
As shown in Figure 1, indicating a calling figure for calling the analysis phase to generate, dotted line frame indicates that a traditional monomer is answered With thering are 9 nodes to correspond to nine class objects in monomer applications respectively in the calling figure, oriented arrow indicates the tune between class With relationship.
As shown in Fig. 2, splitting the stage in module, we can be using the node that in-degree is 0 as the entrance of breadth first traversal. It can thus be appreciated that N1, N3, N7, which are us, splits the entrance of micro services module, can be obtained by carrying out traversal by these three nodes by three Micro services module, respectively N1, N2 and N3, N4, N5, N6 and N7, N6, N8, N9, interior joint N6 indicate one by multiple micro- The shared node of service module, if not carrying out artificial correction to split result, give tacit consent to this monomer applications can be split as Three micro services modules shown in Fig. 2, node 6, which can be split, is separately separately added into latter two micro services module.
As shown in figure 3, disagree with actual business if splitting the result that the stage generates in module, it can be artificial The amendment stage splits the fractionation scheme that phase analysis goes out to module and is modified.As in fig. 2 N3, N4, N5, N6 and N7, The two micro services modules of N6, N8, N9, if being that indicate is same or similar industry in actual business scenario Business, it is desirable to which we put the two micro services modules as a micro services module together, we can select the two moulds Merged block, then the split result of our calling figures is exactly N1, N2 and N3, N4, N5, N6, N7, N8, N9 the two modules, such as Fig. 3 It is shown.If a micro services module is split too big, we can also be in the artificial correction stage according to artificial specified general The micro services carry out secondary fractionation, ensure that each micro services module is responsible for a single business.
In the adaptation stage, what is carried out first is exactly that we replace the fractionation of the class object of application, will be single by taking Fig. 3 as an example Body application is split as two modules, needs the frame being adapted to need to carry out former frame to the class of fractionation according to us after the completion of fractionation To a conversion of target framework.A monomer applications such as based on Spring exploitations, acquiescence has been split after artificial correction is Multiple micro services modules based on Spring frames.If we need to be fitted to Spring Boot frames, it would be desirable to parse The characteristic of the Spring used in the configuration of former Spring frames and class file, is converted to the grammer of Spring Boot frames Specification and configuration requirement, then generate skeleton code and by after adaptation class file and configuration file be added target framework code, Multiple micro services modules based on target framework are then obtained, all works of a monomer applications micro services are so far also completed Make.
The foregoing is merely the preferred embodiments of the invention, are not intended to limit the invention creation, all at this All any modification, equivalent and improvement etc., should be included in the invention made by within the spirit and principle of innovation and creation Protection domain within.

Claims (6)

1. a kind of method of monomer applications micro services, which is characterized in that include the following steps:
(1) analysis is called:By the bytecode of analysis packaging file, the method call relationship between class in application code is obtained, To analyze the call chain in application, generates and indicate that class node, arrow indicate the calling figure of call relation with ball;
(2) module is split:For step (1) generate calling figure, using all in-degrees be 0 node as entrance, then according to The secondary breadth first traversal that digraph is carried out using entrance as starting point finds all lower level nodes, and the starting point and this are traversed One complete project is divided into multiple micro- by the micro services module that as a result will be split away together as one according to this rule Service module;Mark is made if the same node is shared by different micro services modules;
(3) adaptation:Allow micro services module to be adapted to different micro services frames, each micro services module individually carry out exploitation and Deployment, realizes the micro services of monomer applications.
2. a kind of method of monomer applications micro services according to claim 1, which is characterized in that split the stage in module Afterwards, into the artificial correction stage:User makes according to the result that calling figure splits module the understanding of business in conjunction with oneself Amendment appropriate, if the excessively dispersion that some micro services module is split, can select the several micro- of identical and close business Service module is merged together, and generates a micro services module;If some micro services module is excessively huge, to the micro services Module carries out secondary fractionation, generates multiple micro services modules, ensures that each micro services module is responsible for a single business.
3. a kind of method of monomer applications micro services according to claim 1, which is characterized in that call the analysis phase In, the method call in application code between class is obtained using the dynamic load of Classloader and the Javassist class libraries increased income Relationship, to analyze the call chain in application.
4. a kind of method of monomer applications micro services according to claim 1, which is characterized in that call the analysis phase be It is analyzed by the calling logic of code to do, is not related to system business completely.
5. a kind of method of monomer applications micro services according to claim 1, which is characterized in that module splits the stage In, to each micro services module of fractionation, different colors is set, can intuitively be found out by calling figure will be split as it is more Which content few module and each module include.
6. a kind of method of monomer applications micro services according to claim 1, which is characterized in that if one passed The monomer applications of the Spring exploitations of system realize micro services using Spring Cloud, by monomer applications be split as it is multiple in incognito After module of being engaged in, each micro services module is converted into the submodule based on Spring Boot frames, avoids artificial secondary development Significant cost.
CN201810024048.4A 2018-01-10 2018-01-10 Method for micro-service of single application Active CN108279926B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810024048.4A CN108279926B (en) 2018-01-10 2018-01-10 Method for micro-service of single application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810024048.4A CN108279926B (en) 2018-01-10 2018-01-10 Method for micro-service of single application

Publications (2)

Publication Number Publication Date
CN108279926A true CN108279926A (en) 2018-07-13
CN108279926B CN108279926B (en) 2021-06-08

Family

ID=62803490

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810024048.4A Active CN108279926B (en) 2018-01-10 2018-01-10 Method for micro-service of single application

Country Status (1)

Country Link
CN (1) CN108279926B (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109412944A (en) * 2018-10-16 2019-03-01 深圳壹账通智能科技有限公司 Request retransmission method, device and server based on micro services
CN109587272A (en) * 2018-12-30 2019-04-05 深圳云天励飞技术有限公司 A kind of optimization method of micro services, device and electronic equipment
CN110572276A (en) * 2019-08-13 2019-12-13 无锡华云数据技术服务有限公司 Deployment method, device, equipment and storage medium
CN110716765A (en) * 2019-09-29 2020-01-21 浙江网新恒天软件有限公司 Method for applying Faas to monomer
CN110909015A (en) * 2019-09-12 2020-03-24 华为技术有限公司 Splitting method, device and equipment of microservice and storage medium
CN111176761A (en) * 2019-12-23 2020-05-19 中国联合网络通信集团有限公司 Micro-service calling method and device
CN111193803A (en) * 2019-12-31 2020-05-22 四川省公安科研中心 Spring group-based micro-service construction method and spring group micro-service framework
CN111651451A (en) * 2020-04-25 2020-09-11 复旦大学 Scene-driven single system micro-service splitting method
CN111866140A (en) * 2020-07-21 2020-10-30 腾讯科技(深圳)有限公司 Fusion management apparatus, management system, service calling method, and medium
CN112165507A (en) * 2020-08-27 2021-01-01 福建摩尔软件有限公司 Method, device, equipment and medium for supporting multi-service architecture by single Web project
CN112256359A (en) * 2020-10-26 2021-01-22 卫宁健康科技集团股份有限公司 Micro-service merging method and device, electronic equipment and readable storage medium
CN112491948A (en) * 2020-10-12 2021-03-12 大家信科有限责任公司 Non-invasive monomer application micro-service method and device and computer equipment
US11099820B2 (en) 2019-06-19 2021-08-24 International Business Machines Corporation Reconfiguring application software into microservice architecture
GB2605135A (en) * 2021-03-22 2022-09-28 British Telecomm Software Microservice Generation
GB2605136A (en) * 2021-03-22 2022-09-28 British Telecomm Software Code Consolidation
CN115151897A (en) * 2020-04-22 2022-10-04 国际商业机器公司 Generating microservices from monolithic applications based on runtime tracking
US11550571B2 (en) 2020-09-17 2023-01-10 International Business Machines Corporation Generation of equivalent microservices to replace existing object-oriented application
CN117270819A (en) * 2023-11-20 2023-12-22 北京美络克思科技有限公司 Service design method, system, medium and equipment supporting single architecture compatible micro service architecture

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170091859A1 (en) * 2015-09-30 2017-03-30 Bank Of America Corporation System for real-time data structuring and storage
CN106790718A (en) * 2017-03-16 2017-05-31 北京搜狐新媒体信息技术有限公司 Service call link analysis method and system
CN107306196A (en) * 2016-04-20 2017-10-31 中兴通讯股份有限公司 Virtualization services monitoring method and device
CN107391142A (en) * 2017-07-26 2017-11-24 北京中电普华信息技术有限公司 The method and device that a kind of application is split

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170091859A1 (en) * 2015-09-30 2017-03-30 Bank Of America Corporation System for real-time data structuring and storage
CN107306196A (en) * 2016-04-20 2017-10-31 中兴通讯股份有限公司 Virtualization services monitoring method and device
CN106790718A (en) * 2017-03-16 2017-05-31 北京搜狐新媒体信息技术有限公司 Service call link analysis method and system
CN107391142A (en) * 2017-07-26 2017-11-24 北京中电普华信息技术有限公司 The method and device that a kind of application is split

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109412944A (en) * 2018-10-16 2019-03-01 深圳壹账通智能科技有限公司 Request retransmission method, device and server based on micro services
CN109587272A (en) * 2018-12-30 2019-04-05 深圳云天励飞技术有限公司 A kind of optimization method of micro services, device and electronic equipment
CN109587272B (en) * 2018-12-30 2021-10-08 深圳云天励飞技术有限公司 Method and device for optimizing microservice and electronic equipment
US11099820B2 (en) 2019-06-19 2021-08-24 International Business Machines Corporation Reconfiguring application software into microservice architecture
CN110572276A (en) * 2019-08-13 2019-12-13 无锡华云数据技术服务有限公司 Deployment method, device, equipment and storage medium
CN110909015A (en) * 2019-09-12 2020-03-24 华为技术有限公司 Splitting method, device and equipment of microservice and storage medium
CN110909015B (en) * 2019-09-12 2022-07-22 华为云计算技术有限公司 Splitting method, device and equipment of microservice and storage medium
CN110716765A (en) * 2019-09-29 2020-01-21 浙江网新恒天软件有限公司 Method for applying Faas to monomer
CN110716765B (en) * 2019-09-29 2023-04-07 浙江网新恒天软件有限公司 Method for applying Faas to monomer
CN111176761A (en) * 2019-12-23 2020-05-19 中国联合网络通信集团有限公司 Micro-service calling method and device
CN111193803A (en) * 2019-12-31 2020-05-22 四川省公安科研中心 Spring group-based micro-service construction method and spring group micro-service framework
CN115151897A (en) * 2020-04-22 2022-10-04 国际商业机器公司 Generating microservices from monolithic applications based on runtime tracking
US11940904B2 (en) 2020-04-22 2024-03-26 International Business Machines Corporation Generation of microservices from a monolithic application based on runtime traces
CN115151897B (en) * 2020-04-22 2023-11-10 国际商业机器公司 Generating micro-services from monolithic applications based on runtime tracking
CN111651451A (en) * 2020-04-25 2020-09-11 复旦大学 Scene-driven single system micro-service splitting method
CN111866140A (en) * 2020-07-21 2020-10-30 腾讯科技(深圳)有限公司 Fusion management apparatus, management system, service calling method, and medium
CN111866140B (en) * 2020-07-21 2023-09-15 腾讯科技(深圳)有限公司 Fusion management device, management system, service calling method and medium
CN112165507B (en) * 2020-08-27 2023-07-21 摩尔元数(福建)科技有限公司 Method, device, equipment and medium for supporting multi-service architecture by single Web project
CN112165507A (en) * 2020-08-27 2021-01-01 福建摩尔软件有限公司 Method, device, equipment and medium for supporting multi-service architecture by single Web project
US11550571B2 (en) 2020-09-17 2023-01-10 International Business Machines Corporation Generation of equivalent microservices to replace existing object-oriented application
CN112491948A (en) * 2020-10-12 2021-03-12 大家信科有限责任公司 Non-invasive monomer application micro-service method and device and computer equipment
CN112256359A (en) * 2020-10-26 2021-01-22 卫宁健康科技集团股份有限公司 Micro-service merging method and device, electronic equipment and readable storage medium
GB2605136A (en) * 2021-03-22 2022-09-28 British Telecomm Software Code Consolidation
GB2605135A (en) * 2021-03-22 2022-09-28 British Telecomm Software Microservice Generation
CN117270819A (en) * 2023-11-20 2023-12-22 北京美络克思科技有限公司 Service design method, system, medium and equipment supporting single architecture compatible micro service architecture

Also Published As

Publication number Publication date
CN108279926B (en) 2021-06-08

Similar Documents

Publication Publication Date Title
CN108279926A (en) A kind of method of monomer applications micro services
US10817409B2 (en) System and method for testing software applications in a software defined network
CN107438107B (en) Method and device for calling background service in micro-service architecture
US20170091293A1 (en) Generation of data flow from syntax tree
CN114238381A (en) Data quality checking method, device and computer readable storage medium
CN112860260A (en) Web-based cross-platform application construction tool and method in college scene
CN105630667A (en) Test method and terminal equipment
US20130254757A1 (en) Nesting installations of software products
Jin-Hua et al. The w-model for testing software product lines
Pawletta et al. Ontology-Assisted System Modeling and Simulation within MATLAB/Simulink.
CN110019207B (en) Data processing method and device and script display method and device
CN104063231A (en) Test resource rapid access method based on HIT-TENA
Demchenko et al. Experimental Research Reproducibility and Experiment Workflow Management
CN104457823A (en) Test instrument interchange method based on services
US20140324918A1 (en) Database Generation System, Method For Generating A Database, Product Line Management System And Non-Transitory Data Carrier
CN109947425A (en) A kind of the dealing with information flow method and device
Jamal et al. Transformation of activity diagram into coloured Petri nets using weighted directed graph
Peña et al. Reusing legacy systems in a service-oriented architecture: a model-based analysis
Wickert et al. jABCstats: an extensible process library for the empirical analysis of jABC workflows
Bartusevics Automation of Continuous Services: What Companies of Latvia Says About It?
Bramantya et al. Modularizing RESTful web service management with aspect oriented programming
CN109684329A (en) A kind of method for managing resource based on data center apparatus
CN105760291B (en) A kind of regression testing method and system
Dai et al. Transformation from PLC to distributed control using ontology mapping
US20220300309A1 (en) Traceability based impact analysis

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
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Li Minghua

Inventor after: Zhou Xiaoyong

Inventor after: Zhu Weiyang

Inventor after: Li Shanping

Inventor before: Zhou Xiaoyong

Inventor before: Li Shanping

Inventor before: Li Minghua

Inventor before: Zhu Weiyang

GR01 Patent grant
GR01 Patent grant