Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 1 Introduction : XML and HTML Interfaces

XML and HTML Interfaces
TIBCO Hawk HTTP Adapter monitors all AMI instrumented applications (microagents) within the configured TIBCO Hawk domains. The data is gathered into an XML stream accessed using the HTTP protocol.
The XML data is viewed in two ways:
Invoke a relative URL in an XML-aware application. An XML instance document is generated and an XSLT/XPATH stylesheet is applied to it. The data appears as XML instance document. See Chapter 3, Using the XML Interface.
Retrieve the data as an XML stream and use it in another application, such as the sample HTML application. In the sample HTML application, the XML data is parsed using JSP/JSTL pages and HTML Web pages are generated. The data appears as formatted HTML in a browser. See Chapter 4, Using the Sample HTML Interface.
The two screens below display the same data. The left screen uses the Agents URL and the right screen uses the Agent Status screen in the sample HTML application.
Instructions for using the XML interface are in Chapter 3, Using the XML Interface. Instructions for using the sample HTML application are provided in Chapter 4, Using the Sample HTML Interface.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved