Testing the Deployed RESTful BookStore Application from Admin UI
The runAll script creates four domains, with multiple AppSpaces and AppNodes. The instructions in this topic show how to navigate the Admin UI to view the runtime entities.
- Procedure
- In the TIBCO® Enterprise Administrator browser window, click TIBCO Enterprise Administrator at the top of the page to open the home page.
- Click the
BusinessWorks icon in the
Products list to display the
Domains page.
The Domains Management page displays.

- Click BookStore-Domain to drill down into domain details, then click Monitor to see the dashboard.
- Click an entity in the side bar, such as AppNodes, to pivot views.
- To view the BookStore application deployed earlier, select
Applications on the left.
A single application archive is displayed.

- Go to
Applications to view the deployed applications.

- In the Applications view, click the link for REST Doc URL.
- Test the deployed application in the Google Chrome browser using Swagger UI. Open localhost:7777/tibco.bw.sample.binding.rest.BookStore.application.
- To run the REST operations exposed by the BookStore application, click the
GET/books icon and then click
Try it Out!.
This displays a list of all books. Locate and copy an ISBN.
- Click the GET/books{ISBN} icon to get a book by its ISBN.
- Enter the ISBN and then click
Try it Out!.
The book details can be seen in the Response Body.