CN112231010B - Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification - Google Patents

Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification Download PDF

Info

Publication number
CN112231010B
CN112231010B CN202011054942.XA CN202011054942A CN112231010B CN 112231010 B CN112231010 B CN 112231010B CN 202011054942 A CN202011054942 A CN 202011054942A CN 112231010 B CN112231010 B CN 112231010B
Authority
CN
China
Prior art keywords
configuration
configuration information
information
configuration file
persistence
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.)
Active
Application number
CN202011054942.XA
Other languages
Chinese (zh)
Other versions
CN112231010A (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.)
Sichuan XW Bank Co Ltd
Original Assignee
Sichuan XW Bank 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 Sichuan XW Bank Co Ltd filed Critical Sichuan XW Bank Co Ltd
Priority to CN202011054942.XA priority Critical patent/CN112231010B/en
Publication of CN112231010A publication Critical patent/CN112231010A/en
Application granted granted Critical
Publication of CN112231010B publication Critical patent/CN112231010B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/44505Configuring for program initiating, e.g. using registry, configuration files
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method for managing and dynamically updating application configuration information based on OSGI specification, which comprises the following steps: A. the configuration centralized management module is arranged in the configuration management center and the dynamic release system to perform centralized management on the configuration information; B. a dynamic update processing module is configured in a configuration management center and a dynamic release system, the released configuration information is received, and shell scripts of a server are called to update the released configuration information into configuration files of an application; C. and a configuration information persistence module in the configuration management center and the dynamic release system receives the configuration information needing persistence and carries out persistence processing on the configuration information. The method and the device can update the application configuration file rapidly, reduce the operation risk of manually updating the application configuration file, shorten the operation time of manually updating the configuration file, reduce the frequency of manually logging in the application server and improve the safety of the application.

Description

Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification
Technical Field
The invention relates to the technical field of computer data processing, in particular to a method for managing and dynamically updating application configuration information based on an OSGI specification.
Background
OSGI (open services gateway protocol, open Service Gateway Initiative) technology is a series of specifications for Java-dynamic modular systems. The method is characterized by modularization and dynamic deployment, and supports modularization dynamic development and modularization dynamic expansion.
At present, in order to dynamically expand service applications in the future and realize the requirements of dynamic deployment of the applications, service applications developed based on OSGI design specifications are adopted, so that the defect that updating must be stopped for later iteration of application services is avoided. In the continuous iterative release process of the project, the configuration files are found to be manually updated, the application adopts a cluster deployment mode, the number of application servers is tens, each time the configuration files of the application are updated, a long time is required, and the situations of missing or configuration errors of part of server configuration are easy to occur.
Disclosure of Invention
The invention provides a method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification, aiming at the problems, thereby realizing dynamic updating of application configuration and solving the problem of centralized management of configuration.
The invention discloses a method for managing and dynamically updating application configuration information based on OSGI specification, which comprises the following steps:
A. the configuration centralized management module is arranged in the configuration management center and the dynamic release system to perform centralized management on the configuration information;
B. a dynamic update processing module is configured in a configuration management center and a dynamic release system, the released configuration information is received, and shell scripts of a server are called to update the released configuration information into configuration files of an application;
C. and a configuration information persistence module in the configuration management center and the dynamic release system receives the configuration information needing persistence and carries out persistence processing on the configuration information.
The integrated management application developed based on the OSGI design specification realizes centralized management and dynamic change of configuration, shortens the time of iterative deployment of the application, reduces the non-technical risk caused by manual change of configuration files, and can simultaneously realize centralized management of cluster configuration and dynamic change of cluster configuration without relying on third party service and introducing third party jar packages.
Further, the step a includes:
selecting a configuration file needing to update or modify configuration file information, and updating or modifying the configuration file;
after the configuration file information is updated or modified, if the configuration file information needs to be released, calling a configuration dynamic update processing logic and returning a result; if so, the configuration information persistence processing logic is invoked and the result returned.
The configuration centralized management module in the step A performs centralized management on configuration information of the application cluster, and comprises information such as an ip of a server where an application is located, a user name, a password, a deployment path of the application on the server, a position path of a shell script for updating the configuration information on the server and the like, and further comprises functions of centralized management of the configuration information, configuration updating, release and the like.
Further, the step B includes:
the configuration dynamic update processing module receives configuration information to be released;
selecting a corresponding configuration file to update the shell script according to the configuration information to be released;
calling a script execution client, transmitting configuration information to be issued, and executing a shell script which is updated correspondingly;
acquiring an execution result of the script, and calling configuration information persistence processing logic to carry out persistence processing if the execution is successful; if the execution fails, returning to the processing failure;
the configuration centralized management and dynamic updating mode in the step B is to directly operate the configuration file of the application through the shell script, so that no modification is needed to be carried out on the existing application code.
Further, the method comprises the steps of,
the Shell script receives configuration information of the configuration file to be updated and acquires a path and a name of the path in the server of the configuration file to be updated;
creating a configuration file with the same name as the configuration file under the temporary folder, and writing the received configuration information in the configuration file;
and replacing the configuration file needing to be updated with the newly created configuration file with the same name under the temporary folder.
The method for dynamically updating the cluster configuration is that shell script files for executing corresponding configuration file changes directly operate application configuration files, so that jar packages of a third party are not required to be introduced into the application.
Further, step C includes:
the configuration information persistence module carries out persistence processing on the configuration information, realizes library division and table division in order to relieve the pressure of a single database, adopts a mycat middleware as a proxy for data access, adopts a mysql database to store the configuration information, and returns a processing result after persistence is successful.
And C, the configuration information persistence module carries out persistence processing on the configuration information, and the obtained persistence information is used for inquiring and modifying the configuration information by the configuration management module.
The invention provides a method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification, which can quickly update application configuration files, reduce the operation risk of manually updating the application configuration files, shorten the operation time of manually updating the application configuration files, reduce the frequency of manually logging in an application server and improve the safety of the application.
Drawings
FIG. 1 is a flowchart illustrating the operation of the configuration centralized management module of the present invention.
FIG. 2 is a flow chart of the operation of the configuration dynamic update module of the present invention.
FIG. 3 is a flowchart illustrating the operation of the configuration information persistence module of the present invention.
Detailed Description
The foregoing of the invention will be described in further detail with reference to the following detailed description of the examples. It should not be understood that the scope of the above subject matter of the present invention is limited to the following examples only. Various substitutions and alterations are also possible, without departing from the spirit of the invention, and are intended to be within the scope of the invention.
1. The workflow of the configuration centralized management module of the present invention is shown in fig. 1:
selecting a configuration file needing to update or modify configuration file information, and updating or modifying the configuration file;
after the configuration file information is updated or modified, if the configuration file information needs to be released, calling a configuration dynamic update processing logic and returning a result; if so, the configuration information persistence processing logic is invoked and the result returned.
2. The present invention configures the workflow of the dynamic update module as shown in fig. 2:
the configuration dynamic update processing module receives configuration information to be released;
selecting a corresponding configuration file to update the shell script according to the configuration information to be released;
calling a script execution client, transmitting configuration information to be issued, and executing a shell script which is updated correspondingly;
the Shell script receives configuration information of the configuration file to be updated and acquires a path and a name of the path in the server of the configuration file to be updated;
creating a configuration file with the same name as the configuration file under the temporary folder, and writing the received configuration information in the configuration file;
replacing the configuration file to be updated with the newly created configuration file with the same name under the temporary folder;
acquiring an execution result of the script, and calling configuration information persistence processing logic to carry out persistence processing if the execution is successful; if the execution fails, the return processing fails.
3. The workflow diagram of the configuration information persistence module of the invention is shown in FIG. 3:
receiving configuration information needing persistence;
performing persistence processing on the configuration information, and landing the configuration information on a database table;
and returning a persistence processing result.
The invention provides a method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification, which can quickly update application configuration files, reduce the operation risk of manually updating the application configuration files, shorten the operation time of manually updating the application configuration files, reduce the frequency of manually logging in an application server and improve the safety of the application.

Claims (2)

1. A method for application configuration information management and dynamic update based on OSGI specification, comprising:
A. the configuration centralized management module is arranged in the configuration management center and the dynamic release system to perform centralized management on the configuration information;
B. a dynamic update processing module is configured in a configuration management center and a dynamic release system, the released configuration information is received, and shell scripts of a server are called to update the released configuration information into configuration files of an application;
C. the configuration information persistence module in the configuration management center and the dynamic release system receives the configuration information needing persistence and carries out persistence treatment on the configuration information;
the step A comprises the following steps:
the configuration centralized management module selects a configuration file needing to be updated or modified with configuration file information, and updates or modifies the configuration file;
after the configuration file information is updated or modified, if the configuration file information needs to be released, calling a configuration dynamic update processing logic and returning a result; if the configuration information needs to be stored, calling configuration information persistence processing logic and returning a result;
the step B comprises the following steps:
the configuration dynamic update processing module receives configuration information to be released;
selecting a corresponding configuration file to update the shell script according to the configuration information to be released;
calling a script execution client, transmitting configuration information to be issued, and executing a shell script which is updated correspondingly;
acquiring an execution result of the script, and calling configuration information persistence processing logic to carry out persistence processing if the execution is successful; if the execution fails, returning to the processing failure;
the information persistence module receives the published configuration information, and returns an execution result after performing configuration information persistence processing.
2. The method for application configuration information management and dynamic update under OSGI specification according to claim 1, wherein:
the Shell script receives configuration information of the configuration file to be updated and acquires a path and a name of the path in the server of the configuration file to be updated;
creating a configuration file with the same name as the configuration file under the temporary folder, and writing the received configuration information in the configuration file;
and replacing the configuration file needing to be updated with the newly created configuration file with the same name under the temporary folder.
CN202011054942.XA 2020-09-28 2020-09-28 Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification Active CN112231010B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011054942.XA CN112231010B (en) 2020-09-28 2020-09-28 Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011054942.XA CN112231010B (en) 2020-09-28 2020-09-28 Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification

Publications (2)

Publication Number Publication Date
CN112231010A CN112231010A (en) 2021-01-15
CN112231010B true CN112231010B (en) 2023-06-06

Family

ID=74119668

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011054942.XA Active CN112231010B (en) 2020-09-28 2020-09-28 Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification

Country Status (1)

Country Link
CN (1) CN112231010B (en)

Citations (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104199666A (en) * 2014-09-09 2014-12-10 北京京东尚科信息技术有限公司 Dynamic configuration method and device for application program
CN104407856A (en) * 2014-11-10 2015-03-11 北京国双科技有限公司 SDK (Software Development Kit) file packaging method and SDK file packaging device
CN105099761A (en) * 2015-06-26 2015-11-25 广东欧珀移动通信有限公司 Method and system for concentratedly managing configuration information of client
CN105323269A (en) * 2014-06-17 2016-02-10 中兴通讯股份有限公司 Method for updating APP in Android system, terminal and storage medium
CN105511889A (en) * 2016-01-15 2016-04-20 珠海金山网络游戏科技有限公司 General game version incremental updating system and method
CN105701005A (en) * 2014-11-28 2016-06-22 阿里巴巴集团控股有限公司 OSGI (Open Service Gateway Initiative) based application frame test method and system
CN106656638A (en) * 2017-02-24 2017-05-10 济南浪潮高新科技投资发展有限公司 Thermal equipment deployment method
CN107133024A (en) * 2016-02-29 2017-09-05 北京广联达正源兴邦科技有限公司 Business management system based on OSGI frameworks
CN107508701A (en) * 2017-08-16 2017-12-22 上海市共进通信技术有限公司 The method that PON equipment based on OSGI frameworks realizes the push control of terminal device video flow
CN107748680A (en) * 2017-09-28 2018-03-02 努比亚技术有限公司 A kind of kernel setup method, terminal and computer-readable recording medium
CN107861778A (en) * 2016-12-15 2018-03-30 平安科技(深圳)有限公司 Record the Dynamic Configuration and system of single-page
CN108319827A (en) * 2018-01-25 2018-07-24 烽火通信科技股份有限公司 A kind of API rights managements plug-in unit and method based on OSGI frames
CN108600029A (en) * 2018-05-09 2018-09-28 深圳壹账通智能科技有限公司 A kind of configuration file update method, device, terminal device and storage medium
CN108965019A (en) * 2018-07-27 2018-12-07 广东美的制冷设备有限公司 Dynamic Configuration, wireless communication device and the relevant device of communication protocol
CN109067734A (en) * 2018-07-27 2018-12-21 广东美的制冷设备有限公司 Dynamic Configuration, wireless communication device and the household electrical appliance of communication protocol
CN109240733A (en) * 2017-07-03 2019-01-18 Tcl集团股份有限公司 A kind of method and terminal updating advertisement SDK based on Android system
CN109445755A (en) * 2018-09-14 2019-03-08 武汉达梦数据库有限公司 A kind of multi version hadoop integrated approach and device based on OSGI
CN109460358A (en) * 2018-10-22 2019-03-12 杭州电魂网络科技股份有限公司 Configuring management method and system based on Cmdb
CN109615210A (en) * 2018-12-05 2019-04-12 山东浪潮通软信息科技有限公司 Business process map methods of exhibiting and system under a kind of Web frame
CN109669715A (en) * 2018-12-24 2019-04-23 北京金山安全软件有限公司 application program dynamic updating method, device and storage medium
CN109766278A (en) * 2019-01-10 2019-05-17 中天宽带技术有限公司 The backstage gateway WEB automatic test approach based on OSGI frame
CN109814902A (en) * 2019-01-02 2019-05-28 深圳市买买提信息科技有限公司 A kind of configuration file update method, device, electronic equipment and storage medium
CN110099130A (en) * 2019-05-15 2019-08-06 腾讯科技(深圳)有限公司 Configure update method, device and server
CN110113185A (en) * 2019-04-18 2019-08-09 卓尔购电子商务(武汉)有限公司 Method, system, storage medium and the device of a kind of rapid deployment alliance chain
CN110471679A (en) * 2019-07-08 2019-11-19 中国平安人寿保险股份有限公司 Client resource configures update method, device and storage medium, server
CN110543335A (en) * 2019-08-15 2019-12-06 上海易点时空网络有限公司 Application program configuration management method and system
CN110597564A (en) * 2018-05-25 2019-12-20 阿里巴巴集团控股有限公司 Installation package construction and service component loading method, device and terminal equipment
CN110780979A (en) * 2019-10-28 2020-02-11 北京海益同展信息科技有限公司 Control method and device for configuration under micro-service framework, medium and electronic equipment
CN110970137A (en) * 2019-11-28 2020-04-07 联通(广东)产业互联网有限公司 Intelligent cloud nursing system and method based on 5G mobile communication
CN111104133A (en) * 2018-10-25 2020-05-05 深圳市茁壮网络股份有限公司 Configuration parameter updating system, method and storage medium
CN111142903A (en) * 2019-12-23 2020-05-12 杭州安恒信息技术股份有限公司 Configuration file interactive updating method and device based on file comparison

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8631480B2 (en) * 2011-03-28 2014-01-14 Canon Kabushiki Kaisha Systems and methods for implementing security services
US9311068B2 (en) * 2012-04-17 2016-04-12 Sap Se Deployment of web application archives as a preprocessing step for provisioning
US9398109B2 (en) * 2012-12-21 2016-07-19 Software Ag System, messaging broker and method for managing communication between open services gateway initiative (OSGI) environments
US9122657B2 (en) * 2013-05-16 2015-09-01 International Business Machines Corporation Webpage display system leveraging OSGI
US10255627B2 (en) * 2014-08-22 2019-04-09 Ca, Inc. Service broker for service-oriented architecture
FR3031206B1 (en) * 2014-12-31 2018-01-19 Bull Sas INTERCONNECTION BOX FOR UTILITIES

Patent Citations (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105323269A (en) * 2014-06-17 2016-02-10 中兴通讯股份有限公司 Method for updating APP in Android system, terminal and storage medium
CN104199666A (en) * 2014-09-09 2014-12-10 北京京东尚科信息技术有限公司 Dynamic configuration method and device for application program
CN104407856A (en) * 2014-11-10 2015-03-11 北京国双科技有限公司 SDK (Software Development Kit) file packaging method and SDK file packaging device
CN105701005A (en) * 2014-11-28 2016-06-22 阿里巴巴集团控股有限公司 OSGI (Open Service Gateway Initiative) based application frame test method and system
CN105099761A (en) * 2015-06-26 2015-11-25 广东欧珀移动通信有限公司 Method and system for concentratedly managing configuration information of client
CN105511889A (en) * 2016-01-15 2016-04-20 珠海金山网络游戏科技有限公司 General game version incremental updating system and method
CN107133024A (en) * 2016-02-29 2017-09-05 北京广联达正源兴邦科技有限公司 Business management system based on OSGI frameworks
CN107861778A (en) * 2016-12-15 2018-03-30 平安科技(深圳)有限公司 Record the Dynamic Configuration and system of single-page
CN106656638A (en) * 2017-02-24 2017-05-10 济南浪潮高新科技投资发展有限公司 Thermal equipment deployment method
CN109240733A (en) * 2017-07-03 2019-01-18 Tcl集团股份有限公司 A kind of method and terminal updating advertisement SDK based on Android system
CN107508701A (en) * 2017-08-16 2017-12-22 上海市共进通信技术有限公司 The method that PON equipment based on OSGI frameworks realizes the push control of terminal device video flow
CN107748680A (en) * 2017-09-28 2018-03-02 努比亚技术有限公司 A kind of kernel setup method, terminal and computer-readable recording medium
CN108319827A (en) * 2018-01-25 2018-07-24 烽火通信科技股份有限公司 A kind of API rights managements plug-in unit and method based on OSGI frames
CN108600029A (en) * 2018-05-09 2018-09-28 深圳壹账通智能科技有限公司 A kind of configuration file update method, device, terminal device and storage medium
CN110597564A (en) * 2018-05-25 2019-12-20 阿里巴巴集团控股有限公司 Installation package construction and service component loading method, device and terminal equipment
CN109067734A (en) * 2018-07-27 2018-12-21 广东美的制冷设备有限公司 Dynamic Configuration, wireless communication device and the household electrical appliance of communication protocol
CN108965019A (en) * 2018-07-27 2018-12-07 广东美的制冷设备有限公司 Dynamic Configuration, wireless communication device and the relevant device of communication protocol
CN109445755A (en) * 2018-09-14 2019-03-08 武汉达梦数据库有限公司 A kind of multi version hadoop integrated approach and device based on OSGI
CN109460358A (en) * 2018-10-22 2019-03-12 杭州电魂网络科技股份有限公司 Configuring management method and system based on Cmdb
CN111104133A (en) * 2018-10-25 2020-05-05 深圳市茁壮网络股份有限公司 Configuration parameter updating system, method and storage medium
CN109615210A (en) * 2018-12-05 2019-04-12 山东浪潮通软信息科技有限公司 Business process map methods of exhibiting and system under a kind of Web frame
CN109669715A (en) * 2018-12-24 2019-04-23 北京金山安全软件有限公司 application program dynamic updating method, device and storage medium
CN109814902A (en) * 2019-01-02 2019-05-28 深圳市买买提信息科技有限公司 A kind of configuration file update method, device, electronic equipment and storage medium
CN109766278A (en) * 2019-01-10 2019-05-17 中天宽带技术有限公司 The backstage gateway WEB automatic test approach based on OSGI frame
CN110113185A (en) * 2019-04-18 2019-08-09 卓尔购电子商务(武汉)有限公司 Method, system, storage medium and the device of a kind of rapid deployment alliance chain
CN110099130A (en) * 2019-05-15 2019-08-06 腾讯科技(深圳)有限公司 Configure update method, device and server
CN110471679A (en) * 2019-07-08 2019-11-19 中国平安人寿保险股份有限公司 Client resource configures update method, device and storage medium, server
CN110543335A (en) * 2019-08-15 2019-12-06 上海易点时空网络有限公司 Application program configuration management method and system
CN110780979A (en) * 2019-10-28 2020-02-11 北京海益同展信息科技有限公司 Control method and device for configuration under micro-service framework, medium and electronic equipment
CN110970137A (en) * 2019-11-28 2020-04-07 联通(广东)产业互联网有限公司 Intelligent cloud nursing system and method based on 5G mobile communication
CN111142903A (en) * 2019-12-23 2020-05-12 杭州安恒信息技术股份有限公司 Configuration file interactive updating method and device based on file comparison

Also Published As

Publication number Publication date
CN112231010A (en) 2021-01-15

Similar Documents

Publication Publication Date Title
US9489189B2 (en) Dynamically generate and execute a context-specific patch installation procedure on a computing system
US8139509B2 (en) Installation and management of mobile device [{S]} configuration
US20080222617A1 (en) Server side application integration framework
US20030115305A1 (en) Command line interface processor with dynamic update of attribute dependencies
US20020099726A1 (en) Method and system for distribution of file updates
CN106713469B (en) Dynamic loading method, device and system for distributed container
CN102609281A (en) Distributed software patch updating method and distributed software patch updating system
CN109104368B (en) Connection request method, device, server and computer readable storage medium
CN106569863B (en) Resource and code modularization-based android app resource updating and repairing method
WO2017045345A1 (en) Resource management method and apparatus, and multi-mode soft base station unified network management
KR101074886B1 (en) Method, system, dm client and dm server for installing software component
JP2014235738A (en) Deployment of software across enterprise system
CN116155978A (en) Multi-registry adaptation method, device, electronic equipment and storage medium
CN114422602B (en) Micro-service calling method and device based on K8S cluster, electronic equipment and storage medium
CN112231010B (en) Method for managing and dynamically updating application configuration information based on OSGI (open service gateway initiative) specification
CN112597134B (en) Configuration method, device, electronic equipment and medium of distributed configuration center
CN117908904B (en) K8S cluster deployment and operation and maintenance management method and system
CN114610509A (en) Calling parameter processing method, system, device, storage medium and product
CN111339055B (en) Big data cluster capacity expansion method and device
CN109614442B (en) Data table maintenance method and device for data synchronization, storage medium and electronic equipment
JP2009032253A (en) Middleware for use in client-server architecture
FI120286B (en) A method and device arrangement for managing a server-client environment
CN111741102A (en) Upgrading method and device for distributed micro-service application
CN102520932A (en) System used for managing service module on movement equipment
US20060184380A1 (en) XML-based resource data structures and networks managed by XML-based resource data structures

Legal Events

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