1. Spring and Java

>> Spring Debugger: Working With Dynamic Database Connections Just Got Simpler [blog.jetbrains.com]

A new IntelliJ IDEA plugin simplifies debugging dynamic database connections by automatically detecting and registering Testcontainers or Docker-based DataSources, streamlining the development and debugging of Spring Boot applications that are directly accessible within the IDE. Nice work.

>> Introducing Quarkus quickjs4j: Seamless JavaScript Integration in Your Quarkus Applications [quarkus.io]

Quarkus quickjs4j enables seamless integration of JavaScript into your application, allowing developers to execute dynamic JS code such as user-defined business rules or algorithms within the Java environment.

Also worth reading:

Webinars and presentations:

Time to upgrade:

2. Technical & Musings

>> Three worthwhile articles yesterday [martinfowler.com]

Exploring the three interconnected forms of coupling: semantic, structural, and usage that influence software design. This way it helps developers understand how to manage dependencies, leading to more maintainable and adaptable systems. Always a good weekend read here.

Also worth reading:

3. Pick of the Week

>> Leading your engineers towards an AI-assisted future [thepete.net]


原始标题:Java Weekly, Issue 603 | Baeldung