DORSETRIGS
Home

hexagonal-architecture (5 post)


posts by category not found!

DTO on hexagonal architecture and DDD

Understanding DTOs in Hexagonal Architecture and Domain Driven Design DDD In software design the way we structure our data can significantly affect how easily w

3 min read 30-09-2024 80
DTO on hexagonal architecture and DDD
DTO on hexagonal architecture and DDD

What belongs in the applicationService package to properly test the onion architecture with ArchUnit?

Understanding the Application Service Package in Onion Architecture Testing with Arch Unit In the world of software architecture Onion Architecture stands out a

3 min read 30-09-2024 57
What belongs in the applicationService package to properly test the onion architecture with ArchUnit?
What belongs in the applicationService package to properly test the onion architecture with ArchUnit?

Where should exceptions be throwed in a hexagonal architecture?

Where Should Exceptions Be Thrown in a Hexagonal Architecture In the realm of software development especially when employing architectural patterns like Hexagon

3 min read 29-09-2024 48
Where should exceptions be throwed in a hexagonal architecture?
Where should exceptions be throwed in a hexagonal architecture?

How can I initialize a repository with autowired (NullPointer issue)?

Resolving Null Pointer Exception Issues When Initializing a Repository with Autowired in Spring In Spring framework the Autowired annotation is commonly used to

3 min read 16-09-2024 52
How can I initialize a repository with autowired (NullPointer issue)?
How can I initialize a repository with autowired (NullPointer issue)?

How to implement a Repository in DDD correctly

How to Implement a Repository in DDD Correctly Domain Driven Design DDD is a software development approach that focuses on building complex software systems by

3 min read 28-08-2024 89
How to implement a Repository in DDD correctly
How to implement a Repository in DDD correctly