This invention relates to a structured data source around which a form template is designed for a visual presentation in which the data in the structured data source is interactively edited, and is more particularly related to detecting changes made to the data source and updating dependencies between various pieces of the form template and the changed data source.
The structured data 102 is a markup language. By way of example, and not by way of limitation, the markup language can be represented in Extensible Markup Language (XML). Accordingly, the structured data 102 is hereinafter referred to as an XML document 102. XML, which is documented as a W3C Standard set forth in Paoli et al., 1998, W3C recommendation, enables developers to create customized tags that describe the meaning of data, as opposed to the presentation of data.
The environment in which the data processing application 100 operates includes an Extensible Stylesheet Language Transformations (XSLT) processor that translates an XML document 102 into the visual surface 106 The visual surface 106 can also comprise another XML document, or a document expressed in a presentation-oriented markup language, such as Hypertext Markup Language (HTML). XML provides tags that represent the data contained in a document. In contrast, presentation-oriented languages, such as Hypertext Markup Language (HTML), provide tags that convey the visual appearance of a document. Accordingly, these technologies complement each other; XML allows information to be efficiently transferred and processed, while HTML allows information to be presented for display.
XSLT itself uses an XML syntax. The XSLT processor performs its translation function by making reference to one or more XSLT stylesheets. The XSLT stylesheets contain a collection of rules for mapping elements in the XML document 102 to the visual surface 106 or document view 106. To perform this function, XSLT defines its operands through XPath. XPath is a general-purpose query language for addressing and filtering the elements and text of XML documents. XPath expressions can address parts of an XML document, and can manipulate strings, numbers, and booleans, etc. In the context of the XSLT processor, XPath expressions can be used to select a portion of the XML document 102 that matches a prescribed match pattern, and then perform some translation operation on that portion using a rule provided in the XSLT stylesheets. XML, XSLT, and XPath are described at length in their governing specifications provided by the World Wide Web Consortium (W3C).
The XML document 102 is composed of XML elements, each of which includes a start tag (such as <author>), an end tag (such as </author>), and information between the two tags (which is referred to as the content of the element). An element may include name-value pairs (referred to as attributes) related by an equal sign (such as MONTH=“May”). The elements in the XML document 102 have a hierarchical relationship to each other that can be represented as a data tree 116. The elements in the data tree 116 are also commonly referred to as “nodes.” All elements are nodes, but the converse is not true. Data tree 116 is also referred to as a tree t having nodes n, where tree t and nodes n. As used herein, attributes, attribute values, and text content are all nodes.
A so-called XML schema (not illustrated in
The solution module 104 includes a data mapping module 118. The purpose of the data mapping module 118 is to map the structured data 102 to the visual surface/document view 106. The data mapping module 118 can perform this task using so-called stylesheets, such as stylesheets written using XSLT. XSLT maps the structured data 102 to a format appropriate for presentation, such as HTML, Extensible Hypertext Markup Language (XHTML), etc. In other words, documents expressed in XML include tags that are particularly tailored to convey the meaning of the data in the documents. The XSLT conversion converts the XML documents into another markup language in which the tags pertain to the visual presentation of the information contained in the documents. (To facilitate discussion, the following description assumes the use of HTML to render the documents; however, other presentation-oriented markup languages can be used to render the documents.) Because HTML is a markup language, it can be conceptualized as a view tree 120 that includes a hierarchical organization of nodes, as in the case of data tree 116.
The schema for data tree 116 can have a node n that represents a table or a repeating field, where the node n can correspond to many nodes in the actual data for data tree 116, as well as many nodes in a form template 130 displayed on the visual surface 106. By way of example, the schema can define a format for one (1) date field as to what the date should look like and can define that many dates can be entered in succession for that one date field. Accordingly, there can be a corresponding number of nodes for the dates in the data for the data source as well as in the form template 130 for the visual surface 106. The data source, however, will have only one (1) node for the date field. The reader is referred to the World Wide Web Consortium's specifications for background information regarding XML and XSLT. Arrow 126 represents mapping of information from tree t having nodes n within the data tree 116 to information in the view tree 120.
A view mapping module 122 enables nodes in the data tree 116 to be mapped to corresponding nodes in the view tree 120, and vice versa. The mapping of nodes in the view tree 120 to nodes in the data tree 116 allows the solution module 104 to correlate editing operations performed on the visual surface/document view 106 with corresponding nodes in the underling structured data 102. This allows the solution module 104 to store information entered by the editing user 108 at appropriate locations within the structured data 102 during an editing session. Arrow 124 represents the mapping of information in the view tree 120 back to associated information in the data tree 116.
By way of broad overview, the view mapping module 122 provides mapping between the visual surface/document view 106 and the XML document 102 by adding annotations to the view tree 120 used to render the visual surface/document view 106. These annotations serve as references which point back to specific locations in the data tree 116.
The visual surface/document view 106 itself has an appearance that is determined by both the information contained in the XML document 102 as well as the effects of the XSLT transformation provided by the data mapping module 118. Generally, in the case of electronic forms, the visual surface/document view 106 typically includes a hierarchical structure which is related to the hierarchical structure in the XML document 102. For instance, the exemplary electronic form template 130 includes multiple sections pertaining to different topics that reflect the topics in the XML document 102. (However, it is not necessary to have a one-to-one direct correspondence between the organization of the XML document 102 and the organization of the visual surface/document view 106; in other words, the transformation of the XML document 102 to the visual surface/document view 106 is generally considered non-isomorphic). Each section in the exemplary electronic form template 130 can include one or more data entry fields for received input from the editing user 108, such as data entry field 132. The data entry fields are also referred to herein as “editing controls.” Different graphical components can be used to implement the editing controls, including text boxes, drop-down list boxes, list boxes, option buttons (also referred to as radio buttons), check boxes, and so on.
Path 134 generally represents the routing of information entered via the electronic form template 130 back to the XML document 102. In another words, the data entry fields in the electronic form template 130 (such as data entry field 132) are associated with respective nodes in the data tree 116. Entry of information via electronic form template 130 will therefore prompt the solution module 104 to route such information to appropriate storage locations in the data tree 116. Again, the linking between the electronic form template 130 and the XML document 102 is provided by the view mapping module 122.
The functionality provided by the solution module 104 is defined, in part, by a solution file, such as exemplary solution file 136 stored in storage 138. The solution file 136 essentially constitutes an electronic form template, providing all of the semantic information required to transform the XML document 102 into the visual surface/document view 106. Different XML documents may have been created by, or otherwise refer to, different electronic form templates. Accordingly, different XML documents may have different solution files associated therewith. Various techniques can be used to retrieve a solution file that is associated with a particular XML document. For instance, an appropriate solution file can be retrieved based on URN (Uniform Resource Name) or URL (Uniform Resource Locator) information contained in the header of an input XML document. That header information links the input document to a corresponding solution file. A storage 140 represents an archive for storing one or more XML documents created by, or otherwise associated with, respective solution files.
A schema file 204 is used to constrain and validate the XML document 102. This file is assigned the exemplary extension ‘.xsd’. View files 206 are used to transform the XML document 102, for presentation as views (visual surfaces 106). These files are used to implement the data mapping module 118 discussed in connection with
The solution design component 302 of the architecture 300, such as is seen at reference numeral 302 in
In one implementation, the solution design component 302 provides a WYSIWYG forms designer and editor based on XML standards that can be used for generic XML schemas. As such, XSL editor and solution builder 310 need not be characterized as including an XML editor. Moreover, notepad 314 and support files 312 need not be present.
The runtime component 304 includes an editor frame 320 that includes XML editing 322. The XML editing 322 includes capabilities for an Instantiated Content Model (ICM). The ICM, as previously disclosed, allows for a minimized expression of all of the possible portions of the XML fragments that can be inserted or deleted when the electronic form is being filled out by the editing user 108. This minimized expression in turn reduces the size of the solution infrastructure 324, discussed below, which in turn improves the performance of the rendering of the electronic form. The XML editing 322, in conjunction with the instantiated content model, enables the editing user 108 to validly fill out the electronic form without latency induced by the size of the solution infrastructure 324.
In addition to the foregoing, the editor frame 320 bidirectionally communicates with the solution infrastructure 324, such as XML solution 302 seen in
The XML solution infrastructure 324 allows the editing user 108 of the computing device to access various XML data sources on the computing device, in an intranet, as well as on an extranet or the World Wide Web. Given the foregoing, XML Documents 330 can be displayed and edited using the XML Editing 322 of the editor frame 320.
Various exemplary solution files 340 can be provided to the editing user 108 of the computing device as part of the architecture 300, where the editing user 108 would like to see sample or exemplary solutions from which the user can learn about the data processing application 100. Exemplary solution files 340 can provide the editing user 108 with a guide for customizing electronic forms and for building new solutions based on the exemplary solutions.
In one exemplary implementation, the forms application 410 includes a design mode and an editing mode. The design mode presents a design UI 422 on the display device 420 for interaction with a designing user 424. The editing mode presents an editing UI 426 on the display device 420 for interaction with the editing user 108. In the design mode, the forms application 410 creates an electronic form 428, or modifies the structure of the electronic form 428 in a way that affects its basic schema. In other words, the design operation produces the solution file 136 that furnishes the electronic form 428. In the editing mode, the editing user 108 uses the electronic form 428 for its intended purpose—that is, by entering information into the electronic form 428 for a business-related purpose or other purpose.
In the design mode, the forms application 410 can be configured to depict the electronic form 428 under development using a split-screen display technique. More specifically, a forms view portion 430 of the design UI 422 is devoted to a depiction of the normal appearance of the electronic form 428. A data source view portion 432 of the visual surface is devoted to displaying a hierarchical tree 434 that conveys the organization of data fields in the electronic form 428.
An exemplary designing UI 422 can allocate the visual surface 206 into the forms view portion 430 and the data source view portion 432. As described above, the forms view portion 430 contains a depiction of the normal appearance of the electronic form 428—in this case, an exemplary form template 500a seen in
The forms application 410 provides multiple techniques for creating the electronic form. According to one technique, the electronic form can be created from scratch by building the electronic form from successively selected editing controls. In another technique, the electronic form can be created based on any pre-existing .xsd schema document (e.g., see schema 204 in
Once a form has been created, its design (and associated schema) can be further modified. For example, the forms application 410 allows the designing user 424 to modify existing editing controls used in the electronic form, or add additional editing controls.
The creation of the electronic form also creates an associated solution file. The solution file effectively forms a template that can be archived and subsequently used in a business (or other environment).
Data entry fields in the electronic form are mapped to underlying structured XML document 102—in this case, an XML document 520a which is represented as a tree t having a plurality of nodes ni. This mapping is achieved via annotations added to the HTML document used to render the exemplary electronic form 500a. More specifically, the annotations act as references which point to particular parts of the XML document 520a associated with the data entry fields in the exemplary electronic form 500a. Through this mechanism, the data entered by the editing user 108 is routed back to the XML document 520a and stored in its data structure at appropriate locations. This mapping functionality is represented in
One exemplary implementation includes a method that applies an XSLT stylesheet to an XML document to create an HTML view. At least some of the HTML elements in the HTML view are associated with a specifically named attribute. The HTML elements that are associated with the specifically named attribute have respective corresponding XML nodes in the XML document, where the location of each XML node in the XML document is determined by the value of the specifically named attribute. Once edits to the HTML elements associated with the specifically named attribute have been received in an interactive session with an editing user, the received edits are saved back into the nodes in the XML document that respectively correspond to the HTML elements associated with the specifically named attribute.
Electronic form 500a is displayed in the editing UI 528 by the forms application 410 so that an editing user 108 can enter data into the depicted data entry fields of a corresponding data entry screen. The data entry fields 504a, 506a, 508a, 510a, 512a, and 514a on the data entry screen are being used to collect information. Information is kept in a schema associated with the underlying structured XML document 102 represented by the XML document 520a as to what will be considered to be valid data that can be entered into the data entry fields for the electronic form 500a. Once validated, these data are then subjected to a mapping operation 518a for entry into the XML document 520a. Business logic for validation of the data being entered can be quite varied and can be stored so as to be associated as definitions for the electronic form 500a (i.e., in
Each data entry field has a corresponding place in the XML document 520a seen in
The exemplary electronic form template 500a is designed around a data source, which here is XML document 520a, also referred to herein as a data tree 520a. After designing the electronic form template 500a, a form designer may wish to modify the data source. Referring now to
Since there are a large number of dependencies between various pieces of information between the form template and the data tree (e.g., data source), it is difficult to change the data source into a new or modified data source while making accurate and precise changes that properly correspond to the form template. Examples of such dependencies include, but are not limited to, rules for validating data entered into fields of the form template, rules for binding a data entry field to a corresponding field in the data source, business logic, the promotion of properties from a data entry field to other data entry fields, initial formatting of data in a data entry field, etc. It would be an advantage in the art to provide an operation by which both an original data source and a new or modified data source can be specified. The operation would then detect changes between the original data source and the new or modified data source. The detected changes would then be used to make corresponding updates to dependencies in the form template. As a result, a correspondingly new or modified form template would be produced.
According to one exemplary implementation, a first data source has a plurality of nodes each corresponding to a respective piece of a form template. Each piece of the form template has one of more dependencies to the corresponding node of the first data source. Dependencies can be bindings or validation of data. A second data source has a plurality of nodes. Differences are found between the first and second data sources by comparing each node in the first data source with a corresponding node in the second data source. The differences can be as to type, cardinality, name, or a movement, removal or addition of a node. The differences are used to update the dependencies of each piece of the form template to each node of the first data source. Each of the first and second data sources can be a document expressed in a markup language or in a web service definition language. Each of the first and second data sources can be a markup language document, a schema definition file, a web service definition file, a table for a server application, or a table for a database application.
According to another exemplary implementation, a first data source has first nodes and is represented by a first schema. A second data source has second nodes and is represented by a second schema. Each of the first and second schemas define validation of data. The first schema defines data entry fields in a form template. Each data entry field respectively corresponds to one or more the first nodes of the first data source. The first schema also defines a binding between each said data entry field in the form template and each said first node. A comparison is made, for each of the first nodes that corresponds to one of more of the second nodes, between the first and second schema to find a difference there between. The differences that are found are used to update the binding between each data entry field in the form template and one or more corresponding first nodes.
According to yet another exemplary implementation, first and second structured markup language documents each have syntax described by a schema and also have a plurality of markup language nodes that are arranged in a hierarchical structure of parent nodes having children nodes. The hierarchical position of each of the markup language nodes in the hierarchical structure is expressed as a corresponding fragment of the markup language. A form template has a plurality of data entry fields each corresponding to and having dependencies to one or more of the markup language nodes of the first structured markup language document. Differences are found between the respective schema and the differences are used to update the dependencies of each data entry field of the form template to the one of more corresponding nodes of the first structured markup language document. Each of the first and second structured markup language documents can be can be inferred from their respective schema.
Related computer readable media and apparatus are also described herein.
a-5b show exemplary user interfaces (UI) for editing an original and an updated electronic form, and which respectively correspond to an original data source and a modified data source.
a-6a depict an original data source and a modified version thereof, respectively.
a-7b depict exemplary user interfaces (UI) for revising and reviewing an original and an updated electronic form, which respectively correspond to the original and modified data sources depicted in
a-8a depict an original data source and a modified data source, respectively.
a-9b depict exemplary user interfaces (UI) for revising and reviewing an original and an updated electronic form, which respectively correspond to the original and modified data sources depicted in
The same numbers are used throughout the disclosure and figures to reference like components and features. Series 100 numbers refer to features originally found in
This disclosure pertains to a form template designed against a data source when the data source definition changes. This disclosure also pertains to taking a first version of a form template designed against a first data source and creating a second version of the form template against a second version of the data source by using and modifying the first version of the form template. This disclosure further pertains to functionality to add various types of data sources to a form template. By way of example, and not by way of limitation, various types of data sources that can be added to a form template, in accordance with the present disclosure include W3C Extensible Markup Language (XML) documents, W3C XML Schema Definition (XSD) files, W3C Web Service Definition Language (WSDL) based web services, Microsoft SQL server queries, and Microsoft Office Access queries.
The various types of data sources that can be added to a form template are represented by a definition. For instance, for a data source that is expressed as a tree t having nodes n, a schema defines the type of each node n in the tree t. The form template that corresponds to the tree t is a visualization of the schema for tree t, although a view doesn't necessarily need to involve all the nodes present in the schema. In the case where the data source for tree t is expressed in XML, an XSD (e.g., a kind of schema) defines the tree t, where the tree t is the whole data source. Stated otherwise, the schema more or less represents the data source, but more accurately the schema defines the syntax of the tree, while the XML represents an entry in a vocabulary that is defined by the schema. As such, a data source is specified by the sum of a schema and an instance (e.g., a generalized instance). As such, the XSD or schema defines the hierarchy of the nodes n of tree t and defines each node n of the hierarchy in tree t.
As stated, each data source is represented by its corresponding XSD schema in the disclosed forms application 410 for both designing the form template and validating user input and other data while the form template is being used for data entry. By way of example, and not by way of limitation, an example of forms application 410 is the InfoPath™ software provided by Microsoft Corporation of Redmond, Wash.
While the XSD or schema is used to validate data at runtime, it can also be used to define bindings at design time (i.e., realizing a binding at runtime when the form template is being used for data entry). Leveraging this axiom, the schema or XSD for an original data source can be compared to a modification of the schema or XSD for the updated data source so as to detect the changes to the schema or XSD. Stated otherwise, for an original data source (DS) and a modification thereof (DS′), and respectively defined by and original schema (XSD) and a modified schema (XSD′), differences between XSD and XSD′ are detected. As such, where DS is represented by tree t having nodes n, and where DS′ is represented by tree t′ having nodes n′, the schema differences for between tree t and t′ can be detected—such as is seen for the respective data sources in
When changes are detected to a schema or XSD, which indicates that modifications have been made to an original data source, one or more of five (5) different types of dependencies can be updated between the data source and a corresponding form template. A first dependency than can be updated occurs if the type or cardinality of an element or attribute has changed. An example of a cardinality change is where a node in data source is defined has having a sequence of five children nodes and the modified data source is detected as being redefined such that the sequence of five children nodes has been changed to a sequence of ten children nodes. Stated otherwise, an example of a cardinality change is where an original data source defines an element to occur once and in the updated data source it is allowed to occur 10 times. In this first dependency update, a revalidation is conducted for all bindings to the changed element or attribute. A second dependency than can be updated occurs if a qualified name of an element or an attribute has changed. By way of example, and not by way of limitation, a qualified name in XML can mean the combination of a local name and a name space, also known a as ‘fully qualified name’. In this second dependency update, all of the bindings can be updated so as to use the new qualified name instead of the old qualified name. A third dependency than can be updated occurs if an element or an attribute has moved, where the element should include parent nodes (i.e., containers) and not only leaf-level nodes. In this third dependency update, all of the bindings (including markup language fragments, etc.) can be updated so as to use the new location of the element (and its descendents) or to use the new location of the attribute (and its descendents), and a revalidation can be conducted to all of the bindings to the element (and its descendents) or to the attribute (and its descendents). A fourth dependency that can be updated occurs if an element or attribute has been removed. In this fourth dependency update, all of the bindings can be removed that use the element (and its descendents) or that use the attribute (and its descendents), and an update is also made to all of the bindings to the ancestors of the renamed element or attribute. A fifth dependency than can be updated occurs if an element or attribute has been added. In this fifth dependency update, all of the bindings can be updated to the ancestors of the added element or to the ancestors of the added attribute.
When modifications have been made to an original data source to create a revised version thereof, one or more bindings between the original data source and one or more corresponding form templates should also be updated. By way of example, and not by way of limitation, the following bindings can be updated when an original data source has been detected as having been changed:
Methods, software, systems, and apparatus can be used to detect modifications between the two data sources (e.g., schema or XSD changes) and to cause the binding updates to occur. Stated otherwise, once changes have been detected to a schema for a data source, indicating that the data source has been modified, a summary of those changes is accumulated. For instance, if the data source is represented by a tree t having nodes n and the modified data source is represented by a tree t′ having nodes n′, then the summary of accumulated changes are applied to tree t to accomplish tree t′ through the granular application of changes to each node ni to accomplish each node nj′. These changes can include updates to dependencies such as rules for validating data entered into fields of the form template, rules for binding a data entry field to a corresponding field in the data source, business logic, the promotion of properties from a data entry field to other data entry fields, initial formatting of data in a data entry field, the moving of bindings in general, changes to a name or a namespace, changes to the cardinality of one of more nodes, changes to the type of one of more nodes, property promotions, etc. By way of example, and not by way of limitation, the transfer of the bindings can be made from each node ni to each node nj′ by using function-specific event handlers. These function-specific event handlers accomplish the modification of the original data source according to changes that are detected in the schema that defines the new data source. As such, the change of the original data source into the new or modified data source is accompanied by accurate and precise changes to one or more corresponding form templates that are built on the same data source, or by accurate and precise changes to one or more different views within the same form template.
The present disclosure is relevant to the rendering and editing of information based on structured input data, such as a data source or a data tree. To provide a concrete framework for discussion, this disclosure describes the transformation of hierarchically organized data expressed in a markup language into an electronic form. The electronic form can be visually rendered and edited by an end user by use of an electronic forms application that can also be used to design the electronic form, such forms application 410 of
This disclosure is organized as follows. Section A of this disclosure describes modifications to exemplary data sources for which dependencies are updated with respect to exemplary form templates so that accurate and precise mapping can be made by a forms application between the structured data of the modified data source and one or more corresponding visual surfaces. Section B describes an exemplary method of operation of the implementations described in Section A, and Section C describes an exemplary computing environment that can be used to provide the implementations described in Sections A and B.
A. Exemplary Data Source Modifications
Because hierarchically organized data that is expressed in a markup language can be transformed into an electronic form, such electronic forms are based on marked up data, for instance XML data. When modifying the electronic forms using editing controls (e.g., filling out the form or entering data into the form), the editing user is indirectly manipulating the underlying XML tree that will be persisted when the electronic form is saved. For instance, data entry that can be made into the electronic form can be repeating sections and optional sections, each of which is an editing control that is bound to XML data. When data is entered or deleted using an editing control on the electronic form, the underlying XML data is correspondingly inserted or deleted. The XML tree is also validated against a corresponding XSD schema whenever it is being modified.
The received data that is entered into the data-entry fields of the electronic form (e.g., 500a, 500b) by the editing user 108 must be valid in order to be associated with corresponding nodes in the XML document (e.g., 520a, 520b) in its relationship with the corresponding XML document 102 in accordance with the associated schema 204 (.xsd). Although not shown in
The structure of each control on the electronic form will correspond to a particular hierarchy of the data in a particular portion of the data source 520a, 520b. Thus, if the structure of the portion of hierarchical data in the data source 520a, 520b will allow for multiple fields of data, the forms application 410 will allow for entry in corresponding multiple data entry fields, such as editing controls that will allow for repeating sections and/or a repeating table. Likewise, if the structure of the portion of hierarchical data in the data source 520a, 520b will allow for storage of only textual data, the forms application 410 will allow for entry in a corresponding data entry field of just textual data.
a shows a data source 602a which can be represented as a tree t having a plurality of nodes ni. The schema for data source 602a is to be modified so as to form a modified of data source, namely a data source 602b shown in
a-7b depict one exemplary embodiment depicted by screen shots that are presented to illustrate an implementation in which an exemplary electronic form is being revised or reviewed by a designing user 424 using the designing UI 422 during execution of the forms application 410. The operations performed in this session include changing the data source and binding controls to the newly added nodes from the tree.
In one implementation, the designing UI 422 would be used by designing user 424 to specify both data source 602a and its modification, namely data source 602b. Alternatively, the designing user 424 could specify the respective schema for data sources 602a, 602b. Changes would then be detected and summarized between the respective schema for data sources 602a, 602b. These changes would then be processed, transparent to the designing user 424, so that dependencies would be updated between the piece 716a for the form template 700a corresponding to data source 602a and the piece 716b for the form template 700b corresponding to data source 602b. The update to the dependencies, while in most cases is straight forward, may require interaction by a forms designer, namely designing user 424. As such, and following the transparent update to the dependencies, the forms application 410 will display the designing UI 422 so that designing user 424 can interactively review and revise the resultant updated form template 700b.
In the foregoing implementation, the designing UI 422 could specify either original and revised data sources, or original and revised schema for a data source. The implementation can include a mechanism to determine the changes between the original and its revision. In one variation of the implementation, these changes could then be expressed as a sequence of primitive operations. A primitive operation is an elementary operation (e.g., add, multiply, etc.). Each primitive operation has one or more corresponding specific event handlers that are used to change the syntax description for a node ni of a tree t (e.g., schema for the node) into a syntax description for a node nj′ of the tree t′. As many event handlers are created that are required for the primitive operations that need to be migrated for the bindings for each node ni to each node nj′
Once the primitive operations had been determined, the sequence of primitive operations could then be executed, for instance, one at a time. As a consequence of executing each primitive operation, for each primitive operation, every time that a node n from an original data tree t is added, removed, renamed, moved, etc., with respect to a revised tree t′, all of the dependencies on the effected node are updated, such as by an XPath operation. For instance, if a node is deleted, then all the bindings that were making a reference to that node are removed. If a node has been moved, all binding that were pointing to that node will be updated so as to point to the new position that the moved node is now in. If a node is renamed, then all of the bindings that were referring to that node are updated so that the bindings now refer to the new name of the renamed node. As a result, all the bindings for a first syntax description (e.g., schema) of a first data source will be migrated into a second data source in a congruous way because the event handlers were moved over for each primitive operation, such that the corresponding correlative bindings from the first syntax description for the first data source were moved over for the second data source. At the end of the operation, after all of the event handlers have been run with respect to a form template, the first data source is updated to the version of the second data source so as to be valid for an updated version of the original form template.
a shows a data source 802a which can be represented as a tree t having a plurality of nodes ni. The schema for data source 802a is to be modified so as to form a modified of data source, namely a data source 802b shown in
a-9b depict exemplary screen shots that are presented to illustrate an implementation in which an exemplary electronic form is being revised or reviewed by a designing user 424 using the designing UI 422 during execution of the forms application 410.
In one implementation, the designing UI 422 would be used by designing user 424 to specify both data source 802a and its modification, namely data source 802b. Changes would then be detected and summarized between the respective schema for data sources 802a, 802b. These changes would then be made, transparent to designing user 424, so that dependencies would be updated between the piece 916a for the form template 906 corresponding to data source 802a and the piece 916b for the form template 908 corresponding to data source 802b. The update to the dependencies, while in most cases is straight forward, may require interaction by a forms designer, namely designing user 424. As such, and following the update to the dependencies, the forms application 410 will display the designing UI 422 so that designing user 424 can interactively review and revise the resultant updated form template 908.
In the foregoing implementation, forms application 410 can display the designing UI 422 to a designing user 424 who would input an original form template. The designing user 424 would also input an original data source and a modified version thereof, an original schema and a modified version thereof (e.g., two different syntax descriptions), or both. These alternative inputs are available as a starting point for the implementation because, to be a data source, a schema is needed because the data source can be inferred from the schema. The schema, for instance, can be provided by a standards body. Also, the designing user 424 could also (optionally) input original and modified versions of an XML instance (XML document), original and modified versions of a web service call/response (an WSDL), original and modified versions of an ADO connection to a database, original and modified versions of SQL server, and original and modified versions of access tables. From these, syntactic descriptions (e.g., schema) can be inferred. On the basis of either an inferred schema or a schema that is given, the original and modified versions of data sources can be created. Once the differences between the original and modified versions of schema have been determined, the forms application 410 would then determine the bindings, which are the parameters that are tied to instances that are described by the modified version of the syntax description. The form template corresponding to the original data source can also be provided. The forms application 410 would then determine the event handlers that are needed for the primitive operations in order to migrate each of the bindings. Then, a computation is made of the sequence of primitive operations that will transform the first syntactic description into the second syntactic description. For each of the primitive operations that is executed, one of more event handlers (‘listeners’ or entities of code) are run. The event handlers make the bindings transfer over from one node ni of the original data tree t to another node nj′ of the revised version of that data tree t′. The result is that the designing UI 422 displays a revision of the form template that is valid for the revised version of the data source (e.g., data tree t′) and its schema. Here, for instance, different input fields could be on the revised version of the form template than were on the original form template.
B. Exemplary Method of Operation
An exemplary procedure is now described for changing a data source after a form template corresponding to the data source has been created. The exemplary procedure allows a structure of a form template to dynamically adapt to a data source change (e.g., schema change). The need for this procedure can arise, for instance, after a form designer has created a form template that is based on a web service or a database, where the form template is later required to be updated because the data structure for the web service or database has changed (e.g., adding a column to a table in the database). The exemplary procedure allows the form designer to avoid significantly reworking the originally designed form template.
Given two data sources (DS1, DS2) and the two generalized instances calculated from them (G1, G2), a computation is made of the difference D there between, such that G1+D=G2 (note that, where a hierarchical tree is a visual representation of a data source, the DS is a generalized instance that is generated starting from a schema). The computation of the difference D can also be subsequently decomposed into elementary operations that can be transferred to the features bound to the nodes of DS2, such as are found in the forms definition 202 and the view 206 as seen in
Other than the above four primitive operations, there are additional operations that can be performed to revise or manipulate a data tree. For instance, when a schema for a data source has been discovered, there are other operations that can be performed on a tree node. These other operations include a namespace change, a data-type change, a model group change, and a cardinality change. Additionally, these other operations are independent from the primitive tree operations and the result of these transformations by performing these operations does not change the sequence of the primitive operations.
Transformation for the generalized instances G1, G2 can be defined as
T(G1)=G2
T(G1)=ΣTprimitive(G1)+ΣTschema(G1)
Elementary transformations to revise a data tree can be identified by identifying corresponding elementary operations. As stated above, an elementary operation is a primitive operation. Each primitive operation has one or more corresponding specific event handlers that are used to change the syntax description for a node ni of a tree t (e.g., schema for the node) into a syntax description for a node nj′ of the tree t′. As many event handlers are created that are required for the primitive operations that need to be migrated for the bindings of each node ni to each node nj′. Once the elementary operations are known, the forms application 410 can perform a corresponding specific event handler for each primitive operation. An example of this follows.
One specific event handler would be performed for each add primitive operation remaining in a sequence of elementary operations that was determined. One delete specific event handler would be performed for each delete primitive operation remaining in the sequence of elementary operations. One specific event handler would be performed for each rename primitive operation remaining in the sequence of elementary operations that was determined. One specific event handler would be performed for each move primitive operation remaining in the sequence of elementary operations that was determined. For each unwrap primitive operation remaining in the sequence of elementary operations, a sequence of moves and one delete would be made. For each wrap primitive operation remaining in the sequence of elementary operations, one add and a sequence of moves would be made. Changes in the schema that do not directly affect the tree structure of the generalized instance (e.g., data type change, cardinality change, model group change, namespace change) would result in the performance of a specific event handler of a type for a generalized instance property change.
Referring now to
Another exemplary procedure 1000 is shown in
Referring now to
After the roots have been matched at block 1008, procedure 1000 moves to block 1010 where an ‘in place match’ operation is created. An in place match operation is created when there has been no change in the parent of a node (e.g., the parent node of a node n from data tree t has the same parent node as a node n′ from data tree t′). An in place match can be depicted by using an arrow from one node in one tree to another node in another tree. Stated otherwise, an in-place match occurs when nodes n and n′ have the same parent node and the node n will not be moved by revisions to the syntactic description (e.g., the schema for the original data source, where the data for a form template will always have one data source described by the schema).
By way of example of an in place match, when there is a data field in a form template that is below an expense item field in the form template and the date field and expense item field are both in an original data source, and when a matching operation finds that there is also a date field under an expense item field in a revised version of the data source, an in place match can be found. This ‘in-place’ match means that the date field has not moved containers, that the parent node of the node corresponding to the date field is not different in the revised data source, there has been no change in the parent node, and the node corresponding to the date field is in similar parts of both the original and revised data sources. As such, an ‘in place match’ is a sort of rename operation where only the local name is changed. In an ‘in place match’, the parent nodes of respective nodes in the original and revised data sources are the same—which can be determined by an examination of the schema (e.g., which can be expressed in the XML) which reveals a notation from which it can be concluded that the parents are the same. The in-place match can be accompanied by any of several changes from a node n to a node n′, including but not limited to a local name change, a namespace change, and a cardinality change—where the node n in data tree t has a number of children nodes that is different from the number of children nodes that n′ in data tree t′ has. A type change can also be present in an in-place match (e.g., a change from a text string node n to a date-time node n′). Another kind of change in an in-place match that is possible is a property change.
When an in-place match has been found, a flag can be set for each of the changes that are found. Ultimately, each flag represents a change that needs an specific function event handler to implement such that changes are made to data tree t so as to apply the differences so as to change data tree t to make the new data tree, t′. In one implementation, all bindings are found for changing data tree t having nodes n into data tree t′ having nodes n′. The differences that have been found between trees t and t′ are then applied to each node n.
Returning to procedure 1000 at block 1012, after the finding of an in-place match at block 1010, the node n is removed from the list of delete operations because its in place match was found as node n′ in tree t′. Also, at block 1014 the node n′ is removed from the list of add operations. Note that, since every node n of original data tree t was put on a list for a delete operation at block 1004 and every node n′ from tree t′ was put on the list for an add operation at block 1006, and since the node n had a node n′ for which an in place match had been found, then the node n′ should remain in the data tree t′. In the first loop through procedure 1000, nodes n and n′ are the roots of respective data trees t and t′.
A query 1016 determines whether node n has any children nodes. Where an in place match had been found at block 1010 between node n and node n′, it is guaranteed that the parent nodes n and n′ are same and procedure 1000 can proceed to go through the children nodes of n and n′ to see if in place matches can be found between the respective children nodes of n and n′.
If query 1016 determines that node n has one or more children nodes, procedure 1000 moves to block 1020 at which the next child of node n is examined. A query 1022 determines whether the child node of the node n being examined is on the list of delete operations (e.g., is the child of the current node n being examined subject to be being deleted from the original data source, or stated otherwise, is this child node still in the default state of its being subject to a ‘delete’ operation?)
At block 1024, the query 1022 was in the affirmative and the next child of the node n′ in the data tree t′ is examined. A query 1226 determines whether the child node of the node n′ being examined is on the list of add operations (e.g., is the child node of the node n′ being examined still in the default state of that node being subject to an ‘add’ operation?). At query 1028, the query 1026 was in the affirmative and a determination is there made as to whether there is a valid in place match for the node n′ in data tree t′ and another node n in data tree t. If such an in place match is found, then the procedure 1000 returns to block 1010. Otherwise, procedure 1000 moves to a query 1030 to determine if there are any more children of the node n′ in data tree t′ that is being examined. If there are no more children of node n′, the procedure 1000 moves to query 1032 to determine if there are any more children of the node n in data tree t that is being examined. If there are no more children of node n, the procedure 1000 moves to connector 1018.
If query 1030 finds that there are more children nodes of the node n′ in data tree t′ that is being examined, the procedure 1000 moves to back to block 1024 to repeat its process as described above. If query 1032 finds that there are more children nodes of the node n in data tree t that is being examined, the procedure 1000 moves to back to block 1020 to repeat its process as described above.
At block 1106 the list of delete operations created at block 1004 is examined to find the next remaining delete operation to be performed on a node n and to delete that node n that is found. Procedure 1000 then moves to block 1108 at which the list of add operations created at block 1006 is examined to find the next remaining add operation to be performed on a node n′ and to add that node n′ that is found. Procedure 1000 then moves to a query 1110 at which a determination is made as to whether a “move match” can be found, as explained below. If not, the procedure 1000 moves to a query 1114 to determine if there are any more add operations remaining to be performed on the list of add operations. If there are still more addition operations to be performed, the procedure 1000 moves to block 1108 to repeat the process for block 1108 described above. Otherwise, procedure 1000 moves to a query 1116 to determine if there are any more delete operations remaining to be performed on the list of delete operations. If there are still more delete operations to be performed, the procedure 1000 moves to block 1118. Otherwise, procedure 1000 moves to back to block 1106 to repeat the process for block 1106 described above.
A valid move match, as found at query 1110, means that the ‘local name’ of a node n being examined in data tree t is the same as the local name of a node n′ being examined in data tree t′. For instance, a valid move match can be found for a data field node under an expense item node where the date field node has been the subject of a global change of its parent node (e.g., the expense item node) but the parent node has not changed its name space. As such, a move of the node n in data tree t occurs when the corresponding node n′ in data tree t′ and node n do not have matching parent nodes. Stated otherwise, if the respective parent nodes of two nodes being compared are different (e.g., the parent nodes do not match), then a move operation is needed. When a valid move match is found at query 1110, procedure 1000 moves to connector 1112 which returns to
Reference is again made to
The result of procedure 1000 is a revised form template that corresponds to the revised data tree t′ having nodes n′. Procedure 1000 can be configured so that there will be as few ‘delete’ operations and as few ‘add’ operations as possible, where procedure 1000 maximizes the number of in place and move matches that can be found. This configuration of procedure 1000 is predicated upon the efficiency that the more matches that are found, the less bindings that might be performed incorrectly when there is a schema change affecting a form template, as has been described above. The less bindings that are used, the less revision work that will be required of the designing user 424 to revising the resultant form template that is created so as to be valid for the data tree t′ having nodes n′.
C. Exemplary Computer Environment
Exemplary computer 1202 includes one or more processors or processing units 1204, a system memory 1206, and a bus 1208. The bus 1208 connects various system components together. For instance, the bus 1208 connects the processor 1204 to the system memory 1206. The bus 1208 can be implemented using any kind of bus structure or combination 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. For example, such architectures can include an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an Enhanced ISA (EISA) bus, a Video Electronics Standards Association (VESA) local bus, and a Peripheral Component Interconnects (PCI) bus also known as a Mezzanine bus.
Computer 1202 can also include a variety of computer readable media, including a variety of types of volatile and non-volatile media, each of which can be removable or non-removable. For example, system memory 1206 includes computer readable media in the form of volatile memory, such as random access memory (RAM) 1210, and non-volatile memory, such as read only memory (ROM) 1212. ROM 1212 includes an input/output system (BIOS) 1214 that contains the basic routines that help to transfer information between elements within computer 1202, such as during start-up. RAM 1210 typically contains data and/or program modules in a form that can be quickly accessed by processing unit 1204.
Other kinds of computer storage media include a hard disk drive 1216 for reading from and writing to a non-removable, non-volatile magnetic media, a magnetic disk drive 1218 for reading from and writing to a removable, non-volatile magnetic disk 1220 (e.g., a “floppy disk”), and an optical disk drive 1222 for reading from and/or writing to a removable, non-volatile optical disk 1224 such as a CD-ROM, DVD-ROM, or other optical media. The hard disk drive 1216, magnetic disk drive 1218, and optical disk drive 1222 are each connected to the system bus 1208 by one or more data media interfaces 1226. Alternatively, the hard disk drive 1216, magnetic disk drive 1218, and optical disk drive 1222 can be connected to the system bus 1208 by a SCSI interface (not shown), or other coupling mechanism. Although not shown, the computer 1202 can include other types of computer readable media, such as magnetic cassettes or other magnetic storage devices, flash memory cards, CD-ROM, digital versatile disks (DVD) or other optical storage, electrically erasable programmable read-only memory (EEPROM), etc.
Generally, the above-identified computer readable media provide non-volatile storage of computer readable instructions, data structures, program modules, and other data for use by computer 1202. For instance, the readable media can store an operating system 1228, one or more application programs 1230 (such as the forms application 410), other program modules 1232, and program data 1234.
The computer environment 1200 can include a variety of input devices. For instance, the computer environment 1200 includes the keyboard 112 and a pointing device 114 (e.g., a “mouse”) for entering commands and information into computer 1202. The computer environment 1200 can include other input devices (not illustrated), such as a microphone, joystick, game pad, satellite dish, serial port, scanner, card reading devices, digital or video camera, etc. Input/output interfaces 1236 couple the input devices to the processing unit 1204. More generally, input devices can be coupled to the computer 1202 through any kind of interface and bus structures, such as a parallel port, serial port, game port, universal serial bus (USB) port, etc.
The computer environment 1200 also includes the display device 1238. A video adapter 1240 couples the display device 1238 to the bus 1208. In addition to the display device 1238, the computer environment 1200 can include other output peripheral devices, such as speakers (not shown), a printer (not shown), etc.
Computer 1202 can operate in a networked environment using logical connections to one or more remote computers, such as a remote computing device 1242. The remote computing device 1242 can comprise any kind of computer equipment, including a general purpose personal computer, portable computer, a server, a router, a network computer, a peer device or other common network node, etc. Remote computing device 1242 can include all of the features discussed above with respect to computer 1202, or some subset thereof.
Any type of network can be used to couple the computer 1202 with remote computing device 1242, such as a local area network (LAN) 1244, or a wide area network (WAN) 1246 (such as the Internet). When implemented in a LAN networking environment, the computer 1202 connects to local area network 1244 via a network interface or adapter 1248. When implemented in a WAN networking environment, the computer 1202 can connect to the WAN 1246 via a modem 1250 or other connection strategy. The modem 1250 can be located internal or external to computer 1202, and can be connected to the bus 1208 via serial I/O interfaces 1252 other appropriate coupling mechanism. Although not illustrated, the computing environment 1200 can provide wireless communication functionality for connecting computer 1202 with remote computing device 1242 (e.g., via modulated radio signals, modulated infrared signals, etc.).
In a networked environment, the computer 1202 can draw from program modules stored in a remote memory storage device 1254. Generally, the depiction of program modules as discrete blocks in
Although the invention has been described in language specific to structural features and/or methodological acts, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as exemplary forms of implementing the claimed invention.
Number | Name | Date | Kind |
---|---|---|---|
4498147 | Agnew et al. | Feb 1985 | A |
4514800 | Gruner et al. | Apr 1985 | A |
4641274 | Swank | Feb 1987 | A |
4674040 | Barker et al. | Jun 1987 | A |
4723211 | Barker et al. | Feb 1988 | A |
4739477 | Barker et al. | Apr 1988 | A |
4815029 | Barker et al. | Mar 1989 | A |
4847749 | Collins et al. | Jul 1989 | A |
4910663 | Bailey | Mar 1990 | A |
4933880 | Borgendal et al. | Jun 1990 | A |
4962475 | Hernandez et al. | Oct 1990 | A |
5072412 | Henderson, Jr. et al. | Dec 1991 | A |
5179703 | Evans | Jan 1993 | A |
5182709 | Makus | Jan 1993 | A |
5187786 | Densmore et al. | Feb 1993 | A |
5191645 | Carlucci et al. | Mar 1993 | A |
5195183 | Miller et al. | Mar 1993 | A |
5204947 | Bernstein et al. | Apr 1993 | A |
5206951 | Khoyi et al. | Apr 1993 | A |
5218672 | Morgan et al. | Jun 1993 | A |
5237680 | Adams et al. | Aug 1993 | A |
5249275 | Srivastava | Sep 1993 | A |
5274803 | Dubin et al. | Dec 1993 | A |
5297249 | Bernstein et al. | Mar 1994 | A |
5297283 | Kelly, Jr. et al. | Mar 1994 | A |
5313631 | Kao | May 1994 | A |
5313646 | Hendricks et al. | May 1994 | A |
5317686 | Salas et al. | May 1994 | A |
5333317 | Dann | Jul 1994 | A |
5339423 | Beitel et al. | Aug 1994 | A |
5339424 | Fushimi | Aug 1994 | A |
5341478 | Travis, Jr. et al. | Aug 1994 | A |
5369766 | Nakano et al. | Nov 1994 | A |
5369778 | San Soucie et al. | Nov 1994 | A |
5371675 | Greif et al. | Dec 1994 | A |
5377323 | Vasudevan | Dec 1994 | A |
5381547 | Flug et al. | Jan 1995 | A |
5390325 | Miller | Feb 1995 | A |
5396623 | McCall et al. | Mar 1995 | A |
5408665 | Fitzgerald | Apr 1995 | A |
5410646 | Tondevold et al. | Apr 1995 | A |
5410688 | Williams et al. | Apr 1995 | A |
5412772 | Monson | May 1995 | A |
5434975 | Allen | Jul 1995 | A |
5436637 | Gayraud et al. | Jul 1995 | A |
5438659 | Notess et al. | Aug 1995 | A |
5440744 | Jacobson et al. | Aug 1995 | A |
5446842 | Schaeffer et al. | Aug 1995 | A |
5459865 | Heninger et al. | Oct 1995 | A |
5481722 | Skinner | Jan 1996 | A |
5504898 | Klein | Apr 1996 | A |
5517655 | Collins et al. | May 1996 | A |
5535389 | Elder et al. | Jul 1996 | A |
5542070 | LeBlanc et al. | Jul 1996 | A |
5550976 | Henderson et al. | Aug 1996 | A |
5551035 | Arnold et al. | Aug 1996 | A |
5572643 | Judson | Nov 1996 | A |
5572648 | Bibayan | Nov 1996 | A |
5577252 | Nelson et al. | Nov 1996 | A |
5581686 | Koppolu et al. | Dec 1996 | A |
5581760 | Atkinson et al. | Dec 1996 | A |
5602996 | Powers, III et al. | Feb 1997 | A |
5608720 | Biegel et al. | Mar 1997 | A |
5627979 | Chang et al. | May 1997 | A |
5630126 | Redpath | May 1997 | A |
5634121 | Tracz et al. | May 1997 | A |
5640544 | Onodera et al. | Jun 1997 | A |
5659729 | Nielsen | Aug 1997 | A |
5664178 | Sinofsky | Sep 1997 | A |
5668966 | Ono et al. | Sep 1997 | A |
5669005 | Curbow et al. | Sep 1997 | A |
5682536 | Atkinson et al. | Oct 1997 | A |
5689703 | Atkinson et al. | Nov 1997 | A |
5704029 | Wright, Jr. | Dec 1997 | A |
5706501 | Horikiri et al. | Jan 1998 | A |
5717939 | Bricklin et al. | Feb 1998 | A |
5721824 | Taylor | Feb 1998 | A |
5740439 | Atkinson et al. | Apr 1998 | A |
5742504 | Meyer et al. | Apr 1998 | A |
5745683 | Lee et al. | Apr 1998 | A |
5745712 | Turpin et al. | Apr 1998 | A |
5758184 | Lucovsky et al. | May 1998 | A |
5758358 | Ebbo | May 1998 | A |
5761408 | Kolawa et al. | Jun 1998 | A |
5761683 | Logan et al. | Jun 1998 | A |
5764984 | Loucks | Jun 1998 | A |
5764985 | Smale | Jun 1998 | A |
5778372 | Cordell et al. | Jul 1998 | A |
5778402 | Gipson | Jul 1998 | A |
5784555 | Stone | Jul 1998 | A |
5798757 | Smith | Aug 1998 | A |
5801701 | Koppolu et al. | Sep 1998 | A |
5802304 | Stone | Sep 1998 | A |
5806079 | Rivette et al. | Sep 1998 | A |
5815830 | Anthony | Sep 1998 | A |
5826265 | Van Huben et al. | Oct 1998 | A |
5835777 | Staelin | Nov 1998 | A |
5838906 | Doyle et al. | Nov 1998 | A |
5842018 | Atkinson et al. | Nov 1998 | A |
5845077 | Fawcett | Dec 1998 | A |
5845090 | Collins, III et al. | Dec 1998 | A |
5854630 | Nielsen | Dec 1998 | A |
5859973 | Carpenter et al. | Jan 1999 | A |
5862372 | Morris et al. | Jan 1999 | A |
5864819 | De Armas et al. | Jan 1999 | A |
5907704 | Gudmundson et al. | May 1999 | A |
5910895 | Proskauer et al. | Jun 1999 | A |
5911776 | Guck | Jun 1999 | A |
5915112 | Boutcher | Jun 1999 | A |
5922072 | Hutchinson et al. | Jul 1999 | A |
5929858 | Shibata et al. | Jul 1999 | A |
5940075 | Mutschler, III et al. | Aug 1999 | A |
5950010 | Hesse et al. | Sep 1999 | A |
5956481 | Walsh et al. | Sep 1999 | A |
5960199 | Brodsky et al. | Sep 1999 | A |
5963964 | Nielsen | Oct 1999 | A |
5982370 | Kamper | Nov 1999 | A |
5987480 | Donohue et al. | Nov 1999 | A |
5991710 | Papineni et al. | Nov 1999 | A |
5995103 | Ashe | Nov 1999 | A |
5999740 | Rowley | Dec 1999 | A |
6014135 | Fernandes | Jan 2000 | A |
6016520 | Facq et al. | Jan 2000 | A |
6018743 | Xu | Jan 2000 | A |
6026379 | Haller et al. | Feb 2000 | A |
6026416 | Kanerva et al. | Feb 2000 | A |
6031989 | Cordell | Feb 2000 | A |
6035297 | Van Huben et al. | Mar 2000 | A |
6035309 | Dauerer et al. | Mar 2000 | A |
6044205 | Reed et al. | Mar 2000 | A |
6052710 | Saliba et al. | Apr 2000 | A |
6054987 | Richardson | Apr 2000 | A |
6072870 | Nguyen et al. | Jun 2000 | A |
6078326 | Kilmer et al. | Jun 2000 | A |
6078327 | Liman et al. | Jun 2000 | A |
6081610 | Dwork et al. | Jun 2000 | A |
6084585 | Kraft et al. | Jul 2000 | A |
6088708 | Burch et al. | Jul 2000 | A |
6091417 | Lefkowitz | Jul 2000 | A |
6094657 | Hailpern et al. | Jul 2000 | A |
6097382 | Rosen et al. | Aug 2000 | A |
6098081 | Heidorn et al. | Aug 2000 | A |
6108637 | Blumenau | Aug 2000 | A |
6108783 | Krawczyk et al. | Aug 2000 | A |
6115646 | Fiszman et al. | Sep 2000 | A |
6122647 | Horowitz et al. | Sep 2000 | A |
6144969 | Inokuchi et al. | Nov 2000 | A |
6151624 | Teare et al. | Nov 2000 | A |
6154128 | Wookey et al. | Nov 2000 | A |
6163772 | Kramer et al. | Dec 2000 | A |
6167521 | Smith et al. | Dec 2000 | A |
6182095 | Leymaster et al. | Jan 2001 | B1 |
6188401 | Peyer | Feb 2001 | B1 |
6191797 | Politis | Feb 2001 | B1 |
6192367 | Hawley et al. | Feb 2001 | B1 |
6195661 | Filepp et al. | Feb 2001 | B1 |
6199204 | Donohue | Mar 2001 | B1 |
6209128 | Gerard et al. | Mar 2001 | B1 |
6216152 | Wong et al. | Apr 2001 | B1 |
6219698 | Iannucci et al. | Apr 2001 | B1 |
6225996 | Gibb et al. | May 2001 | B1 |
6235027 | Herzon | May 2001 | B1 |
6253366 | Mutschler, III | Jun 2001 | B1 |
6253374 | Dresevic et al. | Jun 2001 | B1 |
6263313 | Milsted et al. | Jul 2001 | B1 |
6266810 | Tanaka et al. | Jul 2001 | B1 |
6268852 | Lindhorst et al. | Jul 2001 | B1 |
6275227 | DeStefano | Aug 2001 | B1 |
6275599 | Adler et al. | Aug 2001 | B1 |
6281896 | Alimpich et al. | Aug 2001 | B1 |
6282711 | Halpern et al. | Aug 2001 | B1 |
6286033 | Kishinsky et al. | Sep 2001 | B1 |
6292897 | Gennaro et al. | Sep 2001 | B1 |
6297819 | Furst | Oct 2001 | B1 |
6300948 | Geller et al. | Oct 2001 | B1 |
6308179 | Petersen et al. | Oct 2001 | B1 |
6311271 | Gennaro et al. | Oct 2001 | B1 |
6321334 | Jerger et al. | Nov 2001 | B1 |
6327628 | Anuff et al. | Dec 2001 | B1 |
6342907 | Petty et al. | Jan 2002 | B1 |
6343302 | Graham | Jan 2002 | B1 |
6345256 | Milsted et al. | Feb 2002 | B1 |
6345361 | Jerger et al. | Feb 2002 | B1 |
6347323 | Garber et al. | Feb 2002 | B1 |
6349408 | Smith | Feb 2002 | B1 |
6353926 | Parthesarathy et al. | Mar 2002 | B1 |
6356906 | Lippert et al. | Mar 2002 | B1 |
6357038 | Scouten | Mar 2002 | B1 |
6366907 | Fanning et al. | Apr 2002 | B1 |
6366912 | Wallent et al. | Apr 2002 | B1 |
6369840 | Barnett et al. | Apr 2002 | B1 |
6369841 | Salomon et al. | Apr 2002 | B1 |
6374402 | Schmeidler et al. | Apr 2002 | B1 |
6381742 | Forbes et al. | Apr 2002 | B2 |
6381743 | Mutschler, III | Apr 2002 | B1 |
6389434 | Rivette et al. | May 2002 | B1 |
6393456 | Ambler et al. | May 2002 | B1 |
6396488 | Simmons et al. | May 2002 | B1 |
6408311 | Baisley et al. | Jun 2002 | B1 |
6421070 | Ramos et al. | Jul 2002 | B1 |
6421656 | Cheng et al. | Jul 2002 | B1 |
6425125 | Fries et al. | Jul 2002 | B1 |
6434563 | Pasquali et al. | Aug 2002 | B1 |
6434564 | Ebert | Aug 2002 | B2 |
6442755 | Lemmons et al. | Aug 2002 | B1 |
6446110 | Lection et al. | Sep 2002 | B1 |
6449617 | Quinn et al. | Sep 2002 | B1 |
6457009 | Bollay | Sep 2002 | B1 |
6460058 | Koppolu et al. | Oct 2002 | B2 |
6470349 | Heninger et al. | Oct 2002 | B1 |
6473800 | Jerger et al. | Oct 2002 | B1 |
6476828 | Burkett et al. | Nov 2002 | B1 |
6476833 | Moshfeghi | Nov 2002 | B1 |
6477544 | Bolosky et al. | Nov 2002 | B1 |
6480860 | Monday | Nov 2002 | B1 |
6487566 | Sundaresan | Nov 2002 | B1 |
6490601 | Markus et al. | Dec 2002 | B1 |
6493702 | Adar et al. | Dec 2002 | B1 |
6502101 | Verprauskus et al. | Dec 2002 | B1 |
6502103 | Frey et al. | Dec 2002 | B1 |
6505230 | Mohan et al. | Jan 2003 | B1 |
6505300 | Chan et al. | Jan 2003 | B2 |
6507856 | Chen et al. | Jan 2003 | B1 |
6516322 | Meredith | Feb 2003 | B1 |
6519617 | Wanderski et al. | Feb 2003 | B1 |
RE38070 | Spies et al. | Apr 2003 | E |
6546546 | Van Doorn et al. | Apr 2003 | B1 |
6549221 | Brown et al. | Apr 2003 | B1 |
6549878 | Lowry et al. | Apr 2003 | B1 |
6549922 | Srivastava et al. | Apr 2003 | B1 |
6553402 | Makarios et al. | Apr 2003 | B1 |
6560620 | Ching | May 2003 | B1 |
6560640 | Smethers | May 2003 | B2 |
6563514 | Samar | May 2003 | B1 |
6571253 | Thompson et al. | May 2003 | B1 |
6578144 | Gennaro et al. | Jun 2003 | B1 |
6581061 | Graham | Jun 2003 | B2 |
6584548 | Bourne et al. | Jun 2003 | B1 |
6585778 | Hind et al. | Jul 2003 | B1 |
6589290 | Maxwell et al. | Jul 2003 | B1 |
6598219 | Lau | Jul 2003 | B1 |
6603489 | Edlund et al. | Aug 2003 | B1 |
6604099 | Chung et al. | Aug 2003 | B1 |
6606606 | Starr | Aug 2003 | B2 |
6609200 | Anderson et al. | Aug 2003 | B2 |
6611822 | Beams et al. | Aug 2003 | B1 |
6611840 | Baer et al. | Aug 2003 | B1 |
6613098 | Sorge et al. | Sep 2003 | B1 |
6615276 | Mastrianni et al. | Sep 2003 | B1 |
6629109 | Koshisaka | Sep 2003 | B1 |
6631357 | Perkowski | Oct 2003 | B1 |
6631379 | Cox | Oct 2003 | B2 |
6631497 | Jamshidi et al. | Oct 2003 | B1 |
6631519 | Nicholson et al. | Oct 2003 | B1 |
6632251 | Rutten et al. | Oct 2003 | B1 |
6635089 | Burkett et al. | Oct 2003 | B1 |
6636845 | Chau et al. | Oct 2003 | B2 |
6643633 | Chau et al. | Nov 2003 | B2 |
6643652 | Helgeson et al. | Nov 2003 | B2 |
6643684 | Malkin et al. | Nov 2003 | B1 |
6651217 | Kennedy et al. | Nov 2003 | B1 |
6654737 | Nunez | Nov 2003 | B1 |
6654932 | Bahrs et al. | Nov 2003 | B1 |
6658417 | Stakutis et al. | Dec 2003 | B1 |
6668369 | Krebs et al. | Dec 2003 | B1 |
6675202 | Perttunen | Jan 2004 | B1 |
6678717 | Schneider | Jan 2004 | B1 |
6691230 | Bardon | Feb 2004 | B1 |
6691281 | Sorge et al. | Feb 2004 | B1 |
6697944 | Jones et al. | Feb 2004 | B1 |
6701434 | Rohatgi | Mar 2004 | B1 |
6701486 | Weber et al. | Mar 2004 | B1 |
6704906 | Yankovich et al. | Mar 2004 | B1 |
6711679 | Guski et al. | Mar 2004 | B1 |
6720985 | Silverbrook et al. | Apr 2004 | B1 |
6735721 | Morrow et al. | May 2004 | B1 |
6748385 | Rodkin et al. | Jun 2004 | B1 |
6751777 | Bates et al. | Jun 2004 | B2 |
6754874 | Richman | Jun 2004 | B1 |
6757868 | Glaser et al. | Jun 2004 | B1 |
6760723 | Oshinsky et al. | Jul 2004 | B2 |
6763343 | Brooke et al. | Jul 2004 | B1 |
6772139 | Smith, III | Aug 2004 | B1 |
6772165 | O'Carroll | Aug 2004 | B2 |
6774926 | Ellis et al. | Aug 2004 | B1 |
6779154 | Nussbaum et al. | Aug 2004 | B1 |
6781609 | Barker et al. | Aug 2004 | B1 |
6799299 | Li et al. | Sep 2004 | B1 |
6801929 | Donoho et al. | Oct 2004 | B1 |
6816849 | Halt, Jr. | Nov 2004 | B1 |
6845380 | Su et al. | Jan 2005 | B2 |
6845499 | Srivastava et al. | Jan 2005 | B2 |
6848078 | Birsan et al. | Jan 2005 | B1 |
6871220 | Rajan et al. | Mar 2005 | B1 |
6874130 | Baweja et al. | Mar 2005 | B1 |
6876996 | Czajkowski et al. | Apr 2005 | B2 |
6901403 | Bata et al. | May 2005 | B1 |
6915454 | Moore et al. | Jul 2005 | B1 |
6931532 | Davis et al. | Aug 2005 | B1 |
6941511 | Hind et al. | Sep 2005 | B1 |
6941521 | Lin et al. | Sep 2005 | B2 |
6948133 | Haley | Sep 2005 | B2 |
6950980 | Malcolm | Sep 2005 | B1 |
6961897 | Peel, Jr. et al. | Nov 2005 | B1 |
6963875 | Moore et al. | Nov 2005 | B2 |
6968505 | Stoll et al. | Nov 2005 | B2 |
6993714 | Kaler et al. | Jan 2006 | B2 |
6996781 | Myers et al. | Feb 2006 | B1 |
7003722 | Rothchiller et al. | Feb 2006 | B2 |
7024417 | Russakovsky et al. | Apr 2006 | B1 |
7032170 | Poulose | Apr 2006 | B2 |
7051273 | Holt et al. | May 2006 | B1 |
7065493 | Homsi | Jun 2006 | B1 |
7080325 | Treibach-Heck et al. | Jul 2006 | B2 |
7088374 | David et al. | Aug 2006 | B2 |
7103611 | Murthy et al. | Sep 2006 | B2 |
7106888 | Silverbrook et al. | Sep 2006 | B1 |
7152205 | Day et al. | Dec 2006 | B2 |
7191394 | Ardeleanu et al. | Mar 2007 | B1 |
20010007109 | Lange | Jul 2001 | A1 |
20010022592 | Alimpich et al. | Sep 2001 | A1 |
20010024195 | Hayakawa | Sep 2001 | A1 |
20010037345 | Kiernan et al. | Nov 2001 | A1 |
20010056429 | Moore et al. | Dec 2001 | A1 |
20010056460 | Sahota et al. | Dec 2001 | A1 |
20020010743 | Ryan et al. | Jan 2002 | A1 |
20020013788 | Pennell et al. | Jan 2002 | A1 |
20020026441 | Kutay et al. | Feb 2002 | A1 |
20020026461 | Kutay et al. | Feb 2002 | A1 |
20020032590 | Anand et al. | Mar 2002 | A1 |
20020032706 | Perla et al. | Mar 2002 | A1 |
20020032768 | Voskuil | Mar 2002 | A1 |
20020040469 | Pramberger | Apr 2002 | A1 |
20020057297 | Grimes et al. | May 2002 | A1 |
20020078074 | Cho et al. | Jun 2002 | A1 |
20020078103 | Gorman et al. | Jun 2002 | A1 |
20020100027 | Binding et al. | Jul 2002 | A1 |
20020112224 | Cox | Aug 2002 | A1 |
20020129056 | Conant | Sep 2002 | A1 |
20020133484 | Chau et al. | Sep 2002 | A1 |
20020152244 | Dean et al. | Oct 2002 | A1 |
20020156772 | Chau et al. | Oct 2002 | A1 |
20020156846 | Rawat et al. | Oct 2002 | A1 |
20020156929 | Hekmatpour | Oct 2002 | A1 |
20020169789 | Kutay et al. | Nov 2002 | A1 |
20020174147 | Wang et al. | Nov 2002 | A1 |
20020184219 | Preisig et al. | Dec 2002 | A1 |
20020188613 | Chakraborty et al. | Dec 2002 | A1 |
20020194219 | Bradley et al. | Dec 2002 | A1 |
20020196281 | Audleman et al. | Dec 2002 | A1 |
20020196288 | Emrani | Dec 2002 | A1 |
20020198891 | Li et al. | Dec 2002 | A1 |
20020198935 | Crandall, Sr. et al. | Dec 2002 | A1 |
20030007000 | Carlson et al. | Jan 2003 | A1 |
20030014397 | Chau et al. | Jan 2003 | A1 |
20030020746 | Chen et al. | Jan 2003 | A1 |
20030023641 | Gorman et al. | Jan 2003 | A1 |
20030025732 | Prichard | Feb 2003 | A1 |
20030037303 | Bodlaender et al. | Feb 2003 | A1 |
20030043986 | Creamer et al. | Mar 2003 | A1 |
20030046665 | Ilin | Mar 2003 | A1 |
20030048301 | Menninger | Mar 2003 | A1 |
20030051243 | Lemmons et al. | Mar 2003 | A1 |
20030056198 | Al-Azzawe et al. | Mar 2003 | A1 |
20030061386 | Brown | Mar 2003 | A1 |
20030061567 | Brown et al. | Mar 2003 | A1 |
20030120651 | Bernstein et al. | Jun 2003 | A1 |
20030120659 | Anandampillai | Jun 2003 | A1 |
20030120671 | Kim et al. | Jun 2003 | A1 |
20030120686 | Kim et al. | Jun 2003 | A1 |
20030126555 | Aggarwal et al. | Jul 2003 | A1 |
20030128196 | Lapstun et al. | Jul 2003 | A1 |
20030135825 | Gertner et al. | Jul 2003 | A1 |
20030140132 | Champagne et al. | Jul 2003 | A1 |
20030158897 | Ben-Natan et al. | Aug 2003 | A1 |
20030167277 | Hejlsberg et al. | Sep 2003 | A1 |
20030182268 | Lal | Sep 2003 | A1 |
20030187756 | Klivington et al. | Oct 2003 | A1 |
20030187930 | Ghaffar et al. | Oct 2003 | A1 |
20030188260 | Jensen et al. | Oct 2003 | A1 |
20030189593 | Yarvin | Oct 2003 | A1 |
20030192008 | Lee | Oct 2003 | A1 |
20030204511 | Brundage | Oct 2003 | A1 |
20030204814 | Elo et al. | Oct 2003 | A1 |
20030205615 | Marappan | Nov 2003 | A1 |
20030225469 | DeRemer et al. | Dec 2003 | A1 |
20030225768 | Chaudhuri | Dec 2003 | A1 |
20030225829 | Pena et al. | Dec 2003 | A1 |
20030226132 | Tondreau et al. | Dec 2003 | A1 |
20030233374 | Spinola et al. | Dec 2003 | A1 |
20030236859 | Vaschillo et al. | Dec 2003 | A1 |
20030237046 | Parker et al. | Dec 2003 | A1 |
20030237047 | Borson | Dec 2003 | A1 |
20040002939 | Arora | Jan 2004 | A1 |
20040003353 | Rivera et al. | Jan 2004 | A1 |
20040003389 | Reynar et al. | Jan 2004 | A1 |
20040030991 | Hepworth et al. | Feb 2004 | A1 |
20040039990 | Bakar et al. | Feb 2004 | A1 |
20040044965 | Toyama et al. | Mar 2004 | A1 |
20040073565 | Kaufman et al. | Apr 2004 | A1 |
20040073868 | Easter et al. | Apr 2004 | A1 |
20040078756 | Napper et al. | Apr 2004 | A1 |
20040083426 | Sahu | Apr 2004 | A1 |
20040088647 | Miller et al. | May 2004 | A1 |
20040107367 | Kisters | Jun 2004 | A1 |
20040117769 | Lauzon et al. | Jun 2004 | A1 |
20040146199 | Berkner et al. | Jul 2004 | A1 |
20040172442 | Ripley | Sep 2004 | A1 |
20040186762 | Beaven et al. | Sep 2004 | A1 |
20040189716 | Paoli et al. | Sep 2004 | A1 |
20040194035 | Chakraborty | Sep 2004 | A1 |
20040205473 | Fisher et al. | Oct 2004 | A1 |
20040205525 | Murren et al. | Oct 2004 | A1 |
20040205534 | Koelle | Oct 2004 | A1 |
20040205571 | Adler | Oct 2004 | A1 |
20040205605 | Adler et al. | Oct 2004 | A1 |
20040205671 | Sukehiro et al. | Oct 2004 | A1 |
20040221238 | Cifra et al. | Nov 2004 | A1 |
20040221245 | Chickles et al. | Nov 2004 | A1 |
20040237030 | Malkin | Nov 2004 | A1 |
20040268229 | Paoli et al. | Dec 2004 | A1 |
20050027757 | Kiessig et al. | Feb 2005 | A1 |
20050055627 | Lloyd et al. | Mar 2005 | A1 |
20050060324 | Johnson et al. | Mar 2005 | A1 |
20050065933 | Goering | Mar 2005 | A1 |
20050065936 | Goering | Mar 2005 | A1 |
20050066287 | Tattrie et al. | Mar 2005 | A1 |
20050071752 | Marlatt | Mar 2005 | A1 |
20050091305 | Lange et al. | Apr 2005 | A1 |
20050102370 | Lin et al. | May 2005 | A1 |
20050108624 | Carrier | May 2005 | A1 |
20050114757 | Sahota et al. | May 2005 | A1 |
20050171746 | Thalhammer-Reyero | Aug 2005 | A1 |
20050198086 | Moore | Sep 2005 | A1 |
20050198247 | Perry et al. | Sep 2005 | A1 |
20050223063 | Chang et al. | Oct 2005 | A1 |
20050223320 | Brintzenhofe et al. | Oct 2005 | A1 |
20050268222 | Cheng | Dec 2005 | A1 |
20060020586 | Prompt et al. | Jan 2006 | A1 |
20060026534 | Ruthfield et al. | Feb 2006 | A1 |
20060031757 | Vincent, III | Feb 2006 | A9 |
20060036995 | Chickles et al. | Feb 2006 | A1 |
20060041838 | Khan | Feb 2006 | A1 |
20060059434 | Boss et al. | Mar 2006 | A1 |
20060069605 | Hatoun | Mar 2006 | A1 |
20060085409 | Rys et al. | Apr 2006 | A1 |
20060143220 | Spencer | Jun 2006 | A1 |
20070036433 | Teutsch | Feb 2007 | A1 |
20070050719 | Lui et al. | Mar 2007 | A1 |
20070061467 | Essey | Mar 2007 | A1 |
20070061706 | Cupala | Mar 2007 | A1 |
20070074106 | Ardeleanu | Mar 2007 | A1 |
Number | Date | Country |
---|---|---|
0841615 | Nov 1999 | EP |
0961197 | Dec 1999 | EP |
1076290 | Feb 2001 | EP |
63085960 | Apr 1988 | JP |
401173140 | Jul 1989 | JP |
3191429 | Aug 1991 | JP |
4225466 | Aug 1992 | JP |
5314152 | Nov 1993 | JP |
406014105 | Jan 1994 | JP |
6139241 | May 1994 | JP |
6180697 | Jun 1994 | JP |
6180698 | Jun 1994 | JP |
2000132436 | May 2000 | JP |
2002183652 | Jun 2002 | JP |
2003173288 | Jun 2003 | JP |
WO 9924945 | May 1999 | WO |
WO 9956207 | Nov 1999 | WO |
WO 0144934 | Jun 2001 | WO |