> From: Alex Karasulu [mailto:[EMAIL PROTECTED] > > > Instead, borrow from Pico; > > > > LoggerAspect loggerAspect = new LoggerAspectImpl( something ); > > kernel.addAspect( loggerAspect ); > > You're dead on by looking at Pico for answers here.
That looks good - but I've been thinking about aspects and come up with the following: Since aspects are supposed to be different isolated aspects of the system (that's why we started with AOP), having interdependent aspects is a bit of not-quite-AOP, since the aspects aren't isolated anymore and an indicator that the wrong aspects have been picked. So I'm close to just disallowing any explicit dependencies. /LS --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
