Hi I already read about VM kit in this paper [1], but its more focused in security for a JVM and they do heavy modification in the VM. I think i can resolve my problem with Felix modifications and a bit of JVM TI[2] using. For what i have understand of the code i think its possible to do what i want, but i don't have the time now to change it. Maybe tomorrow.
Thanks for your support João [1] hal.archives-ouvertes.fr/docs/00/35/45/80/PDF/RR-6801.pdf [2] http://java.sun.com/javase/6/docs/technotes/guides/jvmti/ Marcel Offermans escreveu: > On Mar 14, 2009, at 22:22 , Stevens Gestin wrote: > >> For my OSGI bundles development I choose to make bundles as >> independent as >> possible on other bundles. In this approach, I'm not sharing >> libraries like >> logging, SAX, etc. and each bundle uses its own library set. Is this >> a bad >> concept? > > No, it's a trade-off between coupling all users of a library to that > library bundle and resource usage because you have a copy of that > library in every bundle. In practice, having that copy in every bundle > does not even mean that every single class in the library gets loaded > N times, that depends on what percentage of the library actually gets > used. You can probably then use a tool like Bnd or an obfuscator to > only include the parts you actually use. > > Greetings, Marcel > > > --------------------------------------------------------------------- > 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]

