The MicroProfile Rest Client builds on JAX-RS 2.0 client APIs to provide a type-safe approach for invoking RESTful services. This means writing client applications with more model-centric code and less 'plumbing'. Although these are client APIs, they are deployed in a server. Here's how to create your own...
The post A type-safe approach for invoking RESTful services: MicroProfile Rest Client 1.0 appeared first on WASdev.