mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-07 00:16:51 +00:00
Work on Hexagonal Architecture presentation
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ Allow an application to equally be driven by users, programs, automated test or
|
||||
## Applicability
|
||||
Use Hexagonal Architecture pattern when
|
||||
|
||||
* it is important that the application is fully testable
|
||||
* you use Domain Driven Design methodology and/or Microservices architectural style
|
||||
* When the application needs to be independent of any frameworks
|
||||
* When it is important that the application highly maintainable and fully testable
|
||||
|
||||
## Real world examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user