Micro frontends for Java microservices

Click for: original source

Microservices have been quite popular in the Java ecosystem ever since Spring Boot and Spring Cloud made them easy to build and deploy. Things have gotten even easier in recent years with the proliferation of new Java frameworks built specifically for microservices: MicroProfile, Micronaut, Quarkus, and Helidon. By Matt Raible.

The tutorial contains info about:

  • Java microservices with Spring Boot and JHipster
  • A quick introduction to Module Federation
  • Why should Java developers care?
  • Micro frontends in action with JHipster
  • Micro frontend options: Angular, React, and Vue
  • Build Java microservices with Spring Boot and WebFlux
  • Switch identity providers

… and more. This tutorial explained how to use micro frontends within a Java microservices architecture. Author likes how micro frontends allow each microservice application to be self-contained and deployable, independent of the other microservices. It’s also pretty neat how JHipster generates Docker and Kubernetes configuration for you. Great read!

[Read More]

Tags java programming microservices cloud serverless