CN110727431A - Applet generation method and apparatus - Google Patents

Applet generation method and apparatus Download PDF

Info

Publication number
CN110727431A
CN110727431A CN201910875930.4A CN201910875930A CN110727431A CN 110727431 A CN110727431 A CN 110727431A CN 201910875930 A CN201910875930 A CN 201910875930A CN 110727431 A CN110727431 A CN 110727431A
Authority
CN
China
Prior art keywords
template
target
applet
component
module
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
CN201910875930.4A
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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201910875930.4A priority Critical patent/CN110727431A/en
Publication of CN110727431A publication Critical patent/CN110727431A/en
Priority to TW109116400A priority patent/TWI757743B/en
Priority to PCT/CN2020/097339 priority patent/WO2021051913A1/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/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The embodiment of the specification discloses an applet generating method and device, wherein a target template is selected from a template database when a template selection request is received, page configuration information aiming at the target template is received, and the target template is configured according to the page configuration information, so that a target applet can be quickly obtained.

Description

Applet generation method and apparatus
Technical Field
The embodiment of the specification relates to the technical field of computers, in particular to a small program generating method and device.
Background
With the continuous increase of the processing speed of the mobile terminal, more and more applications are running in the mobile terminal. The application program can efficiently and accurately complete the operation processing of the data, and great convenience is brought to the life and work of people. An application needs to be downloaded and installed, while an applet is an application that can be used without downloading and installation. For users, the small program can save the use time cost and the storage space of the mobile terminal; for developers, applets can save development and promotion costs. Therefore, the small program is used as an important component of large-scale internet platform products, and has a wider development prospect in the future.
Disclosure of Invention
The embodiment of the specification provides an applet generating method and device.
In a first aspect, an embodiment of the present specification provides an applet generating method, including:
receiving a template selection request;
selecting a target template from a template database according to the template selection request, wherein the template database is used for storing more than one small program template;
receiving page configuration information aiming at the target template;
and configuring the target template according to the page configuration information to obtain a target applet.
In a second aspect, an embodiment of the present specification provides an applet generating apparatus, including:
the first receiving module is used for receiving a template selection request;
the first selection module is used for selecting a target template from a template database according to the template selection request, wherein the template database is used for storing more than one small program template;
the second receiving module is used for receiving page configuration information aiming at the target template;
and the configuration module is used for configuring the target template according to the page configuration information to obtain the target applet.
In a third aspect, the present specification provides a server, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the steps of the above applet generating method when executing the computer program.
In a fourth aspect, the present specification provides a computer-readable storage medium, on which a computer program is stored, which, when executed by a processor, implements the steps of the above-described applet generating method.
The embodiment of the specification has the following beneficial effects:
in the embodiment of the present specification, when a template selection request is received, a target template is selected from a template database, and by receiving page configuration information for the target template and configuring the target template according to the page configuration information, a target applet can be quickly obtained. The target template is pre-created and stored in the template database, and page configuration is only needed to be carried out according to page configuration information provided by a merchant when the applet is created, so that the development difficulty of the applet is reduced for the merchant while the capabilities of data display, style differentiation and the like of the applet are realized, the applet belonging to the merchant can be rapidly created, the development cycle of the applet is shortened, and the development cost of the applet is reduced.
Drawings
FIG. 1 is a flow chart of an applet generation method in an embodiment of the present description;
FIG. 2 is a flow diagram of obtaining an applet template in one embodiment of the present description;
FIG. 3 is a flow diagram of obtaining an applet template in another embodiment of the present description;
FIG. 4 is a flow diagram of displaying a target applet in real time in accordance with an embodiment of the present description;
fig. 5 is a schematic structural diagram of a server according to an embodiment of the present disclosure.
Detailed Description
In order to better understand the technical solutions, the technical solutions of the embodiments of the present specification are described in detail below with reference to the drawings and specific embodiments, and it should be understood that the specific features of the embodiments and embodiments of the present specification are detailed descriptions of the technical solutions of the embodiments of the present specification, and are not limitations of the technical solutions of the present specification, and the technical features of the embodiments and embodiments of the present specification can be combined with each other without conflict.
In a first aspect, an embodiment of the present specification provides an applet generating method. The applet generating method is applied to a server, and the server can be an independent server or a server cluster consisting of a plurality of servers. Fig. 1 is a flowchart of the applet generating method including steps S101 to S104.
Step S101, a template selection request is received.
Specifically, an applet is an application that can be directly used without downloading and installing, and a user can directly open and use the applet by scanning a graphic code (e.g., a two-dimensional code, a barcode, or the like) or by searching through a search engine. In the embodiment of the description, a template database is set, and a plurality of applet templates are stored in the template database for a user to select, wherein the applet templates are applets which are not configured on pages. The template selection request is used for requesting to select a target template from the template database, and the target template is any applet template which a user wants to select. Since each applet template has different software architectures, a corresponding identifier can be preset for each applet template in order to distinguish different applet templates. Thus, the template selection request may include an identification of the target template.
The template selection request may be generated by a user via an input means of a terminal device, which is sent to the server by the terminal device. The terminal equipment can be terminal equipment such as a personal computer, a smart phone, a tablet computer, a desktop computer and an all-in-one machine, and the input device can be a mouse, a keyboard, a touch screen or voice input equipment. For example, if the input device is a mouse, more than one selection button may be displayed to a user through the display device of the terminal device, each selection button corresponds to one applet template, and when the user clicks a selection button with the mouse, an identifier corresponding to the applet template corresponding to the selection button is generated; for another example, if the input device is a keyboard, an input area may be displayed to the user through the display device of the terminal device, and when the user inputs a corresponding selection instruction in the input area by using the keyboard, for example, when a selection instruction such as "shopping template" or "recharge template" is input, an identifier corresponding to the applet template corresponding to the selection instruction is generated.
And S102, selecting a target template from a template database according to the template selection request, wherein the template database is used for storing more than one small program template.
Specifically, after receiving the template selection request, the identifier corresponding to the target template may be compared with the identifier corresponding to each applet template in the template database; and if the identification corresponding to the target template is matched with the identification corresponding to a certain small program template in the template database, selecting the small program template from the template database as the target template. In embodiments of the present specification, the template database is used to store more than one applet template. The applet template may be developed by an applet developer, may be developed by a merchant, or may be developed by both the applet developer and the merchant.
Step S103, receiving page configuration information aiming at the target template.
Specifically, the page configuration information is used to determine a page style of a target applet, where the target applet is a finally obtained applet, and the page style includes, but is not limited to, a button background color, button contents, a window background color, window contents, a list background color, list contents, and the like. The specific content of the page configuration information is determined according to the actual requirement of the user, and this is not limited in the embodiment of the present specification. Similar to the generation of the template selection request, the page configuration information may be generated by the user through an input device of the terminal device, which may be a mouse, a keyboard, a touch screen, or a voice input device, etc.
For example, for the page configuration information for determining the page styles, such as the button background color, the window background color, the list background color, and the like, of the target applet, the page style to be configured may be presented to the user through the display device of the terminal device, where each page style corresponds to multiple configuration options. Taking a page style as an example of a window background color, a plurality of configuration options corresponding to the page style can be white, red, black and other colors, and when a user clicks a certain configuration option by using a mouse, the page configuration information is generated. For another example, for page configuration information that determines page styles, such as button content, window content, and list content, of the target applet, the page styles that need to be configured may be presented to the user through a display device of the terminal device, where each page style corresponds to one input region. Taking the page style as the window content as an example, when the user inputs the relevant characters in the input area corresponding to the window content, the page configuration information is generated.
And step S104, configuring the target template according to the page configuration information to obtain a target applet.
In the development process of the small program, the program exists in the form of codes, and the target template also exists in the form of codes. Therefore, after the page configuration information is received, the page configuration information is added to a preset position in the target template, that is, the target template is configured, and the target applet is obtained.
In the applet generating method provided in the embodiment of the present specification, since all the applet templates are created in advance, and only page configuration needs to be performed according to page configuration information provided by a merchant when the applet is created, the development difficulty of the applet is reduced for the merchant while the capabilities of data display, style differentiation, and the like of the applet are realized, and the applet belonging to the merchant can be created quickly, so that the development cycle of the applet is shortened, and the development cost of the applet is reduced.
In an optional implementation, after the obtaining the target applet, the method further includes: issuing the target applet to an applet platform; or sending the target applet to the terminal equipment. By directly publishing the target applet to the applet platform, an applet developer can complete a publishing process, and the method is suitable for merchants without development capacity; and by sending the target applet to the terminal device, the target applet can be managed and distributed by the merchant with development capability.
In an alternative implementation, the applet template may be obtained by the process shown in FIG. 2.
In step S201, a component selection request is received.
Specifically, applets are made up of components including, but not limited to, buttons, input boxes, lists, popups, and date selectors, among others. Each component can be used alone or in combination with other components. For example, the button may open a list based on a user's clicking action. For each component that makes up an applet template with a pure interface, it is used separately. The embodiment of the specification stores a plurality of components in a component database for selection by a user by setting the component database. The component selection request is used for requesting to select a target component from the component database, wherein the target component is any one or more components which the user wants to select. In order to distinguish different components, a corresponding identifier may be set for each component in advance. Thus, the component selection request may include an identification of the target component.
Similar to the generation of the template selection request, the component selection request may be generated by a user through an input device of the terminal device, which may be a mouse, a keyboard, a touch screen, or a voice input device, etc. For example, if the input device is a mouse, more than one selection button may be displayed to a user through the display device of the terminal device, each selection button corresponds to one component, and when the user clicks a selection button with the mouse, an identifier corresponding to the component corresponding to the selection button is generated; for another example, if the input device is a keyboard, an input area may be displayed to a user through a display device of the terminal device, and when the user inputs a corresponding selection instruction in the input area by using the keyboard, for example, when a selection instruction such as "button", "list", or the like is input, an identifier corresponding to a component corresponding to the selection instruction is generated.
Step S202, selecting a target component from a component database according to the component selection request, wherein the component database is used for storing more than one component.
Specifically, after receiving the component selection request, the identifier corresponding to the target component may be compared with the identifier corresponding to each component in the component database; and if the identification corresponding to the target component is matched with the identification corresponding to a certain component in the component database, selecting the component from the component database as the target component. It should be noted that the one or more components may be developed by an applet developer or a merchant. Typically, an applet is composed of a series of components, and therefore multiple components need to be selected when creating an applet template. In an alternative implementation, the steps S201 and S202 may be repeatedly executed for a plurality of times, and a corresponding component is selected from the component database each time the steps S201 and S202 are executed. In another alternative implementation manner, the component selection request may include identifiers corresponding to more than two components, and according to the identifiers corresponding to more than two components, more than two corresponding components are selected from the component database at one time, which is not limited in this specification.
Step S203, combining the target components to obtain an applet template or a service template with a pure interface, wherein the service template has an interactive interface.
The positions of different components on the applet interface are different, and the positions of the components on the applet interface can be preset during component development. When the target components are combined, the target components can be combined according to the position of each component in the applet interface. In an alternative implementation, the applet template may also be displayed in real-time as the target components are combined. By displaying the applet template in real time, when a user is not satisfied with the current position of the component, the position of the component on the applet interface can be changed in a dragging mode.
Further, according to whether the applet template formed by the target component combination has a business process, the applet template can be classified into two types: one type is an applet template with a pure interface, only a visual interface is presented, and the association relationship cannot be constructed among all components forming the applet template with the pure interface; the other type is a service template which is provided with an interactive interface and a service process, and the association relationship can be constructed among all the components forming the service template.
And step S204, storing the applet template with the pure interface or the service template into the template database.
The applet template with the pure interface can be directly selected as the target template, and the service template requires a user to download the template and adds service attributes, such as adding service logic of interface data request, page jump and the like. Thus, in an alternative implementation, the applet template may be obtained by the process illustrated in FIG. 3.
Step S301, after the service template is stored in the template database, a template download request is received.
The template downloading request is used to request to download the service template from the template database, and similar to the template selection request, the template downloading request may include an identifier corresponding to the service template that the user wants to download. Specifically, the template downloading request may be generated by a user through an input device of a terminal device such as a personal computer, a smart phone, a tablet computer, a desktop computer, an all-in-one machine, and the input device may be a mouse, a keyboard, a touch screen, or a voice input device. For example, if the input device is a mouse, more than one download button may be displayed to a user through the display device of the terminal device, each download button corresponds to one service template, and when the user clicks a certain selection button with the mouse, an identifier corresponding to the service template corresponding to the selection button is generated; for another example, if the input device is a keyboard, the input region may be displayed to the user through the display device of the terminal device, and when the user inputs a corresponding download instruction in the input region by using the keyboard, for example, when inputting a download instruction such as "shopping template" or "recharging template", an identifier corresponding to the service template corresponding to the selection instruction is generated.
Step S302, the service template is sent to the terminal equipment according to the template downloading request.
Specifically, after receiving the template downloading request, the identifier corresponding to the service template that the user wants to download may be compared with the identifier corresponding to each applet template in the template database; and if the identification of the service template which the user wants to download is matched with the identity identification corresponding to a certain small program template in the template database, selecting the small program template from the template database as the identification of the service template which the user wants to download, and sending the service template to the terminal equipment.
Step S303, receiving an adjusted service template returned by the terminal device, where the adjusted service template is obtained by associating each component in the service template according to a preset service logic by the terminal device.
Each component has a respective basic logic function because each component can execute a corresponding event according to an operation instruction of a user. According to the basic logic function of the components, developers of merchants can combine the relationships among the components according to the functions which need to be realized by the small programs, namely determining the association relationship among the components. For example, a shopping applet relates to a component such as a product evaluation button and an evaluation input box, and when a user wants to evaluate a certain product, the user clicks the product evaluation button to display the evaluation input box on an interface, and the evaluation of the product is realized by inputting evaluation contents in the evaluation input box. As can be seen from the above example, there is an association relationship between the item evaluation button component and the evaluation input box component. And associating each component in the business template, namely generating a logic code by the association relation of each component in the business template. Those skilled in the art know how to establish the association relationship between the components, and the detailed description is omitted here. And associating each component in the service template to obtain the adjusted service template, and uploading the adjusted service template to the server by the terminal equipment.
Step S304, the adjusted service template is stored in the template database.
In an optional implementation manner, when the target template is configured according to the page configuration information, the target applet may be displayed in real time. Fig. 4 is a flowchart of the real-time display of the target applet, which includes steps S401 to S405.
Step S401, receiving component information corresponding to each component in the target template.
In the process of configuring the target template, if a user wants to display the target applet in real time, component information corresponding to each component in the target template can be sent to the server through terminal equipment, and the component information is usually assembled into character string transmission in a json format.
Step S402, obtaining the component code corresponding to each component in the target template according to the component information.
After the component information is received, since the component information is a character string in a json format, the character string in the json format needs to be analyzed, and the component information is obtained after the analysis. And after the component information is obtained, pulling the component codes corresponding to the components in the target template according to the component information.
Step S403, packaging the component codes into an application program.
In this embodiment, the component is developed by means of acts, so that the component code can be packaged into a small application program through the act packaging and compiling framework.
Step S404, generating a URL address for the application program.
And after packaging is finished, starting dev-server service, generating a local service, and generating the URL address of the application program.
And S405, sending the URL address to terminal equipment, and accessing the page corresponding to the target applet by the terminal equipment according to the URL address.
And after the URL address is sent to the terminal equipment, the user can locally access the page corresponding to the target applet, so that the real-time display of the target applet is realized.
It should be noted that, in the applet template creation method provided in the embodiments of the present specification, the creation of the component and the creation of the template are all three-party oriented, that is, any developer, engineer or operator is allowed to create the component or the applet template together, so as to implement sharing of the component and the applet template.
In a second aspect, based on the same inventive concept, embodiments of the present specification provide an applet generating apparatus. The applet generating apparatus includes:
the first receiving module is used for receiving a template selection request;
the first selection module is used for selecting a target template from a template database according to the template selection request, wherein the template database is used for storing more than one small program template;
the second receiving module is used for receiving page configuration information aiming at the target template;
and the configuration module is used for configuring the target template according to the page configuration information to obtain the target applet.
In an optional implementation manner, the applet generating apparatus further includes:
a third receiving module, configured to receive a component selection request;
a second selection module for selecting a target component from a component database for storing one or more components according to the component selection request;
the combination module is used for combining the target components to obtain an applet template or a business template with a pure interface, wherein the business template has an interactive interface;
and the first storage module is used for storing the applet template with the pure interface or the service template into the template database.
In an optional implementation manner, the applet generating apparatus further includes:
a fourth receiving module, configured to receive a template download request after the service template is stored in the template database;
the first sending module is used for sending the service template to the terminal equipment according to the template downloading request;
a fifth receiving module, configured to receive an adjusted service template returned by the terminal device, where the adjusted service template is obtained by associating, by the terminal device, each component in the service template according to a preset service logic;
and the second storage module is used for storing the adjusted service template to the template database.
In an optional implementation manner, the applet generating apparatus further includes:
and the display module is used for displaying the target applet in real time when the target template is configured according to the page configuration information.
In an alternative implementation, the display module includes:
a sixth receiving module, configured to receive component information corresponding to each component in the target template;
the component information obtaining module is used for obtaining component codes corresponding to all components in the target template according to the component information;
the packaging module is used for packaging the component codes into an application program;
the address generation module is used for generating a URL address for the application program;
and the second sending module is used for sending the URL address to terminal equipment, and the terminal equipment accesses the page corresponding to the target applet according to the URL address.
In an optional implementation manner, the applet generating apparatus further includes:
the issuing module is used for issuing the target small program to a small program platform; alternatively, the first and second electrodes may be,
and the third sending module is used for sending the target applet to the terminal equipment.
In a third aspect, based on the same inventive concept as the applet generating method in the foregoing embodiments, an embodiment of this specification further provides a computer device, as shown in fig. 5. The computer device comprises a memory 504, a processor 502 and a computer program stored on the memory 504 and executable on the processor 502, the processor 502 implementing the steps of the applet generating method in the preceding embodiments when executing the computer program.
In FIG. 5, a bus architecture is represented by the bus 500, which bus 500 may include any number of interconnected buses and bridges, with the bus 500 linking together various circuits including one or more processors, represented by the processor 502, and memory, represented by the memory 504. The bus 500 may also link together various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. A bus interface 505 provides an interface between the bus 500 and the receiver 501 and transmitter 503. The receiver 501 and the transmitter 503 may be the same element, i.e. a transceiver, providing a means for communicating with various other apparatus over a transmission medium. The processor 502 is responsible for managing the bus 500 and general processing, and the memory 504 may be used for storing data used by the processor 502 in performing operations.
In a fourth aspect, based on the same inventive concept as the applet generating method in the foregoing embodiments, the present specification embodiment also provides a computer readable storage medium on which a computer program is stored, which when executed by a processor, implements the steps of the applet generating method in the foregoing embodiments.
The description has been presented with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the description. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present specification have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all changes and modifications that fall within the scope of the specification.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present specification without departing from the spirit and scope of the specification. Thus, if such modifications and variations of the present specification fall within the scope of the claims of the present specification and their equivalents, the specification is intended to include such modifications and variations.

Claims (14)

1. An applet generating method comprising:
receiving a template selection request;
selecting a target template from a template database according to the template selection request, wherein the template database is used for storing more than one small program template;
receiving page configuration information aiming at the target template;
and configuring the target template according to the page configuration information to obtain a target applet.
2. The method of claim 1, the applet template being obtained by:
receiving a component selection request;
selecting a target component from a component database according to the component selection request, wherein the component database is used for storing more than one component;
combining the target components to obtain an applet template or a business template with a pure interface, wherein the business template has an interactive interface;
and storing the applet template with the pure interface or the service template into the template database.
3. The method of claim 2, the applet template being obtained by:
after the business template is stored in the template database, a template downloading request is received;
sending the service template to terminal equipment according to the template downloading request;
receiving an adjusted service template returned by the terminal equipment, wherein the adjusted service template is obtained by associating each component in the service template by the terminal equipment according to a preset service logic;
and storing the adjusted service template into the template database.
4. The method of claim 1, when the target template is configured according to the page configuration information, further comprising:
and displaying the target small program in real time.
5. The method of claim 4, the displaying the target applet in real-time comprising:
receiving component information corresponding to each component in the target template;
acquiring component codes corresponding to all components in the target template according to the component information;
packaging the component code into an application;
generating a URL address for the application;
and sending the URL address to terminal equipment, and accessing the page corresponding to the target applet by the terminal equipment according to the URL address.
6. The method of claim 1, after the obtaining a target applet, further comprising:
issuing the target applet to an applet platform; alternatively, the first and second electrodes may be,
and sending the target applet to terminal equipment.
7. An applet generating apparatus comprising:
the first receiving module is used for receiving a template selection request;
the first selection module is used for selecting a target template from a template database according to the template selection request, wherein the template database is used for storing more than one small program template;
the second receiving module is used for receiving page configuration information aiming at the target template;
and the configuration module is used for configuring the target template according to the page configuration information to obtain the target applet.
8. The apparatus of claim 7, further comprising:
a third receiving module, configured to receive a component selection request;
a second selection module for selecting a target component from a component database for storing one or more components according to the component selection request;
the combination module is used for combining the target components to obtain an applet template or a business template with a pure interface, wherein the business template has an interactive interface;
and the first storage module is used for storing the applet template with the pure interface or the service template into the template database.
9. The apparatus of claim 8, further comprising:
a fourth receiving module, configured to receive a template download request after the service template is stored in the template database;
the first sending module is used for sending the service template to the terminal equipment according to the template downloading request;
a fifth receiving module, configured to receive an adjusted service template returned by the terminal device, where the adjusted service template is obtained by associating, by the terminal device, each component in the service template according to a preset service logic;
and the second storage module is used for storing the adjusted service template to the template database.
10. The apparatus of claim 7, further comprising:
and the display module is used for displaying the target applet in real time when the target template is configured according to the page configuration information.
11. The apparatus of claim 10, the display module comprising:
a sixth receiving module, configured to receive component information corresponding to each component in the target template;
the component information obtaining module is used for obtaining component codes corresponding to all components in the target template according to the component information;
the packaging module is used for packaging the component codes into an application program;
the address generation module is used for generating a URL address for the application program;
and the second sending module is used for sending the URL address to terminal equipment, and the terminal equipment accesses the page corresponding to the target applet according to the URL address.
12. The apparatus of claim 7, further comprising:
the issuing module is used for issuing the target small program to a small program platform; alternatively, the first and second electrodes may be,
and the third sending module is used for sending the target applet to the terminal equipment.
13. A server comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the applet generating method as claimed in any one of claims 1 to 6 when executing the computer program.
14. 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 applet generating method as claimed in any one of the claims 1 to 6.
CN201910875930.4A 2019-09-17 2019-09-17 Applet generation method and apparatus Pending CN110727431A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN201910875930.4A CN110727431A (en) 2019-09-17 2019-09-17 Applet generation method and apparatus
TW109116400A TWI757743B (en) 2019-09-17 2020-05-18 Mini program generation method and device
PCT/CN2020/097339 WO2021051913A1 (en) 2019-09-17 2020-06-22 Method and device for generating applet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910875930.4A CN110727431A (en) 2019-09-17 2019-09-17 Applet generation method and apparatus

Publications (1)

Publication Number Publication Date
CN110727431A true CN110727431A (en) 2020-01-24

Family

ID=69219074

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910875930.4A Pending CN110727431A (en) 2019-09-17 2019-09-17 Applet generation method and apparatus

Country Status (3)

Country Link
CN (1) CN110727431A (en)
TW (1) TWI757743B (en)
WO (1) WO2021051913A1 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338690A (en) * 2020-03-25 2020-06-26 北京顺达同行科技有限公司 Method and device for configuring pages of small program shop, computer equipment and storage medium
CN111367523A (en) * 2020-03-16 2020-07-03 杭州涂鸦信息技术有限公司 Dynamic UI (user interface) matching method and system for small program
CN111506300A (en) * 2020-04-22 2020-08-07 上海极链网络科技有限公司 Applet generation method, device, equipment and storage medium
CN111580820A (en) * 2020-05-25 2020-08-25 泰康保险集团股份有限公司 Applet generation method and device
CN111708528A (en) * 2020-06-15 2020-09-25 中国建设银行股份有限公司 Method, device and equipment for generating small program and storage medium
CN111966348A (en) * 2020-08-25 2020-11-20 浙江云蚁信息科技有限公司 One-key small program publishing system
CN112230915A (en) * 2020-09-07 2021-01-15 长沙市到家悠享家政服务有限公司 Page generation method and device and electronic equipment
WO2021051913A1 (en) * 2019-09-17 2021-03-25 创新先进技术有限公司 Method and device for generating applet
CN113282291A (en) * 2021-06-10 2021-08-20 豆盟(北京)科技股份有限公司 Method, device and equipment for generating small program and storage medium
CN113687892A (en) * 2021-07-30 2021-11-23 阿里巴巴新加坡控股有限公司 Page processing method and device and computer program product
CN113961272A (en) * 2021-12-20 2022-01-21 广州半城云信息科技有限公司 Personalized page display method and system
WO2023045694A1 (en) * 2021-09-23 2023-03-30 北京火山引擎科技有限公司 Data transmission method and apparatus, and readable medium and electronic device

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113419710B (en) * 2021-06-25 2024-03-15 北京悟空出行科技有限公司 Development method and device of applet, electronic equipment and medium
CN114398032B (en) * 2021-12-20 2022-08-09 北京时空墨科技有限公司 Program writing method, apparatus and medium
CN114546384A (en) * 2022-02-24 2022-05-27 盐城金堤科技有限公司 Page display system, page display method, readable storage medium and electronic equipment
CN115423335A (en) * 2022-09-14 2022-12-02 易纳购科技(北京)有限公司 Project creation method and device, storage medium and computer equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107577459A (en) * 2017-08-21 2018-01-12 杰为软件系统(深圳)有限公司 A kind of towed cross-platform development system and method based on modularization
CN108196832A (en) * 2018-01-09 2018-06-22 安徽小马创意科技股份有限公司 It is a kind of to realize the method that wechat small routine is made to support the exploitation of Custom component formula
WO2018177260A1 (en) * 2017-03-28 2018-10-04 腾讯科技(深圳)有限公司 Application development method and tool, device, and storage medium thereof
WO2019003252A1 (en) * 2017-06-30 2019-01-03 Ashish Belagali System for creating one or more deployable applications and source code thereof using reusable components and method therefor
CN110058854A (en) * 2019-04-24 2019-07-26 上海连尚网络科技有限公司 For generating method, terminal device and the computer-readable medium of application
CN110209388A (en) * 2019-05-29 2019-09-06 广州酷车信息科技有限公司 The generation method of applet file

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9524273B2 (en) * 2013-03-11 2016-12-20 Oracle International Corporation Method and system for generating a web page layout using nested drop zone widgets having different software functionalities
TWI629602B (en) * 2013-12-31 2018-07-11 正修學校財團法人正修科技大學 Method for automatically generating website interactive program
KR101755403B1 (en) * 2014-09-15 2017-07-11 주식회사 피플러스 Method, server and computer program for creation and provision of applications
CN108132942A (en) * 2016-11-30 2018-06-08 北京国双科技有限公司 A kind of page generation method and terminal
CN108762878A (en) * 2018-06-05 2018-11-06 广州视源电子科技股份有限公司 A kind of application program interactive interface creating method, device, equipment and storage medium
CN109213486A (en) * 2018-08-20 2019-01-15 北京百度网讯科技有限公司 Method and apparatus for generating customized visualization component
CN109885291A (en) * 2019-01-25 2019-06-14 深圳市元征科技股份有限公司 A kind of code automatic generation method and code generator
CN110727431A (en) * 2019-09-17 2020-01-24 阿里巴巴集团控股有限公司 Applet generation method and apparatus

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018177260A1 (en) * 2017-03-28 2018-10-04 腾讯科技(深圳)有限公司 Application development method and tool, device, and storage medium thereof
WO2019003252A1 (en) * 2017-06-30 2019-01-03 Ashish Belagali System for creating one or more deployable applications and source code thereof using reusable components and method therefor
CN107577459A (en) * 2017-08-21 2018-01-12 杰为软件系统(深圳)有限公司 A kind of towed cross-platform development system and method based on modularization
CN108196832A (en) * 2018-01-09 2018-06-22 安徽小马创意科技股份有限公司 It is a kind of to realize the method that wechat small routine is made to support the exploitation of Custom component formula
CN110058854A (en) * 2019-04-24 2019-07-26 上海连尚网络科技有限公司 For generating method, terminal device and the computer-readable medium of application
CN110209388A (en) * 2019-05-29 2019-09-06 广州酷车信息科技有限公司 The generation method of applet file

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
ADMIN: ""saas小程序用户--模板库模板使用和自定义模板新建"", 《HTTP://WWW.HISHANG.COM/EC/TPSHOP/HELP/502.HTML》 *
上线君: ""如何制作一个餐饮小程序?超全教程来了!"", 《HTTPS://WWW.SXL.CN/CONTENT/BLOG/FOOD/》 *
姚健燕: ""浅析新媒体时代出版企业小程序应用及发展对策"", 《出版参考》 *
李文奎: "《微信小程序开发与运营》", 31 August 2018, 北京理工大学出版社 *
陈巧莉 等: "《ASP.NET项目开发一体化教程》", 31 January 2017, 上海交通大学出版社 *
高平: ""基于微信小程序的企业广告系统搭建"", 《数字技术与应用》 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021051913A1 (en) * 2019-09-17 2021-03-25 创新先进技术有限公司 Method and device for generating applet
CN111367523A (en) * 2020-03-16 2020-07-03 杭州涂鸦信息技术有限公司 Dynamic UI (user interface) matching method and system for small program
CN111338690A (en) * 2020-03-25 2020-06-26 北京顺达同行科技有限公司 Method and device for configuring pages of small program shop, computer equipment and storage medium
CN111506300A (en) * 2020-04-22 2020-08-07 上海极链网络科技有限公司 Applet generation method, device, equipment and storage medium
CN111580820B (en) * 2020-05-25 2023-09-15 泰康保险集团股份有限公司 Applet generation method and device
CN111580820A (en) * 2020-05-25 2020-08-25 泰康保险集团股份有限公司 Applet generation method and device
CN111708528A (en) * 2020-06-15 2020-09-25 中国建设银行股份有限公司 Method, device and equipment for generating small program and storage medium
CN111966348A (en) * 2020-08-25 2020-11-20 浙江云蚁信息科技有限公司 One-key small program publishing system
CN112230915A (en) * 2020-09-07 2021-01-15 长沙市到家悠享家政服务有限公司 Page generation method and device and electronic equipment
CN113282291A (en) * 2021-06-10 2021-08-20 豆盟(北京)科技股份有限公司 Method, device and equipment for generating small program and storage medium
CN113687892A (en) * 2021-07-30 2021-11-23 阿里巴巴新加坡控股有限公司 Page processing method and device and computer program product
WO2023045694A1 (en) * 2021-09-23 2023-03-30 北京火山引擎科技有限公司 Data transmission method and apparatus, and readable medium and electronic device
CN113961272A (en) * 2021-12-20 2022-01-21 广州半城云信息科技有限公司 Personalized page display method and system

Also Published As

Publication number Publication date
TWI757743B (en) 2022-03-11
TW202113586A (en) 2021-04-01
WO2021051913A1 (en) 2021-03-25

Similar Documents

Publication Publication Date Title
CN110727431A (en) Applet generation method and apparatus
CN107391114B (en) Page visual rendering method and device
US11132114B2 (en) Method and apparatus for generating customized visualization component
CN109194714B (en) File pushing method and device, terminal device and storage medium
US20150149885A1 (en) Systems and Methods for Contextual Vocabularies and Customer Segmentation
CN108228873A (en) Object recommendation, publication content delivery method, device, storage medium and equipment
CN105260420A (en) Method and device for providing target page in mobile application
KR102454954B1 (en) Action indicator for search action output element
CN105446989A (en) Search method and device, and display device
CN111045653B (en) System generation method and device, computer readable medium and electronic equipment
CN112416328A (en) Multi-platform small program mall construction method, device, equipment and medium
CN108702377A (en) For for the suggestion of intelligent mobile object, start and the system of automatically or semi-automatically downloading application
CN114036439A (en) Website building method, device, medium and electronic equipment
CN111612504A (en) Information sending method and device for task completion user and electronic equipment
CN107735785A (en) Automated information retrieval
KR20220153993A (en) Electronic device for design and sales for product based on oline to offline and method for operating thereof
CN115701299A (en) Combined local and server context menu
US20150012354A1 (en) Method and System for Placing and Presenting Advertisements
JP6304433B2 (en) Information processing apparatus, server, processing method thereof, and program
CN106998350B (en) Method and system for using frame based on function item of cross-user message
CN114090002A (en) Front-end interface construction method and device, electronic equipment and storage medium
Shrivastava Learning Salesforce Einstein
CN112905178A (en) Method, device, equipment and medium for generating business function page
KR101884648B1 (en) Method, apparatus and computer-readable medium for web-site development through sketch screen creation
CN107357796B (en) Network information acquisition method, equipment and programmable equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201012

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20201012

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman Islands

Applicant after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Applicant before: Alibaba Group Holding Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200124