Home Tags Microservices

Tag: Microservices

Dropwizard Automatic Build and Deploy to Cloud-Native Microservices

Today we keep covering the topic of building Java microservices, so decided to pay heed to a popular framework, called Dropwizard. Comparing to alternatives,...

Thorntail Fat, Thin and Skinny Approach for Running Microservice Applications

Thorntail, originally WildFly Swarm, is the most suitable for packaging applications as JAR, WAR or EAR files. The most important value is in the...

How to Build and Deploy Vert.x Fat or Thin Microservice Application...

Eclipse Vert.x started to promote microservices even before this buzzword appeared, and successfully continues to showcase the benefits of such an approach. This tool-kit...

Spring Boot Thin Jar Builder for Running Java Microservices

Today we’d like to continue the topic about building microservices and move from Fat (Uber) Jar to Thin Jar for Spring Boot projects. Thin...

Building Microservices with Spring Boot Fat (Uber) Jar

In most of the minds, microservices is an approach to make a traditional monolithic system more structured, dividing it into logical components that correspond...