CN113765868A - Service processing method and device - Google Patents

Service processing method and device Download PDF

Info

Publication number
CN113765868A
CN113765868A CN202010827187.8A CN202010827187A CN113765868A CN 113765868 A CN113765868 A CN 113765868A CN 202010827187 A CN202010827187 A CN 202010827187A CN 113765868 A CN113765868 A CN 113765868A
Authority
CN
China
Prior art keywords
component
relation
information
resource
relation information
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
CN202010827187.8A
Other languages
Chinese (zh)
Other versions
CN113765868B (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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Wodong Tianjun Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN202010827187.8A priority Critical patent/CN113765868B/en
Publication of CN113765868A publication Critical patent/CN113765868A/en
Application granted granted Critical
Publication of CN113765868B publication Critical patent/CN113765868B/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
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/06Notations for structuring of protocol data, e.g. abstract syntax notation one [ASN.1]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a service processing method and a service processing device, and relates to the technical field of computers. A specific implementation mode of the method comprises the steps of receiving a service processing request, acquiring a service request object, and calling configuration information to position a corresponding service object node; extracting corresponding component relation information and resource variables according to the service object nodes; and associating the component and the resource variable in the component relation information to assign the attribute value of the resource variable to the related component in the component relation information, and then assembling the assigned component according to the component structure relation in the component relation information. Therefore, the method and the device can solve the problem of low development efficiency of the existing software product.

Description

Service processing method and device
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for processing a service.
Background
Research personnel design related functions according to a PRD (product requirement file) and a prototype requirement document provided by a software product, design and develop related functional components, and design related interactive data structures according to current components. Since the functional components are related to the business, the related data structures need to be defined and implemented each time.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art:
the configuration protocol and the design scheme issued by software product development are not universal, different functions need to be redesigned, and the development efficiency is very low.
Disclosure of Invention
In view of this, embodiments of the present invention provide a service processing method and apparatus, which can solve the problem of low development efficiency of existing software products.
In order to achieve the above object, according to an aspect of the embodiments of the present invention, a service processing method is provided, including receiving a service processing request, obtaining a service request object, and then calling configuration information to locate a corresponding service object node; extracting corresponding component relation information and resource variables according to the service object nodes; and associating the component and the resource variable in the component relation information to assign the attribute value of the resource variable to the related component in the component relation information, and then assembling the assigned component according to the component structure relation in the component relation information.
Optionally, associating the component in the component relationship information with the resource variable includes:
randomly generating a unique identifier for the component at each relation position in the component structure relation based on the component structure relation in the component relation information;
and calling a preset matching model according to the unique identifier of the component, and associating the component with a resource variable.
Optionally, assembling the assigned components according to the component structure relationship in the component relationship information, including:
and acquiring a component tree structure in the component relation information, and performing relation dependency registration and rendering on the assigned components through the container.
Optionally, associating the component in the component relationship information with the resource variable, further includes:
and calling a preset check model, carrying out data protocol structure check on the component relation information and the resource variable, and further associating the verified component relation information and the resource variable.
In addition, the invention also provides a service processing device, which comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for receiving the service processing request, acquiring the service request object and then calling the configuration information to position the corresponding service object node; extracting corresponding component relation information and resource variables according to the service object nodes;
and the processing module is used for associating the component in the component relation information with the resource variable so as to assign the attribute value of the resource variable to the related component in the component relation information, and then assembling the assigned component according to the component structure relation in the component relation information.
Optionally, the associating, by the processing module, the component and the resource variable in the component relationship information includes:
randomly generating a unique identifier for the component at each relation position in the component structure relation based on the component structure relation in the component relation information;
and calling a preset matching model according to the unique identifier of the component, and associating the component with a resource variable.
Optionally, the assembling, by the processing module, the assigned component according to the component structural relationship in the component relationship information includes:
and acquiring a component tree structure in the component relation information, and performing relation dependency registration and rendering on the assigned components through the container.
Optionally, the processing module associates the component in the component relationship information with the resource variable, and further includes:
and calling a preset check model, carrying out data protocol structure check on the component relation information and the resource variable, and further associating the verified component relation information and the resource variable.
One embodiment of the above invention has the following advantages or benefits: the invention is issued and provided for the assembly to use through a unified protocol, the front end analyzes and assembles according to the agreed protocol, and the code realized by the development only needs to realize the relevant service logic, so that the code development amount is less and less, the universality and reusability are further improved on the basis of functional modularization, the assembly is used as a 'part' of the construction software, the server end often needs to issue a set of configuration data to assemble and distinguish specific functions, the service processing efficiency is improved, and the use of the function under different service scenes is supported.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
fig. 1 is a schematic diagram of a main flow of a service processing method according to a first embodiment of the present invention;
FIG. 2 is a schematic diagram of a configuration information structure according to an embodiment of the present invention;
fig. 3 to 6 are data structure codes of goods search pages under a goods module according to an embodiment of the present invention;
fig. 7 is a schematic diagram of a main flow of a service processing method according to a second embodiment of the present invention;
fig. 8 is a schematic diagram of a main flow of a service processing method according to a third embodiment of the present invention;
FIG. 9 is a schematic diagram of the main modules of a traffic processing apparatus according to an embodiment of the present invention;
FIG. 10 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 11 is a schematic structural diagram of a computer system suitable for implementing a terminal device or a server according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of a main flow of a service processing method according to a first embodiment of the present invention, and as shown in fig. 1, the service processing method includes:
step S101, receiving a service processing request, obtaining a service request object, and then calling configuration information to position a corresponding service object node.
In the embodiment, the present invention is provided with a set of general data protocols, including configuration information composed of "relation" + "variable" data, as shown in fig. 2, where "node" represents a service request object, such as a page, and the data protocols support multiple page configuration contents. Component relationships (i.e., layout array nodes), resource variables (i.e., resource data nodes) can be abstracted to the functional data structure, and since all data can be abstracted to component relationships and variable values, the data protocol structure can include configuration information required by all components. That is, a service function can be understood as a component dependency relationship and a capability configuration (i.e. a value of an attribute) of each component in the current service, and the current service function is determined after the content of the issued data protocol is determined.
In a specific embodiment, taking a data structure of a product search page under a product module as an example, as shown in fig. 3 to fig. 6, a product search page is included in the product module represented by a product search data structure example, and according to a component relationship on a layout array node (i.e., a component relationship), a part of the product search page includes a product name and a product type under a form search condition, and a part of the product search page includes product table display contents.
And step S102, extracting corresponding component relation information and resource variables according to the service object nodes.
And step S103, associating the component in the component relation information with the resource variable so as to assign the attribute value of the resource variable to the related component in the component relation information, and then assembling the assigned component according to the component structure relation in the component relation information.
In some embodiments, associating the component in the component relationship information with the resource variable may randomly generate a unique identifier for the component at each relationship position in the component structure relationship based on the component structure relationship in the component relationship information. And then, calling a preset matching model according to the unique identifier of the component, and associating the component with a resource variable.
Preferably, the component and the variable relationship are associated, each resource variable has a uuid attribute, and the unique identifier corresponding to the component at each relationship position can be obtained by associating the uuid with the component at which relationship position in the structural relationship of the component, thereby realizing the analysis of the variable. Therefore, the process solves the problem that the same component is possibly difficult to identify and match multiple times in the same page, and ensures that the same component uuid is different.
It should be noted that, the components in the component relationship information and the resource variables are associated, a preset check model may also be called, the data protocol structure check is performed on the component relationship information and the resource variables, and then the component relationship information and the resource variables that pass the check are associated.
Therefore, the invention realizes the check of the data protocol structure, namely, whether the component relation information and the resource variable conform to the unified protocol specification is confirmed, and if not, a corresponding prompt is given and the flow is terminated.
As another embodiment, assembling the assigned components according to the component structure relationships in the component relationship information may include: and acquiring a component tree structure in the component relation information, and performing relation dependency registration and rendering on the assigned component through a container.
Therefore, the invention realizes the assembly of the components, namely the components are assembled according to the corresponding layout after the analysis of the variables is finished, and the variables under the components are assigned correspondingly. Namely, the container is used as a canvas, and the component performs the relation dependency registration according to the component tree structure in the component relation information and performs the rendering in the canvas.
It is worth noting that step 103 can be implemented in a protocol parsing assembler, thereby dynamically exposing page effects. What needs to be implemented as examples of the data protocol contents shown in fig. 2 to 6 are the logical codes in the "search" submit and "flush" reset methods.
Thus, the present invention includes a "component," a "generic data protocol," and a "protocol resolution assembler," where the generic data protocol is a bridge of connecting components and protocol resolution assemblers, i.e., includes configuration information for a plurality of business object nodes, and each business object node includes component relationship information and resource variables. In addition, the protocol analysis assembler realizes the association and assignment of the components and the resource variables in the component relation information, and then assembles the assigned components according to the component structure relation in the component relation information, namely, the uniform protocol analysis is realized, and the complexity of the use of the components is reduced.
Fig. 7 is a schematic diagram of a main flow of a service processing method according to a second embodiment of the present invention, where the service processing method may include:
step S701, receiving a service processing request, obtaining a service request object, and then calling configuration information to locate a corresponding service object node.
Step S702, extracting corresponding component relation information and resource variables according to the service object nodes.
Step S703 is to randomly generate a unique identifier for the component at each relationship position in the component structure relationship based on the component structure relationship in the component relationship information.
Step S704, according to the unique identifier of the component, calling a preset matching model, and associating the component with a resource variable.
Step S705, assigning the attribute value of the resource variable to the related component in the component relationship information.
Step S706, obtaining the component tree structure in the component relation information, and performing relation dependency registration and rendering on the assigned components through the container.
Fig. 8 is a schematic diagram of a main flow of a service processing method according to a third embodiment of the present invention, where the service processing method may include:
step S801, receiving a service processing request, obtaining a service request object, and then calling configuration information to locate a corresponding service object node.
Step S802, extracting corresponding component relation information and resource variables according to the service object nodes.
And step S803, calling a preset check model, and checking the data protocol structure of the component relation information and the resource variable.
Step S804, based on the component structure relationship in the component relationship information, randomly generating a unique identifier for the component at each relationship position in the component structure relationship.
And step S805, calling a preset matching model according to the unique identifier of the component, and associating the component relationship information passing the verification with the resource variable.
Step S806, assigning the attribute value of the resource variable to the related component in the component relationship information.
Step S807, obtaining the component tree structure in the component relation information, and performing relation dependency registration and rendering on the assigned components through the container.
Fig. 9 is a schematic diagram of main modules of a service processing apparatus according to an embodiment of the present invention, and as shown in fig. 9, the service processing apparatus 900 includes an obtaining module 901 and a processing module 902. The obtaining module 901 receives a service processing request, obtains a service request object, and then calls configuration information to locate a corresponding service object node; extracting corresponding component relation information and resource variables according to the service object nodes; the processing module 902 associates the component and the resource variable in the component relationship information to assign the attribute value of the resource variable to the related component in the component relationship information, and then assembles the assigned component according to the component structure relationship in the component relationship information.
In some embodiments, the processing module 902 associates the component in the component relationship information with the resource variable, including:
randomly generating a unique identifier for the component at each relation position in the component structure relation based on the component structure relation in the component relation information;
and calling a preset matching model according to the unique identifier of the component, and associating the component with a resource variable.
In some embodiments, the processing module 902 assembles the assigned components according to the component structure relationships in the component relationship information, including:
and acquiring a component tree structure in the component relation information, and performing relation dependency registration and rendering on the assigned components through the container.
In some embodiments, the processing module 902 associates the component in the component relationship information with the resource variable, and further includes:
and calling a preset check model, carrying out data protocol structure check on the component relation information and the resource variable, and further associating the verified component relation information and the resource variable.
It should be noted that, the service processing method and the service processing apparatus of the present invention have corresponding relation in the specific implementation content, and therefore, the repeated content is not described again.
Fig. 10 shows an exemplary system architecture 1000 to which a service processing method or a service processing apparatus according to an embodiment of the present invention can be applied.
As shown in fig. 10, the system architecture 1000 may include terminal devices 1001, 1002, 1003, a network 1004, and a server 1005. The network 1004 is used to provide a medium for communication links between the terminal devices 1001, 1002, 1003 and the server 105. Network 1004 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
A user may use the terminal devices 1001, 1002, 1003 to interact with a server 1005 via a network 1004 to receive or transmit messages or the like. The terminal devices 1001, 1002, 1003 may have installed thereon various messenger client applications such as shopping applications, web browser applications, search applications, instant messenger, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 1001, 1002, 1003 may be various electronic devices having a business process screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 1005 may be a server that provides various services, such as a backend management server (for example only) that supports shopping websites browsed by users using the terminal devices 1001, 1002, 1003. The backend management server may analyze and perform other processing on the received data such as the product information query request, and feed back a processing result (for example, target push information, product information — just an example) to the terminal device.
It should be noted that the service processing method provided by the embodiment of the present invention is generally executed by the server 1005, and accordingly, the computing device is generally disposed in the server 1005.
It should be understood that the number of terminal devices, networks, and servers in fig. 10 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 11, shown is a block diagram of a computer system 1100 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 11 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 11, the computer system 1100 includes a Central Processing Unit (CPU)1101, which can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)1102 or a program loaded from a storage section 1108 into a Random Access Memory (RAM) 1103. In the RAM1103, various programs and data necessary for the operation of the computer system 1100 are also stored. The CPU1101, ROM1102, and RAM1103 are connected to each other by a bus 1104. An input/output (I/O) interface 1105 is also connected to bus 1104.
The following components are connected to the I/O interface 1105: an input portion 1106 including a keyboard, mouse, and the like; an output section 1107 including a signal processing section such as a Cathode Ray Tube (CRT), a liquid crystal service processor (LCD), and the like, and a speaker and the like; a storage section 1108 including a hard disk and the like; and a communication section 1109 including a network interface card such as a LAN card, a modem, or the like. The communication section 1109 performs communication processing via a network such as the internet. A driver 1110 is also connected to the I/O interface 1105 as necessary. A removable medium 1111 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 1110 as necessary, so that a computer program read out therefrom is mounted into the storage section 1108 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication portion 1109 and/or installed from the removable medium 1111. The above-described functions defined in the system of the present invention are executed when the computer program is executed by a Central Processing Unit (CPU) 1101.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: a processor includes an acquisition module and a processing module. Wherein the names of the modules do not in some cases constitute a limitation of the module itself.
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs, and when the one or more programs are executed by the device, the device receives a service processing request, acquires a service request object, and then calls configuration information to locate a corresponding service object node; extracting corresponding component relation information and resource variables according to the service object nodes; and associating the component and the resource variable in the component relation information to assign the attribute value of the resource variable to the related component in the component relation information, and then assembling the assigned component according to the component structure relation in the component relation information.
According to the technical scheme of the embodiment of the invention, the problem of low development efficiency of the existing software product can be solved.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A method for processing a service, comprising:
receiving a service processing request, acquiring a service request object, and then calling configuration information to position a corresponding service object node;
extracting corresponding component relation information and resource variables according to the service object nodes;
and associating the component and the resource variable in the component relation information to assign the attribute value of the resource variable to the related component in the component relation information, and then assembling the assigned component according to the component structure relation in the component relation information.
2. The method of claim 1, wherein associating the component in the component relationship information with the resource variable comprises:
randomly generating a unique identifier for the component at each relation position in the component structure relation based on the component structure relation in the component relation information;
and calling a preset matching model according to the unique identifier of the component, and associating the component with a resource variable.
3. The method of claim 1, wherein assembling the assigned components according to the component structure relationships in the component relationship information comprises:
and acquiring a component tree structure in the component relation information, and performing relation dependency registration and rendering on the assigned components through the container.
4. The method of any of claims 1-3, wherein associating components in the component relationship information with resource variables, further comprises:
and calling a preset check model, carrying out data protocol structure check on the component relation information and the resource variable, and further associating the verified component relation information and the resource variable.
5. A traffic processing apparatus, comprising:
the acquisition module is used for receiving the service processing request, acquiring a service request object and then calling the configuration information to position a corresponding service object node; extracting corresponding component relation information and resource variables according to the service object nodes;
and the processing module is used for associating the component in the component relation information with the resource variable so as to assign the attribute value of the resource variable to the related component in the component relation information, and then assembling the assigned component according to the component structure relation in the component relation information.
6. The apparatus of claim 5, wherein the processing module associates the component and the resource variable in the component relationship information, comprising:
randomly generating a unique identifier for the component at each relation position in the component structure relation based on the component structure relation in the component relation information;
and calling a preset matching model according to the unique identifier of the component, and associating the component with a resource variable.
7. The apparatus of claim 5, wherein the processing module assembles the assigned components according to the component structure relationships in the component relationship information, and comprises:
and acquiring a component tree structure in the component relation information, and performing relation dependency registration and rendering on the assigned components through the container.
8. The apparatus according to any one of claims 5-7, wherein the processing module associates the component in the component relationship information with the resource variable, further comprising:
and calling a preset check model, carrying out data protocol structure check on the component relation information and the resource variable, and further associating the verified component relation information and the resource variable.
9. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-4.
10. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-4.
CN202010827187.8A 2020-08-17 2020-08-17 Service processing method and device Active CN113765868B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010827187.8A CN113765868B (en) 2020-08-17 2020-08-17 Service processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010827187.8A CN113765868B (en) 2020-08-17 2020-08-17 Service processing method and device

Publications (2)

Publication Number Publication Date
CN113765868A true CN113765868A (en) 2021-12-07
CN113765868B CN113765868B (en) 2023-08-08

Family

ID=78785589

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010827187.8A Active CN113765868B (en) 2020-08-17 2020-08-17 Service processing method and device

Country Status (1)

Country Link
CN (1) CN113765868B (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020174218A1 (en) * 2001-05-18 2002-11-21 Dick Kevin Stewart System, method and computer program product for analyzing data from network-based structured message stream
US20090210858A1 (en) * 2008-02-15 2009-08-20 Samsung Electronics Co., Ltd. Method and apparatus for generating virtual software platform based on component model and validating software platform architecture using the platform
US20110295634A1 (en) * 2010-05-28 2011-12-01 International Business Machines Corporation System and Method for Dynamic Optimal Resource Constraint Mapping in Business Process Models
CN102622237A (en) * 2012-03-14 2012-08-01 北京神州数码思特奇信息技术股份有限公司 Configuration method and configuration system for service function process
US20170075675A1 (en) * 2015-09-16 2017-03-16 International Business Machines Corporation Installing software where operating system prerequisities are unmet
CN107479861A (en) * 2016-06-07 2017-12-15 阿里巴巴集团控股有限公司 Page processing method and its system
CN107783760A (en) * 2017-11-08 2018-03-09 许昌许继软件技术有限公司 A kind of protection device visual development method based on functional unit
US9916225B1 (en) * 2016-06-23 2018-03-13 VCE IP Holding Company LLC Computer implemented system and method and computer program product for testing a software component by simulating a computing component using captured network packet information
CN108334387A (en) * 2017-01-20 2018-07-27 阿里巴巴集团控股有限公司 Dynamic interface rendering intent and device
US20180373848A1 (en) * 2015-12-29 2018-12-27 Guardsquare Nv A build system with plugins for encryption of application components
CN109189381A (en) * 2018-10-18 2019-01-11 行吟信息科技(上海)有限公司 A kind of creation method and device of Business Stream component
CN110543327A (en) * 2019-09-06 2019-12-06 深圳前海环融联易信息科技服务有限公司 Service component multiplexing method and device, computer equipment and storage medium
CN110795454A (en) * 2019-10-31 2020-02-14 中国农业银行股份有限公司 Service request method, device, server and storage medium
CN110826307A (en) * 2019-10-31 2020-02-21 北京字节跳动网络技术有限公司 Method and device for creating business object
CN110944048A (en) * 2019-11-29 2020-03-31 腾讯科技(深圳)有限公司 Service logic configuration method and device
CN111124528A (en) * 2019-11-11 2020-05-08 泰康保险集团股份有限公司 Page loading method and device, electronic equipment and computer readable storage medium
CN111190664A (en) * 2018-11-15 2020-05-22 北京京东尚科信息技术有限公司 Method and system for generating page
CN111429257A (en) * 2020-03-19 2020-07-17 中国建设银行股份有限公司 Transaction monitoring method and device

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020174218A1 (en) * 2001-05-18 2002-11-21 Dick Kevin Stewart System, method and computer program product for analyzing data from network-based structured message stream
US20090210858A1 (en) * 2008-02-15 2009-08-20 Samsung Electronics Co., Ltd. Method and apparatus for generating virtual software platform based on component model and validating software platform architecture using the platform
US20110295634A1 (en) * 2010-05-28 2011-12-01 International Business Machines Corporation System and Method for Dynamic Optimal Resource Constraint Mapping in Business Process Models
CN102622237A (en) * 2012-03-14 2012-08-01 北京神州数码思特奇信息技术股份有限公司 Configuration method and configuration system for service function process
US20170075675A1 (en) * 2015-09-16 2017-03-16 International Business Machines Corporation Installing software where operating system prerequisities are unmet
US20180373848A1 (en) * 2015-12-29 2018-12-27 Guardsquare Nv A build system with plugins for encryption of application components
CN107479861A (en) * 2016-06-07 2017-12-15 阿里巴巴集团控股有限公司 Page processing method and its system
US9916225B1 (en) * 2016-06-23 2018-03-13 VCE IP Holding Company LLC Computer implemented system and method and computer program product for testing a software component by simulating a computing component using captured network packet information
CN108334387A (en) * 2017-01-20 2018-07-27 阿里巴巴集团控股有限公司 Dynamic interface rendering intent and device
CN107783760A (en) * 2017-11-08 2018-03-09 许昌许继软件技术有限公司 A kind of protection device visual development method based on functional unit
CN109189381A (en) * 2018-10-18 2019-01-11 行吟信息科技(上海)有限公司 A kind of creation method and device of Business Stream component
CN111190664A (en) * 2018-11-15 2020-05-22 北京京东尚科信息技术有限公司 Method and system for generating page
CN110543327A (en) * 2019-09-06 2019-12-06 深圳前海环融联易信息科技服务有限公司 Service component multiplexing method and device, computer equipment and storage medium
CN110795454A (en) * 2019-10-31 2020-02-14 中国农业银行股份有限公司 Service request method, device, server and storage medium
CN110826307A (en) * 2019-10-31 2020-02-21 北京字节跳动网络技术有限公司 Method and device for creating business object
CN111124528A (en) * 2019-11-11 2020-05-08 泰康保险集团股份有限公司 Page loading method and device, electronic equipment and computer readable storage medium
CN110944048A (en) * 2019-11-29 2020-03-31 腾讯科技(深圳)有限公司 Service logic configuration method and device
CN111429257A (en) * 2020-03-19 2020-07-17 中国建设银行股份有限公司 Transaction monitoring method and device

Also Published As

Publication number Publication date
CN113765868B (en) 2023-08-08

Similar Documents

Publication Publication Date Title
CN109683998B (en) Internationalization realization method, device and system
CN110471848B (en) Method and device for dynamically returning message
CN113076153B (en) Interface calling method and device
CN112612467A (en) Method and device for processing micro front-end architecture based on qiankun
CN111381899A (en) Method and apparatus for developing target system
CN110928594A (en) Service development method and platform
CN110505289B (en) File downloading method and device, computer readable medium and wireless communication equipment
CN113778499A (en) Method, device, equipment and computer readable medium for publishing service
CN113536748A (en) Method and device for generating chart data
CN110647327A (en) Method and device for dynamic control of user interface based on card
CN108804442B (en) Serial number generation method and device
CN113765868B (en) Service processing method and device
CN114417318A (en) Third-party page jumping method and device and electronic equipment
CN113407339A (en) Resource request feedback method and device, readable storage medium and electronic equipment
CN113765983A (en) Site service deployment method and device
CN112306984A (en) Data source routing method and device
CN113760343A (en) Method and device for processing service request
CN113779018A (en) Data processing method and device
CN113760487A (en) Service processing method and device
CN112131287A (en) Method and device for reading data
CN113760482A (en) Task processing method, device and system
CN110858240A (en) Front-end module loading method and device
CN112799797A (en) Task management method and device
CN112559001A (en) Method and device for updating application
CN114189365B (en) Universal multi-tenant service authorization method and device based on field mapping

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