Community
Participate
Working Groups
This is a view that understands how to visualize the content returned by an XML fragment. This view is composed of a tree view and a properties view. =Widgets= Tree View - visualizes a set of nodes that is specified by some metadata. When the user clicks on a tree node an event is thrown to the properties widget with the resource id. Properties Table - this widget listens to the event bus for an event that contains a resource id. The id is then sent to a REST service that provides the properties for the XML node selected. =Published Events= --Tree View-- Select - The tree view will publish a 'Select' event containing the id of the node. =Subscribed Events= --Properties Table-- Select - The properties table will subscribe to the event bus that publish the 'Select' event when the user clicks on a node in the tree view. More information can be found at: http://wiki.eclipse.org/CosmosDataReportingComponent10#XML_Viewer
Implemented dojo widget and data feeds to visualize an XML structure.
Iteration clean up.