1 Reply Latest reply on Sep 22, 2003 7:10 AM by bill.burke

    Abstract aspects

    ejain

      Lets say I have a set of mixins and interceptors that I want to apply to a number of classes. What's the best way to configure this, without repeating myself too much?

        • 1. Re: Abstract aspects
          bill.burke

          For interceptors, you can define a and reference it through a <stack-ref> via a pointcut.

          I haven't separated introduction from introduction pointcut yet so that you could do the same.

          I see your point though. I guess it would be nice to have a contruct where you could pull together interceptions and introductions you want to apply.

          Thanks