Micro Frontends for Java Microservices

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • jdl-samples

    Sample JDL files

  • I used a JDL (JHipster Domain Language) file named reactive-ms.jdl to create the reactive Java microservices tutorial I mentioned earlier. You can see this file online in the JDL samples repository.

  • generator-jhipster-svelte

    Generate Svelte powered JHipster web applications

  • There is also a Svelte blueprint, but it does not support micro frontends at the time of this writing.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • auth0-micro-frontends-jhipster-example

    Micro Frontends for Java Microservices

  • It also generates files for Kustomize and Skaffold if you'd prefer to use those tools. See the kubernetes/K8S-README.md file for more information.

  • JHipster

    JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

  • exports.onExecutePostLogin = async (event, api) => { const namespace = 'https://www.jhipster.tech'; if (event.authorization) { api.idToken.setCustomClaim('preferred_username', event.user.email); api.idToken.setCustomClaim(`${namespace}/roles`, event.authorization.roles); api.accessToken.setCustomClaim(`${namespace}/roles`, event.authorization.roles); } }

  • consul

    Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.

  • Changed the service discovery to Consul, since this is the default in JHipster 8.

  • SDKMan

    The SDKMAN! Command Line Interface

  • Java 11+

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Looking for a ready-to-extend-and-deploy OpenID + Spring REST solution.

    4 projects | /r/selfhosted | 19 Dec 2022
  • Best setup for a fresh Spring Boot project in 2022

    4 projects | /r/java | 8 Aug 2022
  • Welcome

    2 projects | /r/jhipsterdotnetcore | 30 Jul 2021
  • Upgrading Hundreds of Kubernetes Clusters

    17 projects | dev.to | 3 Apr 2024
  • Run WebAssembly on DigitalOcean Kubernetes with SpinKube - In 4 Easy Steps

    6 projects | dev.to | 27 Mar 2024