Hey Christian,

On Jul 9, 2012, at 15:20 PM, <[email protected]> 
<[email protected]> wrote:

> Hi guys,
> 
> Currently I'm trying to add AOP support to my Felix OSGi environment. After 
> some research I came up with following possibilities:
> 
> * using dynamic proxies (Spring AOP or DependencyManager)
> * Equinox Weaving (but does not work in Apache Felix)
> 
> All the above solutions doesnt suit my use case. I need aspects which weaves 
> in terms of special annotations. I do not want to know the service interfaces 
> which could be implemented by a proxy like the DependencyManager is doing. Is 
> there any possibility to add "real" AOP support to my project?

So do you want to be able to apply your weaving to any implementation class in 
any bundle? Or do you want to still do it on an interface, just without 
specifying what specific interface(s) you want to apply the weaving to? Maybe 
if you explain your use cases a bit more, we can help you think about 
alternative solutions.

Greetings, Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to