Digging a Hexagonal Architecture and Domain-Driven Design example built with Spring Boot & Kotlin with code samples and a git repository.
Category: Domain-Driven Design
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.
Hexagonal Architecture: the practical guide for a clean architecture
Did you ever face problems when comes the time to upgrade the stack of your software ?
Are you able to distinguish your functional tests from your integration ones ?
Migrating your legacy means rewriting everything from scratch ?
Discover how the hexagonal architecture can help you.