CN103645919A - Method for extending functions of management information system through plugins - Google Patents

Method for extending functions of management information system through plugins Download PDF

Info

Publication number
CN103645919A
CN103645919A CN201310701632.6A CN201310701632A CN103645919A CN 103645919 A CN103645919 A CN 103645919A CN 201310701632 A CN201310701632 A CN 201310701632A CN 103645919 A CN103645919 A CN 103645919A
Authority
CN
China
Prior art keywords
plug
module
function
unit
interface
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
CN201310701632.6A
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.)
Yonyou Software Co Ltd
Original Assignee
Yonyou Software 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 Yonyou Software Co Ltd filed Critical Yonyou Software Co Ltd
Priority to CN201310701632.6A priority Critical patent/CN103645919A/en
Publication of CN103645919A publication Critical patent/CN103645919A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a device and a method for extending functions of a management information system through plugins. The plugin-extended management information system has a loosely-coupled function extension mechanism. The plugins are an independent part and can be developed, tested, increased and decreased independently, so that the extension and the continuous improvement on software functions can be realized; the plugins correspond to relationships between system standard functions and client personalized extension functions, and plugin interfaces are reserved in a standard function layer, so that the standard function layer turns into a plugin container; and during function extension, the plugin functions and registration are realized, so that the extended functions can be added to running logic of the system in a loose coupling manner. According to the method, on the basis of the standard management information system, the functions of the system are extended through a plugin mechanism, and loose coupling of the extended functions and the standard functions are realized, so that the flexibility and the independence of the customized development are improved.

Description

A kind of by the method for plug-in extension management information system function
Technical field
The present invention relates to a kind of device and method of expansion management Information System Function, refer to especially a kind of by the device and method of plug-in extension management information system function.
Background technology
In the performance history of life of product line management PLM system, because different system users is variation, personalized to the requirement of function, thereby the management information system product of standard can not meet whole demands of final user, and the development task of necessary alternately executive system standard feature and customer personalized expanded function meets the independence of system standard function and the uniqueness of client's expanded function simultaneously.
Traditional development scheme is adopted with the following method conventionally:
Divide line development: based on certain baseline, client's project is thoroughly separated with modular system, client's project is carried out independent expansion.The problem of doing is like this that client's project and modular system have departed from relation, and the optimization of product standard function and expansion are difficult to embody on existing project.
Local replacement: on the basis of modular system, increase expansion module, replace the class that realizes in standardized product by the class that realizes of Client Model, to meet the personalized function of customer requirement.Such problem also clearly, client replace class must along with the change of standardized product class and upgrading synchronous at any time, to guarantee consistent with system standard funtion part characteristic.
Above-mentioned two kinds of methods all can not solve fully decoupling problem of expanded function and standard feature well, so be badly in need of a kind of mechanism of Function Extension flexibly that can realize loose coupling in the performance history of management information system.
Prior art:
Documents 1, discloses a kind of plug-in management method and system thereof in the Chinese patent literature that application number is 200810241592.0, its method comprises: A. is out abstract by the operation-interface of plug-in unit, is packaged into a upper strata calling interface; While B. loading called plug-in unit, the plug-in unit handle that storage obtains and in internal memory mark, set up the corresponding relation of this plug-in unit handle and plug-in management information; C. by the corresponding relation of the plug-in unit handle in described upper strata calling interface and described internal memory and plug-in management information, called plug-in unit is loaded, unloaded or search operation.The present invention has completed plug-in unit has been carried out to unified storage, operation and management.In this documents, solve the difference between shared library static loading and dynamic load, extended the scope that program is used plug-in unit, different from the application's realization mechanism.
Documents 2, application number is to disclose a kind of insert management system based on control and method for secondary developing platform in 200510098550.2 Chinese patent application document, comprise the control that is packaged with inner function module, at least one has the plug-in unit of User Defined external function, interface protocol module, and plugin manager, described plugin manager comprises plug-in unit load-on module, plug-in unit chain module, plug-in unit enquiry module, the present invention is first according to the standard interface of control, provide one to be connected with the communication of described control the interface protocol being consistent with event response, then in accordance with described interface protocol, provide at least one to there is the plug-in unit of outside custom feature, in described control, safeguard and have a plug-in unit chain, when application program launching, by control, call described interface protocol, described plug-in unit is loaded in plug-in unit chain.This documents and the application have part similar, make user in secondary development process, can need the new function that loads and use original control not have according to self, but both login mechanisms are different.
In documents 2, use the mode of plug-in unit chain to load each plug-in unit, this just needs independent maintenance plug-in unit chain, and during operation, program also needs first plug-in unit to be loaded in plug-in unit chain; And the present invention utilizes the reflex mechanism of operation container, plug-in unit can depart from plug-in unit chain independent registrations, directly in container, reflects call during operation according to plug-in registration address, has reduced intermediate link, has improved efficiency; In addition, at plug-in registration maintenance phase, the invention provides registration/counter and register, enable/forbid, show the plug-in registration functions such as plugin information, plug-in unit parameter configuration, make login mechanism more flexible, extend type is more various.
Because above-mentioned reason, the inventor of the present patent application is through continuous experimental study, on the basis of existing technology, through improving, finally develops a kind of loose coupling of the present invention, flexible, healthy and strong Function Extension mechanism.
Summary of the invention
For solving the defect of above-mentioned prior art, the object of the present invention is to provide a kind of loose coupling, flexible, healthy and strong, by the device and method of plug-in extension management information system function.
For achieving the above object, the technical solution used in the present invention is as follows:
By a device for plug-in extension management information system function, this device comprises:
Main program module 1, comprises main business function, and the interface with plug-in unit is provided, and makes the external plug-in that meets interface carry out exchanges data by certain rule, thereby has Function Extension function;
Plug-in services module 2, this module comprises again plug-in registration module 21 and interface definition module 22, plug-in registration module 21, for registering the plug-in unit that joins system operation logic with managerial demand, can dynamically change system operation logic by increase and decrease plug-in unit, the modes such as plug-in registration order, adjustment plug-in unit parameter that change, described plug-in unit is part independently, can independently develop, test and increase and decrease, thereby realize the expansion of software function and update, interface definition module 22, for the module that each card i/f is defined;
Function expanding module 3, comprises one or more plug-in units of realizing partial function;
While carrying out Function Extension, in interface definition module 22, arrange interface protocol and interface method between main program module 1 and function expanding module 3; The open support of calling to defined interface in main program module 1; In function expanding module 3, realize one or more feature cards that meet interface definition; Need to add the plug-in unit of master routine operation logic to register and manage by plug-in registration module 21; In master routine when operation, can automatically load chartered and meet the plug-in unit of interface definition, completes the expansion of function.
The described device that passes through plug-in extension management information system function, comprises following practical function module at described main program module 1:
Realize main business functional module;
Interface support module with plug-in unit is provided;
Reflect plug-in unit and realize class complete call, make the external plug-in that meets interface carry out data exchange module by certain rule.
The described device that passes through plug-in extension management information system function, comprises the following service module that provides in described plug-in services module 2:
Definition card i/f module;
Plug-in registration administrative mechanism module is provided.
The described device that passes through plug-in extension management information system function, comprises following practical function module at described function expanding module 3:
Realize card i/f module;
Realize business function module.
The described device that passes through plug-in extension management information system function, described function expanding module 3 is parts independently, can independently develop, tests and increase and decrease, thereby realize the expansion of software function and update; Correspond to the relation of system standard function and customer personalized expanded function, in main program module 1, reserved card i/f, makes main program module 1 become the container of plug-in unit; When function expanding module 3 carries out Function Extension, realize pin function and complete registration in plug-in services module 2, just can make expansion function loose coupling join in the operation logic of system and go.
The described device that passes through plug-in extension management information system function is mainly divided into following functions module in described plug-in registration module 21:
Registration/anti-registered plug-ins module: plug-in unit must be able to be registered before use in master routine, only has after plug-in registration success, and master routine could correctly find this plug-in unit path, and according to configuration parameter to its initialization; Also want can be to anti-registration of registered but unwanted plug-in unit for master routine in addition, thereby makes it not be re-used as a part for programmed logic;
Enable/forbid card module: master routine can, according to user's request, carry out disable function to plug-in unit registered but that temporarily do not enable;
Show plugin information module: plug-in unit generally derives from project, in plug-in unit, want to provide the information such as pin function, the affiliated project of plug-in unit, plug-in unit author, be convenient to management;
Plug-in unit parameter configuration module: in order to guarantee the dirigibility to a certain degree of plug-in unit, plug-in unit, except can the routing information of registration itself, also needs to register execution sequence, executive condition, external parameter etc.
A kind of by the method for plug-in extension management information system function, described plug-in extension management information system has the Function Extension mechanism of loose coupling, during operation, according to plug-in registration address, directly in container, reflect and call, when carrying out Function Extension, in interface definition module 22, arrange interface protocol and interface method between main program module 1 and function expanding module 3; The open support of calling to defined interface in main program module 1; In function expanding module 3, realize one or more feature cards that meet interface definition; Need to add the plug-in unit of master routine operation logic to register and manage by plug-in registration module 21; In master routine when operation, can automatically load chartered and meet the plug-in unit of interface definition, completes the expansion of function.
The described method of passing through plug-in extension management information system function, at plug-in registration maintenance phase, the dynamic management realizing plug-in unit by plug-in registration module 21, can register at any time plug-in unit/instead register, enable/forbid, the operation such as parameter modification, thereby dynamically controlling expanded function adds, do not add, how to add; Simultaneously can self-defined new interface by interface definition module 22, and under new interface, realize new plug-in unit; The operation of master routine does not rely on plug-in unit, and Function Extension and main logic are loose couplings.
Use beneficial effect of the present invention to be: the present invention, on the basis of standard management infosystem, by Plugin Mechanism expanding system function, and realizes the loose coupling of expanded function and standard feature, improves dirigibility and the independence of customization exploitation.The present invention can reduce the degree of coupling between infosystem expanded function and standard feature effectively, has also increased the extensibility of infosystem itself; Standard feature is by after plug-in registration, card i/f definition, and the expanded function realizing in plug-in unit mode can be added at an easy rate and extract, and is convenient to test, is also convenient to control routine risk; The present invention has applicability widely, can be according to the plug-in unitization mechanism of the open different levels of customer demand, and the dirigibility of improved system, reduces the difficulty that customization is developed.
Accompanying drawing explanation
Fig. 1 is the principle schematic of former master routine implementation;
Fig. 2 transforms the implementation principle schematic of rear Function Extension by plug-in unit mode;
Fig. 3 be in embodiment to transform the implementation principle schematic of rear Function Extension by plug-in unit mode:
Fig. 4 is the concrete enforcement schematic diagram of plug-in extension mechanism in workflow processing.
Embodiment
Below embodiments of the invention are elaborated, the present embodiment is implemented take technical solution of the present invention under prerequisite, provided detailed embodiment and concrete operating process, but protection scope of the present invention is not limited to following embodiment.
General, for plug-in type developing principle, in simple terms, plug-in type exploitation refers to and can divide by the summation function that needs software in the design at software and R&D process, makes program be divided into two major parts: master routine and plug-in unit; Master routine: comprise main business function, and the interface with plug-in unit is provided, make the external plug-in that meets interface carry out exchanges data by certain rule, thereby there is Function Extension function; Plug-in unit: an assembly of realizing partial function, can or revise the function that plug-in unit built-in function is adjusted software by increase and decrease plug-in unit.Plug-in unit is part independently, can independently develop, tests and increase and decrease, thereby realize the expansion of software function and update; Correspond to the relation of system standard function and customer personalized expanded function, at the reserved card i/f of standard feature layer, make standard feature layer become the container of plug-in unit; During Function Extension, realize pin function registration, just can make the function loose coupling expanded and join to go in the operation logic of system.
Explanation around here: coupling is the complementary degree of finger assembly.In software development process, tight coupling can make program flexibility be restricted conventionally, brings the problem of Function Extension, code revision, application flexibility aspect; And loose coupling makes the various piece of program keep relative independence, be convenient to replace and expansion, to system applies, bring extendible space.
As shown in Figure 1, the implementation of former master routine 1 comprises three steps: master routine starts 11, and the function of tonic chord carries out 12, and master routine finishes 13.Carrying out Function Extension can only modify to function of tonic chord program, and coupling is stronger, has lost the independence of the function of tonic chord.
After transforming by plug-in unit mode, the implementation of Function Extension: as shown in Figure 2, main program module 1, comprise main business function, and the interface with plug-in unit is provided, makes the external plug-in that meets interface carry out exchanges data by certain rule, thereby there is Function Extension function; Plug-in services module 2, this module comprises again plug-in registration module 21 and interface definition module 22, plug-in registration module 21, for registering the plug-in unit that joins system operation logic with managerial demand, can dynamically change system operation logic by increase and decrease plug-in unit, the modes such as plug-in registration order, adjustment plug-in unit parameter that change, described plug-in unit is part independently, can independently develop, test and increase and decrease, thereby realize the expansion of software function and update, interface definition module 22, for the module that each card i/f is defined; Function expanding module 3, comprises one or more plug-in units of realizing partial function; While carrying out Function Extension, in interface definition module 22, arrange interface protocol and interface method between main program module 1 and function expanding module 3; The open support of calling to defined interface in main program module 1; In function expanding module 3, realize one or more feature cards that meet interface definition; Need to add the plug-in unit of master routine operation logic to register and manage by plug-in registration module 21; In master routine when operation, can automatically load chartered and meet the plug-in unit of interface definition, completes the expansion of function.
At described main program module 1, comprise following practical function module: realize main business functional module; Interface support module with plug-in unit is provided; Reflect plug-in unit and realize class complete call, make the external plug-in that meets interface carry out data exchange module by certain rule.
In described plug-in services module 2, comprise the following service module that provides: definition card i/f module; Plug-in registration administrative mechanism module is provided.
At described function expanding module 3, comprise following practical function module: realize card i/f module; Realize business function module.Described function expanding module 3 is parts independently, can independently develop, tests and increase and decrease, thereby realize the expansion of software function and update; Correspond to the relation of system standard function and customer personalized expanded function, in main program module 1, reserved card i/f, makes main program module 1 become the container of plug-in unit; When function expanding module 3 carries out Function Extension, realize pin function and complete registration in plug-in services module 2, just can make expansion function loose coupling join in the operation logic of system and go.
For the management of plug-in unit, when adopting plug-in type exploitation, the design of plug-in services layer is wanted to realize to provide management to its corresponding plug-in unit, and in plug-in services layer, the management function of plug-in unit mainly realizes the function of following 4 aspects:
1, registration/anti-registered plug-ins: plug-in unit must be able to be registered before use in master routine.Only have after plug-in registration success, master routine could correctly find this plug-in unit path, and according to configuration parameter to its initialization; Also want can be to anti-registration of registered but unwanted plug-in unit for master routine in addition, thereby makes it not be re-used as a part for programmed logic;
2, enable/forbid plug-in unit: master routine can, according to user's request, carry out disable function to plug-in unit registered but that temporarily do not enable;
3, show plugin information: plug-in unit generally derives from project, in plug-in unit, want to provide the information such as pin function, the affiliated project of plug-in unit, plug-in unit author, be convenient to management;
4, plug-in unit parameter configuration: in order to guarantee the dirigibility to a certain degree of plug-in unit, plug-in unit, except can the routing information of registration itself, also needs to register execution sequence, executive condition, external parameter etc.
A kind of by the method for plug-in extension management information system function, described plug-in extension management information system has the Function Extension mechanism of loose coupling, during operation, according to plug-in registration address, directly in container, reflect and call, when carrying out Function Extension, in interface definition module 22, arrange interface protocol and interface method between main program module 1 and function expanding module 3; The open support of calling to defined interface in main program module 1; In function expanding module 3, realize one or more feature cards that meet interface definition; Need to add the plug-in unit of master routine operation logic to register and manage by plug-in registration module 21; In master routine when operation, can automatically load chartered and meet the plug-in unit of interface definition, completes the expansion of function.
At plug-in registration maintenance phase, by plug-in registration module 21, realize the dynamic management to plug-in unit, can register at any time plug-in unit/instead register, enable/forbid, the operation such as parameter modification, thereby dynamically controlling expanded function adds, do not add, how to add; Simultaneously can self-defined new interface by interface definition module 22, and under new interface, realize new plug-in unit; The operation of master routine does not rely on plug-in unit, and Function Extension and main logic are loose couplings.
For the scope of application of plug-in type exploitation, mainly for business object, business operation and the workflow of Business Logic, plug-in type development scheme has good applicability.
Below just to take the Plugin Mechanism of business object and business operation be example, plug-in extension method is described below:
1, definition business object source+action type, as the event source that triggers plug-in unit;
2, registered plug-ins on event source; As shown in table 1:
Business object Operate coding Associated plug-in Plug-in unit execution sequence
PART BEFORE_INSERT plm.plugin.plugin1 1
PART BEFORE_INSERT plm.plugin.plugin2 2
PART AFTER_INSERT plm.plugin.plugin3 1
Table 1
3, according to business demand, realize pin function;
4, in the function of tonic chord that needs expansion plugin function, increase the loading of plug-in unit and reflection are called, by plug-in unit order, carry out pin function; As shown in Figure 3, in plug-in registration district, interface is installed, user can be connected plug-in unit 1 or plug-in unit 2 with interface.
In addition, this developing plug method is same applicable to mechanism such as workflows, and its method step is as follows:
1, in workflow engine, increase the loading of plug-in unit before and after node and call support;
2, according to the Interface realization plug-in unit of definition;
3, by plug-in registration to the relevant position of workflow node (node enter before/after node leaves); As shown in Figure 4, when method starts to carry out, first by organizer, to flow process plug-in unit succedaneums such as Design Supervisor, technique supervisors, submit request to, flow process plug-in unit succedaneum likely agrees to, rejects or this request of cancelling, if reject request, gets back to original state; If cancel request, program directly finishes; If agreed to request, workflow card shows visioning procedure plug-in unit agency, agrees to this workflow to carry out plug-in unit introducing;
4, for the method by workflow engine triggering plug-in unit in step 3, carry out; The explanation of its each node is as shown in table 2;
Diagram Board number Corresponding plug-in unit numbering Parameter Effect
1 Plugin005 check Check state is adjourned on road
2 Plugin005 Reject: start If Route Selection can be rejected, start state is adjourned on road
3 Plugin005 Cancel: cancel If Route Selection calcellation, cancel state is adjourned on road
4 Plugin005 Agree to: accept If Route Selection agreement, publish state is adjourned on road
5 LGPlugin001 ? Workflow card shows establishment ecrButton
Table 2
More than explanation is just illustrative for the purpose of the present invention; and nonrestrictive, those of ordinary skills understand, in the situation that do not depart from the spirit and scope that claim limits; can make many modifications, variation or equivalence, but within all will falling into protection scope of the present invention.

Claims (8)

1. by a device for plug-in extension management information system function, it is characterized in that, this device comprises:
Main program module (1), comprises main business function, and the interface with plug-in unit is provided, and makes the external plug-in that meets interface carry out exchanges data by certain rule, thereby has Function Extension function;
Plug-in services module (2), this module comprises again plug-in registration module (21) and interface definition module (22), plug-in registration module (21), for registering the plug-in unit that joins system operation logic with managerial demand, can be by increase and decrease plug-in unit, change plug-in registration order, adjust the modes such as plug-in unit parameter and dynamically change system operation logic, described plug-in unit is part independently, can independently develop, test and increase and decrease, thereby realize the expansion of software function and update, interface definition module (22), for the module that each card i/f is defined,
Function expanding module (3), comprises one or more plug-in units of realizing partial function;
While carrying out Function Extension, interface protocol and interface method in interface definition module (22) between agreement main program module (1) and function expanding module (3); The open support of calling to defined interface in main program module (1); In function expanding module (3), realize one or more feature cards that meet interface definition; Need to add the plug-in unit of master routine operation logic to register and manage by plug-in registration module (21); In master routine when operation, can automatically load chartered and meet the plug-in unit of interface definition, completes the expansion of function.
2. the device of plug-in extension management information system function that passes through according to claim 1, is characterized in that, at described main program module (1), comprises following practical function module:
Realize main business functional module;
Interface support module with plug-in unit is provided;
Reflect plug-in unit and realize class complete call, make the external plug-in that meets interface carry out data exchange module by certain rule.
3. the device of plug-in extension management information system function that passes through according to claim 1, is characterized in that, in described plug-in services module (2), comprises the following service module that provides:
Definition card i/f module;
Plug-in registration administrative mechanism module is provided.
4. the device of plug-in extension management information system function that passes through according to claim 1, is characterized in that, at described function expanding module (3), comprises following practical function module:
Realize card i/f module;
Realize business function module.
5. according to claim 1 by the device of plug-in extension management information system function, it is characterized in that, described function expanding module (3) is part independently, can independently develop, tests and increase and decrease, thereby realize the expansion of software function and update; Correspond to the relation of system standard function and customer personalized expanded function, in main program module (1), reserved card i/f, makes main program module (1) become the container of plug-in unit; When function expanding module (3) carries out Function Extension, realize pin function and complete registration in plug-in services module (2), just can make expansion function loose coupling join in the operation logic of system and go.
6. the device of plug-in extension management information system function that passes through according to claim 1, is characterized in that, is mainly divided into following functions module in described plug-in registration module (21):
Registration/anti-registered plug-ins module: plug-in unit must be able to be registered before use in master routine, only has after plug-in registration success, and master routine could correctly find this plug-in unit path, and according to configuration parameter to its initialization; Also want can be to anti-registration of registered but unwanted plug-in unit for master routine in addition, thereby makes it not be re-used as a part for programmed logic;
Enable/forbid card module: master routine can, according to user's request, carry out disable function to plug-in unit registered but that temporarily do not enable;
Show plugin information module: plug-in unit generally derives from project, in plug-in unit, want to provide the information such as pin function, the affiliated project of plug-in unit, plug-in unit author, be convenient to management;
Plug-in unit parameter configuration module: in order to guarantee the dirigibility to a certain degree of plug-in unit, plug-in unit, except can the routing information of registration itself, also needs to register execution sequence, executive condition, external parameter etc.
7. one kind is passed through the method for plug-in extension management information system function, it is characterized in that: described plug-in extension management information system has the Function Extension mechanism of loose coupling, during operation, according to plug-in registration address, directly in container, reflect and call, when carrying out Function Extension, interface protocol and interface method in interface definition module (22) between agreement main program module (1) and function expanding module (3); The open support of calling to defined interface in main program module (1); In function expanding module (3), realize one or more feature cards that meet interface definition; Need to add the plug-in unit of master routine operation logic to register and manage by plug-in registration module (21); In master routine when operation, can automatically load chartered and meet the plug-in unit of interface definition, completes the expansion of function.
8. according to claim 7 by the method for plug-in extension management information system function, it is characterized in that: at plug-in registration maintenance phase, by plug-in registration module (21), realize the dynamic management to plug-in unit, can register at any time plug-in unit/instead register, enable/forbid, the operation such as parameter modification, thereby dynamically controlling expanded function adds, do not add, how to add; Simultaneously can self-defined new interface by interface definition module (22), and under new interface, realize new plug-in unit; The operation of master routine does not rely on plug-in unit, and Function Extension and main logic are loose couplings.
CN201310701632.6A 2013-12-18 2013-12-18 Method for extending functions of management information system through plugins Pending CN103645919A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310701632.6A CN103645919A (en) 2013-12-18 2013-12-18 Method for extending functions of management information system through plugins

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310701632.6A CN103645919A (en) 2013-12-18 2013-12-18 Method for extending functions of management information system through plugins

Publications (1)

Publication Number Publication Date
CN103645919A true CN103645919A (en) 2014-03-19

Family

ID=50251142

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310701632.6A Pending CN103645919A (en) 2013-12-18 2013-12-18 Method for extending functions of management information system through plugins

Country Status (1)

Country Link
CN (1) CN103645919A (en)

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103927244A (en) * 2014-04-15 2014-07-16 南威软件股份有限公司 Plug-in scheduling process monitoring method implemented based on dynamic proxy
CN105183458A (en) * 2015-08-14 2015-12-23 深圳联友科技有限公司 Software platform development method and apparatus
CN105487850A (en) * 2015-06-19 2016-04-13 哈尔滨安天科技股份有限公司 Fully automatic module integration system and method based on component factory
CN105760160A (en) * 2016-02-04 2016-07-13 百度在线网络技术(北京)有限公司 Method, device and system for adding cards from plugins
CN105808261A (en) * 2016-03-11 2016-07-27 易族智汇(北京)科技有限公司 Event driving-based component method
CN106126299A (en) * 2016-06-30 2016-11-16 百度在线网络技术(北京)有限公司 The processing method and processing device of business plug-in unit
CN106406930A (en) * 2016-08-25 2017-02-15 苏州蓝海彤翔系统科技有限公司 Plug-in system
CN106557395A (en) * 2015-09-25 2017-04-05 云智慧(北京)科技有限公司 Application performance monitoring management method, system and application method of system
CN106648563A (en) * 2015-10-30 2017-05-10 阿里巴巴集团控股有限公司 Method and device for dependence decoupling processing of shared module in application program
CN107133040A (en) * 2017-05-02 2017-09-05 山东浪潮通软信息科技有限公司 A kind of standardized product service apparatus and business module extend method of replacing
CN107479869A (en) * 2017-06-28 2017-12-15 中国建设银行股份有限公司 Realize the method and system of Function Extension
CN107632859A (en) * 2017-09-30 2018-01-26 江西洪都航空工业集团有限责任公司 A kind of robot pattern development plug-in type framework
CN107870787A (en) * 2016-09-26 2018-04-03 平安科技(深圳)有限公司 Application plug loading method and system
CN107885543A (en) * 2017-10-19 2018-04-06 珠海格力电器股份有限公司 The function management method, apparatus and intelligent terminal of a kind of application program
CN107908403A (en) * 2017-11-10 2018-04-13 北京搜狐新动力信息技术有限公司 A kind of collocation method and system of the modularization of mobile terminal business module
CN107908397A (en) * 2017-10-09 2018-04-13 上海壹账通金融科技有限公司 The method for building up and application server of software frame based on IOS systems
CN107911401A (en) * 2017-08-04 2018-04-13 上海壹账通金融科技有限公司 Application plug-in expansion function methods and application server
CN108304219A (en) * 2016-09-18 2018-07-20 广东电网有限责任公司佛山供电局 Secondary developing platform and method
CN108446141A (en) * 2018-02-28 2018-08-24 武汉智博创享科技股份有限公司 A kind of web front end plug-in unit and the method for being scheduled and communicating based on web front end plug-in unit
CN109614167A (en) * 2018-12-07 2019-04-12 杭州数澜科技有限公司 A kind of method and system managing plug-in unit
CN109861998A (en) * 2019-01-21 2019-06-07 成都新橙北斗智联有限公司 A kind of plug-in type dynamic analysis system and method based on Big Dipper short message agreement
CN109918151A (en) * 2019-03-14 2019-06-21 佳都新太科技股份有限公司 Workflow implementing method, device, equipment and storage medium
CN110633098A (en) * 2019-08-20 2019-12-31 华能四川水电有限公司 Realization mode of modularized service
CN110928821A (en) * 2019-11-08 2020-03-27 天津众达智腾科技有限公司 System function extension subassembly
CN110990082A (en) * 2019-12-19 2020-04-10 政采云有限公司 Service data processing method and related device
CN111200648A (en) * 2019-12-30 2020-05-26 瑞庭网络技术(上海)有限公司 Service calling method, device, terminal equipment and storage medium
CN111381741A (en) * 2020-03-05 2020-07-07 山东浪潮通软信息科技有限公司 Toolbar plug-in method, device and system
CN111580892A (en) * 2019-02-19 2020-08-25 杭州海康威视系统技术有限公司 Method, device, terminal and storage medium for calling service component
CN112748947A (en) * 2019-10-31 2021-05-04 北京国双科技有限公司 System configuration method and device, storage medium and electronic equipment
CN112783604A (en) * 2021-01-27 2021-05-11 上海碳泽信息科技有限公司 PaaS-based application scheduling and workflow arrangement method and system
CN113805965A (en) * 2021-09-11 2021-12-17 济南浪潮数据技术有限公司 Method, device and equipment for installing external plug-in and readable medium
CN115562759A (en) * 2022-11-11 2023-01-03 广州嘉为科技有限公司 System function expanding method and device and storage medium
CN117539508A (en) * 2023-11-20 2024-02-09 和创(北京)科技股份有限公司 Method, system and device for realizing service expansion function

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1924800A (en) * 2005-09-02 2007-03-07 北京灵图软件技术有限公司 Control-based insert management system and method for secondary development platform
CN101303650A (en) * 2008-07-09 2008-11-12 腾讯科技(深圳)有限公司 Method and system for extending function of software platform
US20120159145A1 (en) * 2010-12-17 2012-06-21 Oracle International Corporation Plug-in system for software applications
CN103164239A (en) * 2012-12-11 2013-06-19 广东电网公司电力科学研究院 Plug-in implement method based on micro network visual platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1924800A (en) * 2005-09-02 2007-03-07 北京灵图软件技术有限公司 Control-based insert management system and method for secondary development platform
CN101303650A (en) * 2008-07-09 2008-11-12 腾讯科技(深圳)有限公司 Method and system for extending function of software platform
US20120159145A1 (en) * 2010-12-17 2012-06-21 Oracle International Corporation Plug-in system for software applications
CN103164239A (en) * 2012-12-11 2013-06-19 广东电网公司电力科学研究院 Plug-in implement method based on micro network visual platform

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
史纪强等: "基于插件技术的企业应用集成架构研究", 《计算机与应用化学》 *
郑立: "基于Sketchup平台的快速建模插件研究与实现", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》 *

Cited By (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103927244A (en) * 2014-04-15 2014-07-16 南威软件股份有限公司 Plug-in scheduling process monitoring method implemented based on dynamic proxy
CN103927244B (en) * 2014-04-15 2017-06-06 南威软件股份有限公司 A kind of method of the plug-in unit scheduling process monitoring realized based on dynamic proxy
CN105487850A (en) * 2015-06-19 2016-04-13 哈尔滨安天科技股份有限公司 Fully automatic module integration system and method based on component factory
CN105183458A (en) * 2015-08-14 2015-12-23 深圳联友科技有限公司 Software platform development method and apparatus
CN106557395A (en) * 2015-09-25 2017-04-05 云智慧(北京)科技有限公司 Application performance monitoring management method, system and application method of system
CN106557395B (en) * 2015-09-25 2021-05-11 云智慧(北京)科技有限公司 Application performance monitoring management method, system and application method of system
CN106648563A (en) * 2015-10-30 2017-05-10 阿里巴巴集团控股有限公司 Method and device for dependence decoupling processing of shared module in application program
CN105760160A (en) * 2016-02-04 2016-07-13 百度在线网络技术(北京)有限公司 Method, device and system for adding cards from plugins
CN105760160B (en) * 2016-02-04 2020-03-03 百度在线网络技术(北京)有限公司 Method, device and system for adding cards from plug-in
CN105808261A (en) * 2016-03-11 2016-07-27 易族智汇(北京)科技有限公司 Event driving-based component method
CN105808261B (en) * 2016-03-11 2019-01-25 易族智汇(北京)科技有限公司 One kind being based on event driven assembly method
CN106126299A (en) * 2016-06-30 2016-11-16 百度在线网络技术(北京)有限公司 The processing method and processing device of business plug-in unit
CN106406930A (en) * 2016-08-25 2017-02-15 苏州蓝海彤翔系统科技有限公司 Plug-in system
CN108304219A (en) * 2016-09-18 2018-07-20 广东电网有限责任公司佛山供电局 Secondary developing platform and method
CN108304219B (en) * 2016-09-18 2021-03-30 广东电网有限责任公司佛山供电局 Secondary development platform and method
CN107870787A (en) * 2016-09-26 2018-04-03 平安科技(深圳)有限公司 Application plug loading method and system
CN107870787B (en) * 2016-09-26 2021-04-27 平安科技(深圳)有限公司 Application program plug-in loading method and system
CN107133040A (en) * 2017-05-02 2017-09-05 山东浪潮通软信息科技有限公司 A kind of standardized product service apparatus and business module extend method of replacing
CN107479869A (en) * 2017-06-28 2017-12-15 中国建设银行股份有限公司 Realize the method and system of Function Extension
CN107911401A (en) * 2017-08-04 2018-04-13 上海壹账通金融科技有限公司 Application plug-in expansion function methods and application server
CN107632859A (en) * 2017-09-30 2018-01-26 江西洪都航空工业集团有限责任公司 A kind of robot pattern development plug-in type framework
CN107908397A (en) * 2017-10-09 2018-04-13 上海壹账通金融科技有限公司 The method for building up and application server of software frame based on IOS systems
CN107885543B (en) * 2017-10-19 2020-10-02 珠海格力电器股份有限公司 Function management method and device of application program and intelligent terminal
CN107885543A (en) * 2017-10-19 2018-04-06 珠海格力电器股份有限公司 The function management method, apparatus and intelligent terminal of a kind of application program
CN107908403A (en) * 2017-11-10 2018-04-13 北京搜狐新动力信息技术有限公司 A kind of collocation method and system of the modularization of mobile terminal business module
CN108446141A (en) * 2018-02-28 2018-08-24 武汉智博创享科技股份有限公司 A kind of web front end plug-in unit and the method for being scheduled and communicating based on web front end plug-in unit
CN109614167B (en) * 2018-12-07 2023-10-20 杭州数澜科技有限公司 Method and system for managing plug-ins
CN109614167A (en) * 2018-12-07 2019-04-12 杭州数澜科技有限公司 A kind of method and system managing plug-in unit
CN109861998B (en) * 2019-01-21 2021-06-11 成都新橙北斗智联有限公司 Plug-in type dynamic analysis system and method based on Beidou short message protocol
CN109861998A (en) * 2019-01-21 2019-06-07 成都新橙北斗智联有限公司 A kind of plug-in type dynamic analysis system and method based on Big Dipper short message agreement
CN111580892B (en) * 2019-02-19 2023-09-19 杭州海康威视系统技术有限公司 Method, device, terminal and storage medium for calling service components
CN111580892A (en) * 2019-02-19 2020-08-25 杭州海康威视系统技术有限公司 Method, device, terminal and storage medium for calling service component
CN109918151A (en) * 2019-03-14 2019-06-21 佳都新太科技股份有限公司 Workflow implementing method, device, equipment and storage medium
CN110633098B (en) * 2019-08-20 2023-11-14 华能四川水电有限公司 Implementation mode of componentized service
CN110633098A (en) * 2019-08-20 2019-12-31 华能四川水电有限公司 Realization mode of modularized service
CN112748947A (en) * 2019-10-31 2021-05-04 北京国双科技有限公司 System configuration method and device, storage medium and electronic equipment
CN110928821A (en) * 2019-11-08 2020-03-27 天津众达智腾科技有限公司 System function extension subassembly
CN110990082A (en) * 2019-12-19 2020-04-10 政采云有限公司 Service data processing method and related device
CN111200648B (en) * 2019-12-30 2021-05-11 瑞庭网络技术(上海)有限公司 Service calling method, device, terminal equipment and storage medium
CN111200648A (en) * 2019-12-30 2020-05-26 瑞庭网络技术(上海)有限公司 Service calling method, device, terminal equipment and storage medium
CN111381741A (en) * 2020-03-05 2020-07-07 山东浪潮通软信息科技有限公司 Toolbar plug-in method, device and system
CN112783604A (en) * 2021-01-27 2021-05-11 上海碳泽信息科技有限公司 PaaS-based application scheduling and workflow arrangement method and system
CN113805965A (en) * 2021-09-11 2021-12-17 济南浪潮数据技术有限公司 Method, device and equipment for installing external plug-in and readable medium
CN113805965B (en) * 2021-09-11 2023-12-29 济南浪潮数据技术有限公司 Method, device, equipment and readable medium for installing external plug-in
CN115562759A (en) * 2022-11-11 2023-01-03 广州嘉为科技有限公司 System function expanding method and device and storage medium
CN115562759B (en) * 2022-11-11 2023-06-30 广州嘉为科技有限公司 System function expanding method, device and storage medium
CN117539508A (en) * 2023-11-20 2024-02-09 和创(北京)科技股份有限公司 Method, system and device for realizing service expansion function

Similar Documents

Publication Publication Date Title
CN103645919A (en) Method for extending functions of management information system through plugins
CN109087004B (en) Public workflow engine system based on domain model
US9020881B2 (en) Public solution model in an enterprise service architecture
Eklund et al. Architecture for embedded open software ecosystems
CN110334525B (en) Block chain based multi-layer alliance type account management system and method
CN109783581A (en) Right management method, device, electronic equipment and storage medium
US20120151443A1 (en) Globally sound and consistent configuration management for distributed datacenter components
CN104216912A (en) Method and device for achieving non-intrusive service form workflow
CN103297381A (en) Service access method based on plugin and system thereof
CA3161753A1 (en) Blockchain-smart-contract debugging and releasing method and system thereof
CN109241514A (en) Data automatically imported method, device, computer equipment and storage medium
CN108876619A (en) Processing method, device, equipment and medium based on block chain intelligence contract
CN107871050B (en) Data-oriented and object-oriented hybrid modeling method and storage medium
CN102087594A (en) Management method and device for extension point and plugins
CN110858160B (en) Resource scheduling method and device, storage medium and processor
Belnap et al. New foundations for branching space-times
CN109710235A (en) A kind of affairs realization system and method based on Java intelligence contract service logic
US7739660B2 (en) Code management in a distributed software development environment
Gómez-Rúa et al. A monotonic and merge-proof rule in minimum cost spanning tree situations
CN109840074A (en) A kind of business generating method, device and the network equipment
CN109960538A (en) A kind of configuration interface management method, configuration interface managing device and electronic equipment
Moldt et al. Object oriented petri nets in business process modeling
CN110209732A (en) Method of data synchronization and device of the relevant database to Hadoop database
CN106933560A (en) A kind of automatic coding and device
EP3394745B1 (en) Semantic weaving of configuration fragments into a consistent configuration

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100094 Beijing city Haidian District North Road No. 68, UFIDA Software Park

Applicant after: Yonyou Network Technology Co., Ltd.

Address before: 100094 Beijing city Haidian District North Road No. 68, UFIDA Software Park

Applicant before: UFIDA Software Co., Ltd.

COR Change of bibliographic data
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140319