Re: [aspectwerkz-user] mixing aspect frameworks
Alexandre Vasseur <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Hi There indeed might be, especially for pointcut like "set(int Foo.field) && withincode(void Foo.someMethod())" since AspectWerkz or AspectJ will somehow deal with this pointcut , inject the appropriate logic , and then the second framework will "not see the application" as it was. In most of the case where you are not using "withincode" , it should be fine - but I guess noone guarantee that. That s mainly why we have been working on an extensible container recently http://www.theserverside.com/articles/article.tss?l=AspectWerkzP1 and as well, one of the reason why we are now all working in a joint effort on AspectJ 5. http://dev2dev.bea.com/products/wlserver81/articles/announce_aspect_j_werkz.jsp Alex On Thu, 24 Mar 2005 16:27:06 +0100, Jeroen Verhagen <[email protected]> wrote: > Hi all, > > If I decide to use Aspectwerkz to aspect my code, can the users of my > code run into problems when they, at their turn, aspect the same code > with a different aspect framework like AspectJ? Are there any > consequences? > > Thanks and regards, > > Jeroen >