From 1abf5b11c31a809bca32fbae167e2285dc16fab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 13 Nov 2016 11:37:49 +0200 Subject: [PATCH] Add presentation link to README.md --- hexagonal/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hexagonal/README.md b/hexagonal/README.md index 1d3e20bd6..88908421d 100644 --- a/hexagonal/README.md +++ b/hexagonal/README.md @@ -29,9 +29,12 @@ Use Hexagonal Architecture pattern when ## Tutorials * [Build Maintainable Systems With Hexagonal Architecture](http://java-design-patterns.com/blog/build-maintainable-systems-with-hexagonal-architecture/) +## Presentations +* [Hexagonal Architecture](https://github.com/iluwatar/java-design-patterns/tree/master/hexagonal/etc/presentation.html) + ## Real world examples -* [Apache Isis](https://isis.apache.org/) +* [Apache Isis](https://isis.apache.org/) builds generic UI and REST API directly from the underlying domain objects ## Credits