CN111045653A - System generation method and device, computer readable medium and electronic equipment - Google Patents

System generation method and device, computer readable medium and electronic equipment Download PDF

Info

Publication number
CN111045653A
CN111045653A CN201911295209.4A CN201911295209A CN111045653A CN 111045653 A CN111045653 A CN 111045653A CN 201911295209 A CN201911295209 A CN 201911295209A CN 111045653 A CN111045653 A CN 111045653A
Authority
CN
China
Prior art keywords
information
page
interactive
event
user
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
CN201911295209.4A
Other languages
Chinese (zh)
Other versions
CN111045653B (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.)
JD Digital Technology Holdings Co Ltd
Original Assignee
JD Digital Technology Holdings 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 JD Digital Technology Holdings Co Ltd filed Critical JD Digital Technology Holdings Co Ltd
Priority to CN201911295209.4A priority Critical patent/CN111045653B/en
Publication of CN111045653A publication Critical patent/CN111045653A/en
Application granted granted Critical
Publication of CN111045653B publication Critical patent/CN111045653B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • 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
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The present disclosure provides a system generation method, a system generation apparatus, a computer readable medium, and an electronic device; relates to the technical field of computer application. The system generation method comprises the following steps: acquiring page element information input by a user, and generating a plurality of interactive pages based on the page element information; acquiring configuration information aiming at the interactive page, and determining event information corresponding to the interactive page through the configuration information; and determining redirection information among the interactive pages according to the event information to generate a target business system containing the interactive pages. The system generation method disclosed by the disclosure can overcome the problem of high system development cost to a certain extent, and further improves the system development efficiency.

Description

System generation method and device, computer readable medium and electronic equipment
Technical Field
The present disclosure relates to the field of computer application technologies, and in particular, to a system generation method, a system generation apparatus, a computer readable medium, and an electronic device.
Background
The computer management system can interact with the user only by depending on a graphic user page designed by a program developer, so that the management function of the management system is realized, and the requirements of the user are met. A management system mostly contains a large number of graphical user pages, and the graphical user interface is particularly important for the user experience.
At present, a development process of a management system is divided into a plurality of nodes such as requirement analysis, product design, development, testing and debugging, and after the development is completed, iteration is continuously performed due to requirement change or new increase, and a large amount of manpower and material resources are consumed in a long development iteration period, so that the development cost is higher and higher.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
The present disclosure is directed to a system generation method, a system generation apparatus, a computer readable medium, and an electronic device, so as to overcome the problem of high development cost to a certain extent and improve the development efficiency of a system.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows, or in part will be obvious from the description, or may be learned by practice of the disclosure.
According to a first aspect of the present disclosure, there is provided a system generation method, including:
acquiring page element information input by a user; generating a plurality of interactive pages based on the page element information, and determining event information corresponding to the interactive pages; and determining redirection information among the interactive pages according to the event information so as to obtain a target service system containing the interactive pages.
In an exemplary embodiment of the present disclosure, the acquiring page element information input by a user includes:
displaying a plurality of page components to obtain a target page component selected by a user; and determining the page element information according to the target page component.
In an exemplary embodiment of the present disclosure, the acquiring page element information input by a user includes:
acquiring a plurality of target page components dragged to an editing area by a user; and recording the position information of each target page component in the editing area so as to take the target page components and the position information as the page element information.
In an exemplary embodiment of the present disclosure, the obtaining configuration information for the interactive page, and determining event information corresponding to the interactive page through the configuration information includes:
acquiring an event object selected by a user in the interactive page so as to obtain the configuration information through the event object; and determining interface information corresponding to the event object through the configuration information to acquire the event information.
In an exemplary embodiment of the present disclosure, the determining, by the configuration information, interface information corresponding to the event object includes:
and determining interface parameters through the page element information to acquire interface information corresponding to the event object.
In an exemplary embodiment of the present disclosure, the determining redirection information between the interaction pages through the event information includes:
and extracting the jump address contained in the event information so as to generate redirection information of the target business system based on the jump address.
In an exemplary embodiment of the present disclosure, before extracting the jump address included in the event information, the method further includes:
and acquiring a jump address input by a user and storing the jump address into event information, wherein the jump address is address information of a target interaction page.
According to a second aspect of the present disclosure, there is provided a system generating apparatus, including an information obtaining module, a page generating module, and a system generating module, wherein:
the information acquisition module is used for acquiring page element information input by a user and generating a plurality of interactive pages based on the page element information.
And the page generation module is used for acquiring configuration information aiming at the interactive page and determining event information corresponding to the interactive page according to the configuration information.
And the system generation module is used for determining redirection information among the interactive pages through the event information so as to generate a target business system containing the interactive pages.
In an exemplary embodiment of the present disclosure, the information obtaining module specifically includes a component display module and a component determination module, where:
and the component display module is used for displaying a plurality of page components so as to obtain the target page component selected by the user.
And the component determining module is used for determining the page element information according to the target page component.
In an exemplary embodiment of the present disclosure, the information obtaining module specifically includes a component editing module and a position determining module, where:
and the component editing module is used for acquiring a plurality of target page components dragged to the editing area by the user.
And the position determining module is used for recording the position information of each target page component in the editing area so as to take the target page components and the position information as the page element information.
In an exemplary embodiment of the present disclosure, the page generating module specifically includes an object determining module and an interface determining module, where:
and the object determining module is used for acquiring the event object selected by the user in the interactive page so as to obtain the configuration information through the event object.
And the interface determining module is used for determining the interface information corresponding to the event object through the configuration information so as to acquire the event information.
In an exemplary embodiment of the disclosure, the interface determining module may be specifically configured to: and determining interface parameters through the page element information to acquire interface information corresponding to the event object.
In an exemplary embodiment of the disclosure, the system generation module may be specifically configured to: and extracting the jump address contained in the event information so as to generate redirection information of the target business system based on the jump address.
In an exemplary embodiment of the present disclosure, the apparatus further includes an address input module, configured to acquire a jump address input by a user and store the jump address in event information, where the jump address is address information of a target interaction page.
According to a third aspect of the present disclosure, there is provided an electronic device comprising: a processor; and a memory for storing executable instructions of the processor; wherein the processor is configured to perform the method of any one of the above via execution of the executable instructions.
According to a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any one of the above.
Exemplary embodiments of the present disclosure may have some or all of the following benefits:
in the system generation method provided by an exemplary embodiment of the present disclosure, on one hand, the interactive page can be directly generated by acquiring the page element information input by the user, thereby reducing the workload of interface designers and developers, simplifying the development process, and improving the development efficiency of the system; on the other hand, the user can edit the interactive page according to the own requirements, so that the individual requirements of different systems can be met, the richness of the interactive page can be improved, and the requirements of the user on an interactive mode can be met; on the other hand, the event information of the interactive page can be determined according to the configuration information of the interactive page, so that background developers are prevented from developing codes of the event, the development efficiency is further improved, meanwhile, the event can be normalized, the iteration cost caused by different processing modes of the event by different developers is avoided, the maintenance cost and the difficulty can be reduced, and the iteration efficiency is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty.
FIG. 1 schematically illustrates a system architecture diagram for implementing a system generation method according to one embodiment of the present disclosure;
FIG. 2 schematically shows a flow diagram of a system generation method according to one embodiment of the present disclosure;
FIG. 3 schematically shows a flow diagram of a system generation method according to another embodiment of the present disclosure;
FIG. 4 schematically shows a flow diagram of a system generation method according to another embodiment of the present disclosure;
FIG. 5 schematically illustrates a flow diagram of a system generation method according to another embodiment of the present disclosure;
FIG. 6 schematically shows a flow diagram of a system generation method according to another embodiment of the present disclosure;
FIG. 7 schematically shows a block diagram of a system generation apparatus according to one embodiment of the present disclosure;
FIG. 8 illustrates a schematic structural diagram of a computer system suitable for use in implementing the electronic device of an embodiment of the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the disclosure. One skilled in the relevant art will recognize, however, that the subject matter of the present disclosure can be practiced without one or more of the specific details, or with other methods, components, devices, steps, and the like. In other instances, well-known technical solutions have not been shown or described in detail to avoid obscuring aspects of the present disclosure.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus their repetitive description will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities. These functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor devices and/or microcontroller devices.
The technical solution of the embodiment of the present disclosure is explained in detail below:
first, a system architecture for implementing the system generation method is provided in an exemplary embodiment of the present disclosure. Referring to fig. 1, the system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send request instructions or the like. The terminal devices 101, 102, 103 may have various communication client applications installed thereon, such as a shopping application, a web browser application, a search application, an instant messaging tool, a mailbox client, social platform software, and the like.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 105 may be a server providing various services, such as a background management server (for example only) providing support for shopping-like websites browsed by users using the terminal devices 101, 102, 103. 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 system generation method provided by the embodiment of the present disclosure is generally executed by the server 105, and accordingly, the system generation apparatus is generally provided in the server 105. However, it can be understood by those skilled in the art that the system generating method of the present disclosure may also be executed by the terminal device 101, and accordingly, the system generating apparatus may be provided in the terminal device 101, which is not particularly limited in this embodiment.
Based on the above system architecture, the present exemplary embodiment provides a system generation method. Referring to fig. 2, the system generating method may include step S210, step S220, and step S230, wherein:
step S210: the method comprises the steps of obtaining page element information input by a user, and generating a plurality of interactive pages based on the page element information.
Step S220: and acquiring configuration information aiming at the interactive page, and determining event information corresponding to the interactive page through the configuration information.
Step S230: and determining redirection information among the interactive pages according to the event information to generate a target business system containing the interactive pages.
In the system generation method provided by an exemplary embodiment of the present disclosure, on one hand, the interactive page can be directly generated by acquiring the page element information input by the user, thereby reducing the workload of interface designers and developers, simplifying the development process, and improving the development efficiency of the system; on the other hand, developers can edit the interactive page according to own requirements, so that individual requirements of different systems can be met, the richness of the interactive page can be improved, and the requirements of users on interactive modes can be met; on the other hand, the event information of the interactive page can be determined according to the configuration information of the interactive page, so that background developers are prevented from developing codes of the event, the development efficiency is further improved, meanwhile, the event can be normalized, the iteration cost caused by different processing modes of the event by different developers is avoided, the maintenance cost and the difficulty can be reduced, and the iteration efficiency is improved.
The above steps of the present exemplary embodiment will be described in more detail below.
In step S210, page element information input by a user is acquired, and a plurality of interactive pages are generated based on the page element information.
The page element information refers to information of each object in the graphical user interface, and may specifically include attribute information of the component and page layout information, for example, a button, a position of the button, a display color of the button, and the like; alternatively, other information may be included, for example, information such as video, animation, and sound, and this embodiment is not particularly limited thereto.
For example, a user may determine a required component according to a requirement of the user, and input attribute information of the component, such as type, name, position, and the like, into an input interface, so as to obtain page element information through the input interface; or, the user may write the page element information required for generating the interactive page in a file, for example, a txt file, an xml file, or the like in advance, and obtain the file through a file address input by the user, so as to obtain the page element information in the file. In this embodiment, the method may include step S301 and step S302, as shown in fig. 3, where:
in step S301, a plurality of page components are displayed to acquire a target page component selected by the user. The page component may include various components, such as a button, an input box, an output box, and a diagram, and may also include other components, such as a custom component, and the like, which is not particularly limited in this embodiment. Displaying components required by the generated page as radio boxes so as to obtain target page components selected by a user; or, a plurality of page templates may be displayed, each page template includes a plurality of page components, a target page template selected by the user is determined, and the page components in the target page template are taken as target page components, and other components may be added to the target page template according to the requirements of the user. In addition, the target page component may also be determined in other various manners, for example, attribute information of multiple page components is displayed as a list for a user to view, the user may input identification information of a required target page component into an input box according to the list, and the corresponding target page component is determined by the identification information in the input box.
Generally, the components in the interactive page need to be written and determined by developers, a large amount of time cost needs to be consumed, the requirement on personnel is high, codes do not need to be written in the implementation mode, the components in the interactive page can be determined through simpler interactive operation in a visual mode, the operation difficulty can be reduced, and the operation efficiency can be improved.
In step S302, page element information is determined from the target page component. For example, the attribute information of all target page components may be acquired as page element information, and the attribute information may be information set in advance for various types of page components, such as color displayed by the components, position displayed by the components, size of the components, and the like; alternatively, after the user selects the target component, a configuration page of the target component may be displayed, thereby acquiring the attribute information configured for the target component by the user as the page element information.
In an exemplary embodiment, the method may further include step S401 and step S402, as shown in fig. 4, wherein:
in step S401, a plurality of target page components dragged by the user to the editing area are acquired. In this embodiment, a user interface may be provided, a display area of the user interface displays a plurality of page components, and the user interface may further include an editing area, and if a user drags a page component or an icon corresponding to the page component from the display area to the editing area, the page component may be considered as a target page component selected by the user. Of course, the user may perform a plurality of drag operations, thereby dragging a plurality of page components to the editing area, and the position of each target page component may be adjusted in the editing area. Compared with the method for inputting information in an input box, the method is simpler and more convenient to drag and operate, and can determine the target page component more quickly.
In step S402, position information of each target page component in the edit area is recorded, so that the position information and the target page component are taken as page element information. The positions of the target page components in the editing area can be moved, and a user can continuously adjust the positions of all the target page components in the editing area to achieve a satisfactory layout. The coordinates of each target page component can be determined through the coordinate information of the editing area, so that the coordinates are recorded as the position information of each target page component, and the position information is stored as the attribute information of the target page component, so that the page element information is obtained.
In addition, after the target page component is dragged into the editing area, the corresponding target page component can be clicked, and after clicking, the attribute information display page of the target page component can be displayed. Various attribute information of the target page component, such as name, size, coordinates in the editing area, display color, and the like, is displayed in the presentation page. And then modifying and configuring each attribute information according to the interactive operation of the user on the display page, for example, if the user clicks an input box corresponding to the "name" in the display page, a word can be input in the input box, and then the word is used as the name of the target page component. The attribute information of each target page component can be checked and changed by the user through the display page corresponding to each target page component, so that the new attribute information input by the user is used as the page element information.
After determining the page element information, the page element information may be checked and saved. For example, the page element information may be displayed, the user may check and verify whether the information is correct through the displayed page of the page element information, and if the information is correct, the information may be saved, for example, a "confirm" button may be included in the displayed page of the page element information, and if the user clicks the button, the page element information may be saved. In addition, the displayed page of the page element information may further include another button, and if the button is clicked, which may indicate that the user needs to modify the page element information, the correct page element information input by the user may be retrieved.
After determining the page element information, an interaction page may be generated using the page element information. Specifically, an interaction page including the interaction components may be automatically generated according to the attribute information of the interaction components in the page element information, and each interaction component in the interaction page is displayed according to the corresponding attribute information. Displaying the interactive page for a user to check and verify the display effect, and if the verification is passed, saving the interactive page as an interactive page in the target service system; if the verification is not passed, the user can change the page element information, so that the interactive page is displayed again according to the changed information until the verification is passed and the interactive page is stored. Similarly, the user can determine the page element information of the next interactive page and generate the next interactive page, so as to obtain a plurality of interactive pages.
In step S220, configuration information for the interactive page is obtained, and event information corresponding to the interactive page is determined according to the configuration information.
The configuration information is information required for implementing functions of the interactive page, such as a data query function, a data input function, a display function, and the like; the configuration information may include a plurality of events and methods, or may include a plurality of parameters and interfaces, where the parameters may be input parameters and output parameters of the interfaces; alternatively, the configuration information may also include other information, for example, address information of a file, information of a rendering service corresponding to an interactive page, and the like, which is not particularly limited in this embodiment.
The present embodiment may include a configuration interface in which a user may configure the functionality of the interactive page. The configuration interface may include one or more input boxes, and a user may input a corresponding parameter according to a required function to further obtain configuration information, for example, a click event is configured for a button in an interactive page, and an interface address called by the click event may be input in the input box corresponding to the button, so that the click event and the interface address may store the configuration information. Alternatively, a plurality of interfaces may be predetermined, for example, a database query interface, a data modification interface, etc., and a user may select a desired interface from the interfaces and store information of the interface selected by the user as configuration information. And, the configuration information may also include a binding relationship between the interface and the interactive page or a binding relationship between the interface and a specific component in the interactive page. In addition, the request address of the service can be associated with the interactive page or with a component in the page through the micro-service technology, so that the request address and the identification information of the interactive page or the component are correspondingly stored, and the configuration information is obtained.
The event information may include an event name, an event type, and an interface called by the event, and may also include other information, for example, information of a component corresponding to the event, and the like, which is not particularly limited in this embodiment. The configuration information may be directly stored as event information, or the configuration information may be analyzed to obtain the event information, for example, information such as an interface address, an input parameter of an interface, and an output parameter is extracted from the configuration information input by a user to obtain the event information. Moreover, one interactive page may generally include a plurality of events, so that a user may input a plurality of configuration information to configure a plurality of events, and the plurality of configuration information may be all stored to obtain event information of the interactive page.
In an exemplary embodiment, the method may include step S501 and step S502, as shown in fig. 5, wherein:
in step S501, an event object selected by the user in the interactive page is acquired, and configuration information is acquired through the event object. The event object is one or more page elements in the interactive page, and the configuration information of the interactive page can be determined through the page elements, for example, when a user selects a button, the corresponding configuration information can be obtained through the configuration page of the button, and when the user selects an input box, the corresponding configuration information can be obtained through the configuration page corresponding to the input box, and the like. Or, according to each page element, corresponding configuration information can be determined for each page element in advance, so that a user can directly select the page element without manual configuration, and event information can be determined more quickly and conveniently. For example, different types of events corresponding to the components may be determined in advance, for example, a click event, a double-click event, a long-press event, a drag event, and the like may be configured in advance for a button, and after the button is selected by a user, the event corresponding to the button may be used as configuration information.
In step S502, interface information corresponding to the event object is determined by the configuration information, so as to obtain event information. The interface information may include input parameters, output parameters, and the like required by the interface, and may also include other information, such as an interface name, and this embodiment is not particularly limited in this respect. An event object can be determined from the configuration information, and then an interaction event corresponding to the event object is obtained, for example, a click event, a drag event, and the like, so that when an interaction operation of a user is detected on the event object, the corresponding interaction event is triggered, and when the interaction event is triggered, an interface can be called, so as to execute a corresponding function. Illustratively, the interface information may be determined by determining the interface parameters from the page element information. Specifically, when the user selects an event object, page element information corresponding to the event object may be obtained, and interface parameters may be determined from the page element information, for example, an input object of an input box is determined as an input parameter of an interface, and an output parameter of the interface may be set as an output object of an output box, so as to obtain the interface information.
In step S230, redirection information between interaction pages is determined through the event information to generate a target business system including a plurality of interaction pages.
The redirection information is jump information between the interactive pages, and may include identification information of the interactive pages, such as addresses and names of the interactive pages; or may include information on the order of jumping between interactive pages. The target business system can comprise a plurality of interactive pages, different interactive pages can contain different page components so as to realize different functions, and any interactive page can be called out or jump from one interactive page to another interactive page through redirection information. Specifically, the method comprises the following steps:
and acquiring the jump address contained in the event information to generate the redirection information of the target service system based on the jump address. The jump address is address information of the interactive page, such as a URL (Uniform Resource Locator), a storage path, and the like. When the interactive operation is detected on the interactive page, the corresponding method can be called according to the event information corresponding to the interactive operation, so that the corresponding function is realized, the current page can be jumped by triggering the jump event of the current page, and then another page is displayed. Detecting whether event information contains a jump address, if the jump address is extracted, each interactive page can correspond to a plurality of jump events, each jump event can comprise a jump address, and obtaining the jump addresses in all the jump events can obtain redirection information. In addition, the same interactive page or different interactive pages can be jumped to according to the jump address, for example, when a button a in the interactive page a is clicked, a jump event is triggered, so that the interactive page B is jumped to, when a button B in the interactive page a is clicked, another jump event is triggered, and the interactive page B can also be jumped to.
In an exemplary embodiment, an input interface may be provided, where the input interface may display identification information of a plurality of interactive pages, then receive a jump address input by a user according to the identification information selected by the user, and store the jump address in event information of the interactive page corresponding to the identification information; or, the jump address is obtained through a configuration page corresponding to the interactive page, and the jump address is stored in the event information. In other embodiments of the present disclosure, the jump address of the interactive page may also be determined in other manners, for example, after the interactive page is generated, address information may be allocated to each interactive page, then the jump address of each interactive page is determined according to the configuration of the user, and for example, a jump button of each interactive page is preset, and when the jump button is triggered, the jump button may jump to the corresponding interactive page, so that the jump address and the like corresponding to the interactive page are determined according to the page element information selected by the user, which all belong to the protection scope of the present disclosure.
As shown in fig. 6, the method may include steps S601 to S606, in which:
in step S601, whether an interactive page is newly created is determined; for example, an interactive page may be created through a "new" button, and if the button is clicked, it may be determined that the interactive page is new; in step S602, page element information for the interactive page is acquired; in step S603, acquiring configuration information corresponding to the interactive page; in step S604, the page element information and the configuration information are uploaded to the server; the server side can send the page element information and the configuration information to a plurality of client sides, so that a target business system is used; in step S605, acquiring page element information and configuration information from a server to render an interactive page; in step S606, responding to the operation of the user on the interactive page, implementing the function of the target service system; for example, when the user clicks the "query" button, the query data from the database is displayed to the user, when the user clicks the input box, the content received from the user is saved in the database, and so on.
It should be noted that steps S601 to S606 in fig. 6 are described in the above specific embodiments, and are not described herein again.
Further, in the present exemplary embodiment, a system generating apparatus is also provided, which is configured to execute the system generating method of the present disclosure. The device can be applied to a server or terminal equipment.
Referring to fig. 7, the system generating apparatus 700 may include: an information acquisition module 710, a page generation module 720, and a system generation module 730, wherein:
an information obtaining module 710, configured to obtain page element information input by a user, and generate a plurality of interactive pages based on the page element information;
a page generating module 720, configured to obtain configuration information for the interactive page, and determine event information corresponding to the interactive page according to the configuration information;
the system generating module 730 is configured to determine redirection information between the interaction pages according to the event information, so as to generate a target service system including each interaction page.
In an exemplary embodiment of the present disclosure, the information obtaining module 710 specifically includes a component displaying module and a component determining module, where:
and the component display module is used for displaying a plurality of page components so as to obtain the target page component selected by the user.
And the component determining module is used for determining the page element information according to the target page component.
In an exemplary embodiment of the present disclosure, the information obtaining module 710 specifically includes a component editing module and a position determining module, where:
and the component editing module is used for acquiring a plurality of target page components dragged to the editing area by the user.
And the position determining module is used for recording the position information of each target page component in the editing area so as to take the target page components and the position information as the page element information.
In an exemplary embodiment of the present disclosure, the page generating module 720 specifically includes an object determining module and an interface determining module, where:
and the object determining module is used for acquiring the event object selected by the user in the interactive page so as to obtain the configuration information through the event object.
And the interface determining module is used for determining the interface information corresponding to the event object through the configuration information so as to acquire the event information.
In an exemplary embodiment of the disclosure, the interface determining module may be specifically configured to: and determining interface parameters through the page element information to acquire interface information corresponding to the event object.
In an exemplary embodiment of the disclosure, the system generation module 730 may be specifically configured to: and extracting the jump address contained in the event information so as to generate redirection information of the target business system based on the jump address.
In an exemplary embodiment of the present disclosure, the apparatus further includes an address input module, configured to acquire a jump address input by a user and store the jump address in event information, where the jump address is address information of a target interaction page.
For details that are not disclosed in the embodiments of the apparatus of the present disclosure, please refer to the embodiments of the system generating method of the present disclosure for the details that are not disclosed in the embodiments of the apparatus of the present disclosure.
FIG. 8 illustrates a schematic structural diagram of a computer system suitable for use in implementing the electronic device of an embodiment of the present disclosure.
It should be noted that the computer system 800 of the electronic device shown in fig. 8 is only an example, and should not bring any limitation to the functions and the scope of the application of the embodiments of the present disclosure.
As shown in fig. 8, the computer system 800 includes a Central Processing Unit (CPU)801 that can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)802 or a program loaded from a storage section 808 into a Random Access Memory (RAM) 803. In the RAM 803, various programs and data necessary for system operation are also stored. The CPU801, ROM 802, and RAM 803 are connected to each other via a bus 804. An input/output (I/O) interface 805 is also connected to bus 804.
The following components are connected to the I/O interface 805: an input portion 806 including a keyboard, a mouse, and the like; an output section 807 including a signal such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 808 including a hard disk and the like; and a communication section 809 including a network interface card such as a LAN card, a modem, or the like. The communication section 809 performs communication processing via a network such as the internet. A drive 810 is also connected to the I/O interface 805 as necessary. A removable medium 811 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 810 as necessary, so that a computer program read out therefrom is mounted on the storage section 808 as necessary.
In particular, the processes described below with reference to the flowcharts may be implemented as computer software programs, according to embodiments of the present disclosure. 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 can be downloaded and installed from a network through the communication section 809 and/or installed from the removable medium 811. The computer program, when executed by a Central Processing Unit (CPU)801, performs various functions defined in the methods and apparatuses of the present application.
It should be noted that the computer readable media shown in the present disclosure may be computer readable signal media or computer readable storage media 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 disclosure, 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 contrast, in the present disclosure, 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 disclosure. 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 units described in the embodiments of the present disclosure may be implemented by software, or may be implemented by hardware, and the described units may also be disposed in a processor. Wherein the names of the elements do not in some way constitute a limitation on the elements themselves.
As another aspect, the present application also provides a computer-readable medium, which may be contained in the electronic device described in the above embodiments; or may exist separately without being assembled into the electronic device. The computer readable medium carries one or more programs which, when executed by an electronic device, cause the electronic device to implement the method as described in the embodiments below. For example, the electronic device may implement the steps shown in fig. 2 and 3, and so on.
It should be noted that although in the above detailed description several modules or units of the device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. A system generation method, comprising:
acquiring page element information input by a user, and generating a plurality of interactive pages based on the page element information;
acquiring configuration information aiming at the interactive page, and determining event information corresponding to the interactive page through the configuration information;
and determining redirection information among the interactive pages according to the event information to generate a target business system containing the interactive pages.
2. The method of claim 1, wherein the obtaining of the page element information input by the user comprises:
displaying a plurality of page components to obtain a target page component selected by a user;
and determining the page element information according to the target page component.
3. The method of claim 2, wherein the obtaining of the page element information input by the user comprises:
acquiring a plurality of target page components dragged to an editing area by a user;
and recording the position information of each target page component in the editing area so as to take the target page components and the position information as the page element information.
4. The method according to claim 1, wherein the obtaining configuration information for the interactive page, and determining event information corresponding to the interactive page through the configuration information comprises:
acquiring an event object selected by a user in the interactive page so as to obtain the configuration information through the event object;
and determining interface information corresponding to the event object through the configuration information to acquire the event information.
5. The method according to claim 4, wherein the determining interface information corresponding to the event object through the configuration information includes:
and determining interface parameters through the page element information to acquire interface information corresponding to the event object.
6. The method of claim 1, wherein the determining redirection information between the interactive pages through the event information comprises:
and extracting the jump address contained in the event information so as to generate redirection information of the target business system based on the jump address.
7. The method according to claim 6, wherein before extracting the jump address included in the event information, further comprising:
and acquiring a jump address input by a user and storing the jump address into event information, wherein the jump address is address information of a target interaction page.
8. A system generation apparatus, comprising:
the information acquisition module is used for acquiring page element information input by a user and generating a plurality of interactive pages based on the page element information;
the page generation module is used for acquiring configuration information aiming at the interactive page and determining event information corresponding to the interactive page through the configuration information;
and the system generation module is used for determining redirection information among the interactive pages through the event information so as to generate a target business system containing the interactive pages.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method of any one of claims 1 to 7.
10. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the method of any of claims 1-7 via execution of the executable instructions.
CN201911295209.4A 2019-12-16 2019-12-16 System generation method and device, computer readable medium and electronic equipment Active CN111045653B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911295209.4A CN111045653B (en) 2019-12-16 2019-12-16 System generation method and device, computer readable medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911295209.4A CN111045653B (en) 2019-12-16 2019-12-16 System generation method and device, computer readable medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN111045653A true CN111045653A (en) 2020-04-21
CN111045653B CN111045653B (en) 2022-01-07

Family

ID=70236976

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911295209.4A Active CN111045653B (en) 2019-12-16 2019-12-16 System generation method and device, computer readable medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN111045653B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111506312A (en) * 2020-06-30 2020-08-07 平安国际智慧城市科技股份有限公司 Page generation method and device, computer equipment and storage medium
CN112182655A (en) * 2020-10-13 2021-01-05 深圳壹账通智能科技有限公司 Data interaction method among multiple devices and related devices
CN112506479A (en) * 2020-11-30 2021-03-16 北京百度网讯科技有限公司 Page editing method, device, equipment and storage medium
CN116009858A (en) * 2022-12-20 2023-04-25 东方邦信金融科技(上海)有限公司 Page development method, page development device, electronic equipment and computer readable storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1703379A1 (en) * 2005-03-14 2006-09-20 Research In Motion Limited System and method for applying development patterns for component based applications
CN104142826A (en) * 2014-07-28 2014-11-12 百度在线网络技术(北京)有限公司 Method, device and system for constructing page
CN107577459A (en) * 2017-08-21 2018-01-12 杰为软件系统(深圳)有限公司 A kind of towed cross-platform development system and method based on modularization
CN108664242A (en) * 2017-04-01 2018-10-16 北京京东尚科信息技术有限公司 Generate method, apparatus, electronic equipment and the readable storage medium storing program for executing of visualization interface
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment
US20190004773A1 (en) * 2017-07-03 2019-01-03 Unqork, Inc Systems and methods for development and deployment of software platforms having advanced workflow and event processing components
CN109933322A (en) * 2019-01-28 2019-06-25 平安科技(深圳)有限公司 A kind of page editing method, apparatus and computer readable storage medium
CN109960491A (en) * 2017-12-26 2019-07-02 北京金山云网络技术有限公司 Application program generation method, generating means, electronic equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1703379A1 (en) * 2005-03-14 2006-09-20 Research In Motion Limited System and method for applying development patterns for component based applications
CN104142826A (en) * 2014-07-28 2014-11-12 百度在线网络技术(北京)有限公司 Method, device and system for constructing page
CN108664242A (en) * 2017-04-01 2018-10-16 北京京东尚科信息技术有限公司 Generate method, apparatus, electronic equipment and the readable storage medium storing program for executing of visualization interface
US20190004773A1 (en) * 2017-07-03 2019-01-03 Unqork, Inc Systems and methods for development and deployment of software platforms having advanced workflow and event processing components
CN107577459A (en) * 2017-08-21 2018-01-12 杰为软件系统(深圳)有限公司 A kind of towed cross-platform development system and method based on modularization
CN109960491A (en) * 2017-12-26 2019-07-02 北京金山云网络技术有限公司 Application program generation method, generating means, electronic equipment and storage medium
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment
CN109933322A (en) * 2019-01-28 2019-06-25 平安科技(深圳)有限公司 A kind of page editing method, apparatus and computer readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
尹航 等: "基于配置文件的web页面自动生成系统", 《软件》 *
李晓路: "嵌入式系统人机交互界面开发平台研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111506312A (en) * 2020-06-30 2020-08-07 平安国际智慧城市科技股份有限公司 Page generation method and device, computer equipment and storage medium
CN112182655A (en) * 2020-10-13 2021-01-05 深圳壹账通智能科技有限公司 Data interaction method among multiple devices and related devices
CN112506479A (en) * 2020-11-30 2021-03-16 北京百度网讯科技有限公司 Page editing method, device, equipment and storage medium
CN112506479B (en) * 2020-11-30 2024-03-01 北京百度网讯科技有限公司 Page editing method, device, equipment and storage medium
CN116009858A (en) * 2022-12-20 2023-04-25 东方邦信金融科技(上海)有限公司 Page development method, page development device, electronic equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN111045653B (en) 2022-01-07

Similar Documents

Publication Publication Date Title
US10705942B1 (en) Simulated testing of API
CN111045653B (en) System generation method and device, computer readable medium and electronic equipment
WO2021184725A1 (en) User interface test method and apparatus, storage medium, and computer device
US11132114B2 (en) Method and apparatus for generating customized visualization component
CN110020329B (en) Method, device and system for generating webpage
US20200050540A1 (en) Interactive automation test
WO2020199749A1 (en) Feedback-based information pushing method and apparatus, and electronic device
CN112395027B (en) Widget interface generation method and device, storage medium and electronic equipment
CN114036439A (en) Website building method, device, medium and electronic equipment
US11625243B2 (en) Micro-application creation and execution
CN107391118B (en) Web application user experience platform system
CN111782382A (en) Task processing method and device, storage medium and electronic equipment
CN111259381A (en) Page interaction method and device, computer readable medium and electronic equipment
CN113220381A (en) Click data display method and device
CN113010582A (en) Data processing method and device, computer readable medium and electronic equipment
CN112445473A (en) Client layout method and device, storage medium and electronic equipment
CN111666201A (en) Regression testing method, device, medium and electronic equipment
CN110888583B (en) Page display method, system and device and electronic equipment
US11449313B2 (en) System and method applied to integrated development environment
CN113656041A (en) Data processing method, device, equipment and storage medium
CN113282285A (en) Code compiling method and device, electronic equipment and storage medium
CN113419711A (en) Page guiding method and device, electronic equipment and storage medium
CN109190097B (en) Method and apparatus for outputting information
CN112925521A (en) Interface generation method and device
CN113326079A (en) Service version switching method, switching device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant before: Jingdong Digital Technology Holding Co.,Ltd.

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Digital Technology Holding Co.,Ltd.

Address before: Room 221, 2nd floor, Block C, 18 Kechuang 11th Street, Daxing Economic and Technological Development Zone, Beijing, 100176

Applicant before: JINGDONG DIGITAL TECHNOLOGY HOLDINGS Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant