> Just my 2c: Eclipse, OSGified since 3.2, still doesn't fully support > updates without a JVM restart; and they have full control about the > whole aspects. Unfortunately there are tens of thousands of plugin writers out there that are not aware of the dynamics. Eclipse migrated to OSGi 4 years ago and did some incredible open heart surgery on their runtime engine to support OSGi. It was quite impressive how they replace their engine with an OSGi based version while existing plugins kept working. However, none of the existing code was ready for the consequences of dynamics. Plugins could add entries to menu's but this information came from a static file in the plugin, so there was no facility to remove this information.
Over time, more and more aspects will become dynamic but due to the nature of massively distributed development it will take some time before the code is fully dynamic aware. The extension registry is already an example where the extension points have become dynamic. Now only the apps are left ... Kind regards, Peter Kriens Damien Bonvillain wrote: > > David Jencks wrote: > > On Apr 24, 2008, at 11:11 PM, Henri Gomez wrote: > > > We'll see how OSGI works underload with Glassfish v3. >> Are they planning to support "gapless" redeployment of web apps using >> only osgi features, with no other servlet container support? If so is >> can you point to an explanation of how they plan to do this? > > Just my 2c: Eclipse, OSGified since 3.2, still doesn't fully support > updates without a JVM restart; and they have full control about the > whole aspects. > > A vocabulary point though, we shouldn't talk about OSGification, but > about jsrtwonineonification. > > Damien > > PS: usually only reader on this ML > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Osgifing-Tomcat-tp16830131p16930344.html Sent from the Tomcat - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]