REST Http Client : Feign vs Retrofit 2
I have been recently writing a new REST/Http client for the amazing APM product ManageEngine AppManager. In this context, I had to choose an efficient …
I have been recently writing a new REST/Http client for the amazing APM product ManageEngine AppManager. In this context, I had to choose an efficient …
This article is a presentation of a new little framework, I have developed and used on several projects.
The framework is for Spring Framework and …
This article is part of my working notes on the subject of “How to migrate Web applications running on JBoss AS 5 to version 7”.
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.