Hi all, first of all apologize for my question, I'm quite new to OSGi and I'm studying it right now. If I got it right, OSGi uses classloaders to implement the modularity and to expose classes that are exposed as services. Now, I'm working on a framework that applies AOP-like techniques at class loading time, and since it is a framework, I'm thinking of making it OSGi compliant. My doubt is about my use of classloaders: should I worry about my custom classloaders? Please note that the classes that implement services do not change their definition, but change the definition of application-side classes. Also the classloader that provides such manipulation is a class that does not change at runtime, so my service classes and objects are "stable", but I need a classloader in "user space" to alter running classes. Is this possible? Is there something in particular I should read/study to achieve my goal?
Thanks, Luca _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
