In the first chapter, you learned the basic architecture of the pet store sample application and the services that constitute it. In this and the next chapter, we will be working with the catalog service. To recall, this is the service responsible for providing the information about pets available in the store. We are going to introduce that simple functionality now. In the next three chapters, we will modify that code in order to show you different features and configuration options of WildFly Swarm. Let's look at the initial version.
Catalog service
Draft version
We will start by introducing the first, draft version of the service, which we will examine and extend later.
Examples reference: chapter3/catalog-service...