CN110347522A - A kind of server-side and the integrated implementation method of client - Google Patents

A kind of server-side and the integrated implementation method of client Download PDF

Info

Publication number
CN110347522A
CN110347522A CN201910614431.XA CN201910614431A CN110347522A CN 110347522 A CN110347522 A CN 110347522A CN 201910614431 A CN201910614431 A CN 201910614431A CN 110347522 A CN110347522 A CN 110347522A
Authority
CN
China
Prior art keywords
service
server
client
code information
code
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.)
Pending
Application number
CN201910614431.XA
Other languages
Chinese (zh)
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.)
Shenyang Ourui Technology Co Ltd
Original Assignee
Shenyang Ourui 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 Shenyang Ourui Technology Co Ltd filed Critical Shenyang Ourui Technology Co Ltd
Priority to CN201910614431.XA priority Critical patent/CN110347522A/en
Publication of CN110347522A publication Critical patent/CN110347522A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45516Runtime code conversion or optimisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45529Embedded in an application, e.g. JavaScript in a Web browser
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

Service script is generated server-side code information according to communication protocol predetermined and service type by a kind of server-side and the integrated implementation method of client, including client;Server-side executes the corresponding service of code information;Client obtains corresponding service execution results messages.Solve the problems, such as that client, server-side application need while developing two sets of codes through the above scheme.

Description

A kind of server-side and the integrated implementation method of client
Technical field
The present invention relates to a kind of maintenance sharing methods, and in particular to a kind of server-side and the integrated realization side of client Method.
Background technique
Most applications (including but not limited to moving App, desktop application, Web application etc.) are all comprising client now With server-side two parts.Client is mainly used for user's display data, and acquires the data of user's input, then counts these According to being sent to server-side.Server-side is usually the application operated in another server, server cluster or cloud service, main It is used to receive the data of user, then handles data, the processing result of data is finally returned into client.Server-side application Two kinds are broadly divided by internetwork connection mode: stateless connection and stateful connection.Stateless connection type mainly uses HTTP It is connected with HTTPS agreement (being not limited to both network protocols), stateful connection mainly (is not limited to this using Transmission Control Protocol Kind agreement).No matter being any type using the connection of which kind of form and client and server-side, if client is Android App, iOSApp, Windows application etc., server-side is PHP, Node.js, ASP.NET, Java EE, chat server etc..It presses Traditional development scheme, it will usually be divided into Liang Ge team.Client development teams and server-side development teams.This development scheme master There are following several disadvantages:
1. the programmer needed is relatively more, personnel cost increases.
2. being likely to result in certain communication difficulty since programmer is more, needing special messenger and coordinate client and service Hold team.
3. needing special messenger uniformly to formulate the standard that client and server-side follow jointly, for example, client is sent out to server-side The format of data and server-side is sent to return to the data format of client.Only client and server-side follows these jointly Standard, client and server-side could be interacted normally.
4. debugging is difficult.For example, most common adjustment method is setting breakpoint.But due to client and server-side difference portion Administration on different machines, so can not directly trace into server-side code from the code of client, use test respectively Data and application are debugged, and then connect tune again, and this debud mode is not only time-consuming, but also are easy error.
5. if network went wrong when debugging, or since client or one side's development progress of server-side fall behind, one Team just needs that another team is waited to complete just to can be carried out joint debugging.
6. if the standard especially followed jointly is changed, again client and server-side have a side to change It needs to repeat at the 3rd point and the 4th point.
Summary of the invention
In order to overcome above-mentioned deficiency, it is client that the present invention, which provides a kind of server-side and the integrated implementation method of client, Sharing problem between end and server-side under scheduling and information exchange mode provides solution, it is intended to solve objective in the prior art Family end, server-side application need while developing the awkward situation of two sets of codes, improve the communication for service efficiency of client and server-side And development efficiency, reduce platform in the difference of different communication protocol and language environment, thus reduce error probability and exploitation at This.
The purpose of the present invention is adopt the following technical solutions realization:
A kind of server-side and the integrated implementation method of client, the method includes but be not limited to:
Client generates server-side code information according to communication protocol predetermined and service type, by service script;
Server-side executes the corresponding service of the code information;
Client obtains the corresponding service execution results messages.
Preferably, service script is generated and is serviced according to communication protocol predetermined and service type by the client Code information is held, including but not limited to: setting code information type as request message.
Preferably, service script is generated and is serviced according to communication protocol predetermined and service type by the client End code information includes but is not limited to: setting code information type as response message.
Preferably, service script is generated and is serviced according to communication protocol predetermined and service type by the client Code information is held, including but not limited to:
Function call information needed is converted certain programmed language by receiver function call instruction;
The certain programmed language is defined as service script, is generated according to communication protocol predetermined and service type Server-side code information.
Further, described to convert certain programmed language for function call information needed and include but is not limited to:
It is created to the connection example of the server-side;
The agent object of the certain kinds of the creation association connection example;
Call function;
The function name of the class name of the certain kinds and the function is subjected to data packing, is converted into certain programmed language.
Preferably, described that service script is generated server-side code information, including but not limited to: server-side passes through service journey Interface api function, parameter type and the parameter value that sequence obtains service are encapsulated as code information, are sent to client after serializing End.
Preferably, the corresponding service execution result of the acquisition includes but is not limited to: client utilizes local interface API mould It is quasi- to test and debug corresponding serve end program, local interface API is then automatically converted to corresponding server-side code.
Further, the interface api function of the service includes service language mark, and the language identification includes but unlimited In JavaScript, Java, C++;
Preferably, the corresponding service includes but is not limited to: the application service of local service and/or server-side.
Further, the corresponding service is Security Checking service;
Server-side creates a Security Checking message queue on messaging bus, obtains the code information in message queue, Complete service registration;
Service script is generated Security Checking service code information by client, is sent in message queue;
Server-side executes the corresponding Security Checking service of the code information, by the corresponding Security Checking service execution As a result it is sent in message queue;
The executing result message of client acquisition message queue;
The statement of the Security Checking service includes but is not limited to:
Server-side registration security on message queue checks service broker's oracle listener, obtains the code letter that client is sent Breath;Server-side checks interface by client secure and sends code information, and Security Checking service broker's oracle listener executes local Security Checking service, and send the result to Security Checking queue;Client receives service result message and unserializing processing Obtain Security Checking result.
Detailed description of the invention
Fig. 1 is the server-side and the integrated implementation method flow chart of client that the specific embodiment of the invention provides;
Fig. 2 is the flow diagram that the client code provided in the embodiment of the present invention is converted to server-side code.
Compared with the latest prior art, the invention has the benefit that
The present invention provides a kind of server-sides and the integrated implementation method of client, in response to the service tune of client With request, server-side application is developed in the way of client, during exploitation, using the relevant code of server-side as The code of client is developed, to promote development efficiency.Client according to communication protocol predetermined and service type, Service script is generated into server-side code information;The code for accessing common script and server-side is automatically generated, and foot will be serviced Originally it is automatically converted to server-side code.Only pass through a kind of programming language, so that it may while realizing the various of client and server-side Form.Program can according to need independent of any specific server-side type, service script is converted to any class The serve end program of type.
Server-side executes the corresponding service of the code information;Client obtains the corresponding service execution result and disappears Breath.So that High-effective Service calling and across language data communication are realized between client and server-side application program, to a certain degree On reduce time and the economic cost of developer.
Specific embodiment
Below with reference to attached drawing, specific embodiments of the present invention will be described in further detail.
Traditional client and server-side development scheme needs Liang Ge team exploitation (at least two people) while developing visitor Family end and serve end program.For example, to develop a wechat small routine.If server-side is developed using Node.js.So It is exactly to need while developing wechat small routine end and server-side, and provide interactive interface by traditional way.Such as to develop One obtains the function of zone name from server-side according to region id, it is necessary first to server-side application is developed with Node.js, it may Have following code.This section of code contains a get_area for handling client side HTTP POST request and routes.
For client (wechat small routine), the get_area using wx.request function request server-side is needed Routing, and delivery areas id (area_id), finally obtain query result from the routing.Possible code is as follows:
This section of code but needs at least two people while developing client kimonos although not having any problems functionally Business end just can be carried out test and even adjust, and for a complete application, this category code may be very more.Exploitation effect can be directly contributed Rate is relatively low.But for technological essence, client is intended merely to obtain data from server-side, so this process and directly tune It is similar with local function.
Based on the defect of the above-mentioned prior art, the present invention provides a kind of server-side and the integrated implementation method of client, Server-side application is developed in the way of client, can be during exploitation, the relevant code of server-side is as client Code developed, promoted development efficiency, reduce error probability, reduce development cost, specifically include time cost, study at Sheet, monetary cost, maintenance cost, communication cost etc..As shown in Figure 1, the method specifically includes:
S1 client generates server-side code letter according to communication protocol predetermined and service type, by service script Breath;
S2 server-side executes the corresponding service of the code information;
S3 client obtains the corresponding service execution results messages.
In step S1, service script is generated and is taken according to communication protocol predetermined and service type by the client Business code information includes but is not limited to: setting code information type as request message.Further include: code information type is set to answer Answer message.The communication protocol referred here to includes stateful/stateless communication protocol;Stateless communication protocol can pass through HTTP Agreement is communicated, and the get_area in service.js file is converted to the routing function of server-side, but in practical application In be not limited to the stateless routes agreement such as HTTP, HTTPS.It further include the agreements such as stateful TCP, UDP.If using there is shape State agreement, service.js can be converted into corresponding stateful code, such as be used for the server-side using TCP connection of chat program Code.
Step S1 client generates code information according to communication protocol predetermined and service type, by service script Process includes but is not limited to:
Function call information needed is converted certain programmed language by receiver function call instruction;
The certain programmed language is defined as service script, is generated according to communication protocol predetermined and service type Server-side code information.
Such as a common function is converted to the route code of Node.js.When service script generates server-side code, It is not limited only to the route-pattern of similar Node.js, it is also possible to other API forms, for example, transmitting number by JSON or XML According to, API of WebService, Rest API, binary form etc..Also be not limited only to be converted to common function routing or The API of other forms.It further include that method, attribute and the associated profile in class are converted into various types of server-side generations Code, including but not limited to Web Service, Rest API, binary form, RPC etc., specific conversion regime are needed according to clothes It is engaged in depending on the specific requirement of end API.
Wherein, converting certain programmed language for function call information needed includes but is not limited to:
It is created to the connection example of the server-side;
The agent object of the certain kinds of the creation association connection example;
Call function;
The function name of the class name of certain kinds and the function is subjected to data packing, is converted into certain programmed language;Such as Node.js。
In step S2, include but is not limited to by service script generation server-side code information:
Server-side is encapsulated as code by interface api function, parameter type and the parameter value that service routine obtains service Information is sent to client after serializing.
Step S3 obtains corresponding service execution results messages and includes but be not limited to: client utilizes local interface API (including but not limited to function, method, attribute) simulation test and the corresponding serve end program of debugging, then by local interface API is automatically converted to corresponding server-side code.
Server-side code can directly be traced by debugging breakpoints from client code, or from server-side code tracking to Client code.And the state of the variable (and other data) of client and server-side can be monitored simultaneously.For example, calling When getName function, if it is debugging mode, getName is just called directly as common function, and breakpoint progress can be set GetName can be converted to the corresponding code of server-side (such as PHP, Java, JavaScript) then in publication by tracking, Such as become to route (route), can be accessed by http://localhost/route/getName.
The interface api function of the service is identified comprising service language, and the language identification includes but is not limited to JavaScript,Java,C++;
Although example uses JavaScript and C++, this is special case, " comprising " be including but not limited to meaning Think.Therefore the programming language that herein refers to includes but is not limited to that Java, C++, C#, PHP, Go etc. have already appeared or future will occur Programming language.Present invention only provides implementation and intention, however it is not limited to specific programming language.
Wherein, corresponding service includes but is not limited to the application service of local service and/or server-side.
If corresponding service is Security Checking service;Then server-side creates a Security Checking message on messaging bus Queue obtains the code information in message queue, completes service registration;
Service script is generated Security Checking service code information by client, is sent in message queue;
Server-side executes the corresponding Security Checking service of the code information, by the corresponding Security Checking service execution As a result it is sent in message queue;
The executing result message of client acquisition message queue.
Wherein, the statement of the Security Checking service includes but is not limited to:
Server-side registration security on message queue checks service broker's oracle listener, obtains the code letter that client is sent Breath;Server-side checks interface by client secure and sends code information, and Security Checking service broker's oracle listener executes local Security Checking service, and send the result to Security Checking queue;Client receives service result message and unserializing processing Obtain Security Checking result.
Embodiment 1:
As shown in Fig. 2, the present invention obtains zone name according to region ID by the way of calling local function, then by phase The code answered is automatically converted to the code (route code of the Node.js of such as this example, as described above) of server-side.This example is come It says, two source code files can be write.Client.js and service.js.It include following in service.js file Code:
function get_area(area_id){
//code
}
Wherein code can be the actual code that zone name is obtained from database, is also possible to simulation and obtains data Code.In conversion, code can be converted into the code of respective service end platform by system automatically.
It can be following code in client.js file:
// reference service.js file
Service=require (' service.js');
Var area=service.get_area (' 10010');// in a manner of calling local function according to region id Obtain zone name.Then it needs for service.js file to be labeled, shows that this is the source code for generating server-side File.When system is converted, if detect some function reference in client.js is some letter of server-side Number.The respective code of client will be converted to the code that server-side routing is called by wx.request automatically.And Code in service.js file can be automatically converted to the form of above-mentioned route code.
Note: above-mentioned only special case, should this extensive process, extensive process is as follows:
(1) client herein referred to is not limited only to wechat small routine, including but not limited to Alipay small routine (including but Be not limited to other various small routines), wechat public platform, Android App, iOS App, desktop application (Windows, macOS, Linux etc.), Web application etc..
(2) server-side refers not only to Node.js, and server-side includes but is not limited to PHP, Python, Go, C++, ASP.NET Deng.
(3) although used in embodiment being JavaScript, this is special case, and the programming language herein referred to includes It is not limited to the programming language that Java, C++, C#, PHP, Go etc. have already appeared or future will occur.Present invention only provides realities Existing mode and intention, however it is not limited to specific programming language.
(4) it has used HTTP to carry out the communication between client and server-side in the present embodiment, but has been not restricted to Http protocol.Communication protocol such as includes but is not limited to HTTP, HTTS, SFTP, FTP, TCP at any data communication protocol.
(5) the present embodiment has directly used the routing of functional simulation server-side, but concrete form is not limited to function, packet Include but be not limited to the method in class, attribute and other any type of interfaces.
(6) the present embodiment uses stateless http protocol to be communicated, by the get_ in service.js file Area such as is converted to the routing function of server-side, but is not limited to HTTP, HTTPS in practical applications at the stateless routes agreement. It further include the agreements such as stateful TCP, UDP.If service.js can be converted into corresponding stateful using stateful agreement Code is such as used for the server-side code using TCP connection of chat program.
(7) code conversion here, when being such as server-side code by common function or method migration, however it is not limited to same Conversion between kind programming language.For example, the server-side write with PHP can be converted to the code of written in JavaScript, Corresponding function, method, attribute can all migrate over.
(8) it is known as service script for generating the source code of server-side code, the file for saving service script is known as servicing Script file, these files can be the source file code (including but not limited to Java, PHP, C# etc.) of various programming languages, It can be any other special file (including but not limited to XML, JSON, binary file etc.).
(9) service script needs to do certain label, to distinguish with common script file.Here label can be Diversified forms including but not limited to pass through the special marking or symbol inside the title of script file, configuration file, script file Deng.
(10) when service script generates server-side code, it is not limited only to the route-pattern of similar Node.js, it is also possible to Other API forms, for example, by JSON or XML transmit data, Web Service, Rest API, binary form API Deng.Also it is not limited only to being converted to common function into the API of routing or other forms.It further include by the method in class, attribute And associated profile is converted to various types of server-side codes.
1. being allowed due to present invention employs using generic function (or method) to carry out analog service end routing (or other interfaces) Size of code greatly reduces, and theoretically, the programmer that can at least save half (respectively accounts for half by client and server-side programmer Calculate), but due to the reduction of personnel, linking up cost significantly reduces, so programmer actually required may be less, solves Develop the high problem of client service end application cost.
2., can be all by client since client and server-side are developed (client code mode) using unified approach Hold programmer's exploitation, it might even be possible to completely be applied by a personal development, so the interactive standards of client and server-side are not It needs so stringent.Because developer is fewer, it is easier to formulate and maintenance interaction standard.
3. since the code of client and server-side in exploitation is withdrawn deposit in a manner of client code, it will usually In one engineering, it is possible to which directly progress breakpoint transmission directly traces into server-side code from client code, and supervise simultaneously Listen the state of client and server-side.Code debugging is allowed to be easier, to further reduce the time cost of exploitation.
4. learning cost and threshold are low.Especially start-up group only needs recruitment fair to write the program of client at the beginning Member, because server-side can be generated with automatic conversion, programmer does not need to understand in depth how to develop serve end program (such as Node.js), it is only necessary to by the entire application of ad hoc mode exploitation, conversion then be automatically analyzed by system.It is especially objective When family end and server-side use different programming languages, this technology more can allow programmer only to need to be grasped a kind of programming language, just Client and server-side can be settled simultaneously.
It should be understood by those skilled in the art that, embodiments herein can provide as method, system or computer program Product.Therefore, complete hardware embodiment, complete software embodiment or reality combining software and hardware aspects can be used in the application Apply the form of example.Moreover, it wherein includes the computer of computer usable program code that the application, which can be used in one or more, The computer program implemented in usable storage medium (including but not limited to magnetic disk storage, CD-ROM, optical memory etc.) produces The form of product.
The application is referring to method, the process of equipment (system) and computer program product according to the embodiment of the present application Figure and/or block diagram describe.It should be understood that every one stream in flowchart and/or the block diagram can be realized by computer program instructions The combination of process and/or box in journey and/or box and flowchart and/or the block diagram.It can provide these computer programs Instruct the processor of general purpose computer, special purpose computer, Embedded Processor or other programmable data processing devices to produce A raw machine, so that being generated by the instruction that computer or the processor of other programmable data processing devices execute for real The device for the function of being specified in present one or more flows of the flowchart and/or one or more blocks of the block diagram.
These computer program instructions, which may also be stored in, is able to guide computer or other programmable data processing devices with spy Determine in the computer-readable memory that mode works, so that it includes referring to that instruction stored in the computer readable memory, which generates, Enable the manufacture of device, the command device realize in one box of one or more flows of the flowchart and/or block diagram or The function of being specified in multiple boxes.
These computer program instructions also can be loaded onto a computer or other programmable data processing device, so that counting Series of operation steps are executed on calculation machine or other programmable devices to generate computer implemented processing, thus in computer or The instruction executed on other programmable devices is provided for realizing in one or more flows of the flowchart and/or block diagram one The step of function of being specified in a box or multiple boxes.
Finally it should be noted that: above embodiments are only to illustrate the technical solution of the application rather than to its protection scopes Limitation, although the application is described in detail referring to above-described embodiment, those of ordinary skill in the art should Understand: those skilled in the art read the specific embodiment of application can still be carried out after the application various changes, modification or Person's equivalent replacement, these changes, modification or equivalent replacement, applies within pending scope of the claims at it.

Claims (10)

1. a kind of server-side and the integrated implementation method of client, which is characterized in that the described method includes:
Client generates server-side code information according to communication protocol predetermined and service type, by service script;
Server-side executes the corresponding service of the code information;
Client obtains the corresponding service execution results messages.
2. method as described in claim 1, which is characterized in that the client is according to communication protocol predetermined and service class Service script is generated server-side code information, comprising: set code information type as request message by type.
3. method as described in claim 1, which is characterized in that the client is according to communication protocol predetermined and service class Service script generation server-side code information is included: to set code information type as response message by type.
4. the method according to claim 1, which is characterized in that the client is according to communication protocols predetermined Service script is generated server-side code information by negotiation service type, comprising:
Function call information needed is converted certain programmed language by receiver function call instruction;
The certain programmed language is defined as service script, service is generated according to communication protocol predetermined and service type Hold code information.
5. method as claimed in claim 4, which is characterized in that described to convert certain programmed language for function call information needed Speech includes:
It is created to the connection example of the server-side;
The agent object of the certain kinds of the creation association connection example;
Call function;
The function name of the class name of the certain kinds and the function is subjected to data packing, is converted into certain programmed language.
6. the method as described in claim 1, which is characterized in that described to include: by service script generation server-side code information Server-side is encapsulated as code information, sequence by interface api function, parameter type and the parameter value that service routine obtains service Client is sent to after change.
7. the method as described in claim 1, which is characterized in that the client obtains corresponding service execution results message Include: client is using local interface API simulation test and debugs corresponding serve end program, then certainly by local interface API Turn is changed to corresponding server-side code.
8. method as claimed in claim 6, which is characterized in that the interface api function of the service is identified comprising service language, The language identification includes but is not limited to JavaScript, Java, C++.
9. method as described in claim 1, which is characterized in that the corresponding service includes: local service and/or server-side Application service.
10. method as claimed in claim 9, which is characterized in that the corresponding service is Security Checking service;
Server-side creates a Security Checking message queue on messaging bus, obtains the code information in message queue, completes Service registration;
Service script is generated Security Checking service code information by client, is sent in message queue;
Server-side executes the corresponding Security Checking service of the code information, by the corresponding Security Checking service execution result It is sent in message queue;
The executing result message of client acquisition message queue;
The statement of the Security Checking service includes:
Server-side registration security on message queue checks service broker's oracle listener, obtains the code information that client is sent; Server-side checks interface by client secure and sends code information, and Security Checking service broker's oracle listener executes local security Service is checked, and sends the result to Security Checking queue;Client receives service result message and unserializing processing obtains Security Checking result.
CN201910614431.XA 2019-07-09 2019-07-09 A kind of server-side and the integrated implementation method of client Pending CN110347522A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910614431.XA CN110347522A (en) 2019-07-09 2019-07-09 A kind of server-side and the integrated implementation method of client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910614431.XA CN110347522A (en) 2019-07-09 2019-07-09 A kind of server-side and the integrated implementation method of client

Publications (1)

Publication Number Publication Date
CN110347522A true CN110347522A (en) 2019-10-18

Family

ID=68177834

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910614431.XA Pending CN110347522A (en) 2019-07-09 2019-07-09 A kind of server-side and the integrated implementation method of client

Country Status (1)

Country Link
CN (1) CN110347522A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111475149A (en) * 2020-04-03 2020-07-31 爱瑟福信息科技(上海)有限公司 Method and system for realizing SOMEIP communication intermediate layer code
CN111736844A (en) * 2020-06-05 2020-10-02 国网电力科学研究院有限公司 Database cloud service standard interface and implementation method
CN112612452A (en) * 2020-12-18 2021-04-06 华人运通(上海)云计算科技有限公司 API platform implementation method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930361A (en) * 2009-06-26 2010-12-29 中国电信股份有限公司 Method and system for providing online data storage service
CN104009994A (en) * 2014-05-30 2014-08-27 北京京东尚科信息技术有限公司 Method and device for achieving communication of server side and client side
CN106648935A (en) * 2016-12-29 2017-05-10 深圳市优必选科技有限公司 Remote function call method based on C++ and communication device
CN107632894A (en) * 2017-08-09 2018-01-26 中国电力科学研究院 A kind of implementation method and device for power market transaction service call
KR20180077839A (en) * 2016-12-29 2018-07-09 주식회사 와이즈넛 Method for providing REST API service to process massive unstructured data

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101930361A (en) * 2009-06-26 2010-12-29 中国电信股份有限公司 Method and system for providing online data storage service
CN104009994A (en) * 2014-05-30 2014-08-27 北京京东尚科信息技术有限公司 Method and device for achieving communication of server side and client side
CN106648935A (en) * 2016-12-29 2017-05-10 深圳市优必选科技有限公司 Remote function call method based on C++ and communication device
KR20180077839A (en) * 2016-12-29 2018-07-09 주식회사 와이즈넛 Method for providing REST API service to process massive unstructured data
CN107632894A (en) * 2017-08-09 2018-01-26 中国电力科学研究院 A kind of implementation method and device for power market transaction service call

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111475149A (en) * 2020-04-03 2020-07-31 爱瑟福信息科技(上海)有限公司 Method and system for realizing SOMEIP communication intermediate layer code
CN111475149B (en) * 2020-04-03 2023-06-16 爱瑟福信息科技(上海)有限公司 SOMEIP communication intermediate layer code realization method and system thereof
CN111736844A (en) * 2020-06-05 2020-10-02 国网电力科学研究院有限公司 Database cloud service standard interface and implementation method
CN111736844B (en) * 2020-06-05 2022-09-09 国网电力科学研究院有限公司 Database cloud service standard interface and implementation method
CN112612452A (en) * 2020-12-18 2021-04-06 华人运通(上海)云计算科技有限公司 API platform implementation method, device, equipment and storage medium
CN112612452B (en) * 2020-12-18 2023-11-14 华人运通(上海)云计算科技有限公司 API platform realization method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110347522A (en) A kind of server-side and the integrated implementation method of client
CN106462407B (en) Code services for language independent scheduling
US11150896B2 (en) Automated generation of service definitions for message queue application clients
CN112988599B (en) Page debugging method and device, electronic equipment and storage medium
CN110532021A (en) The processing method and processing device of the configuration file of dcs
Seitz et al. Augmenting the industrial internet of things with emojis
Weinbrenner et al. Engineering heterogeneous distributed learning environments using tuple spaces as an architectural platform
US20190155588A1 (en) Systems and methods for transforming machine language models for a production environment
CN111078573A (en) Test message generation method and device
Steinemann et al. Adapting discrete-event simulation tools to support tactical forecasting in the automotive industry
CN110022323A (en) A kind of method and system of the cross-terminal real-time, interactive based on WebSocket and Redux
CN107122359B (en) Data real-time tracking visualization processing method and device
CN104793928A (en) Developing and running platform implementation method and system based on Java
Simmonds et al. Property patterns for runtime monitoring of web service conversations
Hendriks et al. A systematic approach for interfacing component-based software with an active automata learning tool
D'Ambrogio et al. A Model Transformation Approach for the Development of HLA-based Distributed Simulation Systems.
CN109508193A (en) A kind of application deployment operation method, device, terminal device and medium
Andersen et al. Distributed protocol combinators
CN110275731B (en) Information processing method, information processing apparatus, storage medium, and electronic device
CN113626010A (en) Collaborative programming method, device, system, server and medium
CN104090760B (en) Event-driven method and event driven system
CN113792093A (en) Signal system interface service creating and executing method, device and electronic equipment
CN113467391A (en) Nuclear power plant data monitoring system and method based on augmented reality technology
CN106341293B (en) A kind of method and device of information system access Enterprise Service Bus
Avdic React native vs xamarin-mobile for industry

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20191018