<?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: Experimenting with OSGi on Server Side</title>
	<atom:link href="http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/</link>
	<description>Software development done right!</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pavel Kaplin</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-59304</link>
		<dc:creator>Pavel Kaplin</dc:creator>
		<pubDate>Tue, 28 Oct 2008 21:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-59304</guid>
		<description>Take a look on working thing http://sevenhats.org/</description>
		<content:encoded><![CDATA[<p>Take a look on working thing <a href="http://sevenhats.org/" rel="nofollow">http://sevenhats.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrikant Vashishtha</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-58918</link>
		<dc:creator>Shrikant Vashishtha</dc:creator>
		<pubDate>Sun, 26 Oct 2008 17:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-58918</guid>
		<description>Sonny,

In Xebia we have all kinds of OSGi developers. Some are already using it in their projects and rest of the people always start learning at some point of time. This blog works for people who have just started learning OSGi. Thanks for sharing other references.</description>
		<content:encoded><![CDATA[<p>Sonny,</p>
<p>In Xebia we have all kinds of OSGi developers. Some are already using it in their projects and rest of the people always start learning at some point of time. This blog works for people who have just started learning OSGi. Thanks for sharing other references.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonny</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-57870</link>
		<dc:creator>Sonny</dc:creator>
		<pubDate>Wed, 22 Oct 2008 01:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-57870</guid>
		<description>You might be interested in OSGi articles by Neil Bartlett - http://neilbartlett.name/blog/osgi-articles/
Great for people just getting started.

Also have a look at OPS4J Pax tools - http://wiki.ops4j.org/confluence/display/ops4j/Pax, especially Pax Construct and Pax Runner. They make your life a little easier when developing with OSGi.

I am just curious - is Xebia using OSGi in its projects?</description>
		<content:encoded><![CDATA[<p>You might be interested in OSGi articles by Neil Bartlett &#8211; <a href="http://neilbartlett.name/blog/osgi-articles/" rel="nofollow">http://neilbartlett.name/blog/osgi-articles/</a><br />
Great for people just getting started.</p>
<p>Also have a look at OPS4J Pax tools &#8211; <a href="http://wiki.ops4j.org/confluence/display/ops4j/Pax" rel="nofollow">http://wiki.ops4j.org/confluence/display/ops4j/Pax</a>, especially Pax Construct and Pax Runner. They make your life a little easier when developing with OSGi.</p>
<p>I am just curious &#8211; is Xebia using OSGi in its projects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy McGuire</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-57801</link>
		<dc:creator>Tommy McGuire</dc:creator>
		<pubDate>Tue, 21 Oct 2008 18:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-57801</guid>
		<description>Be careful when using context.getServiceReference and context.getService-IIRC, your bundles do not track services that appear and disappear.

Check out the ServiceTracker for another option.</description>
		<content:encoded><![CDATA[<p>Be careful when using context.getServiceReference and context.getService-IIRC, your bundles do not track services that appear and disappear.</p>
<p>Check out the ServiceTracker for another option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeryl Cook</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-57787</link>
		<dc:creator>Jeryl Cook</dc:creator>
		<pubDate>Tue, 21 Oct 2008 16:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-57787</guid>
		<description>Great post!</description>
		<content:encoded><![CDATA[<p>Great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrikant Vashishtha</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-57750</link>
		<dc:creator>Shrikant Vashishtha</dc:creator>
		<pubDate>Tue, 21 Oct 2008 12:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-57750</guid>
		<description>Gene,

I think you may want to leave the fine tuning part on the blog. The content is really good for beginner level OSGI user otherwise. This is definitely not advanced OSGI stuff and that&#039;s what she meant.</description>
		<content:encoded><![CDATA[<p>Gene,</p>
<p>I think you may want to leave the fine tuning part on the blog. The content is really good for beginner level OSGI user otherwise. This is definitely not advanced OSGI stuff and that&#8217;s what she meant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-57618</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Mon, 20 Oct 2008 21:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-57618</guid>
		<description>I am looking for some idea and stumble upon your posting :) decide to wish you Thanks. Eugene</description>
		<content:encoded><![CDATA[<p>I am looking for some idea and stumble upon your posting <img src='http://blog.xebia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  decide to wish you Thanks. Eugene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gene De Lisa</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-57130</link>
		<dc:creator>Gene De Lisa</dc:creator>
		<pubDate>Fri, 17 Oct 2008 16:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-57130</guid>
		<description>&gt;the intended audience for this blog are people who are new to OSGi.

But then this Einstein writes:

&gt;You must already be familiar with how to create a bundle and how to use OSGi commands.

Incredible.</description>
		<content:encoded><![CDATA[<p>&gt;the intended audience for this blog are people who are new to OSGi.</p>
<p>But then this Einstein writes:</p>
<p>&gt;You must already be familiar with how to create a bundle and how to use OSGi commands.</p>
<p>Incredible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog bookmarks 10/17/2008 &#171; My Diigo bookmarks</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-57067</link>
		<dc:creator>Blog bookmarks 10/17/2008 &#171; My Diigo bookmarks</dc:creator>
		<pubDate>Fri, 17 Oct 2008 04:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-57067</guid>
		<description>[...] Experimenting with OSGi on Server Side &#124; Xebia Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Experimenting with OSGi on Server Side | Xebia Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Xebia France - OSGi au Paris JUG - Slides de la présentation</title>
		<link>http://blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/#comment-57001</link>
		<dc:creator>Blog Xebia France - OSGi au Paris JUG - Slides de la présentation</dc:creator>
		<pubDate>Thu, 16 Oct 2008 18:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=622#comment-57001</guid>
		<description>[...] Ruchika Goyal (Xebia Hollande) qui relate lui aussi son expérience OSGi dans Experimenting with OSGi on Server Side [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruchika Goyal (Xebia Hollande) qui relate lui aussi son expérience OSGi dans Experimenting with OSGi on Server Side [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.xebia.com/2008/10/16/experimenting-with-osgi-on-server-side/feed/ ) in 0.52245 seconds, on Feb 9th, 2012 at 8:26 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 9:26 pm UTC -->
