Deploying and Testing Sample Application

The sample ActiveMatrix application (BookOrderTutorial.app) can be deployed on ActiveMatrix 3.x installations for use in testing the TIBCO Hawk ActiveMatrix Plug-in.

This application is built using two Java components and two Binding Services.

The Java components used are:

  • BookOrderComponent
  • BookSearchComponent

The binding services used are:

  • BookOrderService
  • BookSearchService

Each has one operation that is, orderBook and searchBook (respectively).

The BookOrderComponent invokes the BookSearchComponent with a Component reference.

The summary of monitorable binding services and references, component services and references is given (this detail is important to understand the monitoring results from the ActiveMatrix Service microagent).

Binding and Component Details
   
ApplicationName BookOrderTutorial.app
Bindings BookOrderServiceBinding BookSearchServiceBinding
BookOrderComponent Services:

BookOrderService (Contract=BookOrderPT)

References:

BookOrderReference (Contract=BookSearchPT)
BookSearchComponent ServicesBookSearchService (Contract=BookSearchPT)