<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Running Spring Applications on OSGi with the SpringSource Application Platform</title>
	<link>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/</link>
	<description>The voice of SpringSource</description>
	<pubDate>Thu, 24 Jul 2008 02:50:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: SpringSource Team Blog &#187; Running a Spring Batch Job in The SpringSource Aplication Platform</title>
		<link>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-108021</link>
		<pubDate>Fri, 30 May 2008 16:26:55 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-108021</guid>
					<description>[...] Rob&#39;s Blog on exploiting Spring features in the Platform [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Rob&#39;s Blog on exploiting Spring features in the Platform [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rob Harrop</title>
		<link>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-106168</link>
		<pubDate>Wed, 14 May 2008 19:12:35 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-106168</guid>
					<description>Colin,

OSGi handles pretty much all the ClassLoader updates as bundles come up and go down. All we need to do is monitor for scenarios where refresh has to propagate to other bundles or to the application as a whole. So, it's not so much that we have a ClassLoader that updates when bundles come up, but rather we get new ClassLoaders when bundles are replaced, and updates cascade as needed.

Rob</description>
		<content:encoded><![CDATA[<p>Colin,</p>
<p>OSGi handles pretty much all the ClassLoader updates as bundles come up and go down. All we need to do is monitor for scenarios where refresh has to propagate to other bundles or to the application as a whole. So, it&#039;s not so much that we have a ClassLoader that updates when bundles come up, but rather we get new ClassLoaders when bundles are replaced, and updates cascade as needed.</p>
<p>Rob
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Colin Fleming</title>
		<link>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-106167</link>
		<pubDate>Wed, 14 May 2008 18:30:30 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-106167</guid>
					<description>Hehe, I imagine so. So your ClassLoader does actually dynamically update as bundles are added and removed? Have you had any issues with removing or replacing bundles? We had some tricky issues around these sorts of issues with our persistence layer, do you just force a refresh in those circumstances?</description>
		<content:encoded><![CDATA[<p>Hehe, I imagine so. So your ClassLoader does actually dynamically update as bundles are added and removed? Have you had any issues with removing or replacing bundles? We had some tricky issues around these sorts of issues with our persistence layer, do you just force a refresh in those circumstances?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rob Harrop</title>
		<link>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-106163</link>
		<pubDate>Wed, 14 May 2008 17:40:56 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-106163</guid>
					<description>Colin,

There are certainly some hairy situations with memory leaks. We are in the process of tracking them all down, but I doubt that they will prove to be insurmountable :)

Rob</description>
		<content:encoded><![CDATA[<p>Colin,</p>
<p>There are certainly some hairy situations with memory leaks. We are in the process of tracking them all down, but I doubt that they will prove to be insurmountable <img src='http://blog.springsource.com/main/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Rob
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Colin Fleming</title>
		<link>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-106162</link>
		<pubDate>Wed, 14 May 2008 17:35:49 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-106162</guid>
					<description>Interesting to see how you're solving some of these problems. One question, does your auto-importing ClassLoader update dynamically as bundles are registered and deregistered? Have you seen any issues around this? I can imagine a lot of memory leak scenarios with classes being endlessly loaded by this ClassLoader in a long-running server scenario.</description>
		<content:encoded><![CDATA[<p>Interesting to see how you&#039;re solving some of these problems. One question, does your auto-importing ClassLoader update dynamically as bundles are registered and deregistered? Have you seen any issues around this? I can imagine a lot of memory leak scenarios with classes being endlessly loaded by this ClassLoader in a long-running server scenario.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Blog bookmarks 05/04/2008 &#171; My Diigo bookmarks</title>
		<link>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-105198</link>
		<pubDate>Sun, 04 May 2008 04:58:36 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2008/05/02/running-spring-applications-on-osgi-with-the-springsource-application-platform/#comment-105198</guid>
					<description>[...] SpringSource Team Blog » Running Spring Applications on OSGi with the SpringSource Application Platform [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] SpringSource Team Blog » Running Spring Applications on OSGi with the SpringSource Application Platform [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
