CN113297521B - Visual station building method and system - Google Patents

Visual station building method and system Download PDF

Info

Publication number
CN113297521B
CN113297521B CN202110483339.1A CN202110483339A CN113297521B CN 113297521 B CN113297521 B CN 113297521B CN 202110483339 A CN202110483339 A CN 202110483339A CN 113297521 B CN113297521 B CN 113297521B
Authority
CN
China
Prior art keywords
site
control
cloud
client
engine
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.)
Active
Application number
CN202110483339.1A
Other languages
Chinese (zh)
Other versions
CN113297521A (en
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.)
Chengdu Dongfangshengxing Electronics Co ltd
Original Assignee
Chengdu Dongfangshengxing Electronics 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 Chengdu Dongfangshengxing Electronics Co ltd filed Critical Chengdu Dongfangshengxing Electronics Co ltd
Priority to CN202110483339.1A priority Critical patent/CN113297521B/en
Publication of CN113297521A publication Critical patent/CN113297521A/en
Application granted granted Critical
Publication of CN113297521B publication Critical patent/CN113297521B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • 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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Abstract

The invention discloses a visual station building method and a visual station building system, wherein the method comprises the following steps: step 1: sending station building request information; step 2: the cloud server downloads and updates the page template; and 3, step 3: judging whether an engine of the control is supported at the client terminal; and 4, step 4: if not, analyzing the engine version, dynamically generating a resource packet by the cloud engine library from the resources of the missing engine, and transmitting the resource packet to the site server side for updating; and 5: judging whether the updated control can be supported by the client terminal, if not, matching the unique identification of the control with a cloud control library, and transmitting a cloud resource package to the client terminal for updating; step 6: if the client control corresponding to the site is missing, returning to the step 5; and 7: and when the engine and the control are supported by the client, updating is completed, and a new page template is deployed. The invention improves the website building efficiency and the website applicability.

Description

Visual station building method and system
Technical Field
The invention relates to the field of website development and application, in particular to a visual website building method and a visual website building system.
Background
With the development of new media of the internet, brand media also appear in a lot of flowers in operation, and media marketing also enters the competition of white heat, in order to deal with one-time marketing activity, a media party needs to invest a large number of staff in links of products, design, development, testing and the like, and the problems of long development time, high staff cost and the like exist, so that the operation development of medium and small media brands on the new media is severely restricted. To deal with this problem, some website building tools/platforms are already on the market, but only support the rearrangement of the existing terminal UI controls, and if a new control (for example, a red packet) is encountered, the whole local platform program must be updated to support the data interface of the control and its rule definition; meanwhile, the configuration file of the local program also needs to be updated manually by operation and maintenance personnel.
In the website building process, the controls are the smallest constituent units in the application, each control is filled with a single data source to form a page, and one application is built by a plurality of pages. In the traditional website building process, most of the websites are directly built by using controls, corresponding data sources are built and filled step by step according to the hierarchy of the websites, and finally, the website is formed by taking the website as the minimum visual unit for terminal interaction.
Disclosure of Invention
The invention aims to overcome the defects of the prior art, and solve the problem of how to update a cloud template/control to a local website building platform through heat and automatically update a data definition/attribute support program required by a new type of control template. A visual station building method and system are provided.
The purpose of the invention is realized by the following technical scheme:
a visual station building method comprises the following steps:
step 1: sending station building request information to a station server side;
and 2, step: the website server side selects a page template which is passed by the cloud side, and the cloud side server downloads and updates the page template;
and step 3: acquiring control information in a page template according to the current site information, and judging whether an engine of a control is supported at a client terminal;
and 4, step 4: if the system cannot be supported, analyzing the engine version corresponding to the description file of the control at the cloud end, dynamically generating a resource packet by the cloud end engine library from the resources of the missing engine, and transmitting the resource packet to the site server end through the network for updating;
and 5: judging whether the control in the updated page template can be supported by a client terminal, if not, matching the control with a cloud control library according to the unique identification KEY of the control, transmitting a cloud resource packet to the client terminal through a network, and automatically updating;
and 6: when the engine version is supported, if the control in the client APK corresponding to the site is lost, returning to the step 5;
and 7: and when the engine and the control are supported by the client, the updating of the page template is completed, and a new page template is deployed at the client terminal.
Further, the station building request information includes station information and a client application identifier; the site information comprises the site template version and control configuration information corresponding to the client identification.
Further, step 4 further includes that the site server performs incremental updating in the engine library, and automatically clears the old version cache of the site after the updating is completed, so that the terminal page under the site can be normally accessed.
Further, the step 5 comprises the following sub-steps:
step 501: judging whether the control in the updated page template can be supported by the client terminal, if not, matching the control with a cloud control library according to the unique identifier KEY of the control;
step 502: if the matching is successful, verifying whether the subclass skin of the KEY exists, if not, automatically generating a resource packet, transmitting the cloud resource packet to the client terminal through the network, and automatically performing coverage updating;
step 503: and if the matching is unsuccessful, automatically generating a resource packet by the control KEY, transmitting the cloud resource packet to the client terminal through the network, and automatically performing incremental updating.
Further, the controls include TOP controls, base controls, form controls, segmentation controls, container controls, and navigation controls.
Further, the page template can be edited and adjusted for the second time.
A visual site building system comprises a site module, a cloud server and a client module; the cloud server is respectively connected with the site module and the client module; the client module comprises a visual front-end editing unit, a background component expansion unit and a local database; and the client module generates a site building request to the site module, updates the page template control and the control engine in real time through the cloud server, and finally updates the local page template to complete the building of the client website.
Furthermore, the site module is used for receiving the request of the client module, detecting whether the update control of the page template to be updated is compatible at the client terminal, performing incremental update, and automatically clearing the cache of the old version of the site after the update is completed, so as to ensure that the page of the terminal under the site can be normally accessed.
Furthermore, the visual front-end editing unit adopts WebForm, jQuery Ajax, a custom tag and an HTML template as a front-end human-computer interaction architecture.
Further, the background component extension unit adopts a Spring and Spring closed framework under JAVA.
The invention has the beneficial effects that:
1. a template is added between the control and the page, the template is only responsible for displaying the style of the page, and the data format of the template can automatically adapt to the characteristics of the API of different platform databases through standardized conversion;
2. the page rendering engine realizes full-automatic incremental updating according to the needs, does not need network management personnel to update manually, and occupies less network resources and has high speed;
3. the client terminal can automatically update the corresponding page template code from the cloud warehouse according to the internal engine constraint criterion, the client terminal does not need to be manually assembled and packaged again, and the updating cost is reduced.
Drawings
FIG. 1 is a flow diagram of data interaction of the present invention.
Detailed Description
In order to more clearly understand the technical features, objects, and effects of the present invention, embodiments of the present invention will now be described with reference to the accompanying drawings.
In this embodiment, as shown in fig. 1, a visualized station building method includes the following steps:
step 1: sending station building request information to a station server side;
step 2: the website server side selects a page template passed by the cloud side, and the cloud side server downloads and updates the page template;
and step 3: acquiring control information in the page template according to the current site information, and judging whether an engine of the control is supported at a client terminal;
and 4, step 4: if the system cannot be supported, analyzing the engine version corresponding to the description file of the control at the cloud end, dynamically generating a resource packet by the cloud end engine library from the resources of the missing engine, and transmitting the resource packet to the site server end through the network for updating;
and 5: judging whether the control in the updated page template can be supported by a client terminal, if not, matching the control with a cloud control library according to the unique identifier KEY of the control, transmitting a cloud resource packet to the client terminal through a network and automatically updating;
and 6: when the engine version is supported, if the control in the client APK corresponding to the site is lost, returning to the step 5;
and 7: when the engine and the control are supported by the client, the page template is updated, a new page template is deployed at the client terminal and is bound with the service data in the local database; finally, the APK is encapsulated and the web site version is published.
The station building request information comprises station information and a client application identifier; the site information comprises the site template version and control configuration information corresponding to the client identification.
And 4, performing incremental updating in the engine library by the site server side, and automatically clearing the old version cache of the site after the updating is finished so as to ensure that the terminal page under the site can be normally accessed.
Wherein the step 5 comprises the following substeps:
step 501: judging whether the control in the updated page template can be supported by the client terminal or not, and if not, matching the control with a cloud control library according to the unique identification KEY of the control;
step 502: if the matching is successful, verifying whether the subclass skin of the KEY exists, if not, automatically generating a resource packet, transmitting the cloud resource packet to the client terminal through the network, and automatically performing coverage updating;
step 503: and if the matching is unsuccessful, automatically generating a resource packet by the control KEY, transmitting the cloud resource packet to the client terminal through the network, and automatically performing incremental updating.
The page template can be edited and adjusted for the second time, and the operations comprise replacing part of components in the template, adjusting the layout among the components, adding a new container and the like.
A visual site building system comprises a site module, a cloud server and a client module; the cloud server is respectively connected with the site module and the client module; the client module comprises a visual front-end editing unit, a background component expansion unit and a local database; and the client module generates a website building request to the website module, updates the page template control and the control engine in real time through the cloud server, and finally updates the local page template to complete the building of the client website.
The site module is used for receiving the request of the client module, detecting whether the update control of the page template to be updated is compatible in the client terminal, performing incremental update, and automatically clearing the cache of the old version of the site after the update is completed, so as to ensure that the page of the terminal under the site can be normally accessed.
The visual front-end editing unit adopts WebForm, jQuery Ajax, a custom label and an HTML template as a front-end human-computer interaction framework.
The background component extension unit adopts a Spring and Spring group framework in JAVA, provides a container with a control reversal characteristic, and can well help compatibility and expansibility of a cloud template/component library and a local library and remote field custom management of template/component by Redis.
The foregoing shows and describes the general principles and broad features of the present invention and advantages thereof. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (10)

1. A visual station building method is characterized by comprising the following steps:
step 1: sending station building request information to a station server side;
and 2, step: the website server side selects a page template passed by the cloud side, and the cloud side server downloads and updates the page template;
and step 3: acquiring control information in a page template according to the current site information, and judging whether an engine of a control is supported at a client terminal;
and 4, step 4: if the system cannot be supported, analyzing the engine version corresponding to the description file of the control at the cloud end, dynamically generating a resource packet by the cloud end engine library from the resources of the missing engine, and transmitting the resource packet to the site server end through the network for updating;
and 5: judging whether the control in the updated page template can be supported by a client terminal, if not, matching the control with a cloud control library according to the unique identification KEY of the control, transmitting a cloud resource packet to the client terminal through a network, and automatically updating;
and 6: when the engine version is supported, if the control in the client APK corresponding to the site is lost, returning to the step 5;
and 7: and when the engine and the control are supported by the client, the updating of the page template is completed, and a new page template is deployed at the client terminal.
2. The visual site building method according to claim 1, wherein the site building request information comprises site information and client application identification; the site information comprises the site template version and control configuration information corresponding to the client identification.
3. The visual site building method according to claim 1, wherein the step 4 further comprises the step of performing incremental update in the engine library by the site server, and automatically clearing the cache of the old version of the site after the update is completed, so as to ensure that the terminal page under the site can be normally accessed.
4. A visualization website building method according to claim 1, wherein the step 5 comprises the following substeps:
step 501: judging whether the control in the updated page template can be supported by the client terminal, if not, matching the control with a cloud control library according to the unique identifier KEY of the control;
step 502: if the matching is successful, verifying whether the subclass skin of the KEY exists, if not, automatically generating a resource packet, transmitting the cloud resource packet to the client terminal through the network, and automatically performing coverage updating;
step 503: and if the matching is unsuccessful, automatically generating a resource packet by the control KEY, transmitting the cloud resource packet to the client terminal through the network, and automatically performing incremental updating.
5. A visual site building method according to claim 1, wherein the controls include TOP controls, base controls, form controls, splitting controls, container controls, and navigation controls.
6. The visual site building method according to claim 1, wherein the page template can be edited and adjusted twice.
7. A visual site building system is realized based on the visual site building method of any one of claims 1 to 6, and is characterized by comprising a site module, a cloud server and a client module; the cloud server is respectively connected with the site module and the client module; the client module comprises a visual front-end editing unit, a background component expansion unit and a local database; and the client module generates a site building request to the site module, updates the page template control and the control engine in real time through the cloud server, and finally updates the local page template to complete the building of the client website.
8. The visual site building system according to claim 7, wherein the site module is configured to receive a request from the client module, detect whether an update control of the page template to be updated is compatible at the client terminal, perform incremental update, and automatically clear an old version cache of the site after the update is completed, so as to ensure that a terminal page under the site can be normally accessed.
9. The visualization station building system according to claim 7, wherein the visualization front-end editing unit adopts WebForm, jQuery Ajax, custom tags and HTML templates as a front-end human-computer interaction architecture.
10. The visual site building system of claim 7, wherein the background component extension unit adopts a Spring and Spring closed framework under JAVA.
CN202110483339.1A 2021-04-30 2021-04-30 Visual station building method and system Active CN113297521B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110483339.1A CN113297521B (en) 2021-04-30 2021-04-30 Visual station building method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110483339.1A CN113297521B (en) 2021-04-30 2021-04-30 Visual station building method and system

Publications (2)

Publication Number Publication Date
CN113297521A CN113297521A (en) 2021-08-24
CN113297521B true CN113297521B (en) 2022-10-14

Family

ID=77320789

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110483339.1A Active CN113297521B (en) 2021-04-30 2021-04-30 Visual station building method and system

Country Status (1)

Country Link
CN (1) CN113297521B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000079466A2 (en) * 1999-06-23 2000-12-28 Visicu, Inc. Telemedical expert service provision for intensive care units
CN102693307A (en) * 2012-05-24 2012-09-26 上海克而瑞信息技术有限公司 Website user access behavior recording and analyzing system
CN103051684A (en) * 2012-12-07 2013-04-17 百度在线网络技术(北京)有限公司 Method, system and device for converting website into Web App for displaying
CN103714158A (en) * 2013-12-26 2014-04-09 乐视网信息技术(北京)股份有限公司 Vertical search method and system for video websites
CN103853735A (en) * 2012-11-29 2014-06-11 怡丰联合(北京)科技有限责任公司 Hypertext markup language (HTML) template visualization manufacturing and compiling method and system
CN103927209A (en) * 2014-04-16 2014-07-16 大连亿联科技股份有限公司 FEEBLESS website building engine
CN104142826A (en) * 2014-07-28 2014-11-12 百度在线网络技术(北京)有限公司 Method, device and system for constructing page
CN105117421A (en) * 2015-07-31 2015-12-02 四川长虹电器股份有限公司 Social network analysis method based on graph structure matching
CN107193545A (en) * 2017-04-07 2017-09-22 广东省科技基础条件平台中心 Multilingual co-development device, the method and system of a kind of component-oriented
CN107391752A (en) * 2017-08-16 2017-11-24 四川长虹电器股份有限公司 A kind of method based on hadoop platform construction user tag information
CN109471968A (en) * 2018-11-02 2019-03-15 大连瀚闻资讯有限公司 The statistic of trade applied to search engine optimization visualizes distributed post system
CN109783087A (en) * 2018-12-20 2019-05-21 浙江托普云农科技股份有限公司 A kind of visualization web front end editing machine and visualization establishing method based on B/S framework
CN111177618A (en) * 2019-12-17 2020-05-19 腾讯科技(深圳)有限公司 Website building method, device, equipment and computer readable storage medium
CN112148708A (en) * 2020-08-31 2020-12-29 国网江苏省电力有限公司经济技术研究院 Power grid planning-oriented visual application system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10560760B2 (en) * 2014-10-27 2020-02-11 Zed Creative Inc. Methods and systems for multimedia content
WO2018156930A1 (en) * 2017-02-24 2018-08-30 Endotronix, Inc. Wireless sensor reader assembly

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000079466A2 (en) * 1999-06-23 2000-12-28 Visicu, Inc. Telemedical expert service provision for intensive care units
CN102693307A (en) * 2012-05-24 2012-09-26 上海克而瑞信息技术有限公司 Website user access behavior recording and analyzing system
CN103853735A (en) * 2012-11-29 2014-06-11 怡丰联合(北京)科技有限责任公司 Hypertext markup language (HTML) template visualization manufacturing and compiling method and system
CN103051684A (en) * 2012-12-07 2013-04-17 百度在线网络技术(北京)有限公司 Method, system and device for converting website into Web App for displaying
CN103714158A (en) * 2013-12-26 2014-04-09 乐视网信息技术(北京)股份有限公司 Vertical search method and system for video websites
CN103927209A (en) * 2014-04-16 2014-07-16 大连亿联科技股份有限公司 FEEBLESS website building engine
CN104142826A (en) * 2014-07-28 2014-11-12 百度在线网络技术(北京)有限公司 Method, device and system for constructing page
CN105117421A (en) * 2015-07-31 2015-12-02 四川长虹电器股份有限公司 Social network analysis method based on graph structure matching
CN107193545A (en) * 2017-04-07 2017-09-22 广东省科技基础条件平台中心 Multilingual co-development device, the method and system of a kind of component-oriented
CN107391752A (en) * 2017-08-16 2017-11-24 四川长虹电器股份有限公司 A kind of method based on hadoop platform construction user tag information
CN109471968A (en) * 2018-11-02 2019-03-15 大连瀚闻资讯有限公司 The statistic of trade applied to search engine optimization visualizes distributed post system
CN109783087A (en) * 2018-12-20 2019-05-21 浙江托普云农科技股份有限公司 A kind of visualization web front end editing machine and visualization establishing method based on B/S framework
CN111177618A (en) * 2019-12-17 2020-05-19 腾讯科技(深圳)有限公司 Website building method, device, equipment and computer readable storage medium
CN112148708A (en) * 2020-08-31 2020-12-29 国网江苏省电力有限公司经济技术研究院 Power grid planning-oriented visual application system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于Web的多维数据可视化系统设计;郝希亮等;《软件导刊》;20180626;第17卷(第08期);133-136 *

Also Published As

Publication number Publication date
CN113297521A (en) 2021-08-24

Similar Documents

Publication Publication Date Title
US6847981B2 (en) System and method for generating EJB components from reusable business logics in servlet program
US7908594B2 (en) External programmatic interface for IOS CLI compliant routers
US10402173B2 (en) Systems and methods for arbitrary software logic modeling
US7854376B2 (en) System and method for managing item interchange and identification in an extended enterprise
CN108984895B (en) Model automatic identification method based on XML heterogeneous platform
CN101529372B (en) Method for determining enterprise information by computer and computer system
CN108345532A (en) A kind of automatic test cases generation method and device
CN110333863A (en) A kind of method and device for generating, showing the small routine page
CN113703785B (en) Component-based platform deployment method, device, equipment and storage medium
CN113419728A (en) Marketing page building method, marketing page building device, marketing page building equipment and storage medium
CN101676904A (en) Multilingual method of Web application system and device
CN111324619A (en) Object updating method, device, equipment and storage medium in micro service system
US20050234845A1 (en) End-to-end business integration testing tool
CN115576817A (en) Automatic test system, method, electronic equipment and storage medium
CN113297521B (en) Visual station building method and system
CN102882737B (en) Transaction language-1(TL1) command automatically testing method based on extensible markup language (XML) script
CN113760730A (en) Automatic testing method and device
CN112069129A (en) Configuration file format conversion method, device and medium based on domestic CPU
CN115098047B (en) Printing platform based on Word template and function plug-in components
CN113949749B (en) XML message processing method and device
CN110866054A (en) Label configuration method and device and computer storage medium
CN114218105A (en) UI automatic regression testing system based on configuration application mode
CN113098961B (en) Component uploading method, device and system, computer equipment and readable storage medium
CN115061690A (en) Automatic code generation method and device
CN110765610B (en) PDM integration method, PDM integration device, computer equipment 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
GR01 Patent grant
GR01 Patent grant