From 8e5311a519d73ae81180906b5ec705146a2a66e4 Mon Sep 17 00:00:00 2001 From: wisberg Date: Sat, 27 Sep 2003 01:48:32 +0000 Subject: [PATCH] adding file for links out to sample code elsewhere --- docs/sandbox/trails/links.html | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 docs/sandbox/trails/links.html diff --git a/docs/sandbox/trails/links.html b/docs/sandbox/trails/links.html new file mode 100644 index 000000000..d7715b64c --- /dev/null +++ b/docs/sandbox/trails/links.html @@ -0,0 +1,54 @@ + + + +This contains links to other instances of AspectJ sample code. +It doesn't contain links to all articles that have AspectJ +sample code, but arguably it should. + + + + + +For a list of publications about AspectJ that might contain +sample code, see the publications link off the AspectJ web site at + + http://eclipse.org/aspectj + + + + + +AspectJ in Action by Ramnivas Laddad has sample code +including four patterns: +the worker object creation pattern, +the exception introduction pattern, +the participant pattern, +and the wormhole pattern. + +Find the code at + + http://www.manning.com/laddad/. + + + + + +Aspect-Oriented Design Pattern Implementations by Jan Hanneman with Gregor Kiczales +renders some of the original "Gang of Four" design patterns using AspectJ +to evaluate whether AspectJ increases modularity. +In 17 of 23 cases, this removed code-level dependencies, +and 12 cases were rendered as reusable library aspects. + +Find the code at + + http://www.cs.ubc.ca/~jan/AODPs/. + + + + + -- 2.39.5