CN110825374A - Page generation method and device based on component, electronic equipment and storage medium - Google Patents

Page generation method and device based on component, electronic equipment and storage medium Download PDF

Info

Publication number
CN110825374A
CN110825374A CN201911067897.9A CN201911067897A CN110825374A CN 110825374 A CN110825374 A CN 110825374A CN 201911067897 A CN201911067897 A CN 201911067897A CN 110825374 A CN110825374 A CN 110825374A
Authority
CN
China
Prior art keywords
component
template
target
page
attribute
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
CN201911067897.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.)
Taikang Insurance Group Co Ltd
Taikang Online Property Insurance Co Ltd
Original Assignee
Taikang Insurance Group Co Ltd
Taikang Online Property Insurance 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 Taikang Insurance Group Co Ltd, Taikang Online Property Insurance Co Ltd filed Critical Taikang Insurance Group Co Ltd
Priority to CN201911067897.9A priority Critical patent/CN110825374A/en
Publication of CN110825374A publication Critical patent/CN110825374A/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
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/08Insurance

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • Human Computer Interaction (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Stored Programmes (AREA)

Abstract

The disclosure relates to a page generation method and device based on components, electronic equipment and a storage medium, relates to the technical field of computers, and can be applied to a scene of calling corresponding components to generate corresponding target pages according to different product characteristics. The page generation method based on the components comprises the following steps: determining key characteristics of a target service; searching a template component corresponding to the target service in a component library according to the key characteristics; wherein the template component comprises a plurality of component attributes; determining a component attribute value for each component attribute in response to a configuration operation for each component attribute; and generating a target component according to the attribute values of the components, and generating a target page corresponding to the target component. According to the method and the system, some complex functions can be packaged into the service components according to the characteristics of the insurance products, and a user can call the corresponding components and generate corresponding target pages through simple configuration operation so as to realize different insurance application processes.

Description

Page generation method and device based on component, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a component-based page generation method, a page generation apparatus, an electronic device, and a computer-readable storage medium.
Background
The internet insurance selling process has the characteristics of wide product range, large product difference, high updating speed and the like, and based on the characteristics, the internet insurance selling process is technically realized, namely when a user applies the insurance process, one solution is as follows: a sales flow can be developed for each product such that no differences between different products are considered and any modification of a product does not affect other products.
However, the development time consumed by the development method is too long, and the code change, test and online time compression of each product is not too much; in addition, if the product is required to be transversely improved, the related processes are too many, and the workload is huge.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
The disclosure aims to provide a component-based page generation method, a page generation device, an electronic device and a computer-readable storage medium, so as to overcome the problem that the development process is too complex due to the characteristics of wide product range, large difference, high updating speed and the like of insurance products at least to a certain extent.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows, or in part will be obvious from the description, or may be learned by practice of the invention.
According to a first aspect of the present disclosure, there is provided a component-based page generation method, including: determining key characteristics of a target service; searching a template component corresponding to the target service in a component library according to the key characteristics; wherein the template component comprises a plurality of component attributes; determining a component attribute value for each component attribute in response to a configuration operation for each component attribute; and generating a target component according to the attribute values of the components, and generating a target page corresponding to the target component.
Optionally, before determining the key features of the target service, the method further includes: determining key fields and key field values of the template components; wherein, the key field includes: attribute names, attribute descriptions and application scene descriptions; determining a plurality of basic components corresponding to the template components according to the key field values; and packaging the plurality of basic assemblies to form the template assembly.
Optionally, encapsulating the plurality of basic assemblies to form a template assembly, including: acquiring a base class corresponding to the template component; performing inheritance operation according to the base class to generate a component class corresponding to the template component; determining attributes and implementing functions based on the component classes; packaging the attributes and the implementation functions to form a template component class; wherein the template component class is used to implement the template component.
Optionally, after the attribute and the implementation function are encapsulated to form the template component class, the method further includes: obtaining a label template; configuring the label attribute of the label template according to the template component class to form a target label corresponding to the template component; and storing the target label in a label library.
Optionally, determining a component attribute value of each component attribute in response to the configuration operation for each component attribute includes: acquiring a page template, wherein the page template is a carrier for configuring the attributes of the components; adding a label library corresponding to the template component on the page template; and performing configuration operation on the component attribute according to the key characteristic to determine the component attribute value.
Optionally, generating the target component according to the component attribute value includes: calling a basic component corresponding to the component attribute value according to the component attribute value; the base components are combined to generate the target components.
Optionally, generating a target page corresponding to the target component includes: rewriting the implementation function in the template component class; acquiring a page file corresponding to the target component through the rewritten realization function; and generating a target page according to the page file.
According to a second aspect of the present disclosure, there is provided a page generating apparatus, including: the service determining module is used for determining key characteristics of the target service; the component searching module is used for searching a template component corresponding to the target service in the component library according to the key characteristics; wherein the template component comprises a plurality of component attributes; an attribute value determination module for determining a component attribute value for each component attribute in response to a configuration operation for each component attribute; and the page generation module is used for generating a target component according to the attribute value of each component and generating a target page corresponding to the target component.
Optionally, the page generating apparatus further includes a component packaging module, configured to determine a key field and a key field value of the template component; wherein, the key field includes: attribute names, attribute descriptions and application scene descriptions; determining a plurality of basic components corresponding to the template components according to the key field values; and packaging the plurality of basic assemblies to form the template assembly.
Optionally, the component encapsulation module includes a component class generation unit, configured to obtain a base class corresponding to the template component; performing inheritance operation according to the base class to generate a component class corresponding to the template component; determining attributes and implementing functions based on the component classes; packaging the attributes and the implementation functions to form a template component class; wherein the template component class is used to implement the template component.
Optionally, the page generating apparatus further includes a tag library creating module, configured to obtain a tag template; configuring the label attribute of the label template according to the template component class to form a target label corresponding to the template component; and storing the target label in a label library.
Optionally, the attribute value determining module includes an attribute value determining unit, configured to obtain a page template, where the page template is a carrier for performing configuration operation on the component attribute; adding a label library corresponding to the template component on the page template; and performing configuration operation on the component attribute according to the key characteristic to determine the component attribute value.
Optionally, the page generating module includes a component generating unit, configured to call, according to the component attribute value, a basic component corresponding to the component attribute value; the base components are combined to generate the target components.
Optionally, the page generating module includes a page generating unit, configured to rewrite the implementation function in the template component class; acquiring a page file corresponding to the target component through the rewritten realization function; and generating a target page according to the page file.
According to a third aspect of the present disclosure, there is provided an electronic device comprising: a processor; and a memory having stored thereon computer readable instructions which, when executed by the processor, implement the component-based page generation method according to any of the above.
According to a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a component-based page generation method according to any one of the above.
The technical scheme provided by the disclosure can comprise the following beneficial effects:
in the page generation method based on the components in the exemplary embodiment of the disclosure, firstly, key characteristics of a target service are determined; secondly, searching a template component corresponding to the target service in a component library according to the key characteristics; wherein the template component comprises a plurality of component attributes; thirdly, in response to the configuration operation aiming at each component attribute, determining the component attribute value of each component attribute; next, a target component is generated according to the component attribute values, and a target page corresponding to the target component is generated. According to the page generation method based on the components, on one hand, after the target service and the key features of the target service are determined according to the development requirement, the corresponding template components can be searched according to the determined key features, so that the corresponding target components are generated after the component templates are configured. On the other hand, after the template component corresponding to the target service is found in the component library, the component attribute of the template component can be configured, and the component attribute value corresponding to the template component is determined, so that the corresponding target component can be generated according to the determined component attribute value. On the other hand, the user can call the template component according to the key features of the target service and perform corresponding configuration operation on the component attribute value to generate the target component, so that the development difficulty of the user is reduced, and the development time is shortened.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty. In the drawings:
FIG. 1 schematically illustrates a flow chart of a component-based page generation method according to an exemplary embodiment of the present disclosure;
FIG. 2 schematically illustrates a page shot of a generated target page in accordance with an exemplary embodiment of the present disclosure;
FIG. 3 schematically illustrates a first block diagram of a page generation apparatus according to an exemplary embodiment of the present disclosure;
FIG. 4 schematically illustrates a second block diagram of a page generation apparatus according to an exemplary embodiment of the present disclosure;
FIG. 5 schematically illustrates a block diagram of a component packaging module according to an exemplary embodiment of the present disclosure;
FIG. 6 schematically illustrates a third block diagram of a page generation apparatus according to an exemplary embodiment of the present disclosure;
FIG. 7 schematically illustrates a block diagram of an attribute value determination module according to an exemplary embodiment of the present disclosure;
FIG. 8 schematically illustrates a first block diagram of a page generation module, according to an exemplary embodiment of the present disclosure;
FIG. 9 schematically illustrates a second block diagram of a page generation module, according to an exemplary embodiment of the present disclosure;
FIG. 10 schematically illustrates a block diagram of an electronic device according to an exemplary embodiment of the present disclosure;
fig. 11 schematically illustrates a schematic diagram of a computer-readable storage medium according to an exemplary embodiment of the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The same reference numerals denote the same or similar parts in the drawings, and thus, a repetitive description thereof will be omitted.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the disclosure. One skilled in the relevant art will recognize, however, that the subject matter of the present disclosure can be practiced without one or more of the specific details, or with other methods, components, devices, steps, and so forth. In other instances, well-known structures, methods, devices, implementations, materials, or operations are not shown or described in detail to avoid obscuring aspects of the disclosure.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. That is, these functional entities may be implemented in the form of software, or in one or more software-hardened modules, or in different networks and/or processor devices and/or microcontroller devices.
The internet insurance products have the characteristics of wide product range, large product difference, high updating speed and the like, and when insurance products are subjected to insurance application process development, if a corresponding insurance application process is developed for each product, the workload of the development process is very huge. For different products, the corresponding rules of the products are complicated, and the content of different products changes more greatly along with different use scenes. The above characteristics make development difficult for developers unfamiliar with service scenarios, and errors are easy to occur in the development process.
Based on this, in the present exemplary embodiment, first, a component-based page generation method is provided, and the component-based page generation method of the present disclosure may be implemented by using a server, and the method of the present disclosure may also be implemented by using a terminal device, where the terminal device may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palm computer, a Personal Digital Assistant (PDA), and a fixed terminal such as a desktop computer. FIG. 1 schematically illustrates a schematic diagram of a component-based page generation method flow, according to some embodiments of the present disclosure. Referring to fig. 1, the component-based page generation method may include the steps of:
step S110, determining key features of the target service.
Step S120, searching a template component corresponding to the target service in a component library according to the key characteristics; wherein the template component includes a plurality of component attributes.
Step S130, determining a component attribute value of each component attribute in response to the configuration operation for each component attribute.
Step S140, generating a target component according to the component attribute values, and generating a target page corresponding to the target component.
According to the component-based page generation method in the embodiment, on one hand, after the target service and the key features of the target service are determined according to the development requirement, the corresponding template component can be searched according to the determined key features, so that the corresponding target component is generated after the component template is configured. On the other hand, after the template component corresponding to the target service is found in the component library, the component attribute of the template component can be configured, and the component attribute value corresponding to the template component is determined, so that the corresponding target component can be generated according to the determined component attribute value. On the other hand, the user can call the template component according to the key features of the target service and perform corresponding configuration operation on the component attribute value to generate the target component, so that the development difficulty of the user is reduced, and the development time is shortened.
Next, the component-based page generation method in the present exemplary embodiment will be further described.
In step S110, key features of the target service are determined.
In some exemplary embodiments of the present disclosure, the target service may be a specific service determined by a user according to a program product to be developed; wherein the user may be a program developer. For example, in the internet insurance industry, internet insurance products may include, but are not limited to, accident insurance, travel insurance, health insurance, financing insurance, major insurance, endowment insurance, and the like. When a developer develops a program, the specific service to be implemented can be determined according to the development requirement.
The key features may be features that ensure that a particular target service achieves a desired implementation. For example, in the process of self-service purchase of insurance product purchasers, the purchasers firstly fill in personal information, and for different insurance products, the information pages returned to the purchasers are different, for example, career information is required to be filled in for accident, travel destination information is required to be filled in for travel insurance, height and weight information is required to be filled in for health insurance, and the like. After the key features corresponding to different insurance products are determined, the corresponding information pages can be developed for different products, and the corresponding information pages are displayed to purchasers.
According to some example embodiments of the present disclosure, a key field and a key field value of a template component are determined; wherein, the key field includes: attribute names, attribute descriptions and application scene descriptions; determining a plurality of basic components corresponding to the template components according to the key field values; and packaging the plurality of basic assemblies to form the template assembly.
The template component can be a preset packaged component with a specific service meaning, the template component can be a service component comprising a plurality of component attributes, the template component has stronger abstract capability and packages complex code implementation, and only a simple interface is exposed to a user. For example, in an insurance product scenario, when a purchaser purchases an insurance product, the purchaser needs to fill in personal information first, and when filling in the personal information, the purchaser needs to generate a corresponding information page by using a user information component and display the information page to the user for filling in the personal information. Internet insurance products typically involve a buyer filling out the scene of an applicant, an insured life, and a beneficiary.
By integrating key features of various insurance products, the attributes of some common information components can be abstracted, and key fields of module components including but not limited to an applicant component, an insured component, a beneficiary component and the like are determined, wherein the module components respectively have respective specific business meanings. The key fields of the template component may include, but are not limited to, an attribute name, an attribute description, an application scenario description, and the like. The key field value may be a specific value corresponding to the key field.
The key fields and key field values of the applicant component, the insured component, the beneficiary component will be described in detail in this disclosure. Referring to table 1, attributes, attribute descriptions, application scene descriptions, and the like corresponding to the Applicant component appliant, the insured component Insurant, the casual insurance beneficiary component Bene, and the survival insurance beneficiary component surfbene are listed in table 1, respectively.
TABLE 1
Figure BDA0002259975810000081
Figure BDA0002259975810000091
The base component may be a component that is capable of some basic functionality, and may include, for example and without limitation, a drop-down box component, a calendar component, an input box component, and the like. From the key field values in table 1, the underlying components corresponding to the applicant component, the insured component, the insurance benefit from the accident component, and the insurance benefit from the survival component, respectively, can be determined. After the base components corresponding to the template components are determined, the base components may be encapsulated to form each template component. In a specific implementation process, a developer can create a target component corresponding to an actual development requirement according to a template component which is packaged in advance, and generate a corresponding target page according to the created target component.
In particular, some attribute meanings of the respective template components may be exemplified. In the applicant component, the attribute titleType may represent a title display mode, and the actual meaning represented by the component when the target page is generated again may be determined by setting a specific attribute value of the attribute titleType, for example, when the value of the attribute titleType is A, information in the applicant component may only represent an applicant; when the value of the attribute titleType is AI, the information in the applicant component may represent both the applicant and the insured life. Different attribute values can not only represent the difference of names, if data storage is needed for an applicant and an insured in the background of the system, when the attribute value is AI, the system automatically copies the information of the applicant to the information of the insured, the packaging is transparent to users, common developers do not need to care about specific implementation details, and the development difficulty and the error probability are reduced.
The optional fields attribute can be displayed according to different configuration jobs (vocation), heights (height) and weights (weight) of products in the flow, and specific implementation codes are already built in the components in the component packaging process. When the application process requires that the applicant has a new project of 'visa mechanism' to be filled, the components can be changed, the attribute of options networks is unchanged, products of the visa mechanism need to be added, the attribute can be 'vocation, visa', other products are unchanged, and the whole implementation process is very simple.
The visibility attribute of the insured component Insurant can indicate whether to display or not, when the product is applied to minor and minor, the attribute is set as visible, the insured component can be identified to display, and meanwhile, background data does not take values from the interface.
The beneficiary component corresponds to two components, Bene can represent an accident insurance benefit beneficiary component, surfbene can represent a survival insurance benefit beneficiary component, and the two components represent beneficiaries under different scenes in an insurance product and are not crossed generally. When the showOther attribute value of the shop component is set to be Y, the showOther attribute value can show that when the option appears, the interfaces of a plurality of beneficiaries appear to be filled in after the option is selected; in addition, for the showBeneCopy attribute, setting Y can indicate that the option appears, and after checking, the value is taken from the applicant component and copied to the first beneficiary list.
According to the specific meaning of the attribute field value, when the template component is generated, the corresponding implementation code can be packaged in the template component.
According to another exemplary embodiment of the present disclosure, a base class corresponding to a template component is obtained; performing inheritance operation according to the base class to generate a component class corresponding to the template component; determining attributes and implementing functions based on the component classes; packaging the attributes and the implementation functions to form a template component class; wherein the template component class is used to implement the template component.
The base class may be the class required in the code program to implement the template component in detail. The component class may be a class corresponding to the template component that was created when the target component was implemented. The implementation function, i.e., the implementation method, may be an implementation method employed in implementing the target component. And encapsulating the implementation function in the template component, and enabling a developer to call the corresponding template component subsequently and rewrite the implementation function to generate the target component.
When generating the template component, a Java Server Pages (JSP) custom tag technique may be employed. Taking the Applicant component as an example, the component class corresponding to the Applicant component is the Appliant class. When defining the Appliant class, the SimpleTagSupport class needs to be inherited from the SimpleTagSupport base class; wherein, the SimpleTagSupport base class is a base class of the user-defined label. A series of attributes such as optional fields and lockFields can be determined in the appliant class, and some methods to be realized by the Applicant component can be realized in a self-defined label realization method, namely a doTag method. After the attributes such as optional fields and lockFields and the doTag method are encapsulated, the encapsulated attributes are written into an Applique class, and a template component class corresponding to the Applicant component can be formed: an Appliant class. The template component class may be used to implement template components.
According to yet another exemplary embodiment of the present disclosure, a tag template is obtained; configuring the label attribute of the label template according to the template component class to form a target label corresponding to the template component; and storing the target label in a label library. The tag template may be a tag template used to write custom tags to implement the template component. The tag attributes may be attributes to be configured for implementing a custom tag. The target label can be a label formed after the label attribute is configured, and the user can realize the target component by calling the target label. The tag library may be used to store the configured target tags.
For example, the tag library may be an Extensible Markup Language (XML) file, and when defining the applicant component, the tag name corresponding to the applicant component may be determined to be applicant, and a tag template having a "< tag > </tag >" tag is obtained, and corresponding configuration operations are performed on some tag attributes of the applicant in the tag template, so as to use the configured applicant as a target tag. Specifically, the configuration operation procedure for the application tag is as follows.
Figure BDA0002259975810000111
The above process performs relevant configuration on the properties of optional fields and lockFields, for example, the configuration operation on the properties of optional fields may indicate that no required item exists in the optional fields before the form is submitted.
It is easily understood by those skilled in the art that the writing methods of the tags corresponding to the insured assembly, the incidental insurance beneficiary assembly, the survival insurance beneficiary assembly, etc. are similar to the writing methods of the tags corresponding to the insurant assembly, and the corresponding configuration operations can be performed according to the requirements of specific services, and the disclosure does not make any special limitation.
In step S120, a template component corresponding to the target service is searched in the component library according to the key feature; wherein the template component includes a plurality of component attributes.
In some exemplary embodiments of the disclosure, the component library may be a component library composed of business components with business meanings developed by a developer by integrating features of multiple business products. The component library may include a plurality of template components, so that a developer invokes the template components from the component library to perform configuration operation processing, and then generates corresponding target components. The target component may be a component generated after performing a configuration operation on a component attribute of the component assembly to implement the target service.
For example, the development requirements for a long-term life-threatening product are: an adult man applies insurance for himself, when the user clicks to fill in personal information, the user jumps to a target page to display an insurance applicant information component, and because the insurance applicant and an insured are the same person, the 'insurance applicant personal information' becomes 'insurance applicant and insured information', and one column of the insured personal information does not appear. Therefore, when the page development is carried out, the template component corresponding to the applicant component is called, and after the corresponding configuration operation is carried out on the applicant template component, the corresponding target page can be generated according to the applicant component after the configuration is finished.
In step S130, in response to the configuration operation for each component attribute, a component attribute value of each component attribute is determined.
In some exemplary embodiments of the present disclosure, the configuration operation may be a related operation performed by a user on a component attribute of the component assembly according to the development requirement to generate a corresponding target component to implement the corresponding development requirement. The component attribute value may be an attribute value corresponding to the component attribute, and in an actual development scenario, a developer may perform configuration operation on the component attribute of the component assembly to determine each component attribute value corresponding to the component attribute in the implementation process of the current development requirement.
According to some exemplary embodiments of the present disclosure, a page template is obtained, wherein the page template is a carrier for performing configuration operation on component attributes; adding a label library corresponding to the template component on the page template; and performing configuration operation on the component attribute according to the key characteristic to determine the component attribute value. The page template can be a carrier for configuring the template component to form a target component and generating the information presentation page according to the target component. Through the page template, a developer can configure component attributes of the component assembly to determine component attribute values. When a developer develops a corresponding information display page according to different product characteristics, a tag library corresponding to a template component can be added to a page template so as to configure the component attributes based on the tag library.
After the component attributes are configured according to the key features of the target service, the component attribute values corresponding to the component attributes of the target component when the target service is to be realized can be determined. For example, taking the configuration operation of the component attributes of the applicant component as an example, the specific configuration process is as follows:
Figure BDA0002259975810000131
in this embodiment, a JSP technology may be used to implement a specific configuration operation, and first, in the configuration process, a tag library name and a named prefix corresponding to a template component are included to refer to an established tag library. For example, in the configuration process, a tag library tknsure.tld can be introduced into the page template; the corresponding naming prefix is tknsure, that is, the name of the tag library is tknsure, and in the actual application configuration operation, the name of the tag library can be modified correspondingly. Application can indicate that an applicant component is invoked, the optional fields property is assigned "height, weight", indicating that the optional fields are height and weight, and there is no lock field. Through the simple calling, the information of the policyholder (with the body and the weight) can be displayed.
In practical application scenarios, for example, for long-term life insurance, risk control requires that the applicant be over 18 years old and only invest insurance, so that the "applicant personal information" becomes "applicant and insured information", and a column of insured personal information does not appear, so that the insurance benefit beneficiary must fill in. For health insurance, some products allow the insured to be minor, the insured chooses minor, then the applicant must be the parent insured and a list of insured personal information must appear, since health insurance is not responsible for the life of the insurance fund, then the beneficiary cannot appear; if the health insurance premium measurement selects adults, then only the insurance can be applied to the adults, then one column of the insured life and the casualty beneficiary cannot appear, and one column of height and weight is displayed on one column of the applicant. For products in one year or below, the self-service beneficiary can be defaulted to a legal inheritor, and meanwhile, a mode for filling by a user is reserved; there are products that have a first step of selecting minors, a step of presenting the applicant and the insured life, and a step of returning to combine to form the "applicant and insured life" when the return is modified to be adults.
Under different application scenes, different rules exist for the applicant, the insured and the beneficiary corresponding to different insurance products, for example, for one column of the applicant, the changes of the applicant and insured exist; the certificate number can be locked or unlocked along with whether the user logs in; judging whether the order is locked or unlocked according to whether the order is in a confirmed state; the gender can determine whether the product is a female special product or not, and whether the product is fixed to be female or not; the residential area is limited according to different products; some products have a 'bonus getting mode' option; some products promote and input the same-industry purchase premium; some products need to be career; some products need to select the height and the weight; some maternal and infant products will select "second insured"; travel insurance insureds are multi-person and require the selection of visa countries (or regions).
Corresponding target services can be determined according to different insurance products, developers can configure component attributes according to key features of the target services, and generate target components capable of achieving the target services, so that corresponding target pages can be generated according to the target components.
Those skilled in the art will readily appreciate that custom tags of the present invention may include, but are not limited to < tknsure: application >, < tknsure: agent >, < tknsure: bean >, < tknsure: subine >, etc.; the system comprises an applicant, an insured person, an insured life and a survival insurance beneficiary, wherein < tknsure > represents the label corresponding to the applicant, the insured life, the accident insurance beneficiary and the survival insurance beneficiary respectively, the process of configuring other components by adopting a custom label technology is similar to the process of configuring components of the applicant, and the comparison of the disclosure is not repeated.
In step S140, a target component is generated from each component attribute value, and a target page corresponding to the target component is generated.
In some exemplary embodiments of the present disclosure, the target page may be a page corresponding to the target service for presenting corresponding information to the user. And generating a corresponding target component according to the configured component attribute value, and generating a target page corresponding to the target component, so that the corresponding target page is displayed to the buyer after the relevant operation of the buyer is received.
According to some exemplary embodiments of the present disclosure, a base component corresponding to a component attribute value is called according to the component attribute value; the base components are combined to generate the target components. After configuring the component attribute values according to specific development requirements, a developer may call basic components corresponding to the component attribute values in the component class according to the configured component attribute values, for example, optional fields defined in the component attribute values are height, weight, and the like, and when generating a target component, an input box component capable of filling in height and weight information needs to be called. After the basic components corresponding to the component attribute values are combined, corresponding target components can be generated, so that a target page can be determined according to the generated target components.
According to another exemplary embodiment of the present disclosure, the implementation function is rewritten in the template component class; acquiring a page file corresponding to the target component through the rewritten realization function; and generating a target page according to the page file. The implementation function may be an implementation of the target component determined according to specific business requirements. The page file corresponding to the target component can be determined by rewriting the implementation function, and the page file is acquired to display the target page.
For example, when the target component is realized by using the custom tag, a hypertext Markup Language (HTML) HTML template corresponding to the applicant component can be read by a doTag method, some input frames are hidden or displayed according to a series of attributes of optional fields, and HTML of the template is returned. The returned html can be displayed in the called JSP page. Referring to fig. 2, when a purchaser purchases an insurance product, corresponding policyholder information, insured information, and accident insurance information need to be displayed, and therefore, when a developer develops a corresponding product, a developer may perform corresponding attribute configuration operations based on template components of the policyholder component, the insured component, and the accident insurance component, call and implement a corresponding target component, and generate a corresponding target page based on the target component, so that the purchaser may obtain the target page after performing corresponding operations when independently purchasing the insurance product.
It should be noted that, in addition to implementing the target component in the present disclosure by using the "custom tag" technology, other schemes may also be used to implement the target component in the present disclosure, for example, the JSP sub-page technology, the Flash component technology, the custom tag technology in HTML5, and the like may be used, and other ways of implementing the target component all belong to the protection scope of the present disclosure, and the present disclosure does not make any special limitation thereto.
In summary, in the page generation method of the present disclosure, first, key features of a target service are determined; secondly, searching a template component corresponding to the target service in a component library according to the key characteristics; wherein the template component comprises a plurality of component attributes; thirdly, in response to the configuration operation aiming at each component attribute, determining the component attribute value of each component attribute; next, a target component is generated according to the component attribute values, and a target page corresponding to the target component is generated. According to the page generating method based on the components, on one hand, key fields and key field values of some components can be determined by combining various target services and service scenes, and some template components can be packaged according to the key fields and the key field values, so that the template components can be called subsequently to realize corresponding target services. On the other hand, according to the determined target service and the key features required for realizing the target service, the template component corresponding to realizing the target service can be determined from the component library, so that the corresponding target service is realized based on the determined template component. In another aspect, after the target template with the service meaning is packaged, the user can generate the corresponding target component by only configuring the component attribute value according to the key feature of the target service and based on the template component, thereby greatly improving the reusability of the template component, reducing the development difficulty of the user and shortening the development time.
It is noted that although the steps of the methods of the present invention are depicted in the drawings in a particular order, this does not require or imply that the steps must be performed in this particular order, or that all of the depicted steps must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions, etc.
Furthermore, in the present exemplary embodiment, a page generation apparatus is also provided. Referring to fig. 3, the page generating apparatus 300 may include: a business determination module 310, a component lookup module 320, an attribute value determination module 330, and a page generation module 340.
Specifically, the service determination module 310 may be configured to determine key features of the target service; the component searching module 320 may be configured to search a template component corresponding to the target service in the component library according to the key feature; wherein the template component comprises a plurality of component attributes; the attribute value determination module 330 may be configured to determine component attribute values for the component attributes in response to configuration operations for the component attributes; the page generating module 340 may be configured to generate a target component according to the component attribute values, and generate a target page corresponding to the target component.
The page generating device 300 may search a target component required for implementing the target service in the component library according to the key feature of the target service, determine a specific attribute value of each component attribute in the target component through configuration operation on each component attribute in the target component, generate the target component according to each component attribute value, and generate the target page corresponding to the target component. The complexity of the service component with specific service meaning is encapsulated, and the attribute value is configured to realize the calling of the target component so as to form a corresponding target page, so that the development difficulty of a developer for complex products is simplified, and the page generation device is effective.
Referring to fig. 4, in some example embodiments of the present disclosure, based on the foregoing, the page generating apparatus 400 may further include a component packaging module 410, the component packaging module 410 being configured to: determining key fields and key field values of the template components; wherein, the key field includes: attribute names, attribute descriptions and application scene descriptions; determining a plurality of basic components corresponding to the template components according to the key field values; and packaging the plurality of basic assemblies to form the template assembly.
Referring to fig. 5, in some example embodiments of the present disclosure, based on the foregoing scheme, the component encapsulation module 410 may include a component class generation unit 510, the component class generation unit 510 configured to: acquiring a base class corresponding to the template component; performing inheritance operation according to the base class to generate a component class corresponding to the template component; determining attributes and implementing functions based on the component classes; packaging the attributes and the implementation functions to form a template component class; wherein the template component class is used to implement the template component.
Referring to fig. 6, in some example embodiments of the present disclosure, based on the foregoing, the page generating apparatus 600 may further include a tag library creating module 610, the tag library creating module 610 configured to: obtaining a label template; configuring the label attribute of the label template according to the template component class to form a target label corresponding to the template component; and storing the target label in a label library.
Referring to fig. 7, in some example embodiments of the present disclosure, based on the foregoing scheme, the attribute value determination module 330 may include an attribute value determination unit 710, the attribute value determination unit 710 configured to: acquiring a page template, wherein the page template is a carrier for configuring the attributes of the components; adding a label library corresponding to the template component on the page template; and performing configuration operation on the component attribute according to the key characteristic to determine the component attribute value.
Referring to fig. 8, in some example embodiments of the present disclosure, based on the foregoing scheme, the page generation module 340 may include a component generation unit 810, the component generation unit 810 configured to: calling a basic component corresponding to the component attribute value according to the component attribute value; the base components are combined to generate the target components.
Referring to fig. 9, in some example embodiments of the present disclosure, based on the foregoing scheme, the page generating module 910 may further include a page generating unit 920, where the page generating unit 920 is configured to: rewriting the implementation function in the template component class; acquiring a page file corresponding to the target component through the rewritten realization function; and generating a target page according to the page file.
The specific details of each virtual page generation device module are already described in detail in the corresponding component-based page generation method, and therefore are not described herein again.
It should be noted that although in the above detailed description several modules or units of the page generating means are mentioned, this division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
In addition, in an exemplary embodiment of the present disclosure, an electronic device capable of implementing the above method is also provided.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device 1000 according to such an embodiment of the invention is described below with reference to fig. 10. The electronic device 1000 shown in fig. 10 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 10, the electronic device 1000 is embodied in the form of a general purpose computing device. The components of the electronic device 1000 may include, but are not limited to: the at least one processing unit 1010, the at least one memory unit 1020, a bus 1030 connecting different system components (including the memory unit 1020 and the processing unit 1010), and a display unit 1040.
Wherein the storage unit stores program code that is executable by the processing unit 1010 to cause the processing unit 1010 to perform steps according to various exemplary embodiments of the present invention as described in the "exemplary methods" section above in this specification.
The memory unit 1020 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)1021 and/or a cache memory unit 1022, and may further include a read-only memory unit (ROM) 1023.
Storage unit 1020 may also include a program/utility 1024 having a set (at least one) of program modules 1025, such program modules 1025 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 1030 may be any one or more of several types of bus structures including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, and a local bus using any of a variety of bus architectures.
The electronic device 1000 may also communicate with one or more external devices 1070 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 1000, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 1000 to communicate with one or more other computing devices. Such communication may occur through input/output (I/O) interfaces 1050. Also, the electronic device 1000 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the internet) via the network adapter 1060. As shown, the network adapter 1060 communicates with the other modules of the electronic device 1000 over the bus 1030. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the electronic device 1000, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) to execute the method according to the embodiments of the present disclosure.
In an exemplary embodiment of the present disclosure, there is also provided a computer-readable storage medium having stored thereon a program product capable of implementing the above-described method of the present specification. In some possible embodiments, aspects of the invention may also be implemented in the form of a program product comprising program code means for causing a terminal device to carry out the steps according to various exemplary embodiments of the invention described in the above-mentioned "exemplary methods" section of the present description, when said program product is run on the terminal device.
Referring to fig. 11, a program product 1100 for implementing the above method according to an embodiment of the present invention is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present invention is not limited in this regard and, in the present document, a 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.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A 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 readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
A computer readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a 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 readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
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, 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 computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
Furthermore, the above-described figures are merely schematic illustrations of processes involved in methods according to exemplary embodiments of the invention, and are not intended to be limiting. It will be readily understood that the processes shown in the above figures are not intended to indicate or limit the chronological order of the processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, e.g., in multiple modules.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is to be limited only by the terms of the appended claims.

Claims (10)

1. A page generation method based on components is characterized by comprising the following steps:
determining key characteristics of a target service;
searching a template component corresponding to the target service in a component library according to the key feature; wherein the template component comprises a plurality of component attributes;
determining a component attribute value for each of the component attributes in response to a configuration operation for each of the component attributes;
and generating a target component according to each component attribute value, and generating a target page corresponding to the target component.
2. The component-based page generation method of claim 1, wherein prior to said determining key features of the target business, the method further comprises:
determining key fields and key field values of the template components; wherein the key field comprises: attribute names, attribute descriptions and application scene descriptions;
determining a plurality of basic components corresponding to the template components according to each key field value;
and packaging the plurality of basic assemblies to form the template assembly.
3. The component-based page generation method of claim 2, wherein the encapsulating the plurality of base components to form the template component comprises:
acquiring a base class corresponding to the template component;
performing inheritance operation according to the base class to generate a component class corresponding to the template component;
determining attributes and implementing functions based on the component classes;
packaging the attributes and the implementation functions to form a template component class; wherein the template component class is used to implement the template component.
4. The component-based page generation method of claim 3, wherein after the encapsulating the attributes and the implementation functions to form a template component class, the method further comprises:
obtaining a label template;
configuring the label attribute of the label template according to the template component class to form a target label corresponding to the template component;
storing the target tag in a tag library.
5. The component-based page generation method of claim 4, wherein said determining a component attribute value for each of said component attributes in response to a configuration operation for each of said component attributes comprises:
acquiring a page template, wherein the page template is a carrier for configuring the component attribute;
adding a label library corresponding to the template component on the page template;
and carrying out configuration operation on the component attribute according to the key feature so as to determine the component attribute value.
6. The component-based page generation method of claim 1, wherein said generating the target component according to each of the component attribute values comprises:
calling a basic component corresponding to the component attribute value according to the component attribute value;
the base components are combined to generate the target component.
7. The component-based page generating method according to claim 3, wherein the generating of the target page corresponding to the target component comprises:
rewriting an implementation function in the template component class;
acquiring a page file corresponding to the target component through the rewritten realization function;
and generating the target page according to the page file.
8. A page generating apparatus, comprising:
the service determining module is used for determining key characteristics of the target service;
the component searching module is used for searching a template component corresponding to the target service in a component library according to the key features; wherein the template component comprises a plurality of component attributes;
an attribute value determination module for determining a component attribute value for each of the component attributes in response to a configuration operation for each of the component attributes;
and the page generation module is used for generating a target component according to each component attribute value and generating a target page corresponding to the target component.
9. An electronic device, comprising:
a processor; and
a memory having stored thereon computer readable instructions which, when executed by the processor, implement the component-based page generation method of any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out a component-based page generation method according to any one of claims 1 to 7.
CN201911067897.9A 2019-11-04 2019-11-04 Page generation method and device based on component, electronic equipment and storage medium Pending CN110825374A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911067897.9A CN110825374A (en) 2019-11-04 2019-11-04 Page generation method and device based on component, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911067897.9A CN110825374A (en) 2019-11-04 2019-11-04 Page generation method and device based on component, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN110825374A true CN110825374A (en) 2020-02-21

Family

ID=69552423

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911067897.9A Pending CN110825374A (en) 2019-11-04 2019-11-04 Page generation method and device based on component, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110825374A (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111414151A (en) * 2020-02-27 2020-07-14 北京中亦安图科技股份有限公司 Page generation method and device for process application, electronic equipment and storage medium
CN111506312A (en) * 2020-06-30 2020-08-07 平安国际智慧城市科技股份有限公司 Page generation method and device, computer equipment and storage medium
CN111625220A (en) * 2020-05-26 2020-09-04 北京思特奇信息技术股份有限公司 Automatic assembly method, system, device and storage medium of page assembly
CN111752534A (en) * 2020-06-22 2020-10-09 北京百度网讯科技有限公司 Multi-domain custom project template engine, method, apparatus, and medium executed thereby
CN111768270A (en) * 2020-06-23 2020-10-13 京东数字科技控股有限公司 Target component generation method and device, electronic equipment and computer readable medium
CN112162748A (en) * 2020-11-10 2021-01-01 平安普惠企业管理有限公司 Application program home page configuration method and device, electronic equipment and readable storage medium
CN112214218A (en) * 2020-10-12 2021-01-12 上海赛可出行科技服务有限公司 High-performance and high-efficiency Sketch component library generation and management scheme and system
CN112230915A (en) * 2020-09-07 2021-01-15 长沙市到家悠享家政服务有限公司 Page generation method and device and electronic equipment
CN112330308A (en) * 2021-01-05 2021-02-05 广州互联网法院 Case management system and method and electronic device
CN112433725A (en) * 2020-11-26 2021-03-02 泰康保险集团股份有限公司 Interface generation method and device, electronic equipment and storage medium
CN112631586A (en) * 2020-12-24 2021-04-09 软通动力信息技术(集团)股份有限公司 Application development method and device, electronic equipment and storage medium
CN112631590A (en) * 2020-12-31 2021-04-09 北京字节跳动网络技术有限公司 Component library generation method and device, electronic equipment and computer readable medium
CN112884338A (en) * 2021-03-05 2021-06-01 新奥数能科技有限公司 Business component determination method and device, readable storage medium and electronic equipment
CN113110887A (en) * 2021-03-31 2021-07-13 联想(北京)有限公司 Information processing method and device, electronic equipment and storage medium
CN113268233A (en) * 2021-04-26 2021-08-17 众安信息技术服务有限公司 Page generation method and device, computer equipment and storage medium
CN113377371A (en) * 2021-06-02 2021-09-10 五八到家有限公司 Multi-scene configuration method, system, device and medium
CN113467775A (en) * 2020-03-31 2021-10-01 北京沃东天骏信息技术有限公司 Method and device for generating page
CN114265584A (en) * 2021-12-08 2022-04-01 中国联合网络通信集团有限公司 Page component generation method, device, equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110161840A1 (en) * 2009-12-24 2011-06-30 International Business Machines Corporation Performance of template based javascript widgets
CN104142826A (en) * 2014-07-28 2014-11-12 百度在线网络技术(北京)有限公司 Method, device and system for constructing page
CN105022615A (en) * 2014-04-21 2015-11-04 大唐软件技术股份有限公司 Interface generating method and system
CN106096049A (en) * 2016-06-29 2016-11-09 江苏中威科技软件系统有限公司 A kind of method and system of Visual Production web page template
CN107479882A (en) * 2017-08-04 2017-12-15 泰康保险集团股份有限公司 Insure generation method, generating means, medium and the electronic equipment of the page
CN108153520A (en) * 2018-03-20 2018-06-12 上海屹通信息科技发展有限公司 Software development methodology and device
CN109062563A (en) * 2018-08-01 2018-12-21 北京百度网讯科技有限公司 Method and apparatus for generating the page
CN109840083A (en) * 2018-12-27 2019-06-04 杭州亚信云信息科技有限公司 Web pages component template construction method, device, computer equipment and storage medium
CN110297999A (en) * 2019-05-09 2019-10-01 京东方科技集团股份有限公司 A kind of web page template generation method and device, webpage loading method and front-end server and Website server

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110161840A1 (en) * 2009-12-24 2011-06-30 International Business Machines Corporation Performance of template based javascript widgets
CN105022615A (en) * 2014-04-21 2015-11-04 大唐软件技术股份有限公司 Interface generating method and system
CN104142826A (en) * 2014-07-28 2014-11-12 百度在线网络技术(北京)有限公司 Method, device and system for constructing page
CN106096049A (en) * 2016-06-29 2016-11-09 江苏中威科技软件系统有限公司 A kind of method and system of Visual Production web page template
CN107479882A (en) * 2017-08-04 2017-12-15 泰康保险集团股份有限公司 Insure generation method, generating means, medium and the electronic equipment of the page
CN108153520A (en) * 2018-03-20 2018-06-12 上海屹通信息科技发展有限公司 Software development methodology and device
CN109062563A (en) * 2018-08-01 2018-12-21 北京百度网讯科技有限公司 Method and apparatus for generating the page
CN109840083A (en) * 2018-12-27 2019-06-04 杭州亚信云信息科技有限公司 Web pages component template construction method, device, computer equipment and storage medium
CN110297999A (en) * 2019-05-09 2019-10-01 京东方科技集团股份有限公司 A kind of web page template generation method and device, webpage loading method and front-end server and Website server

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111414151A (en) * 2020-02-27 2020-07-14 北京中亦安图科技股份有限公司 Page generation method and device for process application, electronic equipment and storage medium
CN113467775A (en) * 2020-03-31 2021-10-01 北京沃东天骏信息技术有限公司 Method and device for generating page
CN111625220A (en) * 2020-05-26 2020-09-04 北京思特奇信息技术股份有限公司 Automatic assembly method, system, device and storage medium of page assembly
CN111752534A (en) * 2020-06-22 2020-10-09 北京百度网讯科技有限公司 Multi-domain custom project template engine, method, apparatus, and medium executed thereby
CN111752534B (en) * 2020-06-22 2024-01-12 北京百度网讯科技有限公司 Multi-domain custom project template engine, method, apparatus and medium for execution by the same
CN111768270A (en) * 2020-06-23 2020-10-13 京东数字科技控股有限公司 Target component generation method and device, electronic equipment and computer readable medium
CN111506312A (en) * 2020-06-30 2020-08-07 平安国际智慧城市科技股份有限公司 Page generation method and device, computer equipment and storage medium
CN112230915A (en) * 2020-09-07 2021-01-15 长沙市到家悠享家政服务有限公司 Page generation method and device and electronic equipment
CN112214218A (en) * 2020-10-12 2021-01-12 上海赛可出行科技服务有限公司 High-performance and high-efficiency Sketch component library generation and management scheme and system
CN112162748A (en) * 2020-11-10 2021-01-01 平安普惠企业管理有限公司 Application program home page configuration method and device, electronic equipment and readable storage medium
CN112433725A (en) * 2020-11-26 2021-03-02 泰康保险集团股份有限公司 Interface generation method and device, electronic equipment and storage medium
CN112631586B (en) * 2020-12-24 2023-05-26 软通动力信息技术(集团)股份有限公司 Application development method and device, electronic equipment and storage medium
CN112631586A (en) * 2020-12-24 2021-04-09 软通动力信息技术(集团)股份有限公司 Application development method and device, electronic equipment and storage medium
CN112631590A (en) * 2020-12-31 2021-04-09 北京字节跳动网络技术有限公司 Component library generation method and device, electronic equipment and computer readable medium
CN112631590B (en) * 2020-12-31 2023-11-03 抖音视界有限公司 Component library generation method, device, electronic equipment and computer readable medium
CN112330308A (en) * 2021-01-05 2021-02-05 广州互联网法院 Case management system and method and electronic device
CN112884338A (en) * 2021-03-05 2021-06-01 新奥数能科技有限公司 Business component determination method and device, readable storage medium and electronic equipment
CN112884338B (en) * 2021-03-05 2024-03-08 新奥数能科技有限公司 Service component determining method and device, readable storage medium and electronic equipment
CN113110887B (en) * 2021-03-31 2023-07-21 联想(北京)有限公司 Information processing method, device, electronic equipment and storage medium
CN113110887A (en) * 2021-03-31 2021-07-13 联想(北京)有限公司 Information processing method and device, electronic equipment and storage medium
CN113268233A (en) * 2021-04-26 2021-08-17 众安信息技术服务有限公司 Page generation method and device, computer equipment and storage medium
CN113268233B (en) * 2021-04-26 2024-05-28 众安信息技术服务有限公司 Page generation method and device, computer equipment and storage medium
CN113377371A (en) * 2021-06-02 2021-09-10 五八到家有限公司 Multi-scene configuration method, system, device and medium
CN114265584A (en) * 2021-12-08 2022-04-01 中国联合网络通信集团有限公司 Page component generation method, device, equipment and storage medium
CN114265584B (en) * 2021-12-08 2024-06-04 中国联合网络通信集团有限公司 Page component generation method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110825374A (en) Page generation method and device based on component, electronic equipment and storage medium
US8181156B1 (en) System and method for managing web-based forms and dynamic content of website
US7610548B1 (en) Method and apparatus for applying locale behaviors to regions of a form
CN101405695B (en) Declarative definition enabling graphical designer reuse
US10148794B1 (en) Methods, systems, and articles of manufacture for configuration-based client-side resource resolution framework for customizable user experience
US20140047409A1 (en) Enterprise application development tool
MX2009001640A (en) Enabling web analytics for interactive web applications.
US9678952B2 (en) Cross-lingual E-commerce
CA3055029C (en) System for data consolidation across disparate namespaces
CN111061533A (en) Page multi-language display method and device, electronic equipment and computer storage medium
CN114253537A (en) Form generation method and device, electronic equipment and storage medium
US20170337216A1 (en) Manipulation of pdf file content through http requests
US11568019B2 (en) Automation system and method
US20170359403A1 (en) Manipulation of pdf files using html authoring tools
Munro Knockout. js: building dynamic client-side web applications
CN112181407B (en) Service realization processing method, device, system, electronic equipment and storage medium
US20080071840A1 (en) Introducing Multi-Level Nested Kits Into Existing E-Commerce Systems
CN114115855A (en) Code multiplexing method and device, computer readable storage medium and electronic equipment
CN114254232A (en) Cloud product page generation method and device, computer equipment and storage medium
US20240220565A1 (en) Identifying webpage elements based on html attributes and selectors
US20230319154A1 (en) Tracking session events for a webpage iframe
US10740831B1 (en) Method, medium, and system for context based configuration of content
CN116400922A (en) Interface guide schematic diagram generation method, device, computer equipment and storage medium
CN114968447A (en) Online webpage generation and management method and related equipment
CN114327464A (en) Component construction method and device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200221