WO2001044932A1 - Procedes et systemes de creation dynamique d'interfaces utilisateur - Google Patents
Procedes et systemes de creation dynamique d'interfaces utilisateur Download PDFInfo
- Publication number
- WO2001044932A1 WO2001044932A1 PCT/US2000/020723 US0020723W WO0144932A1 WO 2001044932 A1 WO2001044932 A1 WO 2001044932A1 US 0020723 W US0020723 W US 0020723W WO 0144932 A1 WO0144932 A1 WO 0144932A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- control panel
- xml
- data file
- recited
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation or generation of source code for implementing user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/972—Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
Definitions
- This invention relates to the systems and methods for implementing an extensible, dynamically created user interface. Specifically, the presentation of a control panel user interface for a computing system's settings and controls is dynamically created using Web-based technology.
- Access to a computing system's settings and controls are typically presented to a user via a collection of individual user interactive applications collected for presentation within a control panel user interface.
- the computing system's settings and controls are coded with a programmable means for user interaction at the user interface.
- Figure 1 shows a computing system 100 having a conventional control panel user interface.
- Computing device 100 has a display 110 and a base 112.
- the base 112 contains memory 114 that stores systems applications 116 and 118(A A N ).
- a user interface (UI) 120 is shown displayed on the computing device display 110.
- the UI 120 is embodied as the control panel 130 in the familiar "Windows"-based operating system from Microsoft Corporation.
- Control panel 130 presents a user with a multitude of selectable application control icons 132(I I N ) that expose both simple and complex system configuration settings and controls at the same level.
- Each application icon 132 is independently associated with a system application 118 within the computing device memory 114 (e.g., icon I] is the independent UI associated with application A l 5 and so forth).
- control panel 130 is controlled by system application 116.
- Each systems application 118 is associated with the presentation of a control panel UI, and is also integrated with the presentation of the control panel 130 in conjunction with the control panel system application 116.
- system application 116 Each systems application 118 is associated with the presentation of a control panel UI, and is also integrated with the presentation of the control panel 130 in conjunction with the control panel system application 116.
- multiple unrelated system control panels make it difficult for a user to locate a system setting or control that he or she wants to change.
- related settings and controls are separated into different control panels, causing a user to have to search the various control panels to accomplish a set of related settings and control tasks.
- control panel UIs that enables a user to easily navigate a computing system's settings and controls.
- an extensible UI presentation technique that enables a developer to easily design, modify, and replace control panel UIs.
- Hypertext Markup Language HTML
- XML Extensible Markup Language
- Hypertext Markup Language is a display language for presenting data to an end user in a visual presentation.
- Internet Web pages are commonly written in HTML and may include text, images, sound, video, active code, and so forth.
- Data binding is an aspect of Dynamic HTML (DHTML) that allows processing individual items of data from an information source into an HTML display, thus allowing HTML to be used as a template for displaying the data, while creating an extensible and interactive Web page.
- DHTML allows a developer to individually manipulate any HTML page element at any time. Making simple updates to an HTML page, such as changing the color of text after a Web page has been rendered for display, typically requires reloading the entire page to account for the one desired change. With DHTML, however, every element within the page is independently dynamic and an individual element (text or graphics) can be changed without having to reload the entire page.
- Extensible Markup Language is a meta-markup language that provides a format for describing structured data.
- XML is similar to HTML in that it is a tag-based language. By virtue of its tag-based nature, XML defines a strict tree structure or hierarchy.
- XML is a derivative of Standard Generalized Markup Language (SGML) that provides a uniform method for describing and exchanging structured data in an open, text-based format. XML utilizes the concepts of elements and namespaces.
- HTML which is a display-oriented markup language
- XML is a general purpose language for representing structured data without including information that describes how to format the data for display.
- Internet Web-based data viewing is typically enabled via XML data that is stored on a server at an Internet site. The XML data is transferred to a client device upon request and rendered for viewing with HTML.
- An XML document does not by itself specify whether or how its data should be displayed.
- the XML data is merely the factual information to be displayed.
- HTML specifies how to display data in an Internet browser
- XML only defines the content data to be displayed.
- HTML utilizes tags to specify how an Internet browser will display the data (i.e., bold or italic).
- tags are only used to describe the data (i.e., a title name), and not to specify how the data will be displayed.
- XML references a separate application or stylesheet.
- Extensible Stylesheet Language provides both the semantic and structural independence for presenting the content of XML data.
- a style sheet contains a template of the desired structure for data presentation, and identifies the data in an XML source document to insert into the template.
- the XML data is separated from the presentation, allowing both the grammar and the structure of the XML source document to be independent of the presentation language and the structure.
- XSL style sheets contain instructions for presenting the data in an XML document in a format such as HTML.
- XML enables data to be processed and displayed by applying different stylesheets and applications while separating the data from the presentation and the process. The separation of the data from the presentation allows for a seamless integration of data from diverse sources. This further allows data encoded in XML to be easily exchanged on-line and delivered over the Internet to a client device.
- FIG. 2 shows the components for transforming XML-based data into an HTML display using XSL.
- the HTML presentation system 200 includes an Internet server 202 and a requesting client device 204.
- the Internet server 202 includes XML data 210, an XSL template 212, and an XSL processor 214.
- the XML data 210 is processed with the XSL template file 212 at the XSL processor 214 to generate and present an HTML document 216 at the client device 204.
- XML Structure XML "elements" are structural constructs that consist of a start tag, an end or close tag, and the information or content that is contained between the tags.
- a "start tag” is formatted as " ⁇ tagname>”
- an "end tag” is formatted as " ⁇ /tagname>”.
- start and end tags can be nested within other start and end tags. All elements that occur within a particular element must have their start and end tags occur before the end tag of that particular element. This defines a strict tree-like structure. Each element forms a node in this tree, and potentially has "child” or “branch” nodes. The child nodes represent any XML elements that occur between the start and end tags ofthe "parent" node.
- a "prefix” is an arbitrary designation that will be used later in the XML document as an indication that an element name is a member of the namespace declared by a universal resource indicator (uri).
- the prefix is valid only within the context of the specific XML document.
- a uri is either a path to a document describing a specific namespace or schema, or a globally unique identifier of a specific namespace or schema.
- a uri is valid across all XML documents. Namespace declarations are "inherited", which means that a namespace declaration applies to the element in which it was declared as well as to all elements contained within that element.
- a namespace specification within an XML document is said to have a "scope" which includes all child nodes beneath the namespace specification.
- This code includes three XML namespace declarations that are each designated with "xmlns”.
- the declarations include a prefix (e.g. "person”, “trans”, and “dsig”) and the expanded namespace to which each prefix refers (e.g. "http://www.schemas.org/people", “http://www.schemas.org/transactions", and "http://www.dsig.org", respectively).
- This code tells any reader that if an element name begins with "dsig” its meaning is defined by the "http://www.dsig.org” namespace.
- elements beginning with the "person” prefix have meanings defined by the "http://www.schemas.org/people” namespace and elements beginning with the "trans” prefix have meanings defined by the "http://www.schemas.org/transactions” namespace.
- XML accommodates an infinite number of database schemas and elements referenced in one XML document can be defined in different schemas.
- XML schema are typically implemented within a Web browser such as Internet Explorer from Microsoft Corporation to provide support for coinciding sub-sets of XML data.
- An XML schema specifies the structure of an XML document and the constraints on the document's content. Specifically, a schema defines the elements that can appear within an XML document and the attributes that can be associated with an element. While defining the structure of an XML document, a schema also defines which elements are child elements of others, the sequence in which the child elements can appear, and the number of child elements. A schema further defines whether an element is empty or can include text, as well as defining default values for attributes. Overall, a schema is utilized to validate the content of an XML document and to determine whether an XML document is a valid instance of the grammar expressed by the schema.
- a "dictionary" of element names is defined.
- the dictionary of element names defined by a schema is referred to as a "namespace.”
- element names are qualified by namespace identifiers. When qualified by a namespace identifier, a tag name appears in the form "[namespace] :[tagname]”. This model enables the same element name to appear in multiple schemas, or namespaces, and for instances of these duplicate element names to appear in the same XML document without colliding.
- Start tags can declare an arbitrary number of "attributes” which declare “property values” associated with the element being declared.
- Attributes are declared within the start tag using the form " ⁇ [tagname] [attributel],[attribute2]...,[attributeN]>", where attribute 1 through attributeN are declarations of an arbitrary number of tag attributes.
- a schema is primarily the formal specification of the elements and attributes allowed within a particular class of XML document, and the schema specifies how those elements and attributes are related to each other.
- Elements and attributes are defined in an XML schema document by specifying an ⁇ ElementType...> and ⁇ AttributeType...>, respectively. These provide the definition and type of the element or attribute.
- An instance of an element or an attribute is declared using ⁇ element...> or ⁇ attribute...> tags.
- An example of an XML schema is shown following:
- ElementType> there are four ⁇ ElementType> defining elements: "title,” “author,” “pages,” and “book.”
- the content model for a book can be declared.
- Each book contains "title,” “author,” and “pages” elements using the ⁇ element> with a type attribute that references the ElementType.
- An ⁇ AttributeType> for the copyright attribute can also be defined and then its usage declared using the ⁇ attribute> element with a type attribute that references its definition.
- Attribute definitions are distinct from ElementType definitions in that they can be declared within the scope of an ElementType, allowing different element types to declare attributes of the same name but with potentially different meaning.
- ⁇ AttributeType> elements can be declared globally by placing them outside of the context of an ElementType. In this way, multiple elements can share the definition of a common attribute without having to redeclare the AttributeType within each ElementType.
- a data presentation system utilizes independent data f ⁇ le(s) as a way to define user interfaces (UIs) that are extensible, easy to redesign, and to update.
- the data presentation system separates a computing system's settings applications from the user interface (UI) used to set the system settings. This allows a UI to be dynamically modified simply by changing the description of the UI in the independent data file(s).
- the system architecture includes a namespace navigation architecture that allows developers to access a computing system's settings and controls without having to know the details of the corresponding system files.
- System files' details include the system files' physical location, file permissions, and file names.
- a namespace navigation architecture one can simply refer to a system setting or control and navigate directly to it. This is essentially creating a URL (universal resource locator) to navigate and organize system resources.
- the data presentation system dynamically generates a Hypertext Markup Language (HTML) user interface.
- HTML user interface is generated with independent Extensible Markup Language (XML) data files containing data that defines the UI.
- XML data files also contain namespace reference links to secondary and independent data files containing data that further defines the UI.
- the data presentation system renders the HTML user interface for display, incorporating the data from both the XML data files and from the secondary data files, by invoking the XML data files only.
- Fig. 1 is a block diagram that illustrates a computing device displaying a user interface.
- Fig. 2 is a block diagram that illustrates an Internet server providing data for presentation on an Internet browser at a client device.
- Fig. 3 is a block diagram of an exemplary computing device.
- Figs. 4 A, 4B, 4C, and 4D are block diagrams illustrating an exemplary data presentation system that is implemented by the computing device shown in Figure 3.
- Fig. 5 is a flow diagram that describes steps in an exemplary data presentation method.
- Fig. 6 is a diagram illustrating the structure of a control panel hierarchy.
- Fig. 7A illustrates an exemplary control panel user interface.
- Fig. 7B illustrates a control panel user interface accessible via the control panel user interface illustrated in Figure 7A.
- Fig. 8A illustrates an exemplary control panel user interface.
- Fig. 8B illustrates a control panel user interface accessible via the control panel user interface illustrated in Figure 8A.
- the data presentation system and methods described herein separates a displayable user interface from a computing system's applications and the system's settings and controls that define the presentation of the user interface.
- a user interface can be dynamically modified simply by changing the description of the UI in the independent data files.
- the UI is extensible, easy to redesign, update, or extend.
- the data presentation system utilizes Internet Web-based technology on an independent computing device to dynamically generate a displayable document.
- Dynamically displaying a Hypertext Markup Language (HTML) document generated with Extensible Markup Language (XML) data facilitates incorporating secondary and independent document defining data into the document when displayed.
- HTML Hypertext Markup Language
- XML Extensible Markup Language
- FIG. 3 illustrates an example of an independent computing device 300 that can be used to implement the components of a data presentation system.
- Computing device 300 includes one or more processors or processing units 302, a system memory 304, and a bus 306 that couples the various system components including the system memory 304 to processors 302.
- the bus 306 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures.
- the system memory 304 includes read only memory (ROM) 308 and random access memory (RAM) 310.
- a basic input/output system (BIOS) 312, containing the basic routines that help to transfer information between elements within the computing device 300 is stored in ROM 308.
- BIOS basic input/output system
- Computing device 300 further includes a hard drive 314 for reading from and writing to one or more hard disks (not shown).
- Some computing devices can include a magnetic disk drive 316 for reading from and writing to a removable magnetic disk 318, and an optical disk drive 320 for reading from or writing to a removable optical disk 322 such as a CD ROM or other optical media.
- the hard drive 314, magnetic disk drive 316, and optical disk drive 320 are connected to the bus 306 by a hard disk drive interface 324, a magnetic disk drive interface 326, and a optical drive interface 328, respectively.
- the hard drive 314, magnetic disk drive 316, and optical disk drive 320 can be connected to the bus 306 by a SCSI interface (not shown).
- the drives and their associated computer-readable media provide nonvolatile storage of computer-readable instructions, data structures, program modules and other data for computing device 300.
- the exemplary environment described herein employs a hard disk 314, a removable magnetic disk 318, and a removable optical disk 322, it should be appreciated by those skilled in the art that other types of computer-readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, random access memories (RAMs), read only memories (ROMs), and the like, may also be used in the exemplary operating environment.
- a number of program modules may be stored on ROM 308, RAM 310, the hard disk 314, magnetic disk 318, or optical disk 322, including an operating system 330, one or more application programs 332, other program modules 334, and program data 336.
- a user might enter commands and information into the computing device 300 through input devices such as a keyboard 338 and a pointing device 340.
- Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like. In some instances, however, a computing device might not have these types of input devices.
- These and other input devices are connected to the processing unit 302 through an interface 342 that is coupled to the bus 306.
- a monitor 344 or other type of display device might also be connected to the bus 306 via an interface, such as a video adapter 346. Some devices, however, do not have these types of display devices.
- computing devices 300 might include other peripheral output devices (not shown) such as speakers and printers.
- the data processors of computing device 300 are programmed by means of instructions stored at different times in the various computer-readable storage media of the computer.
- Programs and operating systems are typically distributed, for example, on floppy disks or CD-ROMs. From there, they are installed or loaded into the secondary memory of a computing device 300. At execution, they are loaded at least partially into the computing device's primary electronic memory.
- the computing devices described herein include these and other various types of computer-readable storage media when such media contain instructions or programs for implementing the steps described below in conjunction with a microprocessor or other data processor.
- the service system also includes the computing device itself when programmed according to the methods and techniques described below.
- Figures 4A and 4B show the components of a data presentation system 400 implemented at the computing device 300 of Figure 3.
- Computing device 300 has a processor 302, a system memory 304 (or other memory such as a hard disk, a removable magnetic disk, and/or a removable optical disk as shown in Fig. 3), and a display 344.
- the memory 304 retains XML schema 410, an XSL template 412, XML data 414, and a mouse control panel file 416 located in memory 304 at a file space location c: ⁇ winnt ⁇ system32 ⁇ main.cpl.
- the mouse control panel file 416 contains mouse control panel UI settings and controls.
- the processor 302 is shown executing an application 418 and a browser 420.
- browser 420 loads the XML data
- the browser 420 then processes the XML data 414 with the XSL template 412 at an XSL processor
- An example of an XSL processor 422 is a dynamically linked library named
- MSXML.DLL available in the Internet Explorer browser from Microsoft Corporation.
- a dynamically linked library (DLL) is a binary file that acts as a shared library of functions that can be used simultaneously by multiple applications.
- DLLs are used for a variety of reasons, primarily for either sharing common code between different executable files or breaking an application into separate components, thus allowing for easy upgrades ofthe application.
- application 418 invokes XML data 414 that contains a namespace navigation link 426 to the mouse control panel file 416 located in memory 304 at c: ⁇ winnt ⁇ system32 ⁇ main.cpl.
- the browser 420 processes the XML data 414 with the XSL template 412 at the XSL processor 422 to render the DHTML document 424 that forms a mouse control panel UI on the display 344.
- the DHTML document 424 forming the mouse control panel UI incorporates the mouse control panel settings and controls located in mouse control panel file 416.
- Figure 4A demonstrates that a DHTML document 424 is created for display and incorporates data from the file 416 by simply invoking the XML data 414 that contains the namespace navigation link 426 to the file 416.
- Namespace navigation link 426 /controlpanel/hardware/mouse, is a reference link of navigable nodes that is part of a namespace navigation architecture that describes a system's settings and controls using simple, descriptive, and easy to understand terminology. It is not clear from the file path, c: ⁇ winnt ⁇ system32 ⁇ main.cpl, that this points to a mouse control panel file 416.
- the namespace navigation link 426 provides a user with an intuitive understanding that a mouse control panel file can be accessed via the namespace path, /controlpanel hardware/mouse.
- a particular advantage of utilizing a namespace navigation architecture is that it provides a consistent and understandable interface means for application developers and independent software vendors (ISVs) to use and invoke a particular system's settings and controls.
- ISVs independent software vendors
- an application developer desiring to display a user interface with mouse settings and controls would not have to know the specific file location for the mouse control panel file 416 in memory 304 to include the settings and controls in a mouse control panel user interface (e.g., DHTML document 424).
- the namespace navigation architecture allows developers and ISVs to access a computing system's settings and controls without having to know the details of the corresponding system files.
- System files' details include the system files' physical location, file permissions, and even file names.
- controlpanel/hardware/mouse one can refer to a data file (i.e., mouse control panel file 416) containing user interface settings and controls and navigate directly to it without having to know the file specific details. This is essentially creating a URL (universal resource locator) to navigate system resources.
- a data file i.e., mouse control panel file 416
- URL universal resource locator
- a new mouse control panel file 428 supersedes the previous mouse control panel file 416 and is located in memory 304 at a file space location c: ⁇ winnt ⁇ system32 ⁇ mouse.cpl.
- the new file 428 contains new mouse control panel UI settings and controls that application 418 incorporates into the mouse control panel UI, DHTML document 424.
- application 418 had originally directly referenced the previous file 416, application 418 would have to be reprogrammed to invoke the new mouse control panel file 428 at the new location in memory 304.
- the ramifications of relocating data from an existing file to a new file at a new location in memory during data and application development, and during upgrades, are compounded for each application and system component referencing an existing file.
- the only change needed from a development standpoint is a simple text edit in XML data 414 so that the namespace hierarchy link 426 now references the new mouse control panel file 428.
- Developing the new mouse control panel file 428 and relocating the file to a new location in memory 304 does not require any reprogramming of application 418, or of any other proprietary or third party applications invoking the XML data 414.
- the XML data 414 is configured and stored in a manner that describes a namespace according to the specified content in the XML schema 410. All nodes in a namespace have a single parent node, except for the root node which does not have a parent node.
- the hierarchy of a namespace reference link is described through the physical structure of the XML data document itself.
- the purpose of the namespace navigation architecture illustrated in Figures 4A and 4B is to derive the contents of a displayable user interface with a simple navigation hierarchy.
- XML schemas and XML data files are extensible and can be easily modified.
- a developer can add elements and attributes to a schema document and/or data file to support a particular user interface presentation.
- Utilizing XML, XSL, and DHTML allows a displayable UI to appear more like a Web page and further allows the incorporation of Web-like controls with which Internet users are already intuitively familiar.
- the UI can be rendered with dynamically generated help text, tooltips, and the like.
- Figures 4C and 4D illustrate the extensibility of utilizing a namespace navigation architecture to invoke independent XML data files to define a UI.
- Application 430 executes on processor 302 and has a namespace reference link 432 to XML data file 434 located in memory 304 at a file space location c: ⁇ winnt ⁇ system32 ⁇ main.cpl.
- the XML data file 434 contains mouse control panel UI settings and controls.
- browser 420 processes the XML data 434 with the XSL template 412 at the XSL processor 422 to render a DHTML mouse control panel UI document 424 on display 344.
- the DHTML document 424 forming the mouse control panel UI incorporates the mouse control panel settings and controls located in the XML data file 434.
- Figure 4D illustrates that the XML data file 434 has been replaced with a new XML data file 436 which is located in memory 304 at location c: ⁇ winnt ⁇ system32 ⁇ mouse.cpl. This new memory location differs from the file space location ofthe now superseded XML data file 434.
- the browser 420 processes the XML data 436 with the XSL template 412 at the XSL processor 422 to render a new DHTML mouse control panel UI document 438 on display 344.
- the example illustrated in Figs. 4C and 4D shows that a designer or systems programmer can dynamically modify a UI simply by changing the description ofthe UI in the XML data file that defines the UI.
- the example also shows that the abstraction of a system's settings and controls into a namespace navigation architecture eliminates the need for application and systems programmers to have to hard-code file space locations into software applications.
- application 430 is able to call a data file containing the mouse control panel settings and controls with the namespace reference link 432 even after the XML data is modified and after the data file is moved to a new location in memory 304 (Fig. 4C to Fig. 4D).
- Figure 5 shows a method for generating and rendering data with the data presentation system shown in Figures 4A-4B. The method is implemented, and the steps are performed, in software.
- an application executing on a computing device processor invokes an XML data file and a browser.
- the XML data file references and incorporates other independent data file(s).
- the browser loads a base DHTML document, an XSL template, the XML data, and the referenced data at step 502.
- the base DHTML document initiates the browser to load the XSL template and the XML data file and then generates a DHTML document from the XML data using the XSL template.
- the browser verifies that the data format is a valid representation of an XML schema's specified content.
- the browser processes the XML data and the referenced data with the XSL template.
- a resultant DHTML document is rendered at a computing device display at step 508.
- the resultant DHTML document incorporates the XML data invoked by the application at the initial step 500 and incorporates the data referenced by the XML data file.
- Figure 6 illustrates an overall structure of a control panel hierarchy 600.
- the control panel pages are DHTML documents rendered with the data presentation system shown in Figures 4A-4B.
- Navigation pages 602 and 604 have prompts, integrated help features, and selectable namespace navigation links to groups of system settings and controls at task pages 606 and 608.
- Task pages 606 and 608 have selectable namespace navigation links to facilitate a user when changing aspects of a computing device's system settings and controls, to include system operation and display presentation.
- a home page 610 is also a navigation page from which a user can select a namespace navigational link to a task page 612.
- a home page 610 is a user starting point for a group of closely related system's settings and/or controls.
- a home page generally contains only namespace navigation links to individual settings or controls on a task page. Furthermore, a home page also includes status content to inform a user of the system status, a current setting, or other content associated with the particular system setting and/or control on a particular home page.
- control panel hierarchy 600 By organizing related settings and controls together on control panel pages 602 through 612 in the control panel hierarchy 600 according to usability factors, and using control-orientated terminology, a user intuitively understands the system's settings and the associated controls.
- the organization of the control panel hierarchy 600 allows for cross-linking and multiple control panel page access to system settings and the associated controls wherever a user might look for a particular setting and/or control. Because each setting and control is written as an individual ActiveX control embedded in a DHTML page, the same setting and/or control can easily be made available at multiple logical control panel pages. Help features are integrated at the control panel pages to present help information that is contextually related to the particular control panel page currently rendered for display.
- Control Panel User Interface Figures 7 A and 7B illustrate examples of a DHTML document generated by the data presentation system 400 shown in Figures 4A-4D.
- Control panel navigation pages 602 and 604 are shown having selectable namespace navigation links 700 and 702.
- Control Panel navigation page 604 (Fig.7B) also shows selectable namespace sub-navigation links 704.
- Each selectable navigation link 700, 702, and 704 is a node link in a namespace that is generated dynamically.
- a namespace is a hierarchy of nodes similar to that of a URL (universal resource locator) and each node in a namespace is similar to an element in the URL path.
- URL universal resource locator
- a node is identified by its "ID" which is simply the name of the displayed selectable navigation link on the control panel pages 602 and 604.
- the root node of a namespace navigation link is the ID of the navigation link.
- the root node of the namespace for control panel 602 is ID- 'ControlPanel.
- Any node in the namespace architecture e.g., selectable links 700, 702, and 704 is uniquely identified by its full path name from the root node.
- Node link 706 in Figure 7A is identified by the path name "/ControlPanel Settings/AppearanceThemes”.
- Node link 702 in Figure 7B is identified by the path name "/ControlPanel/Settings/AppearanceThemes/Themes”.
- Figure 7A shows that specific node link 706, which identifies namespace node "/ControlPanel Settings/AppearanceThemes”, navigates through the namespace architecture to render Control Panel page 604 (Fig. 7B) at a computing device display as indicated by arrow 708.
- Figure 7 A also shows that node link 710, which identifies node "/ControlPanel Settings/AccountsParentalControls”, navigates through the namespace architecture to initiate rendering Control Panel page 610 (Fig. 8A) at a computing device display as indicated by arrow 712.
- Figures 8A and 8B illustrate examples of a DHTML document generated by the data presentation system 400 shown in Figures 4A-4D.
- Figure 8A illustrates control panel home page 610 in the control panel hierarchy 600.
- the home page 610 is shown having two individual setting namespace node links 800 and 802 to task pages.
- Home page 610 also shows status content 804 to inform a user of the current account settings.
- Selecting node link 802 i.e., "Change name” navigates through the namespace architecture to render control panel task page 612 (Fig. 8B) at a computing device display as indicated by arrow 806.
- FIG. 8B illustrates a control panel task page 612.
- the user interface has a primary area 810 (the right-side pane) and a secondary area 812 (the left-side pane).
- the primary area 810 is a DHTML page dynamically created using source HTML or independent XML data and hosting ActiveX controls, some of which are exposed through "Windows"-brand Management Instrumentation (WMI).
- the presentation system 400 hosts the DHTML page and uses the source HTML or independent XML data to construct the secondary area 812.
- the secondary area 812 displays help content 814 that is selectable by a user.
- the primary area 810 is presented to assist a user in completing a particular task.
- the primary area 810 displays a dynamically generated task 816, "Type a new account name”, that is a link within the namespace navigation architecture.
- the primary area 810 also presents the user with confirmation buttons 818, "Change Name” and “Cancel”, to either enact or cancel a setting change.
- Win32 control panel can be incorporated into the control panel hierarchy 600 (Fig. 6) for access by a user.
- third party control panel user interfaces can be incorporated into the control panel hierarchy 600.
- Control Panel XML Schema Document The following XML schema (i.e., item 410 in Fig. 4A-4D) defines the namespace for Control Panel and specifies the elements and attributes allowed for the control panel pages illustrated in Figures 7A-7B and 8A-8B in the control panel hierarchy 600 shown in Figure 6.
- Each Control Panel namespace node in the schema 410 is represented by a CPNS node (control panel namespace node) element in an XML data document (i.e., item 414 in Figs. 4A-4D).
- ControlPanel namespace can be made by specifying the MOUNTPATH attribute on a root CPNSNode in an XML file (A root CPNSNode is one which does not have another CPNSNode as its parent). The root CPNSNode is then attached as the child node of the node specified by the MOUNTPATH. MOUNTPATH attributes on a non-root CPNSNode are ignored. -->
- AttributeType defines an attribute on a root CPNSNode (control panel namespace node) in an XML file that can be utilized to specify an extension to the ControlPanel namespace.
- Attribute type "ID" defines a control panel namespace identifier.
- Attribute type "PERMISSIONS" defines access permission for the setting. The default value is (ALL), but some categories of users may be denied from changing certain system settings.
- Attribute type "EXTENSIBLE" designates that the control panel namespace node will not have any children nodes.
- the default value is (NO) to define whether or not a 3rd party can add children to a particular node/branch of the taxonomy.
- Attribute type "REPLACEABLE" designates that the control panel namespace node cannot be replaced by another node.
- the default value is (NO) to define whether or not a particular node/branch is completely replaceable in the future.
- ElementType "Title” defines the name of the node, page, or branch that appears in the UI.
- ElementType "ShortTitle” defines a shorter version of "Title”.
- ElementType "Description” defines, in plain text, the function of a node.
- ElementType "ToolTip” defines the ToolTip text for a node link to this page.
- ElementType "Image” defines an image to be displayed on a page.
- ElementType "Target” defines the navigation target or the command target for this node.
- ElementType "SearchTarget” defines the page to navigate to for a search.
- ElementType "SearchKey” defines keywords that describe the content of this page that are used in a search.
- ElementType "Directive” defines UI text that tells the user what to do on this page.
- ElementType "SeeAlso” defines links to related nodes and branches of the taxonomy.
- ElementType "TellMeMore” defines links to help topics that are related to this node or branch.
- ElementType "ContentHTML” defines the location of the actual HTML file which appears in the content pane.
- ElementType "CPNSNode” defines the data as a control panel namespace node.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
AU63911/00A AU6391100A (en) | 1999-12-15 | 2000-07-27 | Methods and systems for dynamically creating user interfaces |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US17095899P | 1999-12-15 | 1999-12-15 | |
US60/170,958 | 1999-12-15 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2001044932A1 true WO2001044932A1 (fr) | 2001-06-21 |
Family
ID=22621981
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2000/020723 WO2001044932A1 (fr) | 1999-12-15 | 2000-07-27 | Procedes et systemes de creation dynamique d'interfaces utilisateur |
Country Status (2)
Country | Link |
---|---|
AU (1) | AU6391100A (fr) |
WO (1) | WO2001044932A1 (fr) |
Cited By (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2002075522A2 (fr) * | 2001-03-15 | 2002-09-26 | International Business Machines Corporation | Procede et appareil de traitement de formulaires internet |
WO2003058441A2 (fr) * | 2001-12-27 | 2003-07-17 | Full Degree, Inc. | Procede de publication de schema en langage xml dans une interface utilisateur et appareil correspondant |
WO2003081479A2 (fr) * | 2002-03-19 | 2003-10-02 | Siemens Medical Solutions Health Services Corporation | Systeme de traitement destine a etre utilise avec un dispositif d'affichage d'interface utilisateur |
EP1369796A2 (fr) * | 2002-05-22 | 2003-12-10 | Pitney Bowes Inc. | Système et méthode électronique personnalisable pour la présentation et le paiment de factures |
EP1478997A2 (fr) * | 2001-12-28 | 2004-11-24 | SAP Aktiengesellschaft | Gestion d'une interface utilisateur |
FR2871258A1 (fr) * | 2004-06-03 | 2005-12-09 | France Telecom | Generateur d'interfaces pour systemes d'acces a des donnees. |
EP1672523A2 (fr) * | 2004-12-20 | 2006-06-21 | Microsoft Corporation | Procédé et système pour relier les gammes de données d'un document créé par ordinateur avec les éléments de langue du balisage extensible correspondants |
EP1715418A1 (fr) * | 2005-04-20 | 2006-10-25 | Microsoft Corporation | Interface utilisateur extensible à la base de tâches |
EP1717693A1 (fr) * | 2005-04-20 | 2006-11-02 | Microsoft Corporation | Interface utilisateur consultable à la base des tâches |
EP1865422A1 (fr) * | 2006-06-09 | 2007-12-12 | Nextair Corporation | Logiciel, procédés et appareil facilitant la présentation d'une interface d'utilisation d'un dispositif de communication sans fil avec un support multinormes spécifiques |
US7673235B2 (en) | 2004-09-30 | 2010-03-02 | Microsoft Corporation | Method and apparatus for utilizing an object model to manage document parts for use in an electronic document |
CN101706744A (zh) * | 2009-10-27 | 2010-05-12 | 深圳市中兴移动通信有限公司 | 一种支持多指令集的指令解析装置及其指令解析方法 |
US7752632B2 (en) | 2004-12-21 | 2010-07-06 | Microsoft Corporation | Method and system for exposing nested data in a computer-generated document in a transparent manner |
US7770180B2 (en) | 2004-12-21 | 2010-08-03 | Microsoft Corporation | Exposing embedded data in a computer-generated document |
US7925975B2 (en) | 2006-03-10 | 2011-04-12 | Microsoft Corporation | Searching for commands to execute in applications |
US7962410B2 (en) | 2002-06-28 | 2011-06-14 | Pitney Bowes Inc. | Customizable software agents in an electronic bill presentment and payment system |
US8307331B2 (en) | 2002-09-10 | 2012-11-06 | SQGo, LLC | User interface, operating system and architecture |
US9361069B2 (en) | 2001-07-26 | 2016-06-07 | Irise | Systems and methods for defining a simulated interactive web page |
US9465527B2 (en) | 2010-10-08 | 2016-10-11 | Irise | System and method for extending a visualization platform |
US9972317B2 (en) | 2004-11-16 | 2018-05-15 | Microsoft Technology Licensing, Llc | Centralized method and system for clarifying voice commands |
-
2000
- 2000-07-27 AU AU63911/00A patent/AU6391100A/en not_active Abandoned
- 2000-07-27 WO PCT/US2000/020723 patent/WO2001044932A1/fr active Application Filing
Non-Patent Citations (7)
Title |
---|
"DISK DRIVE WITH EMBEDDED HYPER-TEXT MARKUP LANGUAGE SERVER", IBM TECHNICAL DISCLOSURE BULLETIN,US,IBM CORP. NEW YORK, vol. 38, no. 12, 1 December 1995 (1995-12-01), pages 479, XP000588211, ISSN: 0018-8689 * |
D. ESPOSITO: "A brand new web look for your folders", MSDN ONLINE LIBRARY, May 1999 (1999-05-01), XP002158800, Retrieved from the Internet <URL:http://msdn.microsoft.com/library/techart/webview.htm> [retrieved on 20010124] * |
K. SALL: "Doing it with XML, part 1", WEB DEVELOPER'S VIRTUAL LIBRARY - TUTORIALS, April 1999 (1999-04-01), XP002158803, Retrieved from the Internet <URL:http://wdvl.com/Authoring/Languages/XML/Tutorials/DoingIt/index.html> [retrieved on 20010124] * |
LUBELL J: "STRUCTURED MARKUP ON THE WEB", MARKUP LANGUAGES,US,MIT PRESS, CAMBRIDGE, MA, vol. 1, no. 3, 1999, pages 7 - 22, XP000863188, ISSN: 1099-6621 * |
P. DILASCIA: "C++ Q&A", MICROSOFT SYSTEMS JOURNAL, November 1999 (1999-11-01), XP002158801, Retrieved from the Internet <URL:http://www.microsoft.com/msj/defaultframe.asp?page=/msj/1199/c++/c++1199.htm> [retrieved on 20010124] * |
S. SANDOLO, A. SAPPIA: "JAD System Architecture", JAVA ADMINISTRATION SYSTEM DOCUMENTATION, 30 August 1997 (1997-08-30), XP002158802, Retrieved from the Internet <URL:http://server-esng.dibe.unige.it/Projects/ClosedProjects/JAD/reserved/JadSystemArchitecture.html> [retrieved on 20010124] * |
S. SOL: "Introduction to XML For Web Developers - Part Three: the DTD", WEB DEVELOPER'S VIRTUAL LIBRARY - TUTORIALS, 3 May 1999 (1999-05-03), XP002158804, Retrieved from the Internet <URL:http://wdvl.com/Authoring/Languages/XML/Tutorials/Intro/index3.html> [retrieved on 20010124] * |
Cited By (42)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2002075522A3 (fr) * | 2001-03-15 | 2003-11-27 | Ibm | Procede et appareil de traitement de formulaires internet |
WO2002075522A2 (fr) * | 2001-03-15 | 2002-09-26 | International Business Machines Corporation | Procede et appareil de traitement de formulaires internet |
US6950831B2 (en) | 2001-03-23 | 2005-09-27 | Siemens Medical Solutions Health Services Corporation | Processing system for use with a user interface display |
US9361069B2 (en) | 2001-07-26 | 2016-06-07 | Irise | Systems and methods for defining a simulated interactive web page |
WO2003058441A2 (fr) * | 2001-12-27 | 2003-07-17 | Full Degree, Inc. | Procede de publication de schema en langage xml dans une interface utilisateur et appareil correspondant |
WO2003058441A3 (fr) * | 2001-12-27 | 2004-03-25 | Full Degree Inc | Procede de publication de schema en langage xml dans une interface utilisateur et appareil correspondant |
EP1478997A2 (fr) * | 2001-12-28 | 2004-11-24 | SAP Aktiengesellschaft | Gestion d'une interface utilisateur |
WO2003081479A2 (fr) * | 2002-03-19 | 2003-10-02 | Siemens Medical Solutions Health Services Corporation | Systeme de traitement destine a etre utilise avec un dispositif d'affichage d'interface utilisateur |
WO2003081479A3 (fr) * | 2002-03-19 | 2003-12-04 | Siemens Med Solutions Health | Systeme de traitement destine a etre utilise avec un dispositif d'affichage d'interface utilisateur |
EP1369796A2 (fr) * | 2002-05-22 | 2003-12-10 | Pitney Bowes Inc. | Système et méthode électronique personnalisable pour la présentation et le paiment de factures |
EP1369796A3 (fr) * | 2002-05-22 | 2004-06-30 | Pitney Bowes Inc. | Système et méthode électronique personnalisable pour la présentation et le paiment de factures |
US7962410B2 (en) | 2002-06-28 | 2011-06-14 | Pitney Bowes Inc. | Customizable software agents in an electronic bill presentment and payment system |
US10839141B2 (en) | 2002-09-10 | 2020-11-17 | Sqgo Innovations, Llc | System and method for provisioning a mobile software application to a mobile device |
US10831987B2 (en) | 2002-09-10 | 2020-11-10 | Sqgo Innovations, Llc | Computer program product provisioned to non-transitory computer storage of a wireless mobile device |
US10810359B2 (en) | 2002-09-10 | 2020-10-20 | Sqgo Innovations, Llc | System and method for provisioning a mobile software application to a mobile device |
US10552520B2 (en) | 2002-09-10 | 2020-02-04 | Sqgo Innovations, Llc | System and method for provisioning a mobile software application to a mobile device |
US10372796B2 (en) | 2002-09-10 | 2019-08-06 | Sqgo Innovations, Llc | Methods and systems for the provisioning and execution of a mobile software application |
US9390191B2 (en) | 2002-09-10 | 2016-07-12 | SQGo, LLC | Methods and systems for the provisioning and execution of a mobile software application |
US9342492B1 (en) | 2002-09-10 | 2016-05-17 | SQGo, LLC | Methods and systems for the provisioning and execution of a mobile software application |
US9311284B2 (en) | 2002-09-10 | 2016-04-12 | SQGo, LLC | Methods and systems for enabling the provisioning and execution of a platform-independent application |
US9135227B2 (en) | 2002-09-10 | 2015-09-15 | SQGo, LLC | Methods and systems for enabling the provisioning and execution of a platform-independent application |
US8307331B2 (en) | 2002-09-10 | 2012-11-06 | SQGo, LLC | User interface, operating system and architecture |
FR2871258A1 (fr) * | 2004-06-03 | 2005-12-09 | France Telecom | Generateur d'interfaces pour systemes d'acces a des donnees. |
US7673235B2 (en) | 2004-09-30 | 2010-03-02 | Microsoft Corporation | Method and apparatus for utilizing an object model to manage document parts for use in an electronic document |
US10748530B2 (en) | 2004-11-16 | 2020-08-18 | Microsoft Technology Licensing, Llc | Centralized method and system for determining voice commands |
US9972317B2 (en) | 2004-11-16 | 2018-05-15 | Microsoft Technology Licensing, Llc | Centralized method and system for clarifying voice commands |
EP1672523A3 (fr) * | 2004-12-20 | 2008-01-16 | Microsoft Corporation | Procédé et système pour relier les gammes de données d'un document créé par ordinateur avec les éléments de langue du balisage extensible correspondants |
EP1672523A2 (fr) * | 2004-12-20 | 2006-06-21 | Microsoft Corporation | Procédé et système pour relier les gammes de données d'un document créé par ordinateur avec les éléments de langue du balisage extensible correspondants |
US7752632B2 (en) | 2004-12-21 | 2010-07-06 | Microsoft Corporation | Method and system for exposing nested data in a computer-generated document in a transparent manner |
US7770180B2 (en) | 2004-12-21 | 2010-08-03 | Microsoft Corporation | Exposing embedded data in a computer-generated document |
US7703037B2 (en) | 2005-04-20 | 2010-04-20 | Microsoft Corporation | Searchable task-based interface to control panel functionality |
US7600199B2 (en) | 2005-04-20 | 2009-10-06 | Microsoft Corporation | Task-based interface with underlying extensible framework |
EP1715418A1 (fr) * | 2005-04-20 | 2006-10-25 | Microsoft Corporation | Interface utilisateur extensible à la base de tâches |
EP1717693A1 (fr) * | 2005-04-20 | 2006-11-02 | Microsoft Corporation | Interface utilisateur consultable à la base des tâches |
JP2006302242A (ja) * | 2005-04-20 | 2006-11-02 | Microsoft Corp | コントロールパネル機能との検索可能なタスクベースのインターフェイス |
US9632650B2 (en) | 2006-03-10 | 2017-04-25 | Microsoft Technology Licensing, Llc | Command searching enhancements |
US7925975B2 (en) | 2006-03-10 | 2011-04-12 | Microsoft Corporation | Searching for commands to execute in applications |
US8370743B2 (en) | 2006-03-10 | 2013-02-05 | Microsoft Corporation | Searching command enhancements |
EP1865422A1 (fr) * | 2006-06-09 | 2007-12-12 | Nextair Corporation | Logiciel, procédés et appareil facilitant la présentation d'une interface d'utilisation d'un dispositif de communication sans fil avec un support multinormes spécifiques |
CN101706744A (zh) * | 2009-10-27 | 2010-05-12 | 深圳市中兴移动通信有限公司 | 一种支持多指令集的指令解析装置及其指令解析方法 |
US9946518B2 (en) | 2010-10-08 | 2018-04-17 | Irise | System and method for extending a visualization platform |
US9465527B2 (en) | 2010-10-08 | 2016-10-11 | Irise | System and method for extending a visualization platform |
Also Published As
Publication number | Publication date |
---|---|
AU6391100A (en) | 2001-06-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7222292B2 (en) | Methods and systems for dynamically creating user interfaces | |
US8078960B2 (en) | Rendering an HTML electronic form by applying XSLT to XML using a solution | |
US7197515B2 (en) | Declarative solution definition | |
US6356920B1 (en) | Dynamic, hierarchical data exchange system | |
US8918729B2 (en) | Designing electronic forms | |
WO2001044932A1 (fr) | Procedes et systemes de creation dynamique d'interfaces utilisateur | |
US20040268229A1 (en) | Markup language editing with an electronic form | |
US7076728B2 (en) | Method and apparatus for end-to-end content publishing system using XML with an object dependency graph | |
US7873668B2 (en) | Application data binding | |
US8069413B2 (en) | Systems for providing extensible help | |
US20020152244A1 (en) | Method and apparatus to dynamically create a customized user interface based on a document type definition | |
US20070239762A1 (en) | Automated interactive visual mapping utility and method for transformation and storage of XML data | |
JP2003099257A (ja) | ウェブページ用オーサリングツール | |
EP1816586A1 (fr) | Système de traitement de données, méthode de traitement de données et serveur de gestion | |
WO2006051960A1 (fr) | Dispositif de traitement de document et méthode de traitement de document | |
US20040133595A1 (en) | Generation of persistent document object models | |
US20100269032A1 (en) | Advanced text completion, such as for markup languages | |
EP1826682A1 (fr) | Dispositif de gestion de document et méthode de gestion de document | |
WO2006051959A1 (fr) | Dispositif de traitement de document et méthode de traitement de document | |
US20070094289A1 (en) | Dynamic, hierarchical data exchange system | |
WO2004104751A2 (fr) | Logiciel de developpement de site web | |
WO2006051714A1 (fr) | Dispositif et procede de traitement de document | |
Wagner et al. | Web Applications with Javascript or Java: Volume 1: Constraint Validation, Enumerations, Special Datatypes | |
Juneau et al. | The basics of JavaServer faces | |
Payne | Sams teach yourself ASP. NET in 21 days |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
122 | Ep: pct application non-entry in european phase | ||
NENP | Non-entry into the national phase |
Ref country code: JP |