CN103383646B - A kind of Groovy script loading method and device - Google Patents

A kind of Groovy script loading method and device Download PDF

Info

Publication number
CN103383646B
CN103383646B CN201210135681.3A CN201210135681A CN103383646B CN 103383646 B CN103383646 B CN 103383646B CN 201210135681 A CN201210135681 A CN 201210135681A CN 103383646 B CN103383646 B CN 103383646B
Authority
CN
China
Prior art keywords
script
groovy
groovy script
spring
javabean
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
CN201210135681.3A
Other languages
Chinese (zh)
Other versions
CN103383646A (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.)
Advanced New Technologies Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201210135681.3A priority Critical patent/CN103383646B/en
Publication of CN103383646A publication Critical patent/CN103383646A/en
Priority to HK13114360.8A priority patent/HK1187123A1/en
Application granted granted Critical
Publication of CN103383646B publication Critical patent/CN103383646B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Devices For Executing Special Programs (AREA)

Abstract

The application discloses a kind of Groovy script loading method and device, in order to solve the extensibility of Groovy script and the lower problem of the flexibility of use in prior art. The method reads Groovy script, obtains the attribute information of this Groovy script, generates corresponding XML configuration file and is loaded in Spring context, finally this Groovy script is loaded in Spring context as JavaBean. Because the multiple JavaBean under Spring framework can quote mutually, therefore be loaded on Groovy script as JavaBean in Spring context, Groovy script can directly be quoted other JavaBean, other JavaBean also can directly quote this Groovy script, thereby have improved the extensibility of Groovy script and the flexibility of use.

Description

A kind of Groovy script loading method and device
Technical field
The application relates to communication technical field, relates in particular to a kind of Groovy script loading method and device.
Background technology
Groovy is a kind of emerging Java2 platform language, because it can well be tied with Java codeClose, can on Java platform, carry out Java programming with Groovy, therefore Groovy is widely usedIn every field.
For example,, in the time that local system need to be mutual with at least one external system, due to each external system instituteThe form of the message using is different, and local system is not supported the lattice of the message of external system transmissionFormula therefore just need to be set up interaction platform between local system and external system, by interaction platform by outsideThe uniform format of the message that system is used is converted to the form that local system is supported, then sends to local systemResolve. Concrete, format conversion functional module is set in this interaction platform, this format conversion functional moduleJust can adopt the Groovy script of writing to carry out the conversion of message format.
In the prior art, the process that adopts Groovy script to carry out message format conversion is specially, formConversion functional module by Groovy Classloader (GroovyClassLoader) to the Groovy writingScript compiles, and after compiling successfully, loads this Groovy pin by GroovyClassLoaderThis, complete corresponding function by the Groovy script loading.
But, while adopting said method to load Groovy script, need to be to this Groovy script if follow-upFunction expand, for example increase the function of existing other functional modules in this interaction platform, just needAgain write whole Groovy script, and be again loaded on format conversion functional module. And this interaction platformIf certain other functional module in script also to increase the function of this Groovy script, also needAgain write the script in these other functional modules and load. Therefore, in prior art, Groovy script addsThe method of carrying has reduced the extensibility of Groovy script, has also reduced the flexibility that Groovy script uses.
Summary of the invention
The embodiment of the present application provides a kind of Groovy script loading method and device, in order to solve prior artThe extensibility of middle Groovy script and the lower problem of the flexibility of use.
A kind of Groovy script loading method that the embodiment of the present application provides, comprising:
The Groovy script of storing in Spring Script loader reading database; And
Obtain the attribute information of described Groovy script, generate corresponding expanding according to the attribute information obtainingExhibition mark language XML configuration file, and be loaded in Sping context; And
Described Groovy script is loaded in Spring context as JavaBean, and by SpringOther JavaBean that load in context offer the described Groovy script reference of loading, or will addThe described Groovy script carrying offers other JavaBean that load in Spring context and quotes.
A kind of Groovy script charger that the embodiment of the present application provides, comprising:
Groovy script memory management unit, the Groovy script of storing for reading database;
Spring expandable mark language XML configuration module units, for obtaining described Groovy scriptAttribute information, generates corresponding XML configuration file according to the attribute information obtaining, and is loaded on SpringIn context;
Bean processor P rocessor unit, for loading described Groovy script as JavaBeanTo Spring context, and other JavaBean of loading in Spring context are offered to loadingDescribed Groovy script reference, or the described Groovy script loading is offered in Spring contextOther JavaBean that load quote.
The embodiment of the present application provides a kind of Groovy script loading method and device, the method Spring scriptThe Groovy script of storing in loader reading database, obtains the attribute information of this Groovy script, rawBecome corresponding XML configuration file and be loaded in Spring context, finally this Groovy script being doneFor JavaBean is loaded in Spring context. Because the multiple JavaBean under Spring framework canTo quote mutually as required, therefore in the embodiment of the present application using Groovy script as a JavaBeanBe loaded in Spring context, can make this Groovy script in the time of needs expanded function, directly quoteOther JavaBean in Spring context, other JavaBean need to expand this Groovy scriptWhen function, also can directly quote this Groovy script as JavaBean equally, thereby improveThe extensibility of Groovy script and the flexibility of use.
Brief description of the drawings
The Groovy script loading procedure that Fig. 1 provides for the embodiment of the present application;
The detailed process that the Groovy script that Fig. 2 provides for the embodiment of the present application loads;
The Groovy script charger that Fig. 3 provides for the embodiment of the present application;
The Spring Script loader specific implementation structural representation that Fig. 4 provides for the embodiment of the present application.
Detailed description of the invention
Because Groovy grammer is similar with Java grammer, therefore in the embodiment of the present application, pass through Spring scriptLoader is loaded into Spring context using the Groovy script of writing as a JavaBean(SpringContext) in, and because the multiple JavaBean in Spring context all can draw mutuallyWith, therefore this Groovy script can directly be quoted other JavaBean in Spring context, otherJavaBean also can quote this Groovy script as JavaBean equally, thereby has improved GroovyThe extensibility of script and the flexibility of use.
Below in conjunction with Figure of description, the embodiment of the present application is described in detail.
Fig. 1 is the Groovy script loading procedure that the embodiment of the present application provides, and specifically comprises the following steps:
The Groovy script of storing in S101:Spring Script loader reading database.
In the embodiment of the present application, the Groovy script of writing can be stored in database, certainly,Also can be kept in other memories. Groovy script cache management list in Spring Script loaderUnit reads this Groovy script, specifically can in the time that the system at this Spring Script loader place starts, readThe Groovy script of storing in storehouse that fetches data, also can regularly read Groovy script, can also work as dataGroovy script in storehouse reads Groovy script while changing, for example, in database, newly increased oneGroovy script, or upgraded a Groovy script.
S102: obtain the attribute information of this Groovy script, generate corresponding according to the attribute information that obtainsExtend markup language (ExtensibleMarkupLanguage, XML) configuration file, and be loaded onIn Spring context.
When a JavaBean is loaded in Spring context, first to load JavaBean'sAttribute information, comprises that the attribute such as Bean mark or class title (ClassName) of this JavaBean is believedBreath, therefore in the embodiment of the present application, the configuration of the SpringXML in Spring Script loader module units obtainsGet the attribute information of this Groovy script. It is upper and lower due to the attribute information of JavaBean is loaded on to SpringIn literary composition time, need to load by XML configuration file, therefore SpringXML configuration module units basisThe attribute information of this Groovy script obtaining generates corresponding XML configuration file, and is loaded on SpringIn context.
For example, according to the ClassName of the Groovy script obtaining, generate corresponding XML configuration fileAs follows:
Generate after XML configuration file as above, SpringXML configuration module units can be upperState XML configuration file and be loaded in Spring context, wherein, the SpringXML in the embodiment of the present applicationConfiguration module units can be the XmlBeanDefinitionReader of Spring.
S103: this Groovy script is loaded in Spring context as JavaBean.
In the embodiment of the present application, the attribute information of this Groovy script is being loaded on to Spring contextIn after, Bean processor (Processor) unit in Spring Script loader can be by this GroovyScript is loaded in Spring context as a JavaBean, need to expand this Groovy scriptWhen function, other JavaBean that load in Spring context are offered to this Groovy pin of loadingOriginally quote, when other JavaBean in Spring context need to expand the function of this Groovy script,This Groovy script loading being offered to other JavaBean that load in Spring context quotes.
A Spring container can be regarded as in this Spring context, loaded multiple JavaBean in container,Each JavaBean can complete corresponding function, and for one of them JavaBean, shouldOther one or several JavaBean that JavaBean loads in can reference container, also can be added in containerCarry other one or several JavaBean quote, therefore, in the embodiment of the present application by Groovy scriptBe loaded in Spring context as a JavaBean, just other loadings by referenceThe mode of JavaBean is expanded the function of this Groovy script easily, also can make other JavaBean spiritsThat lives quotes this Groovy script, thereby has improved the extensibility of Groovy script and the flexibility of use.
For example, the function of this Groovy script is for local by the format conversion of the message of external system transmissionThe form that system is supported, if be first external system to be sent by the Function Extension of this Groovy scriptMessage is decrypted, then the message after deciphering is carried out to format conversion, should in the embodiment of the present applicationAfter Groovy script is loaded in Spring context as JavaBean, just can directly quote SpringAnother JavaBean with decipher function loading in context, and without again writing whole GroovyScript, thus the extensibility of Groovy script improved. Accordingly, if added in Spring contextWhen other JavaBean that carry want amplifying message format conversion function, also can directly quote same conductThis Groovy script of JavaBean, thus the flexibility that Groovy script uses improved.
In the embodiment of the present application, in order to improve the loading velocity of Groovy script as far as possible, in above-mentioned stepsIn S101, when in Spring Script loader reading database, store Groovy script time, by databaseThis Groovy script of middle storage reads in buffer memory, thereby is carrying out follow-up step S102 and S103Time, generating and load the attribute information of Groovy script and loading Groovy script is all also to hold in buffer memoryRow is also that whole Spring context is present in buffer memory. So not only can improve Groovy scriptLoading velocity, can also be loading when new script, without restarting the whole of this Spring Script loader placeIndividual system, only needs flush buffers.
In the embodiment of the present application, in order to improve the accuracy of this Groovy script that follow-up use loads,Spring Script loader in this Groovy script is loaded on Spring context as JavaBean itBefore, also before the step S103 shown in Fig. 1, also to carry out syntax check to this Groovy script,And determine the syntax check of this Groovy script is passed through. Wherein, can pass through Spring Script loaderIn syntax check unit this Groovy script is carried out to syntax check, also this Groovy script is carried outCompiling, compiling by after again this Groovy script is loaded on as JavaBean in Spring context,Otherwise prompting compile error.
And, to consider in actual applications, common syntax check only checks the language of this Groovy scriptWhether method is correct, the GroovyClassLoader that for example Groovy carries. If at this Groovy scriptIn only defined a name, be for example test, its grammer does not have mistake, therefore common syntax checkCan think that the syntax check that this Groovy script that has defined a name is carried out passes through. But in factThis Groovy script does not have any other function except this name of definition, does not namely haveTo the function of a JavaBean, therefore this Groovy script is loaded on to Spring as a JavaBeanIn context without any meaning.
Lack of standardization for fear of above-mentioned Groovy script in the embodiment of the present application, make to load this Groovy pinThe problem that this is beyond all doubt, the method that this Groovy script is carried out to syntax check is specially, and judgement shouldIn Groovy script, whether comprise at least one and inherit in setting the subclass of base class, when judged result is when being,Determine the syntax check of this Groovy script is passed through, otherwise, determine the grammer inspection to this Groovy scriptLook into and do not pass through.
That is to say, in the embodiment of the present application except Groovy script is carried out common syntax check,Also to check that in this Groovy script, whether comprising at least one inherits in the subclass of setting base class, wherein,This setting base class can be set as required. For example,, when this Groovy script is used for external systemThe message format sending is while carrying out format conversion, and this setting base class can be set as having format conversion functionBase class, but this base class does not comprise specifically message which external system is sent or external systemThe message which port sends or the message of which kind of form carry out this format conversion. This Groovy scriptIn comprise the subclass of inheriting in above-mentioned setting base class and just refer to, the format conversion function tool that this base class is hadThe message that is applied to which external system transmission of body, or the message of which port transmission of external system,Or the message of which kind of form carries out the subclass of this format conversion.
Continue along using example, suppose that this Groovy script is for sending external system A and external system BMessage format carry out format conversion, wherein, external system A with form a send message, external system BSend message with form b, and local system can only be resolved the message of form c, can set two base class,First is the method that form a is converted to form c, and second is the side that form b is converted to form cMethod. A subclass in this Groovy script is inherited in first base class, be, by external system A withThe message that form a sends is converted to the message of form c by the method for first base class, another subclass continuesHold in second base class, be the message that external system B is sent with form b by the side of second base classMethod is converted to the message of form c. Thereby, adopting the method for the embodiment of the present application to this Groovy scriptWhile carrying out syntax check, determine that in this Groovy script, having comprised at least one inherits in the son of setting base classClass, syntax check is passed through. And if in this Groovy script, only defined a name, be for example defined asTest, while adopting the method for the embodiment of the present application to carry out syntax check, although common grammer is not wrongMistake, but any succession in the subclass of setting base class in Groovy script, do not comprised, and therefore syntax check is notPass through.
The above-mentioned syntax check providing by the embodiment of the present application, obstructed out-of-date when syntax check, prompting is compiledTranslate mistake, in the time that syntax check is passed through, Spring Script loader is using this Groovy script as JavaBeanBe loaded in Spring context. In order to improve the response speed of system at this Spring Script loader placeDegree, adopts the lazy mode loading to load this Groovy script in the embodiment of the present application, also adopt lazy loadingMode this Groovy script is loaded in Spring context as JavaBean.
The detailed process that the Groovy script that Fig. 2 provides for the embodiment of the present application loads, specifically comprises followingStep:
S201:Spring Script loader reads the Groovy script of storing in database in buffer memory.
S202: obtain the attribute information of this Groovy script, generate corresponding according to the attribute information that obtainsXML configuration file, and be loaded in Spring context.
S203: judge that whether the grammer in this Groovy script is correct, if the determination result is YES, carry outStep S204, otherwise execution step S206.
S204: judge that in this Groovy script, whether comprising at least one inherits in the subclass of setting base class,If judged result is to perform step S205, otherwise perform step S206.
S205: adopt the lazy mode loading that this Groovy script is loaded on Spring as JavaBeanHereinafter.
S206: prompting compile error.
Wherein, the execution sequence of the step S203 in said process and step S204 in no particular order.
Fig. 3 is the Groovy script charger that the embodiment of the present application provides, and specifically comprises:
Groovy script memory management unit 301, the Groovy script of storing for reading database;
SpringXML configures module units 302, for obtaining the attribute information of described Groovy script,Generate corresponding XML configuration file according to the attribute information obtaining, and be loaded in Spring context;
BeanProcessor unit 303, for being loaded on described Groovy script as JavaBeanIn Spring context, and other JavaBean that load in Spring context are offered to the institute of loadingState Groovy script reference, or the described Groovy script loading is offered in Spring context and addedOther JavaBean that carry quote.
Described Groovy script memory management unit 301 specifically for, described in storing in databaseGroovy script reads in buffer memory.
Corresponding device also comprises:
Syntax check unit 304, for making described Groovy script in described BeanProcessor unitFor before JavaBean is loaded in Spring context, described Groovy script is carried out to syntax check,And determine the syntax check of described Groovy script is passed through.
Described syntax check unit 304 specifically for, judge in described Groovy script and whether comprise at leastInherit in setting the subclass of base class for one, when judged result is when being, definite to described Groovy scriptSyntax check is passed through, otherwise, determine the syntax check of described Groovy script is not passed through.
Described BeanProcessor unit 303 specifically for, adopt the lazy mode loading by described GroovyScript is loaded in Spring context as JavaBean.
Concrete above-mentioned Groovy script charger can be arranged in Spring Script loader.
The Spring Script loader specific implementation structural representation that Fig. 4 provides for the embodiment of the present application, as figureShown in 4, in the Groovy script memory management unit reading database in Spring Script loaderGroovy script is to buffer memory, and SpringXML configuration module units obtains the attribute information of Groovy script,And generate corresponding XML configuration file and be loaded in Spring context, the inspection of syntax check unit shouldWhether the grammer of Groovy script makes mistakes, and checks in this Groovy script whether comprise at least one successionIn the subclass of setting base class, pass through if check, the lazy mode loading of BeanProcessor unit employing willThis Groovy script is loaded in Spring context as a JavaBean.
The embodiment of the present application provides a kind of Groovy script loading method and device, the method Spring scriptThe Groovy script of storing in loader reading database, obtains the attribute information of this Groovy script, rawBecome corresponding XML configuration file and be loaded in Spring context, finally this Groovy script being doneFor JavaBean is loaded in Spring context. Because the multiple JavaBean under Spring framework canTo quote mutually as required, therefore in the embodiment of the present application using Groovy script as a JavaBeanBe loaded in Spring context, can make this Groovy script in the time of needs expanded function, directly quoteOther JavaBean in Spring context, other JavaBean need to expand this Groovy scriptWhen function, also can directly quote this Groovy script as JavaBean equally, thereby improveThe extensibility of Groovy script and the flexibility of use.
Obviously, those skilled in the art can carry out various changes and modification and not depart from this Shen the applicationSpirit and scope please. Like this, if the application these amendment and modification belong to the application's claim andWithin the scope of its equivalent technologies, the application be also intended to comprise these change and modification interior.

Claims (10)

1. a Groovy script loading method, is characterized in that, comprising:
The Groovy script of storing in Spring Script loader reading database; And
Obtain the attribute information of described Groovy script, generate corresponding expanding according to the attribute information obtainingExhibition mark language XML configuration file, and be loaded in Sping context; And
Described Groovy script is loaded in Spring context as JavaBean, and by SpringOther JavaBean that load in context offer the described Groovy script reference of loading, or will addThe described Groovy script carrying offers other JavaBean that load in Spring context and quotes.
2. the method for claim 1, is characterized in that, Spring Script loader reading out dataThe Groovy script of storing in storehouse, specifically comprises:
Described Spring Script loader reads the described Groovy script of storing in database in buffer memory.
3. the method for claim 1, is characterized in that, using described Groovy script asBefore JavaBean is loaded in Spring context, described method also comprises:
Described Groovy script is carried out to syntax check, and determine the syntax check to described Groovy scriptPass through.
4. method as claimed in claim 3, is characterized in that, described Groovy script is carried out to grammerCheck, specifically comprise:
Judge that in described Groovy script, whether comprising at least one inherits in the subclass of setting base class;
When judged result is when being, determine the syntax check of described Groovy script is passed through, otherwise, reallyDetermine the syntax check of described Groovy script not pass through.
5. the method as described in as arbitrary in claim 1~4, is characterized in that, described Groovy script is doneFor JavaBean is loaded in Spring context, specifically comprise:
Adopt the lazy mode loading that described Groovy script is loaded on to Spring context as JavaBeanIn.
6. a Groovy script charger, is characterized in that, comprising:
Groovy script memory management unit, the Groovy script of storing for reading database;
Spring expandable mark language XML configuration module units, for obtaining described Groovy scriptAttribute information, generates corresponding XML configuration file according to the attribute information obtaining, and is loaded on SpringIn context;
BeanProcessor unit, for being loaded on Spring using described Groovy script as JavaBeanIn context, and other JavaBean that load in Spring context are offered to the described Groovy of loadingScript reference, or the described Groovy script loading is offered to other that load in Spring contextJavaBean quotes.
7. device as claimed in claim 6, is characterized in that, described Groovy script cache management listUnit specifically for, the described Groovy script of storing in database is read in buffer memory.
8. device as claimed in claim 6, is characterized in that, described device also comprises:
Syntax check unit, in described BeanProcessor unit using described Groovy script asBefore JavaBean is loaded in Spring context, described Groovy script is carried out to syntax check, andDetermine the syntax check of described Groovy script is passed through.
9. device as claimed in claim 8, is characterized in that, described syntax check unit specifically for,Judge that in described Groovy script, whether comprising at least one inherits in the subclass of setting base class, when judgement knotFruit when being, determining the syntax check of described Groovy script passed through, otherwise, definite to described GroovyThe syntax check of script is not passed through.
10. the device as described in as arbitrary in claim 6~9, is characterized in that described BeanProcessorUnit specifically for, adopt the lazy mode loading that described Groovy script is loaded on as JavaBeanIn Spring context.
CN201210135681.3A 2012-05-03 2012-05-03 A kind of Groovy script loading method and device Active CN103383646B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201210135681.3A CN103383646B (en) 2012-05-03 2012-05-03 A kind of Groovy script loading method and device
HK13114360.8A HK1187123A1 (en) 2012-05-03 2013-12-30 Method and device for loading groovy script groovy

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210135681.3A CN103383646B (en) 2012-05-03 2012-05-03 A kind of Groovy script loading method and device

Publications (2)

Publication Number Publication Date
CN103383646A CN103383646A (en) 2013-11-06
CN103383646B true CN103383646B (en) 2016-05-04

Family

ID=49491446

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210135681.3A Active CN103383646B (en) 2012-05-03 2012-05-03 A kind of Groovy script loading method and device

Country Status (2)

Country Link
CN (1) CN103383646B (en)
HK (1) HK1187123A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360212A (en) * 2021-06-30 2021-09-07 远光软件股份有限公司 Application program starting method, computer device and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101158901A (en) * 2007-11-27 2008-04-09 北大方正集团有限公司 Method for bridging corporation level and common level JAVABEAN
US7747945B1 (en) * 2004-09-22 2010-06-29 International Business Machines Corporation Data validation rules for acord documents
CN101819530A (en) * 2010-04-30 2010-09-01 山东中创软件工程股份有限公司 Program object generation method and device and computer

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7747945B1 (en) * 2004-09-22 2010-06-29 International Business Machines Corporation Data validation rules for acord documents
CN101158901A (en) * 2007-11-27 2008-04-09 北大方正集团有限公司 Method for bridging corporation level and common level JAVABEAN
CN101819530A (en) * 2010-04-30 2010-09-01 山东中创软件工程股份有限公司 Program object generation method and device and computer

Also Published As

Publication number Publication date
CN103383646A (en) 2013-11-06
HK1187123A1 (en) 2014-03-28

Similar Documents

Publication Publication Date Title
US8935573B2 (en) Reliable unit testing through cached mocking
US8924944B2 (en) Implementation of distributed methods that support generic functions
US20140298318A1 (en) Computer-executable application packaging method, computer-executable device and storage media performing the same
CN103186460A (en) Method, device and system for generating script of test case
CN1755619A (en) Method, system, and apparatus for providing a document preview
CN104102489A (en) Third-party database APP (Application) construction system and construction method
CN109643355B (en) Controller and control management system
US11893367B2 (en) Source code conversion from application program interface to policy document
CN106095501A (en) A kind of application section arranging method and device
CN104881311A (en) Method and apparatus for judging version compatibility
CN105404574B (en) Smart card and mobile terminal consistency test method and device
CN113384896A (en) Unity-based resource packaging method, device, equipment and medium
CN102226888B (en) Framework loading method and device
CN103383646B (en) A kind of Groovy script loading method and device
EP2778910A1 (en) Systems and methods to extend rom functionality
CN103064783A (en) System and method to carry out function tests by means of repeatedly used dynamic link library (DLL)
WO2017076244A1 (en) Method, device and related system for dynamically repairing application
CN106817355B (en) Method and device for controlling webpage permission
CN107818073B (en) Method and system for automatically converting dynamic form page into HTML5 page
CN113608831B (en) Plug-in instance management method, system, storage medium and equipment
CN101853154A (en) Method for simplifying interfaces having dynamic libraries
CN104021000A (en) Method for configuring spring data source through property file in dynamic path
CN114358936A (en) Intelligent contract operation method based on micro-service block chain
CN114035864A (en) Interface processing method, interface processing device, electronic device, and storage medium
CN103116622B (en) A kind of sequence value generation method for Ibatis scheme and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1187123

Country of ref document: HK

C14 Grant of patent or utility model
GR01 Patent grant
REG Reference to a national code

Ref country code: HK

Ref legal event code: GR

Ref document number: 1187123

Country of ref document: HK

TR01 Transfer of patent right

Effective date of registration: 20191210

Address after: P.O. Box 31119, grand exhibition hall, hibiscus street, 802 West Bay Road, Grand Cayman, Cayman Islands

Patentee after: Innovative advanced technology Co., Ltd

Address before: Cayman Islands Grand Cayman capital building, a four storey No. 847 mailbox

Patentee before: Alibaba Group Holding Co., Ltd.

TR01 Transfer of patent right