Best of Spring FrameworkApril 2024

  1. 1
    Article
    Avatar of jetbrainsJetBrains·2y

    Java Frameworks You Must Know in 2024

    Discover popular Java frameworks like Spring, Micronaut, Hibernate, and Apache Kafka. Also explore testing frameworks like JUnit, Mockito, WireMock, Testcontainers, and Awaitility.

  2. 2
    Article
    Avatar of baeldungBaeldung·2y

    Can @Transactional and @Async Work Together?

    This post explores the compatibility between the @Transactional and @Async annotations in the Spring framework. It explains how calling @Transactional from @Async guarantees data integrity, but calling @Async from @Transactional can lead to data integrity problems.

  3. 3
    Article
    Avatar of javarevisitedJavarevisited·2y

    Spring Framework: Day 26 — Embracing Event-Driven Architecture in Spring

    Learn how Spring facilitates building event-driven applications by enabling loosely coupled components to communicate effectively. Explore the components of Spring's event-driven model and discover how to create and handle custom events in Spring.

  4. 4
    Article
    Avatar of baeldungBaeldung·2y

    Java Weekly, Issue 539

    This post covers topics such as Jakarta Data, Spring AI, alternative implementation problem, and the pick of the week article about CI tests.

  5. 5
    Article
    Avatar of springSpring·2y

    Spring Tips: GRPC

    The post discusses GRPC and its usage in Spring applications, highlighting its advantages.