WO2019104577A1 - Procédé et système d'architecture de service de contenu de site web - Google Patents

Procédé et système d'architecture de service de contenu de site web Download PDF

Info

Publication number
WO2019104577A1
WO2019104577A1 PCT/CN2017/113787 CN2017113787W WO2019104577A1 WO 2019104577 A1 WO2019104577 A1 WO 2019104577A1 CN 2017113787 W CN2017113787 W CN 2017113787W WO 2019104577 A1 WO2019104577 A1 WO 2019104577A1
Authority
WO
WIPO (PCT)
Prior art keywords
content service
metadata
website
page
data
Prior art date
Application number
PCT/CN2017/113787
Other languages
English (en)
Chinese (zh)
Inventor
周业龙
潘奥克
周恒新
Original Assignee
深圳市大疆创新科技有限公司
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 深圳市大疆创新科技有限公司 filed Critical 深圳市大疆创新科技有限公司
Priority to PCT/CN2017/113787 priority Critical patent/WO2019104577A1/fr
Priority to CN201780005768.XA priority patent/CN108496154A/zh
Publication of WO2019104577A1 publication Critical patent/WO2019104577A1/fr

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/31Programming languages or programming paradigms
    • 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

Definitions

  • the embodiments of the present invention relate to the field of electronic commerce technologies, and in particular, to a website content service architecture method and system.
  • online shopping malls With the development of information technology, a variety of online shopping malls appear in people's online life. Users can purchase the products they need through the online store, which greatly meets people's shopping needs. Online shopping malls meet people's shopping needs, but also save people's shopping time. In addition to the regular home page, channel page, vertical classification page and single product display page, the online shopping mall's shopping page often requires a large number of activity back pages, promotional pages and other activity pages in some special cases. When it is necessary to add an activity page to the page of the online mall, the previous development method is that the front-end engineer of the webpage development cooperates with the back-end engineer, and combines the content that needs to be displayed in the activity page to develop a separate front-end page and background operation for the current activity or business. The system is time-consuming and labor-intensive, and the cost of consumption is high.
  • the embodiment of the invention provides a website content service architecture method and system, so as to effectively improve the efficiency of webpage development and save consumption costs.
  • An aspect of the embodiments of the present invention provides a website content service architecture method, including:
  • the data required by the metadata component is abstracted into metadata by a custom type system
  • the metadata is configured to generate data needed for the website page to generate the required website content service.
  • Another aspect of the embodiments of the present invention provides a website content service architecture system, including:
  • the metadata component system abstracts content required by a website page into a metadata component, and forms the metadata component into a component tree;
  • a rendering engine for rendering the metadata component as a form or json data
  • Data management background the data management background is used for operation management of the operation project
  • a page template for page development by front-end development engineers is a page template for page development by front-end development engineers.
  • a website content service architecture method and system provided by an embodiment of the present invention, by abstracting content required by a website page
  • the metadata component, and the data required by the metadata component are abstracted into metadata by a custom type system, and then, by configuring the metadata, data required by the website page is generated, thereby generating a required website content service.
  • the metadata component corresponding to the web content service is directly selected, and then the metadata corresponding to the metadata component is configured to obtain the required website content service, and no need for an activity or
  • the business develops a separate front-end page and back-office operating system, which improves the efficiency of generating website content services and reduces the cost of consumption.
  • FIG. 1 is a flowchart of a method for controlling a website content service architecture according to a method for controlling a terminal according to an embodiment of the present invention
  • FIG. 2 is a flowchart of another website content service architecture method according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of another website content service architecture method according to an embodiment of the present invention.
  • FIG. 4 is a flowchart of another website content service architecture method according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of operations of a website content service architecture method according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a website content service architecture system according to an embodiment of the present invention.
  • a component when referred to as being "fixed” to another component, it can be directly on the other component or the component can be present. When a component is considered to "connect” another component, it can be directly connected to another component or possibly a central component.
  • the data required by the website page is generated, the data required by the website page is abstracted into a metadata component, and the data required by the metadata component is abstracted into metadata, and then the metadata is configured to obtain data required by the website page, and generated. Required website content service.
  • the specific process is described in detail by the following examples.
  • FIG. 1 is a flowchart of a method for a website content service architecture provided by an embodiment of the present invention.
  • the method in this embodiment may include:
  • Step S101 abstracting content required by the website page into a metadata component
  • the content required by the website page may be an element such as an input box, a date selection box, a radio check button, and the like in the active page; abstracting these elements is a metadata component.
  • the execution body of the website content service architecture method may be a metadata component system, and the metadata component system may abstract the content required by the website page into a metadata component.
  • Step S102 abstracting data required by the metadata component into a metadata by using a customized type system
  • the data required by the metadata component is abstracted into metadata by the customized type system; the customized type system is a domain-specific language (Domain Specific Language, DSL) based on the json format. ).
  • DSL Domain Specific Language
  • a language is created for the e-commerce operation page, and the basic format is the json format. Therefore, in the website content service architecture method, the data required by the metadata component can be abstracted into metadata by the json format-based DSL, and more specifically, various metadata components such as an input box, The date selection box, the radio button, and the like are converted by DSL into metadata that can be configured.
  • Step S103 Configuring the metadata to generate data required by the website page, thereby generating a required website content service.
  • the metadata is configured to convert the metadata into a display form corresponding to the data required by the website page, thereby generating a required website content service.
  • the configuration of the metadata refers to that the metadata is edited correspondingly in the DSL language customized by the json format, so that the edited metadata can reflect the data required by the website page, so that the webpage is The desired website page content or service can be generated accordingly.
  • the website content service architecture method provided by the present invention is directed to the content required by the website page that may need to be added when the new website page needs to be added in the existing e-commerce operation process, and is abstracted into the form of the metadata component, and the website page is The detailed content included, that is, the data required by the metadata component is abstracted into metadata.
  • the data required by the metadata component is abstracted into metadata.
  • the front-end page and the background operation system are separately developed for the website content service required by the website page, thereby improving the generation efficiency of the website content service and saving the consumption cost in the development process.
  • the process of generating a component tree may include:
  • Step S201 Establish a metadata component system according to the metadata component
  • a metadata component system is established, and the metadata component system can abstract the website content service required in the website page into a metadata component.
  • Step S202 Form a plurality of metadata components into a component tree according to the metadata component system.
  • a plurality of metadata components included therein have a certain association relationship, and each metadata component of the existing association relationship is formed into a component tree.
  • the association relationship between the metadata components may be a pre-defined relationship between the front-end development engineer or the operator, such as associating the metadata components of the website page with related content or providing related functions.
  • the configuring the metadata may specifically include:
  • Step S301 rendering the component tree into json data by using an API data interface rendering engine
  • the API data interface is an Http Restful interface
  • the component tree is rendered into json data by an API data interface rendering engine.
  • Step S302 Publish the json data through an API data interface.
  • the rendered json data is released to the front-end engineer through the API data interface.
  • Step S303 The front end item calls the json data through the page template, and generates a website page.
  • the front-end item invokes json data through the page template, and synthesizes the called json data into a page template to generate a website page.
  • the website content service architecture method provided by the embodiment of the present invention, as shown in FIG. 4, the configuring the metadata further includes:
  • Step S401 rendering the component tree into a background form by a background rendering engine
  • the background rendering engine can render each component tree into a background form, and the background form is composed of a plurality of metadata components, which can be an input box, a date selection box, a radio check button, and the like.
  • Step S402 Send the form to a data management background
  • the data management background is composed of a plurality of forms, and the form is composed of a metadata component.
  • Step S403 The operation item acquires the background form by using the data management background.
  • each background form is provided with a form identifier, and by traversing the identification of each form in the data management background, the required form can be quickly found.
  • the configuring the metadata further includes:
  • the operation item configures the form through the data management background, affects the json data published by the API data interface, and then changes the content of the website page.
  • the embodiment of the present invention provides a schematic diagram of the operation of the website content service architecture method, as shown in FIG. 5, and the specific implementation of the steps in the website content service architecture method is described in detail, which may include:
  • a front-end development engineer or a senior operation personnel develops a method for increasing the process.
  • the domain-specific language DSL is a language specially designed for e-commerce website development, and its basic language format is json format.
  • the website content service generated in the website may be a webpage module inserted in the website page, that is, an added product introduction page. It can also be a floating page suspended in the current website page, for example, in some holiday activities, an activity page added for the activity. In this embodiment, the website content service is all possible added content added in the current website page.
  • a management backend consists of a number of forms, which are made up of many metadata components, such as input boxes, date selection boxes, and single-select check buttons.
  • a plurality of different website content services may be generated in the website page, and may be a suspended website page, where the suspended website page includes a webpage frame, displaying colors, displaying content text, and the like, and
  • the webpage elements included in the website page are written in the form of a domain-specific language, and parsed and abstracted into a plurality of metadata components, and the data required by each metadata component is abstracted into a metatype through a customized type system.
  • the customized type system is a json based DSL.
  • an activity page needs to be added to the website page, and the activity page includes elements such as a page structure, a page color, a page text, a page control, and the like, wherein the page structure is an A type architecture, and the page color is orange.
  • the page control includes multiple buttons.
  • the front-end development engineer or senior operator writes the data in each of the above elements and elements using a domain-specific language DSL, and the metadata component system abstracts the elements of the page structure, page color, page text, and page control into metadata components.
  • the type of page structure, the data in the page color is orange, and the multiple buttons in the page control are abstracted into metadata components.
  • a website page contains a certain relationship between each element and the data in the element.
  • the metadata component system abstracts each metadata component through the association between the elements in the website page and the data in the element.
  • the metadata constitutes a component tree, and each component tree corresponds to a structural layout of a website content service.
  • the operator needs to generate a webpage content service in the website page, select a component tree corresponding to the webpage content service to be generated in the metadata component system, parse each metadata component included in the component tree, and each The metadata required by the metadata component, the front-end engineer configures the metadata through the management background, and then generates the data required by the web content service required by the page.
  • the metadata and metadata components are rendered into json data through the API data interface rendering engine, and are released through the form of the Http Restful interface, so that the front-end project can directly call the published data.
  • the front-end engineer develops a page template, synthesizes the data published through the Http Restful interface into the developed page template, and synthesizes the display page that can be displayed to the user, and the user can browse and use the display page.
  • the generated component tree is rendered by the background rendering engine, and is displayed to the e-commerce operator through the management background.
  • the e-commerce operator can change the data in the current display page by configuring the data in the background form to affect the data spouted by the Http Restful interface.
  • FIG. 6 is a structural diagram of a website content service architecture system according to an embodiment of the present invention. As shown in FIG. 6, the website content service architecture system includes:
  • the metadata component system abstracts content required by a website page into a metadata component, and forms the metadata component into a component tree;
  • the data management background is used for operation management of the operation project
  • a page template 504 for page development by a front-end development engineer is shown.
  • the website content service architecture system further includes a subscription type system, and the subscription type system has a customized domain-specific language based on the json format.
  • the subscription type system abstracts data required by the metadata component into metadata.
  • the data management background is composed of a plurality of forms, and the form is composed of a metadata component.
  • the rendering engine includes an API data interface rendering engine and a background rendering engine.
  • the API data interface rendering engine is configured to render the component tree into json data, and publish the json data through an API data interface.
  • the page development includes:
  • the front end item invokes the json data through the page template and generates a website page.
  • the API data interface is an Http Restful interface.
  • the background rendering engine is configured to render the component tree into a background form, and send the background form to the data management background.
  • the operation management includes:
  • the operation item acquires the background form through the data management background.
  • the operation management further includes:
  • the operation item configures the background form through the data management background, affects the json data published by the API data interface, and then changes the content of the website page.
  • the website content service architecture system provides a metadata component system for the front-end development engineer or the senior operation personnel, and can abstract the content required by the website page into a metadata component, and form the metadata component into a component tree, and
  • the rendering component renders the metadata component as a form or json data for operational management by the operator, or the front-end development engineer performs page composition.
  • the disclosed apparatus and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of the unit is only a logical function division.
  • there may be another division manner for example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored or not executed.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be electrical, mechanical or otherwise.
  • the units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of hardware plus software functional units.
  • the above-described integrated unit implemented in the form of a software functional unit can be stored in a computer readable storage medium.
  • the above software functional unit is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor to perform the methods of the various embodiments of the present invention. Part of the steps.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like, which can store program codes. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Conformément à des modes de réalisation, la présente invention concerne un procédé et un système d'architecture de service de contenu de site Web, le procédé consistant à : résumer le contenu requis par une page de site Web en un élément de métadonnées, et résumer, au moyen d'un système de type d'abonnement, les données requises par l'élément de métadonnées en métadonnées, puis générer, au moyen de la configuration des métadonnées, les données requises par la page de site Web, pour générer en outre un service de contenu de site Web requis. Au moyen de la manière décrite, lorsqu'un service de contenu de site Web est généré, l'élément de métadonnées correspondant au service de contenu de page Web est sélectionné directement, puis les métadonnées correspondant à l'élément de métadonnées sont configurées, pour obtenir le service de contenu de site Web requis, sans avoir besoin de développer une page frontale séparée et un système d'exploitation dorsal pour une certaine activité ou un certain service, améliorant l'efficacité de génération du service de contenu de site Web, et réduisant le coût de consommation.
PCT/CN2017/113787 2017-11-30 2017-11-30 Procédé et système d'architecture de service de contenu de site web WO2019104577A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2017/113787 WO2019104577A1 (fr) 2017-11-30 2017-11-30 Procédé et système d'architecture de service de contenu de site web
CN201780005768.XA CN108496154A (zh) 2017-11-30 2017-11-30 网站内容服务架构方法及系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/113787 WO2019104577A1 (fr) 2017-11-30 2017-11-30 Procédé et système d'architecture de service de contenu de site web

Publications (1)

Publication Number Publication Date
WO2019104577A1 true WO2019104577A1 (fr) 2019-06-06

Family

ID=63344740

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/113787 WO2019104577A1 (fr) 2017-11-30 2017-11-30 Procédé et système d'architecture de service de contenu de site web

Country Status (2)

Country Link
CN (1) CN108496154A (fr)
WO (1) WO2019104577A1 (fr)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109614085B (zh) * 2018-10-23 2019-11-29 深圳微迅信息科技有限公司 功能实现方法、装置、计算机设备及存储介质
CN110704047B (zh) * 2019-09-28 2022-09-06 苏州创旅天下信息技术有限公司 一种动态可视化配置系统及基于该系统的运营管理方法
CN110941784A (zh) * 2019-11-13 2020-03-31 北京三快在线科技有限公司 一种页面生成的方法及装置
CN113839974A (zh) * 2020-06-23 2021-12-24 海尔数字科技(上海)有限公司 容器平台计费方法及系统
CN112199626A (zh) * 2020-11-06 2021-01-08 南威软件股份有限公司 基于dsl布局引擎的动态表单生成方法

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365855A (zh) * 2012-03-28 2013-10-23 腾讯科技(深圳)有限公司 生成网页的方法及服务器
CN105512350A (zh) * 2016-02-26 2016-04-20 上海全成通信技术有限公司 一种网站多级内容管理方法及装置

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365855A (zh) * 2012-03-28 2013-10-23 腾讯科技(深圳)有限公司 生成网页的方法及服务器
CN105512350A (zh) * 2016-02-26 2016-04-20 上海全成通信技术有限公司 一种网站多级内容管理方法及装置

Also Published As

Publication number Publication date
CN108496154A (zh) 2018-09-04

Similar Documents

Publication Publication Date Title
WO2019104577A1 (fr) Procédé et système d'architecture de service de contenu de site web
CN101299215B (zh) 处理移动装置内实体管理应用的多个数据源的方法及装置
US10880244B2 (en) Method, apparatus, and client for displaying media information, and method and apparatus for displaying graphical controls
TWI251755B (en) Method and apparatus for relaying session information from portal server
TW202113586A (zh) 小程式產生方法以及裝置
JP6851972B2 (ja) 情報処理方法、プログラム及び端末
CN102473258A (zh) 信息聚合服务
KR101383027B1 (ko) 클라우드 스트리밍을 이용한 데이터 공유 방법, 이를 위한 시스템, 이를 위한 단말기 및 이를 위한 서비스장치
CN107894887B (zh) 页面组件化方法、装置及计算机可读存储介质
US20170169474A1 (en) Internet-based display material system and internet-based display material producing method
US20150350145A1 (en) Sharing of activity metadata via messaging systems
CN104079640A (zh) 一种用户服务提供方法及系统
KR20220141891A (ko) 디지털 액션 실행을 위한 인터페이스 및 모드 선택
CN110070394A (zh) 数据处理方法、系统、介质和计算设备
US11265280B2 (en) Content enhancement services
US20180040017A1 (en) System and Method for Improving Marketing Services in a Social Networking Environment
CN103150172A (zh) 一种实现个性化场景的方法和设备
CN102930401A (zh) 从客户关系管理客户端应用提供企业资源规划功能的技术
Chmielewski Device-independent architecture for ubiquitous applications
WO2016127888A1 (fr) Procédé et dispositif de téléchargement vers l'aval d'un fichier multimédia
CN103164217B (zh) 用于后端系统的独立数据实体
CN113760279A (zh) 一种生成页面的方法和装置
CN113744005A (zh) 一种处理、展示物品数据的方法和装置
CN110908659A (zh) 一种根据接口定义自动生成用户操作界面的方法及系统
TWI574165B (zh) 互動式操作的方法以及應用該方法的傳送機器、接收機器與互動式操作系統

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17933528

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17933528

Country of ref document: EP

Kind code of ref document: A1