CN101699405A - Method and device for interaction between host program and plug-in and interaction between plug-ins - Google Patents
Method and device for interaction between host program and plug-in and interaction between plug-ins Download PDFInfo
- Publication number
- CN101699405A CN101699405A CN200910236562A CN200910236562A CN101699405A CN 101699405 A CN101699405 A CN 101699405A CN 200910236562 A CN200910236562 A CN 200910236562A CN 200910236562 A CN200910236562 A CN 200910236562A CN 101699405 A CN101699405 A CN 101699405A
- Authority
- CN
- China
- Prior art keywords
- plug
- host program
- interface entity
- host
- module
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 59
- 230000003993 interaction Effects 0.000 title claims abstract description 39
- 230000008569 process Effects 0.000 claims abstract description 16
- 230000002452 interceptive effect Effects 0.000 claims description 27
- 238000010586 diagram Methods 0.000 description 2
- 230000002457 bidirectional effect Effects 0.000 description 1
- 238000013144 data compression Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The invention discloses a method for the interaction between a host program and a plug-in and the interaction between plug-ins, which sets a common protocol for the interaction between the host program and the plug-in. The method also comprises the following steps: a host interface entity is created on the basis of the common protocol after the host program is started; in the process that the host program loads the plug-in, the plug-in generates a plug-in interface entity based on the set common protocol, the host program saves the generated plug-in interface entity, and the plug-in saves the host interface entity created by the host program; and the host program and the plug-in complete the interaction operation by saving the interface entity of the counterpart. The invention also discloses a device for the interaction between a host program and a plug-in and the interaction between plug-ins, which can realize the two-way interaction between the host program and the plug-in and the two-way interaction between the plug-ins.
Description
Technical Field
The invention relates to a plug-in interaction technology in an application program, in particular to a method and a device for interaction among a host program, a plug-in and a plug-in.
Background
The traditional application program is composed of main executable program, configuration file, data file, picture and other information, and some specific functions are loaded in the application program according to the requirements, such as: a dynamic link library for codec function, data compression function, etc. With the development of programming technology, modules with specific functions in application programs are generally implemented by plug-in means, such as a sound decoding plug-in Winamp, and the like. However, the existing insert technology has the following defects:
1) because the interaction between the host program and the plug-in is completed by using the callback function, the interaction between the host program and the plug-in is unidirectional, namely: only the host program can call the plug-in, and the plug-in cannot call the host program; here, the host program refers to an application program;
2) the host program and the plug-in cannot interact through manual selection, namely: interaction between the host program and the plug-in is carried out in the application program, and a user cannot select required plug-in functions on a visual interface;
3) the plug-ins can only be called by the host program, and mutual calling between the plug-ins cannot be realized.
Disclosure of Invention
In view of the above, the main objective of the present invention is to provide a method and an apparatus for performing interaction between a host program and plug-in and between plug-ins, which can implement bidirectional interaction between the host program and plug-ins and between plug-ins.
In order to achieve the purpose, the technical scheme of the invention is realized as follows:
the invention provides a method for interaction between a host program and a plug-in as well as the plug-in, which sets a common protocol for interaction between the host program and the plug-in; the method further comprises the following steps:
after the host program is started, a host interface entity is established according to the common protocol;
in the process of loading the plug-in by the host program, the plug-in generates a plug-in interface entity based on the common protocol, the host program stores the generated plug-in interface entity, and the plug-in stores the host interface entity created by the host program;
the host program and the plug-in complete interactive operation through the respectively saved interface entities of the other side.
Wherein the completing the interactive operation is: the host program and the plug-in execute the host program to call the plug-in through the respectively saved interface entity of the other side; the method specifically comprises the following steps:
the host program finds the plug-in through the stored plug-in identification, the host program transmits a calling request carrying the plug-in function ID of the plug-in to be called to the plug-in to be called through the interface entities of the host program and the plug-in to be called calls and runs the function corresponding to the plug-in function ID to execute the corresponding function.
Wherein the completing the interactive operation is: executing the first plug-in between the host program and the plug-in through the respectively saved interface entity of the other side to call the second plug-in; the method specifically comprises the following steps:
the first plug-in sends a call request to the host program to call the second plug-in, the host program finds the second plug-in through the stored plug-in identification, then the call request carrying the plug-in function ID of the second plug-in is transmitted to the second plug-in through the interface entities of both sides, and the second plug-in calls and runs the function to execute the corresponding function.
Wherein the completing the interactive operation is: the host program and the plug-in execute the plug-in to call the host program through the interface entity of the other side stored in the host program and the plug-in; the method specifically comprises the following steps:
the plug-in sends a call request to the host program to call the function in the host program, the host program finds the called module through the identification of the called module, then calls the function of the called module, and the called module runs the function to execute the corresponding function.
In the above solution, in the process of calling the plug-in by the host program, the method further includes:
the host program calls the information description method of the plug-in, the functional icon or the functional text description output by the plug-in is transmitted to the host program through the interface entities of the plug-in and the host program, and the host program adds the functional icon on the tool bar of the host program or adds the functional text description generation menu item into the menu.
The invention also provides a device for interaction between the host program and the plug-in, which comprises: the system comprises a setting module, an interface entity creation storage module and an operation module; wherein,
the setting module is used for setting a common protocol for interaction between the host program and the plug-in;
the interface entity creates a storage module, which is used for creating and storing a host interface entity and a plug-in interface entity according to a common protocol set by the setting module;
the running module is used for establishing a host interface entity stored by the storage module through the interface entity to complete the interactive operation with the host program; or the interface entity of the plug-in unit is used for creating the plug-in unit stored by the storage module through the interface entity to complete the interactive operation with the plug-in unit.
Wherein the interface entity creating a storage module further comprises: a host interface entity creates a storage module and a plug-in interface entity creates a storage module; wherein,
the host interface entity creating and storing module is used for creating a host interface entity according to a common protocol and transmitting the host interface entity to the plug-in interface entity creating and storing module and plug-in interface entity generated by the plug-in interface entity creating and storing module after a host program is started;
the plug-in interface entity creates a storage module, which is used for creating a plug-in interface entity based on a common protocol and transmitting the plug-in interface entity to the host interface entity to create a storage module, and storing the host interface entity created by the host interface entity and the storage module.
Wherein the operation module further comprises: a host program running module and a plug-in running module; wherein,
the host program running module is used for finishing interactive operation with the plug-in through the saved plug-in interface entity;
and the plug-in running module is used for finishing the interactive operation with the host program through the saved host interface entity.
When the host program running module calls the plug-in through the saved plug-in interface entity, the host program running module is further used for calling a plug-in self information description method, receiving a function icon or a function text description output by the plug-in running module, and adding the function icon to a toolbar of the host program or adding a function text description generation menu item to a menu;
correspondingly, the plug-in running module is further used for outputting the functional icon or the functional text description and transmitting the functional icon or the functional text description to the host program running module.
According to the method and the device for interaction among the host program, the plug-in and the plug-in, after the host program is started, a host interface entity is established according to a common protocol; in the process of loading the plug-in by the host program, the plug-in generates a plug-in interface entity based on the set common protocol, the host program saves the generated plug-in interface entity, and the plug-in saves the host interface entity created by the host program; the host program and the plug-in complete interactive operation through the respectively saved interface entities of the other side.
In the invention, because the shared protocol for interaction between the host program and the plug-in is set, and the shared protocol comprises the method for external calling of the host program and the plug-in and the self information description method, the host program and the plug-in can be mutually called through the interface entity of the other side stored by the host program and the plug-in, and simultaneously, the host program can be mutually called as a medium among different plug-ins.
Furthermore, the host program can call the information description method of the plug-in, add the plug-in function icon on the toolbar of the host program, or add the function text description generation menu item of the plug-in into the menu of the host program, so that the user can call the needed plug-in function in the interface of the host program.
Drawings
FIG. 1 is a schematic flow chart of a method for implementing interaction between a host program and plug-ins according to the present invention;
FIG. 2 is a schematic diagram of a device structure for interaction between a host program and plug-ins according to the present invention.
Detailed Description
The basic idea of the invention is: setting a common protocol for interaction between the host program and the plug-in; after a host program is started, a host interface entity is established according to a common protocol, in the process of loading a plug-in by the host program, the plug-in generates a plug-in interface entity according to the set common protocol, the host program saves the generated plug-in interface entity, and the plug-in saves the host interface entity established by the host program; the host program and the plug-in execute the interactive operation between the host program and the plug-in or between the plug-in and the plug-in through the respectively stored opposite interface entities.
Here, the interface entities that the host program and the plug-in respectively store the other party are specifically: the host program stores the plug-in interface entity, and the plug-in stores the host interface entity.
In the invention, the host interface entity and the plug-in interface entity can be pointers or references of the host interface entity and the plug-in interface entity and the like as the basis for information interaction.
The invention is described in further detail below with reference to the figures and the embodiments.
Fig. 1 is a schematic view of an implementation flow of a method for interaction between a host program and plug-ins and between plug-ins, as shown in fig. 1, the implementation flow includes the following steps:
step 101: setting a common protocol for interaction between the host program and the plug-in;
here, the method for setting the common protocol to include information interaction may include: the module is used for describing methods called externally and self information of the module, wherein the module can be a host program or a plug-in; in the method for the module to be externally called, the parameters for the module to be externally called may be: module ID, or identification string, module function ID, 32-bit data parameter of the module, such as data structure pointer, etc., the method for external calling of the module enables other modules, such as host programs or plug-ins, to call the module, such as plug-ins or host programs, through the above parameters; the module self information description method at least comprises the following steps: and if other modules, such as a host program or a plug-in, call the module, such as the plug-in or a host program self information description method, the module can output self corresponding information.
Step 102: after the host program is started, a host interface entity is established according to a common protocol;
here, the host program includes an output function for creating a host interface entity, the output function has input parameters of a common protocol type, and returns to the created host interface entity.
Step 103: in the process of loading the plug-in by the host program, the plug-in generates a plug-in interface entity based on the set common protocol, the host program saves the generated plug-in interface entity, and the plug-in saves the host interface entity created by the host program;
here, the host program stores plug-in information, such as a plug-in ID, a plug-in function ID, and data parameters corresponding to the plug-in, into the plug-in library during the process of loading the plug-in.
The host program calls the entity creating function of the plug-in by taking the host interface entity as a parameter, and stores the plug-in interface entity returned by the entity creating function in the plug-in library, and correspondingly, the plug-in also stores the host interface entity created by the host program. The entity creation function of the plug-in is similar to the creation of the host interface entity creation function in the host program.
The process of loading the plug-in is the prior art and is not detailed here; the plug-in library is located in the host program and used for storing the loaded plug-in information, and comprises the following steps: a plug-in interface entity, a plug-in ID, a plug-in function ID, etc.
In the present invention, the host interface entity and the plug-in interface entity are used for information interaction between the subsequent host program and the plug-in, and the interaction information may be: a calling request of the plug-in, plug-in information, a result of the plug-in executing the function, and the like.
Step 104: the host program and the plug-in execute the interactive operation of the step 104a and/or the step 104b through the interface entities of the two parties;
step 104 a: when the host program calls the plug-in, the host program and the plug-in execute corresponding interactive operation, and then the current interactive process is ended;
step 104 b: when the phase intermodulation among different plug-ins is used, the host program and the plug-ins execute corresponding interactive operation, and then the current interactive process is ended;
when the host program calls the plug-in step 104a, the interactive operation flow executed by the host program and the plug-in is specifically as follows:
step A1: calling the plug-in by the host program, and finding the plug-in through the stored plug-in identification;
the method specifically comprises the following steps: the host program can call the plug-in through the plug-in identification, such as the plug-in ID or the identification string, find the stored required plug-in ID or the identification string in the plug-in library according to the plug-in identification, and find the corresponding plug-in function ID in the plug-in library according to the required plug-in ID or the identification string.
Step B1: the host program transmits a calling request carrying the plug-in function ID of the plug-in to be called to the plug-in to be called through the interface entities of the two parties;
here, the host program transmits the call request to the plug-in to be called through the plug-in interface entity of the plug-in to be called.
Step C1: after the calling plug-in receives the calling request, calling a function corresponding to the plug-in function ID;
the method specifically comprises the following steps: and after the calling plug-in receives the calling request sent by the host program, calling the corresponding function according to the plug-in function ID carried in the calling request.
Step D1: and the plug-in to be called runs the function and executes the corresponding function.
Further, in step a1, the host program may also call a plug-in self information description method, where the plug-in outputs a self function icon or a self function text description, and transmits the self function icon or the self function text description to the host program through interface entities of both the plug-in and the host program, and the host program adds the received plug-in function icon on a toolbar of the host program or adds a function text description generation menu item of the plug-in to a menu of the host program. In this way, the user can select the required plug-in from the menu of the host program, and the host program calls the plug-in to continue to complete the interactive process from step B1 to step D1.
Here, the process of adding the plug-in function icon to the host program toolbar and the process of adding the function text description generation menu item of the plug-in to the menu of the host program are the prior art, and will not be described in detail here.
When the inter-plug-in phase intermodulation between different plug-ins is used in step 104b, the interactive operation flow executed by the host program and the plug-ins is specifically as follows:
step A2: the plug-in sends a call request to the host program to call other plug-ins, and the host program finds the plug-ins to be called through the stored plug-in identification;
here, the calling request sent by the plug-in to the host program carries the plug-in identifier to be called, such as a plug-in ID or an identifier string, and after receiving the calling request, the host program searches the plug-in to be called in the host program plug-in library according to the plug-in identifier to be called carried in the calling request. Such as: and calling the plug-in B by the plug-in A as required, wherein the identification of the plug-in B is NewPluginB, and the host program finds the plug-in B in the plug-in library by taking the NewPluginB as the basis.
Step B2: the host program transmits a calling request carrying the plug-in function ID of the plug-in to be called to the plug-in to be called through the interface entities of the two parties;
here, the interface entities of the two parties are a host interface entity and a plug-in interface entity of the plug-in to be called, respectively.
Step C2: after the calling plug-in receives the new calling request, calling a function corresponding to the plug-in function ID;
the method specifically comprises the following steps: and after the calling plug-in receives the calling request sent by the host program, calling a self-stored function corresponding to the plug-in function ID according to the plug-in function ID carried in the calling request.
Step D2: and the plug-in to be called runs the function and executes the corresponding called function.
Therefore, the mutual calling among the plug-ins of the invention is carried out by taking the host program as a medium, namely: the plug-in informs the host program of the relevant information of the required target plug-in, and then the host program calls the function of the corresponding target plug-in.
According to the above-mentioned mutual calling scheme between plug-ins, the calling of the plug-ins to the host program can also be realized, and the process can be as follows: the plug-in sends a call request to the host program to call the function in the host program, the host program finds the called module through the stored identification of the called module, and then calls the function of the called module; and the called module executes the function and executes the corresponding called function, wherein the identification of the called module is stored in the writing process of the host program. The plug-in calls the host program and the plug-in calls each other differently in that the called module in the host is part of the host program and not a loaded external plug-in.
Fig. 2 is a schematic structural diagram of a device for interaction between a host program and plug-ins and between plug-ins, as shown in fig. 2, the device includes: the system comprises a setting module, an interface entity creation storage module and an operation module; wherein,
the setting module is used for setting a common protocol for interaction between the host program and the plug-in;
the interface entity creates a storage module, which is used for creating and storing a host interface entity and a plug-in interface entity according to a common protocol set by the setting module;
the running module is used for establishing a host interface entity stored by the storage module through the interface entity to complete the interactive operation with the host program; or the interface entity of the plug-in unit is used for creating the plug-in unit stored by the storage module through the interface entity to complete the interactive operation with the plug-in unit.
The interface entity creating storage module further comprises: a host interface entity creates a storage module and a plug-in interface entity creates a storage module; wherein,
the host interface entity creating and storing module is used for creating a host interface entity according to a common protocol and transmitting the host interface entity to the plug-in interface entity creating and storing module and plug-in interface entity generated by the plug-in interface entity creating and storing module after a host program is started;
the plug-in interface entity creates a storage module, which is used for creating a plug-in interface entity based on a common protocol and transmitting the plug-in interface entity to the host interface entity to create a storage module, and storing the host interface entity created by the host interface entity and the storage module.
The operation module further comprises: a host program running module and a plug-in running module; wherein,
the host program running module is used for finishing interactive operation with the plug-in through the saved plug-in interface entity;
and the plug-in running module is used for finishing the interactive operation with the host program through the saved host interface entity.
When the host program running module calls the plug-in through the saved plug-in interface entity, the host program running module is further used for calling a self information description method of the plug-in, receiving a functional icon or functional text description output by the plug-in running module, and adding the functional icon on a toolbar of the host program or adding a functional text description generation menu item into a menu;
correspondingly, the plug-in running module is further used for outputting the functional icon or the functional text description and transmitting the functional icon or the functional text description to the host program running module.
The above description is only exemplary of the present invention and should not be taken as limiting the scope of the present invention, and any modifications, equivalents, improvements, etc. that are within the spirit and principle of the present invention should be included in the present invention.
Claims (9)
1. A method for interacting between host program and plug-in is characterized in that a common protocol for interacting between host program and plug-in is set; the method further comprises the following steps:
after the host program is started, a host interface entity is established according to the common protocol;
in the process of loading the plug-in by the host program, the plug-in generates a plug-in interface entity based on the common protocol, the host program stores the generated plug-in interface entity, and the plug-in stores the host interface entity created by the host program;
the host program and the plug-in complete interactive operation through the respectively saved interface entities of the other side.
2. The method of claim 1, wherein the performing interaction operation is: the host program and the plug-in execute the host program to call the plug-in through the respectively saved interface entity of the other side; the method specifically comprises the following steps:
the host program finds the plug-in through the stored plug-in identification, the host program transmits a calling request carrying the plug-in function ID of the plug-in to be called to the plug-in to be called through the interface entities of the host program and the plug-in to be called calls and runs the function corresponding to the plug-in function ID to execute the corresponding function.
3. The method of claim 1, wherein the performing interaction operation is: executing the first plug-in between the host program and the plug-in through the respectively saved interface entity of the other side to call the second plug-in; the method specifically comprises the following steps:
the first plug-in sends a call request to the host program to call the second plug-in, the host program finds the second plug-in through the stored plug-in identification, then the call request carrying the plug-in function ID of the second plug-in is transmitted to the second plug-in through the interface entities of both sides, and the second plug-in calls and runs the function to execute the corresponding function.
4. The method of claim 1, wherein the performing interaction operation is: the host program and the plug-in execute the plug-in to call the host program through the interface entity of the other side stored in the host program and the plug-in; the method specifically comprises the following steps:
the plug-in sends a call request to the host program to call the function in the host program, the host program finds the called module through the identification of the called module, then calls the function of the called module, and the called module runs the function to execute the corresponding function.
5. The method of claim 2, wherein during the host program calls the plug-in, the method further comprises:
the host program calls the information description method of the plug-in, the functional icon or the functional text description output by the plug-in is transmitted to the host program through the interface entities of the plug-in and the host program, and the host program adds the functional icon on the tool bar of the host program or adds the functional text description generation menu item into the menu.
6. An apparatus for interacting between a host program and plug-ins, the apparatus comprising: the system comprises a setting module, an interface entity creation storage module and an operation module; wherein,
the setting module is used for setting a common protocol for interaction between the host program and the plug-in;
the interface entity creates a storage module, which is used for creating and storing a host interface entity and a plug-in interface entity according to a common protocol set by the setting module;
the running module is used for establishing a host interface entity stored by the storage module through the interface entity to complete the interactive operation with the host program; or the interface entity of the plug-in unit is used for creating the plug-in unit stored by the storage module through the interface entity to complete the interactive operation with the plug-in unit.
7. The apparatus of claim 6, wherein the interface entity creates a storage module further comprising: a host interface entity creates a storage module and a plug-in interface entity creates a storage module; wherein,
the host interface entity creating and storing module is used for creating a host interface entity according to a common protocol and transmitting the host interface entity to the plug-in interface entity creating and storing module and plug-in interface entity generated by the plug-in interface entity creating and storing module after a host program is started;
the plug-in interface entity creates a storage module, which is used for creating a plug-in interface entity based on a common protocol and transmitting the plug-in interface entity to the host interface entity to create a storage module, and storing the host interface entity created by the host interface entity and the storage module.
8. The apparatus for interacting between a host program and plug-ins according to claim 6 or 7, wherein the running module further comprises: a host program running module and a plug-in running module; wherein,
the host program running module is used for finishing interactive operation with the plug-in through the saved plug-in interface entity;
and the plug-in running module is used for finishing the interactive operation with the host program through the saved host interface entity.
9. The device according to claim 8, wherein when the host program running module calls the plug-in through the saved plug-in interface entity, the host program running module is further configured to call a plug-in self information description method, receive a function icon or a function text description output by the plug-in running module, add the function icon to a toolbar of the host program, or add a function text description generation menu item to a menu;
correspondingly, the plug-in running module is further used for outputting the functional icon or the functional text description and transmitting the functional icon or the functional text description to the host program running module.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910236562.5A CN101699405B (en) | 2009-10-26 | 2009-10-26 | Method and device for interaction between host program and plug-in and interaction between plug-ins |
PCT/CN2010/075318 WO2011050632A1 (en) | 2009-10-26 | 2010-07-20 | Method and apparatus for interacting between host program and plug-in and among plug-ins |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN200910236562.5A CN101699405B (en) | 2009-10-26 | 2009-10-26 | Method and device for interaction between host program and plug-in and interaction between plug-ins |
Publications (2)
Publication Number | Publication Date |
---|---|
CN101699405A true CN101699405A (en) | 2010-04-28 |
CN101699405B CN101699405B (en) | 2014-06-11 |
Family
ID=42147865
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN200910236562.5A Expired - Fee Related CN101699405B (en) | 2009-10-26 | 2009-10-26 | Method and device for interaction between host program and plug-in and interaction between plug-ins |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN101699405B (en) |
WO (1) | WO2011050632A1 (en) |
Cited By (26)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2011050632A1 (en) * | 2009-10-26 | 2011-05-05 | 中兴通讯股份有限公司 | Method and apparatus for interacting between host program and plug-in and among plug-ins |
CN102253840A (en) * | 2011-08-04 | 2011-11-23 | 深圳芯智汇科技有限公司 | Plugin management method and plugin manager |
CN102426537A (en) * | 2011-11-02 | 2012-04-25 | 北京数码大方科技有限公司 | Method and device for calling main program progress by external integration progress in CAD (Computer - Aided Design) |
CN102591724A (en) * | 2011-12-28 | 2012-07-18 | 奇智软件(北京)有限公司 | Method and device for information interaction |
CN102915247A (en) * | 2012-08-31 | 2013-02-06 | 杭州斯凯网络科技有限公司 | APK (Android Package) plug-in management method |
CN103150154A (en) * | 2011-12-07 | 2013-06-12 | 腾讯科技(深圳)有限公司 | Implementation method and device of application plug-in |
CN103297381A (en) * | 2012-02-22 | 2013-09-11 | 阿里巴巴集团控股有限公司 | Service access method based on plugin and system thereof |
CN103677979A (en) * | 2013-12-31 | 2014-03-26 | 北界创想(北京)软件有限公司 | Interactive method and device for application software and plugin |
CN103699451A (en) * | 2013-12-31 | 2014-04-02 | 北界创想(北京)软件有限公司 | Method and device for sharing data of application software and plugins |
WO2014166227A1 (en) * | 2013-04-11 | 2014-10-16 | 小米科技有限责任公司 | Method, apparatus, and device for adding plug-in in address book |
CN104572030A (en) * | 2013-10-09 | 2015-04-29 | 镇江金钛软件有限公司 | Plug-in configuration method |
CN104731623A (en) * | 2015-03-27 | 2015-06-24 | 北京奇虎科技有限公司 | Method and device for starting plug-in in main program |
CN105260204A (en) * | 2015-09-28 | 2016-01-20 | 北京奇虎科技有限公司 | In-process project interaction method and apparatus |
CN106126299A (en) * | 2016-06-30 | 2016-11-16 | 百度在线网络技术(北京)有限公司 | The processing method and processing device of business plug-in unit |
CN107092494A (en) * | 2016-02-18 | 2017-08-25 | 腾讯科技(深圳)有限公司 | The method and apparatus for accessing APK resources |
CN107368334A (en) * | 2017-07-24 | 2017-11-21 | 北京奇艺世纪科技有限公司 | A kind of business plug-in unit interactive system and method |
CN107423040A (en) * | 2017-03-24 | 2017-12-01 | 北京潘达互娱科技有限公司 | Live application development method and device |
CN107479867A (en) * | 2017-06-12 | 2017-12-15 | 百度在线网络技术(北京)有限公司 | Application software plug-in unit operation method and device |
CN108595220A (en) * | 2018-04-25 | 2018-09-28 | 上海掌门科技有限公司 | Processing method, equipment and the computer readable storage medium of application component |
CN108717365A (en) * | 2018-06-11 | 2018-10-30 | 广州酷狗计算机科技有限公司 | The method and apparatus for executing function in the application |
CN109032696A (en) * | 2018-07-17 | 2018-12-18 | 掌阅科技股份有限公司 | A kind of page tune method, terminal and computer storage medium |
CN109684115A (en) * | 2019-01-08 | 2019-04-26 | 深圳市网心科技有限公司 | A kind of communication means and relevant device applied between plug-in unit |
CN110333914A (en) * | 2019-04-12 | 2019-10-15 | 上海连尚网络科技有限公司 | A kind of method and apparatus for performance objective operation |
CN110851193A (en) * | 2018-08-01 | 2020-02-28 | 深圳市理邦精密仪器股份有限公司 | Plug-in loading method for software platform of monitoring equipment, plug-in operation system and monitor |
CN112068898A (en) * | 2020-09-01 | 2020-12-11 | 上海熙菱信息技术有限公司 | Configurable plug-in type service integration system and method |
CN113590215A (en) * | 2021-07-15 | 2021-11-02 | 福建星云检测技术有限公司 | Plug-in type upper computer communication method and system |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102724356B (en) * | 2012-05-25 | 2018-01-02 | 中兴通讯股份有限公司 | The information synchronization method and device of access device |
CN103686164A (en) * | 2012-09-06 | 2014-03-26 | 腾讯科技(深圳)有限公司 | Method, system and module for self-adaptive hardware coding and decoding |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1710535A (en) * | 2005-05-10 | 2005-12-21 | 上海宝信软件股份有限公司 | GIS application system and development method thereof |
CN1924800A (en) * | 2005-09-02 | 2007-03-07 | 北京灵图软件技术有限公司 | Control-based insert management system and method for secondary development platform |
US20080235074A1 (en) * | 2001-07-31 | 2008-09-25 | Iex Corporation | Method for Forecasting and Managing Multimedia Contacts |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7856517B2 (en) * | 2007-05-25 | 2010-12-21 | Red Hat, Inc. | Data management interface with configurable plugins that determines whether to monitor for configuration data |
CN101699405B (en) * | 2009-10-26 | 2014-06-11 | 中兴通讯股份有限公司 | Method and device for interaction between host program and plug-in and interaction between plug-ins |
-
2009
- 2009-10-26 CN CN200910236562.5A patent/CN101699405B/en not_active Expired - Fee Related
-
2010
- 2010-07-20 WO PCT/CN2010/075318 patent/WO2011050632A1/en active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20080235074A1 (en) * | 2001-07-31 | 2008-09-25 | Iex Corporation | Method for Forecasting and Managing Multimedia Contacts |
CN1710535A (en) * | 2005-05-10 | 2005-12-21 | 上海宝信软件股份有限公司 | GIS application system and development method thereof |
CN1924800A (en) * | 2005-09-02 | 2007-03-07 | 北京灵图软件技术有限公司 | Control-based insert management system and method for secondary development platform |
Cited By (40)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2011050632A1 (en) * | 2009-10-26 | 2011-05-05 | 中兴通讯股份有限公司 | Method and apparatus for interacting between host program and plug-in and among plug-ins |
CN102253840B (en) * | 2011-08-04 | 2013-11-13 | 深圳芯智汇科技有限公司 | Plugin management method and plugin manager |
CN102253840A (en) * | 2011-08-04 | 2011-11-23 | 深圳芯智汇科技有限公司 | Plugin management method and plugin manager |
CN102426537A (en) * | 2011-11-02 | 2012-04-25 | 北京数码大方科技有限公司 | Method and device for calling main program progress by external integration progress in CAD (Computer - Aided Design) |
CN102426537B (en) * | 2011-11-02 | 2014-07-02 | 北京数码大方科技股份有限公司 | Method and device for calling main program progress by external integration progress in CAD (Computer - Aided Design) |
CN103150154A (en) * | 2011-12-07 | 2013-06-12 | 腾讯科技(深圳)有限公司 | Implementation method and device of application plug-in |
CN103150154B (en) * | 2011-12-07 | 2017-06-23 | 腾讯科技(深圳)有限公司 | The implementation method and device of a kind of application plug |
CN102591724A (en) * | 2011-12-28 | 2012-07-18 | 奇智软件(北京)有限公司 | Method and device for information interaction |
CN102591724B (en) * | 2011-12-28 | 2015-01-14 | 奇智软件(北京)有限公司 | Method and device for information interaction |
CN103297381A (en) * | 2012-02-22 | 2013-09-11 | 阿里巴巴集团控股有限公司 | Service access method based on plugin and system thereof |
CN103297381B (en) * | 2012-02-22 | 2017-01-18 | 阿里巴巴集团控股有限公司 | Service access method based on plugin and system thereof |
CN102915247A (en) * | 2012-08-31 | 2013-02-06 | 杭州斯凯网络科技有限公司 | APK (Android Package) plug-in management method |
CN102915247B (en) * | 2012-08-31 | 2015-08-19 | 杭州斯凯网络科技有限公司 | APK plug-in unit management method |
WO2014166227A1 (en) * | 2013-04-11 | 2014-10-16 | 小米科技有限责任公司 | Method, apparatus, and device for adding plug-in in address book |
CN104572030A (en) * | 2013-10-09 | 2015-04-29 | 镇江金钛软件有限公司 | Plug-in configuration method |
CN103677979B (en) * | 2013-12-31 | 2017-02-15 | 北界创想(北京)软件有限公司 | Interactive method and device for application software and plugin |
CN103699451A (en) * | 2013-12-31 | 2014-04-02 | 北界创想(北京)软件有限公司 | Method and device for sharing data of application software and plugins |
CN103699451B (en) * | 2013-12-31 | 2017-08-11 | 北界创想(北京)软件有限公司 | The data sharing method and device of application software and plug-in unit |
CN103677979A (en) * | 2013-12-31 | 2014-03-26 | 北界创想(北京)软件有限公司 | Interactive method and device for application software and plugin |
CN104731623A (en) * | 2015-03-27 | 2015-06-24 | 北京奇虎科技有限公司 | Method and device for starting plug-in in main program |
CN104731623B (en) * | 2015-03-27 | 2016-11-16 | 北京奇虎科技有限公司 | Mastery routine starts the method and device of plug-in unit |
CN105260204A (en) * | 2015-09-28 | 2016-01-20 | 北京奇虎科技有限公司 | In-process project interaction method and apparatus |
CN107092494A (en) * | 2016-02-18 | 2017-08-25 | 腾讯科技(深圳)有限公司 | The method and apparatus for accessing APK resources |
CN106126299A (en) * | 2016-06-30 | 2016-11-16 | 百度在线网络技术(北京)有限公司 | The processing method and processing device of business plug-in unit |
CN107423040A (en) * | 2017-03-24 | 2017-12-01 | 北京潘达互娱科技有限公司 | Live application development method and device |
CN107479867A (en) * | 2017-06-12 | 2017-12-15 | 百度在线网络技术(北京)有限公司 | Application software plug-in unit operation method and device |
CN107368334B (en) * | 2017-07-24 | 2020-08-28 | 北京奇艺世纪科技有限公司 | Business plug-in interaction system and method |
CN107368334A (en) * | 2017-07-24 | 2017-11-21 | 北京奇艺世纪科技有限公司 | A kind of business plug-in unit interactive system and method |
CN108595220A (en) * | 2018-04-25 | 2018-09-28 | 上海掌门科技有限公司 | Processing method, equipment and the computer readable storage medium of application component |
CN108717365A (en) * | 2018-06-11 | 2018-10-30 | 广州酷狗计算机科技有限公司 | The method and apparatus for executing function in the application |
CN108717365B (en) * | 2018-06-11 | 2021-03-30 | 广州酷狗计算机科技有限公司 | Method and device for executing function in application program |
CN109032696A (en) * | 2018-07-17 | 2018-12-18 | 掌阅科技股份有限公司 | A kind of page tune method, terminal and computer storage medium |
CN110851193A (en) * | 2018-08-01 | 2020-02-28 | 深圳市理邦精密仪器股份有限公司 | Plug-in loading method for software platform of monitoring equipment, plug-in operation system and monitor |
CN109684115A (en) * | 2019-01-08 | 2019-04-26 | 深圳市网心科技有限公司 | A kind of communication means and relevant device applied between plug-in unit |
CN110333914A (en) * | 2019-04-12 | 2019-10-15 | 上海连尚网络科技有限公司 | A kind of method and apparatus for performance objective operation |
CN110333914B (en) * | 2019-04-12 | 2023-09-15 | 上海连尚网络科技有限公司 | Method and device for executing target operation |
CN112068898A (en) * | 2020-09-01 | 2020-12-11 | 上海熙菱信息技术有限公司 | Configurable plug-in type service integration system and method |
CN112068898B (en) * | 2020-09-01 | 2024-04-19 | 上海熙菱信息技术有限公司 | Configurable plug-in service integration system and method |
CN113590215A (en) * | 2021-07-15 | 2021-11-02 | 福建星云检测技术有限公司 | Plug-in type upper computer communication method and system |
CN113590215B (en) * | 2021-07-15 | 2023-05-12 | 福建星云检测技术有限公司 | Plug-in type upper computer communication method and system |
Also Published As
Publication number | Publication date |
---|---|
CN101699405B (en) | 2014-06-11 |
WO2011050632A1 (en) | 2011-05-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101699405B (en) | Method and device for interaction between host program and plug-in and interaction between plug-ins | |
EP2524306B1 (en) | Execution of dynamic languages via metadata extraction | |
US9564149B2 (en) | Method for user communication with information dialogue system | |
CN110457143B (en) | Micro-service calling method and device | |
CN114138372B (en) | Front-end component loading method and device | |
CN102567033B (en) | Based on kind loading method in advance and the device of embedded real-time Java virtual machine | |
CN104111827A (en) | Application matching method and device | |
US20080263524A1 (en) | Method and System for State Machine Translation | |
CN111797015B (en) | Dynamic byte code based test method and device | |
CN103885873A (en) | Automated integration testing method | |
CN113157345A (en) | Automatic starting method and device for front-end engineering | |
CN111338965A (en) | Case testing method and device, electronic equipment and storage medium | |
CN110221840B (en) | Function implementation method and device of application program, equipment and storage medium | |
CN113326030A (en) | Service request processing method and device | |
CN113285866A (en) | Information sending method and device and electronic equipment | |
CN109446454A (en) | A kind of high performance PHPWeb system framework of lightweight and working method | |
CN111666161B (en) | Method, system and readable storage medium for uniformly setting interfaces | |
CN105302557A (en) | Thread establishing and processing method and apparatus | |
CN113051173B (en) | Method, device, computer equipment and storage medium for arranging and executing test flow | |
CN115022312A (en) | Method and device for realizing multiple intelligent contract engines, electronic equipment and storage medium | |
CN109005163A (en) | A kind of HTTP dynamic requests service calling method | |
CN111158794B (en) | OpenStack-oriented API (application program interface) combination optimization method and device | |
CN114070892A (en) | Data transmission method and device | |
CN111124386B (en) | Animation event processing method, device, equipment and storage medium based on Unity | |
CN108848398B (en) | Method, device, terminal and storage medium for distributing local barrage messages |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20140611 |