CN111338685A - Common component configuration method, device, equipment and storage medium - Google Patents

Common component configuration method, device, equipment and storage medium Download PDF

Info

Publication number
CN111338685A
CN111338685A CN201811556711.1A CN201811556711A CN111338685A CN 111338685 A CN111338685 A CN 111338685A CN 201811556711 A CN201811556711 A CN 201811556711A CN 111338685 A CN111338685 A CN 111338685A
Authority
CN
China
Prior art keywords
component
configuration
file
yaml
xml
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
CN201811556711.1A
Other languages
Chinese (zh)
Other versions
CN111338685B (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.)
Aspire Digital Technologies Shenzhen Co Ltd
Original Assignee
Aspire Digital Technologies 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 Aspire Digital Technologies Shenzhen Co Ltd filed Critical Aspire Digital Technologies Shenzhen Co Ltd
Priority to CN201811556711.1A priority Critical patent/CN111338685B/en
Publication of CN111338685A publication Critical patent/CN111338685A/en
Application granted granted Critical
Publication of CN111338685B publication Critical patent/CN111338685B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting

Abstract

The invention discloses a public component configuration method, which is suitable for the configuration of a public component after a research and development project is migrated from a Spring Cloud framework from a Spring mvc, and the XML configuration content required to be loaded by the component is filled into a YAML file, then the YAML file is entered into a JAVA adapter mode to obtain the name of the component, the configuration of the component is completed according to the YAML file, namely the XML configuration of the component is stored in a Key-Value Key Value pair mode, the JAVA adapter mode is utilized, the XML configuration file is generated by an adapter during service registration, the compressed component configuration content in the YAML configuration file is converted into parameter content required by the initialization API of the public component, the secondary reconstruction of the original component is not required, the component configuration is directly carried out, and the seamless docking is achieved, so that the development cost is reduced, and the migration reconstruction efficiency is improved.

Description

Common component configuration method, device, equipment and storage medium
Technical Field
The invention relates to the field of software development, in particular to a method, a device, equipment and a storage medium for configuring a common component.
Background
In the development process, the micro-service framework of the old project needs to be modified, for example, the project is migrated from Springmvc to SpringCloud framework, the old project contains many JAVA components depending on XML configuration files, such as redis, ftp, resume, simplex, etc., and when the old project is configured, the loading path (absolute path) of XML needs to be specified explicitly, after migration, for these components, the SpringCloud configuration center cannot directly load and parse XML files, XML configuration files used by components in the old project need to be modified uniformly into YAML files, but after the configuration files are changed into YAML files, the common components have to be modified at the code level, time is consumed according to configuration items and structural complexity of the configuration files, once the number of the project references the components is large, the places where the code needs to be modified are more, the migration time is longer, when some common components are used not only in one project, upgrading components may affect the operation of other projects, and as a whole, configuration changes have a greater impact on common components, requiring more development and testing costs.
Therefore, it is necessary to provide a method for directly configuring components without performing secondary modification on the original components, so as to reduce the development cost and improve the efficiency of migration modification.
Disclosure of Invention
The present invention is directed to solving, at least to some extent, one of the technical problems in the related art. Therefore, the invention aims to provide a common component configuration method, a device, equipment and a storage medium for directly configuring components without secondary modification of original components.
The technical scheme adopted by the invention is as follows:
in a first aspect, the present invention provides a method for configuring a common component, which is suitable for configuring a common component after a research and development project is migrated from a Spring mvc to a Spring Cloud framework, and includes the steps of:
s1: filling XML configuration content required to be loaded by the component into the YAML file;
s2: and entering a JAVA adapter mode, acquiring the name of the component, and completing the configuration of the component according to the YAML file.
Further, in step S1, the filling specifically includes: compressing the XML configuration content into a line of characters, and filling into the Value of the YAML file.
Further, the JAVA adapter mode is entered, which refers to an adapter for automatically loading YAML configuration and converting the YAML configuration into XML file.
Further, the step S2 is specifically: and generating a corresponding XML configuration file according to the corresponding component configuration content in the YAML file, transmitting the absolute address of the XML configuration file as an input parameter to the component, and calling a component API (application program interface) to complete the configuration of the component.
Further, the file name of the XML configuration file is the Key name of the component, and the extension name of the file is the XML.
In a second aspect, the present invention also provides a common component configuration apparatus, including:
the fill configuration content means: the XML configuration content required to be loaded by the component is filled into the YAML file;
a component configuration device: and the YAML module is used for entering a JAVA adapter mode, acquiring the name of the component and completing the configuration of the component according to the YAML file.
In a third aspect, the present invention also provides a control apparatus for a common component configuration, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of the first aspects.
In a fourth aspect, the present invention also provides a computer-readable storage medium having stored thereon computer-executable instructions for causing a computer to perform the method according to any one of the first aspect.
The invention has the beneficial effects that:
the XML configuration content required to be loaded by the component is filled into the YAML file, then the JAVA adapter mode is entered, the name of the component is obtained, the configuration of the component is completed according to the YAML file, namely the XML configuration of the component is stored in a Key-Value Key Value pair mode, the XML configuration file is generated by the adapter when the service is registered by using the JAVA adapter mode, the compressed component configuration content in the YAML configuration file is converted into parameter content required by the initialization API of the public component, the component configuration is directly carried out without carrying out secondary transformation on the original component, and the seamless butt joint is achieved, so that the development cost is reduced, and the migration transformation efficiency is improved.
Drawings
FIG. 1 is a prior art component initialization API diagram;
FIG. 2 is a schematic diagram of a prior art configuration process for common components;
FIG. 3 is a flow diagram of a common component configuration method according to one embodiment of the invention;
FIG. 4 is a detailed flow diagram of a common component configuration process according to one embodiment of the invention;
FIG. 5 is a block diagram of a common component configuration apparatus according to an embodiment of the present invention.
Detailed Description
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following description will be made with reference to the accompanying drawings. It is obvious that the drawings in the following description are only some examples of the invention, and that for a person skilled in the art, other drawings and embodiments can be derived from them without inventive effort.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention.
Some terms used in the present invention are to be interpreted:
1. spring Boot: is a completely new framework provided by the Pivotal team, designed to simplify the initial set-up and development process of new Spring applications. The framework uses a specific way to configure, thereby eliminating the need for developers to define a templated configuration.
2. Spring Cloud: is an ordered collection of a series of frames. The development convenience of the Spring Boot is utilized to skillfully simplify the development of infrastructure of a distributed system, such as a service center, a configuration center, service registration, service discovery and the like, and the Spring Boot development style can be used for one-key starting and deployment.
The service center is also called a registration center, and manages various service functions including registration, discovery, fusing, load, degradation and the like of the service; the configuration center stores all public configurations in the same code warehouse git or svn, and then the configuration center can read the configurations from the code warehouse and issue the configurations in restful, and then other services can acquire configuration information through calling interfaces; service registration: registering the service instance with the service center when the service instance is started, and logging off the instance when the service instance is stopped; service discovery: when a current service instance requests another service instance, it is first addressed to the service center and then the request is sent to the available instance.
3. XML: refers to Extensible Markup Language (Extensible Markup Language) designed to transfer and store data, such as configuration to be loaded at system start-up.
4. YAML: is a recursive abbreviation for "YAML Ain't a Markup Language" (YAML is not a Markup Language). YAML is similar in syntax to other high-level languages and can simply express forms of lists, hash tables, scalars, etc.
The embodiment of the invention provides a common component configuration method, which improves the prior art, reduces the development cost and improves the migration and transformation efficiency.
The first embodiment is as follows:
FIG. 1 is a diagram of a component initialization API in the prior art, and it can be seen that the common feature of the API, whether it is redis, ftp, resend or simpletizer, is that the parameters of the API need to explicitly specify the load path, i.e., the absolute path, of an XML file.
FIG. 2 is a schematic diagram of a prior art configuration process for a common component, including the steps of: (1) compiling a YAML configuration file according to the node hierarchical structure of the XML configuration file; (2) the XML configuration file is read before migration of the common component, and the YAML configuration file is read after migration.
After migration, the Spring Cloud configuration center cannot directly load and parse XML files for the components, the XML configuration files used by the components in the old project must be uniformly modified into YAML files, but after the XML configuration files are changed into the YAML files, the common components must be modified in the code level to meet the requirement of reading the YAML files, once the number of the components are quoted by the project is large, the more places the codes need to be modified are, the longer the migration time is needed, and when some common components are used in one project, the upgraded components may influence the operation of other projects.
Fig. 3 is a flowchart of a common component configuration method according to an embodiment of the present invention, and as shown in fig. 2, the method may include the following steps:
s1: filling configuration content, based on a Spring Cloud configuration center, taking the unmodified component code as a starting point, filling XML configuration content required to be loaded by a component into a YAML file, specifically compressing the XML configuration content into a line of characters, filling into Value of the YAML file, assuming that N parameters required to be configured by a certain component exist, the configuration nodes of the YAML file have N lines, but if one line of the YMAL file stores one XML compressed content, the configuration item has only one configuration node, thereby realizing the conversion of a multi-node configuration item into a single-node configuration item.
S2: and (4) carrying out component configuration, entering a JAVA adapter mode, namely, automatically loading the adapter for converting the YAML configuration into the XML file, acquiring the name of the component, completing the configuration of the component according to the configuration content of the YAML file in the step (S1), specifically, generating a corresponding XML configuration file according to the configuration content of the corresponding component in the YAML file, taking the absolute address of the XML configuration file as an entry parameter, transmitting the entry parameter to the component, and calling a component API (application program interface) to complete the configuration of the component.
In step S1, the example of converting the multi-node configuration item into the single-node configuration item is as follows:
a: example of multi-node configuration:
Figure BDA0001912119060000041
Figure BDA0001912119060000051
b: converted single node configuration example:
Figure BDA0001912119060000052
in step S2, using the JAVA adapter mode, the specific operation of the adaptive component calling the API is as follows:
firstly, component configuration item content is extracted from the YAML file, and compressed component configuration content is obtained through the component KEY, that is, XML content as Value is exemplified as follows:
taking Redis components as an example, JAVA reads YAML configuration item codes as follows:
String redisConfigContent=Environment.getProperty(“common.component.redis”);
at this time, the value of the variable redisConfigContent is the XML configuration content of the Redis component.
Then, a component XML configuration file is generated, such as an ftp component generating ftp.
<?xml><redis><ip>10.153.2.12</ip><port>21</port>…</redis>
In the prior art, if the multi-node configuration item scheme is implemented, a component must add an API in an original RedisHelper class to initialize a YAML file, such as a parameter (YAML file path) of the RedisHelper, inityamlconfig, and each configuration item corresponding to a node of the YAML file needs to add a code line to parse and then assign a value to a specified member variable, and if the configuration items of the component are more, the related code is more.
In the embodiment, only one adapter is needed and is specially responsible for generating an XML file from the extracted XML configuration content, and then the file path is used as a parameter to be transmitted to the original component API, so that the interior of the component is not required to be modified, and only one adaptation is made on the outer layer of the component.
Fig. 4 is a detailed flowchart of the configuration process of the common component in this embodiment, which includes the steps of:
1) starting the loading adapter: when the service is started, an adapter for converting YAML configuration into XML files is automatically loaded;
2) acquiring corresponding configuration content, namely Value, from the YAML configuration file according to the current component name, namely the key name;
3) returning the configuration content of the current component, namely Value;
4) generating an XML configuration file according to a uniform format by using the component configuration content acquired from the memory, and taking the name of a component Key as a file name and the extension name of the file as XML;
5) transmitting a parameter XML configuration file address, calling a component API, and initializing the component;
6) the current component configuration is completed;
7) and (5) circularly traversing, loading other components and completing component configuration.
In the embodiment, the common component configuration is classified, compressed, stored and read according to the component names, the conversion from multi-node configuration to single-node configuration is realized, the unified and centralized configuration of XML file contents in the YAML file is realized, the content format of the XML is not influenced, the JAVA adapter mode is used, the modification of common component codes is avoided, the API can be called by the self-adaptive component, the development test period is shortened, the migration progress of a project is accelerated, and the quality of the project is ensured to a certain extent.
A second embodiment of the present invention provides a common component configuration device, as shown in fig. 5, which is a block diagram of the common component configuration device in this embodiment, and includes: the fill configuration content means: the XML configuration content required to be loaded by the component is filled into the YAML file; a component configuration device: the method is used for entering a JAVA adapter mode, obtaining the names of the components and completing the configuration of the components according to the YAML file.
In addition, the present invention also provides a control apparatus of a common component configuration, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor, and the instructions are executable by the at least one processor to enable the at least one processor to perform the method according to the first embodiment.
In addition, the present invention also provides a computer-readable storage medium, which stores computer-executable instructions for causing a computer to perform the method according to the first embodiment.
The XML configuration content required to be loaded by the component is filled into the YAML file, then the JAVA adapter mode is entered, the name of the component is obtained, the configuration of the component is completed according to the YAML file, namely the XML configuration of the component is stored in a Key-Value Key Value pair mode, the XML configuration file is generated by the adapter when the service is registered by using the JAVA adapter mode, the compressed component configuration content in the YAML configuration file is converted into parameter content required by the initialization API of the public component, the component configuration is directly carried out without carrying out secondary transformation on the original component, and the seamless butt joint is achieved, so that the development cost is reduced, and the migration transformation efficiency is improved.
The above embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same, although the present invention is described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (8)

1. A public component configuration method is suitable for the configuration of a public component after a research and development project is migrated from a Spring mvc to a Spring Cloud framework, and is characterized by comprising the following steps:
s1: filling XML configuration content required to be loaded by the component into the YAML file;
s2: and entering a JAVA adapter mode, acquiring the name of the component, and completing the configuration of the component according to the YAML file.
2. The utility component configuration method according to claim 1, wherein in the step S1, the filling specifically includes: compressing the XML configuration content into a line of characters, and filling into the Value of the YAML file.
3. The utility component configuration method of claim 1, wherein said entering JAVA adapter mode is an adapter that automatically loads YAML configuration for conversion into XML files.
4. The utility component configuration method according to claim 1, wherein the step S2 specifically includes: and generating a corresponding XML configuration file according to the corresponding component configuration content in the YAML file, transmitting the absolute address of the XML configuration file as an input parameter to the component, and calling a component API (application program interface) to complete the configuration of the component.
5. The common component configuration method according to claim 4, wherein the file name of the XML configuration file is the Key name of the component, and the extension of the file is. XML.
6. A common component arrangement apparatus, comprising:
the fill configuration content means: the XML configuration content required to be loaded by the component is filled into the YAML file;
a component configuration device: and the YAML module is used for entering a JAVA adapter mode, acquiring the name of the component and completing the configuration of the component according to the YAML file.
7. A control apparatus of a common component configuration, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1 to 5.
8. A computer-readable storage medium having stored thereon computer-executable instructions for causing a computer to perform the method of any one of claims 1 to 5.
CN201811556711.1A 2018-12-19 2018-12-19 Common component configuration method, device, equipment and storage medium Active CN111338685B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811556711.1A CN111338685B (en) 2018-12-19 2018-12-19 Common component configuration method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811556711.1A CN111338685B (en) 2018-12-19 2018-12-19 Common component configuration method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111338685A true CN111338685A (en) 2020-06-26
CN111338685B CN111338685B (en) 2023-11-21

Family

ID=71183224

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811556711.1A Active CN111338685B (en) 2018-12-19 2018-12-19 Common component configuration method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111338685B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112379946A (en) * 2020-11-27 2021-02-19 平安普惠企业管理有限公司 Template configuration method and device based on YAML and computer equipment
CN112540803A (en) * 2020-12-18 2021-03-23 深圳赛安特技术服务有限公司 Form design adaptation method, device, equipment and storage medium

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050015439A1 (en) * 2003-07-15 2005-01-20 Ekambaram Balaji Flexible architecture component (FAC) for efficient data integration and information interchange using web services
US20050114378A1 (en) * 2003-11-24 2005-05-26 Microsoft Corporation System and method for providing a standardized adaptor framework
CN101201816A (en) * 2007-12-20 2008-06-18 北大方正集团有限公司 Adapter and method for outputting data in data stream to XML document
CN101789021A (en) * 2010-02-24 2010-07-28 浪潮通信信息系统有限公司 Universal configurable database data migration method
CN102404371A (en) * 2010-09-17 2012-04-04 捷达世软件(深圳)有限公司 Simple object access protocol adapter and method thereof for writing file into third party system
US8775392B1 (en) * 2011-06-07 2014-07-08 The Math Works, Inc. Revision control and configuration management
CN105138326A (en) * 2015-08-11 2015-12-09 北京思特奇信息技术股份有限公司 Method and system for achieving structured query language (sql) dynamic configuration based on ibatis
CN105224461A (en) * 2015-10-23 2016-01-06 网易(杭州)网络有限公司 A kind of generation method and apparatus of integration testing use-case
CN105446809A (en) * 2015-11-30 2016-03-30 中国建设银行股份有限公司 Platform migration method and apparatus
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus
US20170177263A1 (en) * 2015-12-16 2017-06-22 Accenture Global Solutions Limited Data pipeline architecture for cloud processing of structured and unstructured data
US20180150499A1 (en) * 2016-11-28 2018-05-31 Sap Se Logical logging for in-memory metadata store
CN108270726A (en) * 2016-12-30 2018-07-10 杭州华为数字技术有限公司 Application example dispositions method and device
CN109039730A (en) * 2018-07-25 2018-12-18 网宿科技股份有限公司 Server cluster and server cluster configuration information management method

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050015439A1 (en) * 2003-07-15 2005-01-20 Ekambaram Balaji Flexible architecture component (FAC) for efficient data integration and information interchange using web services
US20050114378A1 (en) * 2003-11-24 2005-05-26 Microsoft Corporation System and method for providing a standardized adaptor framework
CN101201816A (en) * 2007-12-20 2008-06-18 北大方正集团有限公司 Adapter and method for outputting data in data stream to XML document
CN101789021A (en) * 2010-02-24 2010-07-28 浪潮通信信息系统有限公司 Universal configurable database data migration method
CN102404371A (en) * 2010-09-17 2012-04-04 捷达世软件(深圳)有限公司 Simple object access protocol adapter and method thereof for writing file into third party system
US8775392B1 (en) * 2011-06-07 2014-07-08 The Math Works, Inc. Revision control and configuration management
CN106708480A (en) * 2015-07-29 2017-05-24 腾讯科技(深圳)有限公司 Management platform realization method and apparatus
CN105138326A (en) * 2015-08-11 2015-12-09 北京思特奇信息技术股份有限公司 Method and system for achieving structured query language (sql) dynamic configuration based on ibatis
CN105224461A (en) * 2015-10-23 2016-01-06 网易(杭州)网络有限公司 A kind of generation method and apparatus of integration testing use-case
CN105446809A (en) * 2015-11-30 2016-03-30 中国建设银行股份有限公司 Platform migration method and apparatus
US20170177263A1 (en) * 2015-12-16 2017-06-22 Accenture Global Solutions Limited Data pipeline architecture for cloud processing of structured and unstructured data
US20180150499A1 (en) * 2016-11-28 2018-05-31 Sap Se Logical logging for in-memory metadata store
CN108270726A (en) * 2016-12-30 2018-07-10 杭州华为数字技术有限公司 Application example dispositions method and device
CN109039730A (en) * 2018-07-25 2018-12-18 网宿科技股份有限公司 Server cluster and server cluster configuration information management method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
WANGSHUAIXIN: "spring 云化架构迁移", pages 1 - 2 *
多纤果冻: "从Spring迁移到Spring Boot", pages 1 - 9 *
柳公子: "Symfony 服务容器:使用 XML 或 YAML 文件描述服务", pages 1 - 9 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112379946A (en) * 2020-11-27 2021-02-19 平安普惠企业管理有限公司 Template configuration method and device based on YAML and computer equipment
CN112540803A (en) * 2020-12-18 2021-03-23 深圳赛安特技术服务有限公司 Form design adaptation method, device, equipment and storage medium
CN112540803B (en) * 2020-12-18 2023-08-11 深圳赛安特技术服务有限公司 Form design adaptation method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN111338685B (en) 2023-11-21

Similar Documents

Publication Publication Date Title
US10649761B2 (en) Application upgrade method and apparatus
US9996333B2 (en) Apparatus and method for automating the installation and configuration of infrastructure
US7698684B2 (en) Method and system for generating schema to Java mapping descriptors and direct mapping of XML schema and Java interfaces
US8775943B2 (en) System and method for remote application configuration management on multifunction peripherals
US10318318B2 (en) Extending user interface of a web console
CN111290753B (en) Method, device, equipment and storage medium for building front-end development environment
US20070073760A1 (en) Method and system for generating schema to java mapping descriptors
CN105763619A (en) Method and device for communication of client and server
US20170118300A1 (en) System and method for providing distributed caching in a transactional processing environment
CN109104368B (en) Connection request method, device, server and computer readable storage medium
CN110990081A (en) Microservice registration and discovery method and device, storage medium and electronic equipment
US20110295987A1 (en) Translation of technology-agnostic management commands into multiple management protocols
CN111338685A (en) Common component configuration method, device, equipment and storage medium
KR100670605B1 (en) System and method for servicing multimedia contents and recording medium thereof
US10579366B2 (en) Data upgrade framework for distributed systems
CN103561082B (en) Compressing request processing method and server
US20200110584A1 (en) Automated code generation for functional testing of software applications
US10268496B2 (en) System and method for supporting object notation variables in a process defined by a process execution language for execution in a SOA middleware environment
WO2017045345A1 (en) Resource management method and apparatus, and multi-mode soft base station unified network management
WO2023029881A1 (en) Device control method and apparatus
US20190294418A1 (en) Multi-platform interface framework
US8499007B2 (en) Information processing system, first information processing apparatus, second information processing apparatus, and third information processing apparatus
CN111984679B (en) Access method, device, host, system and medium of hardware acceleration database
CN110333902A (en) Character string loading method, device, system and the electronic equipment of mobile APP
US20160294928A1 (en) System and method for supporting javascript activities in a process defined by a process execution language for execution in a soa middleware environment

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
CB02 Change of applicant information

Address after: 518000 w601, Shenzhen Hong Kong industry university research base, 015 Gaoxin South 7th Road, high tech Zone community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: ASPIRE TECHNOLOGIES (SHENZHEN) LTD.

Address before: 518000 south wing, 6th floor, west block, Shenzhen Hong Kong industry university research base building, South District, high tech Industrial Park, Nanshan District, Shenzhen City, Guangdong Province

Applicant before: ASPIRE TECHNOLOGIES (SHENZHEN) LTD.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant