Link Hexagonal Architecture pattern to corresponding blog entry

This commit is contained in:
Ilkka Seppälä
2016-11-06 12:26:03 +02:00
parent 124fd33da0
commit e1ae1067db

View File

@ -26,6 +26,9 @@ 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
## Tutorials
* [Build Maintainable Systems With Hexagonal Architecture](http://java-design-patterns.com/blog/build-maintainable-systems-with-hexagonal-architecture/)
## Real world examples
* [Apache Isis](https://isis.apache.org/)