REST Service Tutorial

The REST Bookstore sample lets you explore the REST tooling in TIBCO Business Studio™ Container Edition. You can import this sample into TIBCO Business Studio™ Container Edition through File Explorer and examine the project and the solution implemented by it.

The processes in the sample implement different aspects of a bookstore, such as adding books, deleting a book, and getting a list of books or a single book by ISBN. For more information about the sample, see "Using REST to Manage Books for a Bookstore" in the Samples guide. This tutorial walks you through the steps to build an additional REST service for the sample and test it in the debugger. You can use the Swagger UI to invoke the operations for the REST resource.

Prerequisites

  • Access to a locally running PostgreSQL database.
  • The latest version of Google Chrome.