Re: [aspectwerkz-user] Swap implementation of mixin?
Alexandre Vasseur <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Hi This paper is rather outdated since we have rewritten the whole architecture for a better dynamic AOP support in AspectWerkz 2.0. Currently in 2.0 it is not possible to swap a mixin (perJVM/perClass/perInstance). Could you tell us more about your needs ? This is something fairly easy to simulate by using a delegation in your mixin implementation, and swap it from there. Alex On 5/2/05, Steven Tielemans <[email protected]> wrote: > In the paper "Dynamic AOP and Runtime Weaving for Java - How does > Aspectwerkz Address It?" you are talking about swapping the > implemenation of a mixin at runtime. But on the website I dont see any > instructions on how to do this. Is swapping of the mixin possible with > the current version of Aspectwerkz? And how do I need to do that? > > Thanks > > Steven. >