-
Notifications
You must be signed in to change notification settings - Fork 0
/
aop-thread-old.html
executable file
·58 lines (45 loc) · 2.49 KB
/
aop-thread-old.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>AOP Caching Challenge</title>
</head>
<body>
<h2 align="center">The AOP caching challenge</h2>
<p align="right"><font size="2">Cedric Beust<br>
April 12, 2003<br>
Last updated: Apr 16, 2003</font></p>
<p>This page is an attempt to gather all the various weblog entries that have
followed my initial "challenge" (which wasn't realy one initially) about AOP and
caching. I am putting this page together so that future readers who would
like to catch up on the interesting discussions that this post sparked can come
up to speed quickly.</p>
<p>I am purposely not reproducing any of the links below in this page so that
the authors receive their due web hits.</p>
<p>The challenge in short is to implement two aspects, Cache and CacheMonitor,
that will work independently of each other, in the truest definition of
"separation of concerns". This thread introduces the concept of "caller pointcuts" and a few other interesting ideas.</p>
<p><a href="http://freeroller.net/page/cbeust/20030409">The initial challenge
(Cedric)</a></p>
<p><a href="http://freeroller.net/page/cbeust/20030410">A few thoughts on caller
pointcuts (Cedric)</a></p>
<p><a href="http://www.darkwolf.ws/blog/index.jsp?thread=1#113">Magnus 1</a></p>
<p><a href="http://roller.anthonyeden.com/page/rickard/20030411">Rickard 1</a></p>
<p><a href="http://freeroller.net/page/tirsen/20030411">Jon Tirsen1</a></p>
<p><a href="http://freeroller.net/page/cbeust/20030411">Cedric 3</a></p>
<p><a href="http://www.girolami.org/blog/archives/000020.html">Patrick 1</a></p>
<p><a href="http://freeroller.net/page/jonmountjoy/20030413">Jon Mountjoy 1</a></p>
<p><a href="http://freeroller.net/page/cbeust/20030414">Comments on Jon and
Rickard's solutions (Cedric)</a></p>
<p><a href="http://freeroller.net/page/rickard/20030415">Rickard's complete
example</a></p>
<p><a href="http://freeroller.net/page/jonmountjoy/20030415">Jon Mountjoy 2</a></p>
<p><a href="http://freeroller.net/page/jboner/20030416">A solution to the
challenge with Aspectwerkz (Jonas)</a> </p>
<p><a href="http://freeroller.net/page/cbeust/20030416">How Jonas' solution can
be improved (Cedric)</a></p>
<p> </p>
</body>
</html>