CN110609681A - System, method, device and medium for visually configuring and generating WEB application - Google Patents

System, method, device and medium for visually configuring and generating WEB application Download PDF

Info

Publication number
CN110609681A
CN110609681A CN201810613193.6A CN201810613193A CN110609681A CN 110609681 A CN110609681 A CN 110609681A CN 201810613193 A CN201810613193 A CN 201810613193A CN 110609681 A CN110609681 A CN 110609681A
Authority
CN
China
Prior art keywords
display
template
interface
configuration
web application
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
CN201810613193.6A
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 Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201810613193.6A priority Critical patent/CN110609681A/en
Publication of CN110609681A publication Critical patent/CN110609681A/en
Pending legal-status Critical Current

Links

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
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a system, a method, equipment and a medium for visually configuring and generating WEB application, wherein the system comprises a visual configuration module, a database and a server, the server comprises a WEB template, the WEB template comprises a template display interface and template logic, and the template display interface comprises display data; the visual configuration module is used for reading the server to obtain the template display interface, obtaining configuration data as display data to generate a configuration interface and sending the configuration interface to the database; the server is used for reading the database to obtain a configuration interface and calling the template logic according to the configuration interface to generate the WEB application. The system for visually configuring and generating the WEB application realizes the configurability of the WEB application and further realizes that the same WEB template automatically generates a plurality of corresponding different WEB applications through different configuration data, thereby reducing the repeated development work of similar WEB applications and improving the working efficiency.

Description

System, method, device and medium for visually configuring and generating WEB application
Technical Field
The invention relates to the field of data processing, in particular to a system, a method, equipment and a medium for visually configuring and generating WEB application.
Background
In actual development of WEB (global wide area network) application, firstly, the requirements of product and operation are acquired, the implementation of the application is planned, then developers finish writing codes, then the product and the operation experience various code functions of the WEB application, a test engineer finishes testing the codes, and finally the WEB application is realized to be on-line.
Generally, development of WEB applications needs to complete a development process for each independent requirement, and due to the fact that multiple links such as requirement analysis, code compiling, experience feedback, software testing and the like are involved, the realization of each WEB application needs to pass through the processes of requirement, construction, development, experience, testing and online, the realization of each application consumes more time, the project development efficiency is low, although a lot of commonalities exist among some WEB applications, independent development processes are needed, the repeated workload is large, the WEB applications need to be developed by technicians and then fed back to users, and the users cannot independently build required WEB application programs.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a system, a method, equipment and a medium for visually configuring and generating WEB application, aiming at overcoming the defects of long development time, low efficiency and repeated work of similar WEB applications in the prior art.
The invention solves the technical problems through the following technical scheme:
a system for visually configuring and generating WEB applications comprises a visual configuration module, a database and a server, wherein the server comprises a WEB template, the WEB template comprises a template display interface and template logic, the template display interface comprises display data, and the template logic is used for taking the display data as parameter variables and configuring processing logic for generating the WEB applications by using the parameter variables and the template display interface;
the visual configuration module is used for reading the server to obtain the template display interface, obtaining configuration data as the display data to generate a configuration interface corresponding to the template display interface and sending the configuration interface to the database; the database is used for storing the configuration interface; and the server is used for reading the database to obtain the configuration interface and calling the template logic according to the configuration interface to generate the WEB application.
Preferably, the template display interface includes a plurality of display components, each of the display components includes a component ID (identification number), the plurality of display components are used to display the display data, the visualization configuration module is further configured to obtain the component ID according to the template display interface and generate the configuration interface, the configuration interface includes a plurality of display options, the display options are used to obtain the configuration data, and each display option corresponds to at least one component ID.
Preferably, the display option includes a switch setting, and the display component is configured to display the display data when the switch setting is on and hide the display data when the switch setting is off.
Preferably, the WEB template further includes a display layout of the display component, and the display component displays according to the display layout.
Preferably, the visualization configuration module is further configured to preview the configuration interface after the configuration interface is generated.
A method for visually configuring and generating a WEB application comprises the following steps:
generating a WEB template, wherein the WEB template comprises a template display interface and template logic, the template display interface comprises display data, and the template logic is used for taking the display data as parameter variables and configuring processing logic for generating WEB application by using the parameter variables and the template display interface;
acquiring the template display interface and acquiring configuration data as the display data to generate a configuration interface corresponding to the template display interface;
sending the configuration interface to a database, wherein the database is used for storing the configuration interface;
and reading the database to obtain the configuration interface, and calling the template logic according to the configuration interface to generate the WEB application.
Preferably, the template display interface includes a plurality of display components, the display components include component IDs, and the plurality of display components are all used for displaying the display data;
the steps of obtaining the template display interface and obtaining configuration data as the display data to generate a configuration interface corresponding to the template display interface include:
and acquiring the component ID according to the template display interface, and generating the configuration interface, wherein the configuration interface comprises a plurality of display options, the display options are used for acquiring the configuration data, and each display option at least corresponds to one component ID.
Preferably, the display option includes a switch setting, and the display component is configured to display the display data when the switch setting is on and hide the display data when the switch setting is off.
Preferably, the WEB template further includes a display layout of the display component, and the display component displays according to the display layout.
Preferably, the method for generating a WEB application by visual configuration further includes:
and previewing the configuration interface after the configuration interface is generated.
An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method for visually configuring a WEB application as described above when executing the computer program.
A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of visually configuring a generated WEB application as described above.
The positive progress effects of the invention are as follows: the system for visually configuring and generating the WEB application divides the WEB template into a template display interface and a template logic part, edits display data displayed on the template display interface through the visual configuration interface, stores the edited configuration data in the database, obtains the configuration interface from the database through the server, and generates the WEB application according to the configuration interface and the template logic, thereby realizing the configurability of the WEB application, further realizing that the same WEB template can automatically generate a plurality of corresponding different WEB applications through different configuration data, further reducing the repeated development work of similar WEB applications and improving the working efficiency.
Drawings
Fig. 1 is a schematic block diagram of a system for generating a WEB application by using a visualization configuration according to embodiment 1 of the present invention.
Fig. 2 is a functional schematic diagram of a system for generating a WEB application by using a visualization configuration according to embodiment 1 of the present invention.
Fig. 3 is a schematic diagram of a configuration interface and a preview interface in embodiment 1 of the present invention.
Fig. 4 is a flowchart of a method for generating a WEB application by using a visualization configuration according to embodiment 2 of the present invention.
Fig. 5 is a schematic structural diagram of an electronic device according to embodiment 3 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Example 1
The embodiment provides a system for visually configuring and generating a WEB application, as shown in fig. 1, the system for visually configuring and generating a WEB application includes a visual configuration module 1, a database 2, and a server 3.
The server 3 includes a WEB template 31, the WEB template 31 includes a template display interface 311 and a template logic 312, the template display interface 311 includes display data, and the template logic 312 is configured to use the display data as a parameter variable and configure a processing logic for generating a WEB application using the parameter variable and the template display interface.
The visualization configuration module 1 is configured to read the server 3 to obtain the template display interface 311, obtain configuration data as display data, generate a configuration interface corresponding to the template display interface 311, and send the configuration interface to the database 2, where the database 2 is configured to store the configuration interface; the server 3 is used for reading the database 2 to obtain a configuration interface, and calling template logic according to the configuration interface to generate a WEB application. The server 3 accesses the database 2 and can also add, modify, delete and query the configuration data stored in the database 2 by the user.
The template display interface 311 includes a plurality of display components 3111, the display components include component IDs, the plurality of display components 3111 are all used for displaying display data, the visualization configuration module 1 obtains the component IDs according to the template display interface 311 and generates a configuration interface, the configuration interface includes a plurality of display options, the display options are used for obtaining configuration data, and each display option corresponds to at least one component ID. The WEB template 31 further includes a display layout of the display component 3111, and the display component 3111 displays according to the display layout. The visualization configuration module 1 is further configured to generate a preview interface after the configuration interface is generated so as to preview the configuration interface, and the preview interface is displayed according to the display layout of the display component in the WEB template.
The display options include a switch setting, the display component for displaying the display data when the switch setting is on, the display component for hiding the display data when the switch setting is off. And the user can flexibly configure the required configuration data according to the actual requirement.
The template display interface 311 is a general-purpose program template, and in this embodiment, the general-purpose program template is composed of HTML (hypertext markup language), CSS (cascading style sheet), and JavaScript (an interpreted scripting language that can be parsed by a browser).
The functional principle of the system for visually configuring and generating the WEB application is shown in fig. 2, and a user configures different configuration information for the same WEB template to finally generate different WEB applications correspondingly. For example, the user configures the configuration information 1-N, and the corresponding WEB applications 1-N are finally generated. By converting the development of a type of WEB application with commonality into the development of a general template file and the setting of configuration information, the availability and reusability of programs are obviously improved.
The visual configuration module 1 provides a GUI (graphical user interface) page for operation to a user, so as to facilitate configuration operation of the user, and resources for uploading configuration data through the GUI page, as shown in fig. 2, the user can select configuration information to configure display data through the GUI page of the visual configuration module 1, for example, the current user selects the configuration information 1 to configure, the configuration information 1 includes, for example, pictures, schemes, or sets application promotion options, the application promotion options include, for example, information such as a prize pool, a coupon, and the like, dynamically generate user configuration data and generate a configuration interface with a corresponding WEB template to be stored in the database 2, the visual configuration module 1 is further configured to request the server 3 to parse the configuration template, after the server 3 receives a message sent by the visual configuration module to request the server to parse the template, the server 3 obtains the corresponding configuration interface from the database 2, analyzing the configuration data in the configuration interface as the variables of the parameters in the WEB template 31, assigning values between the configuration data and the variables according to rules corresponding to the preset configuration data and the variables, for example, analyzing the configuration data to obtain m values, correspondingly replacing the values in the variables 1-m respectively to complete the assignment of the variables 1-m, and finally generating the customized corresponding WEB application. Different configuration information is transmitted into a program template file, and a plurality of WEB applications with similar functions and independent functions can be simultaneously generated through the operation of a visual configuration module, a server and a database.
Fig. 3 shows a schematic diagram of a configuration interface 11 in a GUI page provided by the visualization configuration module 1 for a user to operate, the user may perform configuration operation through the configuration interface 11, the configuration interface 11 in this embodiment includes a plurality of display options, such as a title, an activity name, an activity type, a selection skin, a background picture, a carousel atmosphere map, a commodity map 1, a commodity map 2, a document 1, a document 2, and the like, each display option is used to obtain each configuration data, such as a title that can be used to edit text information of the title, and a background picture that can be used to configure a picture for background display. After the configuration of each display option is completed, the visualization configuration module 1 may further generate a preview interface 12 to pre-display the configuration effect, where the preview interface 12 may display all display components in a page-wise manner, and the preview interface 12 in fig. 3 only displays part of the display components in an exemplary manner. The user can preview the effect picture in advance and adjust the effect picture in time so as to improve the configuration efficiency.
After user requirements are obtained, whether products related to the requirements have similar characteristics or not is analyzed, a scheme of unified logic development and WEB template configuration is formulated for the products with similar structures and functions, development work of a universal program WEB template is completed, and a user customizes configuration data in a system through a visual configuration module according to actual requirements, generates required WEB applications and submits the WEB applications to an online use.
The commonality among the WEB application programs is fully utilized, so that the development time for developing a plurality of similar WEB applications is greatly reduced, the workload of repeated development of developers is reduced, the process of directly constructing the required WEB applications by users is realized in a real sense, the participation of technical personnel is not needed, and the WEB application program has higher practical value.
The visualization operation of completing the configuration greatly reduces the difficulty of using the user, does not need any technical background and knowledge, and can generate the WEB application only by completing the conventional configuration according to the requirement.
The system for visually configuring and generating the WEB application divides the WEB template into two parts, namely a template display interface and a template logic, edits display data displayed on the template display interface through the visual configuration interface, saves the edited configuration data in the database, obtains the configuration interface from the database through the server, and generates the WEB application according to the configuration interface and the template logic, so that the configurability of the WEB application is realized, and further, one WEB template can automatically generate a plurality of corresponding different WEB applications through different configuration data, thereby reducing the repeated development work of similar WEB applications and improving the work efficiency.
Example 2
The embodiment provides a method for generating a WEB application through visual configuration, and as shown in fig. 4, the method for generating a WEB application through visual configuration includes:
step 201: and generating a WEB template, wherein the WEB template comprises a template display interface and template logic, the template display interface comprises display data, and the template logic is used for taking the display data as parameter variables and configuring processing logic for generating WEB application by using the parameter variables and the template display interface.
After the operation obtains the user requirements, whether products related to the requirements have similar characteristics or not is analyzed, and for the products with similar structures and functions, a scheme of unified logic development and WEB template configuration is formulated and submitted to research and development personnel to complete the development work of the WEB template of the general program. And all WEB applications with structural and functional similarity can use the uniform configurable WEB template.
Step 202: and acquiring a template display interface and acquiring configuration data as display data to generate a configuration interface corresponding to the template display interface.
The user can design a display library to be configured according to own requirements, then select data to be configured from the display library according to the data content required to be displayed on the template display interface to obtain configuration data, and generate a corresponding configuration interface according to the template display interface and the configuration data.
Step 203: and previewing the configuration interface after the configuration interface is generated.
The WEB template further comprises a display layout of the display component, and the display component displays according to the display layout. The configuration interface is also displayed according to the display layout of the WEB template to show the effect.
The user can preview the effect diagram of the configuration interface in advance, adjustment can be conveniently carried out according to the effect, time delay caused by adjustment after the WEB application is generated at last is avoided, operation time is saved, and operation efficiency is improved.
Step 204: and sending the configuration interface to a database, wherein the database is used for storing the configuration interface.
The user can save the configuration interface corresponding to different configuration data configured for multiple times through the database so as to be conveniently applied in the subsequent steps.
Step 205: and reading the database to obtain a configuration interface, and calling template logic according to the configuration interface to generate WEB application.
The template display interface comprises a plurality of display components, each display component comprises a component ID, and the display components are all used for displaying display data; and acquiring the component ID according to the template display interface, and generating a configuration interface, wherein the configuration interface comprises a plurality of display options, the display options are used for acquiring configuration data, and each display option at least corresponds to one component ID.
The display options include a switch setting, the display component is used for displaying the display data when the switch setting is on, and the display component is used for hiding the display data when the switch setting is off.
The method for visually configuring and generating the WEB application in this embodiment is implemented by the system for visually configuring and generating the WEB application in embodiment 1, and the method for visually configuring and generating the WEB application has a functional principle that a WEB template is first generated and stored in a server, a visual configuration module reads the WEB template in the server, a user can configure different configuration information for the same WEB template through the visual configuration module, different configuration interfaces are correspondingly obtained and stored in a database, and the server correspondingly generates different WEB applications by reading the different configuration interfaces.
For example, the users respectively configure the information 1-N, and finally correspondingly and respectively generate the WEB applications 1-N. The visual configuration module provides a GUI page for operation for a user, configuration operation of the user is facilitated, resources of configuration data can be uploaded through the GUI page, the user selects configuration information to configure display data through the GUI page of the visual configuration module, for example, the current user selects the configuration information to configure, the configuration information comprises pictures and schemes, or application promotion options are set, the application promotion options comprise information such as a prize pool and a coupon, user configuration data are dynamically generated and a configuration interface is generated with a corresponding WEB template and stored in a database, the visual configuration module requests the server to analyze the configuration template, after the server receives a message which is sent by the visual configuration module and requests the server to analyze the template, the server obtains the corresponding configuration interface from the database, analyzes the configuration data in the configuration interface and uses the configuration data as variables of parameters in the WEB template, assigning values between the configuration data and the variables according to rules corresponding to the preset configuration data and the variables, for example, analyzing the configuration data to obtain m numerical values, correspondingly replacing the values in the variables 1-m, completing the assignment of the variables 1-m, and finally generating the corresponding WEB application. Different configuration information is transmitted to the same program template file, and a plurality of WEB applications with similar functions and independent functions can be simultaneously generated through the operation of a visual configuration module, a server and a database.
A user can perform configuration operation through a configuration interface, the configuration interface in this embodiment includes a plurality of display options, such as a title, an activity name, an activity type, a selection skin, a background picture, a carousel atmosphere, a product diagram 1, a product diagram 2, a scrip 1, a scrip 2, and the like, each display option is used to acquire each configuration data, for example, the title may be used to edit text information of the title, and the background picture may be used to configure a picture for background display. After all the display options are configured, the visual configuration module can also generate a preview interface to pre-display the configuration effect, and the preview interface can display all the display components in a page mode, so that a user can preview an effect picture in advance and adjust the effect picture in time, and the configuration efficiency is improved.
In practical application, a user can set different configuration data according to different requirements, correspondingly generate configuration interfaces with different effects, and further correspondingly generate WEB applications with different effects according to different configuration interfaces. According to actual requirements, a user customizes configuration data in the system through a visual configuration module, generates a required WEB application and submits the WEB application to an online use.
The commonality among the WEB application programs is fully utilized, so that the development time for developing a plurality of similar WEB applications is greatly reduced, the workload of repeated development of developers is reduced, the process of directly constructing the required WEB applications by users is realized in a real sense, the participation of technical personnel is not needed, and the WEB application program has higher practical value.
The visualization operation of completing the configuration greatly reduces the difficulty of using the user, does not need any technical background and knowledge, and can generate the WEB application only by completing the conventional configuration according to the requirement.
According to the method for visually configuring and generating the WEB application, the WEB template is divided into two parts, namely the template display interface and the template logic, the display data displayed on the template display interface is edited through the visual configuration interface, the edited configuration data is stored in the database, the configuration interface is obtained from the database through the server, the WEB application is generated according to the configuration interface and the template logic, the configurability of the WEB application is realized, and further, one WEB template can automatically generate multiple corresponding different WEB applications through multiple groups of different configuration data, so that the repeated development work of similar WEB applications is reduced, and the work efficiency is improved.
Example 3
Fig. 5 is a schematic structural diagram of an electronic device provided in this embodiment. The electronic device includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and the processor implements the method for generating a WEB application by using a visualization configuration according to embodiment 2 when executing the program. The electronic device 40 shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiment of the present invention.
As shown in fig. 5, the electronic device 40 may be embodied in the form of a general purpose computing device, which may be, for example, a server device. The components of electronic device 40 may include, but are not limited to: the at least one processor 41, the at least one memory 42, and a bus 43 connecting the various system components (including the memory 42 and the processor 41).
The bus 43 includes a data bus, an address bus, and a control bus.
The memory 42 may include volatile memory, such as Random Access Memory (RAM)421 and/or cache memory 422, and may further include Read Only Memory (ROM) 423.
Memory 42 may also include a program/utility 425 having a set (at least one) of program modules 424, such program modules 424 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
The processor 41 executes various functional applications and data processing by running a computer program stored in the memory 42, for example, a method for generating a WEB application by a visualization configuration provided in embodiment 2 of the present invention.
The electronic device 40 may also communicate with one or more external devices 44 (e.g., keyboard, pointing device, etc.). Such communication may be through an input/output (I/O) interface 45. Also, model-generating device 40 may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) via network adapter 46. As shown, the network adapter 46 communicates with the other modules of the model-generated device 40 over a bus 43. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the model-generating device 40, including but not limited to: microcode, device drivers, redundant processors, external disk drive arrays, RAID (disk array) systems, tape drives, and data backup storage systems, etc.
It should be noted that although in the above detailed description several units/modules or sub-units/modules of the electronic device are mentioned, such a division is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the units/modules described above may be embodied in one unit/module according to embodiments of the invention. Conversely, the features and functions of one unit/module described above may be further divided into embodiments by a plurality of units/modules.
Example 4
The present embodiment provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the method for generating a WEB application by visual configuration provided in embodiment 2.
More specific examples, among others, that the readable storage medium may employ may include, but are not limited to: a portable disk, a hard disk, random access memory, read only memory, erasable programmable read only memory, optical storage device, magnetic storage device, or any suitable combination of the foregoing.
In a possible implementation manner, the present invention can also be implemented in a form of a program product, which includes program code for causing a terminal device to execute steps in a method for generating a WEB application by using a visualization configuration as described in embodiment 2 when the program product runs on the terminal device.
Where program code for carrying out the invention is written in any combination of one or more programming languages, the program code may be executed entirely on the user device, partly on the user device, as a stand-alone software package, partly on the user device and partly on a remote device or entirely on the remote device.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that this is by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (12)

1. The system for visually configuring and generating the WEB application is characterized by comprising a visual configuration module, a database and a server, wherein the server comprises a WEB template, the WEB template comprises a template display interface and template logic, the template display interface comprises display data, and the template logic is used for taking the display data as parameter variables and configuring processing logic for generating the WEB application by using the parameter variables and the template display interface;
the visual configuration module is used for reading the server to obtain the template display interface, obtaining configuration data as the display data to generate a configuration interface corresponding to the template display interface and sending the configuration interface to the database; the database is used for storing the configuration interface; and the server is used for reading the database to obtain the configuration interface and calling the template logic according to the configuration interface to generate the WEB application.
2. The system for visually configuring and generating a WEB application according to claim 1, wherein the template display interface includes a plurality of display components, each of the display components includes a component ID, the plurality of display components are configured to display the display data, the visual configuration module is further configured to obtain the component ID according to the template display interface, and generate the configuration interface, the configuration interface includes a plurality of display options, the display options are configured to obtain the configuration data, and each display option corresponds to at least one of the component IDs.
3. The system for visually configuring a generated WEB application of claim 2 wherein the display options include a switch setting, the display component for displaying the display data when the switch setting is on and hiding the display data when the switch setting is off.
4. The system for visually configuring and generating a WEB application according to claim 2, wherein the WEB template further comprises a display layout of the display component, and the display component displays according to the display layout.
5. The system for visually configuring a generated WEB application of claim 1, wherein the visual configuration module is further configured to preview the configuration interface after the configuration interface is generated.
6. A method for visually configuring and generating a WEB application is characterized by comprising the following steps:
generating a WEB template, wherein the WEB template comprises a template display interface and template logic, the template display interface comprises display data, and the template logic is used for taking the display data as parameter variables and configuring processing logic for generating WEB application by using the parameter variables and the template display interface;
acquiring the template display interface and acquiring configuration data as the display data to generate a configuration interface corresponding to the template display interface;
sending the configuration interface to a database, wherein the database is used for storing the configuration interface;
and reading the database to obtain the configuration interface, and calling the template logic according to the configuration interface to generate the WEB application.
7. The method for visually configuring and generating a WEB application according to claim 6, wherein the template display interface includes a plurality of display components, the display components include component IDs, and the plurality of display components are used for displaying the display data;
the steps of obtaining the template display interface and obtaining configuration data as the display data to generate a configuration interface corresponding to the template display interface include:
and acquiring the component ID according to the template display interface, and generating the configuration interface, wherein the configuration interface comprises a plurality of display options, the display options are used for acquiring the configuration data, and each display option at least corresponds to one component ID.
8. The method for visually configuring a WEB application according to claim 7, wherein the display option includes a switch setting, and the display component is configured to display the display data when the switch setting is on and hide the display data when the switch setting is off.
9. The method for visually configuring and generating a WEB application according to claim 6, wherein the WEB template further includes a display layout of the display component, and the display component displays according to the display layout.
10. The method for visually configuring and generating a WEB application according to claim 6, wherein the method for visually configuring and generating a WEB application further comprises:
and previewing the configuration interface after the configuration interface is generated.
11. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of visually configuring a WEB application according to any of claims 6 to 10 when executing the computer program.
12. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for visually configuring a generated WEB application according to any of claims 6 to 10.
CN201810613193.6A 2018-06-14 2018-06-14 System, method, device and medium for visually configuring and generating WEB application Pending CN110609681A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810613193.6A CN110609681A (en) 2018-06-14 2018-06-14 System, method, device and medium for visually configuring and generating WEB application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810613193.6A CN110609681A (en) 2018-06-14 2018-06-14 System, method, device and medium for visually configuring and generating WEB application

Publications (1)

Publication Number Publication Date
CN110609681A true CN110609681A (en) 2019-12-24

Family

ID=68887886

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810613193.6A Pending CN110609681A (en) 2018-06-14 2018-06-14 System, method, device and medium for visually configuring and generating WEB application

Country Status (1)

Country Link
CN (1) CN110609681A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111634771A (en) * 2020-06-15 2020-09-08 上海三菱电梯有限公司 Generation method and generation maintenance system for target floor registration interface of elevator landing
CN111796819A (en) * 2020-05-19 2020-10-20 北京三快在线科技有限公司 Applet interface generation method and device, electronic equipment and readable storage medium
CN112052029A (en) * 2020-08-20 2020-12-08 厦门亿联网络技术股份有限公司 Configuration method and system of USB device management software and computer device
CN112328247A (en) * 2020-11-06 2021-02-05 广州朗国电子科技有限公司 Method for quickly customizing software application interface
CN112783869A (en) * 2021-02-27 2021-05-11 中电万维信息技术有限责任公司 Big data visualization modeling and result display based method
CN113806425A (en) * 2021-09-24 2021-12-17 广东博华超高清创新中心有限公司 Web application interface visualization implementation method, system, equipment and application
CN114185632A (en) * 2021-12-07 2022-03-15 建信金融科技有限责任公司 Page configuration method, device, computer equipment, medium and program product
CN115087951A (en) * 2020-02-12 2022-09-20 三菱电机株式会社 Screen data creation program, screen data creation device, and screen data creation method
CN115334064A (en) * 2022-07-26 2022-11-11 广州通则康威智能科技有限公司 Configuration system generation method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060236254A1 (en) * 2005-04-18 2006-10-19 Daniel Mateescu System and method for automated building of component based applications for visualizing complex data structures
CN101799754A (en) * 2009-12-17 2010-08-11 中国电力科学研究院 Method and system for developing web application
CN102270125A (en) * 2010-06-04 2011-12-07 中兴通讯股份有限公司 Device and method for developing Web application
US20140059517A1 (en) * 2012-08-23 2014-02-27 Cognizant Technology Solutions India Pvt. Ltd. Method and system for facilitating rapid development of end-to-end software applications
CN104636139A (en) * 2015-01-26 2015-05-20 北京邮电大学 Visualized cross-platform mobile application development and generation system
US20170228447A1 (en) * 2016-02-05 2017-08-10 Accenture Global Solutions Limited Integrated developer workflow for data visualization development

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060236254A1 (en) * 2005-04-18 2006-10-19 Daniel Mateescu System and method for automated building of component based applications for visualizing complex data structures
CN101799754A (en) * 2009-12-17 2010-08-11 中国电力科学研究院 Method and system for developing web application
CN102270125A (en) * 2010-06-04 2011-12-07 中兴通讯股份有限公司 Device and method for developing Web application
US20140059517A1 (en) * 2012-08-23 2014-02-27 Cognizant Technology Solutions India Pvt. Ltd. Method and system for facilitating rapid development of end-to-end software applications
CN104636139A (en) * 2015-01-26 2015-05-20 北京邮电大学 Visualized cross-platform mobile application development and generation system
US20170228447A1 (en) * 2016-02-05 2017-08-10 Accenture Global Solutions Limited Integrated developer workflow for data visualization development

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115087951A (en) * 2020-02-12 2022-09-20 三菱电机株式会社 Screen data creation program, screen data creation device, and screen data creation method
CN111796819A (en) * 2020-05-19 2020-10-20 北京三快在线科技有限公司 Applet interface generation method and device, electronic equipment and readable storage medium
CN111634771A (en) * 2020-06-15 2020-09-08 上海三菱电梯有限公司 Generation method and generation maintenance system for target floor registration interface of elevator landing
CN111634771B (en) * 2020-06-15 2022-06-21 上海三菱电梯有限公司 Generation method and generation maintenance system for target floor registration interface of elevator landing
CN112052029A (en) * 2020-08-20 2020-12-08 厦门亿联网络技术股份有限公司 Configuration method and system of USB device management software and computer device
CN112328247A (en) * 2020-11-06 2021-02-05 广州朗国电子科技有限公司 Method for quickly customizing software application interface
CN112328247B (en) * 2020-11-06 2024-05-03 广州朗国电子科技股份有限公司 Method for quickly customizing software application interface
CN112783869A (en) * 2021-02-27 2021-05-11 中电万维信息技术有限责任公司 Big data visualization modeling and result display based method
CN113806425A (en) * 2021-09-24 2021-12-17 广东博华超高清创新中心有限公司 Web application interface visualization implementation method, system, equipment and application
CN114185632A (en) * 2021-12-07 2022-03-15 建信金融科技有限责任公司 Page configuration method, device, computer equipment, medium and program product
CN114185632B (en) * 2021-12-07 2023-06-02 建信金融科技有限责任公司 Page configuration method, page configuration device, computer equipment, medium and program product
CN115334064A (en) * 2022-07-26 2022-11-11 广州通则康威智能科技有限公司 Configuration system generation method and device

Similar Documents

Publication Publication Date Title
CN110609681A (en) System, method, device and medium for visually configuring and generating WEB application
CN110781423A (en) Webpage generation method and device and electronic equipment
CN111079047B (en) Web-oriented page construction system
CN115617327A (en) Low code page building system, method and computer readable storage medium
US11126938B2 (en) Targeted data element detection for crowd sourced projects with machine learning
CN111177618A (en) Website building method, device, equipment and computer readable storage medium
US20170031882A1 (en) Web Page Profiler
CN112558967A (en) Page automatic generation method and device, electronic equipment and storage medium
CN111651966A (en) Data report file generation method and device and electronic equipment
CN111444171B (en) Method, device and storage medium for generating value-added tax payment statement
CN114564199A (en) Method, device and equipment for generating use page and readable storage medium
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and storage medium
CN113378346A (en) Method and device for model simulation
CN111324332A (en) Big data task processing method and system, electronic device and storage medium
CN113296759B (en) User interface processing method, user interface processing system, device and storage medium
CN114820883A (en) Poster generation method, poster generation system, electronic device and storage medium
CN113849257A (en) Page processing method, device, medium and electronic equipment
CN114047999A (en) Page configuration method, system, electronic equipment and storage medium
CN107220045B (en) Station building method, device, equipment and storage medium based on artificial intelligence
CN113253991A (en) Task visualization processing method and device, electronic equipment and storage medium
CN104217018A (en) Method and device for processing operation data
CN113849418B (en) Code quality debugging method, server, user equipment and storage medium
US11762874B2 (en) Interactive workflow for data analytics
CN102193955B (en) Method and device for generating Facelets page
CN116414443A (en) Method, system, electronic device and medium for generating display object in webpage

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