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

  1. In the TIBCO® Enterprise Administrator browser window, click TIBCO Enterprise Administrator at the top of the page to open the home page.
  2. Click the BusinessWorks icon in the Products list to display the Domains page.
    The Domains Management page displays.

  3. Click BookStore-Domain to drill down into domain details, then click Monitor to see the dashboard.

  4. Click an entity in the side bar, such as AppNodes, to pivot views.

  5. To view the BookStore application deployed earlier, select Applications on the left.
    A single application archive is displayed.

  6. Go to Applications to view the deployed applications


  7. In the Applications view, click the link for REST Doc URL.

  8. Test the deployed application in the Google Chrome browser using Swagger UI. Open localhost:7777/tibco.bw.sample.binding.rest.BookStore.application.

  9. To execute 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.
  10. Click the GET/books{ISBN} icon to get a book by its ISBN.
  11. Enter the ISBN and then click Try it Out!.
    The book details can be seen in the Response Body.