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? Underlying development will be done by Bnd(tools), maybe it could be relevant :) Greetings. Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

