<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a little madness &#187; Eclipse</title>
	<atom:link href="http://www.alittlemadness.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alittlemadness.com</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<lastBuildDate>Wed, 26 Oct 2011 04:14:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Another OSGi Tutorial</title>
		<link>http://www.alittlemadness.com/2007/02/09/another-osgi-tutorial/</link>
		<comments>http://www.alittlemadness.com/2007/02/09/another-osgi-tutorial/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 14:24:56 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[OSGi]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.alittlemadness.com/?p=81</guid>
		<description><![CDATA[Just days after my previous post about OSGi tutorials, EclipseZone has embarked on a new tutorial covering the basics of OSGi with Equinox.  It&#8217;s another from-basics look, but the first I know of in this style for Equinox.
]]></description>
			<content:encoded><![CDATA[<p>Just days after my <a href="/?p=80">previous post</a> about OSGi tutorials, <a href="http://eclipsezone.com/">EclipseZone</a> has embarked on a <a href="http://eclipsezone.com/eclipse/forums/t90365.html">new tutorial</a> covering the basics of OSGi with Equinox.  It&#8217;s another from-basics look, but the first I know of in this style for Equinox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alittlemadness.com/2007/02/09/another-osgi-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSGi Tutorials</title>
		<link>http://www.alittlemadness.com/2007/02/06/osgi-tutorials/</link>
		<comments>http://www.alittlemadness.com/2007/02/06/osgi-tutorials/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 14:13:55 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[OSGi]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.alittlemadness.com/?p=80</guid>
		<description><![CDATA[One of the challenges when starting out with OSGi is finding information on the basics.  The official site offers a few articles on specific topics, but no real tutorials.  Probably the best resources on that site are the technology overview and the technical whitepaper, but neither document helps you to get your hands [...]]]></description>
			<content:encoded><![CDATA[<p>One of the challenges when starting out with OSGi is finding information on the basics.  The <a href="http://osgi.org/">official site</a> offers a few articles on specific topics, but no real tutorials.  Probably the best resources on that site are the <a href="http://osgi.org/osgi_technology/index.asp?section=2">technology overview</a> and the <a href="http://osgi.org/documents/collateral/TechnicalWhitePaper2005osgi-sp-overview.pdf">technical whitepaper</a>, but neither document helps you to get your hands dirty.  However, there are some other tutorials and presentations about that dig into more detail:</p>
<ul>
<li>The <a href="http://oscar-osgi.sourceforge.net/tutorial/">OSGi and Gravity Service Binder Tutorial</a> on the Oscar site starts with the simplest bundle and works up.  A good starting point, even though the service binder is Oscar-specific (the concept is still useful, however, and explained from first principles).</li>
<li>The <a href="http://www.knopflerfish.org/tutorials/">Knopflerfish tutorial</a>, which again starts from the very basics.  Some of the content is specific to Knopflerfish, but the OSGi basics are also covered in a hands-on fashion.</li>
<li>The <a href="http://www.aqute.biz/OSGi/Tutorial">aQute OSGi Tutorial</a>, which is a detailed presentation with accompanying source code.  Uses Eclipse/Equinox as a basis to develop some simple OSGi-based applications.  A good next step once you know how to make the simplest bundles.</li>
</ul>
<p>These links should help you get over the initial hump with OSGi.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alittlemadness.com/2007/02/06/osgi-tutorials/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>EclipseCon 2007</title>
		<link>http://www.alittlemadness.com/2007/02/01/eclipsecon-2007/</link>
		<comments>http://www.alittlemadness.com/2007/02/01/eclipsecon-2007/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 03:00:31 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[OSGi]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Zutubi]]></category>

		<guid isPermaLink="false">http://www.alittlemadness.com/?p=78</guid>
		<description><![CDATA[As Jason mentioned previously, we are in the process of introducing OSGi into the core of Pulse to handle our plugin support.  Since OSGi is also the core of Eclipse, we decided to that a trip to EclipseCon 2007 would be a great way to introduce ourselves into the community and see how people [...]]]></description>
			<content:encoded><![CDATA[<p>As Jason mentioned <a href="http://www.alittlemadness.com/?p=72">previously</a>, we are in the process of introducing OSGi into the core of <a href="http://www.zutubi.com/products/pulse/">Pulse</a> to handle our plugin support.  Since OSGi is also the core of Eclipse, we decided to that a trip to <a href="http://www.eclipsecon.org/2007">EclipseCon 2007</a> would be a great way to introduce ourselves into the community and see how people are using OSGi.  </p>
<p>It promises to be a very interesting trip, not least for the fact that both Jason and I use IDEA for our development.  I have not used Eclipse for quite some time, and last time Jason tried, it killed his mouse.  But just maybe it is time to give Eclipse another try? With its support for developing plugins, it will certainly help with developing extensions for Pulse.  </p>
<p>If anyone is interested in catching up with us while we are state side, send us an email.  We are looking forward to talking to Pulse users and a little madness readers alike. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alittlemadness.com/2007/02/01/eclipsecon-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Rise of OSGi</title>
		<link>http://www.alittlemadness.com/2007/01/19/the-rise-of-osgi/</link>
		<comments>http://www.alittlemadness.com/2007/01/19/the-rise-of-osgi/#comments</comments>
		<pubDate>Thu, 18 Jan 2007 14:20:20 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OSGi]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.alittlemadness.com/?p=72</guid>
		<description><![CDATA[There is a lot of talk buzzing around about OSGi, the &#8220;dynamic module system for Java&#8221;.  Most famously, an implementation of OSGi forms the basis of the plugin system in recent versions of Eclipse.
So what is OSGi?  If you head to the official website for the answer, you could be forgiven for thinking [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of talk buzzing around about <a href="http://www.osgi.org/">OSGi</a>, the &#8220;dynamic module system for Java&#8221;.  Most famously, an implementation of OSGi forms the basis of the plugin system in recent versions of <a href="http://www.eclipse.org/">Eclipse</a>.</p>
<p>So what is OSGi?  If you head to the <a href="http://www.osgi.org/">official website</a> for the answer, you could be forgiven for thinking you had stumbled on a game of buzzword bingo.  The terms &#8220;universal middleware&#8221;, &#8220;service oriented&#8221; and &#8220;component based&#8221; show up in the first couple of sentences!  Putting marketing-speak aside, however, OSGi turns out to be a mature standard for dynamic modules (read: plugins) for Java.  Despite the buzzwords, it is also pleasantly simple at its core (plugins are just Jar files with metadata in the manifest).  If you&#8217;re looking to create a plugin-based application, or to add a plugin system to your existing application, then you should look into OSGi.</p>
<p>In our case, we are adding a plugin system to the next major version of <a href="http://zutubi.com/products/pulse/">Pulse</a>.  We have decided to go with OSGi for a variety of reasons:</p>
<ul>
<li>A robust standard for the basic requirements of a plugin system: such as plugin metadata, dependencies, classloading, service management, dynamic loading/unloading and so on.  Why reinvent a less complete system?</li>
<li>A simple core: OSGi plugins (known as bundles) are just plain old Jar files with some metadata.  This simplicity will make our life much easier.</li>
<li>Existing open source implementations: we have chosen the Eclipse foundation&#8217;s <a href="http://www.eclipse.org/equinox/">Equinox</a> implementation, but there are others such as <a href="http://incubator.apache.org/felix/">Felix</a>, <a href="http://www.knopflerfish.org/">Knopflerfish</a> and <a href="http://oscar.objectweb.org/">Oscar</a>.</li>
<li>Eclipse tooling support: as Eclipse uses OSGi under the covers, the Eclipse Plugin Development Environment has tool support for creating and managing OSGi bundles.  One of our goals is to make the lives of plugin authors as simple as possible: tool support helps achieve this.</li>
</ul>
<p>Of course, it is not all good all of the time.  There are some challenges we face along the way:</p>
<ul>
<li>Lack of documentation: it is seriously difficult to find good documentation about OSGi and the implementations, apart from the standard itself (which happily is reasonably readable).  The saving grace is having the Equinox code and a helpful development community.</li>
<li>Embedding Equinox: the Equinox framework, as part of the Eclipse project, has a certain bias towards being used as part of the larger Eclipse platform (and Rich Client Platform).  This is changing over time, but we are finding some interesting challenges embedding Equinox in Pulse.</li>
<li>Impedence mismatches between Pulse and OSGi: at times the default OSGi behaviour is at odds with how we would like plugins to act in Pulse.  For example, OSGi mandates that the state of plugins is persisted by the framework, whereas we want Pulse itself to have control over their state.</li>
</ul>
<p>As we continue the implementation of a plugin system for <a href="http://zutubi.com/products/pulse/">Pulse</a>, I&#8217;ll post more about the particular things we learn along the way.  Hopefully this information will help fill the documentation black hole, particularly in a new area for Equinox: embedding in a standalone application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alittlemadness.com/2007/01/19/the-rise-of-osgi/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

