Digging a Hexagonal Architecture and Domain-Driven Design example built with Spring Boot & Kotlin with code samples and a git repository.
Tag: DDD/HexArch tips&tricks
Implementing Functional Tests in Domain-Driven Design & Hexagonal Architecture using Cucumber
A practical guide and best practices to write functional tests with Cucumber for an application developed with Hexagonal Architecture and Domain-Driven Design
DDD/Hexagonal Architecture: Binding the Domain to the Spring Context with ComponentScan
This article will show you how to take advantage of the component scanning without violating the hexagonal architecture rules with code samples in Koltin. If you are working with Java, don’t worry, the code will be around the same, you’ll have to adjust a bit the syntax.