CN105808646A - Content management checkout method and device in complex page on the basis of json schema - Google Patents

Content management checkout method and device in complex page on the basis of json schema Download PDF

Info

Publication number
CN105808646A
CN105808646A CN201610108787.2A CN201610108787A CN105808646A CN 105808646 A CN105808646 A CN 105808646A CN 201610108787 A CN201610108787 A CN 201610108787A CN 105808646 A CN105808646 A CN 105808646A
Authority
CN
China
Prior art keywords
jsonschema
data structure
page
content
operational data
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
CN201610108787.2A
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.)
SUCCESSFULL TELECOM TECHNOLOGY Co Ltd
Original Assignee
SUCCESSFULL TELECOM TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SUCCESSFULL TELECOM TECHNOLOGY Co Ltd filed Critical SUCCESSFULL TELECOM TECHNOLOGY Co Ltd
Priority to CN201610108787.2A priority Critical patent/CN105808646A/en
Publication of CN105808646A publication Critical patent/CN105808646A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a content management checkout method and device in a complex page on the basis of json schema. The method comprises the following steps: 1) according to a page management specification and page prototype contents, obtaining business requirements in a page; 2) according to the business requirements, generating a corresponding business data structural table, wherein the business data structural table comprises a data structure directly defined by a json schema specification, and a data structure defined by the expanded json schema specification; and 3) according to the business data structural table, generating a user input interface, and checking the validity of the input data. Compared with the prior art, the content management checkout method has the advantages that the method management of complex element contents in the page can be realized.

Description

Based on Content Management method of calibration and device in the complex page of json schema
Technical field
The present invention relates to a kind of content of pages management calibration technology, especially relate to a kind of based on Content Management method of calibration and device in the complex page of jsonschema.
Background technology
Content Management System (ContentManagementSystem, CMS) function is primarily directed to website orientation content and carries out fine-grained management, including web-site, column, the page, resource (picture, document etc.) management object management.And the management of the content resource within the page is always up the difficult point of CMS, reason is in that the element in the page: resource quantity is numerous and jumbled, structure is complicated for service area, word, picture, link etc., it is substantially non-relational data structure, cannot effectively describe based on traditional Relational DataBase and define.And json data structure is very suitable for describing the non-relational data of page object, but owing to json technology lacks effective data structure definition scheme, it is impossible to describe data structure with the standard of software industry, also cannot be carried out the legitimacy verification of input data.
Summary of the invention
Defect that the purpose of the present invention is contemplated to overcome above-mentioned prior art to exist and provide a kind of based on Content Management method of calibration and device in the complex page of jsonschema, solve normalized by definition and the check problem of the page data structure of foregoing management system (CMS), realize defining page data structure based on jsonschema, and realize the legitimacy verification to input data.
The purpose of the present invention can be achieved through the following technical solutions:
A kind of based on Content Management method of calibration in the complex page of jsonschema, comprise the following steps:
1) according to page management specification and page prototype content, the business demand in the page is obtained;
2) corresponding operational data structure table is generated according to described business demand, the data structure that this operational data structure table includes the data structure that directly defined by jsonschema specification and expanded jsonschema specification defines;
3) user's inputting interface, the legitimacy of inspection input data are generated according to described operational data structure table.
Described business demand includes the business object of needs management and the service attribute of each business object.
Described step 2) in, when generating operational data structure table, judge whether each business demand directly supports jsonschema specification, if, the definition of data structure then it is directly realized by by jsonschema specification, if it is not, then jsonschema specification is extended, realize the definition of data structure with the jsonschema specification after extension.
The method also includes:
4) through step 3) content that is verified is valid data, is preserved by described valid data, for follow-up business flow process, described operation flow includes examination & verification, preview and issue.
A kind of based on Content Management calibration equipment in the complex page of jsonschema, including:
Business demand analysis module, for according to page management specification and page prototype content, obtaining the business demand in the page;
Operational data structure definition module, for generating corresponding operational data structure table according to described business demand, the data structure that this operational data structure table includes the data structure that directly defined by jsonschema specification and expanded jsonschema specification defines;
User's inputting interface generation module, for generating user's inputting interface according to described operational data structure table;
Data check module, for carrying out legitimacy verification according to described operational data structure table to the input data received by user's inputting interface.
Described operational data structure definition module includes:
Operational data structure recognition unit, for whether directly supporting that operational data structure is identified by jsonschema specification according to each business demand, if business demand can directly support jsonschema specification, the definition of data structure then it is directly realized by by jsonschema specification, otherwise jsonschema specification is extended, realizes the definition of data structure with the jsonschema specification after extension.
Also include:
Content-data memory module, for storing the legal page content data of inspection and extension content-data.
Compared with prior art, the invention have the advantages that
1, the present invention realizes definition and the verification of data structure based on json, combine with Content Management System (CMS) real needs, realize the Content Management to element complicated in the page, thus supporting that Content Management System realizes definition and the management of arbitrary element in the page, the operating capability of extension CMS and scope.
2, the present invention manages and data check technology based on the content of pages of jsonschema, it is possible to support the issue of the workflow examination and approval in Content Management flow process, preview and final data content, thus realizing the whole-process management of portal management.
3, the present invention is in conjunction with jsonschema specification, it is possible to makes up the disappearance of json data structured definition ability, can extend the particular traffic requirements supporting Content Management System simultaneously.
Accompanying drawing explanation
Fig. 1 is principles of the invention schematic diagram;
Fig. 2 is the schematic flow sheet of the inventive method.
Detailed description of the invention
Below in conjunction with the drawings and specific embodiments, the present invention is described in detail.The present embodiment is carried out premised on technical solution of the present invention, gives detailed embodiment and concrete operating process, but protection scope of the present invention is not limited to following embodiment.
Json is one data structure very flexibly, it is possible to describe arbitrarily complicated service data object, but json data lack the means of definition, verification.The present invention, in conjunction with jsonschema specification, makes up the disappearance of json data structured definition ability, can extend the particular traffic requirements (such as authority distribution, particular display function, particular traffic data process function etc.) supporting Content Management System simultaneously.
As Figure 1-Figure 2, the present embodiment provides a kind of based on Content Management method of calibration in the complex page of jsonschema, comprises the following steps:
1) according to page management specification and page prototype content, the business demand in the page is obtained, including the service attribute of the business object and each business object that need management;
2) corresponding operational data structure table is generated according to described business demand, the data structure that this operational data structure table includes the data structure that directly defined by jsonschema specification and expanded jsonschema specification defines;
Step 2) in, when generating operational data structure table, judge whether each business demand directly supports jsonschema specification, if, the definition of data structure then it is directly realized by by jsonschema specification, if it is not, then jsonschema specification is extended, realize the definition of data structure with the jsonschema specification after extension;
3) user's inputting interface, the legitimacy of inspection input data are generated according to described operational data structure table.
Through step 3) content that is verified is valid data, can be preserved by described valid data, for follow-up business flow process, described operation flow includes examination & verification, preview and issue etc., thus realizing the management process to content of pages.
In said method implementation process, it is necessary first to exploitation realizes the specification of jsonschema, for instance adopt the development languages such as java, two main standard specification (schema-core and schema-validation) exploitations of jsonschema are realized.It is simultaneous for the extension demand of the jsonschema certain content that cannot directly support management system, adopt the development languages such as java that jsonschema is extended, support the business demand such as the distribution of specific authority, data check rule, the extension realizing specific transactions logic realizes, and supports flexibly to realize for the particular demands of Content Management.On the basis of above-mentioned specification, it is achieved based on the content of pages definition data structure of jsonschema and extension content structure definition, in these structures, comprise data validation, show the business tines such as rule.Based on above-mentioned content of pages definition data structure and displaying rule, the page data of content management personnel input is carried out data validation verification, and ultimately generates legal page data, it is provided that generate final content page to the process such as preview, issue.
The present embodiment also provides for a kind of and above-mentioned device corresponding based on Content Management method of calibration in the complex page of jsonschema, including:
Business demand analysis module, for according to page management specification and page prototype content, obtaining the business demand in the page;
Operational data structure definition module, for generating corresponding operational data structure table according to described business demand, the data structure that this operational data structure table includes the data structure that directly defined by jsonschema specification and expanded jsonschema specification defines;
User's inputting interface generation module, for generating user's inputting interface according to described operational data structure table;
Data check module, for carrying out legitimacy verification according to described operational data structure table to the input data received by user's inputting interface.
Wherein, operational data structure definition module includes: operational data structure recognition unit, for whether directly supporting that operational data structure is identified by jsonschema specification according to each business demand, if business demand can directly support jsonschema specification, the definition of data structure then it is directly realized by by jsonschema specification, otherwise jsonschema specification is extended, realizes the definition of data structure with the jsonschema specification after extension.
This device also includes: content-data memory module, for storing the legal page content data of inspection and extension content-data.

Claims (7)

1. one kind based on Content Management method of calibration in the complex page of jsonschema, it is characterised in that comprise the following steps:
1) according to page management specification and page prototype content, the business demand in the page is obtained;
2) corresponding operational data structure table is generated according to described business demand, the data structure that this operational data structure table includes the data structure that directly defined by jsonschema specification and expanded jsonschema specification defines;
3) user's inputting interface, the legitimacy of inspection input data are generated according to described operational data structure table.
2. according to claim 1 a kind of based on Content Management method of calibration in the complex page of jsonschema, it is characterised in that described business demand includes the business object of needs management and the service attribute of each business object.
3. according to claim 1 a kind of based on Content Management method of calibration in the complex page of jsonschema, it is characterized in that, described step 2) in, when generating operational data structure table, it is judged that whether each business demand directly supports jsonschema specification, if, the definition of data structure then it is directly realized by by jsonschema specification, if it is not, then jsonschema specification is extended, realize the definition of data structure with the jsonschema specification after extension.
4. according to claim 1 a kind of based on Content Management method of calibration in the complex page of jsonschema, it is characterised in that the method also includes:
4) through step 3) content that is verified is valid data, is preserved by described valid data, for follow-up business flow process, described operation flow includes examination & verification, preview and issue.
5. one kind based on Content Management calibration equipment in the complex page of jsonschema, it is characterised in that including:
Business demand analysis module, for according to page management specification and page prototype content, obtaining the business demand in the page;
Operational data structure definition module, for generating corresponding operational data structure table according to described business demand, the data structure that this operational data structure table includes the data structure that directly defined by jsonschema specification and expanded jsonschema specification defines;
User's inputting interface generation module, for generating user's inputting interface according to described operational data structure table;
Data check module, for carrying out legitimacy verification according to described operational data structure table to the input data received by user's inputting interface.
6. according to claim 5 a kind of based on Content Management calibration equipment in the complex page of jsonschema, it is characterised in that described operational data structure definition module includes:
Operational data structure recognition unit, for whether directly supporting that operational data structure is identified by jsonschema specification according to each business demand, if business demand can directly support jsonschema specification, the definition of data structure then it is directly realized by by jsonschema specification, otherwise jsonschema specification is extended, realizes the definition of data structure with the jsonschema specification after extension.
7. according to claim 5 a kind of based on Content Management calibration equipment in the complex page of jsonschema, it is characterised in that also to include:
Content-data memory module, for storing the legal page content data of inspection and extension content-data.
CN201610108787.2A 2016-02-26 2016-02-26 Content management checkout method and device in complex page on the basis of json schema Pending CN105808646A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610108787.2A CN105808646A (en) 2016-02-26 2016-02-26 Content management checkout method and device in complex page on the basis of json schema

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610108787.2A CN105808646A (en) 2016-02-26 2016-02-26 Content management checkout method and device in complex page on the basis of json schema

Publications (1)

Publication Number Publication Date
CN105808646A true CN105808646A (en) 2016-07-27

Family

ID=56465795

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610108787.2A Pending CN105808646A (en) 2016-02-26 2016-02-26 Content management checkout method and device in complex page on the basis of json schema

Country Status (1)

Country Link
CN (1) CN105808646A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775725A (en) * 2016-12-19 2017-05-31 网易(杭州)网络有限公司 A kind of visual configuration edit methods and device
CN106951476A (en) * 2017-03-07 2017-07-14 河海大学常州校区 Race informix processing system based on the network communications technology
CN109597616A (en) * 2018-11-30 2019-04-09 成都华栖云科技有限公司 A kind of APP terminal model generation system based on paas media cloud multi-tenant
CN112422476A (en) * 2019-08-20 2021-02-26 北京嗨动视觉科技有限公司 Data processing method, device and system
CN113064585A (en) * 2021-04-30 2021-07-02 中国电子科技集团公司第二十九研究所 JSON mode-based real-time message interface automatic generation method
CN117472372A (en) * 2023-10-27 2024-01-30 北京真内控科技有限公司 Responsive form construction method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706720A (en) * 2009-11-23 2010-05-12 浪潮集团山东通用软件有限公司 Method for showing interface according to customized information during operation
CN103970773A (en) * 2013-01-30 2014-08-06 腾讯科技(深圳)有限公司 Page updating method and device for web page

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706720A (en) * 2009-11-23 2010-05-12 浪潮集团山东通用软件有限公司 Method for showing interface according to customized information during operation
CN103970773A (en) * 2013-01-30 2014-08-06 腾讯科技(深圳)有限公司 Page updating method and device for web page

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄俊莲: "可定制的WEB界面设计技术研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775725A (en) * 2016-12-19 2017-05-31 网易(杭州)网络有限公司 A kind of visual configuration edit methods and device
CN106775725B (en) * 2016-12-19 2020-12-01 网易(杭州)网络有限公司 Visual configuration editing method and device
CN106951476A (en) * 2017-03-07 2017-07-14 河海大学常州校区 Race informix processing system based on the network communications technology
CN109597616A (en) * 2018-11-30 2019-04-09 成都华栖云科技有限公司 A kind of APP terminal model generation system based on paas media cloud multi-tenant
CN112422476A (en) * 2019-08-20 2021-02-26 北京嗨动视觉科技有限公司 Data processing method, device and system
CN113064585A (en) * 2021-04-30 2021-07-02 中国电子科技集团公司第二十九研究所 JSON mode-based real-time message interface automatic generation method
CN113064585B (en) * 2021-04-30 2023-04-11 中国电子科技集团公司第二十九研究所 JSON mode-based real-time message interface automatic generation method
CN117472372A (en) * 2023-10-27 2024-01-30 北京真内控科技有限公司 Responsive form construction method and system
CN117472372B (en) * 2023-10-27 2024-04-09 北京真内控科技有限公司 Responsive form construction method and system

Similar Documents

Publication Publication Date Title
CN105808646A (en) Content management checkout method and device in complex page on the basis of json schema
US10013239B2 (en) Metadata driven real-time analytics framework
Spitoni et al. The origin of the mass-metallicity relation: an analytical approach
CN105786505A (en) Json based complex web page component self-defining method and device
CN106227742A (en) Dynamic web page based on B/S pattern generates method, server and system
CN108073435B (en) Multi-information integrated display method and system
JP5533188B2 (en) Financial data processing apparatus, financial data processing method, and financial data processing program
CN102662993A (en) A method for providing page data
CN101650745A (en) Method and device for rapidly generating WEB page based on data definition
CN110765750B (en) Report data input method and terminal equipment
US9811574B2 (en) Extract Transform Load (ETL) applications for job matching
CN108241902A (en) A kind of Web projects and performance optimization method
CN103034496B (en) Based on the Locally-static portal generation method of template
CN104657342A (en) Clean proof generating method and device
CN104156394B (en) mobile page creation system and method
CN103902511A (en) Data conversion and amplifying display method and system for data table
CN102866985B (en) For data formatter and the method for on-line analysing processing system
US20130041794A1 (en) Financial data processing device, financial data processing method, and computer-readable recording medium
CN105512350A (en) Website multilevel content management method and device
CN103020033A (en) Electronic spreadsheet system supporting off-line use, construction method and electronic spreadsheet
CN108536715B (en) Preview page generation method, device, equipment and storage medium
CN104317600A (en) Configurable graph generation method and system
CN102426588A (en) Product collaborative design supporting method based on key factor
CN111916164B (en) Method and device for realizing center-started investigation system in clinical research
CN115130448A (en) Table generation method and device, electronic equipment and computer-readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into 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: 20160727