CN103150154A - Implementation method and device of application plug-in - Google Patents

Implementation method and device of application plug-in Download PDF

Info

Publication number
CN103150154A
CN103150154A CN2011104031217A CN201110403121A CN103150154A CN 103150154 A CN103150154 A CN 103150154A CN 2011104031217 A CN2011104031217 A CN 2011104031217A CN 201110403121 A CN201110403121 A CN 201110403121A CN 103150154 A CN103150154 A CN 103150154A
Authority
CN
China
Prior art keywords
interface
plug
client
framework
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2011104031217A
Other languages
Chinese (zh)
Other versions
CN103150154B (en
Inventor
任桥
李飞云
周兴
周连江
丁鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201110403121.7A priority Critical patent/CN103150154B/en
Publication of CN103150154A publication Critical patent/CN103150154A/en
Application granted granted Critical
Publication of CN103150154B publication Critical patent/CN103150154B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses an implementation method and an implementation device of an application plug-in, which belong to the technical field of computer software. The method comprises the following steps that a base interface which is packaged in advance is invoked to receive a window event, and an application plug-in generating interface is generated in accordance with a preestablished interface rule; the application plug-in generating interface is invoked to create a client/server framework interface; a system framework of a client/server framework is invoked by the client/server framework interface, and a client/server framework plug-in by which the function of the application plug-in is realized is generated in the system framework; and the client/server framework plug-in in the system framework is packaged into the base interface, so as to realize the function of the application plug-in. According to the implementation method, the base interface which is packaged in advance is invoked to generate the plug-in generating interface which needs to realize the function of the plug-in, and when a user needs to modify the function of the plug-in, the user does not need to modify an interface of each function plug-in one by one.

Description

A kind of implementation method of application plug and device
Technical field
The present invention relates to the application-development technologies field, particularly a kind of implementation method of application plug and device.
Background technology
The ECom framework of Symbian Saipan operating system in prior art is general, an extendible client/server framework, has the function of the application plug of realizing, the ECom framework is comprised of three parts:
1, ECom interface, one group of service of the application plug that realizes as required definition or resource offer the ECom plug-in unit and use;
2, the realization of ECom interface, concrete realization can just be known when application program is moved, and can have simultaneously several realizations to exist.
3, ECom system framework offers method of accessing certain Interface realization of ECom plug-in unit, the establishment of management interface and destruction.
Wherein, the ECom plug-in unit is a DLL (the Dynamic Link Library that adds the ECom framework, dynamic link library), thereby drive operation by system event, and the operation of ECom plug-in unit also needs some system resources, comprises font, system's setting, client's view and screen drawing etc.; DLL is one and comprises the code that can be used simultaneously by a plurality of application programs and the storehouse of data, DLL is not executable file, DLL provides a kind of method, make client process can call the function that does not belong to its executable code, in the needed function of some application programs of client can be encapsulated into a DLL, and can be accessed by a plurality of clients by an interface class; Window is interface element basic in Symbian operating system, window definition the total attribute of some application programs, comprising style (window style), message processing function (window procedure) of icon (icon), window etc., is the set of a system resource; System event is made a general reference all events, comprise the interface element in window loading, click, the event such as double-click, the event that the text change of edit box (text box) etc. are all etc.; Window events refers to the event relevant to user interactions (such as button, screen flicker, jingle bell), and window events belongs to the part in system event.
Utilize the existing Symbian ECom of system framework when realizing the pin function of Client/Server Program, for example, music is arranged now, chat, download three functions, and need 3 pin functions in application program, plug-in unit 1 (music, chat), plug-in unit 2 (chat is downloaded), plug-in unit 3 (music, download), the method that realizes according to the Symbian ECom of system framework is: by function user-defined 3 DLLs of ECom interface according to 3 plug-in units; The code that 3 pin functions are relevant is put into 3 DLL respectively, and 3 DLL are registered in system framework, returns to address that 3 DLL register to the ECom interface in system framework.
In realizing process of the present invention, the inventor finds that there is following problem at least in prior art:
The ECom framework is when realizing application plug, if the ECom framework need to be processed new window events, it is a loaded down with trivial details thing that new window events will be delivered to numerous ECom plug-in units, must revise the interface of application plug and ECom plug-in unit, pending window events is delivered in each plug-in unit of ECom; Such as need to revise relevant this event of code of chat feature in above-mentioned example, because DLL 1 and DLL 2 have the relevant code of chat, just need to revise 2 places if revise, namely revise respectively the interface of DLL 1 and DLL 2 and ECom plug-in unit, so not only reduce development efficiency, also increased the potential risk that makes a mistake.
Summary of the invention
In order to solve existing ECom framework complicated operation and problem of easily makeing mistakes when realizing application plug, the embodiment of the present invention provides a kind of implementation method and device of application plug.Described technical scheme is as follows:
A kind of implementation method of application plug, described method comprises:
Call the base interface receive window event of encapsulation in advance, and generate application plug generation interface according to predefined interface rules;
Call described application plug and generate interface establishment client/server framework interface;
Called the system framework of client/server framework by described client/server framework interface, generate the client/server framework plug-in unit of realizing described application plug function in described system framework;
Client/server framework plug-in unit in described system framework is encapsulated in described base interface, realizes described application plug function.
The described base interface receive window event of encapsulation in advance of calling, and before generating application plug generation interface according to predefined interface rules, also comprise:
The function package that realizes described application plug is obtained base interface.
The described base interface receive window event of encapsulation in advance of calling, and before generating application plug generation interface according to predefined interface rules, also comprise:
According to the window events that described application plug function specifies needs to receive in advance, described window events is that described application program and user carry out mutual event by window.
Described according to before predefined interface rules generation plug-in unit generation interface, also comprise:
The needed power function list of package application program plug-in unit is as interface rules.
The described system framework that is called the client/server framework by described client/server framework interface generates the client/server framework plug-in unit of realizing described application plug function in described system framework, comprising:
Find the client/server framework plug-in unit of realizing described application plug function in the ECom system framework, and distribute title or address for described client/server framework plug-in unit;
Correspondingly, client/server framework plug-in unit in described system framework is encapsulated in described base interface, realizes described application plug function, comprising:
Title or the address of described client/server framework plug-in unit are encapsulated in described base interface, call described base interface and realize described application plug function.
A kind of application plug implement device, described device comprises:
The interface generation module is used for calling the base interface receive window event of encapsulation in advance, and generates application plug generation interface according to predefined interface rules;
Creation module is used for calling described application plug and generates interface establishment client/server framework interface;
The plug-in unit generation module for called the system framework of client/server framework by described client/server framework interface, generates the client/server framework plug-in unit of realizing described application plug function in described system framework;
Realize module, be used for described system framework client/server framework plug-in unit is encapsulated in described base interface, realize described application plug function.
Described device also comprises:
The base interface module is used for realizing that the function package of described application plug obtains base interface.
Described device also comprises:
Receiver module, for the window events of specifying in advance needs to receive according to described application plug function, described window events is that described application program and user carry out mutual event by window.
Described device also comprises:
The interface rules module is used for the needed power function list of package application program plug-in unit as interface rules.
Described plug-in unit generation module specifically is used for:
Find the client/server framework plug-in unit of realizing described application plug function in the ECom system framework, and distribute title or address for described client/server framework plug-in unit;
Correspondingly, describedly realize that module specifically is used for:
Title or the address of described client/server framework plug-in unit are encapsulated in described base interface, call described base interface and realize described application plug function.
The beneficial effect that the technical scheme that the embodiment of the present invention provides is brought is:
By calling the base interface of encapsulation in advance, generation need to realize that the plug-in unit of pin function generates interface, generate interface by plug-in unit again and create the client/server framework interface, found the client/server framework plug-in unit of realizing the application plug function in system framework by the client/server framework interface, title or the address of the client/server framework plug-in unit that finds are encapsulated in base interface, realize the function of application plug; Do not need one by one the interface of each feature card to be modified when the user need to revise pin function, the code that only needs to revise correspondence in base interface or plug-in unit generation interface gets final product.
Description of drawings
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, during the below will describe embodiment, the accompanying drawing of required use is done to introduce simply, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the implementation method process flow diagram of a kind of application plug of providing of the embodiment of the present invention 1;
Fig. 2 is the implementation method process flow diagram of a kind of application plug of providing of the embodiment of the present invention 2;
Fig. 3 is the implement device structural drawing of a kind of application plug of providing of the embodiment of the present invention 3;
Fig. 4 is the implement device structural drawing of the another kind of application plug that provides of the embodiment of the present invention 3.
Embodiment
For making the purpose, technical solutions and advantages of the present invention clearer, embodiment of the present invention is described further in detail below in conjunction with accompanying drawing.
Embodiment 1
Referring to Fig. 1, the present embodiment provides a kind of implementation method of application plug, and described method comprises:
101: call the base interface receive window event of encapsulation in advance, generate application plug according to predefined interface rules and generate interface;
102: the invokes application plug-in unit generates interface and creates the client/server framework interface;
103: called the system framework of client/server framework by the client/server framework interface, generate the client/server framework plug-in unit of realizing the application plug function in system framework;
104: client/server framework plug-in unit in system framework is encapsulated in base interface, realizes the application plug function.
the embodiment of the present invention is by calling the base interface of encapsulation, generate plug-in unit by base interface again and generate interface, it is for the interface that generates the application plug function that plug-in unit generates interface, plug-in unit generates interface by creating the client/server framework interface, called the system framework of client/server framework by the client/server framework interface, find the client/server framework plug-in unit of realizing the application plug function from system framework, the function code of having realized application plug is delivered to and needs to process in all client/server framework plug-in units of all application plug functions in system framework, title or the address of client/server framework plug-in unit are encapsulated in base interface, personnel call base interface when program development, can realize the function of application plug, when need to revising, the pin function of application program do not need one by one the interface of each plug-in unit to be modified, directly revise base interface or plug-in unit and generate corresponding code in interface, just the function code of application plug can be delivered in all client/server framework plug-in units.
Embodiment 2
Referring to Fig. 2, the embodiment of the present invention provides a kind of implementation method of application plug, and described method comprises:
201: encapsulation realizes that the function of application plug obtains a base interface;
base interface in this step is an abstract base class by program development personnel encapsulation, adopt the MAppContextBase interface to represent this abstract base class, this MAppContextBase interface has comprised the process access of application plug, font, bitmap, system such as arranges at the interface of basic function, and provide interface between unified different pieces of information structure, call this MAppContextBase interface and can be used for the receive window event, and the application plug function that generates as required generates different plug-in unit generation interfaces, adopt the MAppContext interface to represent, the MAppContext interface that generates is a subclass of MAppContextBase interface, can inherit the MAppContextBase interface, the application plug function that realizes as required derives different MAppContext interfaces.
202: call the base interface receive window event of encapsulation, generate application plug according to predefined interface rules and generate interface;
In this step, need the program development personnel to define the window events that needs receive, window events refers to the event relevant to user interactions, for example, button, screen flicker, jingle bell etc. belong to the part (system event is made a general reference all events) in system event.
Generate application plug according to predefined interface rules and generate interface, specifically comprise:
The needed power function list of program development personnel package application program pin function is as interface rules.
What encapsulate in interface is all some functions that can realize certain function, such as, need to realize the music playback function of music plug-in unit in application program, the power function that catches volume key, the power function of controlling loudspeaker etc. need to be arranged, these power functions are exactly the rule that realizes music, and the program development personnel generate concrete MAppContext interface for different pin functions according to the interface rules of these settings.
Generate the MAppContext interface by the MAppContextBase interface, the program development personnel can be only by definition MAppContextBase interface, just generate the application plug interface that needs realization, do not need to define the ECom interface, the interface between application plug and ECom plug-in unit namely, therefore when the function of application plug need to be revised, do not need to revise one by one the interface between application plug and ECom plug-in unit yet.
203: generate interface according to application plug and create the client/server framework interface;
Particularly, this step adopts factory function to create and generates ECom interface (client/server framework interface), factory function is by calling a function, generate the example of " certain kind ", rather than instantiation is hard coded in code, such pattern has been brought outstanding extendability, has also avoided a large amount of duplication of labour---directly create the new object of plant produced with a base class pointer; In the present embodiment, adopt factory function to create the example of MAppContext interface, namely create the ECom interface.
By the ECom interface that creates, the application plug function code is delivered in the ECom system framework, in embodiments of the present invention, when having modification, the application plug function do not need to revise the ECom interface yet, in embodiments of the present invention, the ECom interface only plays the effect of transmission, the function code of application plug is delivered in the ECom system framework, find the ECom plug-in unit that needs in the ECom system framework, the title of encapsulation ECom plug-in unit or address are used for calling of program development personnel in the MAppContextBase interface.
204: call the system framework of client/server framework, find the client/server framework plug-in unit of realizing the application plug function from system framework;
The system framework of the client/server framework in this step, namely the ECom system framework, offer method of accessing certain Interface realization of ECom plug-in unit, the establishment of management interface and destruction.After previous step creates the ECom interface, find the ECom plug-in unit of realizing the application plug function in the ECom system framework, and login EC om plug-in unit.
Particularly, registration is to distribute a title or logical address by the ECom system framework to the ECom plug-in unit, logical address is an offset address with respect to this program in internal memory namely, later on just can be by title or the good ECom plug-in unit of this logical address access registration that distributes.
205: the client/server framework plug-in unit that will find in system framework is encapsulated in base interface, realizes the application plug function.
ECom plugin name or the address that to find in the ECom system framework and register in this step return to the MAppContextBase interface, and the program development personnel directly call the MAppContextBase interface when realizing application plug just can obtain the application plug of generation from the ECom system framework.
the present embodiment is by the MAppContextBase interface of an encapsulation, generate the MAppContext interface by the MAppContextBase interface again, the MAppContext interface is for the interface that generates the application plug function, the MAppContext interface is by creating the ECom interface, by ECom interface interchange ECom system framework, find the ECom plug-in unit of realizing the application plug function from the ECom system framework, having realized the function code of application plug is delivered to needs to process in all ECom plug-in units of all application plug functions in the ECom system framework, when need to revising, the pin function of application program do not need one by one the interface of each feature card to be modified, directly revise the code in the MAppContextBase interface, just the function code of application plug can be delivered in all ECom plug-in units.
Embodiment 3
Referring to Fig. 3, the embodiment of the present invention provides a kind of implement device of application plug, and described device comprises:
Interface generation module 301 is used for calling the base interface receive window event of encapsulation in advance, and generates application plug generation interface according to predefined interface rules;
Creation module 302 is used for the invokes application plug-in unit and generates interface establishment client/server framework interface;
Plug-in unit generation module 303 for called the system framework of client/server framework by the client/server framework interface, generates the client/server framework plug-in unit of realizing the application plug function in system framework;
Realize module 304, be used for system framework client/server framework plug-in unit is encapsulated in base interface, realize the application plug function.
Referring to Fig. 4, this device also comprises:
Base interface module 401 is used for realizing that the function package of application plug obtains base interface.
Described device also comprises:
Receiver module 402 is used for the window events of specifying in advance needs to receive according to the application plug function.
Described device also comprises:
Interface rules module 403 is used for the needed power function list of package application program plug-in unit as interface rules.
Further, plug-in unit generation module 303 specifically is used for:
Find the client/server framework plug-in unit of realizing the application plug function in the ECom system framework, and distribute title or address for described client/server framework plug-in unit;
Correspondingly, realize that module 304 specifically is used for:
Title or the address of client/server framework plug-in unit are encapsulated in base interface, call base interface and realize the application plug function.
the embodiment of the present invention is by calling the base interface module of encapsulation, generate the interface generation module by the base interface module again, the interface generation module is for the interface that generates the application plug function, the interface generation module is by creating the client/server framework interface, called the system framework of client/server framework by the client/server framework interface, find the client/server framework plug-in unit of realizing the application plug function from system framework, the function code of having realized application plug is delivered to and needs to process in all client/server framework plug-in units of all application plug functions in system framework, return to the address of client/server framework plug-in unit to the base interface module, when the program development personnel call the base interface module, can realize the function of application plug, when need to revising, the pin function of application program do not need one by one the interface of each plug-in unit to be modified, directly revise the base interface module, just the function code of application plug can be delivered in all client/server framework plug-in units.
Need to prove: the implement device of the application plug that above-described embodiment provides is when realizing, only the division with above-mentioned each functional module is illustrated, in practical application, can as required above-mentioned functions be distributed and be completed by different functional modules, the inner structure that is about to device is divided into different functional modules, to complete all or part of function described above.In addition, the implement device of the application plug that above-described embodiment provides and the implementation method embodiment of application plug belong to same design, and its specific implementation process sees embodiment of the method for details, repeats no more here.
One of ordinary skill in the art will appreciate that all or part of step that realizes above-described embodiment can complete by hardware, also can come the relevant hardware of instruction to complete by program, described program can be stored in a kind of computer-readable recording medium, the above-mentioned storage medium of mentioning can be ROM (read-only memory), disk or CD etc.
The above is only preferred embodiment of the present invention, and is in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, is equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (10)

1. the implementation method of an application plug, is characterized in that, described method comprises:
Call the base interface receive window event of encapsulation in advance, and generate application plug generation interface according to predefined interface rules;
Call described application plug and generate interface establishment client/server framework interface;
Called the system framework of client/server framework by described client/server framework interface, generate the client/server framework plug-in unit of realizing described application plug function in described system framework;
Client/server framework plug-in unit in described system framework is encapsulated in described base interface, realizes described application plug function.
2. the method for claim 1, is characterized in that, the described base interface receive window event of encapsulation in advance of calling, and before generating application plug generation interface according to predefined interface rules, also comprise:
The function package that realizes described application plug is obtained base interface.
3. the method for claim 1, is characterized in that, the described base interface receive window event of encapsulation in advance of calling, and before generating application plug generation interface according to predefined interface rules, also comprise:
According to the window events that described application plug function specifies needs to receive in advance, described window events is that described application program and user carry out mutual event by window.
4. the method for claim 1, is characterized in that, and is described according to before predefined interface rules generation plug-in unit generation interface, also comprises:
The needed power function list of package application program plug-in unit is as interface rules.
5. the method for claim 1, it is characterized in that, the described system framework that is called the client/server framework by described client/server framework interface generates the client/server framework plug-in unit of realizing described application plug function in described system framework, comprising:
Find the client/server framework plug-in unit of realizing described application plug function in the ECom system framework, and distribute title or address for described client/server framework plug-in unit;
Correspondingly, client/server framework plug-in unit in described system framework is encapsulated in described base interface, realizes described application plug function, comprising:
Title or the address of described client/server framework plug-in unit are encapsulated in described base interface, call described base interface and realize described application plug function.
6. an application plug implement device, is characterized in that, described device comprises:
The interface generation module is used for calling the base interface receive window event of encapsulation in advance, and generates application plug generation interface according to predefined interface rules;
Creation module is used for calling described application plug and generates interface establishment client/server framework interface;
The plug-in unit generation module for called the system framework of client/server framework by described client/server framework interface, generates the client/server framework plug-in unit of realizing described application plug function in described system framework;
Realize module, be used for described system framework client/server framework plug-in unit is encapsulated in described base interface, realize described application plug function.
7. device as claimed in claim 6, is characterized in that, described device also comprises:
The base interface module is used for realizing that the function package of described application plug obtains base interface.
8. device as claimed in claim 6, is characterized in that, described device also comprises:
Receiver module, for the window events of specifying in advance needs to receive according to described application plug function, described window events is that described application program and user carry out mutual event by window.
9. device as claimed in claim 6, is characterized in that, described device also comprises:
The interface rules module is used for the needed power function list of package application program plug-in unit as interface rules.
10. device as claimed in claim 6, is characterized in that, described plug-in unit generation module specifically is used for:
Find the client/server framework plug-in unit of realizing described application plug function in the ECom system framework, and distribute title or address for described client/server framework plug-in unit;
Correspondingly, describedly realize that module specifically is used for:
Title or the address of described client/server framework plug-in unit are encapsulated in described base interface, call described base interface and realize described application plug function.
CN201110403121.7A 2011-12-07 2011-12-07 The implementation method and device of a kind of application plug Active CN103150154B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110403121.7A CN103150154B (en) 2011-12-07 2011-12-07 The implementation method and device of a kind of application plug

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110403121.7A CN103150154B (en) 2011-12-07 2011-12-07 The implementation method and device of a kind of application plug

Publications (2)

Publication Number Publication Date
CN103150154A true CN103150154A (en) 2013-06-12
CN103150154B CN103150154B (en) 2017-06-23

Family

ID=48548256

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110403121.7A Active CN103150154B (en) 2011-12-07 2011-12-07 The implementation method and device of a kind of application plug

Country Status (1)

Country Link
CN (1) CN103150154B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016023425A1 (en) * 2014-08-14 2016-02-18 阿里巴巴集团控股有限公司 Interface call method and device
CN105867963A (en) * 2015-12-14 2016-08-17 乐视云计算有限公司 Application updating method and apparatus
CN106383732A (en) * 2016-09-23 2017-02-08 北京奇虎科技有限公司 Method and apparatus for associating Native library in plug-in
CN106648746A (en) * 2016-11-07 2017-05-10 三星电子(中国)研发中心 Application execution method and device
CN109710283A (en) * 2018-11-15 2019-05-03 中国平安人寿保险股份有限公司 Obtain method, apparatus, computer equipment and the storage medium of Mynav plug-in unit
CN110286956A (en) * 2019-05-22 2019-09-27 百度在线网络技术(北京)有限公司 Operation method, device and the electronic equipment of plug-in unit
CN110888646A (en) * 2019-11-28 2020-03-17 京东数字科技控股有限公司 Deployment method, device, system and storage medium
CN111198687A (en) * 2018-11-19 2020-05-26 成都鼎桥通信技术有限公司 Compiling method of android system application program
CN108089929B (en) * 2016-11-22 2021-04-16 沈阳美行科技有限公司 Method and device for operating application program by using plug-in

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030172197A1 (en) * 2002-03-11 2003-09-11 Thorsten Dencker Javascript client framework
CN101464805A (en) * 2008-12-24 2009-06-24 中兴通讯股份有限公司 Plug-in management method and system thereof
CN101699405A (en) * 2009-10-26 2010-04-28 中兴通讯股份有限公司 Method and device for interaction between host program and plug-in and interaction between plug-ins

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030172197A1 (en) * 2002-03-11 2003-09-11 Thorsten Dencker Javascript client framework
CN101464805A (en) * 2008-12-24 2009-06-24 中兴通讯股份有限公司 Plug-in management method and system thereof
CN101699405A (en) * 2009-10-26 2010-04-28 中兴通讯股份有限公司 Method and device for interaction between host program and plug-in and interaction between plug-ins

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016023425A1 (en) * 2014-08-14 2016-02-18 阿里巴巴集团控股有限公司 Interface call method and device
CN105867963A (en) * 2015-12-14 2016-08-17 乐视云计算有限公司 Application updating method and apparatus
CN106383732A (en) * 2016-09-23 2017-02-08 北京奇虎科技有限公司 Method and apparatus for associating Native library in plug-in
CN106648746A (en) * 2016-11-07 2017-05-10 三星电子(中国)研发中心 Application execution method and device
CN108089929B (en) * 2016-11-22 2021-04-16 沈阳美行科技有限公司 Method and device for operating application program by using plug-in
CN109710283A (en) * 2018-11-15 2019-05-03 中国平安人寿保险股份有限公司 Obtain method, apparatus, computer equipment and the storage medium of Mynav plug-in unit
CN111198687A (en) * 2018-11-19 2020-05-26 成都鼎桥通信技术有限公司 Compiling method of android system application program
CN110286956A (en) * 2019-05-22 2019-09-27 百度在线网络技术(北京)有限公司 Operation method, device and the electronic equipment of plug-in unit
CN110888646A (en) * 2019-11-28 2020-03-17 京东数字科技控股有限公司 Deployment method, device, system and storage medium

Also Published As

Publication number Publication date
CN103150154B (en) 2017-06-23

Similar Documents

Publication Publication Date Title
CN103150154A (en) Implementation method and device of application plug-in
CN105487864A (en) Method and device for automatically generating code
CN107766043B (en) Large-screen data visualization based realization method and system
CN102200914B (en) Method and equipment of realizing user interface on mobile terminal
CN1808381A (en) User panel manager and method for creating user-defined dynamic subwindow
CN103645908A (en) Full life circle development achievement system of intemetware
CN104657149A (en) Software framework implementation method of management module of storage system
US20200226615A1 (en) Customer service representative dashboard application
WO2017109791A1 (en) A system and method for building enterprise applications
CN110069312A (en) A kind of method and device of UI component Configuration and generation UI Component Gallery
CN103092583A (en) Method and device for dynamically generating setting item list views
CN101907993A (en) Dynamic model based on SpringDM and application thereof to persistence layer of RFID (Radio Frequency Identification) middleware
CN111427631A (en) Dynamic configuration method of diversified mobile application function module
CN110532058B (en) Management method, device and equipment of container cluster service and readable storage medium
CN104699518A (en) Multi-purpose meter reading machine adapter based on microkernel plug-in and realization method thereof
CN103809951A (en) Graphical service arrangement and management device based on FLEX technology
Li et al. The design and research of front-end framework for microservice environment
CN108804088B (en) Protocol processing method and device
CN107247594B (en) Logic system, implementation method thereof, computing device and computer-readable storage medium
CN116431200A (en) Configuration method, device, equipment and storage medium for application data configuration information
CN102479068A (en) Network application software integration method for ensuring autonomy of application in portal network system
CN102841918A (en) Method and device for processing binary system long-object fluidized data
CN114281399A (en) Distributed application packaging delivery method, system, terminal and storage medium
CN107015787A (en) A kind of method and device of interactive application Frame Design
CN110673827A (en) Resource calling method and device based on android system and electronic equipment

Legal Events

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