Re: [Webwork-user] Why I like WebWork
Brought to you by:
baldree,
rickardoberg
From: Rickard <ri...@dr...> - 2002-07-12 17:10:50
|
Matt Baldree wrote: > What are you using instead of Aspect and why did you decide not to use = it? What I'm using is already answered in other posts, but why I didn't use=20 it is for the following reasons: 1) the need for a proprietary compiler 2) the somewhat unwieldy language extensions in AspectJ 3) the inability to do runtime changes (everything in AspectJ is=20 compiletime) 4) I needed the system as a whole to be proxy-based in order to do=20 memorymanagement with object caches. Since AspectJ works on regular=20 classes that wouldn't work (AFAIK). 5) I wanted to find out if it was possible to implement AOP using plain=20 Java. That's about it I guess. /Rickard --=20 Rickard =D6berg |