CN111770171A - Multi-page function session period state management method under micro-service mode - Google Patents

Multi-page function session period state management method under micro-service mode Download PDF

Info

Publication number
CN111770171A
CN111770171A CN202010603604.0A CN202010603604A CN111770171A CN 111770171 A CN111770171 A CN 111770171A CN 202010603604 A CN202010603604 A CN 202010603604A CN 111770171 A CN111770171 A CN 111770171A
Authority
CN
China
Prior art keywords
variable
identifier
data
user
forms
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
CN202010603604.0A
Other languages
Chinese (zh)
Other versions
CN111770171B (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.)
Inspur General Software Co Ltd
Original Assignee
Shandong Inspur Genersoft Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Inspur Genersoft Information Technology Co Ltd filed Critical Shandong Inspur Genersoft Information Technology Co Ltd
Priority to CN202010603604.0A priority Critical patent/CN111770171B/en
Publication of CN111770171A publication Critical patent/CN111770171A/en
Application granted granted Critical
Publication of CN111770171B publication Critical patent/CN111770171B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a multi-page function session period state management method in a micro-service mode, which comprises the following steps executed on a front-end device side: in response to receiving an operation request of a user for one or more forms, acquiring labels of the one or more forms and an operation identifier of the user, and generating a variable identifier according to a preset rule; returning the variable identification to the corresponding form, and sending the variable identification to the corresponding back-end server along with the operation request of the corresponding form; receiving response data returned from the back-end server; and in response to receiving an operation of closing the framework service where the one or more forms are located, generating a new variable identification and sending the new variable identification to the corresponding one or more back-end servers to trigger a listener mechanism. The invention solves the problem that the front end can not distinguish and manage a plurality of data variables; and the front end does not need to manually acquire any data, and the back-end servers can automatically acquire the required data as required so as to return response data to the front end.

Description

Multi-page function session period state management method under micro-service mode
Technical Field
The invention relates to the technical field of network function architecture, in particular to a multi-page function session period state management method in a micro-service mode, which is used for realizing the association of multi-page session functions.
Background
With the continuous development of software development technology, the micro service architecture has gradually become the mainstream software architecture at present, the web application under the micro service architecture is more and more extensive, and the scale and the complexity are more and more high. The micro-service architecture consists of front-end equipment and a back-end server with separated states; a front-end device (such as a mobile phone) is provided with a plurality of web applications, and each web application is provided with a plurality of function forms; and multiple function forms may issue corresponding operation requests to multiple back-end servers (possibly multiple different microservice architectures).
Thus, when an operation request of a certain functional form in a web application requires return data of operation requests of one or more other functional forms, the following problems are involved:
1) different data exist in different micro-service architectures, and for the front end, a plurality of data variables cannot be distinguished and managed, so that the acquisition of the plurality of data is automatically completed;
2) the user needs to manually acquire a plurality of data and store the data in the front end, and then sends the data to the corresponding back-end server through the corresponding function form to acquire response data, and in the process, the front end needs to manage the state of the data, and the operation process is complex.
Therefore, a solution to the above-mentioned problems is needed.
Disclosure of Invention
In order to solve the problems mentioned in the background art, in one aspect, the present invention provides a method for managing session cycle states of multiple page functions in a micro service mode, where the method includes the following steps performed on a front-end device side: in response to receiving an operation request of a user for one or more forms, acquiring labels of the one or more forms and an operation identifier of the user, and generating a variable identifier according to a preset rule; returning the variable identification to the corresponding form, and sending the variable identification to the corresponding back-end server along with the operation request of the corresponding form; receiving response data returned from the back-end server; and in response to receiving an operation of closing the framework service where the one or more forms are located, generating a new variable identification and sending the new variable identification to the corresponding one or more back-end servers to trigger a listener mechanism.
In one or more embodiments, the variable identification is used to uniquely identify a particular operation request by a particular user at the corresponding form.
In one or more embodiments, the generating the variable identifier according to the preset rule includes: and generating variable identifications according to the obtained user operation identifications and the label serialization of the one or more forms.
In one or more embodiments, the returning the variable identification to the corresponding form includes: and hosting the variable identification to the routing parameter of the corresponding form.
In one or more embodiments, the operation identification of the user includes: and the opening operation identifier of the frame service where the form or forms are opened by the user and the closing operation identifier of the frame service where the form or forms are closed by the user.
In one or more embodiments, the generating a new variable identification in response to the operation of closing the framework service in which the one or more forms are located includes: responding to the operation of closing the framework service where the one or more forms are located, and obtaining a closing operation identifier; and generating a new variable identifier according to the obtained closing operation identifier and the previous variable identifier serialization.
According to another aspect of the present invention, a method for managing session cycle states of multiple page functions in micro service mode is provided, the method includes the following steps executed on the back-end server side: receiving an operation request and a variable identifier from front-end equipment, and restoring the variable identifier into a plurality of variable objects; acquiring data in other one or more back-end servers by using the variable objects, judging whether the data required by responding to the operation request exists or not, if so, acquiring corresponding data, and further generating response data to return to the front-end equipment; and acquiring a variable identifier generated by the front-end equipment in response to the operation of closing the framework service where the one or more forms are located, and further triggering a listener mechanism.
In one or more embodiments, the plurality of variable objects comprises: the method comprises the steps that operation identification of a user and one or more form labels are obtained by front-end equipment;
the operation identification of the user comprises the following steps: and the opening operation identifier of the frame service where the form or forms are opened by the user and the closing operation identifier of the frame service where the form or forms are closed by the user.
In one or more embodiments, the trigger listener mechanism comprises: restoring the new variable identification into a plurality of variable objects, and triggering a monitor mechanism based on the obtained closing operation identification in the variable objects;
the listener mechanism includes: and releasing corresponding data in the cache of the corresponding back-end server based on the obtained one or more labels in the plurality of variable objects.
In one or more embodiments, the method further comprises: and acquiring the data in the operation request before acquiring the data in the other one or more back-end servers by using the variable objects, and judging whether the data required for responding to the operation request exists or not.
The beneficial effects of the invention include: the invention solves the problem that the front end can not distinguish and manage a plurality of data variables (only one variable identification is managed); and the front end does not need to manually acquire any data, and the back-end servers can automatically acquire the required data as required so as to return response data to the front end. The user can complete complex data acquisition operation only by sequentially triggering corresponding forms according to the steps, so that the operation difficulty of the user is greatly reduced.
In addition, the invention not only realizes the stateless management of the front end and reduces the complex operation programs of the user, but also stores the relevant data in the distributed cache (one or more back-end servers), and is more suitable for the distributed scene under the existing micro-service architecture.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a flow chart of the method of the present invention on the front-end device side;
FIG. 2 is a schematic diagram of a first embodiment of the method of the present invention;
FIG. 3 is a flowchart of the method of the present invention at the back-end server side;
FIG. 4 is a schematic diagram of a second embodiment of the method of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
In order to solve the problems mentioned in the background art, the invention provides a multi-page function session management method in a micro-service mode, which is used for realizing stateless management of front-end equipment and automatic acquisition of data between back-end servers. The multi-page function session is an operation request based on a multi-page form, and the operation request is a request sent by front-end equipment to a back-end server. The present invention will be described in detail below with reference to the accompanying drawings.
Fig. 1 shows a flow chart of the method of the present invention on the front-end device side. In one embodiment of the present invention, the workflow of the front-end device includes: step S1, responding to the received operation request of the user to one or more forms, acquiring the labels of the one or more forms and the operation identification of the user, and generating variable identification according to a preset rule; step S2, returning the variable identification to the corresponding form, and sending the variable identification to the corresponding back-end server along with the operation request of the corresponding form; step S3, response data returned from the back-end server is received; and step S4, responding to the received operation of closing the framework service of the one or more forms, generating a new variable identification and sending the new variable identification to the corresponding one or more back-end servers so as to trigger the listener mechanism.
Specifically, the form is mainly responsible for data acquisition functions, and mainly comprises tags, a form field and form buttons, and each tag can uniquely identify one form. Generally, one form is only directed at one corresponding background server and only has a single operation request function; therefore, the label of the form also has a unique corresponding relation with the corresponding background server and the corresponding operation request. Specific instantiations of forms such as login forms, query forms, and the like. The form may carry relevant data to send an operation request to a corresponding backend server, for example: sending a login operation request to a back-end server by carrying an account number and a password; or sending a query operation request to a back-end server by inputting relevant data. The back-end server will return response data according to the specific operation request, for example, response data allowing the user to log in or return corresponding query result.
In the above embodiment, the variable identifier is generated by the front-end device according to the operation identifier of the user and the tag serialization of one or more forms, so that the variable identifier also has uniqueness, which can uniquely identify which user uses which function (form) and what operation request is made. That is, the variable identifier can uniquely identify a specific operation request of a specific user in the corresponding form.
In a further embodiment, returning the variable identification to the front-end form comprises: and hosting the variable identification to the routing parameter of the corresponding form. The hosting process is specifically implemented by a communication framework public service encapsulated in the front-end equipment.
In a further embodiment, the operation identification of the user comprises: and the opening operation identifier of the frame service where the form or forms are opened by the user and the closing operation identifier of the frame service where the form or forms are closed by the user. The framework service is similar to an application program, and one or more forms can be provided in one framework service for realizing different functions.
When the user closes the framework service, in response to the operation of closing the framework service where the one or more forms are located, the front-end equipment obtains a closing operation identifier; and generating a new variable identifier according to the obtained closing operation identifier and the previous variable identifier serialization. The new sequence identifier is sent to the corresponding one or more back-end servers through the communication framework public service encapsulated in the front-end equipment so as to trigger the listener mechanism of the one or more back-end servers.
In order to more clearly illustrate the method of the present invention, the following detailed description is given by way of a first specific example.
Example one
Fig. 2 is a schematic diagram of a first embodiment of the method of the present invention. In this embodiment, a user wants to obtain data j through the form B, and the data j needs to be obtained by data f, and the data f needs to be obtained only by the user providing data m, so that the operations that the user needs to perform and the responses of the front-end device are as follows:
the user opens the frame service where the form A and the form B are located, and the front-end equipment acquires an opening operation identifier K; a user triggers a form A, the number m of the users is input into the form, front-end equipment obtains a label a of the form A, generates a variable identifier Ka by combining K, and hosts the variable identifier Ka to a route of the form A; a user clicks a sending button in the form A, and the data m and the variable identifier Ka are sent to a corresponding back-end server along with the operation request; acquiring response data returned by a back-end server, wherein a user only needs to check whether the returned response data is required data or not and does not need to manage the data state through a corresponding variable; the user triggers the form B, the front-end equipment acquires the label B of the form B, generates a new variable identifier Kab together with the variable identifier Ka, and hosts the Kab to the route of the form B; and clicking a sending button in the form B by the user, and sending the variable identification Kab to a corresponding back-end server along with the operation request.
In the prior art, a user needs to store data j in a front end through a corresponding variable, and if the user needs to trigger a form C to acquire data h and needs to be supported by data j and f at the same time, the front end device cannot manage the variables corresponding to data j and data f at the same time, so that the acquisition of data h cannot be automatically completed; at this time, the user needs to acquire data j and data f respectively and manually fill the data j and data f into the form C, so as to manually acquire data h.
It can be seen from the above comparison that, in the method of the present invention, the front-end device does not need to perform state management on the data, and only needs to maintain one variable, i.e., the variable identifier, thereby satisfying the requirement of the micro-service architecture on the separation of the front-end state and the back-end state, and implementing stateless management on the data by the front-end device. The state management of the data refers to caching the data through variables or releasing the data in the cache.
The application of the method of the present invention to the front-end device side is described in detail below with reference to the specific drawings.
Fig. 3 is a flowchart of the back-end server side of the method of the present invention. On the basis of the foregoing embodiment, the workflow on the back-end server side includes: step 10, receiving an operation request and a variable identifier from front-end equipment, and restoring the variable identifier into a plurality of variable objects; step 20, obtaining data in other one or more back-end servers by using the plurality of variable objects, judging whether the data required for responding to the operation request exists, if so, obtaining corresponding data, and further generating response data to return to the front-end equipment; and step 30, acquiring a variable identifier generated by the front-end equipment in response to the operation of closing the framework service where the form or forms are located, and further triggering a listener mechanism.
In the above embodiment, all the corresponding backend servers are packaged with the communication framework public service unified with the front-end device. A generating rule and a sending rule of variable identification are configured in the communication framework service, and the variable identification is reduced into a plurality of analysis rules of variable objects; in addition, the communication framework public service is also responsible for the most basic functions of front-end and back-end communication. Wherein the variable object includes: the method comprises the steps that operation identification of a user and one or more form labels are obtained by front-end equipment; the operation identification of the user comprises the following steps: and the opening operation identifier of the frame service where the form or forms are opened by the user and the closing operation identifier of the frame service where the form or forms are closed by the user.
In a further embodiment, the triggering process of the listener mechanism comprises: restoring the new variable identification into a plurality of variable objects, and triggering a monitor mechanism based on the obtained closing operation identification in the variable objects; wherein, the listener mechanism comprises: and releasing corresponding data in the cache of the corresponding back-end server based on the obtained one or more labels in the plurality of variable objects.
In the above embodiment, the tag has a corresponding relationship with the form, the operation request of the form, and the corresponding backend server; moreover, uniform communication frame public services are packaged among all the back-end servers; at this time, when one back-end server needs to acquire data in another server or a plurality of servers to return response data for the current operation request; the current backend server can communicate with other backend servers based on the obtained tag and obtain the required data in the caches of the other servers. Then, when all the back-end servers recognize the closing operation identifier in the newly acquired variable object, the listener mechanism is triggered, and corresponding data in the cache is released through the corresponding relation of the tag, the operation request and the corresponding data. Thus, the state management for the entire session period is completed.
The following describes the processing procedure of the backend server in more detail with reference to the first embodiment.
Example two
Fig. 4 is a schematic diagram of a second embodiment of the method of the present invention. On the basis of the first embodiment, the processing procedure of the backend service is as follows:
acquiring an operation request and a variable identifier Ka from the form A, acquiring data m of the operation request, judging whether a response condition is met, and if so, returning response data f; acquiring an operation request and a variable identification Kab from the form B, judging whether data in the operation request meets a response condition or not, if not, analyzing the variable identification Kab, acquiring labels a and B, acquiring data f corresponding to the label a through communication with a server corresponding to the form A, judging whether the response condition is met or not, and if so, returning response data j.
After the user obtains the final desired data j and closes the framework service where the form A and the form B are located, all related back-end servers receive a new variable identifier, and after restoration, the fact that the variable object has a closing operation identifier is found, a listener mechanism is triggered, and cache data corresponding to the corresponding label of each server is released.
In a preferred embodiment, when the user has no further operation within a preset time, the front-end device will automatically generate a shutdown operation identifier, generate a new variable identifier from the previous variable identifier, and send the new variable identifier to all relevant back-end servers to trigger the listener mechanism.
Therefore, the method of the invention not only reduces the complexity of user operation, but also does not need the front-end equipment to manage the state of data, thereby being very suitable for various function associated operations under the current micro-service framework.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A multi-page function session cycle state management method in a micro-service mode is characterized by comprising the following steps executed on a front-end device side:
in response to receiving an operation request of a user for one or more forms, acquiring labels of the one or more forms and an operation identifier of the user, and generating a variable identifier according to a preset rule;
returning the variable identification to the corresponding form, and sending the variable identification to the corresponding back-end server along with the operation request of the corresponding form;
receiving response data returned from the back-end server;
and in response to receiving an operation of closing the framework service where the one or more forms are located, generating a new variable identification and sending the new variable identification to the corresponding one or more back-end servers to trigger a listener mechanism.
2. The method for managing session states of multiple page functions according to claim 1, wherein said variable identifier is used to uniquely identify a specific operation request of a specific user in a corresponding form.
3. The method for managing session period states of multiple page functions according to claim 2, wherein said generating variable identifiers according to preset rules comprises: and generating variable identifications according to the obtained user operation identifications and the label serialization of the one or more forms.
4. The method for managing session state of multi-page function according to claim 1, wherein said returning said variable identifier to a corresponding form comprises:
and hosting the variable identification to the routing parameter of the corresponding form.
5. The method for managing session cycle status of a multi-page function according to claim 1, wherein the operation identification of the user comprises: and the opening operation identifier of the frame service where the form or forms are opened by the user and the closing operation identifier of the frame service where the form or forms are closed by the user.
6. The method for managing session states of multiple page functions according to claim 5, wherein said generating new variable identifications in response to the operation of closing the framework service where said one or more forms are located comprises:
responding to the operation of closing the framework service where the one or more forms are located, and obtaining a closing operation identifier;
and generating a new variable identifier according to the obtained closing operation identifier and the previous variable identifier serialization.
7. A multi-page function session period state management method in a micro-service mode is characterized by comprising the following steps executed on a back-end server side:
receiving an operation request and a variable identifier from front-end equipment, and restoring the variable identifier into a plurality of variable objects;
acquiring data in other one or more back-end servers by using the variable objects, judging whether the data required by responding to the operation request exists or not, if so, acquiring corresponding data, and further generating response data to return to the front-end equipment;
and acquiring a variable identifier generated by the front-end equipment in response to the operation of closing the framework service where the one or more forms are located, and further triggering a listener mechanism.
8. The method of claim 7, wherein the plurality of variable objects comprise: the method comprises the steps that operation identification of a user and one or more form labels are obtained by front-end equipment;
the operation identification of the user comprises the following steps: and the opening operation identifier of the frame service where the form or forms are opened by the user and the closing operation identifier of the frame service where the form or forms are closed by the user.
9. The method of multi-page function session cycle state management according to claim 8, wherein said triggering listener mechanism comprises: restoring the new variable identification into a plurality of variable objects, and triggering a monitor mechanism based on the obtained closing operation identification in the variable objects;
the listener mechanism includes: and releasing corresponding data in the cache of the corresponding back-end server based on the obtained one or more labels in the plurality of variable objects.
10. The method of multi-page function session cycle state management according to claim 7, said method further comprising: and acquiring the data in the operation request before acquiring the data in the other one or more back-end servers by using the variable objects, and judging whether the data required for responding to the operation request exists or not.
CN202010603604.0A 2020-06-29 2020-06-29 Multi-page function session period state management method in micro-service mode Active CN111770171B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010603604.0A CN111770171B (en) 2020-06-29 2020-06-29 Multi-page function session period state management method in micro-service mode

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010603604.0A CN111770171B (en) 2020-06-29 2020-06-29 Multi-page function session period state management method in micro-service mode

Publications (2)

Publication Number Publication Date
CN111770171A true CN111770171A (en) 2020-10-13
CN111770171B CN111770171B (en) 2023-05-02

Family

ID=72722819

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010603604.0A Active CN111770171B (en) 2020-06-29 2020-06-29 Multi-page function session period state management method in micro-service mode

Country Status (1)

Country Link
CN (1) CN111770171B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140108667A1 (en) * 2012-10-15 2014-04-17 Dell Products L.P. Techniques for Generating Different Sessions for Multiple Tabs of a Single Browser Window
CN107370786A (en) * 2017-06-02 2017-11-21 广州杰赛科技股份有限公司 A kind of general information management system based on micro services framework
CN107657420A (en) * 2016-07-25 2018-02-02 武汉票据交易中心有限公司 A kind of flow path processing method and system based on event
CN108206852A (en) * 2016-12-20 2018-06-26 杭州华为数字技术有限公司 A kind of dialogue-based Service Instance management method and equipment under micro services frame
CN109639723A (en) * 2019-01-10 2019-04-16 深圳市买买提信息科技有限公司 A kind of micro services access method and server based on ERP system
CN109922132A (en) * 2019-01-18 2019-06-21 深圳壹账通智能科技有限公司 Method, apparatus, electronic equipment and the storage medium of form request processing
CN110971449A (en) * 2019-10-25 2020-04-07 武汉烽火众智数字技术有限责任公司 Service management and control system based on micro-service architecture

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140108667A1 (en) * 2012-10-15 2014-04-17 Dell Products L.P. Techniques for Generating Different Sessions for Multiple Tabs of a Single Browser Window
CN107657420A (en) * 2016-07-25 2018-02-02 武汉票据交易中心有限公司 A kind of flow path processing method and system based on event
CN108206852A (en) * 2016-12-20 2018-06-26 杭州华为数字技术有限公司 A kind of dialogue-based Service Instance management method and equipment under micro services frame
CN107370786A (en) * 2017-06-02 2017-11-21 广州杰赛科技股份有限公司 A kind of general information management system based on micro services framework
CN109639723A (en) * 2019-01-10 2019-04-16 深圳市买买提信息科技有限公司 A kind of micro services access method and server based on ERP system
CN109922132A (en) * 2019-01-18 2019-06-21 深圳壹账通智能科技有限公司 Method, apparatus, electronic equipment and the storage medium of form request processing
CN110971449A (en) * 2019-10-25 2020-04-07 武汉烽火众智数字技术有限责任公司 Service management and control system based on micro-service architecture

Also Published As

Publication number Publication date
CN111770171B (en) 2023-05-02

Similar Documents

Publication Publication Date Title
US8656417B2 (en) Interface for telecommunication services using uniform resource identifiers
US7921158B2 (en) Using a list management server for conferencing in an IMS environment
WO2016119631A1 (en) Method for accessing cloud service and access device
CN110310034A (en) A kind of service orchestration applied to SaaS, business flow processing method and apparatus
EP3843341B1 (en) Selection, by a network function repository function device, of network function services meeting multiple conditions
EP2768181A1 (en) System and method for abstracting and orchestrating mobile data networks in a network environment
US8732259B2 (en) Method and apparatus for providing notification of network alarms using a plurality of distributed layers
CN113785535B (en) Data processing entity
CN106713506A (en) Data acquisition method and data acquisition system
CN104660997B (en) Service-oriented multi-source heterogeneous video monitoring adaptation method and system
CN114189885B (en) Network element information processing method, device and storage medium
CN111200523B (en) Method, device, equipment and storage medium for configuring middle platform system
CN109189502A (en) A kind of message treatment method and relevant device based on instant messaging public platform
US20090094363A1 (en) Method, system, client and server for locating operation nodes in communication system
JP2014504106A (en) Telecommunications service broker for orchestration of services in telecommunications networks
Pérez et al. Performance characterization of the servioticy api: an iot-as-a-service data management platform
CN115525302A (en) Deployment method and device of large-scale digital object warehouse cluster
US8224933B2 (en) Method and apparatus for case-based service composition
CN109446445A (en) A kind of resource acquiring method and device
CN111770171A (en) Multi-page function session period state management method under micro-service mode
CN106980697A (en) A kind of catalogue distribution querying method and device
WO2023088011A1 (en) Method and apparatus for transmitting interaction information, and storage medium and electronic apparatus
Roohi et al. An application for management and monitoring the data centers based on SNMP
Blum et al. Management of SOA based NGN service exposure, service discovery and service composition
Mezghani et al. Autonomic Coordination of IoT Device Management Platforms

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230413

Address after: 250101 Inspur science and Technology Park, 1036 Inspur Road, hi tech Zone, Jinan City, Shandong Province

Applicant after: Inspur Genersoft Co.,Ltd.

Address before: 250100 Room 102, 1st floor, R & D building, 2877 Kehang Road, Suncun Town, high tech Zone, Jinan City, Shandong Province

Applicant before: SHANDONG INSPUR GENESOFT INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant