Mapping Concepts to a Sample: Managing Books for a Bookstore
The concepts introduced in sections General Concepts and Additional General Concepts enable you to understand and design a resource-oriented solution such as the Bookstore example.
Mapped Concepts of the Bookstore Sample
The Bookstore sample requires the following concepts:
After going through these sections, you should be able to understand and run a resource-oriented solution such as the sample to manage books for a bookstore.
Bookstore Sample
The bookstore sample uses a RESTful service to add, delete, update, and retrieve books from the bookstore. The following REST methods are used:
- POST - Posts books to the bookstore
- GET - Get books from the bookstore
- PUT - Updates books to the bookstore
- DELETE - Deletes books from the bookstore
The Bookstore sample project is shipped with the product and can be accessed in TIBCO Business Studio for BusinessWorks from .
Next Steps
After completing this section, you should be able to design resource-oriented processes with minimal assistance.