| Article: |
Memoization in Java Using Dynamic Proxy Classes | |
| Subject: | AOP... | |
| Date: | 2003-08-22 00:14:15 | |
| From: | tomwhite | |
|
Response to: AOP...
|
||
|
Lots of interesting ideas here! It seems very natural to implement memoization as a part of a AOP framework, as you really get a lot of control over which methods to memoize. (Although if you are not using AOP, the approach presented in the article works just fine.) I will definitely check out Nanning.
|
||
Showing messages 1 through 1 of 1.
-
AOP...
2003-08-22 08:24:15 crazybob [View]
Oh yeah, by "successfully employed," I meant that I used the same approach as you in the past. Knocked out thousands of lines of code.


