Hello, What do you expect to be the difference? What are the results of your experiments in this regard? Are you instrumenting the container or a set of bundles? You talk about possibility of using a Proxy, what do you plan to use it for?
I guess some things can depend on your instrumentation code. My guess is that you could have some classloader issues with multiple bundles sharing some global aspects if you want something like that. But depends on what you want to do and also trying it out will tell you the best.. Teemu 2010/3/30 Ivanhoe Abrahams <[email protected]> > 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 >

