CN112769927B - Client micro-service system of application program APP and application method thereof - Google Patents

Client micro-service system of application program APP and application method thereof Download PDF

Info

Publication number
CN112769927B
CN112769927B CN202011635276.9A CN202011635276A CN112769927B CN 112769927 B CN112769927 B CN 112769927B CN 202011635276 A CN202011635276 A CN 202011635276A CN 112769927 B CN112769927 B CN 112769927B
Authority
CN
China
Prior art keywords
service
micro
app
user
server
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
CN202011635276.9A
Other languages
Chinese (zh)
Other versions
CN112769927A (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

Abstract

The invention discloses a client micro-service system of an application program APP, which comprises a WEB user end, a WEB manager end, main services, sub-services and a user handheld terminal APP, wherein the main services comprise user authentication services, message queues and APP services, and the user handheld terminal APP initiates a login request to the user authentication services and can perform other operations after verification. The invention enables the software service decoupling not to be a component layer but to go deep into a service function layer by setting the micro service system, uses each service function to be mutually independent, avoids the problems of low program compiling efficiency caused by occasional related codes in front of the service function module and high program code maintenance cost and difficult subsequent expansion caused by occasional serious program service function points, and simultaneously enables the micro service system not only to realize unidirectional jump service, but also to communicate and provide bidirectional service response service, so that the service expansibility of the client APP is higher.

Description

Client micro-service system of application program APP and application method thereof
Technical Field
The invention belongs to the technical field of terminal equipment, and particularly relates to a client micro-service system of an application program APP and a use method thereof.
Background
The client micro-service technology is actually a service decoupling architecture technology of a client. Based on the architecture design basis, any business logic implementation is requested to be served in a unified url mode in the client APP. In the development of clients (Android, iOS), as the service functions are iteratively upgraded, the functions become more and more complex, the coupling before the service modules becomes more and more serious, and finally, the program codes become difficult to maintain and expand. In order to reduce the previous coupling of the service module to the greatest extent, the current general service decoupling technology in the market is a componentization technology and a routing technology.
The assembly technology comprises the following steps: repeated codes are extracted and combined into components, the components are most important to reuse (reuse), are positioned at the bottom layer of the framework, other functions depend on the components, and can be used by different functions, and the independence is high. These functions of IO, database, network, etc. are all components, basically we divide into: basic functional components, universal UI components, basic business components. The tool iOS for realizing the componentization generally uses CocoaPods, and Android generally uses Gradle. The technical proposal mainly encapsulates and multiplexes the existing program code universal module, is a mobile client base architecture technology, and does not substantially change the use of program service logic.
Routing technology: refers to hierarchical parsing of url requests, distributing a request to the corresponding application handler. The routing technology of the mobile terminal refers to a logic layer for performing distribution processing on access such as page access in an App, access of H5 and App access and access requests among apps, namely, each forwarded landing page is provided with a unique identifier, and the format and specification (usually in the form of a schame) of the access request are uniformly defined on the mobile terminal. The mobile client routing technology can be a very widely used technology, but the technology has a biggest disadvantage that although a unified transfer control protocol is defined, only navigation skip of pages can be realized based on the transfer control protocol, and the main purpose is unidirectional guiding but bidirectional service cannot be realized.
Therefore, in order to solve the above-mentioned technical problems, it is necessary to provide a client micro-service system of an application APP and a method for using the same.
Disclosure of Invention
The invention aims to provide a client micro-service system of an application program APP and a use method thereof, which are used for solving the problems of low program compiling efficiency caused by occasional related codes of service function modules in the client micro-service technology, high program code maintenance cost caused by occasional serious program service function points and difficult subsequent expansion.
In order to achieve the above object, an embodiment of the present invention provides the following technical solution:
the client micro-service system of the application program APP comprises a WEB user end, a WEB manager end, main services, sub services and a user handheld terminal APP, wherein the main services comprise user authentication services, message queues and APP services;
the user handheld terminal APP initiates a login request to the user authentication service and can perform other operations after verification is passed; a user handheld terminal APP initiates a request to an APP service and acquires data; when the user holds the terminal APP to exit, initiating an exit request to the user authentication service;
the user authentication service receives a login request initiated by a user handheld terminal APP and checks whether a user name and a password of a user are legal or not; after verification is passed, the user authentication service stores the session data of the current login 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 database to be operated, reading and writing data to the database; for an instruction issued to a user handheld terminal APP, an APP service acquires a sub-service specifically corresponding to the instruction, then issues the instruction to the sub-service, waits for a returned result, and returns the result to the user handheld terminal APP;
the WEB user side sends a request of a user to the APP service and waits for response data;
the WEB manager side provides service for operation and maintenance personnel and performs data reading and writing operation through the connection database;
the message queue is used for storing and distributing messages, and when the sub-service or WEB manager side needs to send the short message, the message is written into the message queue.
Further, 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 further comprises a short message service, wherein the short message service is used for reading the short message in the message queue, and sending the short message through the short message gateway for reminding the user.
The micro-service system of the client of the application program APP comprises a user handheld terminal APP, wherein a request client, a transfer controller, a micro-server and an execution service response module are arranged in the user handheld terminal APP, the request client is in communication connection with the transfer controller, the transfer controller is in communication connection with the micro-server, the micro-server is in communication connection with the execution service response module, and the execution service response module is in communication connection with the request client.
Further, the user handheld terminal APP is loaded in an android terminal system or ios terminal, and the application range is wide.
Further, 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 comprises a path selection module, a method protocol module and an execution parameter module, wherein 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 the 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.
Further, a program definition module is arranged in the micro server, the program definition module is used for defining the micro server implementation specification, and the micro server specification is displayed in an interface mode.
Further, the micro server specification includes a unique identifier indicating the current micro server and a micro server path, 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 server system.
The application program APP using method of the client micro-service system comprises the following steps:
s1, when an application user holds a terminal APP, a request client communicates through a designated protocol;
s2, after receiving the service request of the request client, the transfer controller analyzes the requested protocol into three parts, namely a path, a method and processing parameters, wherein the analysis mode comprises but is not limited to methods such as regular expression matching and character string segmentation;
s3, the transit controller finds out a specific micro-server according to the analyzed path, and creates a corresponding micro-server, and if the micro-server exists, the transit controller is directly used; if the micro server 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 identifier and a micro server path indicating the current micro server, 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 type), and all micro servers need to realize or inherit the micro server implementation specification;
s4, the transit controller finds out a method capable of providing the request service specifically according to the analyzed method, and transmits corresponding method execution parameters;
s5, the execution service response module executes corresponding service logic operation, and after execution, the execution service response module passes through a program agent protocol: android uses interface, iOS uses delegate, block to execute callback, and the execution completion result is notified to the request client;
s6, results of executing the response include, but are not limited to, page jumps, network requests, data storage and the like.
Compared with the prior art, the invention has the following advantages:
the invention enables the software service decoupling not to be a component layer but to go deep into a service function layer by setting the micro service system, uses each service function to be mutually independent, avoids the problems of low program compiling efficiency caused by occasional related codes in front of the service function module and high program code maintenance cost and difficult subsequent expansion caused by occasional serious program service function points, and simultaneously enables the micro service system not only to realize unidirectional jump service, but also to communicate and provide bidirectional service response service, so that the service expansibility of the client APP is higher.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the present invention, and other drawings may be obtained according to the drawings without inventive effort to those skilled in the art.
FIG. 1 is a flow chart of a method of a software micro-service system according to an embodiment of the invention;
FIG. 2 is a schematic diagram of a software micro-service system according to an embodiment of the invention.
In the figure: 1. the system comprises a request client, a transfer controller, a micro server and an execution service response module.
Detailed Description
The present invention will be described in detail below with reference to the embodiments shown in the drawings. The embodiments are not intended to limit the invention, but structural, methodological, or functional modifications of the invention from those skilled in the art are included within the scope of the invention.
The invention discloses a client micro-service system of an application program APP, which is shown in reference to figures 1-2 and comprises a WEB user side, a WEB manager side, a main service, a sub service and a user handheld terminal APP.
The WEB user terminal sends a request of a user to the APP service, then waits for response data, the WEB manager terminal provides service for operation and maintenance personnel, performs data read-write operation through a connection database, and the user handheld terminal APP initiates a login request to the user authentication service and verifies that other operations can be performed after the login request passes; a user handheld terminal APP initiates a request to an APP service and acquires data; when the user handheld terminal APP exits, initiating an exit request to a user authentication service, wherein the user authentication service receives a login request initiated by the user handheld terminal APP and checks whether a user name and a password of a user are legal or not; after the verification is passed, the user authentication service saves the session data of the current login to 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, and the APP service operates according to a service type of a request of a user handheld terminal APP: for the database to be operated, reading and writing data to the database; for an instruction issued to a user handheld terminal APP, an APP service acquires a sub-service corresponding to the instruction, issues the instruction to the sub-service, waits for a returned result, returns the result to the user handheld terminal APP, and writes a message into a message queue when the sub-service or a WEB manager needs to send a short message.
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, the user can check the data conveniently, the main service also comprises a short message service, the short message service is used for reading the short message in the message queue, and the short message is sent through a short message gateway and used for reminding the user.
The communication architecture adopts a message asynchronous communication mode to connect all the devices and modules, and the APP of the IOS platform and the APP of the Android platform adopt the same background service, so that the operation is simplified, and the data cache cluster can improve the system performance and reliability.
The utility model provides a customer end micro-service system of application program APP, user's handheld terminal APP is equipped with request client 1 in including, transfer controller 2, micro-server 3 and execution business response module 4, transfer controller 2 is used for carrying out the analysis to the agreement that request client 1 sent, then map to a specific micro-server 3, and pack the result of analysis and encapsulate and give to specific micro-server 3, micro-server 3 includes a plurality of business realization methods, transfer controller 2 has created current micro-server 3 after, will need to carry out specific business request and execution parameter to pass in through unified micro-server 3 entrance, transfer controller 2 finds specific realization according to the specific method of importing then call parameter execution specific business realization, execution business response module 4 is used for micro-server 3 to carry out specific business realization method and provide specific business realization service after receiving specific business realization request instruction, the result of execution response includes but is not limited to page and jumps, network request, data storage etc..
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, the user handheld terminal APP is loaded in an android terminal system or ios terminal, the application range is wide, a function calling module is arranged in the transfer controller 2, a protocol unit is arranged in the function calling module, the protocol unit is used for guaranteeing 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 a specific service analyzed by the transfer controller 2, the method protocol module is used for providing a corresponding execution service 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 disposed in the micro server 3, and the program definition module is used for defining a micro server implementation specification, and the micro server specification is displayed in an interface form, and includes a unique identifier indicating the current micro server, a micro server path, 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 server system.
The application program APP using method of the client micro-service system comprises the following steps:
s1, when a user holds a terminal APP by the hand, a request client 1 communicates through a specified protocol, specifically, the specified protocol includes but is not limited to a schame protocol, and the protocol mainly includes three parts: 1. a path for specifying which micro server 3 the requested service operation is located; 2. the method is used for indicating what kind of service is needed to be provided by the current micro-service, and each service is named by a specific method, and one micro-server 3 can comprise a plurality of micro-service methods; 3. parameters, participating in a particular micro-service method for transmitting the request client 1 data to a particular micro-service;
s2, after receiving the service request of the request client 1, the transfer controller 2 analyzes the requested protocol into three parts, namely a path, a method and processing parameters, wherein the analysis modes comprise but are not limited to methods such as regular expression matching and character string segmentation;
s3, then the transit controller 2 finds out a specific micro-server according to the analyzed path, and creates a corresponding micro-server 3, and if the micro-server 3 exists, the micro-server 3 is directly used; 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 identifier and a micro server path of a current micro server, 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 type), and all the micro servers 3 need to realize or inherit the micro server implementation specification;
s4, the transit controller 2 finds out a method which can specifically provide the request service according to the analyzed method, and transmits corresponding method execution parameters;
s5, the executive service response module 4 executes corresponding service logic operation, and after execution, the executive service response module passes through a program agent protocol: android uses interface, iOS uses delegate, block to execute callback, and the execution completion result is notified to the request client 1;
s6, results of executing the response include, but are not limited to, page jumps, network requests, data storage and the like.
The technical scheme shows that the invention has the following beneficial effects:
the invention enables the software service decoupling not to be a component layer but to go deep into a service function layer by setting the micro service system, uses each service function to be mutually independent, avoids the problems of low program compiling efficiency caused by occasional related codes in front of the service function module and high program code maintenance cost and difficult subsequent expansion caused by occasional serious program service function points, and simultaneously enables the micro service system not only to realize unidirectional jump service, but also to communicate and provide bidirectional service response service, so that the service expansibility of the client APP is higher.
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 characteristics 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 disclosure describes embodiments, not every embodiment contains only one independent technical solution, and that such description is provided for clarity only, and that the technical solutions of the embodiments may be appropriately combined to form other embodiments that will be understood by those skilled in the art.

Claims (7)

1. The client micro-service system of the application program APP is characterized by comprising a WEB user end, a WEB manager end, main services, sub-services and a user handheld terminal APP, wherein the main services comprise user authentication services, message queues and APP services;
the user handheld terminal APP initiates a login request to the user authentication service and can perform other operations after verification is passed; a user handheld terminal APP initiates a request to an APP service and acquires data; when the user holds the terminal APP to exit, initiating an exit request to the user authentication service;
the user authentication service receives a login request initiated by a user handheld terminal APP and checks whether a user name and a password of a user are legal or not; after verification is passed, the user authentication service stores the session data of the current login 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 database to be operated, reading and writing data to the database; for an instruction issued to a user handheld terminal APP, an APP service acquires a sub-service specifically corresponding to the instruction, then issues the instruction to the sub-service, waits for a returned result, and returns the result to the user handheld terminal APP;
the WEB user side sends a request of a user to the APP service and waits for response data;
the WEB manager side provides service for operation and maintenance personnel and performs data reading and writing operation through the connection database;
the message queue is used for storing and distributing messages, and when the sub-service or WEB manager side needs to send the short message, the message queue is written with the messages;
the method comprises the steps that a request client (1), a transfer controller (2), a micro server (3) and an execution service response module (4) are arranged in a user handheld terminal APP, 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), the execution service response module (4) is in communication connection with the request client (1), a function calling module is arranged in the transfer controller (2), a protocol unit is arranged in the function calling module, the protocol unit is used for guaranteeing 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 service analyzed by the transfer controller (2), the method protocol module is used for providing corresponding execution service 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.
2. The application APP client micro-service system of claim 1, wherein the message queue and APP service are both connected with a data cache cluster, and the data cache cluster is used for storing corresponding data, so as to facilitate the user to view.
3. The micro-service system of a client of an application APP according to claim 1, wherein the main service further comprises a short message service, the short message service is used for reading a short message in a message queue, and sending the short message through a short message gateway.
4. The micro-server system of claim 1, wherein the user handheld terminal APP is loaded in an android terminal system or ios terminal.
5. A client micro-server system for an application APP according to claim 1, wherein a program definition module is provided in the micro-server (3), the program definition module is used for defining a micro-server implementation specification, and the micro-server specification is displayed in the form of an interface.
6. The system of claim 1, wherein the microserver specification includes a unique identifier and a microserver path indicating a current microserver, a unified microserver entry method, and a unified microserver callback mode.
7. A method for using a client micro-service system of an application APP, comprising the steps of:
s1, when a user holds a terminal APP by an application user, requesting a client (1) to communicate through a designated protocol;
s2, after receiving a service request of the request client (1), the transfer controller (2) analyzes a requested protocol into three parts, namely a path, a method and processing parameters, wherein the analysis mode comprises a regular expression matching and character string segmentation method;
s3, the transit controller (2) can find specific micro-services according to the analyzed paths, and creates corresponding micro-servers (3), and if the micro-servers (3) exist, the corresponding micro-servers are directly used; 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 identifier and a micro server path which indicate the current micro server, 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 mode, and all the micro servers (3) need to realize or inherit the micro server implementation specification;
s4, the transit controller (2) finds out a method capable of specifically providing the request service according to the analyzed method, and transmits corresponding method execution parameters;
s5, the execution service response module (4) executes corresponding service logic operation, and after execution, the corresponding service logic operation is executed through a program agent protocol: android uses interface, iOS uses delegate, block to execute callback, and the execution completion result is notified to the request client (1);
s6, the result of response execution comprises page jumping, network request and data storage.
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 CN112769927A (en) 2021-05-07
CN112769927B true 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 (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016188256A1 (en) * 2016-01-25 2016-12-01 中兴通讯股份有限公司 Application access authentication method, system, apparatus and terminal
CN110493352A (en) * 2019-08-30 2019-11-22 南京联创互联网技术有限公司 A kind of unified gateway service system and its method of servicing based on WEB middleware

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7617029B2 (en) * 2004-07-19 2009-11-10 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
CN106652220A (en) * 2015-10-30 2017-05-10 宁波轩悦行电动汽车服务有限公司 Electrical vehicle time-sharing rental system and method, and system communication frame
CN106652218A (en) * 2015-10-30 2017-05-10 宁波轩悦行电动汽车服务有限公司 Time-sharing system and method for electric automobile and system service structure
JP6972796B2 (en) * 2016-10-21 2021-11-24 富士通株式会社 Software service execution equipment, systems, and methods
US10574736B2 (en) * 2017-01-09 2020-02-25 International Business Machines Corporation Local microservice development for remote deployment
US10275235B2 (en) * 2017-09-18 2019-04-30 International Business Machines Corporation Adaptable management of web application state in a micro-service architecture
CN111917837A (en) * 2020-07-13 2020-11-10 西安即刻易用网络科技有限公司 Web micro application program publishing system and implementation method thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016188256A1 (en) * 2016-01-25 2016-12-01 中兴通讯股份有限公司 Application access authentication method, system, apparatus and terminal
CN110493352A (en) * 2019-08-30 2019-11-22 南京联创互联网技术有限公司 A kind of unified gateway service system and its method of servicing based on WEB middleware

Also Published As

Publication number Publication date
CN112769927A (en) 2021-05-07

Similar Documents

Publication Publication Date Title
CN106713018B (en) Method for scheduling message queue service data and implementing message queue
CN105024865B (en) Cloud joint services
US7665094B2 (en) Systems and methods for mobile communication
CN110310034A (en) A kind of service orchestration applied to SaaS, business flow processing method and apparatus
CN102567026B (en) Mobile solution constructing system and Mobile solution construction method
CN105101163B (en) The method and apparatus of air card-writing
CN102214099B (en) Automatic run-time environment (RTE) code generating method for automobile system architecture (AUTOSAR)
WO2010004549A2 (en) Dynamic mobile client
CN106686023A (en) Flow designing method, client machine, server side apparatus and system
CN105009547A (en) Method for processing access requests and web browser
CN110011875A (en) Dial testing method, device, equipment and computer readable storage medium
CN109120684A (en) Informatization management method, device, ESB bus platform and storage medium
CN112565439B (en) Internet of things communication method and system
KR101086620B1 (en) Smart office system and server for managing the sames and method for managing the sames
CN104660547B (en) A kind of service platform for realizing telecommunication
US9128886B2 (en) Computer implemented method, computer system, electronic interface, mobile computing device and computer readable medium
CN102685195A (en) Application service combination method, device and system
CN112769927B (en) Client micro-service system of application program APP and application method thereof
US20180121441A1 (en) Accessing application services from forms
CN113055348A (en) Cross-platform data request method and device and electronic equipment
CN109062848A (en) Purchasing management method, apparatus and bus platform based on ESB bus platform
US20100222022A1 (en) Communication method, communication system and access method to service provider base
CN105916184B (en) A kind of industrial wireless sensing network termination implementation method meeting ISA100.11a standard
CN108924773A (en) Message treatment method and device
CN114546683A (en) Service processing method, device, electronic equipment and storage medium

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