In a typical microservice architecture, an application is composed from a number of independently developed and deployed microservices. These microservices need to communicate with one another over the network. By far, the most common way to implement this functionality is to have microservices developed as RESTful web services, with some microservices acting as RESTful web service clients for others.
Payara Micro supports the MicroProfile REST client API, which greatly simplifies the development ...