CN114706579A - Page development method, device, server and storage medium - Google Patents

Page development method, device, server and storage medium Download PDF

Info

Publication number
CN114706579A
CN114706579A CN202210314190.9A CN202210314190A CN114706579A CN 114706579 A CN114706579 A CN 114706579A CN 202210314190 A CN202210314190 A CN 202210314190A CN 114706579 A CN114706579 A CN 114706579A
Authority
CN
China
Prior art keywords
page
development
requirements
target page
service
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
CN202210314190.9A
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 Wodong Tianjun Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Wodong Tianjun Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN202210314190.9A priority Critical patent/CN114706579A/en
Publication of CN114706579A publication Critical patent/CN114706579A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Abstract

The embodiment of the invention discloses a page development method, a page development device, a server and a storage medium. The method comprises the following steps: creating a page to be developed according to page requirements, wherein the page requirements are requirements of page users on functions of a target page; processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes; and issuing the target page. According to the technical scheme, different development tools are flexibly adopted according to page requirements, rich template materials can be introduced by a rich text editor, and online integrated development environments can be used for developers to conveniently edit codes online, so that the diversity requirements of page function development are met, and the development efficiency is improved.

Description

Page development method, device, server and storage medium
Technical Field
The embodiment of the invention relates to the technical field of webpage development, in particular to a webpage development method, a webpage development device, a server and a storage medium.
Background
The rich text platform is a webpage making tool used in the webpage development process and provided for products and operations, and can be used for simply making pages such as product introduction, protocol documents, system update logs and the like. With the continuous development of network technology, business scenes butted by front-end teams have different rules and styles, particularly, under the conditions of holidays, geographical position changes, irregular activities and the like, pages need to be changed and updated continuously, product managers need to comb development requirements, then the requirements and communication of developers are provided, and the developers can finally realize the page publishing and online through complex processes such as development, testing and the like.
In the process of implementing the invention, at least the following technical problems are found in the prior art: the rich text platform only supports simple page development, cannot support flexible and variable service scenes, needs to continuously invest communication cost and occupy resources such as research and development, testing and the like in large quantity, does not support secondary coding of page contents and multiplexing of existing elements, and is low in development efficiency.
Disclosure of Invention
The invention provides a page development method, a page development device, a server and a storage medium, which are used for realizing flexible development of different page requirements and improving the page development efficiency.
In a first aspect, an embodiment of the present invention provides a page development method, including:
creating a page to be developed according to page requirements, wherein the page requirements are requirements of page users on functions of a target page;
processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes;
and issuing the target page.
Optionally, the page requirements include a first type of requirements related to the template material; the development tool comprises the rich text editor;
the processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page comprises the following steps: and according to the first type of requirements, obtaining template materials in a template library through a material service, and editing the page to be developed based on the template materials through a rich text editor to obtain the target page.
Optionally, the page requirement includes a second type requirement related to the code; the development tool comprises the online integrated development environment;
the processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page comprises the following steps: and according to the second type of requirements, obtaining a scaffold tool through a compiling service, and compiling the page to be developed based on the scaffold tool and the codes through an online integrated development environment to obtain the target page.
Optionally, the page requirements include a first type of requirements related to the template material and a second type of requirements related to the code; the development tool comprises the rich text editor and the online integrated development environment;
the processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page comprises the following steps: according to the first type of requirements, obtaining template materials in a template library through a material service, and editing the page to be developed based on the template materials through a rich text editor; and according to the second type of requirements, obtaining a scaffold tool through a compiling service, and compiling the edited page to be developed based on the scaffold tool and the codes through an online integrated development environment to obtain the target page.
Optionally, the method further includes:
and monitoring and recording at least one of the life cycle, the operation authority, the development statistical data, the version information and the operation log of the target page in real time through a management service.
Optionally, the method further includes:
and performing data embedding on the target page through data service, and performing visual display on a statistical result of the embedded points.
Optionally, before the publishing the target page, the method further includes: constructing an open platform through a client software development toolkit service;
the publishing the target page includes:
splitting the application in the target page into a plurality of sub-applications through a micro front-end service;
and packaging each sub-application based on the interface of the open platform and then issuing the sub-application to a calling party.
Optionally, the method further includes:
registering and authenticating a calling party and establishing connection with the calling party through an interface of an open platform;
receiving a calling request of the calling party to the target page;
transmitting the target page to the caller according to the calling request so that the caller can check the target page;
wherein the Call request adopts a Hyper Text Transfer Protocol (HTTP) and/or a Remote Procedure Call (RPC) framework Protocol.
Optionally, before receiving the call request of the caller to the target page, the method further includes:
acquiring an interface description file corresponding to an interface of the open platform, and converting the interface description file into a remote procedure call file based on a remote procedure call framework protocol;
analyzing the remote procedure call file to start and monitor interface service according to the interface;
and registering the interface service in a route registration center through a service management agent service to obtain a route for the calling party to send a calling request, wherein a target interface of the route is an interface of the open platform.
Optionally, the method further includes: converting the target page into a set language file through a rich text protocol;
the set language file comprises at least one of a hypertext markup language file, a cascading style sheet file and a Javascript language file.
Optionally, the method further includes:
respectively storing and updating the component states of the target page in real time from the dimensions of a basic configuration layer, an assembly layer and a generation layer through a state management library;
wherein the base configuration layer comprises the rich text editor and the online integrated development environment;
the assembly layer comprises the template library and a scaffold tool;
the generation layer comprises a set language file corresponding to the target page.
Optionally, the template material comprises a component template and a page template
In a second aspect, an embodiment of the present invention further provides a page development apparatus, including:
the system comprises a creating module, a searching module and a display module, wherein the creating module is used for creating a page to be developed according to page requirements, and the page requirements are requirements of page users on functions of a target page;
the processing module is used for processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes;
and the publishing module is used for publishing the target page.
In a third aspect, an embodiment of the present invention further provides a server, including:
one or more processors;
storage means for storing one or more programs;
the one or more programs are executed by the one or more processors, so that the one or more processors implement the page development method provided by the embodiment of the invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the page development method provided in the embodiment of the present invention.
The embodiment of the invention provides a page development method, a page development device, a server and a storage medium, wherein a page to be developed is created according to a page requirement, and the page requirement is the requirement of a page user on the function of a target page; then processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes; and finally, releasing the target page. According to the embodiment, different development tools are flexibly adopted according to page requirements, rich template materials can be imported by a rich text editor, and online integrated development environments can be used for developers to write codes quickly online, so that the diversity requirements of page function development are met, and the development efficiency is also improved.
Drawings
Fig. 1 is a schematic flowchart of a page development method according to an embodiment;
FIG. 2 is a flowchart of a page development process provided by an embodiment;
FIG. 3 is a diagram illustrating a rich text platform-based implementation of page development according to an embodiment;
FIG. 4 is a diagram illustrating a page development architecture according to an embodiment;
FIG. 5 is a diagram of a remote procedure call framework, according to an embodiment;
FIG. 6 is a diagram illustrating a global state management performed by a state management library according to an embodiment;
fig. 7 is a schematic structural diagram of a page development apparatus according to an embodiment of the present invention;
fig. 8 is a schematic structural diagram of a server according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently or simultaneously. In addition, the order of the operations may be re-arranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like. In addition, the embodiments and features of the embodiments in the present invention may be combined with each other without conflict.
The term "include" and variations thereof as used herein are intended to be open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment".
It should be noted that the terms "first", "second", etc. mentioned in the present invention are only used for distinguishing the corresponding contents, and are not used for limiting the order or interdependence relationship.
It is noted that references to "a", "an", and "the" modifications in the present invention are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that reference to "one or more" unless the context clearly dictates otherwise.
Fig. 1 is a schematic flowchart of a page development method according to an embodiment. The method can be applied to the condition of developing pages, such as developing related pages for a specified website or developing related pages for application software. The method can be executed by a page development device, wherein the device can be realized by software and/or hardware and is generally integrated on a server, the server serves as a page developer and a server to publish the developed page, and a page user (such as a client or a third party and the like) can access the page and use the functions of the page.
As shown in fig. 1, the page development method provided in this embodiment includes the following steps:
s110, creating a page to be developed according to page requirements, wherein the page requirements are requirements of page users on functions of the target page.
In this embodiment, the target page is a developed page, and may be a web page (such as a website home page, a directory page, a search page, a text page, or the like), a software page (such as a login page, a chat page, a game page, or the like), or a browser page (such as a setting page, a download page, or a favorite page of a browser), and the target page may be a static page or a dynamic page. The target page has certain functions to meet the requirements of users, such as news content display, music playing control, account login, jumping from the current page to a specified link and the like, and different functions mean that page users have different page requirements.
The page requirements may include one or more requirements. For example, for an application of a shopping-like platform, page requirements may include: supporting a user to log in an application program by using an account and a password; looking up or searching for service providers through keywords; showing collaboratable or searched service providers through a list; displaying introduction information and contact information of the service providers in a detail page of each service provider; providing a window for a session with a facilitator; support the user to pay the facilitator and generate an order, etc. The page requirements may be stored in the descriptive document in the form of text, graphics, diagrams, and/or code, among others. For multiple requirements, one target page may be developed to meet the requirements, or multiple target pages may be developed to meet all the requirements. For convenience of description, the following embodiments are explained taking the development of one page as an example.
In the page development process, a page to be developed is created according to page requirements, the page to be developed may be a blank page or a page with a specified layout, for example, the page to be developed may include headers, footers, title bars, and/or toolbars, and the layouts may be retained or changed in the subsequent development process. Creation may refer to creating a page or opening an existing page.
And S120, processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes.
In this embodiment, different development tools are provided for various page requirements, where the rich text editor is a tool that can be embedded in a browser and used for making a page, such as TinyMC, Ckeditor or UEditor; an online Integrated Development Environment (IDE) is an application program that provides a program Development Environment online, and may be understood as a cloud-based intelligent code editor, such as an Eclipse Che or WebIDE editor, which may be directly run in a browser, generally preset tools such as a code editor, a compiler, a debugger, and a graphical user interface, support multiple programming languages, provide multiple Development plug-ins, such as intelligent prompt, code completion, quality detection, and the like, and integrate an Integrated Development software service suite such as a code compiling function, an analysis function, a compiling function, a debugging function, and the like. In addition, for the rich text editor, a template library may be constructed, where the template library includes template materials, where the template materials refer to various components or elements that may be used in a page, such as text boxes, pictures, controls with specific functions (e.g., jumping, playing, popup, etc.), and the like, and may also be a combination of these components or elements, and the template materials may also be the entire page. On the basis, the template material can be imported into the page to be developed by utilizing a rich text editor, and the code edited by research personnel can be obtained through an online integrated development environment, so that the development of the target page is realized.
For example, for some simpler page requirements, corresponding functions can be provided by combining existing template materials in a template library, and for some more complex page requirements, such as a page with complex animation and a large number of interactions, a developer is generally required to provide a new algorithm, a module or an interface through programming to provide the corresponding functions. In the embodiment, the text box, the picture, the control and/or the page can be stored in the template library as template materials, if the template materials can meet the page requirements, the template materials can be imported into the page to be developed by using a rich text editor, and the development of the target page is realized; otherwise, an online integrated development environment may be used for developers to edit code to achieve development of the target page.
It should be noted that two development tools may also be adopted in the development process of a target page, that is, for a part of page requirements, a rich text editor is used to import these template materials into a page to be developed, and for another part of page requirements, an online integrated development environment is used for developers to edit codes to implement development of the target page. In addition, the imported template materials can be edited secondarily through the online integrated development environment.
And S130, issuing the target page.
Specifically, the target page obtained after the page to be developed is processed by the development tool has corresponding functions, can meet the page requirements, and can be handed over to a user for use through a network or an open platform. For example, for the development of web pages, the target page may be uploaded under a registered server space or domain name; for the development of the application program page, the target page can be packaged in the application program and published through a platform such as an application store. In addition, the target page can be submitted to a caller for joint development, customs audit and the like.
According to the page development method, different development tools are flexibly adopted according to page requirements, and a rich template material can be imported by using a visual rich text editor, so that a developer can efficiently, conveniently and autonomously complete the making, publishing and management of pages in a what you see is what you get mode; the online integrated development environment can also be utilized to provide online coding, cloud code storage and secondary editing capabilities, so that a developer can quickly compile codes online, and more complex development is realized; the development tool can be used independently or cooperatively, when the development tool is used cooperatively, the result edited by the rich text editor can be converted into a code, a code warehouse is automatically generated, a developer directly and remotely pulls the code of the warehouse, and further development is realized on the basis. The method optimizes the page development process, can greatly reduce the communication cost and the demand delivery time, and improves the development efficiency.
In one embodiment, the page requirements include a first type of requirement associated with the template material; the development tool includes a rich text editor; processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page, wherein the processing comprises the following steps: according to the first type of requirements, template materials in the template library are obtained through material services, and the page to be developed is edited through a rich text editor based on the template materials, so that a target page is obtained.
Specifically, the first type of requirements are related to template materials, for the first type of requirements, corresponding functions can be provided by combining the template materials existing in the template library, and a development tool corresponding to the first type of requirements is a rich text editor.
The material service can be understood as a service for collecting or converting elements possibly used for page development into template materials to construct a template library and provide a exporting function, and the rich text editor can export the template materials from the template library and import the template materials into a page to be developed. A page usually consists of multiple components (e.g., a picture hot area, a video, a header and a footer), template materials in the template library may include a page template and a component template, the page template may be copied by a rich text editor to directly obtain a complete page to be developed, or one or more component templates may be introduced into the created page to be developed, and the template materials may be arranged, combined or adjusted (e.g., color and size of the template materials are modified, designated characters are replaced, etc.) to obtain a target page.
In one embodiment, the page requirements include a second type of requirements associated with the code; the development tool comprises an online integrated development environment; processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page, wherein the processing comprises the following steps: and according to the second type of requirements, obtaining a scaffold tool through compiling service, and compiling the page to be developed based on the scaffold tool and the codes through the online integrated development environment to obtain a target page.
Specifically, the second type of requirements are related to codes, for the second type of requirements, it is difficult to provide corresponding functions by combining existing template materials in a template library, and usually a developer needs to provide a new algorithm, a new module or an interface through programming, and a development tool corresponding to the second type of requirements is an online integrated development environment, such as WebIDE.
The compiling service can be understood as a service for providing a developer with a scaffold tool for developing and developing a scaffold tool, a project automatically generated and built-in basic utility tool (Utils), an interactive chart and visual browser library (Echart), a module packager (Webpack), gateway information and the like, and can provide pipeline capacity from Coding, testing to releasing by opening a code warehouse, a testing platform and Continuous Integration (CI) and Continuous Delivery (CD) of a software development management collaboration platform (Coding) on the basis of initializing the infrastructure and the code of the project by using the scaffold tool. And compiling based on a scaffold tool and a code edited by a developer by utilizing an online integrated development environment to obtain a target page.
In one embodiment, the page requirements include a first type of requirements associated with the template material and a second type of requirements associated with the code; the development tool comprises a rich text editor and an online integrated development environment; processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page, wherein the processing comprises the following steps: according to the first type of requirements, template materials in a template library are obtained through a material service, and a page to be developed is edited based on the template materials through a rich text editor; and according to the second type of requirements, obtaining a scaffold tool through compiling service, and compiling the edited page to be developed based on the scaffold tool and the codes through the online integrated development environment to obtain a target page.
In this embodiment, the page requirements include two types, and different development tools are respectively used for processing the first type of requirements and the second type of requirements, so as to finally obtain the target page. Specifically, the page to be developed is edited by the rich text editor through the material service according to the first type of requirements to obtain the edited page to be developed, and then the edited page to be developed is processed by the compiling service and the online integrated development environment according to the second type of requirements to finally obtain the target page. In the process of processing the edited page to be developed by utilizing the online integrated development environment, the template material which is imported into the page to be developed can be adjusted and modified, and the secondary editing of the editing result of the rich text editor is realized.
FIG. 2 is a flowchart of a page development process according to an embodiment. As shown in fig. 2, according to the page requirement, a new page or an existing page may be selected to create a page to be developed; for the first type of requirements, template materials imported into the template library by a rich text editor can be used for editing a page to be developed, and under the condition, if the second type of requirements do not exist, a target page can be quickly and independently built and released based on the template materials; for the second type of requirements, research and development personnel can participate in code development through an online integrated development environment, and if relevant codes are used in an existing project, the code development can be completed by referring to the existing project, otherwise, a new project is constructed, the code development is completed by using a scaffold tool, CI & CD and the like, and after online compiling deployment and product acceptance, a target page is issued. On the basis, the target page can be divided into a built page (a page corresponding to a first type of demand is relatively low in complexity and can be built quickly by a rich text editor), a semi-built page (a page corresponding to the first type of demand and a second type of demand is partially built quickly by the rich text editor, and other parts need to be submitted to an online integrated development environment and code development) and a full-developed page (a page corresponding to the second type of demand is relatively high in complexity of the whole page and is completely submitted to the online integrated development environment and code development).
In one embodiment, the template material includes a component template and a page template.
Specifically, the template material in the template library comprises component templates and page templates, a page template can be led in through the rich text editor to directly obtain a complete page to be developed, and one or more component templates can be led in the created page to be developed and adjusted to obtain a target page. For example, a page template for a false notification is stored in the template library, the page template can be directly clicked and used through a rich text editor, and information such as date and address can be modified according to actual requirements, so that a target page can be obtained; if a new person rights and interests getting component template exists in the template library, the component template can be imported into the page to be developed through the rich text editor, and a new person rights and interests getting function is provided. These page templates and component templates may be managed by an administrator, such as for auditing, shelving or updating, etc.
In an embodiment, the method further comprises:
step 140: and monitoring and recording at least one of the life cycle, the operation authority, the development statistical data, the version information and the operation log of the target page in real time through the management service.
Specifically, the management service may be understood as a service that performs multi-aspect real-time monitoring and recording on a published target page. Specifically, the life cycle of the target page can be monitored through the management service, including management of a complete life cycle of the target page, such as creation, editing, rollback, release, offline and the like, for example, the execution times of each link of the target page and corresponding timestamps are recorded.
The management service can also monitor and record the operation authority of the target page in real time to realize multi-user cooperative operation, for example, various operations (such as viewing, modifying, issuing, sharing or authority transferring) of one target page can be executed by one or more operators with the operation authority, the operations executed by a plurality of operators can be combined, and if conflicts exist, conflict prompt and accept and reject can be performed on different operations according to the priority of the operation authority; in addition, the validity of the operation can be ensured by monitoring and recording the operation authority of the target page in real time, for example, a black-and-white list can be configured for the operation authority of each operator to realize dynamic authority management.
The operation logs of all links and developers can be recorded through the management service, so that the operation logs are convenient to check and trace; after the target page is released, the functions of the target page need to be continuously upgraded and optimized, version updating or rollback and the like may occur, and the version information of the target page can be monitored and recorded in real time through the management service; development statistical data of the target page can be monitored and recorded in real time through the management service, the development statistical data comprise statistics of data such as the editing times, the releasing times and the used template material quantity of the target page, and further iteration and optimization directions can be provided for upgrading of the target page.
In an embodiment, the method further comprises:
step 150: and data embedding is carried out on the target page through data service, and the statistical result of the embedded points is visually displayed.
Specifically, the data service may be understood as a service for performing data embedding on a target page and performing statistics on the embedded points. The exposure buried points, the click buried points and the like of the target Page can be counted through the data service, the counting results are visually displayed through various mathematical statistical charts (such as a bar chart, a pie chart, a broken line chart and the like), the counting results comprise Page browsing amount or click amount (Page View, PV) of the target Page, access times (View, UV), labels of access users, click amount of each click position, a jump loss rate, a conversion rate and the like, the content of the target Page can be timely adjusted based on the counting results of the buried points, and the strategy can be conveniently copied in a later period of operation.
In one embodiment, before publishing the target page, the method further comprises: constructing an open platform through a client software development toolkit service; a publication target page comprising:
step 1302: splitting the application in the target page into a plurality of sub-applications through a micro front-end service;
step 1304: and packaging each sub-application based on the interface of the open platform and then issuing the sub-application to a calling party.
In this embodiment, a client Software Development Kit (Software Development Kit) service may be understood as an external service (also referred to as an extended service or a cross-Platform service), that is, a target page is encapsulated into a series of easily identifiable Open Application program interfaces (Open APIs) of a computer by constructing an Open Platform (Open Platform), and the Open APIs are opened for a caller to perform joint Development or audit, and the like, so as to meet requirements of cross-Platform communication.
The open platform may be built with a client Software Development Kit (SDK) service, which may provide API-related files for a certain programming language, but may also include complex hardware that can communicate with a certain embedded system. SDKs typically include example code, supporting technical notes, or other supporting documentation that is explained and described for basic reference.
The micro front-end service can be understood as a service for achieving engineering split management by utilizing widget splitting, in the embodiment, a large-scale front-end application can be split into a plurality of independent and flexible sub-applications through the micro front-end service, the single applications are independently developed and deployed, do not affect each other and can communicate with each other, and then the sub-applications are packaged and issued to a calling party based on an API of an open platform.
Fig. 3 is a schematic diagram illustrating a rich text platform based page development according to an embodiment. As shown in fig. 3, the embodiment adds a template library (also called template market), a page publishing (via computer and hypertext 5.0, i.e. PC & H5), a management service, a data service, and an external service to the rich text editor. The template library can assist in building a target page, so that development is more convenient and rapid, and developers can use abundant templates according to page requirements; the management center supports a page development core process and manages the construction and life cycle, operation authority, development statistical data, version information and operation logs of a target page from scratch; performing data embedding on a target page through data service, and visually displaying a statistical result of the embedding points; development tools (such as capabilities of code editors and code automatic deployment) can be seamlessly provided for the calling party through external services, and an ecosystem (including management and interaction of registration, authentication, connection and the like of the calling party) is formed.
Fig. 4 is a schematic diagram of a page development architecture according to an embodiment. The framework provides refined services under the support of basic services, so that the working efficiency and the page development efficiency are internally improved, and reliable extended services and cross-platform communication capability are externally provided. As shown in fig. 4, the basic service provides a data large-scale analysis service, and is provided with functions such as a timing task (e.g., issuing a target page at a fixed time, counting development data at a fixed time, etc.), log analysis (e.g., analyzing an operation log, etc.), performance monitoring (a monitoring platform provided inside, which can use a monitoring function only by registering platform parameters in the monitoring platform), etc., so that not only people figures of target users are deeply depicted, an analysis basis is provided for adjustment of an operation policy, but also the occupation ratio of development in non-research and development work is reduced; the timing task and the log analysis are newly added capabilities, and are realized by compiling a script language and combining service requirements, for example, page exposure data is synchronized to an offline database at regular time, and then data required to be displayed by a data large disk is produced by combining a log analysis script.
The basic services further include data reporting (for example, reporting a statistical result of a buried point), anomaly monitoring (timely discovering abnormal operation in a development process), a database (for storing data generated in the development process, data of a target page, data communicated with a caller, and the like), a cloud service (for storing data generated by a page user in the process of using the target page by using a cloud virtual resource, and the like), configuration storage (for storing configuration information of each component of the target page), Single Sign On (SSO), message pushing, Content auditing (for handing over the target page to a third party for attack and audit, and the like), Content Delivery Network (CDN) object storage, and the like.
On the basis, a personalized template library is created through material service, the import function of the page and the component is provided, data display is supported (for example, the use amount and the use frequency of the template materials, the classification of the template materials, the applicable scene and the like are displayed), and the required template materials are conveniently and quickly retrieved; the compiling service provides a scaffold research and development tool, automatically generates items and embeds tools of basic use (Utils), Style loaders (Style loaders), plugin configuration item presets (Preset), compiler core packages (@ baby/core), converters (Transform), script programming languages (ECMAScript 6, ES6) and the like, gets through a Coding code warehouse, a testing platform and continuous integration and continuous delivery (CI & CD), and provides pipeline capability from Coding, testing to release version at the research and development side; the method comprises the steps that page management functions of a complete life cycle of a page from creation, edition, rollback, release, offline and the like are provided through product energization (management service) on the basis of an authority system and a release record, multi-user cooperative operation and management of operation authority are achieved through a configurable message notification mode, and a user can make online (such as inserting elements of pictures, texts, videos and the like, configuring the size, the color, the position and the like of the elements) through a visual interface of a rich text editor when editing the page; the rich text plug-in is provided, so that skip links of texts, pictures and the like can be customized, and the capacity of developing data statistics on buried points is realized; by using external services and using Software Development Kit (SDK) services of a micro front end and a client, the method can trigger the operation of issuing pages and the like, provide Open API (application programming interface) opening capability, support a calling party to call in the modes of HTTP (hyper text transport protocol), Thrift and the like, and support CDN (content delivery network) synchronous detection, CI & CD (compact disc & compact disc), safety audit and forwarding of a forwarder.
In one embodiment, a target page is published, comprising:
step 18100: registering and authenticating a calling party and establishing connection with the calling party through an interface of an open platform;
step 18200: receiving a calling request of a calling party to a target page;
step 18300: transmitting the target page to a calling party according to the calling request so that the calling party can check the target page;
wherein, the call request adopts HTTP and/or RPC frame protocol.
In this embodiment, the caller may refer to a third party that performs customs review on the target page during the publishing process. After the target page is built and before the target page is online, the auditing process can be submitted to the public customs officers, and after the public customs officers audit the content of the target page on the auditing platform, the public customs officers can give an instruction for confirming the issue of the target page, wherein the auditing platform is a calling party. After the calling party registers and passes the authentication to the server, the calling party can access the server through the API of the open platform and send a calling request according to the guiding specification of accessing the server, and the server hands over the target page to the calling party according to the calling request.
The target page supports two calling modes of HTTP and/or RPC frame protocol. The RPC framework protocol can specifically adopt Thrift, which is an IDL interface description language and a binary communication protocol, and is used for defining and creating cross-language services, and a code generation engine is combined with a software stack to create cross-platform efficient services with different degrees and no seam.
In one embodiment, before receiving a calling request of a caller to a target page, the method further comprises:
step 18102: acquiring an interface description file corresponding to an interface of the open platform, and converting the interface description file into a remote procedure call file based on a remote procedure call framework protocol;
step 18104: analyzing the remote procedure call file to start and monitor the interface service according to the interface;
step 18105: and registering interface service in a route registration center through the service management agent service to obtain a route for a calling party to send a calling request, wherein a destination interface of the route is an interface of an open platform.
In this embodiment, an Interface Description Language (IDL) is used to define an Interface Description file, and a protocol document is issued by a help center, and the Interface Description file may be converted into a Javascript type code file, that is, an RPC file, using a swift framework protocol;
analyzing and processing the interface in the RPC file, starting and monitoring an interface service according to the interface, wherein the interface service can be a Node service, namely a service developed by a Node language, and the Node service can call a related API as a service end of the RPC to realize Thrift call;
and calling a service administration proxy service, wherein the service administration proxy service is a public service provided in the server and used for registering the Node service to a route registration center, and the route registration center generates a route for the interface service for a calling party to call.
FIG. 5 is a diagram of a remote procedure call framework, according to an embodiment. As shown in FIG. 5, the Node service corresponds to a server (e.g. using Java language), and the caller writing code file using other languages (e.g. Java, C/C + +, Python, or Objective-C) serves as the client. Defining an interface description file and generating a Javascript code file at a service end, starting Node service on the basis, registering in a route registration center through service administration proxy service to obtain a corresponding route, discovering the Thrift call of a client through the route and responding the Thrift call of the client by monitoring the Node service; at the client, the caller can construct parameters through an interface protocol of an Open API corresponding to the route and initiate Thrift call according to the route of the Node service, and the service administration agent service realizes data transmission between the server and the caller according to serialization and deserialization of a communication protocol, so that cross-platform and cross-language call is realized.
In an embodiment, the method further comprises: converting the target page into a set language file through a rich text protocol; the set Language file includes at least one of a hypertext Markup Language (HTML) file, a Cascading Style Sheets (CSS) file, and a Javascript Language file.
Specifically, the configuration and elements of the target page can be converted into the forms of HTML, CSS and/or Javascript files through the rich text protocol for storage, wherein HTML is a language for describing web pages and is used for defining the structure of the target page; CSS represents how HTML is displayed for defining the style of the target page; the Javascript language file is interpreted and operated by the browser, so that subsequent release and secondary development are facilitated.
In an embodiment, the method further comprises:
step 160: respectively storing and updating the component states of the target page from the dimensions of the basic configuration layer, the assembly layer and the generation layer through a state management library in real time; wherein, the basic configuration layer comprises a rich text editor and an online integrated development environment; the assembly layer comprises a template library and a scaffold tool; the generation layer comprises a set language file corresponding to the target page.
The state management library is used for storing and updating data (namely states) generated by the target page in the interaction process of the server and the client in real time, and extracting states needing to be shared among the components for unified management and tracking, so that the change of the component states can be predicted. The state management library may be Flux, Redox, or Vuex, among others. In this embodiment, the focus is around the construction and release of the target page, and the development process is disassembled into three dimensions: the system comprises a basic configuration layer, an assembly layer and a generation layer, wherein global state management is realized among the layers through a state management library.
Fig. 6 is a schematic diagram of performing global state management through a state management library according to an embodiment. As shown in fig. 6, the basic configuration layer mainly relates to state management of various capabilities of building a target page, including a rich text editor, an online integrated development environment (e.g., a WebIDE development tool and plug-ins thereof, such as HTML, CSS, Javascript, etc.), a personalized configuration module (for a second type of scenario in which development is required by developers, some general configuration modules are abstracted for direct use by developers, for example, many pages need to be clicked to jump, different addresses of target pages that are just jumped are different, only one general jump module needs to be introduced, and then some address parameters are configured, etc., to implement a jump function, where the jump module is a personalized configuration module), a publishing platform (PC & HTML5), etc.; mapping and arranging the data of each Service party according to a customized data standardization protocol through data source access and background Function, namely, Service (fas) Service, and outputting the data to a front-end developer to be called in a unified protocol structure; the data protocol not only comprises data results, but also comprises parameters such as clicking, callback, exposure and embedded point, and interactive events and reporting of page dynamic data are achieved through Javascript. Furthermore, the synchronization policy (synchronization of target pages between different platforms) and the component state of the extension point access (Open API) can be managed.
The assembly layer mainly relates to the state management of a template library, productization capabilities of template material collection, template material introduction, page preview functions and the like, tools which provide convenience for complex development and the like of a scaffold, a developer suite and the like, wherein the page preview generates layer capability through calling, a real-time effect is displayed in a micro front-end module mode, and the assembly layer further comprises an abnormal reporting capability, so that abnormal operation in the development process is found in time.
The generation layer mainly relates to the product of the assembly layer, namely, the data (including styles, dynamic resources and the like) of a target page is analyzed and preprocessed, the analysis, preprocessing and precompilation of a set language file are included, finally, a project is packaged to generate a page which can be directly displayed by a browser, a server synchronously performs code detection and uploads a storage platform, page distribution area data are refreshed, and accessible links on a line are generated finally; and simultaneously accessing a production line (Pipeline) to realize the automatic integrated management of the research and development codes, wherein the Pipeline refers to a set of Pipeline configuration established based on an automatic engine and is realized as a script for realizing the important links of CI & CD. The generation layer also includes relevant components of Server Side Rendering (SSR).
According to the page development method, by creating a comprehensive rich text platform and a strong online integrated development environment, a developer can independently complete the making, publishing and management of pages in a WYSIWYG (what you see is what you get) mode, meanwhile, the capability of researching and developing online secondary editing pages and the capability of online code development are also provided, the online page building and publishing of channels such as PC & H5 and the like can be realized, the communication cost is reduced, and the development efficiency is improved; decoupling of applications is achieved through micro front-end services, and each sub-application can be independently developed, independently operated and independently deployed, so that page development is more convenient and more convenient to maintain; by improving the ecosystem of the rich text platform, the calling party can be connected, and multi-platform cross-terminal access is realized; calling between a client service and a background server is realized through RPC and Open API; the global state management of the target page related components is realized from the basic configuration layer, the assembly layer and the generation layer through the state management library, so that the state of each component can be predicted, and when the state of any component changes, the states of other components can be determined according to the global state, and the development efficiency and the operation reliability of the target page are improved.
Fig. 7 is a schematic structural diagram of a page development apparatus according to an embodiment of the present invention, where the apparatus may be implemented by software and/or hardware. As shown in fig. 7, the apparatus includes:
the creating module 210 is configured to create a page to be developed according to a page requirement, where the page requirement is a requirement of a page user on a function of a target page;
the processing module 220 is configured to process the page to be developed through a development tool corresponding to the page requirement to obtain the target page, where the development tool includes a rich text editor for importing a template material in a template library and/or an online integrated development environment for editing a code;
the publishing module 230 is configured to publish the target page.
According to the page development device, different development tools are flexibly adopted according to page requirements, rich template materials can be imported by a rich text editor, online integrated development environments can be used for developers to write codes quickly online, the diversity requirements of page function development are met, and the development efficiency is also improved.
In one embodiment, the page requirements include a first type of requirement associated with the template material; the development tool comprises the rich text editor;
the processing module 220 is specifically configured to: and according to the first type of requirements, obtaining template materials in a template library through a material service, and editing the page to be developed based on the template materials through a rich text editor to obtain the target page.
In one embodiment, the page requirements include a second type of requirements associated with the code; the development tool comprises the online integrated development environment;
the processing module 220 is specifically configured to: and according to the second type of requirements, obtaining a scaffold tool through a compiling service, and compiling the page to be developed based on the scaffold tool and the codes through an online integrated development environment to obtain the target page.
In one embodiment, the page requirements include a first type of requirement associated with the template material and a second type of requirement associated with the code; the development tool comprises the rich text editor and the online integrated development environment;
the processing module 220 is specifically configured to: according to the first type of requirements, obtaining template materials in a template library through a material service, and editing the page to be developed based on the template materials through a rich text editor;
and according to the second type of requirements, obtaining a scaffold tool through a compiling service, and compiling the edited page to be developed based on the scaffold tool and the codes through an online integrated development environment to obtain the target page.
In one embodiment, the apparatus further comprises:
and the first management module is used for monitoring and recording at least one of the life cycle, the operation authority, the development statistical data, the version information and the operation log of the target page in real time through a management service.
In one embodiment, the apparatus further comprises:
and the second management module is used for performing data point burying on the target page through data service and visually displaying the statistical result of the buried points.
In one embodiment, the apparatus further comprises:
the building module is used for building an open platform through client software development toolkit service before the target page is published;
a publishing module 230, comprising:
the splitting unit is used for splitting the application in the target page into a plurality of sub-applications through a micro front-end service;
and the packaging unit is used for packaging each sub-application based on the interface of the open platform and then issuing the packaged sub-application to a calling party.
In one embodiment, the publishing module 230 includes:
the access unit is used for registering and authenticating a calling party and establishing connection with the calling party through an interface of an open platform;
a receiving unit, configured to receive a call request of the caller for the target page;
the transmission unit is used for transmitting the target page to the caller according to the calling request so that the caller can check the target page;
wherein the call request employs a hypertext transfer protocol and/or a remote procedure call framework protocol.
In one embodiment, the apparatus further comprises:
the file conversion module is used for acquiring an interface description file corresponding to an interface of the open platform before receiving a calling request of the calling party to the target page, and converting the interface description file into a remote procedure calling file based on a remote procedure calling framework protocol;
the monitoring module is used for analyzing the remote process call file so as to start and monitor the interface service according to the interface;
and the registration module is used for registering the interface service in a route registration center through the service administration agent service to obtain a route for the calling party to send the calling request, and a destination interface of the route is an interface of the open platform.
In one embodiment, the apparatus further comprises:
the page conversion module is used for converting the target page into a set language file through a rich text protocol;
the set language file comprises at least one of a hypertext markup language file, a cascading style sheet file and a Javascript language file.
In one embodiment, the apparatus further comprises:
the state management module is used for respectively storing and updating the component states of the target page from the dimensions of a basic configuration layer, an assembly layer and a generation layer through a state management library in real time;
wherein the base configuration layer comprises the rich text editor and the online integrated development environment;
the assembly layer comprises the template library and a scaffold tool;
the generation layer comprises a set language file corresponding to the target page.
In one embodiment, the template material of the device comprises a component template and a page template.
The page development device can execute the page development method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
Fig. 8 is a schematic structural diagram of a server according to an embodiment of the present invention. As shown in fig. 8, a server provided in an embodiment of the present invention includes: one or more processors 810 and storage 820; the processor 810 in the server may be one or more, and fig. 8 illustrates one processor 810 as an example; storage 820 is used to store one or more programs; the one or more programs are executed by the one or more processors 810, such that the one or more processors 810 implement the page development method of any of the embodiments of the present invention.
The server may further include: an input device 830 and an output device 840.
The processor 810, the storage device 820, the input device 830, and the output device 840 in the server may be connected by a bus or other means, and are exemplified by a bus in fig. 8.
The storage device 820 in the server, which is a computer-readable storage medium, can be used to store one or more programs, which may be software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the page development method provided in the embodiment of the present invention (for example, the modules in the page development device shown in fig. 5, including the creation module 210, the processing module 220, and the publishing module 230). The processor 810 executes various functional applications of the server and data processing by executing software programs, instructions and modules stored in the storage device 820, that is, implements the page development method in the above method embodiment.
The storage device 820 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the server, and the like. Further, storage 820 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, storage 820 may further include memory located remotely from processor 810, which may be connected to a server over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 830 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the server. The output device 840 may include a display device such as a display screen.
And, when the one or more programs included in the server are executed by the one or more processors 810, the programs perform the following operations: creating a page to be developed according to page requirements, wherein the page requirements are requirements of page users on functions of a target page; processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes; and issuing the target page.
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program is used to execute a page development method when executed by a processor, and the method includes: creating a page to be developed according to page requirements, wherein the page requirements are requirements of page users on functions of a target page; processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes; and issuing the target page.
Optionally, the program may be further configured to perform a page development method provided in any embodiment of the present invention when executed by a processor.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. 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 (a non-exhaustive list) of the computer readable storage medium would include the following: 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), a flash Memory, an optical fiber, a portable CD-ROM, an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. 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.
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 a variety of forms, including, but not limited to: an electromagnetic signal, an optical signal, or any suitable combination of the foregoing. 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, or Radio Frequency (RF), etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing description is only exemplary of the invention and that the principles of the technology may be employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (15)

1. A page development method is characterized by comprising the following steps:
creating a page to be developed according to page requirements, wherein the page requirements are requirements of page users on functions of a target page;
processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes;
and issuing the target page.
2. The method of claim 1, wherein the page requirements include a first type of requirement associated with the template material; the development tool comprises the rich text editor;
the processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page comprises the following steps:
and according to the first type of requirements, obtaining template materials in a template library through a material service, and editing the page to be developed based on the template materials through a rich text editor to obtain the target page.
3. The method of claim 1, wherein the page requirements include a second type of requirements associated with the code; the development tool comprises the online integrated development environment;
the processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page comprises the following steps:
and according to the second type of requirements, obtaining a scaffold tool through a compiling service, and compiling the page to be developed based on the scaffold tool and the codes through an online integrated development environment to obtain the target page.
4. The method of claim 1, wherein the page requirements comprise a first type of requirement associated with the template material and a second type of requirement associated with the code; the development tool comprises the rich text editor and the online integrated development environment;
the processing the page to be developed through a corresponding development tool according to the page requirement to obtain a target page comprises the following steps:
according to the first type of requirements, obtaining template materials in a template library through a material service, and editing the page to be developed based on the template materials through a rich text editor;
and according to the second type of requirements, obtaining a scaffold tool through a compiling service, and compiling the edited page to be developed based on the scaffold tool and the codes through an online integrated development environment to obtain the target page.
5. The method of claim 1, further comprising:
and monitoring and recording at least one of the life cycle, the operation authority, the development statistical data, the version information and the operation log of the target page in real time through a management service.
6. The method of claim 1, further comprising:
and performing data embedding on the target page through data service, and performing visual display on a statistical result of the embedded points.
7. The method of claim 1, further comprising, prior to said publishing said target page: constructing an open platform through a client software development toolkit service;
the publishing the target page includes:
splitting the application in the target page into a plurality of sub-applications through a micro front-end service;
and packaging each sub-application based on the interface of the open platform and then issuing the sub-application to a calling party.
8. The method of claim 1, wherein said publishing the target page comprises:
registering and authenticating a calling party and establishing connection with the calling party through an interface of an open platform;
receiving a calling request of the calling party to the target page;
transmitting the target page to the caller according to the calling request so that the caller can check the target page;
wherein the call request employs a hypertext transfer protocol and/or a remote procedure call framework protocol.
9. The method of claim 8, prior to receiving the caller's call request to the target page, further comprising:
acquiring an interface description file corresponding to an interface of the open platform, and converting the interface description file into a remote procedure call file based on a remote procedure call framework protocol;
analyzing the remote procedure call file to start and monitor interface service according to the interface;
and registering the interface service in a route registration center through a service management agent service to obtain a route for the calling party to send a calling request, wherein a destination interface of the route is an interface of the open platform.
10. The method of claim 1, further comprising:
converting the target page into a set language file through a rich text protocol;
the set language file comprises at least one of a hypertext markup language file, a cascading style sheet file and a Javascript language file.
11. The method of claim 1, further comprising:
storing and updating the component states of the target page in real time from the dimensions of a basic configuration layer, an assembly layer and a generation layer through a state management library;
wherein the base configuration layer comprises the rich text editor and the online integrated development environment;
the assembly layer comprises the template library and a scaffold tool;
the generation layer comprises a set language file corresponding to the target page.
12. The method of any of claims 1-11, wherein the template material comprises a component template and a page template.
13. A page development apparatus, comprising:
the system comprises a creating module, a searching module and a display module, wherein the creating module is used for creating a page to be developed according to page requirements, and the page requirements are requirements of page users on functions of a target page;
the processing module is used for processing the page to be developed through a development tool corresponding to the page requirement to obtain the target page, wherein the development tool comprises a rich text editor used for importing template materials in a template library and/or an online integrated development environment used for editing codes;
and the publishing module is used for publishing the target page.
14. A server, comprising:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the page development method of any of claims 1-12.
15. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the page development method as claimed in any one of claims 1 to 12.
CN202210314190.9A 2022-03-28 2022-03-28 Page development method, device, server and storage medium Pending CN114706579A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210314190.9A CN114706579A (en) 2022-03-28 2022-03-28 Page development method, device, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210314190.9A CN114706579A (en) 2022-03-28 2022-03-28 Page development method, device, server and storage medium

Publications (1)

Publication Number Publication Date
CN114706579A true CN114706579A (en) 2022-07-05

Family

ID=82170922

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210314190.9A Pending CN114706579A (en) 2022-03-28 2022-03-28 Page development method, device, server and storage medium

Country Status (1)

Country Link
CN (1) CN114706579A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115469849A (en) * 2022-09-16 2022-12-13 科东(广州)软件科技有限公司 Service processing system, method, electronic device and storage medium
CN116009858A (en) * 2022-12-20 2023-04-25 东方邦信金融科技(上海)有限公司 Page development method, page development device, electronic equipment and computer readable storage medium
CN116301813A (en) * 2023-05-17 2023-06-23 壹药网科技(上海)股份有限公司 Low-code platform development method and system
CN116860227A (en) * 2023-07-12 2023-10-10 北京东方金信科技股份有限公司 Data development system and method based on big data ETL script arrangement
CN117130944A (en) * 2023-10-26 2023-11-28 数研院(福建)信息产业发展有限公司 Real-time page debugging method and medium for terminal and terminal

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115469849A (en) * 2022-09-16 2022-12-13 科东(广州)软件科技有限公司 Service processing system, method, electronic device and storage medium
CN115469849B (en) * 2022-09-16 2023-08-11 科东(广州)软件科技有限公司 Service processing system, method, electronic 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
CN116301813A (en) * 2023-05-17 2023-06-23 壹药网科技(上海)股份有限公司 Low-code platform development method and system
CN116301813B (en) * 2023-05-17 2023-08-15 壹药网科技(上海)股份有限公司 Low-code platform development method and system
CN116860227A (en) * 2023-07-12 2023-10-10 北京东方金信科技股份有限公司 Data development system and method based on big data ETL script arrangement
CN116860227B (en) * 2023-07-12 2024-02-09 北京东方金信科技股份有限公司 Data development system and method based on big data ETL script arrangement
CN117130944A (en) * 2023-10-26 2023-11-28 数研院(福建)信息产业发展有限公司 Real-time page debugging method and medium for terminal and terminal
CN117130944B (en) * 2023-10-26 2024-02-09 数研院(福建)信息产业发展有限公司 Real-time page debugging method and medium for terminal and terminal

Similar Documents

Publication Publication Date Title
EP3593254B1 (en) Editing a database during preview of a virtual web page
US10977010B2 (en) Development environment for real-time dataflow programming language
CN114706579A (en) Page development method, device, server and storage medium
Yu et al. Understanding mashup development
US7870482B2 (en) Web browser extension for simplified utilization of web services
Daniel et al. Hosted universal composition: Models, languages and infrastructure in mashart
CN101127655B (en) Method and system for integrating existing www systems
US20080195483A1 (en) Widget management systems and advertising systems related thereto
US9798524B1 (en) System and method for exposing the dynamic web server-side
WO2022135178A1 (en) Micro-frontend system, sub-application loading method, electronic device, computer program product, and computer readable storage medium
CN104714982A (en) Method and system for loading webpage
CN112100550A (en) Page construction method and device
US20210117313A1 (en) Language agnostic automation scripting tool
Konshin Next. js Quick Start Guide: Server-side rendering done right
WO2007132568A1 (en) Data processing server and data processing method
Taivalsaari Mashware: The future of web applications
CN111797340B (en) Service packaging system for user-defined extraction flow
CN113204341A (en) Page generation method, device and medium
Wright et al. Survey of Existing Languages to Model Interactive Web Applications.
CA3203793C (en) System and method for real-time, dynamic creation, delivery, and use of customizable web applications
CN113515715A (en) Generating method, processing method and related equipment of buried point event code
Daniel et al. Chapter 5: From Mashup Technologies to Universal Integration: Search Computing the Imperative Way
Bai Developing Java Web Services to Access Databases
Sohan Automated example oriented REST API documentation
Wasala et al. LocConnect: Orchestrating Interoperability in a Service-oriented Localisation Architecture

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