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 framework to build a new…
Application modernization and Cloud migration
Blog by Sylvain Leroy about Cloud, Software Quality, Refactoring, Legacy Software Migration, and Application Modernization
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 framework to build a new…
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 requires Java 8.0. The code…
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”. JBoss Application Server – Wildfly…
Today I have felt on an interesting article about Javascript promises and the new functionality of async/await.