CN111949257A - Towable service arranging method, system and using method - Google Patents

Towable service arranging method, system and using method Download PDF

Info

Publication number
CN111949257A
CN111949257A CN202010647104.7A CN202010647104A CN111949257A CN 111949257 A CN111949257 A CN 111949257A CN 202010647104 A CN202010647104 A CN 202010647104A CN 111949257 A CN111949257 A CN 111949257A
Authority
CN
China
Prior art keywords
service
control
controls
towable
request
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
CN202010647104.7A
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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech 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 Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010647104.7A priority Critical patent/CN111949257A/en
Publication of CN111949257A publication Critical patent/CN111949257A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04847Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop

Abstract

The invention discloses a towable service arranging method, a towable service arranging system and a using method, wherein the service arranging method comprises the following steps: determining a service control to be selected according to the received touch instruction, and dragging the service control to a corresponding arrangement page according to the monitored dragging track; configuring different types of service controls according to the input control configuration information; monitoring a connection request instruction according to a service arrangement sequence to be realized so as to connect different service controls; and executing the service control according to the connection sequence. By the technical scheme, the requirement on professional skills of users is lowered, the efficiency of service arrangement is improved, the normalization and the uniformity of service arrangement are ensured, and the error probability of service calling caused by non-normalization and low quality of a programming language is lowered.

Description

Towable service arranging method, system and using method
Technical Field
The invention relates to the technical field of visual controls, in particular to a draggable service arrangement method, a draggable service arrangement system and a using method of the draggable service arrangement system.
Background
The service arrangement means that a plurality of services can be called in sequence through one request, the returned result of each service is subjected to data processing, and finally, a full amount of data is formed and returned to the request end. The currently adopted implementation mode is to edit a customized code according to actual business requirements in a hard coding mode, then call a service, perform data processing after obtaining a result, and then call another service. And circulating the steps, and coding a large number of codes according to actual requirements to finish service arrangement.
Aiming at the mode of manually writing codes for carrying out a plurality of service arrangement calls, the mode has certain requirements on users and needs to understand a programming language. For example: the serial editing and calling of a plurality of services are carried out by adopting a java coding mode, so that a user needs to know the basic knowledge of java language, and meanwhile, in the encoding process, the encoding specifications of different personnel are inconsistent, so that the quality of the codes after editing is different, the technical requirements of the editing of the business service flow on users are higher, and the editing efficiency is lower.
Disclosure of Invention
Aiming at the problems, the invention provides a towable service arrangement method, a towable service arrangement system and a towable service arrangement using method, wherein the service arrangement is carried out through a visual towing tool, the logic execution relation among a plurality of services is clearly shown by utilizing the connection relation, different operations are supported by using different control tools, the requirement on the professional skills of users is lowered, the service arrangement efficiency is improved, the normalization and the uniformity of the service arrangement are ensured, and the service calling error probability caused by the non-normalization and the low quality of a programming language is lowered.
In order to achieve the above object, the present invention provides a towable service orchestration method, including: determining a service control to be selected according to a received touch instruction, and dragging the service control to a corresponding arrangement page according to a monitored dragging track; configuring different types of service controls according to input control configuration information; monitoring a connection request instruction according to a service arrangement sequence to be realized so as to connect different service controls; and executing the service control according to the connection sequence.
In the above technical solution, preferably, the service control includes a service request control, a service calling control and a service response control, the service request control is exposed to the outside for a service requester to send a service request instruction, the service calling control is configured to call and implement a service according to the service request instruction, and the service response control is configured to send response information to the service requester after the service calling control implements the service.
In the above technical solution, preferably, a service name, a service request mode, and a service description are configured for the externally exposed service request control, basic information of a called service is configured for the service calling control, and name information and state code information of a response control are configured for the service response control.
In the above technical solution, preferably, for a request requiring to call a plurality of services at a time, the service call controls corresponding to the plurality of services are dragged to the arrangement page, and the service call controls of different services are sequentially connected according to the connection request instruction and the service arrangement sequence to be implemented, and then connected to the service response control.
In the above technical solution, preferably, the service controls of different categories are displayed synchronously with the layout page.
The invention also provides a towable service orchestration system, which adopts the towable service orchestration method according to any one of the above technical solutions, and comprises the following steps: the system comprises a service control, an arrangement page, a dragging module, a control configuration module, a connection module and an execution module; the service control and the layout page are synchronously displayed on a visual interface; the dragging module is used for dragging the service control to a corresponding position of the arrangement page according to the monitored dragging track aiming at the selected service control; the control configuration module adopts labor and configures different types of service controls according to input control configuration information; the connection module is used for monitoring connection request instructions and connecting different service controls according to a service arrangement sequence to be realized; the execution module is used for executing the service control according to the connection sequence.
In the above technical solution, preferably, the service control includes a service request control, a service calling control and a service response control, the service request control is exposed to the outside for a service requester to send a service request instruction, the service calling control is configured to call and implement a service according to the service request instruction, and the service response control is configured to send response information to the service requester after the service calling control implements the service.
In the above technical solution, preferably, a service name, a service request mode, and a service description are configured for the externally exposed service request control, basic information of a called service is configured for the service calling control, and name information and state code information of a response control are configured for the service response control.
In the above technical solution, preferably, for a request requiring to call a plurality of services at a time, the service call controls corresponding to the plurality of services are dragged to the arrangement page, and the service call controls of different services are sequentially connected according to the connection request instruction and the service arrangement sequence to be implemented, and then connected to the service response control.
The invention also proposes a method for using a towable service orchestration system, applied to a towable service orchestration system according to any one of the above technical solutions, comprising: selecting a service control, and dragging the service control to an arrangement page; inputting corresponding control configuration information to the different types of service controls for configuration; connecting different types of service controls according to a service arrangement sequence to be realized; sending a service request instruction by utilizing the externally exposed service request space; and the service control executes according to the service arrangement sequence and outputs response information after the execution is finished.
Compared with the prior art, the invention has the beneficial effects that: the service arrangement is carried out through visual dragging tools, the logic execution relation among a plurality of services is clearly shown by utilizing the connection relation, different operations are supported by using different control tools, the requirement on professional skills of users is lowered, the service arrangement efficiency is improved, the normalization and the uniformity of the service arrangement are ensured, and the service calling error probability caused by the non-standardization and low quality of a programming language is lowered.
Drawings
FIG. 1 is a flowchart illustrating a towable service orchestration method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a service instance process disclosed in one embodiment of the present invention;
FIG. 3 is a schematic diagram illustrating a dragging process for an exposed service request control;
FIG. 4 is a schematic configuration diagram of a service request control for external exposure;
FIG. 5 is a diagram illustrating a drag process for a service call control;
FIG. 6 is a schematic diagram of a configuration for a service invocation control;
FIG. 7 is a schematic diagram of a connection between a service request control and a service invocation control;
FIG. 8 is a schematic diagram of a service control for circularly dragging and connecting a query account information and a query balance information;
FIG. 9 is a schematic diagram of a drag process for a service response control;
FIG. 10 is a schematic diagram of a configuration for a service response control;
FIG. 11 is a schematic diagram of a connection between a balance information query service control and a service response control;
FIG. 12 is a schematic block diagram of a towable services orchestration system according to one embodiment of the disclosure;
FIG. 13 is a flowchart illustrating a method for using a towable services orchestration system according to an embodiment of the invention.
In the drawings, the correspondence between each component and the reference numeral is:
11. a service control; 12. arranging pages; 13. a dragging module; 14. a control configuration module; 15. a wiring module; 16. and executing the module.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
The invention is described in further detail below with reference to the attached drawing figures:
as shown in fig. 1, a towable service orchestration method according to the present invention includes: determining a service control 11 to be selected according to the received touch instruction, and dragging the service control 11 to a corresponding arrangement page 12 according to the monitored dragging track; configuring different types of service controls 11 according to the input control configuration information; monitoring a connection request instruction according to a service arrangement sequence to be realized so as to connect different service controls 11; the service control 11 is executed according to the wiring order.
In the embodiment, the services are arranged through the visual dragging tool, the logic execution relation among a plurality of services is clearly displayed by utilizing the connection relation, different operations are supported by using different control tools, the requirement on professional skills of users is lowered, the efficiency of service arrangement is improved, the normalization and the uniformity of service arrangement are ensured, and the service calling error probability caused by the non-normalization and the low quality of a programming language is lowered.
In the above embodiment, preferably, the service control 11 includes a service request control, a service call control, and a service response control, the service request control is exposed to the outside for the service requester to send a service request instruction, the service call control is used to call and implement a service according to the service request instruction, and the service response control is used to send response information to the service requester after the service call control implements the service.
In the above embodiment, preferably, the service name, the service request mode, and the description of the service are configured for the externally exposed service request control, the basic information of the called service is configured for the service calling control, and the name information and the state code information of the response control are configured for the service response control.
In the above embodiment, preferably, for a request requiring to invoke a plurality of services at a time, the service invocation controls corresponding to the plurality of services are dragged to the arrangement page 12, and the service invocation controls of different services are sequentially connected according to the connection request instruction and then connected to the service response control.
In the above embodiment, it is preferable that the service controls 11 of different categories are displayed in synchronization with the orchestration page 12.
Specifically, the towable service arrangement method disclosed by the present invention is described in detail by taking the example of obtaining the account balance information of the user according to the mobile phone number of the user.
Fig. 2 is a schematic flow chart illustrating a process of querying basic information, account status and account balance of a user through a mobile phone number.
As shown in fig. 3, in the present invention, a service request control exposed to the outside is first dragged, and as shown in fig. 4, descriptions of the service name, the service request manner, and the service of the service request control exposed to the outside are filled.
As shown in fig. 5, dragging a service invocation control, as shown in fig. 6, fills in basic information of the invoked service (basic information of the query user).
As shown in fig. 7, a line is connected between the service request control and the service invocation control.
As shown in fig. 8, the steps shown in fig. 3 to fig. 7 are executed in a loop, so as to drag the account information query service control and the balance information query service control to the layout page 12 and connect the two.
As shown in fig. 9, a service response control is dragged, and as shown in fig. 10, the information of the service response control is filled out.
As shown in fig. 11, the balance information query service control is connected with the service response control.
The arrangement of the user balance inquiry service can be completed through the steps.
The service controls 11 are all visual controls, and the processes of service calling, service exposure and service response which need to be manually coded are packaged through the corresponding visual controls and then exposed in a simple configuration mode, so that the technical requirements of users are reduced.
As shown in fig. 12, the present invention further provides a towable service orchestration system, which employs the towable service orchestration method according to any one of the above embodiments, including: the system comprises a service control 11, an arrangement page 12, a dragging module 13, a control configuration module 14, a connecting module 15 and an execution module 16; the service control 11 and the arrangement page 12 are synchronously displayed on the visual interface; the dragging module 13 is configured to drag the service control 11 to a corresponding position of the layout page 12 according to the monitored dragging track for the selected service control 11; the control configuration module 14 configures different types of service controls 11 according to input control configuration information; the connection module 15 is configured to monitor a connection request instruction, and connect different service controls 11 according to a service arrangement sequence to be implemented; the execution module 16 is configured to execute the service control 11 according to the connection sequence.
In the above embodiment, preferably, the service control 11 includes a service request control, a service call control, and a service response control, the service request control is exposed to the outside for the service requester to send a service request instruction, the service call control is used to call and implement a service according to the service request instruction, and the service response control is used to send response information to the service requester after the service call control implements the service.
In the above embodiment, preferably, the service name, the service request mode, and the description of the service are configured for the externally exposed service request control, the basic information of the called service is configured for the service calling control, and the name information and the state code information of the response control are configured for the service response control.
In the above embodiment, preferably, for a request requiring to invoke a plurality of services at a time, the service invocation controls corresponding to the plurality of services are dragged to the arrangement page 12, and the service invocation controls of different services are sequentially connected according to the connection request instruction and then connected to the service response control.
As shown in fig. 13, the present invention further provides a method for using a towable service orchestration system, applied to the towable service orchestration system provided in any one of the above embodiments, including: selecting a service control 11 and dragging the service control 11 to an arrangement page 12; inputting corresponding control configuration information to configure different types of service controls 11; connecting different types of service controls 11 according to the service arrangement sequence to be realized; sending a service request instruction by utilizing the externally exposed service request space; the service control 11 executes according to the service arrangement sequence, and outputs response information after the execution is completed.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes will occur to those skilled in the art. Any modification, equivalent replacement, or 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 of towable services orchestration, comprising:
determining a service control to be selected according to a received touch instruction, and dragging the service control to a corresponding arrangement page according to a monitored dragging track;
configuring different types of service controls according to input control configuration information;
monitoring a connection request instruction according to a service arrangement sequence to be realized so as to connect different service controls;
and executing the service control according to the connection sequence.
2. The draggable service orchestration method according to claim 1, wherein the service controls comprise an externally exposed service request control, a service invocation control, and a service response control,
the service request control is exposed to the outside for a service requester to send a service request instruction,
the service calling control is used for calling and realizing the service according to the service request instruction,
and the service response control is used for sending response information to the service requester after the service calling control realizes the service.
3. The towable service orchestration method according to claim 2, wherein a service name, a service request manner, a service description are configured for the externally exposed service request control, basic information of a called service is configured for the service call control, and name information and state code information of a response control are configured for the service response control.
4. The towable service orchestration method according to claim 1, wherein for a request requiring invocation of a plurality of services at a time, dragging service invocation controls corresponding to the plurality of services to the orchestration page, and sequentially connecting the service invocation controls of different services according to a connection request instruction, and then connecting the service invocation controls with the service response controls.
5. The towable services orchestration method according to claim 2, wherein the service controls of different categories are displayed in synchronization with the orchestration page.
6. A towable services orchestration system using the towable services orchestration method according to any one of claims 1 to 5, comprising: the system comprises a service control, an arrangement page, a dragging module, a control configuration module, a connection module and an execution module;
the service control and the layout page are synchronously displayed on a visual interface;
the dragging module is used for dragging the service control to a corresponding position of the arrangement page according to the monitored dragging track aiming at the selected service control;
the control configuration module adopts labor and configures different types of service controls according to input control configuration information;
the connection module is used for monitoring connection request instructions and connecting different service controls according to a service arrangement sequence to be realized;
the execution module is used for executing the service control according to the connection sequence.
7. The towable services orchestration system according to claim 6, wherein the service controls comprise an externally exposed service request control, a service invocation control, and a service response control,
the service request control is exposed to the outside for a service requester to send a service request instruction,
the service calling control is used for calling and realizing the service according to the service request instruction,
and the service response control is used for sending response information to the service requester after the service calling control realizes the service.
8. The towable service orchestration system according to claim 7, wherein a service name, a service request manner, a service description are configured for the externally exposed service request control, basic information of a called service is configured for the service call control, and name information and state code information of a response control are configured for the service response control.
9. The towable service orchestration system according to claim 7, wherein for a request requiring invocation of a plurality of services at a time, the service invocation controls corresponding to the plurality of services are dragged to the orchestration page, and the service orchestration sequence to be implemented connects the service invocation controls of different services in sequence according to the connection request instruction, and then connects with the service response control.
10. A method for using a towable services orchestration system according to any one of claims 6 to 9, comprising:
selecting a service control, and dragging the service control to an arrangement page;
inputting corresponding control configuration information to the different types of service controls for configuration;
connecting different types of service controls according to a service arrangement sequence to be realized;
sending a service request instruction by utilizing the externally exposed service request space;
and the service control executes according to the service arrangement sequence and outputs response information after the execution is finished.
CN202010647104.7A 2020-07-07 2020-07-07 Towable service arranging method, system and using method Pending CN111949257A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010647104.7A CN111949257A (en) 2020-07-07 2020-07-07 Towable service arranging method, system and using method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010647104.7A CN111949257A (en) 2020-07-07 2020-07-07 Towable service arranging method, system and using method

Publications (1)

Publication Number Publication Date
CN111949257A true CN111949257A (en) 2020-11-17

Family

ID=73340488

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010647104.7A Pending CN111949257A (en) 2020-07-07 2020-07-07 Towable service arranging method, system and using method

Country Status (1)

Country Link
CN (1) CN111949257A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112948152A (en) * 2021-04-16 2021-06-11 深圳市今天国际物流技术股份有限公司 Method for processing and interface service of arranging data and calling
WO2022135478A1 (en) * 2020-12-25 2022-06-30 第四范式(北京)技术有限公司 Task orchestration method and orchestration apparatus

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090307099A1 (en) * 2005-07-08 2009-12-10 Tanik Murat M Drag-and-Drop Communication of Data Via a Computer Network
CN102693282A (en) * 2012-05-04 2012-09-26 北京邮电大学 Method and device for mixing and matching services
CN103809951A (en) * 2012-11-12 2014-05-21 方欣科技有限公司 Graphical service arrangement and management device based on FLEX technology
CN107133049A (en) * 2017-05-23 2017-09-05 中国联合网络通信集团有限公司 The treating method and apparatus of service based on communication
CN108519876A (en) * 2018-03-27 2018-09-11 苏州优圣美智能系统有限公司 A kind of modeling of graphics data stream and processing system and method
CN110764752A (en) * 2019-11-08 2020-02-07 普元信息技术股份有限公司 System and method for realizing graphical service arrangement of Restful service based on micro-service architecture
CN112148164A (en) * 2020-09-25 2020-12-29 北京青云科技股份有限公司 Arranging method and device of multi-cluster system, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090307099A1 (en) * 2005-07-08 2009-12-10 Tanik Murat M Drag-and-Drop Communication of Data Via a Computer Network
CN102693282A (en) * 2012-05-04 2012-09-26 北京邮电大学 Method and device for mixing and matching services
CN103809951A (en) * 2012-11-12 2014-05-21 方欣科技有限公司 Graphical service arrangement and management device based on FLEX technology
CN107133049A (en) * 2017-05-23 2017-09-05 中国联合网络通信集团有限公司 The treating method and apparatus of service based on communication
CN108519876A (en) * 2018-03-27 2018-09-11 苏州优圣美智能系统有限公司 A kind of modeling of graphics data stream and processing system and method
CN110764752A (en) * 2019-11-08 2020-02-07 普元信息技术股份有限公司 System and method for realizing graphical service arrangement of Restful service based on micro-service architecture
CN112148164A (en) * 2020-09-25 2020-12-29 北京青云科技股份有限公司 Arranging method and device of multi-cluster system, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王学良: "面向服务大系统可视化开发工具的设计与实现", 《中国优秀硕士学位论文全文数据库》, no. 2016, pages 138 - 4105 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022135478A1 (en) * 2020-12-25 2022-06-30 第四范式(北京)技术有限公司 Task orchestration method and orchestration apparatus
CN112948152A (en) * 2021-04-16 2021-06-11 深圳市今天国际物流技术股份有限公司 Method for processing and interface service of arranging data and calling

Similar Documents

Publication Publication Date Title
US20210034336A1 (en) Executing a process-based software application in a first computing environment and a second computing environment
CN111949257A (en) Towable service arranging method, system and using method
CN108804322A (en) Automated testing method, device, computer equipment and storage medium
CN106021102A (en) Automated test file generation method and apparatus
CN107733710A (en) Construction method, device, computer equipment and the storage medium of link call relation
CN114089986A (en) Method, system, device and medium for configuring low code development platform function expression
US8977968B2 (en) Pseudo-remote terminal IOTA mobile diagnostics and electronic customer care
CN113706022A (en) Business process execution method and device, storage medium and electronic equipment
CN109491646A (en) A kind of message input method, device, electronic equipment and readable medium
EP1895794A2 (en) Remote management system and method for portable electronic devices
CN108182110A (en) Task circulation control method, device, equipment and computer readable storage medium
CN114756211B (en) Model training method and device, electronic equipment and storage medium
CN111651494A (en) Data processing method, device, equipment and computer readable storage medium
CN115480940A (en) Page calling method, device and medium for financial ratio indexes
CN115981643A (en) Configuration method, system, equipment and storage medium of business association component
CN116643854A (en) Service arrangement method and device, flow controller and task processor
CN111610964A (en) Encoding rule generation method and device
CN111736930A (en) Program front-back end interface calling method and device, computer equipment and storage medium
CN111401020A (en) Interface loading method and system and computing equipment
CN115686472B (en) Service arrangement method and device
CN112506944B (en) Data standard conversion access method, device, equipment and medium between service systems
CN114063501B (en) Automatic connection method and device for configuration elements and configuration equipment
CN115988087B (en) Service calling method and device based on bus, electronic equipment and storage medium
CN117234512B (en) Method, system, electronic equipment and storage medium for rapidly developing business
CN114487758B (en) Test method and test system for semiconductor equipment

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