python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
What nested class type is best suitable for Domain Events?
I am following Domain Driven Design and Clean/ Hexagonal architecture in my Java microservice. I have domain events declared in my aggregate root class as non-static nested classes. My question is whe...
simplelenz
Votes: 0
Answers: 2
Importing external libraries in the domain layer in DDD
I'm building an application based on DDD and Hexagonal Architecture.
Hexagonal architecture suggests that you shouldn't, let's say, pollute your domain with logic of elsewhere, your Domain layer shoul...

Roger González Hermosa
Votes: 0
Answers: 1
Should application layer be aware of the caching mechanism, or could it belong to the infrastructure layer?
Let's assume I have an API endpoint which needs some Product data to process the requests properly. Imagine that there's some application layer service which has to handle the contract (let it be a qu...
Bulchsu
Votes: 0
Answers: 1
Hexagonal Architecture with Hibernate Reactive and Quarkus
I am using Hexagonal Architecture, Hibernate Reactive with Panache and Quarkus in a Kotlin Project.
Transaction boundaries are set using @ReactiveTransactional annotation.
The problem is that I had to...
AmsterdamLuis
Votes: 0
Answers: 2