CN117971343A - Method and system for dynamically loading service components on line - Google Patents

Method and system for dynamically loading service components on line Download PDF

Info

Publication number
CN117971343A
CN117971343A CN202410099595.4A CN202410099595A CN117971343A CN 117971343 A CN117971343 A CN 117971343A CN 202410099595 A CN202410099595 A CN 202410099595A CN 117971343 A CN117971343 A CN 117971343A
Authority
CN
China
Prior art keywords
component
application container
components
service
environment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202410099595.4A
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.)
Vtron Group Co Ltd
Original Assignee
Vtron Group 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 Vtron Group Co Ltd filed Critical Vtron Group Co Ltd
Priority to CN202410099595.4A priority Critical patent/CN117971343A/en
Publication of CN117971343A publication Critical patent/CN117971343A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a system for dynamically loading service components on line, wherein the method comprises the following steps: deploying an operation environment or application container aiming at the business component, wherein the operation environment or application container is constructed by first electronic equipment, and the first electronic equipment further compiles and packages the constructed operation environment or application container; configuring a specific path address of a service component or a component library; reading a service component or component library character string code after compiling and deploying the second electronic equipment according to the specific path address; analyzing the character string codes to obtain analyzed service components; and mounting the parsed business components on a deployed running environment or application container. The embodiment of the invention can realize the on-line dynamic loading of the service components, the on-line running environment and each component library (package) are independent, the package deployment is not needed, the coupling relation is not existed, and the components can be deployed on different servers respectively.

Description

Method and system for dynamically loading service components on line
Technical Field
The invention relates to the technical field of Web visualization, in particular to a method and a system for dynamically loading service components on line.
Background
In the existing Web visualization technology, please refer to fig. 1, before the project or the component library or the component package is released or delivered to a third party online, the running environment or the application container of the project or the component library or the component package needs to be built, the required service component is developed, then the service component and the running environment or the application container are packaged together, and finally the service component and the running environment or the application container are deployed to an online server. In one such scheme, the online environment can only use components that were carried prior to packaging; secondly, if the operations such as adding components and modifying component source codes are needed to be carried out later, the service components and the running environment or the application container are required to be packaged together again, and then the service components and the running environment or the application container are deployed on line again; third, it is not satisfied if a third party wants to dynamically add their own components to the online environment.
Disclosure of Invention
In order to overcome the defects of the prior art, the embodiment of the invention aims to provide a method and a system for dynamically loading service components on line, which can reduce cost and have flexible scheduling mode.
To solve the above problems, a first aspect of the embodiments of the present invention discloses a method for dynamically loading service components on line, which includes the following steps:
deploying an operating environment or an application container for a business component, wherein the operating environment or the application container is constructed by first electronic equipment, and the first electronic equipment further compiles and packages the constructed operating environment or application container;
Configuring a specific path address of a service component or a component library;
reading a service component or component library character string code after compiling and deploying the second electronic equipment according to the specific path address;
Analyzing the character string codes to obtain analyzed service components;
And mounting the parsed business components on the deployed running environment or application container.
The second aspect of the embodiment of the invention discloses a device for dynamically loading service components on line, which comprises:
The system comprises a deployment unit, a first electronic device and a service component, wherein the deployment unit is used for deploying an operation environment or application container for the service component, the operation environment or application container is constructed by the first electronic device, and the first electronic device also compiles and packages the constructed operation environment or application container;
the configuration unit is used for configuring specific path addresses of the service components or the component library;
The reading unit is used for reading the character string codes of the service components or the component library after compiling and deploying the second electronic equipment according to the specific path address;
the analysis unit is used for analyzing the character string codes to obtain analyzed service components;
and the mounting unit is used for mounting the analyzed service components on the deployed running environment or application container.
A third aspect of an embodiment of the present invention discloses an electronic device, including: a memory storing executable program code; a processor coupled to the memory; the processor invokes the executable program code stored in the memory to perform a method for dynamically loading service components on line as disclosed in the first aspect of the embodiment of the present invention.
A fourth aspect of the embodiment of the present invention discloses a computer-readable storage medium storing a computer program, where the computer program causes a computer to execute a method for dynamically loading service components on line disclosed in the first aspect of the embodiment of the present invention.
A fifth aspect of the embodiments of the present invention discloses a computer program product, which when run on a computer causes the computer to perform a method of dynamically loading business components online as disclosed in the first aspect of the embodiments of the present invention.
A sixth aspect of the embodiment of the present invention discloses an application publishing platform, where the application publishing platform is configured to publish a computer program product, where the computer program product, when running on the computer, causes the computer to execute a method for dynamically loading a service component on line disclosed in the first aspect of the embodiment of the present invention.
The seventh aspect of the embodiment of the invention discloses a system for dynamically loading service components on line, which comprises a first electronic device, a second electronic device and an on-line server, wherein:
The first electronic equipment is used for constructing an operation environment or an application container of the service component, compiling and packaging the constructed operation environment or application container and sending the compiled operation environment or application container to the online server;
The online server deploys the running environment or the application container in an online environment to obtain an online running environment or an application container;
the second electronic equipment is used for compiling a business component or a component library character string code and deploying the business component or the component library character string code on a component server;
The on-line server also reads the character string codes of the service components or the component library from the component server corresponding to the target path address based on the configured target path address of the service components or the component library, analyzes the character string codes to obtain analyzed service components, and mounts the analyzed service components on an on-line running environment or an application container.
The embodiment of the invention can realize the on-line dynamic loading of the service components, the on-line running environment and each component library (package) are independent, the package deployment is not needed, the coupling relation is not existed, and the components can be deployed on different servers respectively.
The embodiment of the invention can add the components and modify the source codes of the components on line at will without repackaging the running environment.
For a third party user or developer, the third party user or developer can develop own business components and then mount the business components to an online running environment or an application container for use without developing an operating environment by himself. The third party only needs to maintain own business components, does not need to maintain an operation environment, and saves the cost of project development and project maintenance.
Drawings
FIG. 1 is a schematic diagram of a business component and an operating environment or application container deploying an online server in the prior art;
FIG. 2 is a flow chart of a method for dynamically loading business components on-line in accordance with an embodiment of the present invention;
FIG. 3 is a schematic diagram of a dynamic loading of business components by an operating environment or application container disclosed in an embodiment of the present invention;
FIG. 4 is a schematic diagram of a system for dynamically loading business components on-line according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of an apparatus for dynamically loading business components on-line according to an embodiment of the present invention;
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The present embodiment is only for explanation of the present invention and is not to be construed as limiting the present invention, and those skilled in the art can make modifications to the present embodiment without creative contribution as required after reading the present specification, but are protected by patent laws within the scope of claims of the present invention.
For the purpose of making the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some embodiments of the present invention, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In embodiments of the invention, words such as "exemplary" or "such as" are used to mean serving as an example, instance, or illustration. Any embodiment or design described herein as "exemplary" or "for example" is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, the use of words such as "exemplary" or "such as" is intended to present related concepts in a concrete fashion.
The embodiment of the invention can realize the on-line dynamic loading of service components, the on-line running environment and each component library (package) are independent, the on-line running environment and each component library (package) are not required to be packaged and deployed together, no coupling relation exists, and the on-line running environment and each component library (package) can be deployed on different servers respectively, and the on-line running environment and each component library (package) are described in detail below with reference to the drawings.
Example 1
Referring to fig. 2, fig. 2 is a flow chart of a method for dynamically loading service components on line according to an embodiment of the present invention. The execution main body of the embodiment of the invention is an online server which is used for deploying the operation environment or application container of the service component and dynamically loading the service component or component library (or component package) to be mounted on the operation environment or application container, so as to realize the decoupling of the operation environment and each service component library (package), thereby saving the cost of project development and project maintenance.
The development, compiling, packing and deployment of the running environment or the application container can be completed by the platform, and each third party only needs to develop, compile and maintain own business components or component libraries (packages), however, the platform can also develop some general business components or component libraries (packages) for use by itself and all third parties accessing the platform.
As shown in fig. 2, a method for dynamically loading service components on line includes the following steps:
s110, deploying an operation environment or application container for the business component, wherein the operation environment or application container is constructed by first electronic equipment, and the first electronic equipment further compiles and packages the constructed operation environment or application container.
The operation environment and the application container of the service component are built and compiled by the platform side through the first electronic device, and then the compiled operation environment and application container are sent to the online server for deployment, so that the online operation environment and application container are formed.
The first electronic device may be a common PC or other device capable of building and compiling a running environment and an application container, where the building of the running environment and the application container may be implemented in JavaScript, although in other embodiments, it may be implemented in other languages. The subsequent analysis of the string code also requires converting the string code into js code before completing the analysis.
S120, configuring a specific path address of a service component or a component library.
The specific path address of the service component or component library (package) to be loaded is configured in the online running environment of the service component corresponding to the online server.
The loading method is various, and may be, for example, that after the deployment information of the component service component or the component library (package) is sent to the online server, the online server loads a specific path address in the deployment information. Of course, it is also possible to have both parties agree on a specific path address for the deployment of the component business component or component library (package), and the configuration is completed based on the agreement.
S130, reading the service component or component library character string codes after compiling and deploying the second electronic equipment according to the specific path address.
The manner of reading the character string codes corresponding to the service components or component libraries (packages) by the online server is set according to the needs, and the character string codes can be read based on specific path addresses at regular time, or can be read based on deployment requests, or each component server deploying the character string codes is monitored in real time, and when the character string codes of the component servers change, the character string codes are read again.
The service components or component libraries (packages) are constructed and compiled by a second electronic device, wherein the second electronic device can be a device for developing own service components by a platform side or a device for developing universal service components by the platform side, the service components developed by the second electronic device can be packaged and deployed on corresponding servers and recorded as component servers, and it can be understood that the component servers and the online servers can be different servers, and of course, the service components and the online servers can also be the same servers.
Referring to fig. 3, each component developed by the second electronic device a on the platform side includes, for example, a component A1, a component A2, and the like, which are packaged and deployed on the component server a, and each component developed by the second electronic device X on the third party includes, for example, a component X1, a component X2, and the like, which are packaged and deployed on the component server X of the third party, and the like. The platform side is directly packaged and deployed on an online server through an operating environment or an application container developed by the first electronic equipment.
The on-line server reads the service component or component library (package) character string codes, and can only read the added or modified character string code parts, namely only read the increment character string codes, or can read all the service component or component library (package) character string codes under the specific path address at one time when the character string code reading operation is triggered.
When reading, ajax (Asynchronous JavaScript and XML) can be adopted, and the Ajax can acquire XML format data from a component server or directly acquire character strings of < option > or </option > content, and the like, namely service components or component library (package) character string codes.
And S140, analyzing the character string codes to obtain analyzed service components.
After the character string code is read, the character string code needs to be parsed, so that one or more corresponding service components (component libraries or component packages) are obtained, the service components are mounted, and the parsed service components are marked as parsing components for illustration.
First, the read string code needs to be converted into a unicode in order to be parsed, and in the preferred embodiment of the present invention, js code is used as the unicode, and the read string code is converted into js code.
Then, the character string of the js code is parsed, thereby obtaining a parsing component.
S150, mounting the parsed business components on the deployed running environment or application container.
Before the analysis component is mounted in the online running environment or the application container, the analysis component can be classified first, and of course, the analysis component can be directly mounted without classification.
The classification method can be performed according to the labels of the analysis components, or can be performed manually, however, in other embodiments, classification can also be performed by using a supervised or unsupervised clustering technology, as shown in fig. 3, the analysis components can be classified according to different developers, and the analysis components can be classified according to the types and functions of the components.
For purposes of illustration, business components that are mounted to an online running environment or application container may be referred to herein as mounted components. In an on-line environment, some basic processing can be performed on the mounting component, for example, data docking, style modification and the like can be performed on the mounting component, and a plurality of mounting components can be combined into a view according to preset requirements (customer requirements or other), so that a visual page is formed for rendering.
Example two
Referring to fig. 4, fig. 4 is a schematic structural diagram of a system for dynamically loading service components on line according to an embodiment of the present invention. As shown in fig. 4, a system for dynamically loading business components on-line may include a first electronic device 210, a second electronic device 220, and an on-line server 240, wherein:
The first electronic equipment is used for constructing an operation environment or an application container of the service component, compiling and packaging the constructed operation environment or application container and sending the compiled operation environment or application container to the online server;
The online server deploys the running environment or the application container in an online environment to obtain an online running environment or an application container;
The second electronic device is configured to compile a service component or component library string code, and deploy the service component or component library string code on the component server 230;
The on-line server also reads the character string codes of the service components or the component library from the component server corresponding to the target path address based on the configured target path address of the service components or the component library, analyzes the character string codes to obtain analyzed service components, and mounts the analyzed service components on an on-line running environment or an application container.
Example III
Referring to fig. 5, fig. 5 is a schematic structural diagram of an apparatus for dynamically loading service components on line according to an embodiment of the present invention. As shown in fig. 5, the device for dynamically loading service components on line may include:
A deployment unit 310, configured to deploy an execution environment or an application container for a service component, where the execution environment or the application container is constructed by a first electronic device, and the first electronic device further compiles and packages the constructed execution environment or application container;
A configuration unit 320, configured to configure a specific path address of a service component or a component library;
a reading unit 330, configured to read, according to the specific path address, a service component or component library string code after compiling and deploying the second electronic device;
An parsing unit 340, configured to parse the character string code to obtain a parsed service component;
A mounting unit 350, configured to mount the parsed service components onto the deployed running environment or application container
Preferably, the reading unit 330 may include: and reading the service component or component library character string codes after compiling and deploying the second electronic equipment through Ajax according to the configured specific path address.
Preferably, the parsing unit 340 may include: and converting the read character string code into a JavaScript code, and analyzing the JavaScript code to obtain an analyzed service assembly.
Preferably, the deployment unit 310 may include: the first electronic equipment adopts JavaScript language to construct an operation environment or an application container of the business component; the first electronic equipment compiles and packages the constructed running environment or application container and sends the running environment or application container to the online server, so that the online server deploys the running environment or application container in the online environment to obtain the online running environment or application container.
Preferably, the mounting unit 350 may include: classifying the parsed service components, and mounting the classified service components into corresponding classification component packages on an online running environment or an application container; and carrying out basic processing on the mounted business components.
Preferably, the basic processing of the mounted service components is one or more of data docking, style modification and service component combination according to preset requirements.
Example IV
Referring to fig. 6, fig. 6 is a schematic diagram of an electronic device that may be used to implement an embodiment of the present invention. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, and other appropriate computers. Electronic equipment may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices (e.g., helmets, glasses, watches, etc.), and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the embodiments of the invention described and/or claimed herein.
As shown in fig. 6, the electronic device includes at least one processor 410, and a memory, such as a ROM (read only memory) 420, a RAM (random access memory) 430, etc., communicatively connected to the at least one processor 410, wherein the memory stores a computer program executable by the at least one processor, and the processor 410 can perform various suitable actions and processes according to the computer program stored in the ROM 420 or the computer program loaded from the storage unit 480 into the random access memory RAM 430. In the RAM430, various programs and data required for the operation of the electronic device may also be stored. The processor 410, ROM 420, and RAM430 are connected to each other by a bus 440. An I/O (input/output) interface 450 is also connected to bus 440.
A number of components in the electronic device are connected to the I/O interface 450, including: an input unit 460 such as a keyboard, a mouse, etc.; an output unit 470 such as various types of displays, speakers, and the like; a storage unit 480 such as a magnetic disk, an optical disk, or the like; and a communication unit 490, such as a network card, modem, wireless communication transceiver, etc. The communication unit 490 allows the electronic device to exchange information/data with other devices via a computer network, such as the internet, or/and various telecommunications networks.
Processor 410 can be a variety of general-purpose or/and special-purpose processing components having processing and computing capabilities. Some examples of processor 410 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various processors running machine learning model algorithms, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. Processor 410 performs one or more steps of a method of dynamically loading business components online as described in embodiment one above.
In some embodiments, a method of dynamically loading business components online may be implemented as a computer program tangibly embodied on a computer-readable storage medium, such as storage unit 480. In some embodiments, part or all of the computer program may be loaded onto and/or installed onto the electronic device via ROM 420 or/and communication unit 490. When the computer program is loaded into RAM 430 and executed by processor 410, one or more steps of a method of dynamically loading business components online as described in embodiment one above may be performed. Alternatively, in other embodiments, processor 410 may be configured to perform a method of dynamically loading business components online in any other suitable manner (e.g., by means of firmware).
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, or/and combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed or/and interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
A computer program for implementing the methods of embodiments of the present invention may be written in any combination of one or more programming languages. These computer programs may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus, such that the computer programs, when executed by the processor, cause the functions/acts specified in the flowchart and/or block diagram block or blocks to be implemented. The computer program may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of embodiments of the present invention, a computer-readable storage medium may be a tangible medium that can contain, or store a computer program for use by or in connection with an instruction execution system, apparatus, or device. The computer readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. Alternatively, the computer readable storage medium may be a machine readable signal medium. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on an electronic device having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and a pointing device (e.g., a mouse or a trackball) through which a user can provide input to the electronic device. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), blockchain networks, and the internet.
The computing system may include clients and servers. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service are overcome.
The above describes in detail a method and system for dynamically loading service components on line, and specific examples are applied to illustrate the principles and embodiments of the present invention, and the above examples are only used to help understand the method and core ideas of the present invention; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present invention, the present description should not be construed as limiting the present invention in view of the above.

Claims (10)

1. A method for dynamically loading business components on-line, comprising the steps of:
deploying an operating environment or an application container for a business component, wherein the operating environment or the application container is constructed by first electronic equipment, and the first electronic equipment further compiles and packages the constructed operating environment or application container;
Configuring a specific path address of a service component or a component library;
reading a service component or component library character string code after compiling and deploying the second electronic equipment according to the specific path address;
Analyzing the character string codes to obtain analyzed service components;
And mounting the parsed business components on the deployed running environment or application container.
2. The method for dynamically loading service components on line according to claim 1, wherein reading the service component or component library string code after compiling and deploying the second electronic device according to the specific path address comprises:
And reading the service component or component library character string codes after compiling and deploying the second electronic equipment through Ajax according to the configured specific path address.
3. The method for dynamically loading service components on line according to claim 2, wherein parsing the string code to obtain parsed service components comprises:
And converting the read character string code into a JavaScript code, and analyzing the JavaScript code to obtain an analyzed service assembly.
4. The method of on-line dynamic loading of business components of claim 1, wherein the runtime environment or application container is built by a first electronic device, the first electronic device further compiling-packaging the built runtime environment or application container, comprising:
The first electronic equipment adopts JavaScript language to construct an operation environment or an application container of the business component;
the first electronic equipment compiles and packages the constructed running environment or application container and sends the running environment or application container to the online server, so that the online server deploys the running environment or application container in the online environment to obtain the online running environment or application container.
5. The method of on-line dynamic loading of business components of claim 4, wherein mounting the parsed business components onto the deployed runtime environment or application container comprises:
Classifying the parsed service components, and mounting the classified service components into corresponding classification component packages on an online running environment or an application container;
and carrying out basic processing on the mounted business components.
6. The method of on-line dynamic loading of business components of claim 5, wherein the basic processing of the installed business components is one or more of data docking, style modification, and business component combining according to preset requirements.
7. An apparatus for dynamically loading business components on-line, comprising:
The system comprises a deployment unit, a first electronic device and a service component, wherein the deployment unit is used for deploying an operation environment or application container for the service component, the operation environment or application container is constructed by the first electronic device, and the first electronic device also compiles and packages the constructed operation environment or application container;
the configuration unit is used for configuring specific path addresses of the service components or the component library;
The reading unit is used for reading the character string codes of the service components or the component library after compiling and deploying the second electronic equipment according to the specific path address;
the analysis unit is used for analyzing the character string codes to obtain analyzed service components;
and the mounting unit is used for mounting the analyzed service components on the deployed running environment or application container.
8. An electronic device, comprising: a memory storing executable program code; a processor coupled to the memory; the processor invokes the executable program code stored in the memory for performing the method of dynamically loading business components on-line of any of claims 1-6.
9. A computer readable storage medium, characterized in that it stores a computer program, wherein the computer program causes a computer to perform the method of dynamically loading business components on-line according to any of claims 1-6.
10. A system for dynamically loading business components on-line, comprising a first electronic device, a second electronic device, and an on-line server, wherein:
The first electronic equipment is used for constructing an operation environment or an application container of the service component, compiling and packaging the constructed operation environment or application container and sending the compiled operation environment or application container to the online server;
The online server deploys the running environment or the application container in an online environment to obtain an online running environment or an application container;
the second electronic equipment is used for compiling a business component or a component library character string code and deploying the business component or the component library character string code on a component server;
The on-line server also reads the character string codes of the service components or the component library from the component server corresponding to the target path address based on the configured target path address of the service components or the component library, analyzes the character string codes to obtain analyzed service components, and mounts the analyzed service components on an on-line running environment or an application container.
CN202410099595.4A 2024-01-24 2024-01-24 Method and system for dynamically loading service components on line Pending CN117971343A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410099595.4A CN117971343A (en) 2024-01-24 2024-01-24 Method and system for dynamically loading service components on line

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410099595.4A CN117971343A (en) 2024-01-24 2024-01-24 Method and system for dynamically loading service components on line

Publications (1)

Publication Number Publication Date
CN117971343A true CN117971343A (en) 2024-05-03

Family

ID=90859039

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410099595.4A Pending CN117971343A (en) 2024-01-24 2024-01-24 Method and system for dynamically loading service components on line

Country Status (1)

Country Link
CN (1) CN117971343A (en)

Similar Documents

Publication Publication Date Title
CN113010827B (en) Page rendering method and device, electronic equipment and storage medium
CN112328301B (en) Method and device for maintaining consistency of operating environments, storage medium and electronic equipment
CN115509522A (en) Interface arranging method and system for low-code scene and electronic equipment
CN112835615B (en) Plug-in processing method and device for software development kit and electronic equipment
CN112633502B (en) Cross-platform execution method and device of deep learning model and electronic equipment
CN113392346A (en) Path processing method and device for resource file, electronic equipment and storage medium
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN117971343A (en) Method and system for dynamically loading service components on line
CN113468067B (en) Application program debugging method and device, electronic equipment and computer readable medium
CN114218313A (en) Data management method, device, electronic equipment, storage medium and product
CN114328435A (en) Stream processing method and system of unstructured file based on distributed architecture
CN114741294A (en) Page debugging method, device, equipment and storage medium
CN114297119A (en) Intelligent contract execution method, device, equipment and storage medium
CN115454446A (en) Inference engine development platform, method, electronic equipment and storage medium
CN114168151A (en) Container-based program compiling method and device, electronic equipment and storage medium
CN113361235B (en) HTML file generation method and device, electronic equipment and readable storage medium
CN112068814A (en) Method, device, system and medium for generating executable file
US20230110520A1 (en) Ui service package generation and registration method and apparatus, and ui service loading method and apparatus
CN113760356B (en) Differential configuration method, device, equipment and medium of program product
CN116302218B (en) Function information adding method, device, equipment and storage medium
CN115623070B (en) IDL message processing method and device, electronic equipment and storage medium
EP3872630A2 (en) Request processing method and apparatus, electronic device, and computer storage medium
US11797277B2 (en) Neural network model conversion method server, and storage medium
WO2024000917A1 (en) Non-intrusive, pluggable front-end build transfer acceleration method and apparatus
CN117270862A (en) Software pluggable method, device, equipment and medium based on dynamic compiling

Legal Events

Date Code Title Description
PB01 Publication