Re: [Webwork-user] Why I like WebWork
Brought to you by:
baldree,
rickardoberg
From: Rickard <ri...@dr...> - 2002-07-10 14:29:23
|
WATKIN-JONES,ADAM (HP-UnitedKingdom,ex1) wrote: > I'm delurking to ask what is surely a daft question but here goes: if = not > AspectJ, then what AOP toolkit are you using? >=20 > (Obvious answer: having super programming-chops, you've written an AOP = kit > yourself! In which case, is this something you may put into the public > domain!?) The obvious answer is quite correct. Whether or not it will be=20 opensourced is something that is yet to be determined. We've thought=20 about it. The core of it is really generic, and entirely based on=20 reflection/dynamic proxies. With JDK1.4 the overhead for that is so=20 small that it's rather ok to apply it just about everywhere. And boy oh=20 boy does it rock :-) It's so cool to have an object implement 10=20 interfaces but not have a single class implement more than 1... it's=20 what code reuse ought to be like. /Rickard --=20 Rickard =D6berg |