<?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>Wicked Blog</title>
	<atom:link href="http://www.wickedshell.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.wickedshell.net/blog</link>
	<description>A wicked blog about software architectur, Eclipse and Eclipse RCP</description>
	<lastBuildDate>Wed, 06 Oct 2010 05:51:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Xpand templates on XSDs</title>
		<link>http://www.wickedshell.net/blog/?p=210</link>
		<comments>http://www.wickedshell.net/blog/?p=210#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:54:27 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Model Driven Development]]></category>
		<category><![CDATA[MWE]]></category>
		<category><![CDATA[Xpand]]></category>

		<guid isPermaLink="false">http://www.wickedshell.net/blog/?p=210</guid>
		<description><![CDATA[The screen definitions of our application are part of our model as well. They need to be exported to XML to be processed by our screen-interpreter at runtime. Our client is based on Eclipse RCP and we allow to apply hooks to certain steps within the interpretation process. This is required to let the developer [...]]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=210</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Executing commands programmatically</title>
		<link>http://www.wickedshell.net/blog/?p=195</link>
		<comments>http://www.wickedshell.net/blog/?p=195#comments</comments>
		<pubDate>Thu, 25 Mar 2010 12:54:27 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[Eclipse RCP]]></category>

		<guid isPermaLink="false">http://www.wickedshell.net/blog/?p=195</guid>
		<description><![CDATA[Executing commands (e.g. from a SWT listener) is a pretty handy thing. You don&#8217;t have to care about, where the handler is registered, you simply execute the command via the ICommandService, the delegation is provided by the framework. ... ICommandService commandService = (ICommandService)getViewSite().getService(ICommandService.class); try { commandService.getCommand("com.foo.the.command").executeWithChecks(new ExecutionEvent()); } catch (Exception exception) { logger.error(exception.getMessage(), exception); } [...]]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=195</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tuning Xpand Templates</title>
		<link>http://www.wickedshell.net/blog/?p=141</link>
		<comments>http://www.wickedshell.net/blog/?p=141#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:09:03 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Model Driven Development]]></category>
		<category><![CDATA[MDD]]></category>
		<category><![CDATA[MWE]]></category>
		<category><![CDATA[Xpand]]></category>
		<category><![CDATA[Xtend]]></category>

		<guid isPermaLink="false">http://www.wickedshell.net/blog/?p=141</guid>
		<description><![CDATA[Our current project is model driven, using MWE, Xpand &#38; Xtend. Right at the beginning, our templates were really fast and the round trip time was fairly acceptable. By now, our model contains quite a lot of elements and a generator run takes far more time than before. So I had a look what can [...]]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse RCP and language selection</title>
		<link>http://www.wickedshell.net/blog/?p=127</link>
		<comments>http://www.wickedshell.net/blog/?p=127#comments</comments>
		<pubDate>Thu, 11 Feb 2010 08:27:36 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Eclipse RCP]]></category>
		<category><![CDATA[language selection]]></category>

		<guid isPermaLink="false">http://www.wickedshell.net/blog/?p=127</guid>
		<description><![CDATA[Eclipse RCP Clients are usually shipped with language bundles providing the translations of the application&#8217;s labels. Depending on the locale (either the system&#8217;s default locale or the locale set with the -nl program argument), the client appears with the labels in the defined language. But what about letting the user choose his language, e.g. in [...]]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=127</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Building Source Features with the PDE Build</title>
		<link>http://www.wickedshell.net/blog/?p=101</link>
		<comments>http://www.wickedshell.net/blog/?p=101#comments</comments>
		<pubDate>Sat, 30 Jan 2010 11:41:31 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Eclipse RCP]]></category>
		<category><![CDATA[PDE build]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://www.wickedshell.net/blog/?p=101</guid>
		<description><![CDATA[The PDE Build provides a pretty convenient way of automatically creating a source feature. The additional feature contains all source files and artefacts listed in the containing bundles&#8217; build.properties files for a source build. There are only a few settings necessary. Assume we have a feature com.foo.feature containing some bundles with binaries only. First, we [...]]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=101</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fragments vs. Buddy Classloading</title>
		<link>http://www.wickedshell.net/blog/?p=76</link>
		<comments>http://www.wickedshell.net/blog/?p=76#comments</comments>
		<pubDate>Wed, 27 Jan 2010 08:09:49 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[buddy classloading]]></category>
		<category><![CDATA[bundle design]]></category>
		<category><![CDATA[Eclipse RCP]]></category>
		<category><![CDATA[fragment]]></category>
		<category><![CDATA[OSGi]]></category>

		<guid isPermaLink="false">http://www.wickedshell.net/blog/?p=76</guid>
		<description><![CDATA[Classloading is a serious issue when creating OSGi based applications. As each bundle is bound to it&#8217;s own classpath, sometimes the reflection mechanism will not work as expected. So, there are basicly two ways of solving the problem of extending a bundle&#8217;s classpath (when using Equinox&#8230;), either create a feature or use Buddy Classloading. But [...]]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=76</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wicked Shell Docs</title>
		<link>http://www.wickedshell.net/blog/?p=72</link>
		<comments>http://www.wickedshell.net/blog/?p=72#comments</comments>
		<pubDate>Thu, 31 Dec 2009 12:44:36 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Wicked Shell]]></category>

		<guid isPermaLink="false">http://blog.wickedshell.net/?p=72</guid>
		<description><![CDATA[I have updated the Wicked Shell page with the contents of the Wicked Shell documentation. It is not that detailed, so if there are any questions, please let me know via mail.]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=72</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>White Christmas</title>
		<link>http://www.wickedshell.net/blog/?p=51</link>
		<comments>http://www.wickedshell.net/blog/?p=51#comments</comments>
		<pubDate>Mon, 21 Dec 2009 11:54:57 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://blog.wickedshell.net/2009/12/white-christmas/</guid>
		<description><![CDATA[Unbelievably 3 days before Christmas Eve it is freezing cold outside (we had -11,7 °C) and everything is covered with snow. So there really is a chance for a white Christmas around here, which is pretty special.  I can&#8217;t really remember the last time we had snow for Christmas.]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmatic command contributions</title>
		<link>http://www.wickedshell.net/blog/?p=48</link>
		<comments>http://www.wickedshell.net/blog/?p=48#comments</comments>
		<pubDate>Wed, 16 Dec 2009 19:24:10 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[contributions]]></category>
		<category><![CDATA[Eclipse RCP]]></category>
		<category><![CDATA[handlers]]></category>

		<guid isPermaLink="false">http://www.wickedshell.net/blog/index.php/?p=48</guid>
		<description><![CDATA[Have you ever faced the task of programmatically adding commands to a given menu? It is not that difficult &#8211; when you finally found out . First of all, you need a target menu, whether it is declared or programmatically created does not matter. What you actually need is the menu&#8217;s location URI. You may [...]]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cordless on telly is wicked&#8230;</title>
		<link>http://www.wickedshell.net/blog/?p=47</link>
		<comments>http://www.wickedshell.net/blog/?p=47#comments</comments>
		<pubDate>Wed, 09 Dec 2009 22:12:48 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.wickedshell.net/blog/index.php/?p=47</guid>
		<description><![CDATA[Not long ago, I got my brand new LCD television, which is really pretty cool. As my DVD player &#8216;unfortunately&#8217; quited his job, I additionally needed to buy a BluRay player as well  - even more really pretty cool. Yesterday, my wife and me went to Hamburg&#8217;s main Christmas market right in front of the [...]]]></description>
		<wfw:commentRss>http://www.wickedshell.net/blog/?feed=rss2&#038;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

