News

This project is to expose my interpretation of the hexagonal architecture, under spring-boot framework. The diagram of the hexagonal architecture relies on the following: I have tried to take a ...
This is the sample Spring Boot application used to demonstrate how to leverage the Ports and Adapters pattern by Alistair Cockburn in my YouTube video: All the business logic has been placed in the eu ...
VMware shipped the experimental Spring Modulith project to better structure Spring Boot 3 applications with modules and events. The project introduces new classes and annotations but doesn't generate ...
He also pointed out that the new Spring Boot Migrator can migrate a Spring Boot 2.7 application to version 3.0. He later confirmed that full Java Module support won’t arrive in Spring Framework ...