On 7/9/12 9:20 AM, [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?

Underlying development will be done by Bnd(tools), maybe it could be relevant :)

Check the weaving hook section in the R4.3 or R5 OSGi core spec.

-> richard


Greetings.
Christian

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




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

Reply via email to