mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
docs: add hexagonal architecture diagram
This commit is contained in:
@@ -31,6 +31,11 @@ Wikipedia says
|
||||
|
||||
> The hexagonal architecture, or ports and adapters architecture, is an architectural pattern used in software design. It aims at creating loosely coupled application components that can be easily connected to their software environment by means of ports and adapters. This makes components exchangeable at any level and facilitates test automation.
|
||||
|
||||
Architecture diagram
|
||||
|
||||

|
||||
|
||||
|
||||
## Programmatic Example of Hexagonal Architecture Pattern in Java
|
||||
|
||||
The Hexagonal Architecture, also known as Ports and Adapters, is a design pattern that aims to create a loosely coupled application where the core business logic is isolated from external interfaces like databases, user interfaces, or third-party services. This allows the core application to be independent and easily testable.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
Reference in New Issue
Block a user