Best of BaeldungMarch 2024

  1. 1
    Article
    Avatar of baeldungBaeldung·2y

    Saga Pattern in Microservices Architecture

    An exploration of the Saga Pattern in microservices architecture, including its challenges, benefits, and implementation using Orkes Conductor and Spring Boot 3.

  2. 2
    Article
    Avatar of baeldungBaeldung·2y

    Querydsl vs. JPA Criteria

    This post compares Querydsl and JPA Criteria, two popular frameworks for constructing type-safe queries in Java. It covers setup, simple queries, filtering/sorting/grouping, complex queries with joins, modifying data, integration with Spring Data JPA, and performance.

  3. 3
    Article
    Avatar of baeldungBaeldung·2y

    Intro to the Apache Commons CLI

    This post explores the Java Apache Commons CLI library, its key concerns, important classes, and implementation details. It also highlights the ability of the library to create CLIs quickly and efficiently.

  4. 4
    Article
    Avatar of baeldungBaeldung·2y

    Logging in Spring Boot With Loki

    This post explains how to set up logging with Grafana Loki for a Spring Boot application. It covers configuring Loki with Spring Boot, running Loki and Grafana services using Docker containers, and verifying the setup through test verification and log aggregation with Grafana.