Merge branch 'master' into presentation

This commit is contained in:
Ilkka Seppälä 2016-11-13 11:34:14 +02:00
commit 22d973c460

View File

@ -26,6 +26,9 @@ Use Hexagonal Architecture pattern when
* When the application needs to be independent of any frameworks
* When it is important that the application highly maintainable and fully testable
## 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/)