Repository: zest-java Updated Branches: refs/heads/develop 3835dfb4a -> 1c1286a71
Doc, What is COP? - add missing links Added links point to the Internet Archive as the original articles went offline. Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/1c1286a7 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/1c1286a7 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/1c1286a7 Branch: refs/heads/develop Commit: 1c1286a71378e78de95e0c230e311c52b3fe9430 Parents: 3835dfb Author: Paul Merlin (Apache) <[email protected]> Authored: Tue Aug 4 14:07:20 2015 +0200 Committer: Paul Merlin (Apache) <[email protected]> Committed: Tue Aug 4 14:07:20 2015 +0200 ---------------------------------------------------------------------- .../docs/what-is-composite-oriented-programming.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/1c1286a7/tutorials/introduction/src/docs/what-is-composite-oriented-programming.txt ---------------------------------------------------------------------- diff --git a/tutorials/introduction/src/docs/what-is-composite-oriented-programming.txt b/tutorials/introduction/src/docs/what-is-composite-oriented-programming.txt index f1493c3..8fa073f 100644 --- a/tutorials/introduction/src/docs/what-is-composite-oriented-programming.txt +++ b/tutorials/introduction/src/docs/what-is-composite-oriented-programming.txt @@ -36,12 +36,19 @@ is NOT under the usual http://www.opensource.org/licenses/Apache-2.0[Apache Lice We would like to thank Fredrik Kalseth for his explicit approval as well. +Since then, this article went offline but can be found on the +https://web.archive.org/web/20130414005509/http://iridescence.no/post/composite-oriented-programming.aspx[Internet Archive]. + == http://iridescence.no/post/composite-oriented-programming.aspx[Composite Oriented Programming] == -I've written a series of post on AOP lately (here, here and here), and in the last part I promised to tackle mixins -and introductions in a future post. When I was doing my research for just that, I came cross a Java framework (just -humor me :p) called Zest⢠(that's 'chee for jay'), written by Swedish Richard Ãberg, pioneering the idea of Composite +I've written a series of post on AOP lately +(https://web.archive.org/web/20090417052136/http://www.iridescence.no/post/Aspect-Oriented-Programming---A-Primer.aspx[here], +https://web.archive.org/web/20091222150653/http://www.iridescence.no/post/Implementing-an-AOP-Framework-Part-1.aspx[here] +and https://web.archive.org/web/20130417090819/http://www.iridescence.no/post/Implementing-an-AOP-Framework-Part-2.aspx[here]), +and in the last part I promised to tackle mixins and introductions in a future post. +When I was doing my research for just that, I came cross a Java framework (just +humor me :p) called Apache Zestâ¢, written by Swedish Richard Ãberg, pioneering the idea of Composite Oriented Programming, which instantly put a spell on me. Essentially, it takes the concepts from Aspect Oriented Programming to the extreme, and for the past week Iâve dug into it with a passion. This post is the first fruits of my labor.
