Hi all I am looking around for the "correct" way for using AOP in OSGI. I dont have concrete examples right yet, but basically I would eventually want to use either Load time weaving OR dynamic proxies, preferably with AspectJ, but I dont mind using other AOP frameworks.... However I do want to use it in a way that is "standard", in other words it should work in at least Felix and Equinox and others if possible.
I see there is already a a thread discussing AOP and Felix but it does not seem to give any answers. Google also does not provide any goodness on this topic. At lest not that I have found. So what would be the correct way to implement AOP in OSGI based an system? Thank you in advance Ivanhoe

