<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My thoughts about OSGi on JavaWorld</title>
	<atom:link href="http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/</link>
	<description>Solving Software Problems since 2010</description>
	<lastBuildDate>Fri, 12 Mar 2010 20:07:31 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: george</title>
		<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/comment-page-1/#comment-799</link>
		<dc:creator>george</dc:creator>
		<pubDate>Sat, 13 Mar 2010 02:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=42#comment-799</guid>
		<description>haha ^^ nice, is there a section to follow the RSS feed</description>
		<content:encoded><![CDATA[<p>haha ^^ nice, is there a section to follow the RSS feed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: You dreamt of it? SpringSource did it!</title>
		<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/comment-page-1/#comment-224</link>
		<dc:creator>You dreamt of it? SpringSource did it!</dc:creator>
		<pubDate>Sat, 13 Mar 2010 12:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=42#comment-224</guid>
		<description>[...] their acquisition of Covalent, the company behind Tomcat, I knew they were up to something. I even talked about it with Andrew Glover for JavaWorld. And now it&#8217;s real: SpringSource has just announced [...]</description>
		<content:encoded><![CDATA[<p>[...] their acquisition of Covalent, the company behind Tomcat, I knew they were up to something. I even talked about it with Andrew Glover for JavaWorld. And now it&#8217;s real: SpringSource has just announced [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/comment-page-1/#comment-118</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Sat, 13 Mar 2010 10:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=42#comment-118</guid>
		<description>You&#039;re not forced to write load and unload hooks. The only thing you need to do to bundle-ify a JAR is to add more information to META-INF/MANIFEST.MF. Now is this small overhead worth the development of a whole new standard that does much less than an existing and mature one and even competes with it? I don&#039;t think so.</description>
		<content:encoded><![CDATA[<p>You&#8217;re not forced to write load and unload hooks. The only thing you need to do to bundle-ify a JAR is to add more information to META-INF/MANIFEST.MF. Now is this small overhead worth the development of a whole new standard that does much less than an existing and mature one and even competes with it? I don&#8217;t think so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/comment-page-1/#comment-117</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sat, 13 Mar 2010 00:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=42#comment-117</guid>
		<description>The point is to be able to specify module dependencies and compatibility information. This is important even for applications that don&#039;t change modules at runtime - it allows easier upgrades and module sharing. Now JSR 277 gives you this without writing your code in the form of dynamically loadable modules. It simply replaces the system class loader with a more sophisticated one, and replaces the jar with a module archive that allows more flexibility, control and tidiness. From what I understand, to write an OSGi application, I need to write my code as OSGi modules, and provide load and unload hooks, similarly to Netbeans modules.</description>
		<content:encoded><![CDATA[<p>The point is to be able to specify module dependencies and compatibility information. This is important even for applications that don&#8217;t change modules at runtime &#8211; it allows easier upgrades and module sharing. Now JSR 277 gives you this without writing your code in the form of dynamically loadable modules. It simply replaces the system class loader with a more sophisticated one, and replaces the jar with a module archive that allows more flexibility, control and tidiness. From what I understand, to write an OSGi application, I need to write my code as OSGi modules, and provide load and unload hooks, similarly to Netbeans modules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/comment-page-1/#comment-111</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Sat, 13 Mar 2010 11:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=42#comment-111</guid>
		<description>I don&#039;t see the point in replacing the JAR system if it&#039;s not to add dynamic features to it. And judging by the adoption of OSGI, this is really a major requirement from the community. Why won&#039;t the OSGi people leave the spec team alone? I&#039;m not part of OSGi myself, and the JCP is supposed to be the mechanism by which Sun listens to the community to enhance the Java platform, not a set of deaf comittees who do their thing on their own.
Now OSGi (JSR 291) already deals with the issues you mention, plus it adds dynamism with no major cost, so why reinvent the wheel?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the point in replacing the JAR system if it&#8217;s not to add dynamic features to it. And judging by the adoption of OSGI, this is really a major requirement from the community. Why won&#8217;t the OSGi people leave the spec team alone? I&#8217;m not part of OSGi myself, and the JCP is supposed to be the mechanism by which Sun listens to the community to enhance the Java platform, not a set of deaf comittees who do their thing on their own.<br />
Now OSGi (JSR 291) already deals with the issues you mention, plus it adds dynamism with no major cost, so why reinvent the wheel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/comment-page-1/#comment-110</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sat, 13 Mar 2010 09:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=42#comment-110</guid>
		<description>There is something I don&#039;t understand, and perhaps you can enlighten me. JSR 277 is supposed to replace (among other things) the jar system. I.e. it is supposed to address the modular composition of &quot;static&quot; applications, meaning applications that DON&#039;T change their modules at runtime. Most Java applications are static. True, it also addresses dynamic applications as OSGi does, but this is not necessarily JSR 277&#039;s main target problem. Now why is it that the OSGi people got all over this JSR? I want to write simple, static applications without jar/classpath hell, and JSR 277 mainly addresses THAT issue. Now, why won&#039;t the OSGi people leave the spec team alone to do their work?</description>
		<content:encoded><![CDATA[<p>There is something I don&#8217;t understand, and perhaps you can enlighten me. JSR 277 is supposed to replace (among other things) the jar system. I.e. it is supposed to address the modular composition of &#8220;static&#8221; applications, meaning applications that DON&#8217;T change their modules at runtime. Most Java applications are static. True, it also addresses dynamic applications as OSGi does, but this is not necessarily JSR 277&#8217;s main target problem. Now why is it that the OSGi people got all over this JSR? I want to write simple, static applications without jar/classpath hell, and JSR 277 mainly addresses THAT issue. Now, why won&#8217;t the OSGi people leave the spec team alone to do their work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/comment-page-1/#comment-109</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Sat, 13 Mar 2010 01:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=42#comment-109</guid>
		<description>Great spirits think alike, Velo. I&#039;m currently playing with Solstice (http://www.arum.co.uk/solstice.php) and even though it&#039;s still a very early draft, I&#039;m gathering bits and pieces to integrate it with Spring Dynamic Modules and Maven. And hopefully I&#039;ll have a tutorial ready soon... Now could someone add a few hours to each day?</description>
		<content:encoded><![CDATA[<p>Great spirits think alike, Velo. I&#8217;m currently playing with Solstice (<a href="http://www.arum.co.uk/solstice.php" rel="nofollow">http://www.arum.co.uk/solstice.php</a>) and even though it&#8217;s still a very early draft, I&#8217;m gathering bits and pieces to integrate it with Spring Dynamic Modules and Maven. And hopefully I&#8217;ll have a tutorial ready soon&#8230; Now could someone add a few hours to each day?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VELO</title>
		<link>http://sebastien-arbogast.com/2008/04/03/my-thoughts-about-osgi-on-javaworld/comment-page-1/#comment-108</link>
		<dc:creator>VELO</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=42#comment-108</guid>
		<description>\o/

I read your interview and say &quot;sh**, I&#039;ve been working for two years on something else to read today there is something better on Earth, which solves some problems that we have right now.&quot;

After reading it, I will start reading more about OSGi, and will look for another app server

So, can I add a question to this interview?  How about flex?  How OSGi on server side can helps flex Appliactions?

VELO</description>
		<content:encoded><![CDATA[<p>\o/</p>
<p>I read your interview and say &#8220;sh**, I&#8217;ve been working for two years on something else to read today there is something better on Earth, which solves some problems that we have right now.&#8221;</p>
<p>After reading it, I will start reading more about OSGi, and will look for another app server</p>
<p>So, can I add a question to this interview?  How about flex?  How OSGi on server side can helps flex Appliactions?</p>
<p>VELO</p>
]]></content:encoded>
	</item>
</channel>
</rss>
