The insurgence of Spring Boot as the go-to framework for microservices development has spawned renewed interest in the fundamentals of the Spring framework. Folks are particularly interested in the ...
HTMX is a newer technology that takes plain old HTML and gives it extra powers like Ajax and DOM swaps. It’s included in my personal list of good ideas because it eliminates a whole realm of ...
Spring Boot is the most popular framework for building cloud-native microservices in the Java space. To really understand how any Spring project works, though, you must first understand the IoC design ...
While it’s common to use the Java Transaction API and the XA protocol for distributed transactions in Spring, you do have other options. The optimum implementation depends on the types of resources ...
The new Spring Framework uses JSpecify for null safety. It also introduces API versioning and offers a new retry concept for resilience. VMWare Tenzu has released Spring Framework 7. The open-source ...
Microsoft announced Spring Boot improvements in the latest update to Java on Visual Studio Code tooling. That tooling comes in the Spring Boot Extension Pack in the Visual Studio Code Marketplace, ...