CN101763423A - Method for realizing presentation of tree-structure data in World Wide Web page as well as system and device therefor - Google Patents

Method for realizing presentation of tree-structure data in World Wide Web page as well as system and device therefor Download PDF

Info

Publication number
CN101763423A
CN101763423A CN201010001084A CN201010001084A CN101763423A CN 101763423 A CN101763423 A CN 101763423A CN 201010001084 A CN201010001084 A CN 201010001084A CN 201010001084 A CN201010001084 A CN 201010001084A CN 101763423 A CN101763423 A CN 101763423A
Authority
CN
China
Prior art keywords
data
file
xml
tree structure
data file
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
CN201010001084A
Other languages
Chinese (zh)
Other versions
CN101763423B (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.)
Shanghai Love Network Technology Co., Ltd.
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201010001084.2A priority Critical patent/CN101763423B/en
Priority to PCT/CN2010/071697 priority patent/WO2011088641A1/en
Publication of CN101763423A publication Critical patent/CN101763423A/en
Application granted granted Critical
Publication of CN101763423B publication Critical patent/CN101763423B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for realizing presentation of tree-structure data in World Wide Web page as well as a system and a device therefor. The method comprises the following steps: after starting a WEB system, a server accesses a database server frequently to create and/or update a required XML data file for a tree structure, so as to load and/or refresh dynamic data in the tree structure. The invention leads a user to click the upper and lower levels of the tree structure freely for data presentation without sending a request to the server at the moment, thereby greatly increasing the response speed and the exhibition efficiency of the page and further greatly improving the user experience.

Description

Realize the method, system and device that the World Wide Web page tree structure data is showed
Technical field
The present invention relates to WWW (WEB, World Wide Web) page tree structure display technique, relate in particular to the method, system and device of showing based on the realization WEB page tree structure data of extend markup language (XML, XML-eXtensible Marked Language).
Background technology
High speed development along with the Internet, the WEB website becomes requisite companion in people's routine work and the life gradually, popularization gradually along with the WEB2.0 standard, (B/S Browser/Server) adopts tree structure to show that the demand of catalogue and data is also strong day by day in the application system at browser/server.As everyone knows, tree structure refers between the data element data structure of the tree-like relation that exists " one-to-many ", and is widely used in a plurality of fields, such as the management structure of file in the file system, family's family tree etc.
XML is a kind of simple data storage language, it uses a series of simple marks to come data of description, and these marks can be set up with mode easily, though the XML occupation space is more than the binary data occupation space, XML extremely simply is easy to grasp and use.
The success of XML does not also lie in it and is write and read by people easily, and is that it has fundamentally solved message exchange between the application system.This is because XML has satisfied the basic demand in two aspects:
(1) data is separated with expression-form
The information that resembles weather forecast can adopt different forms to be presented on the different equipment, for example is presented at TV, mobile phone or miscellaneous equipment etc.
(2) between different application programs, transmit data
Growing with each passing day of electronic commerce data exchange makes that this demand is more and more urgent.
Extensible Stylesheet Language (XSL) conversion (XSLT, eXtensible Stylesheet LanguageTransformation), according to the specification limit (http://www.w3.org/TR/xslt) of W3C, the purpose that designs XSLT the earliest is to assist XML document (document) is converted to other document.But development along with technology, XSLT not only is used for XML is converted to HTML (Hypertext Markup Language) (HTML, Hyper-Text Markup Language) or the document of other text formatting, it more fully defines: " a kind of language that is used for changing the XML document structure ", that is, convert XML document to corresponding data representation form by XML document is complementary with corresponding XSLT.That is to say, be convenient to people's reading comprehension, information need be shown in some way or prints, for example information data is become a html file, a pdf document, or even one section sound in order to make data; Equally, in order to make the different application program of data adapting, must be another kind of form from a kind of format conversion with data, such as the demand form may be a text, a Structured Query Language (SQL) (SQL, Structured Query Language) statement, a HTML (Hypertext Markup Language) (HTTP, Hyper-Text Transmission Protocol) information, the data call of a definite sequence etc.And XSLT is exactly the above-mentioned language that is used for realizing this translation function.For example XML being converted to HTML, is the topmost function of present XSLT.
Realize at present in the method for WEB system tree structure data displaying, if the data content that tree structure is showed is static, data progression is also fixed, usually the method that adopts is that form with HTML writes, control the displaying of this tree structure after clicked by JavaScript, can one-level one-level ground be showed by tree structure, also tree structure all can be folded and launches; If but data are many, then html page is redundant complicated, is unfavorable for secondary expansion and modification; If the data content of showing in the tree structure is dynamic, then data content extracts from database usually, and data progression also is unknown, this situation more complicated, solution commonly used is to adopt AJAX (being AsynchronousJavaScript and XML) technology, make up with dynamic HTML mark JavaScript script, form with tabulation is a tree structure with data presentation, and in order to raise the efficiency the data that can be designed to show earlier secondary, every then click is one-level wherein, then extract corresponding data from database automatically, demonstrate subordinate's data of this grade again.Owing to use the AJAX technology to make the page local to refresh to allow the variation that refreshes of the imperceptible page of user, improved the efficient that the page is showed to a certain extent.But problem is, each click all will propose request of data to database, and this has increased the response burden of database undoubtedly, if run into database time-delay or the unusual situation of database connection of connecting, then the situation that data display is obstructed can occur, thereby seriously influence user experience.
Existing patent documentation records: number of patent application is the Chinese patent application " based on the method for ajax and html mark formation tree-shaped display structure " of CN200710122116.2, and there is following technical deficiency in this patented claim:
The first, it does not distinguish dynamic data and static data, is not from database (DB if run into data source, Data Bank) but from the xml of artificial background maintenance, then the method can't solve, and the control office of pattern is limited among the HTML, is unfavorable for expansion and safeguards.
Second, in realizing, it adopts the AJAX technology, the tree structure bandwagon effect that utilizes asynchronous call to improve the user is experienced, data are to obtain by accessing database when tree structure is clicked, but because data concrete database that places one's entire reliance upon on the source, the response of database has directly influenced the response effect of displayed page, strengthened the burden of database server simultaneously, improve the complexity of system, strengthened the development difficulty of system, and reduced the reliability of system.
Summary of the invention
Technical matters to be solved by this invention provides a kind of method, system and device of realizing that the World Wide Web page tree structure data is showed, can alleviate the data response burden of database server.
In order to solve the problems of the technologies described above, the invention provides a kind of method that realizes that WWW (WEB) page tree structure data is showed, comprising:
Service end is that tree structure is created and/or upgraded needed extend markup language (XML) data file by regular accessing database server after starting the WEB system, with carrying and/or refresh dynamic data in the tree structure.
Further, this method also comprises:
Service end is passed through the XML data file of back-stage management platform manual creation no data content, and/or the static data that carries in the XML data file is carried out manual amendment and editor.
Further, this method also comprises:
Service end is according to the request of access of client to the WEB page, adopt with Extensible Stylesheet Language (XSL) conversion (XSLT) file of XML data file coupling the XML data file is converted to the document that can be discerned by the WEB browser, and show corresponding tree structures node and/or data according to the click of client at any time.
Further, service end
Adopt independently the data acquisition thread periodically to visit described database server, create and/or the described XML data file upgraded is inserted when the client-access blind spot and/or replaced;
The XML data file is being carried out in the process of described conversion, adopt the XPath language search with the localization of XML data file in node and/or data; The document that can be discerned by the WEB browser is hypertext markup language document and/or Dynamic Hyper Text Makeup Language document;
When showing corresponding tree structures node and/or data, the expansion of employing JavaScript language control tree structures node and/or folding.
Further, service end also comprised before upgrading the XML data file:
If determine that needs rewrite the XML data file after starting the WEB system, then carry out corresponding rewrite operation according to configuration file.
In order to solve the problems of the technologies described above, the invention provides a kind of system that realizes that WWW (WEB) page tree structure data is showed, comprise service end and client, wherein:
Service end, being used for by regular accessing database server is that tree structure is created and/or upgraded needed extend markup language (XML) data file, with carrying and/or refresh dynamic data in the tree structure; Perhaps, by the XML data file of back-stage management platform manual creation no data content, and/or the static data that carries in the XML data file is carried out the manual amendment edit;
Client is used for the request of access to the service end proposition WEB page.
Further, service end comprises described database server and WEB page tree structure data exhibiting device, and wherein WEB page tree structure data exhibiting device comprises: system start-up module, data acquisition module and Back Administration Module, wherein:
Database server is used to store WEB page tree structure data;
The system start-up module is used for after starting the WEB system, if judge that in the tree structure be dynamic data, then refreshes indication to generation indication of data acquisition module output primary data and/or dynamic data according to configuration file; Perhaps, if judge that in the tree structure be static data, then generate indication and/or the indication of manual maintenance file to Back Administration Module output original document;
Data acquisition module is used for refreshing indication timer access database server according to primary data generation indication and/or dynamic data, and establishment and/or the described XML data file of upgrading are inserted when the client-access blind spot and/or replaced;
Back Administration Module is used for generating indication and/or the indication of manual maintenance file according to original document, generates the XML data file of no concrete data content and/or edits the XML data file by the manual amendment.
Further, also comprise Data Styles control module and data display module, wherein:
The XML data file that data acquisition module will be created and/or upgrade is exported to the Data Styles control module,
Back Administration Module will generate and/or revise editor's XML data file and export to the Data Styles control module;
The Data Styles control module, be used for according to the request of access of client the WEB page, adopt with Extensible Stylesheet Language (XSL) conversion (XSLT) file of XML data file coupling the XML data file be converted to the document that can be discerned by the WEB browser, in the process of this conversion, adopt the XPath language search with the localization of XML data file in node and/or data; And the hypertext markup language document and/or the Dynamic Hyper Text Makeup Language document that convert to exported to the data display module;
The data display module, be used for the preceding two-stage catalogue that the document of input is given tacit consent to is showed client, and adopt the JavaScript language to control the expansion of described tree structures node and/or folding according to the click of client at any time, to show node corresponding and/or data;
Client is clicked corresponding tree structures node and/or data when the visit WEB page.
In order to solve the problems of the technologies described above, the invention provides a kind of device of realizing that WWW (WEB) page tree structure data is showed, comprise system start-up module, data acquisition module and Back Administration Module, wherein:
The system start-up module is used for after starting the WEB system, if judge that in the tree structure be dynamic data, then refreshes indication to generation indication of data acquisition module output primary data and/or dynamic data according to configuration file; Perhaps, if judge that in the tree structure be static data, then generate indication and/or the indication of manual maintenance file to Back Administration Module output original document;
Data acquisition module, be used for refreshing indication timer access database server according to primary data generation indication and/or dynamic data, create and/or renewal extend markup language (XML) data file, and when the client-access blind spot, insert and/or replace the XML data file;
Back Administration Module is used for generating indication and/or the indication of manual maintenance file according to original document, generates the XML data file of no concrete data content and/or edits the XML data file by the manual amendment.
Further, also comprise Data Styles control module and data display module, wherein:
The XML data file that data acquisition module will be created and/or upgrade is exported to the Data Styles control module,
Back Administration Module will generate and/or revise editor's XML data file and export to the Data Styles control module;
The Data Styles control module, be used for according to the request of access of client the WEB page, adopt with Extensible Stylesheet Language (XSL) conversion (XSLT) file of XML data file coupling the XML data file be converted to the document that can be discerned by the WEB browser, in the process of conversion, adopt the XPath language search with the localization of XML data file in node and/or data; And the hypertext markup language document and/or the Dynamic Hyper Text Makeup Language document that convert to exported to the data display module;
The data display module, the preceding two-stage catalogue that is used for document acquiescence that will input shows client, and adopts the expansion of JavaScript language control tree structures node and/or folding according to the click of client at any time, to show node corresponding and/or data.
The present invention is based on data and express the mode that pattern separates, with the data storage carrier of XML as tree structure, its clear in structure and be convenient to revise and expand; Adopt XSLT as the control of the pattern of tree structure simultaneously, and with displaying and the contraction of JavaScript, realized one dynamically, the WEB tree structure data is showed flexibly as the control tree structures node.If the data of showing are static, then carry out the additions and deletions retouching operation of XML data by back-stage management; If the data of showing are dynamic, then whether there is Data Update to come the dynamic refresh data by the active inquiry database server; The superior and the subordinate that can make the user can arbitrarily click tree structure thus carry out data display, and need not send request to service end more at this moment, have improved the response speed of the page greatly and have showed efficient, thereby greatly improved user experience.
Description of drawings
Fig. 1 is the process flow diagram of the method embodiment of realization World Wide Web page tree structure data displaying of the present invention;
Fig. 2 is the structural representation of the system embodiment of realization World Wide Web page tree structure data displaying of the present invention.
Embodiment
Below in conjunction with accompanying drawing and preferred embodiment technical scheme of the present invention is at length set forth.The embodiment that below exemplifies only is used for description and interpretation the present invention, and does not constitute the restriction to technical solution of the present invention.
As shown in Figure 1, be the flow process of the method embodiment of realization World Wide Web page tree structure data displaying provided by the invention, comprise the steps:
101: service end starts the WEB system;
Be that service end is with the WEB startup of server.
102: the configuration file that reads the WEB system;
This configuration file is used for the tree structure of WEB browser is carried out some configurations, for example dispose the XML data file, the data attribute of configuration in the tree structure be dynamically still static, and whether the XML data file that disposes need rewrite when system start-up, or the like.
103: judging whether to have disposed the needed XML data file of tree structure, is execution in step 110 then, otherwise execution in step 104;
104: judging whether the data in the tree structure are dynamic data, is execution in step 105 then, otherwise execution in step 111;
105:, generate the XML data file from database server reading corresponding data content;
106: regular accessing database server, the data that are updated with tree structure in the dynamic refresh file;
Such as the timer access database server, accessing database server after perhaps every some other task of execution, this can be controlled by program.
After accessing database discovering server database server Data Update, generate a new XML file, and in the time of the client-access blind spot, replace, and the XML file that is replaced is not deleted, standby when unusual as an alternative.
107: according to the request of access of client or according to configuration file with XML data file and suitable XSLT file coupling;
108: the XSLT file that utilizes coupling is converted to the document (such as HTML or DHTML document) that another can viewed device identification with the XML data file, and acquiescence show before the two-stage catalogue be transferred to client;
The XPath language is subordinate to XSLT, is the important component part of XSLT, may need to handle data on the tree structures node wherein during XML document in conversion, adopt the XPath language search with the localization of XML document in information data.
109: accept any click of client, with tree structure expansion or folding, the data in the display structure, process ends to the WEB page;
Can adopt JavaScript as the expansion of the tree-shaped node of control and folding, realize a tree structure flexibly dynamically.
110: determine according to configuration file whether needs rewrite the XML data file after system start-up, need then carry out corresponding rewrite operation; Execution in step 106 then;
111: the XML data file that generates the no concrete data content of acquiescence;
112: carry out manual amendment XML data file with changing by the back-stage management platform as required; Execution in step 107 then.
For example need increase, modification or deletion of node and/or data, carry out the manual amendment by the back-stage management platform.
When WEB system start-up, by one independently the data acquisition thread control the establishment and the renewal work of XML data file, the time of accessing database server can be set according to configuration file, and this time interval is difficult for too short, otherwise influences the performance of database server.
Suggestion is taked to upgrade per half an hour or one hour once relatively rationally according to the situation of Data Update in the actual tree structure.Simultaneously, owing to can directly come manual operations to revise the XML data file by the back-stage management interface more flexibly, have improved the extensibility of system.
When the tree structure page of client-access WEB, HTML or DHTML document that system can adopt XSLT and XML to generate respond to the user, and show the preceding two-stage node of giving tacit consent under the tree structure that comprises root.According to the click of client, the operation of expansion or folding present node will be carried out to key node.When hitting, the customer in response end points carries out node when launching, because the data in the XML data file have been finished and have been refreshed storage, so in time, need not now ask call the database server data to the server transmission, and can directly show corresponding data content in the file as required.Shorten the time that client waits thus dramatically, thereby significantly promoted user experience.
The structure of the system embodiment that the realization World Wide Web page tree structure data that Fig. 2 expresses invention to be provided is showed, this system comprises service end and client, wherein:
Service end, being used for by regular accessing database server is that described tree structure is created and/or upgraded needed extend markup language (XML) data file, with carrying and/or refresh dynamic data in the described tree structure; According to the request of access of client, adopt with the XSLT file of XML data file coupling the XML data file is converted to the document that another can viewed device identification types, and click the data of showing in the tree structure according to client at any time.
Service end or the XML data file by back-stage management platform manual creation no data content, and/or the static data that carries in the described XML data file carried out manual amendment and editor.
Client is used for sending data access request by clicking the WEB tree structure page to service end.
Service end shown in Figure 2 further comprises database server and WEB page tree structure data exhibiting device, wherein WEB page tree structure data exhibiting device comprises: system start-up module, data acquisition module, Data Styles control module, data display module and Back Administration Module, wherein:
Database server is used to store the data of WEB page tree structure;
The system start-up module is used for after starting the WEB system, when being dynamic data according to the configuration file that reads in judging tree structure, as disposing the needed XML data file of tree structure, then refreshes indication to data acquisition module output dynamic data; As do not dispose the XML data file, then generate indication to data acquisition module output primary data;
When the system start-up module is static data in judging tree structure, as disposing the XML data file, then to the indication of Back Administration Module output manual maintenance file; As do not dispose the XML data file, then generate indication to Back Administration Module output original document.
Certainly, the system start-up module has disposed the XML data file as if judging, and need rewrite this document after system start-up, then sends corresponding indication to data acquisition module or Back Administration Module after carrying out rewrite operation.
Data acquisition module is used for refreshing the regular accessing database server of indication according to the dynamic data of input, with tree structure data updated in the dynamic refresh file, exports the XML file that refreshes to the Data Styles control module then;
Data acquisition module such as timer access database server, accessing database server after perhaps every some other task of execution.
Perhaps, data acquisition module generates indication from database server reading corresponding data content according to the primary data of input, generates the XML data file, then the XML file that generates to the output of Data Styles control module.
Data acquisition module generate a new XML file, and replace in the time of the client-access blind spot, and the XML file that is replaced is not deleted after accessing database discovering server database data upgrades, and is standby when unusual as an alternative.
Back Administration Module, be used for generating indication and/or the indication of manual maintenance file according to the original document of input, generate acquiescence no concrete data content the XML data file and/or by manual amendment XML data file, then to the XML data file of Data Styles control module output function;
The Data Styles control module, be used for the XML data file of input and suitable XSLT file being mated according to the request of access of client or according to configuration file, and with the XSLT file of coupling with the XML data file be converted to another can be viewed the document of device identification, and export to the data display module;
The Data Styles control module adopt XPath search with the localization of XML document in information data.
The data display module is used for the preceding two-stage catalogue that the document of input is given tacit consent to is showed client, accepts any click of client to the WEB page, with tree structure expansion or folding, the data in the display structure.
The data display module adopts JavaScript as the expansion of the tree-shaped node of control and folding, with one dynamically, tree structure shows client flexibly.
By above embodiment as can be seen, the present invention is based on data and express the mode that pattern separates, with the data storage carrier of XML as tree structure, clear in structure and be convenient to revise and expand; Adopt the pattern control of XSLT simultaneously as tree structure, and with displaying and the contraction of JavaScript as the control tree structures node, realized one flexibly and can take into account simultaneously XML dynamically, the displaying of static data, the superior and the subordinate that make the user can arbitrarily click tree structure carry out data display, improve the response speed of the page greatly and showed efficient, and greatly improved user experience.
The above is the preferred embodiments of the present invention only, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.Within the spirit and principles in the present invention all, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. method that realizes that WWW (WEB) page tree structure data is showed comprises:
Service end is that described tree structure is created and/or upgraded needed extend markup language (XML) data file by regular accessing database server after starting the WEB system, with carrying and/or refresh dynamic data in the described tree structure.
2. in accordance with the method for claim 1, it is characterized in that, also comprise:
Described service end is passed through the XML data file of back-stage management platform manual creation no data content, and/or the static data that carries in the described XML data file is carried out manual amendment and editor.
3. according to claim 1 or 2 described methods, it is characterized in that, also comprise:
Described service end is according to the request of access of client to the described WEB page, adopt with Extensible Stylesheet Language (XSL) conversion (XSLT) file of described XML data file coupling described XML data file is converted to the document that can be discerned by the WEB browser, and show corresponding tree structures node and/or data according to the click of described client at any time.
4. in accordance with the method for claim 3, it is characterized in that described service end
Adopt independently the data acquisition thread periodically to visit described database server, create and/or the described XML data file upgraded is inserted when the client-access blind spot and/or replaced;
Described XML data file is being carried out in the process of described conversion, adopting the XPath language to search and locate node and/or data in the described XML data file; The described document that can be discerned by the WEB browser is hypertext markup language document and/or Dynamic Hyper Text Makeup Language document;
When carrying out corresponding tree structures node of described displaying and/or data, employing JavaScript language is controlled the expansion of described tree structures node and/or is folded.
5. according to claim 1,2 or 4 each described methods, it is characterized in that described service end also comprised before upgrading described XML data file:
If determine that needs rewrite described XML data file after the described WEB of startup system, then carry out corresponding rewrite operation according to configuration file.
6. a system that realizes that WWW (WEB) page tree structure data is showed comprises service end and client, wherein:
Described service end, being used for by regular accessing database server is that described tree structure is created and/or upgraded needed extend markup language (XML) data file, with carrying and/or refresh dynamic data in the described tree structure; Perhaps, by the XML data file of back-stage management platform manual creation no data content, and/or the static data that carries in the described XML data file is carried out the manual amendment edit;
Described client is used for proposing to described service end the request of access of the described WEB page.
7. according to the described system of claim 6, it is characterized in that, described service end comprises described database server and WEB page tree structure data exhibiting device, wherein said WEB page tree structure data exhibiting device comprises: system start-up module, data acquisition module and Back Administration Module, wherein:
Described database server is used to store described WEB page tree structure data;
Described system start-up module is used for after starting the WEB system, if judge that in the tree structure be described dynamic data, then refreshes indication to generation indication of data acquisition module output primary data and/or dynamic data according to configuration file; Perhaps, if judge that in the described tree structure be described static data, then generate indication and/or the indication of manual maintenance file to Back Administration Module output original document;
Described data acquisition module is used for refreshing indication timer access database server according to described primary data generation indication and/or described dynamic data, and establishment and/or the described XML data file of upgrading are inserted when the client-access blind spot and/or replaced;
Described Back Administration Module is used for generating indication and/or the indication of described manual maintenance file according to described original document, generates the XML data file of no concrete data content and/or edits described XML data file by the manual amendment.
8. according to the described system of claim 7, it is characterized in that, also comprise Data Styles control module and data display module, wherein:
The described XML data file that described data acquisition module will be created and/or upgrade is exported to described Data Styles control module,
Described Back Administration Module will generate and/or revise editor's described XML data file and export to described Data Styles control module;
Described Data Styles control module, be used for according to the request of access of client the described WEB page, adopt with Extensible Stylesheet Language (XSL) conversion (XSLT) file of described XML data file coupling described XML data file is converted to the document that can be discerned by the WEB browser, in the process of described conversion, adopt the XPath language to search and locate node and/or data in the described XML data file; And the hypertext markup language document and/or the Dynamic Hyper Text Makeup Language document that convert to exported to described data display module;
Described data display module, be used for the preceding two-stage catalogue that the document of input is given tacit consent to is showed client, and adopt the JavaScript language to control the expansion of described tree structures node and/or folding according to the click of described client at any time, to show node corresponding and/or data;
Described client is clicked corresponding tree structures node and/or data when the described WEB page of visit.
9. a device of realizing that WWW (WEB) page tree structure data is showed comprises system start-up module, data acquisition module and Back Administration Module, wherein:
Described system start-up module is used for after starting the WEB system, if judge that in the tree structure be dynamic data, then refreshes indication to generation indication of data acquisition module output primary data and/or dynamic data according to configuration file; Perhaps, if judge that in the described tree structure be static data, then generate indication and/or the indication of manual maintenance file to Back Administration Module output original document;
Described data acquisition module, be used for refreshing indication timer access database server according to described primary data generation indication and/or described dynamic data, create and/or renewal extend markup language (XML) data file, and when the client-access blind spot, insert and/or replace described XML data file;
Described Back Administration Module is used for generating indication and/or the indication of described manual maintenance file according to described original document, generates the XML data file of no concrete data content and/or edits described XML data file by the manual amendment.
10. according to the described device of claim 9, it is characterized in that, also comprise Data Styles control module and data display module, wherein:
The described XML data file that described data acquisition module will be created and/or upgrade is exported to described Data Styles control module,
Described Back Administration Module will generate and/or revise editor's described XML data file and export to described Data Styles control module;
Described Data Styles control module, be used for according to the request of access of client the described WEB page, adopt with Extensible Stylesheet Language (XSL) conversion (XSLT) file of described XML data file coupling described XML data file is converted to the document that can be discerned by the WEB browser, in the process of described conversion, adopt the XPath language to search and locate node and/or data in the described XML data file; And the hypertext markup language document and/or the Dynamic Hyper Text Makeup Language document that convert to exported to described data display module;
Described data display module, be used for the preceding two-stage catalogue that the document of input is given tacit consent to is showed described client, and adopt the JavaScript language to control the expansion of described tree structures node and/or folding according to the click of described client at any time, to show node corresponding and/or data.
CN201010001084.2A 2010-01-21 2010-01-21 Method for realizing presentation of tree-structure data in World Wide Web page as well as system and device therefor Expired - Fee Related CN101763423B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201010001084.2A CN101763423B (en) 2010-01-21 2010-01-21 Method for realizing presentation of tree-structure data in World Wide Web page as well as system and device therefor
PCT/CN2010/071697 WO2011088641A1 (en) 2010-01-21 2010-04-12 Method, server end and device for enabling tree-structure data display in world wide web page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010001084.2A CN101763423B (en) 2010-01-21 2010-01-21 Method for realizing presentation of tree-structure data in World Wide Web page as well as system and device therefor

Publications (2)

Publication Number Publication Date
CN101763423A true CN101763423A (en) 2010-06-30
CN101763423B CN101763423B (en) 2014-02-19

Family

ID=42494587

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010001084.2A Expired - Fee Related CN101763423B (en) 2010-01-21 2010-01-21 Method for realizing presentation of tree-structure data in World Wide Web page as well as system and device therefor

Country Status (2)

Country Link
CN (1) CN101763423B (en)
WO (1) WO2011088641A1 (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137146A (en) * 2010-12-22 2011-07-27 百度在线网络技术(北京)有限公司 Method for processing and displaying internet multi-source information and device thereof
CN102479109A (en) * 2010-11-23 2012-05-30 腾讯科技(深圳)有限公司 Foreground/background data synchronization method and foreground/background data synchronization device
CN102750321A (en) * 2012-05-22 2012-10-24 山西优府信息技术开发有限公司 Web imaging showing organization structure
CN102819572A (en) * 2012-07-20 2012-12-12 迈普通信技术股份有限公司 Method and system for displaying directory data in file management system
CN103106244A (en) * 2012-12-31 2013-05-15 华为技术有限公司 Information exhibiting method, terminal device, server and system
CN103473074A (en) * 2013-09-26 2013-12-25 山西优府信息技术开发有限公司 Web area positioning visual maintenance
CN103955517A (en) * 2014-05-05 2014-07-30 中国工商银行股份有限公司 Method and system for converting data in documental database to relational database
CN105989010A (en) * 2015-01-28 2016-10-05 上海飞维信息技术有限公司 Web page data generation method, WEBITOX server and Web application system
CN102137146B (en) * 2010-12-22 2016-12-14 百度在线网络技术(北京)有限公司 A kind of internet multi-source information processes and methods of exhibiting and device thereof
CN107103540A (en) * 2016-02-22 2017-08-29 易保网络技术(上海)有限公司 What a kind of computer was performed accesses the method and system of the specific data element in insurance products data structure
CN107608704A (en) * 2017-11-02 2018-01-19 金蝶软件(中国)有限公司 A kind of XML configuration file update method, system, medium and device
CN107807948A (en) * 2017-09-06 2018-03-16 安徽本末数据科技有限公司 Based on the file generator under webpage WEB patterns
CN108228805A (en) * 2017-12-29 2018-06-29 北京安云世纪科技有限公司 A kind of method, equipment and mobile terminal for being handled display data
CN110134477A (en) * 2019-04-24 2019-08-16 北京字节跳动网络技术有限公司 A kind of method, apparatus, medium and the electronic equipment of Dynamic Distribution's User Page
CN110704102A (en) * 2019-09-12 2020-01-17 北京字节跳动网络技术有限公司 Page jump protocol interface document generation method, system, medium and electronic device
CN111427631A (en) * 2020-04-01 2020-07-17 中电万维信息技术有限责任公司 Dynamic configuration method of diversified mobile application function module
CN110110150B (en) * 2018-01-04 2023-07-07 北大医疗信息技术有限公司 XML data reading method, reading device, computer equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040225958A1 (en) * 2001-02-15 2004-11-11 David Halpert Automatic transfer and expansion of application-specific data for display at a website

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100433013C (en) * 2006-05-11 2008-11-12 华为技术有限公司 Method and system for demonstrating data by tree-mode structure
CN101056303A (en) * 2007-05-31 2007-10-17 威盛电子股份有限公司 Configurable network interface with horizontal tree structure, its display method and node processing method
CN101122921B (en) * 2007-09-21 2011-09-28 北京意科通信技术有限责任公司 Method forming tree-shaped display structure based on ajax and html
CN101587437A (en) * 2008-05-20 2009-11-25 鸿富锦精密工业(深圳)有限公司 Tree control designing and generation system and method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040225958A1 (en) * 2001-02-15 2004-11-11 David Halpert Automatic transfer and expansion of application-specific data for display at a website

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄葵等: "基于AJAX的IETM动态目录树的设计与实现", 《计算机与信息技术》 *

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479109A (en) * 2010-11-23 2012-05-30 腾讯科技(深圳)有限公司 Foreground/background data synchronization method and foreground/background data synchronization device
CN102137146B (en) * 2010-12-22 2016-12-14 百度在线网络技术(北京)有限公司 A kind of internet multi-source information processes and methods of exhibiting and device thereof
CN102137146A (en) * 2010-12-22 2011-07-27 百度在线网络技术(北京)有限公司 Method for processing and displaying internet multi-source information and device thereof
CN102750321A (en) * 2012-05-22 2012-10-24 山西优府信息技术开发有限公司 Web imaging showing organization structure
CN102819572A (en) * 2012-07-20 2012-12-12 迈普通信技术股份有限公司 Method and system for displaying directory data in file management system
CN102819572B (en) * 2012-07-20 2015-09-09 迈普通信技术股份有限公司 The display packing of catalogue data and system in document file management system
CN103106244A (en) * 2012-12-31 2013-05-15 华为技术有限公司 Information exhibiting method, terminal device, server and system
CN103473074A (en) * 2013-09-26 2013-12-25 山西优府信息技术开发有限公司 Web area positioning visual maintenance
CN103955517B (en) * 2014-05-05 2017-05-03 中国工商银行股份有限公司 Method and system for converting data in documental database to relational database
CN103955517A (en) * 2014-05-05 2014-07-30 中国工商银行股份有限公司 Method and system for converting data in documental database to relational database
CN105989010A (en) * 2015-01-28 2016-10-05 上海飞维信息技术有限公司 Web page data generation method, WEBITOX server and Web application system
CN107103540A (en) * 2016-02-22 2017-08-29 易保网络技术(上海)有限公司 What a kind of computer was performed accesses the method and system of the specific data element in insurance products data structure
CN107807948A (en) * 2017-09-06 2018-03-16 安徽本末数据科技有限公司 Based on the file generator under webpage WEB patterns
CN107608704A (en) * 2017-11-02 2018-01-19 金蝶软件(中国)有限公司 A kind of XML configuration file update method, system, medium and device
CN108228805A (en) * 2017-12-29 2018-06-29 北京安云世纪科技有限公司 A kind of method, equipment and mobile terminal for being handled display data
CN108228805B (en) * 2017-12-29 2021-04-06 北京安云世纪科技有限公司 Method and device for processing display data and mobile terminal
CN110110150B (en) * 2018-01-04 2023-07-07 北大医疗信息技术有限公司 XML data reading method, reading device, computer equipment and storage medium
CN110134477A (en) * 2019-04-24 2019-08-16 北京字节跳动网络技术有限公司 A kind of method, apparatus, medium and the electronic equipment of Dynamic Distribution's User Page
CN110704102A (en) * 2019-09-12 2020-01-17 北京字节跳动网络技术有限公司 Page jump protocol interface document generation method, system, medium and electronic device
CN111427631A (en) * 2020-04-01 2020-07-17 中电万维信息技术有限责任公司 Dynamic configuration method of diversified mobile application function module
CN111427631B (en) * 2020-04-01 2022-03-15 中电万维信息技术有限责任公司 Dynamic configuration method of diversified mobile application function module

Also Published As

Publication number Publication date
WO2011088641A1 (en) 2011-07-28
CN101763423B (en) 2014-02-19

Similar Documents

Publication Publication Date Title
CN101763423B (en) Method for realizing presentation of tree-structure data in World Wide Web page as well as system and device therefor
US20100205524A1 (en) Extensible stylesheet designs using meta-tag information
KR100490734B1 (en) Annotation-based automatic document generation apparatus and method
US7873668B2 (en) Application data binding
US8321396B2 (en) Automatically extracting by-line information
JP2005284334A (en) Web page update notification method and apparatus
US8601001B2 (en) Selectively structuring a table of contents for accessing a database
CN103853543A (en) Method used for quickly constructing forms in enterprise information system development process
CN101872350A (en) Web page text extracting method and device thereof
US20020184269A1 (en) Document management systems for and methods of sharing documents
CN101500002A (en) Fusion publishing method and apparatus oriented to Web content
KR20190131778A (en) Web Crawler System for Collecting a Structured and Unstructured Data in Hidden URL
CN1316782C (en) Method for realizing tree-shaped structure in B/S structure
US9626346B2 (en) Method of implementing structured and non-structured data in an XML document
US20020147847A1 (en) System and method for remotely collecting and displaying data
EP2186018A1 (en) System and method for instances registering based on history
CN105989010A (en) Web page data generation method, WEBITOX server and Web application system
Saputra et al. A metadata approach for building web application user interface
Hori et al. Generating transformational annotation for web document adaptation: tool support and empirical evaluation
US20080077641A1 (en) System and method for editing contract clauses in static web pages
JP3842576B2 (en) Structured document editing method and structured document editing system
CN102609437B (en) Method for transferring local vehicle geographic data based on web server
CN102789471A (en) Mashup server and method for providing mashup service
EP1377917A2 (en) Extensible stylesheet designs using meta-tag information
JP2003288365A (en) Additive information management method and additive information management system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: NANJING BRANCH OF ZTE CORPORATION

Free format text: FORMER OWNER: ZTE CORPORATION

Effective date: 20131223

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 518057 SHENZHEN, GUANGDONG PROVINCE TO: 210012 NANJING, JIANGSU PROVINCE

TA01 Transfer of patent application right

Effective date of registration: 20131223

Address after: 210012 Zhongxing communication, No. 68, Bauhinia Road, Yuhuatai District, Jiangsu, Nanjing

Applicant after: Nanjing Branch of Zhongxing Communication Co., Ltd.

Address before: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Applicant before: ZTE Corporation

C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20150707

Address after: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Patentee after: ZTE Corporation

Address before: 210012 Zhongxing communication, No. 68, Bauhinia Road, Yuhuatai District, Jiangsu, Nanjing

Patentee before: Nanjing Branch of Zhongxing Communication Co., Ltd.

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20160906

Address after: Shanghai Road Pudong New Area town Shanghai city 200120 No. 9628 Building 1 room 625

Patentee after: Shanghai Love Network Technology Co., Ltd.

Address before: 518057 Nanshan District Guangdong high tech Industrial Park, South Road, science and technology, ZTE building, Ministry of Justice

Patentee before: ZTE Corporation

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140219

Termination date: 20180121