Re: OSGi

2017-02-02 Thread Peter
Just in case I've misunderstood. Was your reference to composite ClassLoader is a reference to Bharath's earlier posted link? http://blog.osgi.org/2008/08/classy-solutions-to-tricky-proxies.html?m=1 Regards, Peter. Sent from my Samsung device.     Include original message Original

Re: OSGi

2017-02-02 Thread Gregg Wonderly
I am a fan of “one jar” because I get real tired of spending time “packaging” when the class loading mechanisms already provide “segregation”. I understand how “pretty” packaging is and how everyone can be completely excited about a clean view of dependencies. However, when I package

Re: object based annotations

2017-02-02 Thread Michał Kłeczek (XPro Sp. z o. o.)
Object based annotations allow creating ClassLoaders - it is not only a way to download code but to: 1. Make sure only trusted code is executed 2. Resolve any dependencies and create the whole ClassLoader structure when deserializing objects So URL handler is not enough - alternative