CN110851191A - Dynamic plug-in mechanism for multifunctional application - Google Patents

Dynamic plug-in mechanism for multifunctional application Download PDF

Info

Publication number
CN110851191A
CN110851191A CN201810841107.7A CN201810841107A CN110851191A CN 110851191 A CN110851191 A CN 110851191A CN 201810841107 A CN201810841107 A CN 201810841107A CN 110851191 A CN110851191 A CN 110851191A
Authority
CN
China
Prior art keywords
plug
program
information
design
development
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.)
Withdrawn
Application number
CN201810841107.7A
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.)
Hunan Migration Power Network Technology Co Ltd
Original Assignee
Hunan Migration Power Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hunan Migration Power Network Technology Co Ltd filed Critical Hunan Migration Power Network Technology Co Ltd
Priority to CN201810841107.7A priority Critical patent/CN110851191A/en
Publication of CN110851191A publication Critical patent/CN110851191A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

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 technology mainly depends on XML language to configure various information of the plug-ins, various plug-ins are dynamically loaded according to actual business requirements when a business system runs, the problems of rapid development, variable requirements, flexible configuration, maintenance and expansion and the like of software are solved, and the development and maintenance difficulty of software programs is reduced, software development resources are saved, and the technology helps merchants quickly seize the market and take the lead in the market by configuring and managing the plug-in information such as dynamic types, application program configuration information, database connection information and the like.

Description

Dynamic plug-in mechanism for multifunctional application
Technical Field
A dynamic plug-in mechanism for multifunctional application features that the XML technology is used to store and manage the configuration information of plug-in, the computer technology is used to develop software, the database technology is used to store and manage data, and the small functions of system are developed by the plug-in technology.
Background
Modern business development is very rapid, the market is continuously increasing, the types of market demands are continuously increasing and changing, the traditional software development mode has a long period, the market demands cannot be rapidly responded, and meanwhile, reconstruction, maintenance and expansion of software are difficult. The plug-in mechanism can well solve the difficulty, each plug-in program can be independently developed, the application mode is more flexible, hot plug-in can be carried out under the condition that the main program continues to run, the plug-in and the function can be dynamically configured according to the market and the requirements of users, and the program does not need to be changed.
Disclosure of Invention
The application program design of the system can be divided into two parts, namely a host program, a plug-in program and the like;
1. the host program, namely the main program of the system, is a carrying platform and a main control platform of the plug-in program, can provide an interface for accessing the plug-in program, and realizes the development of system functions and the operation of the system;
2. the plug-in is a small program combination, has the characteristics of independent development and flexible configuration, can provide different small and micro functions according to different requirements, is connected with the main program to realize the combination and configuration of functions, and dynamically changes the functional module of the main program.
The design of the plug-in program can be divided into a plurality of parts such as plug-in configuration information, a configuration manager, a program set manager, a dynamic type manager and the like;
1. the part is mainly used for configuring and storing key plug-in information through an XML file, and meanwhile, parameter information of an application program and the plug-in can be quickly modified and adjusted through the XML file;
2. the configuration manager mainly provides reading of configuration section information through a configuration information management tool, can also realize combination of various configuration files, and supports the system to perform personalized configuration on the custom plug-ins;
3. the program set manager can manage the plug-in program set, and can position and load the appointed plug-in program according to the requirement of the main program to realize the call of the plug-in program;
4. the dynamic type manager mainly aims at the dynamic type of the application program, adopts a corresponding management tool to manage and operate the instantiation of the dynamic type, realizes the delayed loading of each plug-in and reduces the system resources occupied by the application program during the operation.

Claims (3)

1. A dynamic plug-in mechanism for multi-functional applications, characterized by: the plug-in mechanism can flexibly and freely use plug-ins to match and combine software programs in the software development and maintenance process, dynamically configure and manage plug-in information as required, and the overall design mainly comprises two parts of application program design, plug-in program design and the like.
2. According to claim 1, the application program design of the system can be divided into two parts, namely a host program and a plug-in program, the host program is a main program and can provide a carrying platform for the plug-in program, the plug-in program has higher independence and flexibility, the development of the plug-in function can be freely performed according to needs, the two programs can communicate with each other, and the function of the main program can be changed by modifying and configuring the plug-in program under the condition that the host program is not changed.
3. According to claim 2, the plug-in design can be divided into several parts, such as plug-in configuration information, a configuration manager, a program set manager, and a dynamic type manager, and by developing and integrating various program components, the problems of configuration, management, and dynamic loading of the plug-in can be realized, and the application of the plug-in can be realized.
CN201810841107.7A 2018-07-27 2018-07-27 Dynamic plug-in mechanism for multifunctional application Withdrawn CN110851191A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810841107.7A CN110851191A (en) 2018-07-27 2018-07-27 Dynamic plug-in mechanism for multifunctional application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810841107.7A CN110851191A (en) 2018-07-27 2018-07-27 Dynamic plug-in mechanism for multifunctional application

Publications (1)

Publication Number Publication Date
CN110851191A true CN110851191A (en) 2020-02-28

Family

ID=69594740

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810841107.7A Withdrawn CN110851191A (en) 2018-07-27 2018-07-27 Dynamic plug-in mechanism for multifunctional application

Country Status (1)

Country Link
CN (1) CN110851191A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114037503A (en) * 2022-01-07 2022-02-11 浙江口碑网络技术有限公司 Order processing method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114037503A (en) * 2022-01-07 2022-02-11 浙江口碑网络技术有限公司 Order processing method and device

Similar Documents

Publication Publication Date Title
CN109597661B (en) Service function configuration method and device
Loutas et al. A semantic interoperability framework for cloud platform as a service
US9875121B2 (en) API server
CN106484394B (en) A kind of fast software development system with double engines
CN109101352A (en) Algorithm framework, algorithm call method, device, storage medium and mobile terminal
US20030018690A1 (en) Digital data processing apparatus and methods with dynamically configurable application execution on accelerated resources
CN103809975B (en) The implementation method of intelligent cloud list
US10817284B2 (en) Melding of mediation flow service component architecture (SCA) components
TW521210B (en) Modular computer system and related method
CN102810057A (en) Log recording method
CN110764752B (en) System and method for realizing graphic service arrangement of Restful service
CN103853535A (en) Method and device for modifying middleware
CN111190855A (en) FPGA multiple remote configuration system and method
Coughlin Digital storage and memory
JP6002302B2 (en) Web application generation system, Web application generation system control method, Web application generation system program, Web application generation device, Web application generation device control method, and Web application generation device program
CN110851191A (en) Dynamic plug-in mechanism for multifunctional application
US10540151B1 (en) Graphical customization of a firmware-provided user interface (UI)
CN103501341A (en) Method and device for establishing Web service
CN109937404A (en) Real Data Exchangs between program module
CN101458628A (en) Program edition management method
CN116795397A (en) Application management method, application management device, and computer-readable storage medium
CN101246421A (en) Universal frame work based on workflow engine
CN105653334A (en) Rapid development framework for MIS system based on SAAS mode
CN114611476B (en) Form content structuring processing method and device
CN110520842B (en) Address space splitting system and method for traditional application compatibility

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200228