CN112769927A - Client micro-service architecture of application program APP - Google Patents

Client micro-service architecture of application program APP Download PDF

Info

Publication number
CN112769927A
CN112769927A CN202011635276.9A CN202011635276A CN112769927A CN 112769927 A CN112769927 A CN 112769927A CN 202011635276 A CN202011635276 A CN 202011635276A CN 112769927 A CN112769927 A CN 112769927A
Authority
CN
China
Prior art keywords
service
app
user
client
micro
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
CN202011635276.9A
Other languages
Chinese (zh)
Other versions
CN112769927B (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.)
Hunan Golden Eagle Cartoon Media Co ltd
Original Assignee
Hunan Golden Eagle Cartoon Media 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 Hunan Golden Eagle Cartoon Media Co ltd filed Critical Hunan Golden Eagle Cartoon Media Co ltd
Priority to CN202011635276.9A priority Critical patent/CN112769927B/en
Publication of CN112769927A publication Critical patent/CN112769927A/en
Application granted granted Critical
Publication of CN112769927B publication Critical patent/CN112769927B/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/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0876Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
    • 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]
    • 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 Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Power Engineering (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a client-side micro-service communication architecture of an application program APP, which comprises a WEB user side, a WEB administrator side, a main service, a sub-service and a user handheld terminal APP, wherein the main service comprises a user authentication service, a message queue and an APP service, and the user handheld terminal APP initiates a login request to the user authentication service and can perform other operations after verification passes. The invention enables software service decoupling not to be a component level any more but to be deep into a service function level through the setting of the micro-service system, and each service function is mutually independent, thereby avoiding the problems of low program compiling efficiency caused by occasional related codes in front of a service function module and high program code maintenance cost and difficult subsequent expansion caused by occasional serious program service function points.

Description

Client micro-service architecture of application program APP
Technical Field
The invention belongs to the technical field of terminal equipment, and particularly relates to a client microservice architecture of an application program APP.
Background
The client microservice technology is a business decoupling architecture technology of a client. Based on the architecture design basis, any business logic implementation is requested to be served in a uniform url mode in the client APP. In the development of clients (Android, iOS), with the iterative upgrade of service functions, the functions become more and more complex, the coupling before the service module becomes more and more severe, and finally, program codes become difficult to maintain and expand. In order to reduce the coupling before the service module to the greatest extent, the common service decoupling technology in the market is a componentization technology and a routing technology.
The modularization technology comprises the following steps: repeated codes are extracted and combined into components, the most important component is reuse (multiplexing) and is positioned at the bottommost layer of the framework, other functions depend on the components and can be used by different functions, and the independence is strong. The functions of IO, database, network, etc. are all components, and basically we can be divided into: basic function components, universal UI components and basic service components. Tools for realizing componentization iOS generally use CocoaPods, and Android generally uses Gradle. The technical scheme mainly encapsulates and multiplexes the conventional program code general modules, is a mobile client infrastructure technology, and basically does not cause substantial change in the use of program service logic.
Routing technology: hierarchical parsing of the url request distributes a request to the corresponding application handler. The routing technology of the mobile terminal refers to a logic layer for distributing and processing access requests such as page access in App, access between H5 and App and access between App, namely, setting a unique identifier for each forwarded landing page, and uniformly defining the format and specification (usually in the form of schedule) of the access requests at the mobile terminal. The mobile client routing technology can be widely used, but the technology has the greatest disadvantage that although a uniform transit control protocol is defined, only the navigation jump of a page can be realized based on the transit control protocol, and the main purpose of the technology is unidirectional guidance and cannot realize bidirectional service.
Therefore, in order to solve the above technical problem, a client microservice architecture of an application APP needs to be provided.
Disclosure of Invention
The present invention provides a client microservice architecture of an application APP, so as to solve the problems of low program compiling efficiency due to occasional codes of business function modules in the client microservice technology, and high program code maintenance cost and difficult subsequent expansion due to occasional serious program business function points.
In order to achieve the above object, an embodiment of the present invention provides the following technical solutions:
a client microservice communication architecture of an application program APP comprises a WEB user side, a WEB administrator side, a main service, a sub-service and a user handheld terminal APP, wherein the main service comprises a user authentication service, a message queue and an APP service;
the user handheld terminal APP initiates a login request to the user authentication service and can perform other operations after verification passes; a user handheld terminal APP initiates a request to an APP service and acquires data; when the user handheld terminal APP quits, a quit request is sent to the user authentication service;
the user authentication service receives a login request initiated by a user handheld terminal APP, and verifies whether a user name and a password of a user are legal or not; after the verification is passed, the user authentication service stores the session data logged in this time into a user login state database;
the APP service operates according to the service type of the request of the user handheld terminal APP: for the data needing to be operated, reading and writing data to the database; for an instruction issued to the user handheld terminal APP, the APP service acquires a sub-service corresponding to the instruction, then issues the instruction to the sub-service, waits for a returned result, and then returns the result to the user handheld terminal APP;
the WEB user side sends a user request to the APP service, and then waits for response data;
the WEB administrator side provides services for operation and maintenance personnel and performs data reading and writing operation by connecting a database;
the message queue is used for storing and distributing messages, and when the sub-service or WEB administrator side needs to send the short messages, the messages are written into the message queue.
Furthermore, the message queue and the APP service are both connected with a data cache cluster, and the data cache cluster is used for storing corresponding data, so that a user can check the data conveniently.
Further, the main service also comprises a short message service, and the short message service is used for reading short message messages in the message queue and sending short messages through a short message gateway for reminding a user.
The utility model provides a little service system of customer end of application APP, include the handheld terminal APP of user, be equipped with request client, transfer controller, little server and execution business response module in the handheld terminal APP of user, request client and transfer controller communication connection, transfer controller and little server communication connection, little server and execution business response module communication connection, execution business response module and request client communication connection.
Furthermore, the user handheld terminal APP is installed in the android terminal system or the ios terminal, and the application range is wide.
Furthermore, a function calling module is arranged in the transfer controller, a protocol unit is arranged in the function calling module, and the protocol unit is used for guaranteeing the use safety of the user handheld terminal APP.
Further, the protocol unit includes a path selection module, a method protocol module and an execution parameter module, the path selection module is used for selecting a corresponding micro server according to the specific service analyzed by the transfer controller, the method protocol module is used for providing a corresponding execution service according to the micro server selected by the path selection module, and the execution parameter module is used for executing parameters required by the micro server in the path selection module.
Furthermore, a program definition module is arranged in the micro server and used for defining the micro server implementation specification, and the micro server specification is displayed in the form of an interface.
Furthermore, the micro server specification comprises a unique identification and a micro server path for indicating the current micro server, a unified micro server entry method and a unified micro server processing result callback mode, so that the micro server can be better suitable for a micro service system.
A use method of a client-side micro service system of an application program APP comprises the following steps:
s1, when a user holds a terminal APP, a client is requested to communicate through a specified protocol;
s2, after receiving a request client service request, a transfer controller analyzes the protocol of the request into three parts, namely a path, a method and a processing parameter, wherein the analyzing mode comprises but is not limited to methods such as regular expression matching, character string segmentation and the like;
s3, the transfer controller finds out specific micro-services according to the analyzed path, creates a corresponding micro-server, and directly uses the micro-server if the micro-server exists; if the micro server does not exist, a program definition module is needed to define a micro server implementation specification, wherein the micro server implementation specification comprises a unique identification indicating the current micro server, a micro server path, a unified server entry method and a unified micro server processing result callback mode, the micro server implementation specification is usually displayed in an interface form (also can be an abstract type), and all the micro servers need to implement or inherit the micro server implementation specification;
s4, finding a specific method capable of providing the request service according to the analyzed method by the transfer controller, and transmitting corresponding method execution parameters;
s5, executing the corresponding service logic operation by the service response module, and after the execution is finished, executing the corresponding service logic operation by a program agent protocol: android uses interface, iOS uses delete and block to execute callback, and informs the execution completion result to the request client;
s6, the result of executing the response comprises but is not limited to page jump, network request, data storage and the like.
Compared with the prior art, the invention has the following advantages:
the invention enables software service decoupling not to be a component level any more but to be deep into a service function level through the setting of the micro-service system, and each service function is mutually independent, thereby avoiding the problems of low program compiling efficiency caused by occasional related codes in front of a service function module and high program code maintenance cost and difficult subsequent expansion caused by occasional serious program service function points.
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, it is obvious that the drawings in the following description are only some embodiments described in the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart of a software microservice system method according to an embodiment of the present invention;
FIG. 2 is a block diagram of a software microservice system according to an embodiment of the present invention.
In the figure: 1. request client, 2. transfer controller, 3. micro server, 4. execution service response module.
Detailed Description
The present invention will be described in detail below with reference to embodiments shown in the drawings. The embodiments are not intended to limit the present invention, and structural, methodological, or functional changes made by those skilled in the art according to the embodiments are included in the scope of the present invention.
The invention discloses a client microservice communication architecture of an application program APP, which is shown in figures 1-2 and comprises a WEB client, a WEB manager, a main service, a sub-service and a user handheld terminal APP.
The WEB user side sends a user request to an APP service, then waits for response data, a WEB administrator side provides services for operation and maintenance personnel, data reading and writing operations are performed by connecting a database, a user handheld terminal APP initiates a login request to a user authentication service, and other operations can be performed after verification is passed; a user handheld terminal APP initiates a request to an APP service and acquires data; when the user handheld terminal APP quits, a quitting request is sent to the user authentication service, the user authentication service receives a login request sent by the user handheld terminal APP, and whether a user name and a password of a user are legal or not is verified; after the verification is passed, the user authentication service stores the session data logged in this time into the user login state database.
Referring to fig. 1-2, the main service includes a user authentication service, a message queue, and an APP service, where the APP service operates according to a service type of a request of a user handheld terminal APP: for the data needing to be operated, reading and writing data to the database; for an instruction issued to a user handheld terminal APP, the APP service acquires a sub-service corresponding to the instruction, then issues the instruction to the sub-service, waits for a returned result, and then returns the result to the user handheld terminal APP, a message queue is used for storing and distributing messages, and when the sub-service or WEB administrator needs to send short messages, the messages are written into the message queue.
Specifically, the message queue and the APP service are both connected with a data cache cluster, the data cache cluster is used for storing corresponding data, so that a user can conveniently check the data, the main service further comprises a short message service, and the short message service is used for reading short message messages in the message queue, sending short messages through a short message gateway and reminding the user.
The communication architecture adopts a message asynchronous communication mode to connect all the devices and the modules, the APP of the IOS platform and the APP of the Android platform adopt the same background service, the operation is simplified, and the performance and the reliability of the system can be improved by the data cache cluster.
A customer end micro-service system of application program APP, including the user hand-held terminal APP, the user hand-held terminal APP is equipped with the request customer end 1, the transfer controller 2, the micro-server 3 and the execution service response module 4, the transfer controller 2 is used for analyzing the protocol sent by the request customer end 1, then mapping to a specific micro-server 3, and packaging the analyzed result and delivering to the specific micro-server 3, the micro-server 3 includes several service implementation methods, after the transfer controller 2 creates the current micro-server 3, the specific service request and the execution parameter to be executed will be transmitted through the unified micro-server 3 entrance, the transfer controller 2 finds the specific implementation according to the transmitted specific method and then calls the parameter to execute the specific service implementation, the execution service response module 4 is used for the micro-server 3 after receiving the specific service implementation request instruction, a specific service implementation method is executed to provide a specific service implementation service, and the result of executing the response includes, but is not limited to, page jump, network request, data storage, and the like.
The request client 1 is in communication connection with the transfer controller 2, the transfer controller 2 is in communication connection with the micro server 3, the micro server 3 is in communication connection with the execution service response module 4, and the execution service response module 4 is in communication connection with the request client 1.
Referring to fig. 2, a user handheld terminal APP is installed in an android terminal system or an ios terminal, the application range is wide, a function calling module is arranged in a transit controller 2, a protocol unit is arranged in the function calling module and used for ensuring the use safety of the user handheld terminal APP, the protocol unit comprises a path selection module, a method protocol module and an execution parameter module, the path selection module is used for selecting a corresponding micro server 3 according to specific services analyzed by the transit controller 2, the method protocol module is used for providing corresponding execution services according to the micro server 3 selected by the path selection module, and the execution parameter module is used for executing parameters required by the micro server 3 in the path selection module.
Specifically, a program definition module is arranged in the micro server 3, the program definition module is used for defining the micro server implementation specification, the micro server specification is displayed in an interface mode, and the micro server specification comprises a unique micro server identification and a micro server path which are used for indicating the current micro server, a unified micro server entry method and a unified micro server processing result callback mode, so that the micro server 3 can be better suitable for a micro service system.
A use method of a client-side micro service system of an application program APP comprises the following steps:
s1, when a user holds a terminal APP, a client 1 is requested to communicate through a specified protocol, specifically, the specified protocol includes but is not limited to a schedule protocol, and the protocol mainly comprises three parts: 1. a path to indicate at which micro-server 3 the requested business service operation is located; 2. the method is used for indicating which business services need to be provided by the current micro-service, each business service uses a specific method name, and one micro-server 3 can comprise a plurality of micro-service methods; 3. parameters participating in a particular microservice method for transmitting request client 1 data and giving a particular microservice;
s2, after receiving the service request of the request client 1, the transfer controller 2 analyzes the protocol of the request into three parts, namely a path, a method and a processing parameter, wherein the analyzing mode comprises but is not limited to methods such as regular expression matching, character string segmentation and the like;
s3, finding out specific micro-services by the transfer controller 2 according to the analyzed path, creating a corresponding micro-server 3, and directly using the micro-server 3 if the micro-server 3 exists; if the micro server 3 does not exist, the micro server implementation specification is defined by using a program definition module, wherein the micro server implementation specification comprises a unique identification indicating the current micro server, a micro server path, a unified server entry method and a unified micro service processing result callback mode, the micro server implementation specification is usually displayed in an interface form (can also be an abstract type), and all the micro servers 3 need to implement or inherit the micro server implementation specification;
s4, the transfer controller 2 finds a specific method capable of providing the request service according to the analyzed method and transmits corresponding method execution parameters;
s5, the service response execution module 4 executes corresponding service logic operation, and after the execution is finished, the service response execution module executes the following steps: android uses interface, iOS uses delete and block to execute callback, and notifies the execution completion result to the request client 1;
s6, the result of executing the response comprises but is not limited to page jump, network request, data storage and the like.
According to the technical scheme, the invention has the following beneficial effects:
the invention enables software service decoupling not to be a component level any more but to be deep into a service function level through the setting of the micro-service system, and each service function is mutually independent, thereby avoiding the problems of low program compiling efficiency caused by occasional related codes in front of a service function module and high program code maintenance cost and difficult subsequent expansion caused by occasional serious program service function points.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.
Furthermore, it should be understood that although the present description refers to embodiments, not every embodiment may contain only a single embodiment, and such description is for clarity only, and those skilled in the art should integrate the description, and the embodiments may be combined as appropriate to form other embodiments understood by those skilled in the art.

Claims (10)

1. A client microservice communication architecture of an application program APP is characterized by comprising a WEB user side, a WEB administrator side, a main service, a sub-service and a user handheld terminal APP, wherein the main service comprises a user authentication service, a message queue and an APP service;
the user handheld terminal APP initiates a login request to the user authentication service and can perform other operations after verification passes; a user handheld terminal APP initiates a request to an APP service and acquires data; when the user handheld terminal APP quits, a quit request is sent to the user authentication service;
the user authentication service receives a login request initiated by a user handheld terminal APP, and verifies whether a user name and a password of a user are legal or not; after the verification is passed, the user authentication service stores the session data logged in this time into a user login state database;
the APP service operates according to the service type of the request of the user handheld terminal APP: for the data needing to be operated, reading and writing data to the database; for an instruction issued to the user handheld terminal APP, the APP service acquires a sub-service corresponding to the instruction, then issues the instruction to the sub-service, waits for a returned result, and then returns the result to the user handheld terminal APP;
the WEB user side sends a user request to the APP service, and then waits for response data;
the WEB administrator side provides services for operation and maintenance personnel and performs data reading and writing operation by connecting a database;
the message queue is used for storing and distributing messages, and when the sub-service or WEB administrator side needs to send the short messages, the messages are written into the message queue.
2. The client microservice communication architecture of an application APP of claim 1, wherein a data cache cluster is connected to both the message queue and the APP service, and the data cache cluster is used to store corresponding data for the user to view.
3. The client microservice communication architecture of an application APP as claimed in claim 1, wherein the main service further comprises a short message service, the short message service is configured to read short messages in a message queue and send short messages through a short message gateway.
4. A client microservice system of an application program APP, comprising the user handheld terminal APP as claimed in claim 1, wherein the user handheld terminal APP is provided with a request client (1), a relay controller (2), a microserver (3) and an execution service response module (4), the request client (1) is in communication connection with the relay controller (2), the relay controller (2) is in communication connection with the microserver (3), the microserver (3) is in communication connection with the execution service response module (4), and the execution service response module (4) is in communication connection with the request client (1).
5. The client microservice system of an application APP as claimed in claim 4, wherein the user-held terminal APP is loaded in an android terminal system or an ios terminal.
6. The client microservice system of an application APP as claimed in claim 4, wherein the transfer controller (2) is internally provided with a function calling module, and the function calling module is internally provided with a protocol unit, and the protocol unit is used to ensure the use safety of the user handheld terminal APP.
7. The client microservice system of an application APP as claimed in claim 6, wherein the protocol unit comprises a path selection module, a method protocol module and an execution parameter module, the path selection module is used to select a corresponding microserver (3) according to the specific service analyzed by the relay controller (2), the method protocol module is used to provide a corresponding execution service according to the microserver (3) selected by the path selection module, and the execution parameter module is used to execute the parameters required by the microserver (3) in the path selection module.
8. The client microservice system of an application APP as claimed in claim 4, wherein the microserver (3) is provided with a program definition module, the program definition module is used to define microserver implementation specifications, and the microserver specifications are displayed in the form of an interface.
9. The client microservice system of an application APP of claim 8, wherein the microserver specification includes a unique identifier and microserver path indicating a current microserver, a unified microserver entry method, and a unified microserver processing result callback.
10. A method for using a client-side microservice system of an application program APP is characterized by comprising the following steps:
s1, when a user holds a terminal APP, a client (1) is requested to communicate through a specified protocol;
s2, after receiving a service request of the request client (1), the transfer controller (2) analyzes a protocol of the request into three parts, namely a path, a method and a processing parameter, wherein the analyzing mode comprises but is not limited to methods such as regular expression matching, character string segmentation and the like;
s3, the transfer controller (2) finds out specific micro-services according to the analyzed path, creates a corresponding micro-server (3), and directly uses the micro-server (3) if the micro-server exists; if the micro server (3) does not exist, a program definition module is required to define a micro server implementation specification, wherein the micro server implementation specification comprises a unique identification indicating the current micro server, a micro server path, a unified server entry method and a unified micro server processing result callback mode, the micro server implementation specification is usually displayed in an interface form (can also be an abstract class), and all the micro servers (3) need to implement or inherit the micro server implementation specification;
s4, finding a specific method capable of providing the request service according to the analyzed method by the transfer controller (2), and transmitting corresponding method execution parameters;
s5, the service response execution module (4) executes corresponding service logic operation, and after the execution is finished, the service response execution module executes the following steps through a program agent protocol: android uses interface, iOS uses delete and block to execute callback, and informs the execution completion result to the request client (1);
s6, the result of executing the response comprises but is not limited to page jump, network request, data storage and the like.
CN202011635276.9A 2020-12-31 2020-12-31 Client micro-service system of application program APP and application method thereof Active CN112769927B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011635276.9A CN112769927B (en) 2020-12-31 2020-12-31 Client micro-service system of application program APP and application method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011635276.9A CN112769927B (en) 2020-12-31 2020-12-31 Client micro-service system of application program APP and application method thereof

Publications (2)

Publication Number Publication Date
CN112769927A true CN112769927A (en) 2021-05-07
CN112769927B CN112769927B (en) 2023-06-16

Family

ID=75697909

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011635276.9A Active CN112769927B (en) 2020-12-31 2020-12-31 Client micro-service system of application program APP and application method thereof

Country Status (1)

Country Link
CN (1) CN112769927B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060015777A1 (en) * 2004-07-19 2006-01-19 United Technologies Corporation. System and method for fault code driven maintenance system
US20070197260A1 (en) * 2006-02-22 2007-08-23 Joshua Randall Interface for mobile devices and methods
WO2016188256A1 (en) * 2016-01-25 2016-12-01 中兴通讯股份有限公司 Application access authentication method, system, apparatus and terminal
CN106652218A (en) * 2015-10-30 2017-05-10 宁波轩悦行电动汽车服务有限公司 Time-sharing system and method for electric automobile and system service structure
CN106652220A (en) * 2015-10-30 2017-05-10 宁波轩悦行电动汽车服务有限公司 Electrical vehicle time-sharing rental system and method, and system communication frame
JP2018067302A (en) * 2016-10-21 2018-04-26 富士通株式会社 Software service execution device, system, and method
US20180198845A1 (en) * 2017-01-09 2018-07-12 International Business Machines Corporation Local Microservice Development for Remote Deployment
US20190087178A1 (en) * 2017-09-18 2019-03-21 International Business Machines Corporation Adaptable management of web application state in a micro-service architecture
CN110493352A (en) * 2019-08-30 2019-11-22 南京联创互联网技术有限公司 A kind of unified gateway service system and its method of servicing based on WEB middleware
CN111917837A (en) * 2020-07-13 2020-11-10 西安即刻易用网络科技有限公司 Web micro application program publishing system and implementation method thereof

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060015777A1 (en) * 2004-07-19 2006-01-19 United Technologies Corporation. System and method for fault code driven maintenance system
US20070197260A1 (en) * 2006-02-22 2007-08-23 Joshua Randall Interface for mobile devices and methods
CN106652218A (en) * 2015-10-30 2017-05-10 宁波轩悦行电动汽车服务有限公司 Time-sharing system and method for electric automobile and system service structure
CN106652220A (en) * 2015-10-30 2017-05-10 宁波轩悦行电动汽车服务有限公司 Electrical vehicle time-sharing rental system and method, and system communication frame
WO2016188256A1 (en) * 2016-01-25 2016-12-01 中兴通讯股份有限公司 Application access authentication method, system, apparatus and terminal
JP2018067302A (en) * 2016-10-21 2018-04-26 富士通株式会社 Software service execution device, system, and method
US20180198845A1 (en) * 2017-01-09 2018-07-12 International Business Machines Corporation Local Microservice Development for Remote Deployment
US20190087178A1 (en) * 2017-09-18 2019-03-21 International Business Machines Corporation Adaptable management of web application state in a micro-service architecture
CN110493352A (en) * 2019-08-30 2019-11-22 南京联创互联网技术有限公司 A kind of unified gateway service system and its method of servicing based on WEB middleware
CN111917837A (en) * 2020-07-13 2020-11-10 西安即刻易用网络科技有限公司 Web micro application program publishing system and implementation method thereof

Also Published As

Publication number Publication date
CN112769927B (en) 2023-06-16

Similar Documents

Publication Publication Date Title
CN111083161A (en) Data transmission processing method and device and Internet of things equipment
EP3402136B1 (en) Information interaction method, client and device
KR101986481B1 (en) Method for automatic monitoring end to end performance of end-user and apparatus for using the same
CN105306433B (en) A kind of method and apparatus accessing virtual machine server
MXPA03006025A (en) Exchanging electronic messages between a host computer system and a distributed computer system.
CN107426233A (en) Data communication system, method, Web server and monitoring system based on B/S frameworks
CN108737463A (en) A kind of software deployment method, server and system
CN107528891B (en) Websocket-based automatic clustering method and system
CN102497427A (en) Method and device for realizing data acquisition services of renewable energy source monitoring system
CN110011875A (en) Dial testing method, device, equipment and computer readable storage medium
CN117615043B (en) Inter-service communication method and system on edge gateway
CN114448719A (en) Message interaction method, device and system
US7086051B2 (en) Method and apparatus for just-in-time provisioning application-related information at a communication device
CN109683916A (en) A kind of method of cloud mirrored host computer of the autonomous creation comprising application software
JP4516594B2 (en) Message transmission control method, message transmission control device, and message transmission control program
CN112073488A (en) Method and device for processing request
CN112769927A (en) Client micro-service architecture of application program APP
CN100547969C (en) The method and data handling system and the resource management system that are used for instantaneous message communicating
CN102480475B (en) Web service safety access control method, apparatus and system thereof
CN110266705B (en) Control method and system
WO2020253330A1 (en) Method and apparatus for customer premise equipment configuration management
CN106533716B (en) A kind of management method and system of northbound interface
CN103546513B (en) The method and device of communication between a kind of customer terminal webpage
CN112463357A (en) Method and equipment for safe interaction of server in-band data
CN100375464C (en) Method for data communication of every terminal when network interconnecting

Legal Events

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