Microservices Frameworks
Posted on November 25, 2018
by Ernesto Garbarino
Java frameworks and librarires to write microservices.
Spring Boot: Spring Boot is an improvement over the traditional XML-orientated way of creating Spring-based applications. It provides out-of-the-box support for writing RESTful microservices based on the use of annotated Java methods.
Spark: Spark differentiates itself from Spring Boot by offering a less verbose approach to writing microservices that takes advantage of Java 8’s functional syntax as well as the Kotlin language.
Ernesto Garbarino