Work on Hexagonal Architecture presentation

This commit is contained in:
Ilkka Seppälä
2016-11-12 22:44:08 +02:00
parent 6f3e2985a4
commit 4c24d99414
5 changed files with 97 additions and 47 deletions

View File

@ -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