Classes and packages encapsulation in an hexagonal architecture...
Read MoreHow to handle authentication to adapters on a Hexagonal Architecture...
Read MoreHexagonal Architecture with Hibernate Reactive and Quarkus...
Read MoreIn Hexagonal architecture, can a service rely on another service, or is that tight coupling?...
Read MoreWhat nested class type is best suitable for Domain Events?...
Read MoreShould application layer be aware of the caching mechanism, or could it belong to the infrastructure...
Read MoreImporting external libraries in the domain layer in DDD...
Read MoreHexagonal Architecture, do I violate its principles by reusing code between usecases?...
Read MoreJava integration test with fake outbound call...
Read MoreDDD, problem with value objects and "new Domain()"...
Read MoreHow to map domain object to Jpa entity using hexagonal architecture...
Read MoreIs there an elegant solution for handling callbacks from external devices in clean architecture?...
Read MoreCreate method to calculate a field in the Domain or in the Service...
Read MoreWhere to instanciate adapters in hexagonal architecture...
Read MoreWhere do you put third party libs when following Clean and Hexagonal Architecture?...
Read MoreHexagonal Architecture - Should I put repository interface in the Domain Layer or Application Layer...
Read MorePorts and Adapters – Should interfaces specify arguments as domain objects?...
Read MoreHow to force or lead adapters to throw specific exceptions in Hexagonal/ Ports and Adapters Architec...
Read MoreHow to return a Flux in async/reactive webclient request with subscribe method...
Read MoreDDD Process Managers: Are they part of business logic?...
Read MoreQualcomm DSP: hexagon-sim with command line arguments...
Read MoreHow to prevent certain packages from using spring with ArchUnit?...
Read MoreNeed help improving a design with aggregate roots...
Read MoreLaravel not finding the controller located in other folder...
Read MoreDDD Ports and Adapters with Onion architecture, what goes where?...
Read MoreDesign of a service dependent on SOAP API which changes a lot...
Read More