CN111309319A - Inheritable office data dynamic page configuration method and device - Google Patents

Inheritable office data dynamic page configuration method and device Download PDF

Info

Publication number
CN111309319A
CN111309319A CN202010090881.6A CN202010090881A CN111309319A CN 111309319 A CN111309319 A CN 111309319A CN 202010090881 A CN202010090881 A CN 202010090881A CN 111309319 A CN111309319 A CN 111309319A
Authority
CN
China
Prior art keywords
configuration
page
data
style data
xml
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.)
Granted
Application number
CN202010090881.6A
Other languages
Chinese (zh)
Other versions
CN111309319B (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.)
Aspire Digital Technologies Shenzhen Co Ltd
Original Assignee
Aspire Digital Technologies Shenzhen 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 Aspire Digital Technologies Shenzhen Co Ltd filed Critical Aspire Digital Technologies Shenzhen Co Ltd
Priority to CN202010090881.6A priority Critical patent/CN111309319B/en
Publication of CN111309319A publication Critical patent/CN111309319A/en
Application granted granted Critical
Publication of CN111309319B publication Critical patent/CN111309319B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/36Software reuse
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention discloses a method and a device for configuring a dynamic page of inheritable office data. The method comprises the steps of obtaining XML configuration content by analyzing a received page generation request, loading first configuration style data and second configuration style data according to the XML configuration content to obtain an XML configuration file, enabling the first configuration style data to be inherited by the second configuration style data, and generating dynamic page data by utilizing the XML configuration file. The first configuration style data and the second configuration style data with inheritance relationship are defined, a unified configuration solution is provided for different function pages of the same type of service, and the second configuration style data can realize the multiplexing of configuration contents by inheriting the configuration contents of the existing first configuration style data according to the inheritance attribute, so that the development workload can be reduced and the later maintenance cost can be reduced in the aspect of system development.

Description

Inheritable office data dynamic page configuration method and device
Technical Field
The invention relates to the field of software, in particular to a method and a device for configuring a inheritable office data dynamic page.
Background
In the mobile communication industry, mobile communication service office data provides basic data for services such as service provisioning, service control, service charging, service settlement and the like, with the development of services, office data types of the services are more and more, and generally, the following two technical schemes are adopted for data display of the mobile communication office: 1) based on page development, namely, a traditional development mode is adopted, front-end technologies such as HTML/CSS/JS and the like are adopted to develop pages corresponding to services, the development content of a specific page is displayed, one function needs to be developed corresponding to one page, and the traditional development mode is poor in code programming maintainability, readability, migratability, reusability and the like. 2) Based on the VM template technology, a VM template, i.e. a location template, i.e. each office data function page display needs to be developed by using one VM template, and a function page needs to be newly added with a corresponding VM template, or when one type of service has a plurality of different pages, as long as some fields are added or modified, templates corresponding to different pages need to be readjusted. The two modes have large development workload and low development efficiency, so that a sustainable office data dynamic page configuration method capable of improving office data service development efficiency needs to be provided.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art. Therefore, the invention provides a sustainable office data dynamic page configuration method, which can improve office data service development efficiency and reduce development workload.
In a first aspect, an embodiment of the present invention provides: a method for configuring sustainable office data dynamic page includes:
analyzing the received page generation request to obtain XML configuration content;
loading first configuration style data and second configuration style data according to the XML configuration content to obtain an XML configuration file, wherein the first configuration style data can be inherited by the second configuration style data;
and generating dynamic page data by utilizing the XML configuration file.
Further, the loading the first configuration style data and the second configuration style data according to the XML configuration content to obtain the XML configuration file includes:
defining a table tag, setting inheritance relationships among different pages, and loading corresponding style data according to the inheritance relationships;
and packaging the style data with style rendering data and a page display format by using a velocity template technology to obtain the XML configuration file.
Further, setting the inheritance relationship between different pages includes: adding a child configuration page attribute in the table tag, and setting a parent configuration page to be inherited, wherein the first configuration style data is parent configuration page style data, and the second configuration style data is child configuration page style data.
Further, loading corresponding style data according to the inheritance relationship comprises:
reading XML configuration content under a preset directory and creating an interpreter;
the interpreter establishes an access object to acquire nodes meeting the conditions;
and judging whether the inheritance relationship exists in the node, if so, loading the father configuration page style data and merging the father configuration page style data into the son configuration page style data.
Further, the generating dynamic page data using the XML configuration file includes:
querying a database according to the XML configuration file;
receiving office data returned by the database;
packaging the office data to obtain page display data;
and generating the dynamic page data according to the page display data.
And further generating a page response according to the dynamic page data for page display.
Further, the dynamic page data includes: a listing page and a details page.
The embodiment of the invention at least has the following beneficial effects: the development workload is reduced, and the later maintenance cost is reduced.
In a second aspect, an embodiment of the present invention provides: a dynamic page configuration apparatus, comprising:
an analysis module: the XML configuration content is obtained by analyzing the received page generation request;
XML configuration file generation module: the XML configuration file is used for loading first configuration style data and second configuration style data according to the XML configuration content to obtain an XML configuration file, wherein the first configuration style data can be inherited by the second configuration style data;
the dynamic page generation module: for generating dynamic page data using the XML configuration file.
In a third aspect, an embodiment of the present invention provides: a dynamic page configuration device, comprising:
at least one processor, and a memory communicatively coupled to the at least one processor;
wherein the processor is adapted to perform the method of any of the first aspects by invoking a computer program stored in the memory.
In a fourth aspect, an embodiment of the invention provides: a computer-readable storage medium having stored thereon computer-executable instructions for causing a computer to perform the method of any one of the first aspects.
The embodiment of the invention has the beneficial effects that:
the embodiment of the invention obtains XML configuration content by analyzing the received page generation request, obtains an XML configuration file by loading the first configuration style data and the second configuration style data according to the XML configuration content, wherein the first configuration style data can be inherited by the second configuration style data, and generates dynamic page data by utilizing the XML configuration file. The first configuration style data and the second configuration style data with inheritance relationship are defined, a unified configuration solution is provided for different function pages of the same type of service, and the second configuration style data can realize the multiplexing of configuration contents by inheriting the configuration contents of the existing first configuration style data according to the inheritance attribute, so that the development workload can be reduced and the later maintenance cost can be reduced in the aspect of system development.
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 is a flow chart illustrating a method for configuring a dynamic page of inheritable office data according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating an exemplary embodiment of a method for configuring a dynamic page of inheritable office data according to the present invention;
FIG. 3 is a schematic diagram of an inheritance relationship of an embodiment of a method for configuring a dynamic page of inheritable office data according to the embodiment of the present invention;
FIG. 4 is a flowchart illustrating internal invocation of a method for configuring dynamic pages of inheritable office data according to an embodiment of the present invention;
fig. 5 is a block diagram of an embodiment of a dynamic page configuring apparatus according to the present invention.
Detailed Description
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following description will be made with reference to the accompanying drawings. It is obvious that the drawings in the following description are only some examples of the invention, and that for a person skilled in the art, other drawings and embodiments can be derived from them without inventive effort.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention.
The first embodiment is as follows:
the embodiment of the invention provides a sustainable office data dynamic page configuration method. The embodiment is applied to service scenes in which the same service is developed and different function pages are developed, for example, service scenes such as service opening, service control, service charging, service settlement and the like, and data in the service scenes comprise service data and office data, wherein the office data provides basic data for the service scenes. With the development of services, the types of office data of the services are more and more, the present embodiment adopts a configuration mode, and defines service fields in an XML configuration file, and since different function pages of each type of services actually include some common service fields, such as the same field or a field specific to the service, the multiplexing of the configuration of the common service fields in the same type of services is realized by using inheritance attributes.
Fig. 1 is a schematic flow chart of a method for configuring a dynamic page of inheritable office data according to an embodiment of the present invention, as shown in fig. 1, the method includes the following steps:
s1: and analyzing the received page generation request to obtain XML configuration content.
S2: and loading the first configuration style data and the second configuration style data according to the XML configuration content to obtain the XML configuration file, wherein the first configuration style data can be inherited by the second configuration style data.
For example, in one implementation, a < table > tag is defined in an XML configuration file, an inheritance relationship between different pages is set, corresponding style data is loaded according to the inheritance relationship, and then, style rendering data and page display format encapsulation are performed on the style data by using a velocity template technology to obtain the XML configuration file.
In one implementation, setting the inheritance relationship between different pages includes: adding a child configuration page attribute in the < table > tag, and setting a parent configuration page to be inherited, wherein the first configuration style data is the parent configuration page style data, and the second configuration style data is the child configuration page style data.
For example, defining a general service field or a basic service field as a parent configuration attribute page, using a pageId attribute to identify a page attribute, configuring related service field information, and generating a data format capable of being rendered by front-end display by combining with a velocity template technology of JAVA language. The parent configuration page contains a pageId attribute, the child configuration page is identified through the parentPageId attribute, and the parent configuration page pageId attribute to be inherited is set through the parentPageId attribute, so that the inheritance multiplexing of the universal service field can be quickly and conveniently realized. It can be understood that in some actual services, the sub-configuration page may also serve as a parent configuration page of the next-level function page, as long as the general service field or the basic service field can be extracted and both can serve as a parent configuration attribute page.
In one embodiment, the process of loading corresponding style data according to an inheritance relationship comprises:
analyzing the XML configuration content by using an HtmlPaser component of JAVA language, reading the XML configuration content under a preset directory, and creating an interpreter through a Parser class;
the interpreter creates a Visitor access object to acquire all nodes meeting the conditions;
judging whether the node has the inheritance relationship of the parentPageId attribute, if so, loading the father configuration page style data and merging the father configuration page style data into the son configuration page style data, and processing the node sample type data content.
S3: dynamic page data is generated using the XML configuration file.
In one implementation mode, a database is queried according to an XML configuration file, office data returned by the database is received, page display data is obtained by packaging the office data and service data, and dynamic page data is generated according to the page display data.
For example, a < dynamic grid pageId ═ queryGrid'/>, is introduced into the front-end page development content of the user display platform, and the configuration triggers an event to send a request carrying pageId parameters to the background when the page is loaded, so as to realize dynamic rendering of the page data to generate dynamic page data, and then a page response is generated according to the dynamic page data for page display.
For example, dynamic page data includes: the dynamic page data includes more than two pages, which can be set according to actual requirements, and the embodiment is only illustrated by the list page and the detail page.
For example, in the call record query service, the list page displays all call records, and the details page displays details of a single call record.
The above-described flow is described in detail below with reference to fig. 2.
Fig. 2 is an internal flowchart of the persistent office data dynamic page configuration method according to this embodiment.
XML configuration rule setting is carried out in advance, namely, a common service field or a basic service field is extracted from the same type of service to be developed and is defined as a father configuration attribute page to serve as first configuration style data, and different second configuration style data are set for different function pages. Then, the received request for generating the page is configured and analyzed to obtain XML configuration content, assembly, namely style rendering is carried out to obtain an XML configuration file, a database is inquired according to the XML configuration file, then result data (such as office data) returned by the database is received, page packaging is carried out on the office data and service data to obtain page display data, dynamic page data is generated according to the page display data, and list page display or detail page display is carried out according to requirements.
In one embodiment, the meaning of the attributes in the XML configuration rules is as follows:
the pageId attribute is a page identification ID, namely the pageId is referred to at the front end, and the part of page content can be automatically generated;
the url attribute is a request path for loading data on the page;
the bizType is a specified service type;
table is a sub-label of the page;
the thead is a specific description field displayed by the page;
field is defined for the service field;
sortable is whether the field supports sorting;
render is to realize the functions of field translation, formatting, etc.;
in another embodiment, the configuration fragment of the XML configuration file is as follows:
example parent configuration page:
Figure BDA0002383674060000061
example of a sub-configuration page:
Figure BDA0002383674060000062
as described above, the pageId in the parent configuration page is "baseGrid", the pageId in the child configuration page is "queryGrid" parentpage id is "baseGrid", and as shown in fig. 3, this embodiment is an inheritance relationship diagram, that is, a node (parent configuration page) with a pageId attribute of baseGrid is inherited by nodes (child configuration pages) with pageId attributes of queryGrid and detailGrid.
As shown in fig. 4, an internal call flow chart of this embodiment includes a user side, a user display interface (for example, a display interface of a terminal or a client), a display background, and a database, and a call flow is described as follows:
1) a user performs service processing operation on a user display interface, such as page query operation;
2) a user display interface initiates a page generation request to a display background;
3) the display background analyzes the request after receiving the request for generating the page;
4) the display background analyzes the XML configuration file to obtain XML configuration content;
5) the display background obtains an XML configuration file according to XML configuration content loading style information (including first configuration style data, second configuration style data and the like);
6) the display background initiates a request for loading service result data to the database according to the XML configuration file;
7) the database receives the request and then performs data query operation;
8) after the query is finished, the database returns office data of the current query corresponding service to the display background;
9) the display background assembles the office data (namely basic data);
10) the display background generates page display data according to the packaged data;
11) the display background returns dynamic page data generated according to the page display data to the user display interface;
12) and rendering the query result by the user display interface and displaying the query result to the user.
According to the process, after a display background (such as a back end) receives a page generation request, the page generation request is analyzed through a configuration rule, parameters including identifiers such as a parameter pageId attribute are matched, after a result is matched, a velocity template technology is combined, an XML configuration file is obtained by packaging style rendering data and a page display format, a configured url is obtained to call a data loading request for data loading, and finally a complete dynamic page data is generated to respond to a page request of a user.
The embodiment realizes inheritance of configuration attribute contents between different functional pages of the same service by defining sustainable XML configuration rules, facilitates multiplexing of general service fields or basic service fields, fully utilizes the characteristics of a plurality of same fields in the display of the functional pages of different services, can shield the difference of different office data types, provides a uniform page display style, can perform the functions of custom field sequencing and field translation based on the page display style, and has good expandability and flexibility on the aspect of service display. And through the inheritance mode, the original realized configuration content can be directly expanded, the original configured content (such as a general service field or a basic service field) is effectively utilized, the page development efficiency is effectively improved, and the later maintenance cost is reduced.
Example two:
the present embodiment provides a dynamic page configuration device, configured to execute the inheritable office data dynamic page configuration method according to the first embodiment, as shown in fig. 5, which is a structural block diagram of the dynamic page configuration device of the present embodiment, and includes:
the analysis module 100: the XML configuration content is obtained by analyzing the received page generation request;
the XML configuration file generation module 200: the XML configuration file is used for loading first configuration style data and second configuration style data according to XML configuration content to obtain an XML configuration file, wherein the first configuration style data can be inherited by the second configuration style data;
the dynamic page generation module 300: for generating dynamic page data using an XML configuration file.
The specific details of the module of the dynamic page configuration apparatus have been described in detail in the embodiment of a corresponding inheritable office data dynamic page configuration method, and therefore, the details are not described herein again.
In addition, the present invention also provides a dynamic page configuration device, comprising:
at least one processor, and a memory communicatively coupled to the at least one processor;
wherein the processor is configured to perform the method according to embodiment one by calling the computer program stored in the memory. A computer program, that is, a program code, for causing a dynamic page configuration device to execute the steps in the inheritable office data dynamic page configuration method described in the above section of this specification, when the program code runs on the dynamic page configuration device.
In addition, the present invention also provides a computer-readable storage medium, which stores computer-executable instructions for causing a computer to perform the method according to the first embodiment.
Without loss of generality, the computer-readable media may comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, DVD, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices. Of course, those skilled in the art will appreciate that the computer storage media is not limited to the foregoing.
The embodiment of the invention obtains XML configuration content by analyzing the received page generation request, obtains an XML configuration file by loading the first configuration style data and the second configuration style data according to the XML configuration content, wherein the first configuration style data can be inherited by the second configuration style data, and generates dynamic page data by utilizing the XML configuration file. The first configuration style data and the second configuration style data with inheritance relationship are defined, a unified configuration solution is provided for different function pages of the same type of service, and the second configuration style data can realize the multiplexing of configuration contents by inheriting the configuration contents of the existing first configuration style data according to the inheritance attribute, so that the development workload can be reduced and the later maintenance cost can be reduced in the aspect of system development.
The above embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same, although the present invention is described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (10)

1. A method for configuring a dynamic page of inheritable office data is characterized by comprising the following steps:
analyzing the received page generation request to obtain XML configuration content;
loading first configuration style data and second configuration style data according to the XML configuration content to obtain an XML configuration file, wherein the first configuration style data can be inherited by the second configuration style data;
and generating dynamic page data by utilizing the XML configuration file.
2. The method as claimed in claim 1, wherein the loading the first configuration style data and the second configuration style data according to the XML configuration content to obtain the XML configuration file comprises:
defining a table tag, setting inheritance relationships among different pages, and loading corresponding style data according to the inheritance relationships;
and packaging the style data with style rendering data and a page display format by using a velocity template technology to obtain the XML configuration file.
3. The method as claimed in claim 2, wherein setting inheritance relationships between different pages comprises: adding a child configuration page attribute in the table tag, and setting a parent configuration page to be inherited, wherein the first configuration style data is parent configuration page style data, and the second configuration style data is child configuration page style data.
4. The method as claimed in claim 3, wherein loading corresponding style data according to the inheritance relationship comprises:
reading XML configuration content under a preset directory and creating an interpreter;
the interpreter establishes an access object to acquire nodes meeting the conditions;
and judging whether the inheritance relationship exists in the node, if so, loading the father configuration page style data and merging the father configuration page style data into the son configuration page style data.
5. The method as claimed in claim 1, wherein the step of generating dynamic page data by using the XML configuration file comprises:
querying a database according to the XML configuration file;
receiving office data returned by the database;
packaging the office data to obtain page display data;
and generating the dynamic page data according to the page display data.
6. The method as claimed in claim 1, further comprising generating a page response for page display according to the dynamic page data.
7. The method for configuring an inheritable office data dynamic page according to any one of claims 1 to 6, wherein the dynamic page data comprises: a listing page and a details page.
8. A dynamic page configuration apparatus, comprising:
an analysis module: the XML configuration content is obtained by analyzing the received page generation request;
XML configuration file generation module: the XML configuration file is used for loading first configuration style data and second configuration style data according to the XML configuration content to obtain an XML configuration file, wherein the first configuration style data can be inherited by the second configuration style data;
the dynamic page generation module: for generating dynamic page data using the XML configuration file.
9. A dynamic page configuration device, comprising:
at least one processor; and a memory communicatively coupled to the at least one processor;
wherein the processor is operable to perform the method of any one of claims 1 to 7 by invoking a computer program stored in the memory.
10. A computer-readable storage medium having stored thereon computer-executable instructions for causing a computer to perform the method of any one of claims 1 to 7.
CN202010090881.6A 2020-02-13 2020-02-13 Inheritable office data dynamic page configuration method and device Active CN111309319B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010090881.6A CN111309319B (en) 2020-02-13 2020-02-13 Inheritable office data dynamic page configuration method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010090881.6A CN111309319B (en) 2020-02-13 2020-02-13 Inheritable office data dynamic page configuration method and device

Publications (2)

Publication Number Publication Date
CN111309319A true CN111309319A (en) 2020-06-19
CN111309319B CN111309319B (en) 2024-02-13

Family

ID=71156559

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010090881.6A Active CN111309319B (en) 2020-02-13 2020-02-13 Inheritable office data dynamic page configuration method and device

Country Status (1)

Country Link
CN (1) CN111309319B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113569551A (en) * 2021-07-16 2021-10-29 青岛海尔科技有限公司 APP page configuration method, device, system and storage medium
CN114063988A (en) * 2021-11-16 2022-02-18 许继集团有限公司 Design method and system for dynamic collaboration among relay protection system development software components

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050188350A1 (en) * 2004-02-20 2005-08-25 Microsoft Corporation Data binding
US20080300850A1 (en) * 2007-05-31 2008-12-04 Jack Chen Method and apparatus for processing xml for display on a mobile device
US20090327922A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Object Model for A User Interface
CN103777931A (en) * 2012-10-22 2014-05-07 北大方正集团有限公司 Dynamic page generation method and system with loose relation to business logic
CN104317591A (en) * 2014-10-23 2015-01-28 西安未来国际信息股份有限公司 OSGi (open service gateway initiative)-based web interface frame system and web business processing method thereof
CN104573066A (en) * 2015-01-26 2015-04-29 中国工商银行股份有限公司 Page reusing method and page reusing device
CN107291523A (en) * 2017-08-01 2017-10-24 北京亚鸿世纪科技发展有限公司 A kind of web front end message bus system
CN108769103A (en) * 2018-04-04 2018-11-06 卓望数码技术(深圳)有限公司 A kind of control method and system for checking result displaying based on communication service data
CN109145235A (en) * 2017-06-16 2019-01-04 艺龙网信息技术(北京)有限公司 Method, apparatus and electronic equipment for analyzing web page

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050188350A1 (en) * 2004-02-20 2005-08-25 Microsoft Corporation Data binding
US20080300850A1 (en) * 2007-05-31 2008-12-04 Jack Chen Method and apparatus for processing xml for display on a mobile device
US20090327922A1 (en) * 2008-06-27 2009-12-31 Microsoft Corporation Object Model for A User Interface
CN103777931A (en) * 2012-10-22 2014-05-07 北大方正集团有限公司 Dynamic page generation method and system with loose relation to business logic
CN104317591A (en) * 2014-10-23 2015-01-28 西安未来国际信息股份有限公司 OSGi (open service gateway initiative)-based web interface frame system and web business processing method thereof
CN104573066A (en) * 2015-01-26 2015-04-29 中国工商银行股份有限公司 Page reusing method and page reusing device
CN109145235A (en) * 2017-06-16 2019-01-04 艺龙网信息技术(北京)有限公司 Method, apparatus and electronic equipment for analyzing web page
CN107291523A (en) * 2017-08-01 2017-10-24 北京亚鸿世纪科技发展有限公司 A kind of web front end message bus system
CN108769103A (en) * 2018-04-04 2018-11-06 卓望数码技术(深圳)有限公司 A kind of control method and system for checking result displaying based on communication service data

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
WUWEIXIANG: "Apache Velocity-----基于Java的模板引擎", pages 1 - 17, Retrieved from the Internet <URL:https://cloud.tencent.com/developer/article/1184329> *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113569551A (en) * 2021-07-16 2021-10-29 青岛海尔科技有限公司 APP page configuration method, device, system and storage medium
CN113569551B (en) * 2021-07-16 2023-12-19 青岛海尔科技有限公司 APP page configuration method, device, system and storage medium
CN114063988A (en) * 2021-11-16 2022-02-18 许继集团有限公司 Design method and system for dynamic collaboration among relay protection system development software components

Also Published As

Publication number Publication date
CN111309319B (en) 2024-02-13

Similar Documents

Publication Publication Date Title
US7546298B2 (en) Software, devices and methods facilitating execution of server-side applications at mobile devices
US7865528B2 (en) Software, devices and methods facilitating execution of server-side applications at mobile devices
CN110507986B (en) Animation information processing method and device
CN113238740B (en) Code generation method, code generation device, storage medium and electronic device
US20060190813A1 (en) Mobile device having extensible sofware for presenting server-side applications, software and methods
CN114416075A (en) Service processing method and device
CN111666328A (en) Method and device for displaying visual chart in real time, computer equipment and storage medium
CN113326030A (en) Service request processing method and device
CN111309317A (en) Code automation method and device for realizing data visualization
CN112019609A (en) Equipment monitoring method, device, equipment and computer medium based on Internet of things
CN111309319A (en) Inheritable office data dynamic page configuration method and device
CN112083926A (en) Web user interface generation method and device
CN111767229A (en) Performance test method, device and equipment
CN116048517B (en) API (application program interface) generating method, system and device based on B/S (browser/Server) architecture application system
CN117519877A (en) Rendering method and device of quick application card, storage medium and electronic equipment
CN111488144A (en) Data processing method and equipment
CN117971350A (en) Applet operating method, device and computer readable storage medium
CN113608900B (en) Method, device, equipment and medium for calling algorithm model
CN115795212A (en) Page display method and device, electronic equipment and storage medium
CN112650600B (en) Method, device and computer equipment for pushing message content
CN115658187A (en) Class implementation method, device, equipment and medium based on tangent plane-oriented programming
CN113434435A (en) Test case logic automatic generation method and device
CN113961279A (en) Page rendering method, device, server and storage medium
CN106775629B (en) Search file generation method and device
CN110502483A (en) Data processing method, 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
CB02 Change of applicant information

Address after: 518000 w601, Shenzhen Hong Kong industry university research base, 015 Gaoxin South 7th Road, high tech Zone community, Yuehai street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: ASPIRE TECHNOLOGIES (SHENZHEN) LTD.

Address before: 518000 south wing, 6th floor, west block, Shenzhen Hong Kong industry university research base building, South District, high tech Industrial Park, Nanshan District, Shenzhen City, Guangdong Province

Applicant before: ASPIRE TECHNOLOGIES (SHENZHEN) LTD.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant