HTTP
Java
Machine Learning
Microservices
Creating declarative HTTP clients with Feign
The declarative way of dealing with resources has become very popular especially in case of database data - with Spring Data JPA as a good example. But what about web resources i.e. RESTful services? Shouldn't operating on web data be as clean and easy as creating JpaRepository? Netflix's Feign is a good response for this question.
Read all