Get requests with a request body: Spring RestTemplate vs Apache HttpClient
During the last couple of days, I had the task to call some rest endpoints for a backend application. So far, so good, so easy... I thought. However, something looked…
During the last couple of days, I had the task to call some rest endpoints for a backend application. So far, so good, so easy... I thought. However, something looked…
Dropwizard provides a great infrastructure for creating microservices. Jetty for http, Jersey for Rest, Jackson for JSON, Metrics for metrics and other useful helper libraries can be seen as a…