<?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>Heiko Behrens (Blog)</title>
	<atom:link href="http://www.heikobehrens.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heikobehrens.net</link>
	<description>11:60 p.m. - my plain thoughts</description>
	<lastBuildDate>Wed, 07 Jul 2010 20:33:38 +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>Video Compositing on the iPhone: OpenGL with alpha mask on top of a full motion video</title>
		<link>http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/</link>
		<comments>http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:50:41 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=1154</guid>
		<description><![CDATA[During the iPhone game project I have written about before we had to implement a highly dynamic 3D scene in great detail here at itemis. From a third-person perspective, the player looks at a semi-transparent ball rolling through a gully towards a waterfall. To implement this with the limited resources of the mobile device we [...]]]></description>
			<content:encoded><![CDATA[<p>During the <a href="http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/">iPhone game project I have written about before</a> we had to implement a highly dynamic 3D scene in great detail here at <a href="http://mobile.itemis.de">itemis</a>. From a third-person perspective, the player looks at a semi-transparent ball rolling through a gully towards a waterfall. To implement this with the limited resources of the mobile device we came up with an adaption of the<a href="http://en.wikipedia.org/wiki/Rear_projection_effect"> rear projection technique</a> as known from film productions.</p>
<div id="attachment_1155" class="wp-caption aligncenter" style="width: 529px"><img class="size-full wp-image-1155" title="compositingExplained" src="http://www.heikobehrens.net/wp-content/uploads/2010/07/compositingExplained.png" alt="Layer compositing" width="519" height="189" /><p class="wp-caption-text">The game screen has been built with a full motion video behind the HUD and the game layer. </p></div>
<p>The game screen as seen by the player internally consists of different layers. The top-most layer contains 2D graphics and displays information such as speed or remaining time. Behind this layer (or plate) the dynamic 3D game scene is being rendered. This layer contains the actual game elements the player controls. It has been built with OpenGL and displays the player&#8217;s character inside a rolling ball.</p>
<p>Now, in addition to this quite common setup we implemented a third layer in the back that plays a <a href="http://en.wikipedia.org/wiki/Full_motion_video">full motion video</a> of a pre-rendered game scene. Even though this technique had been used for games such as <a href="http://en.wikipedia.org/wiki/Star_Wars:_Rebel_Assault">Rebel Assault on the PC</a> between the late 80&#8217;s and the early 90&#8217;s I am not aware of any iPhone game that integrates the game layer as tight as we did with matting and <a href="http://en.wikipedia.org/wiki/Alpha_compositing">alpha compositing</a>.</p>
<div id="attachment_1161" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-1161" title="Compositing Result" src="http://www.heikobehrens.net/wp-content/uploads/2010/07/compositingResult.png" alt="" width="550" height="187" /><p class="wp-caption-text">Game elements (a) with animated matting (b) appear inside (c) or even &quot;behind&quot; a background movie as illustrated on (d).</p></div>
<p>In no case we wanted to deliver a separate, affixed game layer above the movie. Instead, we tried to create the impression of embedded game elements (a) as an integrated part of the pre-rendered movie. With the help of an animated alpha mask (holdout matte) that corresponds to the wave movements of the river (b) we were able to let the water appear above the ball (c). And by using a matte with a true alpha channel we were even able to let submerged parts of the scene shine through the water surface as you can see on (d).</p>
<p><a href="http://itunes.apple.com/de/app/nivea-for-men-waterfallrace/id375677447?mt=8">NIVEA FOR MEN WaterfallRace is available on the App Store</a> for free and I will write another post including a screencast once the scheduled update for known bugs is out.</p>
<p>We were able to make this compositing feature work on the 1st generation iPod Touch and iPhone with the SDK 3.0. Please let me know if you are interested in the technical details on how to configure the EAGLView and MPMoviePlayerController or how to sync with the movie on the targeted iPhone OS 3.1. Also, please comment on this post if there&#8217;s another development aspect of this project you want to learn more about.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Video%20Compositing%20on%20the%20iPhone%3A%20OpenGL%20with%20alpha%20mask%20on%20top%20of%20a%20full%20motion%20video%22&amp;body=Link: http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A During%20the%20iPhone%20game%20project%20I%20have%20written%20about%20before%20we%20had%20to%20implement%20a%20highly%20dynamic%203D%20scene%20in%20great%20detail%20here%20at%20itemis.%20From%20a%20third-person%20perspective%2C%20the%20player%20looks%20at%20a%20semi-transparent%20ball%20rolling%20through%20a%20gully%20towards%20a%20waterfall.%20To%20implement%20this%20with%20the%20limited%20resour" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Video+Compositing+on+the+iPhone%3A+OpenGL+with+alpha+mask+on+top+of+a+full+motion+%5B..%5D+-+http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/&amp;title=Video+Compositing+on+the+iPhone%3A+OpenGL+with+alpha+mask+on+top+of+a+full+motion+video" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/&amp;title=Video+Compositing+on+the+iPhone%3A+OpenGL+with+alpha+mask+on+top+of+a+full+motion+video" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/&amp;bm_description=Video+Compositing+on+the+iPhone%3A+OpenGL+with+alpha+mask+on+top+of+a+full+motion+video&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/&amp;title=Video+Compositing+on+the+iPhone%3A+OpenGL+with+alpha+mask+on+top+of+a+full+motion+video" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Psychologically Tricked: Perceived Speed in an iPhone Game</title>
		<link>http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/</link>
		<comments>http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 12:00:50 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=1042</guid>
		<description><![CDATA[In a recent iPhone game project I was involved with at itemis the player had to gain speed by tapping on the touch screen. Several game elements conveyed the impression of acceleration to motivate the player achieving this goal. The 3D game graphic of fly-by elements in a canyon were supported by a crescendo of game sounds [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent iPhone game project I was involved with at <a href="http://mobile.itemis.de/">itemis</a> the player had to gain speed by tapping on the touch screen. Several game elements conveyed the impression of acceleration to motivate the player achieving this goal. The 3D game graphic of fly-by elements in a canyon were supported by a crescendo of game sounds and as with any serious racing game there was a speedometer, too.</p>
<p><strong>Update: <a href="http://www.heikobehrens.net/2010/07/07/video-compositing-on-the-iphone-opengl-with-alpha-mask-on-top-of-a-full-motion-video/"><span style="font-weight: normal;">Read the follow-up post</span></a></strong> about the <a href="http://itunes.apple.com/de/app/nivea-for-men-waterfallrace/id375677447?mt=8">NIVEA FOR MEN WaterfallRace</a>.</p>
<div id="attachment_1045" class="wp-caption aligncenter" style="width: 400px"><img class="size-full wp-image-1045" title="separation of actual and displayed value" src="http://www.heikobehrens.net/wp-content/uploads/2010/06/chartscombined.png" alt="" width="390" height="156" /><p class="wp-caption-text">Different functions to separate actual and displayed speed values</p></div>
<p>During our first phase of interaction tests we constantly got the feedback that the speedo was not accurate, though. Players had the impression to be way faster than the value displayed by the gauge. Others complained about how hard it was to gain speed in the lower region.</p>
<p>We decided to separate the actual speed used for game logic from the displayed value as shown by the speedometer. The paper &#8220;<a href="http://www.chrisharrison.net/projects/progressbars/ProgBarHarrison.pdf">Rethinking the Progress Bar</a>&#8221; I stumbled across a while ago when I was improving the user experience of a desktop application came in handy to do so. Chris Harrison et. al. discuss how different update rates of ordinary progress bars change the user&#8217;s perception of progress duration. They come up with some simple, yet useful functions to map a real progress value <em>x</em> to the displayed value <em>f(x)</em>.</p>
<div id="attachment_1046" class="wp-caption aligncenter" style="width: 359px"><img class="size-full wp-image-1046" title="selection of progress functions" src="http://www.heikobehrens.net/wp-content/uploads/2010/06/formulars.png" alt="" width="349" height="172" /><p class="wp-caption-text">Selection of functions as described in Rethinking the Progress Bar</p></div>
<p>Whereas the results in the paper highlight functions that produce an accelerating progress bar in the end we needed to achieve the opposite for our game.</p>
<blockquote><p>My speed is quite good by now but I am not at top speed, yet. I will try harder.</p></blockquote>
<p>On slow speed ranges our speedometer simulated a higher speed and greater variation on speed changes. Beginners got immediate feedback and felt success that way. High speed values on the other hand were visually more difficult to achieve. That behavior seemed to motivate advanced players.</p>
<p>We first used the <em>Inverse Fast Power</em> function but eventually settled on <em>Late Pause</em>. No player ever mentioned a mismatch between the actual and the displayed value after our adjustments and nobody seemed to recognize the fake.</p>
<p><strong>Links</strong></p>
<ul>
<li><a href="http://itunes.apple.com/de/app/nivea-for-men-waterfallrace/id375677447?mt=8">NIVEA FOR MEN WaterfallRace</a> on the App Store</li>
<li><a href="http://www.chrisharrison.net/projects/progressbars/ProgBarHarrison.pdf">&#8220;Rethinking the Progress Bar&#8221; by Chris Harrison, Brian Amento, Stacey Kuznetsov and Robert Bell</a></li>
<li><a href="http://mobile.itemis.de/">itemis mobile application development</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Psychologically%20Tricked%3A%20Perceived%20Speed%20in%20an%20iPhone%20Game%22&amp;body=Link: http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20a%20recent%20iPhone%20game%20project%20I%20was%20involved%20with%20at%20itemis%20the%20player%20had%20to%20gain%20speed%20by%20tapping%20on%20the%20touch%20screen.%20Several%20game%20elements%20conveyed%20the%20impression%20of%20acceleration%20to%20motivate%20the%20player%20achieving%20this%20goal.%20The%C2%A03D%20game%C2%A0graphic%20of%20fly-by%20elements%20in%20a%20canyon%20were%20supported%20by%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Psychologically+Tricked%3A+Perceived+Speed+in+an+iPhone+Game+-+http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/&amp;title=Psychologically+Tricked%3A+Perceived+Speed+in+an+iPhone+Game" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/&amp;title=Psychologically+Tricked%3A+Perceived+Speed+in+an+iPhone+Game" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/&amp;bm_description=Psychologically+Tricked%3A+Perceived+Speed+in+an+iPhone+Game&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/&amp;title=Psychologically+Tricked%3A+Perceived+Speed+in+an+iPhone+Game" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2010/06/03/psychologically-tricked-perceived-speed-in-an-iphone-game/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Preview your photoshop design directly on the iPhone/iPad</title>
		<link>http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/</link>
		<comments>http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/#comments</comments>
		<pubDate>Fri, 07 May 2010 20:19:51 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=1022</guid>
		<description><![CDATA[Too many screen designers are not yet familiar with mobile touch screens. There, you have to look carefully for buttons large enough to hit with your thumb, fonts that are readable on the go and colors that compensate those energy-saving displays. As with print, you should proof your design against the actual output early and [...]]]></description>
			<content:encoded><![CDATA[<p>Too many screen designers are not yet familiar with mobile touch screens. There, you have to look carefully for buttons large enough to hit with your thumb, fonts that are readable on the go and colors that compensate those energy-saving displays. As with print, you should proof your design against the actual output early and regularly. But since we are in the 21st century we can choose a more effective way than using color calibration, DPI adjustments, or print-outs to do this.</p>
<p>A week ago I stumbled across a small and free tool by <a href="http://zambetti.com/">Nicholas Zambetti</a> called <a href="http://zambetti.com/projects/liveview/">LiveView</a> you can find <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=301069270&amp;mt=8">on the App Store</a>. Its concept is easy: On your Mac you run the LiveView ScreenCaster. That counter part renders an iPhone/iPad frame in its actual (huge!) dimensions on your monitor. Anything that shines through the screen of that imaginary device is being sent over the Wi-Fi. On the iPhone/iPad you can now run the LiveView app. It automatically finds every Mac currently running a ScreenCaster via Bonjour, asks you for the one to display and&#8230; Well, that&#8217;s it. You can now see your screen pixel perfect without exporting and importing images anymore.</p>
<div id="attachment_1023" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.heikobehrens.net/wp-content/uploads/2010/05/liveviewonipad.png"><img class="size-full wp-image-1023" title="LiveView on iPad" src="http://www.heikobehrens.net/wp-content/uploads/2010/05/liveviewonipad.png" alt="The liveview app+screencaster copies the content of your screen directly to your device over the air." width="400" height="318" /></a><p class="wp-caption-text">Get a live copy of your screen on the iPad with the LiveView app.</p></div>
<p>As it turns out, this is just the way you can immediately test out anything you mock on your big screen. The ScreenCaster frame gives you the right idea about the actual dimensions of the device including its borders. You can adjust its position pixel by pixel with the cursor keys and finally press CMD+H to hide it. This is far more convenient than any VNC-based approach I tried before.</p>
<p>From there, work with <a href="http://www.adobe.com/products/photoshop/family/">Photoshop</a>, <a href="http://www.pixelmator.com/">Pixelmator</a>, <a href="http://www.omnigroup.com/applications/omnigraffle/">OmniGraffle</a> or any other tool as usual. You can hide layers, resize elements, and change your font size while watching everything live on your device.</p>
<p>Impress your client and hand over the iPhone to your stunning audience while swapping layers. Or, use the tool as I did it with my current project at <a href="http://www.itemis.com/">itemis</a>. I looked at a flash website through the iPhone! That way, I was able to gain a first impression of what can be improved with a true iPhone app.</p>
<p>Unfortunately, the ScreenCaster cannot be rotated to send the data in landscape mode. Another flaw is the lack of a Windows version of the ScreenCaster. Nicholas, if you read this: I meant it the way I mailed it. Let me know if I can help you with the Windows port!</p>
<h3>Links</h3>
<ul>
<li><a href="http://zambetti.com/projects/liveview/">LiveView project website</a></li>
<li><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=301069270&amp;mt=8">LiveView on the App Store</a></li>
<li><a href="http://labs.ideo.com/2009/01/20/liveview-an-iphone-app-for-on-screen-prototyping/">blog post about LiveView by Gentry Underwood</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Preview%20your%20photoshop%20design%20directly%20on%20the%20iPhone%2FiPad%22&amp;body=Link: http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Too%20many%20screen%20designers%20are%20not%20yet%20familiar%20with%20mobile%20touch%20screens.%20There%2C%20you%20have%20to%20look%20carefully%20for%20buttons%20large%20enough%20to%20hit%20with%20your%20thumb%2C%20fonts%20that%20are%20readable%20on%20the%20go%20and%20colors%20that%20compensate%20those%20energy-saving%20displays.%20As%20with%20print%2C%20you%20should%20proof%20your%20design%20against%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Preview+your+photoshop+design+directly+on+the+iPhone%2FiPad+-+http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/&amp;title=Preview+your+photoshop+design+directly+on+the+iPhone%2FiPad" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/&amp;title=Preview+your+photoshop+design+directly+on+the+iPhone%2FiPad" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/&amp;bm_description=Preview+your+photoshop+design+directly+on+the+iPhone%2FiPad&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/&amp;title=Preview+your+photoshop+design+directly+on+the+iPhone%2FiPad" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2010/05/07/preview-your-photoshop-design-directly-on-the-iphoneipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s get naked</title>
		<link>http://www.heikobehrens.net/2010/04/09/lets-get-naked/</link>
		<comments>http://www.heikobehrens.net/2010/04/09/lets-get-naked/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 07:37:24 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=1002</guid>
		<description><![CDATA[Today is CSS Naked Day 2010, hopefully many websites will participate and deactivate their styling as I did with this blog. The idea behind CSSND is to promote web standards and proper, semantic markup.
In my opinion web standards such as Cascading Style Sheets (CSS) tremendously evolved over the last years. Where I used images and [...]]]></description>
			<content:encoded><![CDATA[<p>Today is <a href="http://naked.threepixeldrift.com/">CSS Naked Day 2010</a>, hopefully many websites will participate and deactivate their styling as I did with this blog. The idea behind CSSND is to promote web standards and proper, semantic markup.</p>
<div id="attachment_1012" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-1012 " title="Comparison between CSS and non-CSS" src="http://www.heikobehrens.net/wp-content/uploads/2010/04/csscomparison1.png" alt="This blog with and without Cascading Style Sheets on the CSSND." width="400" height="300" /><p class="wp-caption-text">This blog with and without Cascading Style Sheets on the CSSND.</p></div>
<p><span id="more-1002"></span>In my opinion web standards such as <a href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">Cascading Style Sheets</a> (CSS) tremendously evolved over the last years. Where I used images and tables years ago in order to achieve a proper site layout I can simply use CSS nowadays. In my current project I go even forward and implement transitions, rotations and semi-perspective alignment in a consistent, declarative way.</p>
<p>For a single day, I will deactivate CSS to honor these achievements. Thank you &#8211; <a href="http://people.opera.com/howcome/">Håkon Wium Lie</a>, the <a href="http://www.w3.org/Style/CSS/">W3C</a> and the early adopting web community!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Let%27s%20get%20naked%22&amp;body=Link: http://www.heikobehrens.net/2010/04/09/lets-get-naked/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Today%20is%20CSS%20Naked%20Day%202010%2C%20hopefully%20many%20websites%20will%20participate%20and%20deactivate%20their%20styling%20as%20I%20did%20with%20this%20blog.%20The%20idea%20behind%20CSSND%20is%20to%20promote%20web%20standards%20and%20proper%2C%20semantic%20markup.%0D%0A%0D%0A%0D%0A%0D%0AIn%20my%20opinion%20web%20standards%20such%20as%20Cascading%20Style%20Sheets%20%28CSS%29%20tremendously%20evolved%20over" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2010/04/09/lets-get-naked/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Let%27s+get+naked+-+http://www.heikobehrens.net/2010/04/09/lets-get-naked/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2010/04/09/lets-get-naked/&amp;title=Let%27s+get+naked" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2010/04/09/lets-get-naked/&amp;title=Let%27s+get+naked" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2010/04/09/lets-get-naked/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2010/04/09/lets-get-naked/&amp;bm_description=Let%27s+get+naked&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2010/04/09/lets-get-naked/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2010/04/09/lets-get-naked/&amp;title=Let%27s+get+naked" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2010/04/09/lets-get-naked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPad sucks &#8211; my first impressions</title>
		<link>http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/</link>
		<comments>http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 15:25:54 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=984</guid>
		<description><![CDATA[Now that I got your attention, read on and understand what exactly I dislike about the current version of the iPad. In short: its weight, the curved flip side while typing, the reflecting display and the absence of multi-user support. So, what does this mean to me?
Weight and Typing
When I held this device in my [...]]]></description>
			<content:encoded><![CDATA[<p>Now that I got your attention, read on and understand what exactly I dislike about the current version of the iPad. In short: its weight, the curved flip side while typing, the reflecting display and the absence of multi-user support. So, what does this mean to me?</p>
<div id="attachment_986" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.heikobehrens.net/wp-content/uploads/2010/04/img_0255.jpg"><img class="size-medium wp-image-986" title="iPad after 15 minutes" src="http://www.heikobehrens.net/wp-content/uploads/2010/04/img_0255-300x225.jpg" alt="The iPad after 15 minutes of usage" width="300" height="225" /></a><p class="wp-caption-text">The iPad after 15 minutes of usage</p></div>
<h3>Weight and Typing</h3>
<p>When I held this device in my hands this morning my first reaction was &#8220;oh, that&#8217;s heavy&#8221;. And in fact, after holding it a few minutes between my thumb and forefinger while swiping and touching through the apps this impression got stronger. Its weight becomes even more annoying while typing when you hold the device with one hand and type letter by letter with the other one.</p>
<p>&#8220;Not a problem&#8221; you might say, &#8220;one can place it on the table to type&#8221;. Well, yes and no. I was suprised how stable it was on the tabletop despite its curved flip side. The keys are way larger than those on the iPhone and typing with two hands would be a pleasure if there wasn&#8217;t the space bar. Each time I hit the spacer with my thumb the device slightly revolved around its own axis. Only cloth could prevent this.</p>
<p>&#8220;Why not using two thumbs for typing&#8221;, I thought by myself. This is what I do on the iPhone the whole time and it might work well on the iPad even though it&#8217;s larger. I was looking at the virtual keyboard to hit the proper keys with my thumbs and kept quite happy for a few letters. To conquer those larger distances with your fingers is one thing. To focus text and keyboard with my single pair of eyes simultanously simply doesn&#8217;t work. The keyboard at the bottom and text at the very top of the screen are so far away from each other on that huge display, this technique doesn&#8217;t work anymore. The seesaw between text and keyboard made me feel like I haven&#8217;t typed before at all.</p>
<p>In the end, only few postures on the sofa where you place the iPad on your lap worked fine for me.</p>
<h3>Glossy Display</h3>
<p>At first glance, this might only be an esthetic issue. Having finger prints all over the display is not really the end of the world. It&#8217;s just in the eye of the beholder. Right, but having reflections of your ceiling light, sunblinds or windows in general is more than annoying. When one finally found a way to type successfully on the iPad, there are not many options to prevent those reflections anymore. There&#8217;s no turnable display lid like the one on your laptop and you cannot easily change the angle between your tables and your windows &#8211; once you figured out how to type with two hands.</p>
<h3>No Multi-User Support</h3>
<p>I think of the iPad as the obvious extension of your living room. Your guests can look-up the soccer results, browse on youtube, pass it around to complete the pizza ordering or even check their facebook status. And the latter is exactly the problem with the iPad. As anything else in your living room the iPad is open to anyone. But what about your mails? What about your browser history and your stored logins? And what about your beloved calender, twitter, facebook or baking apps that grant access at a single finger tip?</p>
<p>Do you really have to lock the iPad? Is it just a toy and must not be used for serious data?</p>
<h3>Conclusion</h3>
<p>I am still fascinated by the iPad. It&#8217;s an amazing (some argue &#8220;magical&#8221;) piece of technology. I will get used to its weight and will learn how to type and look at the glossy display. But the lack of a &#8220;guest profile&#8221; or an equivalent way to hide away sensible data is something apple has to work on. Under these circumstances there&#8217;s only one option for me to use the iPad in future &#8211; I will need two of them.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22The%20iPad%20sucks%20-%20my%20first%20impressions%22&amp;body=Link: http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Now%20that%20I%20got%20your%20attention%2C%20read%20on%20and%20understand%20what%20exactly%20I%20dislike%20about%20the%20current%20version%20of%20the%20iPad.%20In%20short%3A%20its%20weight%2C%20the%20curved%20flip%20side%20while%20typing%2C%20the%20reflecting%20display%20and%20the%20absence%20of%20multi-user%20support.%20So%2C%20what%20does%20this%20mean%20to%20me%3F%0D%0A%0D%0A%0D%0AWeight%20and%20Typing%0D%0AWhen%20I%20hel" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=The+iPad+sucks+-+my+first+impressions+-+http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/&amp;title=The+iPad+sucks+-+my+first+impressions" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/&amp;title=The+iPad+sucks+-+my+first+impressions" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/&amp;bm_description=The+iPad+sucks+-+my+first+impressions&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/&amp;title=The+iPad+sucks+-+my+first+impressions" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2010/04/07/the-ipad-sucks-my-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone at EclipseCon 2010</title>
		<link>http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/</link>
		<comments>http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 08:49:36 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=968</guid>
		<description><![CDATA[The EclipseCon 2010 was a huge success not only for our flagship project Xtext. As mentioned by Sven and Jan before, we gratefully received the Eclipse Community Award and enthusiastically delivered more than 6 talks around model-driven software development. But beyond that, it&#8217;s been the first international conference where you could learn about a new area [...]]]></description>
			<content:encoded><![CDATA[<p>The EclipseCon 2010 was a huge success not only for our flagship project <a href="http://www.eclipse.org/Xtext/">Xtext</a>. As mentioned by <a href="http://blog.efftinge.de/2010/03/xtext-won-eclipse-community-award.html">Sven</a> and <a href="http://koehnlein.blogspot.com/2010/03/eclipsecon-2010-xtext-everywhere.html">Jan</a> before, we gratefully received the <a href="http://www.eclipse.org/org/press-release/20100322_awardswinners.php">Eclipse Community Award</a> and enthusiastically delivered more than 6 talks around model-driven software development. But beyond that, it&#8217;s been the first international conference where you could learn about <a href="http://www.itemis.com/itemis-ag/portfolio/language=en/29470/business-applications-for-mobile-devices">a new area of itemis&#8217; activities: mobile applications</a>.</p>
<div id="attachment_975" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.heikobehrens.net/wp-content/uploads/2010/03/generatediphoneapp.png"><img class="size-medium wp-image-975" title="generatediphoneapp" src="http://www.heikobehrens.net/wp-content/uploads/2010/03/generatediphoneapp-300x176.png" alt="Generated iPhone app" width="300" height="176" /></a><p class="wp-caption-text">100% Generated iPhone app of my EclipseCon talk</p></div>
<p>During my talk on Monday (<a href="http://www.slideshare.net/HeikoB/mdsd-on-iphone-eclipsecon-2010">slides on slideshare</a>), I argued how you can leverage the ideas of MDSD to be more efficient when building iPhone apps with the help of domain-specific languages. To prove this, I built a running iPhone application in front of the audience in just 12 minutes. That application was able to browse the corporate blog of itemis as well as an index of itemis speakers and talks available at EclipseCon. From any screen you could jump to related bits of information. Everything was being loaded on demand and behaved like every other native application on the iPhone &#8211; since <em>it is</em> a native app. And the coolest thing: All this without leaving Eclipse!</p>
<p>As you can read in the <a href="http://www.thebitsource.com/featured-posts/iphonical-model-driven-iphone-application-development/">interview I gave to The Bitsource</a> I understand this particular demo app as an example. It represents an important part of many apps you can find in the stores today and the provided results are substitutional for the whole group of data-centric mobile applications itemis is going to deliver with the powerful help of MDSD.</p>
<div id="attachment_971" class="wp-caption aligncenter" style="width: 310px"><a href="http://vimeo.com/10438569"><img class="size-medium wp-image-971" title="Heiko holding the iPhone Mars Rover app" src="http://www.heikobehrens.net/wp-content/uploads/2010/03/portraitheiko-300x225.png" alt="" width="300" height="225" /></a><p class="wp-caption-text">Me holding the iPhone Mars Rover app. Click the image to watch a video of the iPhone Mars Rover app.</p></div>
<p>A rather unusual event we stumbled upon was the <a href="http://www.eclipse.org/community/e4RoverMars/challenge.php">EclipseCon Mars Rover Challenge</a> held in cooperation with the <a href="http://www.jpl.nasa.gov/">NASA JPL</a>. It&#8217;s idea was to create the very best robotic control system to drive a robot across a prototypical Mars landscape. And guess what? <a href="http://www.peterfriese.de">Peter</a> and I set out to deliver an iPhone application to do so.</p>
<p>To make a <a href="http://www.google.com/search?q=iphone%20mars%20rover">long and amusing story</a> short, we came up with a vibrating and blinking iPhone app that allows you to steer the robot by tilting the device. <a href="http://www.popsci.com/technology/article/2010-03/watch-iphone-control-mars-rover-earth">Popular Science</a>, <a href="http://mashable.com/2010/03/26/iphone-mars-rover/">Mashable</a>, <a href="http://tech.slashdot.org/story/10/03/26/1318208/iPhone-App-Developed-To-Control-NASA-Robot">Slashdot</a> and many other news sites caught up quickly &#8211; so we decided to publish a <a href="http://iPhoneMarsRover.com">dedicated website (iPhoneMarsRover.com)</a> discussing the details and providing more images on that particular application. At this point I want to thank <a href="http://www.carsten-oltmann.de/">Carsten</a> and <a href="http://jendryschik.de/">Michael</a> for their invaluable help building that site. It&#8217;s a pleasure to work with such talented people.</p>
<p>And regarding the Mars Rover app: In future, we will most probably give droids the chance to hold that app in their hands &#8211; stay tuned!</p>
<p>Yes, itemis truly enters the market of mobile applications. And this goes way beyond ordinary iPhone, Android or Symbian apps. We are currently working on something that will knock your socks off! But that&#8217;s still a #secretproject&#8230;</p>
<p><strong>Update 04/15/10:</strong> Dzone interviewed <a href="http://www.PeterFriese.de">Peter</a> and me about the aforementioned talk as well as the Mars Rover app. <a href="http://java.dzone.com/articles/xtext-and-iphone">Read more details over there</a>.</p>
<h3>Links</h3>
<ul>
<li><a href="http://www.slideshare.net/HeikoB/mdsd-on-iphone-eclipsecon-2010">Slides of my MDSD on iPhone talk</a></li>
<li><a href="http://vimeo.com/10438569">Video of the iPhone Mars Rover app</a></li>
<li><a href="http://iPhoneMarsRover.com">iPhoneMarsRover.com</a></li>
<li><a href="http://www.thebitsource.com/featured-posts/iphonical-model-driven-iphone-application-development/">Interview at BitSource about MDSD on iPhone</a></li>
<li><a href="http://java.dzone.com/articles/xtext-and-iphone">Interview at DZone about MDSD on iPhone and Mars Rover</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22The%20iPhone%20at%20EclipseCon%202010%22&amp;body=Link: http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20EclipseCon%202010%20was%20a%20huge%20success%20not%20only%20for%20our%20flagship%20project%20Xtext.%20As%20mentioned%20by%20Sven%20and%20Jan%20before%2C%20we%20gratefully%20received%20the%20Eclipse%20Community%20Award%20and%C2%A0enthusiastically%20delivered%20more%20than%206%20talks%20around%20model-driven%20software%20development.%20But%20beyond%20that%2C%20it%27s%20been%20the%20first%20int" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=The+iPhone+at+EclipseCon+2010+-+http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/&amp;title=The+iPhone+at+EclipseCon+2010" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/&amp;title=The+iPhone+at+EclipseCon+2010" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/&amp;bm_description=The+iPhone+at+EclipseCon+2010&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/&amp;title=The+iPhone+at+EclipseCon+2010" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2010/03/31/the-iphone-at-eclipsecon-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Recent updates of the Xtext website</title>
		<link>http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/</link>
		<comments>http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 18:27:08 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=932</guid>
		<description><![CDATA[In conjunction with the Eclipse M4 release of Xtext its website has been updated, too. We wanted the new features to reflect how lively the Xtext project is by just looking at the website. At the same time, they should not scare away new visitors but be informative and subtle.
In the end we came up [...]]]></description>
			<content:encoded><![CDATA[<p>In conjunction with <a href="http://www.eclipse.org/Xtext/documentation/0_8_0/new_and_noteworthy.php#M4">the Eclipse M4 release of Xtext</a> its website has been updated, too. We wanted the new features to reflect how lively the Xtext project is by just looking at the website. At the same time, they should not scare away new visitors but be informative and subtle.</p>
<p>In the end we came up with: Some statistics of the project activity (1), a news aggregator (2), and a condensed (53 secs) introductory screencast (3).</p>
<div id="attachment_938" class="wp-caption alignnone" style="width: 410px"><a href="http://www.eclipse.org/Xtext"><img class="size-full wp-image-938" title="Updated Xtext website" src="http://www.heikobehrens.net/wp-content/uploads/2010/01/website.png" alt="The new Xtext website displays commit statistics (1), recent blog posts plus other web content (2) and a brand-new screencast (3)" width="400" height="304" /></a><p class="wp-caption-text">The updated Xtext website displays commit statistics (1), recent blog posts plus other web content (2) and a brand-new introductory screencast (3)</p></div>
<p>Our project website attracted some attention since <a href="http://blog.efftinge.de/2009/06/xtext-new-website.html">it has been launched this June</a>. The <a href="http://eclipse.org/amp/">AMP project</a> reuses its layout and Denis from <a href="http://dev.eclipse.org/blogs/eclipsewebmaster/2009/10/08/nice-project-website/">the Eclipse webmaster team embraces the results</a>, too. From there, the <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=235828">bugzilla 235828</a> discusses whether the Xtext website should serve as the standard template for new Eclipse projects.</p>
<p>Currently, you can see such an <a href="http://www.eclipse.org/default/">&#8220;empty Xtext website&#8221; at eclipse.org/default</a> - how cool is that!</p>
<h3>The Bells and Whistles</h3>
<p>Even if <a href="http://dev.eclipse.org/blogs/eclipsewebmaster/">Denis, Matt &amp; Karl</a> will provide a standard template based on the Xtext website you might want to adapt some of our additional features, too. To support you in doing so, I will summarize the underlying technology of the recently introduced features.</p>
<p>To produce the commit stats (1) the page leverages the <a href="http://dash.eclipse.org/dash/commits/web-app/summary.cgi?company=y&amp;month=x&amp;project=modeling.tmf.xtext">commit statistics of Xtext</a> and renders the polished data with the <a href="http://code.google.com/apis/chart/">Google Chart API</a> on order to match our visual expectations.</p>
<p>The news section has been built with <a href="http://pipes.yahoo.com/">Yahoo Pipes</a> to scan, filter and aggregate different web resources asynchronously. You can even <a href="http://pipes.yahoo.com/pipes/pipe.run?_id=c90e6166f0e980bf8df929fce8213a4e&amp;_render=rss">subscribe to the news feed directly</a> to always stay up to date.</p>
<p>For both the commit stats as well as the news section Denis allowed me to install a cronjob that fetches and stores the results independently from the http requests.</p>
<p>The <a href="http://www.vimeo.com/8260921">screencast</a> has been recorded and edited with <a href="http://www.telestream.net/screen-flow/">ScreenFlow</a>. Also, <a href="http://blog.efftinge.de/">thanks to Sven</a> for the audio equipment!</p>
<p>Let me know if you want me to provide more details.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Recent%20updates%20of%20the%20Xtext%20website%22&amp;body=Link: http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20conjunction%20with%20the%20Eclipse%20M4%20release%20of%20Xtext%20its%20website%20has%20been%20updated%2C%20too.%20We%20wanted%20the%20new%20features%20to%20reflect%20how%20lively%20the%20Xtext%20project%20is%20by%20just%20looking%20at%20the%20website.%20At%20the%20same%20time%2C%20they%20should%20not%20scare%20away%20new%20visitors%20but%20be%20informative%20and%20subtle.%0D%0A%0D%0AIn%20the%20end%20we%20came%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Recent+updates+of+the+Xtext+website+-+http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/&amp;title=Recent+updates+of+the+Xtext+website" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/&amp;title=Recent+updates+of+the+Xtext+website" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/&amp;bm_description=Recent+updates+of+the+Xtext+website&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/&amp;title=Recent+updates+of+the+Xtext+website" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2010/01/07/recent-updates-of-the-xtext-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Retrospection of the iPhone Developer Conference 2009</title>
		<link>http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/</link>
		<comments>http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 20:11:49 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=914</guid>
		<description><![CDATA[The German iPhone Developer Conference in Cologne (01-02 December) was an exciting event that started with a very informative keynote by Maximilian Reiß who elaborated the tide of iPhone events of the last years. From there, nearly 200 attendees were invited to join business-related presentations and developer-oriented talks on separated tracks over the next two [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.iphonedevcon.de/">German iPhone Developer Conference</a> in Cologne (01-02 December) was an exciting event that started with a very informative keynote by Maximilian Reiß who elaborated the tide of iPhone events of the last years. From there, nearly 200 attendees were invited to join business-related presentations and developer-oriented talks on separated tracks over the next two days.</p>
<div id="attachment_917" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-917" title="iPhoneDevCon" src="http://www.heikobehrens.net/wp-content/uploads/2009/12/iphonedevcon.png" alt="Nearly 200 attendees, 29 talks on 2 days and 3 winners of the best German iPhone App contest at the iPhone Developer Conference" width="450" height="133" /><p class="wp-caption-text">Nearly 200 attendees, 29 talks on 2 days and 3 winners of the best German iPhone App contest at the iPhone Developer Conference in Cologne</p></div>
<p>I had the chance to introduce the <a href="http://code.google.com/p/iphonical/">iPhonical project</a> that applies model-driven techniques to produce parts of iPhone applications automatically. <a href="http://www.slideshare.net/HeikoB/iphonical-and-modeldriven-software-development-for-the-iphone">The presentation</a> first describes a way to separate generated code from manually written source with the Objective-C concept of categories. From there, I demonstrated that even with powerful frameworks such as <a href="http://iphoneonrails.com/">ObjectiveResource</a> (an adapter to connect iPhone apps with Rails applications) one can benefit from code generation. With the help of the iPhonical DSL (implemented with <a href="http://www.Xtext.org">Xtext</a>) keeping data-centric classes in sync with the web application was way easier than coding them by hand.</p>
<p>The iPhoneDevCon was a very informative event. Many passionated developers or leads, growing studios and enthusiastic marketing representatives shared their ideas and during the breaks you could easily discuss different viewpoints of today&#8217;s opportunities and approaches.</p>
<p>Apart from the 3 winners of the &#8220;<a href="http://www.iphonedevcon.de/Beste-App-09.322.0.html">best German iPhone app</a>&#8221; (according to iPhone &amp; Co) a <a href="http://www.mac-developer.de/">brand-new iPhone and Mac magazine, mac-developer,</a> has been announced. As the name suggests it concentrates on developers and its first issue is quite promissing.</p>
<h3>Links</h3>
<ul>
<li><a href="http://iphonedevcon.de/">iPhone Developer Conference</a> website</li>
<li><a href="http://www.slideshare.net/HeikoB/iphonical-and-modeldriven-software-development-for-the-iphone">Slides &#8220;iPhonical and model-driven software development for the iPhone&#8221;</a> on SlideShare</li>
<li><a href="http://code.google.com/p/iphonical/">iPhonical project</a> website</li>
<li><a href="http://www.mac-developer.de/">mac-developer</a> magazine (German)</li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Retrospection%20of%20the%20iPhone%20Developer%20Conference%202009%22&amp;body=Link: http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20German%20iPhone%20Developer%20Conference%20in%20Cologne%20%2801-02%20December%29%20was%20an%20exciting%20event%20that%20started%20with%20a%20very%20informative%20keynote%20by%20Maximilian%20Rei%C3%9F%20who%20elaborated%20the%20tide%20of%20iPhone%20events%20of%20the%20last%20years.%20From%20there%2C%20nearly%20200%20attendees%20were%20invited%20to%20join%20business-related%20presentations%20a" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Retrospection+of+the+iPhone+Developer+Conference+2009+-+http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/&amp;title=Retrospection+of+the+iPhone+Developer+Conference+2009" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/&amp;title=Retrospection+of+the+iPhone+Developer+Conference+2009" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/&amp;bm_description=Retrospection+of+the+iPhone+Developer+Conference+2009&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/&amp;title=Retrospection+of+the+iPhone+Developer+Conference+2009" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/12/07/retrospection-of-the-iphone-developer-conference-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhonical at the second German iPhone Developer Conference in December 2009</title>
		<link>http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/</link>
		<comments>http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 17:33:33 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=858</guid>
		<description><![CDATA[This December will start with two exciting days when the German iPhone Developer Conference takes place in Cologne. With 28 talks about business and engineering on two tracks the second iPhoneDevCon celebrates the second anniversary of the iPhone itself. Not by accident Maximilian Reiß picks up this coincidence and gives a résumé of two eventful [...]]]></description>
			<content:encoded><![CDATA[<p>This December will start with two exciting days when the <a href="http://www.iPhoneDevCon.de">German iPhone Developer Conference takes place in Cologne</a>. With 28 talks about business and engineering on <em>two</em> tracks the <em>second</em> iPhoneDevCon celebrates the <em>second</em> anniversary of the iPhone itself. Not by accident Maximilian Reiß picks up this coincidence and gives a résumé of two eventful years with apple&#8217;s successful device in his keynote.</p>
<p>My talk about model-driven iPhone development in general and the <a href="http://code.google.com/p/iphonical/">open source tool iPhonical</a> in particular ranks among many other promising talks for developers.</p>
<div id="attachment_861" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.iphonedevcon.de/"><img class="size-full wp-image-861" title="iphonedevconlogo" src="http://www.heikobehrens.net/wp-content/uploads/2009/10/iphonedevconlogo.png" alt="Visit the iPhoneDevCon in Cologne on December 01-02, 2009" width="400" height="71" /></a><p class="wp-caption-text">Visit the German iPhoneDevCon in Cologne on December 01-02, 2009</p></div>
<p>If you are planning to attend please contact me in advance. Being a speaker I can give away a limited amount of promotion codes. This might safe you some expenses and allows you to buy me a drink in return <img src='http://www.heikobehrens.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22iPhonical%20at%20the%20second%20German%20iPhone%20Developer%20Conference%20in%20December%202009%22&amp;body=Link: http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20December%20will%20start%20with%20two%20exciting%20days%20when%20the%20German%20iPhone%20Developer%20Conference%20takes%20place%20in%20Cologne.%20With%2028%20talks%20about%20business%20and%20engineering%20on%20two%20tracks%20the%20second%20iPhoneDevCon%20celebrates%20the%20second%20anniversary%20of%20the%20iPhone%20itself.%20Not%20by%20accident%20Maximilian%20Rei%C3%9F%20picks%20up%20thi" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=iPhonical+at+the+second+German+iPhone+Developer+Conference+in+December+2009+-+http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/&amp;title=iPhonical+at+the+second+German+iPhone+Developer+Conference+in+December+2009" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/&amp;title=iPhonical+at+the+second+German+iPhone+Developer+Conference+in+December+2009" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/&amp;bm_description=iPhonical+at+the+second+German+iPhone+Developer+Conference+in+December+2009&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/&amp;title=iPhonical+at+the+second+German+iPhone+Developer+Conference+in+December+2009" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/10/25/iphonical-at-the-second-german-iphone-developer-conference-in-december-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EWiTa 2009 in retrospect</title>
		<link>http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/</link>
		<comments>http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 10:42:48 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=891</guid>
		<description><![CDATA[Yesterday&#8217;s first Elmshorner Wirtschaftsinformatiktag at the Nordakademie was a worthwhile event. As expected, the lineup arranged by Hinrich Schröder and Frank Zimmermann motivated controversial discussions. Hartmut Herde asked critical questions about MDSD whereas I outlined how MDSD can be applied successfully with the needed knowlege at hand. Anyway, I fully agree with his opinion and [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday&#8217;s <a href="http://ewita.nordakademie.de/">first Elmshorner Wirtschaftsinformatiktag</a> at the Nordakademie was a worthwhile event. As expected, the lineup arranged by Hinrich Schröder and Frank Zimmermann motivated controversial discussions. Hartmut Herde asked critical questions about MDSD whereas I outlined how MDSD can be applied successfully with <a href="http://www.itemis.de">the needed knowlege at hand</a>. Anyway, I fully agree with his opinion and enjoyed listening. Try to read his paper <a href="http://www.amazon.de/Tagungsband-ersten-Elmshorner-Wirtschaftsinformatiktag-2009/dp/3832286233">in the proceedings</a> if possible.</p>
<p>Frank Zimmermann explained how Eclipse Modeling and <a href="http://www.Xtext.org">Xtext</a> in particular can be used to produce SAP applications. He even gave a live-presentation of the <a href="http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/">tools his students developed during a research project</a>.</p>
<div id="attachment_892" class="wp-caption aligncenter" style="width: 475px"><a href="http://www.flickr.com/photos/sza/sets/72157622523990299/"><img class="size-full wp-image-892" title="Photos By Simon Zambrovski" src="http://www.heikobehrens.net/wp-content/uploads/2009/10/photos.png" alt="Simon Zambrovski took some photos at the EWiTa" width="465" height="153" /></a><p class="wp-caption-text">Simon Zambrovski took some photos at the EWiTa</p></div>
<p>Since the <a href="http://www.slideshare.net/HeikoB/mastering-differentiated-mdsd-requirements-at-deutsche-boerse-ag">slides I used at the EWiTa</a> were an excerpt from a <a href="http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/">former talk at the Code Generation 2009 in Cambridge</a> I will only list the related talks I mentioned in the end:</p>
<ul>
<li><strong>Xtext Workshop</strong><br />
<a href="http://www.eclipsecon.org/summiteurope2009/">Eclipse Summit Europe</a> &#8211; 27 October 2009 – Ludwigsburg</li>
<li><strong>Mastering differentiated MDSD Requirements at Deutsche Börse AG</strong><br />
<a href="http://it-republik.de/jaxenter/wjax09/">W-JAX 09</a> - 10 November 2009 – Munich<strong><br />
</strong></li>
<li><strong>Experience Report by Deutsche Börse AG</strong><br />
<a href="http://wiki.eclipse.org/Eclipse_DemoCamps_November_2009/Frankfurt">Eclipse DemoCamp Frankfurt </a> &#8211; 26 November 2009 – Frankfurt</li>
<li><strong>Combining Graphics and Text in Model Editors</strong><br />
<a href="http://wiki.eclipse.org/Eclipse_DemoCamps_November_2009/Hamburg">Eclipse DemoCamp Hamburg</a> &#8211; 04 December 2009 – Hamburg</li>
</ul>
<h3>Links</h3>
<div>
<ul>
<li><a href="http://www.slideshare.net/HeikoB/mastering-differentiated-mdsd-requirements-at-deutsche-boerse-ag">Slides at Slideshare</a> (from Code Generation 2009)</li>
<li><a href="http://www.amazon.de/Tagungsband-ersten-Elmshorner-Wirtschaftsinformatiktag-2009/dp/3832286233">Proceedings at Amazon</a> (not available, yet)</li>
<li><a href="http://www.flickr.com/photos/sza/sets/72157622523990299/">Images by Simon Zambrovski</a></li>
</ul>
</div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22EWiTa%202009%20in%20retrospect%22&amp;body=Link: http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Yesterday%27s%20first%20Elmshorner%20Wirtschaftsinformatiktag%20at%20the%20Nordakademie%20was%20a%20worthwhile%20event.%20As%20expected%2C%20the%20lineup%20arranged%20by%20Hinrich%20Schr%C3%B6der%20and%20Frank%20Zimmermann%20motivated%20controversial%20discussions.%20Hartmut%20Herde%20asked%20critical%20questions%20about%20MDSD%20whereas%20I%20outlined%20how%20MDSD%20can%20be%20appli" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=EWiTa+2009+in+retrospect+-+http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/&amp;title=EWiTa+2009+in+retrospect" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/&amp;title=EWiTa+2009+in+retrospect" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/&amp;bm_description=EWiTa+2009+in+retrospect&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/&amp;title=EWiTa+2009+in+retrospect" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/10/24/ewita-2009-in-retrospect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Modeling Days 2009 in New York and Toronto</title>
		<link>http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/</link>
		<comments>http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 17:27:48 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=871</guid>
		<description><![CDATA[This November you are invited to learn more about modeling with Eclipse at the Modeling Days in New York (November 16th) and Toronto (November 18th). Both one-day long events will get together experts of different modeling domains and will give you the chance to get in touch with them.
Personally, I am looking forward to the [...]]]></description>
			<content:encoded><![CDATA[<p>This November you are invited to learn more about <a href="http://wiki.eclipse.org/Eclipse_Modeling_Day">modeling with Eclipse at the Modeling Days</a> in New York (November 16th) and Toronto (November 18th). Both one-day long events will get together experts of different modeling domains and will give you the chance to get in touch with them.</p>
<div id="attachment_872" class="wp-caption aligncenter" style="width: 356px"><a href="http://wiki.eclipse.org/Eclipse_Modeling_Day"><img class="size-full wp-image-872" title="eclipsemodelinglogo" src="http://www.heikobehrens.net/wp-content/uploads/2009/10/eclipsemodelinglogo.png" alt="Learn more about modeling with Eclipse" width="346" height="233" /></a><p class="wp-caption-text">Meet us at the Eclipse Modeling Days in New York and Toronto</p></div>
<p>Personally, I am looking forward to the talks</p>
<ul>
<li><a href="http://wiki.eclipse.org/Eclipse_Modeling_Day/Session_Abstracts#Modeling_on_an_Enterprise_Scale">&#8220;Modeling on an Enterprise Scale&#8221;</a> (read: &#8220;Learn more about CDO&#8221;)<br />
by Eike Stepper and</li>
<li><a href="http://wiki.eclipse.org/Eclipse_Modeling_Day/Session_Abstracts#Agent-Based_Computer_Simulation_for_Operational_Risk_Analysis">&#8220;Agent-Based Computer Simulation for Operational Risk Analysis&#8221;</a><br />
by Ed MacKerrow</li>
</ul>
<p>to learn more about two exciting topics I am curious about. Of course, <a href="http://www.itemis.com">itemis</a> will be there as well. Make sure you don&#8217;t miss</p>
<ul>
<li><a href="http://wiki.eclipse.org/Eclipse_Modeling_Day/Session_Abstracts#Converging_Textual_and_Graphical_Editors">&#8220;Converging Textual and Graphical Editors&#8221;</a><br />
by Moritz Eysholdt and</li>
<li><a href="http://wiki.eclipse.org/Eclipse_Modeling_Day/Session_Abstracts#Building_DSLs_with_Xtext">&#8220;Building DSLs with Xtext&#8221;</a><br />
presented by myself.</li>
</ul>
<p>Head over to <a href="http://wiki.eclipse.org/Eclipse_Modeling_Day">the wiki page</a> to browse the abstracts and register for one of these free events or read <a href="http://www.eclipse.org/org/press-release/20091002modelingday.php">some</a> <a href="http://www.peterfriese.de/everything-you-always-wanted-to-know-about-modeling-but-were-afraid-to-ask/">other</a> <a href="http://ed-merks.blogspot.com/2009/09/whats-all-this-fuss-about-modeling.html">announcements</a>.</p>
<p>Looking forward to seeing you over there!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Eclipse%20Modeling%20Days%202009%20in%20New%20York%20and%20Toronto%22&amp;body=Link: http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20November%20you%20are%20invited%20to%20learn%20more%20about%20modeling%20with%20Eclipse%20at%20the%20Modeling%20Days%20in%20New%20York%20%28November%2016th%29%20and%20Toronto%20%28November%2018th%29.%20Both%20one-day%20long%20events%20will%20get%20together%20experts%20of%20different%20modeling%20domains%20and%20will%20give%20you%20the%20chance%20to%20get%20in%20touch%20with%20them.%0D%0A%0D%0A%0D%0A%0D%0APerson" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Eclipse+Modeling+Days+2009+in+New+York+and+Toronto+-+http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/&amp;title=Eclipse+Modeling+Days+2009+in+New+York+and+Toronto" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/&amp;title=Eclipse+Modeling+Days+2009+in+New+York+and+Toronto" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/&amp;bm_description=Eclipse+Modeling+Days+2009+in+New+York+and+Toronto&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/&amp;title=Eclipse+Modeling+Days+2009+in+New+York+and+Toronto" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/10/20/eclipse-modeling-days-2009-in-new-york-and-toronto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Focus on Modeling at the first Elmshorner Wirtschaftsinformatiktag</title>
		<link>http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/</link>
		<comments>http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:20:46 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=848</guid>
		<description><![CDATA[On Friday, October 23rd the first Elmshorner Wirtschaftsinformatiktag near Hamburg will open its doors to elaborate on the topic &#8220;Modeling the Business&#8221;. I will give a talk about some best-practices itemis applied in MDSD projects based on Eclipse Modeling. An ongoing project at Deutsche Börse AG offers insights in how even established and widely known modeling techniques such [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday, October 23rd the <a href="http://ewita.nordakademie.de/">first Elmshorner Wirtschaftsinformatiktag</a> near Hamburg will open its doors to elaborate on the topic &#8220;Modeling the Business&#8221;. I will give a talk about some best-practices <a href="http://www.itemis.com">itemis</a> applied in MDSD projects based on Eclipse Modeling. An ongoing project at Deutsche Börse AG offers insights in how even established and widely known modeling techniques such as UML or code generation can be optimized with some pragmatic adjustments.</p>
<div id="attachment_849" class="wp-caption aligncenter" style="width: 410px"><a href="http://ewita.nordakademie.de/"><img class="size-full wp-image-849" title="nordakademie" src="http://www.heikobehrens.net/wp-content/uploads/2009/10/nordakademie.png" alt="First Elmshorner Wirtschaftsinformatiktag at the Nordakademie near Hamburg" width="400" height="124" /></a><p class="wp-caption-text">Elmshorner Wirtschaftsinformatiktag at Nordakademie near Hamburg</p></div>
<p>Other talks such as</p>
<ul>
<li><a href="http://ewita.nordakademie.de/keynote.pdf">&#8220;Collaborative Modeling of Business Processes&#8221;</a> (Mathias Weske),</li>
<li><a href="http://ewita.nordakademie.de/vortrag8.pdf">&#8220;Test-Driven and Model-Driven combined with openArchitectureWare&#8221;</a> (Arne Michael Törsel) or</li>
<li><a href="http://ewita.nordakademie.de/vortrag2.pdf">&#8220;Being Skeptic about MDSD&#8221;</a> (Hartmut Herde)</li>
</ul>
<p>show great promise for interesting discussions. Please note that the aforementioned talks as well as every other talk will be held in German (I freely translated the titles for you).</p>
<p>There&#8217;s no conference fee and the organizers will be happy to welcome you at the Nordakademie if you <a href="http://ewita.nordakademie.de/registration.html">register before October 23rd</a>. So, if you happen to be around Hamburg that Friday don&#8217;t miss the <a href="http://ewita.nordakademie.de">1st EWiTa</a>!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Focus%20on%20Modeling%20at%20the%20first%20Elmshorner%20Wirtschaftsinformatiktag%22&amp;body=Link: http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A On%20Friday%2C%20October%2023rd%20the%C2%A0first%20Elmshorner%20Wirtschaftsinformatiktag%20near%20Hamburg%20will%20open%20its%20doors%20to%20elaborate%20on%20the%20topic%20%22Modeling%20the%20Business%22.%C2%A0I%20will%20give%20a%20talk%C2%A0about%20some%20best-practices%20itemis%20applied%20in%20MDSD%20projects%20based%20on%20Eclipse%20Modeling.%20An%20ongoing%20project%20at%20Deutsche%20B%C3%B6rse%20A" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Focus+on+Modeling+at+the+first+Elmshorner+Wirtschaftsinformatiktag+-+http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/&amp;title=Focus+on+Modeling+at+the+first+Elmshorner+Wirtschaftsinformatiktag" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/&amp;title=Focus+on+Modeling+at+the+first+Elmshorner+Wirtschaftsinformatiktag" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/&amp;bm_description=Focus+on+Modeling+at+the+first+Elmshorner+Wirtschaftsinformatiktag&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/&amp;title=Focus+on+Modeling+at+the+first+Elmshorner+Wirtschaftsinformatiktag" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/10/14/focus-on-modeling-at-the-first-elmshorner-wirtschaftsinformatiktag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Burlington Ducky iPhone App</title>
		<link>http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/</link>
		<comments>http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 07:32:52 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=688</guid>
		<description><![CDATA[The people at itemis provide a vast range of skills beyond model-driven engineering. For me, this versatility yielded an iPhone project in cooperation with Weischer Mobile and phi mobile media where a funny marketing app had to be delivered. The design concept presented to Burlington drafted a line (water), a circle (duck) inside a rectangle [...]]]></description>
			<content:encoded><![CDATA[<p>The people at <a href="http://www.itemis.com/">itemis</a> provide a vast range of skills beyond model-driven engineering. For me, this versatility yielded an iPhone project in cooperation with <a href="http://www.weischermobile.de/">Weischer Mobile</a> and <a href="http://www.phimobile.com/">phi mobile media</a> where a funny marketing app had to be delivered. The design concept presented to <a href="http://www.burlington.de/">Burlington</a> drafted a line (water), a circle (duck) inside a rectangle (iPhone) and an arrow (movement). Some bullet points completed the requirements of the part I was asked to implement. Even though the final app offers some more features such as a movie, funny photo tricks and wallpapers, I was responsible for the ducky only. This is what I came up with:</p>
<div style="text-align: center; margin-left: auto; margin-right: auto;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="380" height="384" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6839893&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="380" height="384" src="http://vimeo.com/moogaloop.swf?clip_id=6839893&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>Under the hood, the animated ducky as well as the illusion of water is based on a hand-crafted physics engine. The water is implemented as a particle-based fluid simulation. Matthias Müller <a href="http://www.matthiasmueller.info/publications/sca03.pdf">published a paper with the same title</a> and great <a href="http://people.cs.ubc.ca/~rbridson/fluidsimulation/GameFluids2007.pdf">slides for SIGGRAPH 2007</a> as a starting point if you are interested in this topic. The ducky itself <a href="http://en.wikipedia.org/wiki/Rigid_body_dynamics">interacts as rigid body</a> with these particles where buoyancy had been implemented explicitly. Play with <a href="http://www.myphysicslab.com/collision.html">Erik Neumann&#8217;s demo</a> to have fun with rigid body physics. These concepts had been adjusted and combined with the accelerometer and touch sensors built into the iPhone to let the user interact with the simulation.</p>
<div id="attachment_693" class="wp-caption aligncenter" style="width: 461px"><img class="size-full wp-image-693" title="overview" src="http://www.heikobehrens.net/wp-content/uploads/2009/08/overview.png" alt="Different techniques had been applied to realize the illusion of a ducky swimming in water" width="451" height="211" /><p class="wp-caption-text">Different techniques had been applied to realize the illusion of a splashing ducky</p></div>
<p>Having just dots and circles as one could look at the physics engine was obviously not the ultimate goal. From the raw data of the simulation the water surface area had to be derived, the ducky had to be put in shape and some smooth animations and sounds were needed to round out the illusion of an interactive bathtub.</p>
<p>Without going into every detail I want to emphasize that the iPhone is not a MacBook Pro. Where you traditionally use <a href="http://en.wikipedia.org/wiki/Marching_cubes">marching cubes</a>/<a href="http://en.wikipedia.org/wiki/Marching_squares">squares</a> to convert distinct particles into a cohesive area the processing power of mobile devices requires you to squeeze out every cycle by thinking outside the box and taking advantage of hardware acceleration. In this case, <a href="http://www.khronos.org/opengles/">OpenGL ES</a> offers a variety of techniques including framebuffers, blending functions and alpha tests to perform the needed steps by the <a href="http://en.wikipedia.org/wiki/Gpu">GPU</a>.</p>
<div id="attachment_689" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-689" title="metaballs" src="http://www.heikobehrens.net/wp-content/uploads/2009/08/fluid.png" alt="metaball technique from particles using blending and alpha functions" width="450" height="185" /><p class="wp-caption-text">metaball technique from particles using blending and alpha functions</p></div>
<p>Some other findings during the project include the unreliability of sensor data as well as users&#8217; unpredictable behavior. Be aware that humans and machines act differently under certain circumstances. For applications where the interaction between those both is crucial you should do usability tests early, often and extensively before delivery, again.</p>
<p>The iPhone is different from other mobile devices or the emulator. Generally, <a href="http://en.wikipedia.org/wiki/Floating_point">floating point arithmetic</a> will be evaluated more efficient than <a href="http://en.wikipedia.org/wiki/Fixed-point_arithmetic">fixed-point</a>. Some GPU operations are executed faster on the device than on the emulator, others are of poor performance though. Therefore, you should profile on the device to test different approaches of your design regularly. And: You must not forget to do so with sound enabled since sound processing might take more than 30% of your overall processing power.</p>
<p>So, go ahead and grab your version of the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=329171550&amp;mt=8">Burlington Duck on the app store</a>:</p>
<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=329171550&amp;mt=8"><img class="alignnone size-full wp-image-822" style="margin-bottom: 20px;" title="Download Burlington Duck from App Store" src="http://www.heikobehrens.net/wp-content/uploads/2009/09/download.png" alt="" width="260" height="90" /></a></p>
<p>If you are interested in details (e.g. &#8220;unpredictable human factor&#8221;, production of the screencast, etc.), please let me know and use the comment function of this post.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Burlington%20Ducky%20iPhone%20App%22&amp;body=Link: http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20people%20at%20itemis%20provide%20a%20vast%20range%20of%20skills%20beyond%20model-driven%20engineering.%20For%20me%2C%20this%20versatility%20yielded%20an%20iPhone%20project%20in%20cooperation%20with%20Weischer%20Mobile%20and%20phi%20mobile%20media%20where%20a%20funny%20marketing%20app%20had%20to%20be%20delivered.%20The%20design%20concept%20presented%20to%20Burlington%20drafted%20a%20line%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Burlington+Ducky+iPhone+App+-+http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/&amp;title=Burlington+Ducky+iPhone+App" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/&amp;title=Burlington+Ducky+iPhone+App" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/&amp;bm_description=Burlington+Ducky+iPhone+App&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/&amp;title=Burlington+Ducky+iPhone+App" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/10/02/burlington-ducky-iphone-app/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Profiler for Xpand/Xtend/Check</title>
		<link>http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/</link>
		<comments>http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:27:16 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=793</guid>
		<description><![CDATA[A polished version of the announced profiler will be part of the upcoming 0.8.0 M2 release of Xpand next Tuesday. It acts as a callback for any expression-based workflow component to measure the execution times of Xpand templates, Xtend functions and Check validations. Also, it constructs a call-graph model to introspect callers and callees and [...]]]></description>
			<content:encoded><![CDATA[<p>A polished version of the <a href="/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/">announced profiler</a> will be part of the upcoming 0.8.0 M2 release of Xpand next Tuesday. It acts as a callback for any expression-based workflow component to measure the execution times of Xpand templates, Xtend functions and Check validations. Also, it constructs a <a href="http://en.wikipedia.org/wiki/Call_graph">call-graph</a> model to introspect callers and callees and their corresponding call times. From this model you can then generate an HTML report as part of your generator workflow.</p>
<div id="attachment_794" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.heikobehrens.net/wp-content/uploads/2009/09/profiler.png"><img class="size-medium wp-image-794" title="profiler" src="http://www.heikobehrens.net/wp-content/uploads/2009/09/profiler-300x159.png" alt="Output of the profiler from the Xpand Sample-Project" width="300" height="159" /></a><p class="wp-caption-text">Output of the profiler from the Xpand Sample-Project</p></div>
<p>If you stay with the text-based GProf output format (another option to dump the collected data) you can also use tools like <a href="http://code.google.com/p/jrfonseca/wiki/Gprof2Dot">Gprof2Dot to visualize hot spots with colors</a> and callees as painted connections.</p>
<div id="attachment_797" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.heikobehrens.net/wp-content/uploads/2009/09/result.png"><img class="size-medium wp-image-797" title="result" src="http://www.heikobehrens.net/wp-content/uploads/2009/09/result-300x65.png" alt="Same workflow visualized with Gprof2Dot without reduction of nodes with no impact" width="300" height="65" /></a><p class="wp-caption-text">Same workflow visualized with Gprof2Dot without reduction of nodes with no impact</p></div>
<p>The updated documentation explains how you can integrate the profiler into your workflow. Also, the Xpand Sample-Project Wizard creates a second workflow &#8220;generatorWithProfiler.mwe&#8221; where I have generated the above results from.</p>
<p>In a real-world project we were able to reduce the execution time of a workflow that originally took nearly half an hour down to less than 3 minutes using an earlier version of this profiler. It can also help you detecting unwanted indirections and recursions.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Profiler%20for%20Xpand%2FXtend%2FCheck%22&amp;body=Link: http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A A%20polished%20version%20of%20the%20announced%20profiler%20will%20be%20part%20of%20the%20upcoming%200.8.0%20M2%20release%20of%20Xpand%20next%20Tuesday.%20It%20acts%20as%20a%20callback%20for%20any%20expression-based%20workflow%20component%20to%20measure%20the%20execution%20times%20of%20Xpand%20templates%2C%20Xtend%20functions%20and%20Check%20validations.%20Also%2C%20it%20constructs%20a%20call-gra" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Profiler+for+Xpand%2FXtend%2FCheck+-+http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/&amp;title=Profiler+for+Xpand%2FXtend%2FCheck" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/&amp;title=Profiler+for+Xpand%2FXtend%2FCheck" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/&amp;bm_description=Profiler+for+Xpand%2FXtend%2FCheck&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/&amp;title=Profiler+for+Xpand%2FXtend%2FCheck" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/09/25/profiler-for-xpandxtendcheck/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>openArchitectureWare working group at Eclipse</title>
		<link>http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/</link>
		<comments>http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 09:31:22 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=778</guid>
		<description><![CDATA[Over the weekend we have finally announced openArchitectureWare&#8217;s move to Eclipse at the respective websites. You will now find a landing page at openArchitectureWare.org that announces the move. The letter of intent summarizes the ideas behind the move for the loyal oAW 4 community.
The homepage of the working group at Eclipse offers links to ready-to-use [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend we have finally announced openArchitectureWare&#8217;s move to Eclipse at the respective websites. You will now find a <a href="http://www.openArchitectureWare.org">landing page at openArchitectureWare.org</a> that announces the move. The <a href="http://www.openarchitectureware.org/staticpages/index.php/oaw_eclipse_letter_of_intent">letter of intent</a> summarizes the ideas behind the move for the loyal oAW 4 community.</p>
<div id="attachment_779" class="wp-caption aligncenter" style="width: 331px"><a href="http://www.openArchitectureWare.org"><img class="size-full wp-image-779" title="oaworg-minibanner" src="http://www.heikobehrens.net/wp-content/uploads/2009/09/oaworg-minibanner.png" alt="openArchitectureWare moved to Eclipse" width="321" height="85" /></a><p class="wp-caption-text">openArchitectureWare moved to Eclipse</p></div>
<p>The <a href="http://www.eclipse.org/workinggroups/oaw/">homepage of the working group</a> at Eclipse offers links to ready-to-use distributions and we are working on update sites, too.</p>
<p>I want to thank <a href="http://www.peterfriese.de/">Peter</a> and <a href="http://kthoms.wordpress.com/">Karsten</a> for their help with this. Hopefully, this public notice will encourage even more users to migrate to the more stable and feature-rich version at Eclipse. Again, if you need professional support around oAW <a href="http://oaw.itemis.com/">itemis will be glad to assist you</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22openArchitectureWare%20working%20group%20at%20Eclipse%22&amp;body=Link: http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Over%20the%20weekend%20we%20have%20finally%20announced%20openArchitectureWare%27s%20move%20to%20Eclipse%20at%20the%20respective%20websites.%20You%20will%20now%20find%20a%20landing%20page%20at%20openArchitectureWare.org%20that%20announces%20the%20move.%20The%20letter%20of%20intent%20summarizes%20the%20ideas%20behind%20the%20move%20for%20the%20loyal%20oAW%204%20community.%0D%0A%0D%0A%0D%0A%0D%0AThe%20home" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=openArchitectureWare+working+group+at+Eclipse+-+http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/&amp;title=openArchitectureWare+working+group+at+Eclipse" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/&amp;title=openArchitectureWare+working+group+at+Eclipse" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/&amp;bm_description=openArchitectureWare+working+group+at+Eclipse&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/&amp;title=openArchitectureWare+working+group+at+Eclipse" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/09/21/openarchitectureware-working-group-at-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xtext goes SAP</title>
		<link>http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/</link>
		<comments>http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 09:26:31 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=611</guid>
		<description><![CDATA[In a recent cooperative project between the Nordakademie, cimt AG and itemis AG we explored the possibilities of model-driven approaches in combination with domain-specific languages in the field of enterprise software (read: SAP). A group of nine students used Xtext and other Eclipse modeling components to express bid estimates of ocean carriers to derive and [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent cooperative project between the <a href="http://www.nordakademie.de/">Nordakademie</a>, <a href="http://www.cimt-ag.de/">cimt AG</a> and <a href="http://www.itemis.de/">itemis AG</a> we explored the possibilities of model-driven approaches in combination with domain-specific languages in the field of enterprise software (read: <a href="http://www.sap.com/">SAP</a>). A group of nine students used <a href="http://www.xtext.org">Xtext</a> and other Eclipse modeling components to express bid estimates of ocean carriers to derive and deploy database tables, Dynpros and <a href="http://en.wikipedia.org/wiki/Abap">ABAP</a> code with a one-click solution.</p>
<div id="attachment_763" class="wp-caption aligncenter" style="width: 459px"><img class="size-full wp-image-763" title="Xtext goes SAP" src="http://www.heikobehrens.net/wp-content/uploads/2009/09/xtextgoessap.png" alt="MDSD process shortens development cycles where different estimates are needed by the customer." width="449" height="268" /><p class="wp-caption-text">MDSD process shortens development cycles where the customer expects specific applications to calculate different classes of estimation bids</p></div>
<p>My work as the &#8220;technical facilitator&#8221; was mainly enjoying the progress and providing alternatives during the sprint review and planning meetings (yes, the group decided to go with <a href="http://www.itemis.com/scrum">Scrum</a>). Without excessive help the students were able to develop a DSL that is able to</p>
<ul>
<li>make simple and complex existing data types of the SAP system available to the editor,</li>
<li>express business formulas based on variables of these types,</li>
<li>provide a comfortable editor that checks many constraints and guides the expert, and</li>
<li>describe layout of the UI based on these values.</li>
</ul>
<p>From this input some Xpand templates generate</p>
<ul>
<li>a testbed for these formulas that allows domain experts to capture their expectations within a spread sheet application,</li>
<li>database table descriptions to store estimates for reference,</li>
<li>a dynpro frontend including search masks to fill in the needed dimensions and displaying results in real-time, and</li>
<li>the needed ABAP code to perform the calculations as well as glue code for the SAP system.</li>
</ul>
<p>Prof. Frank Zimmermann published a <a href="http://www.nordakademie.de/fileadmin/bilder/ressortbilder/campusforum/CF_31.pdf#page=13">short description of this project in the in-house magazine Capusforum of the Nordakademie (German)</a>. There will be more material on these results soon: The students are preparing a publication addressing MDSD for Enterprise systems in a larger German magazine. The cimt AG and itemis will use this project to demonstrate the possibilities as well.</p>
<p>For me, this research project is just a proof of concept. I am sure the vast majority of SAP projects can benefit from MDSD principles. Thanks again to Prof. Zimmermann from the Nordakademie, Michael Neuenstadt, Michael Flemming as well as Dr. Kuhlmann from cimt AG and last not least the students. It was a pleasure to work with you!</p>
<p>If you have detailed questions -technical or commercial- don&#8217;t hesitate to contact me or the <a href="http://www.itemis.com/itemis-ag/company/offices/language=en/21482/hamburg">responsible sales representative, Asaf Ikram</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%20goes%20SAP%22&amp;body=Link: http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20a%20recent%20cooperative%20project%20between%20the%20Nordakademie%2C%20cimt%20AG%20and%20itemis%20AG%20we%20explored%20the%20possibilities%20of%20model-driven%20approaches%20in%20combination%20with%20domain-specific%20languages%20in%20the%20field%20of%20enterprise%20software%20%28read%3A%20SAP%29.%20A%20group%20of%20nine%20students%20used%20Xtext%20and%20other%20Eclipse%20modeling%20compo" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext+goes+SAP+-+http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/&amp;title=Xtext+goes+SAP" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/&amp;title=Xtext+goes+SAP" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/&amp;bm_description=Xtext+goes+SAP&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/&amp;title=Xtext+goes+SAP" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/09/11/xtext-goes-sap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Detect erroneous white spaces with Hex Fiend</title>
		<link>http://www.heikobehrens.net/2009/09/03/hex-fiend/</link>
		<comments>http://www.heikobehrens.net/2009/09/03/hex-fiend/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 12:13:47 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=711</guid>
		<description><![CDATA[Recently, a colleague of mine received a small patch via email to apply it with Eclipse. To our both suprise the version that worked perfectly for me lead to syntax errors in his side. The patch seemed to be ok and so did the resulting Java code &#8211; apart from the syntax error.
For some unexplained reasons one [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, a colleague of mine received a small <a href="http://en.wikipedia.org/wiki/Patch_(Unix)">patch</a> via email to apply it with <a href="http://www.eclipse.org">Eclipse</a>. To our both suprise the version that worked perfectly for me lead to syntax errors in his side. The patch seemed to be ok and so did the resulting Java code &#8211; apart from the syntax error.</p>
<div id="attachment_751" class="wp-caption aligncenter" style="width: 337px"><img class="size-full wp-image-751" title="strangeeclipseerror" src="http://www.heikobehrens.net/wp-content/uploads/2009/09/strangeeclipseerror.png" alt="Can you introspect this Java errors with a plain text editor?" width="327" height="75" /><p class="wp-caption-text">Can you explain this Java error with an ordinary text editor?</p></div>
<p>For some unexplained reasons one of the spaces (0&#215;20) had been replaced with another character (0xCA) which looks perfectly in any text editor but forces Eclipse to stop with an error. This might be connected with a common mistake I am doing regularly when switching between different types of computers is hitting &lt;ALT&gt;+&lt;SPACE&gt; on my Mac. This produces an &#8220;erroneous white space&#8221;, too!</p>
<div id="attachment_750" class="wp-caption aligncenter" style="width: 449px"><a href="http://ridiculousfish.com/hexfiend/"><img class="size-full wp-image-750 " title="hexfiend" src="http://www.heikobehrens.net/wp-content/uploads/2009/09/hexfiend.png" alt="Hex Fiend not allows you to introspect you clipboard, it's a sophisticated hex editor." width="439" height="252" /></a><p class="wp-caption-text">Hex Fiend is a sophisticated hex editor for Mac with many handy features.</p></div>
<p>Meanwhile, I am using <a href="http://ridiculousfish.com/hexfiend/">Hex Fiend</a> to quickly analyze Java code with such errors but also to look into arbitrary binary data. It allows you to paste snippets from your clipboard directly into the editor and does not force you to search and open a file before. Although it works perfectly with huge files of several Gigabytes (or even Petabytes if you trust <a href="http://ridiculousfish.com/hexfiend/Screenshot_3.html">their own words</a>) working with the clipboard is really handy. Beyond this it allows you to convert byte ranges to different integer formats and the find/replace actions concentrate on binary data as well.</p>
<p><a href="http://ridiculousfish.com/hexfiend/">Give it a try</a> when you have to analyze binary data or your next strange text file the next time.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Detect%20erroneous%20white%20spaces%20with%20Hex%20Fiend%22&amp;body=Link: http://www.heikobehrens.net/2009/09/03/hex-fiend/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Recently%2C%20a%C2%A0colleague%C2%A0of%20mine%20received%20a%20small%20patch%20via%20email%20to%20apply%20it%20with%20Eclipse.%20To%20our%20both%20suprise%20the%20version%20that%20worked%20perfectly%20for%20me%20lead%20to%20syntax%20errors%20in%20his%20side.%20The%20patch%20seemed%20to%20be%20ok%20and%20so%20did%20the%20resulting%20Java%20code%20-%20apart%20from%20the%20syntax%20error.%0D%0A%0D%0A%0D%0A%0D%0AFor%20some%20unexp" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/09/03/hex-fiend/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Detect+erroneous+white+spaces+with+Hex+Fiend+-+http://www.heikobehrens.net/2009/09/03/hex-fiend/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/09/03/hex-fiend/&amp;title=Detect+erroneous+white+spaces+with+Hex+Fiend" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/09/03/hex-fiend/&amp;title=Detect+erroneous+white+spaces+with+Hex+Fiend" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/09/03/hex-fiend/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/09/03/hex-fiend/&amp;bm_description=Detect+erroneous+white+spaces+with+Hex+Fiend&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/09/03/hex-fiend/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/09/03/hex-fiend/&amp;title=Detect+erroneous+white+spaces+with+Hex+Fiend" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/09/03/hex-fiend/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>obj2opengl: convert obj 3D models to arrays compatible with iPhone OpenGL ES</title>
		<link>http://www.heikobehrens.net/2009/08/27/obj2opengl/</link>
		<comments>http://www.heikobehrens.net/2009/08/27/obj2opengl/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:07:32 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.heikobehrens.net/?p=695</guid>
		<description><![CDATA[Whenever you want to use 3D objects modeled with a software such as Blender, 3ds Max or Cinema 4D in your iPhone Application or any other OpenGL project, you somehow have to make the designed data accessible to you program. To do this you can either load and interpret the files your models are saved [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever you want to use 3D objects modeled with a software such as <a href="http://en.wikipedia.org/wiki/Blender_(software)">Blender</a>, <a href="http://en.wikipedia.org/wiki/3ds_Max">3ds Max</a> or <a href="http://en.wikipedia.org/wiki/Cinema_4D">Cinema 4D</a> in your iPhone Application or any other <a href="http://www.opengl.org/">OpenGL</a> project, you somehow have to make the designed data accessible to you program. To do this you can either load and interpret the files your models are saved into or you could directly provide the needed in-memory representation your program expects.</p>
<p>OBJ2OPENGL does the latter and acts as a converter from model files to C/C++ headers that describe vertices of the faces, normals and texture coordinates as simple arrays of floats.</p>
<div id="attachment_697" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-697" title="screenshot" src="http://www.heikobehrens.net/wp-content/uploads/2009/08/screenshot.png" alt="Texturized and lighted 3D model with 8056 faces on the iPhone" width="450" height="241" /><p class="wp-caption-text">Texturized and lighted 3D model with 8,056 faces on the iPhone</p></div>
<p>OBJ2OPENGL is a Perl script that reads a <a href="http://en.wikipedia.org/wiki/Obj">Wavefront OBJ file</a> describing a 3D object and writes a C/C++ include file describing the object in a form suitable for use with OpenGL ES. It is compatible with <a href="http://en.wikipedia.org/wiki/Objective-C">Objective C</a> and the libraries of the iPhone SDK.</p>
<p>The original idea and code base of this script comes from <a href="http://people.sc.fsu.edu/~burkardt/pl_src/obj2opengl/obj2opengl.html">Margaret Geroch</a> who kindly allowed me to enhance and republish this version. It now supports texture mapping and stored normals (instead of recalculating them). I have changed the structure of the generated arrays to work with <em>glDrawArrays</em> instead of <em>glDrawElements</em>. This is particularly needed for normals and textures where a vertex holds different information for some shapes. Also, this version includes several command line options to better control its behavior (such as scaling and moving the origin or setting the object&#8217;s and output file&#8217;s name).</p>
<p>If you can go with the defaults the conversion is as simple as</p>
<pre class="brush: plain;">./obj2opengl.pl banana.obj</pre>
<p>To include the converted object all you have to do is</p>
<pre class="brush: java;">// include generated arrays
#import "banana.h"

// set input data to arrays
glVertexPointer(3, GL_FLOAT, 0, bananaVerts);
glNormalPointer(GL_FLOAT, 0, bananaNormals);
glTexCoordPointer(2, GL_FLOAT, 0, bananaTexCoords);

// draw data
glDrawArrays(GL_TRIANGLES, 0, bananaNumVerts);</pre>
<h3>Examples</h3>
<p>These are two models and generated sample output that is included in the provided archive:</p>
<table border="0">
<thead>
<tr>
<th>Input</th>
<th>Output</th>
<th>Texture</th>
<th>Vertices</th>
<th>Faces</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.heikobehrens.net/wp-content/uploads/2009/08/cube.txt">cube.obj</a></td>
<td><a href="http://www.heikobehrens.net/wp-content/uploads/2009/08/cube.h">cube.h</a></td>
<td></td>
<td>8</td>
<td>6</td>
</tr>
<tr>
<td><a href="http://www.heikobehrens.net/wp-content/uploads/2009/08/banana.txt">banana.obj</a></td>
<td><a href="http://www.heikobehrens.net/wp-content/uploads/2009/08/banana.h">banana.h</a></td>
<td><a href="http://www.heikobehrens.net/wp-content/uploads/2009/08/banana.jpg">banana.jpg</a></td>
<td>4,032</td>
<td>8,056</td>
</tr>
</tbody>
</table>
<h3>Downloads</h3>
<ul>
<li><a href="http://www.heikobehrens.net/wp-content/uploads/2009/08/obj2opengl.zip"> OBJ2OPENGL.ZIP</a> (script and examples)</li>
<li><a href="http://www.heikobehrens.net/wp-content/uploads/2009/08/obj2opengl.txt"> OBJ2OPENGL.PL</a></li>
</ul>
<div>Please use the comment function of this post to discuss any problems or noteworthy results accomplished with help of this script. I will read feature requests, too. Feedback is highly appreciated.</div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22obj2opengl%3A%20convert%20obj%203D%20models%20to%20arrays%20compatible%20with%20iPhone%20OpenGL%20ES%22&amp;body=Link: http://www.heikobehrens.net/2009/08/27/obj2opengl/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Whenever%20you%20want%20to%20use%203D%20objects%20modeled%20with%20a%20software%20such%20as%20Blender%2C%203ds%20Max%20or%20Cinema%204D%20in%20your%20iPhone%20Application%20or%20any%20other%20OpenGL%20project%2C%20you%20somehow%20have%20to%20make%20the%20designed%20data%20accessible%20to%20you%20program.%20To%20do%20this%20you%20can%20either%20load%20and%20interpret%20the%20files%20your%20models%20are%20saved" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/08/27/obj2opengl/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=obj2opengl%3A+convert+obj+3D+models+to+arrays+compatible+with+iPhone+OpenGL+ES+-+http://www.heikobehrens.net/2009/08/27/obj2opengl/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/08/27/obj2opengl/&amp;title=obj2opengl%3A+convert+obj+3D+models+to+arrays+compatible+with+iPhone+OpenGL+ES" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/08/27/obj2opengl/&amp;title=obj2opengl%3A+convert+obj+3D+models+to+arrays+compatible+with+iPhone+OpenGL+ES" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/08/27/obj2opengl/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/08/27/obj2opengl/&amp;bm_description=obj2opengl%3A+convert+obj+3D+models+to+arrays+compatible+with+iPhone+OpenGL+ES&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/08/27/obj2opengl/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/08/27/obj2opengl/&amp;title=obj2opengl%3A+convert+obj+3D+models+to+arrays+compatible+with+iPhone+OpenGL+ES" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/08/27/obj2opengl/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Xtext in print</title>
		<link>http://www.heikobehrens.net/2009/07/23/xtext-in-print/</link>
		<comments>http://www.heikobehrens.net/2009/07/23/xtext-in-print/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 10:06:08 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=670</guid>
		<description><![CDATA[Complementary to the extensive twitter presence, heaps of blog posts, the website relaunch as well as the successful webinar Xtext now enters print media. Today, the German iX Magazin for professional IT (issue 08/2009) publishes an article where I try to offer a general idea of Xtext: &#8220;Domänenspezifische Sprachen mit dem Eclipse-Projekt Xtext&#8220;.
But this is [...]]]></description>
			<content:encoded><![CDATA[<p>Complementary to the extensive <a href="http://twitter.com/xtext">twitter presence</a>, <a href="http://www.google.com/search?&amp;q=blog+xtext">heaps of blog posts</a>, the <a href="http://blog.efftinge.de/2009/06/xtext-new-website.html">website relaunch</a> as well as the <a href="http://www.1160pm.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/">successful webinar</a> Xtext now enters print media. Today, the German <a href="http://www.heise.de/ix/">iX Magazin</a> for professional IT (<a href="http://www.heise.de/kiosk/archiv/ix/2009/8">issue 08/2009</a>) publishes an article where I try to offer a general idea of Xtext: &#8220;<a href="http://www.heise.de/kiosk/archiv/ix/2009/8/110_kiosk">Domänenspezifische Sprachen mit dem Eclipse-Projekt Xtext</a>&#8220;.</p>
<div id="attachment_672" class="wp-caption aligncenter" style="width: 435px"><a href="http://www.heise.de/ix/inhalt.shtml"><img class="size-full wp-image-672" title="Xtext in iX Magazin" src="http://www.1160pm.net/wp-content/uploads/2009/07/magazine.png" alt="iX Magazin issue 08/2009 prints my article about Xtext" width="425" height="184" /></a><p class="wp-caption-text">iX Magazin issue 08/2009 prints my article about Xtext</p></div>
<p>But this is not the only publication that discusses Xtext: Next week the German <a href="http://it-republik.de/jaxenter/eclipse-magazin/">Eclipse Magazin</a> (issue 5.2009) will start a series by <a href="http://koehnlein.blogspot.com/">Jan Köhnlein</a> and <a href="http://zarnekow.blogspot.com/">Sebastian Zarnekow</a> that explains the technology in detail. And <a href="http://blog.efftinge.de/">Sven Efftinge</a> sums up the recent events around the Eclipse Modeling Project (including Xtext) in the very same issue (<a href="http://it-republik.de/jaxenter/artikel/Galileo-macht%B4s-moeglich-Modeling-wird-praxistauglich-2396.html">online version of this article</a> already available).</p>
<p><a href="http://startbigthinksmall.wordpress.com/">Lars Corneliussen</a> and <a href="http://www.voelter.de/">Markus Völter</a> started a series about DSLs in the in <a href="http://www.dotnetpro.de/">dotnetpro</a> (so far, <a href="http://startbigthinksmall.wordpress.com/2009/04/17/dotnetpro-kurzer-rede-langer-sinn/">issue 05/2009</a> and <a href="http://startbigthinksmall.wordpress.com/2009/06/17/dotnetpro-072009-turmbau-zu-babel-dsls-entwickeln-mit-eclipse-xtext/">07/2009</a>). Even though the focus is on .net platform the former version of Xtext (oAW 4.3) plays a significant role.</p>
<p>Unfortunately, all these publications are in German. If you are interested in writing an English article and need someone to review your work or if you have strong connections to English publishers who might be interested in an article written by us, please contact us via <a href="mailto:xtext at itemis dot com">xtext at itemis dot com</a> or comment this blog post.</p>
<p>That said, I want to thank the reviewers of my iX article for their valuable feedback!</p>
<h3>Links</h3>
<ul>
<li><a href="http://www.heise.de/kiosk/archiv/ix/2009/8/110_kiosk">Online version of the iX Article</a></li>
<li><a href="http://www.heise.de/ix/artikel/2009/08/links/110.shtml">Links mentioned in the iX Article</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%20in%20print%22&amp;body=Link: http://www.heikobehrens.net/2009/07/23/xtext-in-print/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Complementary%20to%20the%20extensive%20twitter%20presence%2C%20heaps%20of%20blog%20posts%2C%20the%20website%20relaunch%20as%20well%20as%20the%20successful%20webinar%20Xtext%20now%20enters%20print%20media.%20Today%2C%20the%20German%20iX%20Magazin%20for%20professional%20IT%20%28issue%2008%2F2009%29%20publishes%20an%20article%20where%20I%20try%20to%20offer%20a%20general%20idea%20of%20Xtext%3A%20%22Dom%C3%A4nenspez" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/07/23/xtext-in-print/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext+in+print+-+http://www.heikobehrens.net/2009/07/23/xtext-in-print/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/07/23/xtext-in-print/&amp;title=Xtext+in+print" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/07/23/xtext-in-print/&amp;title=Xtext+in+print" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/07/23/xtext-in-print/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/07/23/xtext-in-print/&amp;bm_description=Xtext+in+print&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/07/23/xtext-in-print/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/07/23/xtext-in-print/&amp;title=Xtext+in+print" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/07/23/xtext-in-print/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xtext: Model Prize Laureate</title>
		<link>http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/</link>
		<comments>http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:34:17 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=649</guid>
		<description><![CDATA[What do a G1 Android mobile phone, a ticket for the Eclipse Summit Europe 2009, signed books about modeling as well as Xtext T-Shirts have in common? I am proud to say that itemis, the company I am working for, offers these juicy prizes to the winners of the upcoming Xtext contest.

If you are looking [...]]]></description>
			<content:encoded><![CDATA[<p>What do a G1 Android mobile phone, a ticket for the Eclipse Summit Europe 2009, signed books about modeling as well as Xtext T-Shirts have in common? I am proud to say that <a href="http://www.itemis.com/">itemis</a>, the company I am working for, offers these juicy prizes to the winners of the upcoming <a href="http://xtext.itemis.com/xtext/language=en/25279/model-prize-laureate">Xtext contest</a>.</p>
<p><a href="http://xtext.itemis.com/xtext/language=en/25279/model-prize-laureate"><img class="aligncenter size-full wp-image-650" title="Model Prize Laureate" src="http://www.1160pm.net/wp-content/uploads/2009/07/xtext-laureate.png" alt="" width="411" height="292" /></a></p>
<p>If you are looking for a challenge and wanted to play around with Xtext since you heard about it this one is definitely for you. Pimp Xtext the way you want, combine it with colors, graphical aspects or any other technology, work with huge models, come up with a new programming language &#8211; your mind is the limit.</p>
<blockquote><p>Be creative, use unusual techniques, explore your skills, do whatever it takes &#8211; we want you to get really excited about it so we will be excited as well.<br />
<strong></strong></p></blockquote>
<p>You will have two months to submit an inspiring solution based on Xtext. And, with a bit of luck, you will not only win an Xtext T-shirt but program your next Java project for an Android mobile phone or meet other Eclipse enthusiasts at the Summit in Ludwigsburg.</p>
<p>Feel free to comment if you have any questions. <a href="http://xtext.itemis.com/xtext/language=en/25279/model-prize-laureate">Good luck</a>!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%3A%20Model%20Prize%20Laureate%22&amp;body=Link: http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A What%20do%20a%20G1%20Android%20mobile%20phone%2C%20a%20ticket%20for%20the%20Eclipse%20Summit%20Europe%202009%2C%20signed%20books%20about%20modeling%20as%20well%20as%20Xtext%20T-Shirts%20have%20in%20common%3F%20I%20am%20proud%20to%20say%20that%20itemis%2C%20the%20company%20I%20am%20working%20for%2C%20offers%20these%20juicy%20prizes%20to%20the%20winners%20of%20the%20upcoming%20Xtext%20contest.%0D%0A%0D%0A%0D%0A%0D%0AIf%20you%20are" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext%3A+Model+Prize+Laureate+-+http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/&amp;title=Xtext%3A+Model+Prize+Laureate" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/&amp;title=Xtext%3A+Model+Prize+Laureate" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/&amp;bm_description=Xtext%3A+Model+Prize+Laureate&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/&amp;title=Xtext%3A+Model+Prize+Laureate" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/07/14/xtext-model-prize-laureate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the Xtext Webinar on Wednesday, 15th July</title>
		<link>http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/</link>
		<comments>http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 14:30:10 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=643</guid>
		<description><![CDATA[Next Wednesday, Sven and I will hold the Eclipse Webinar &#8220;Xtext: Developing Domain Specific Languages&#8221;. We are going to classify Xtext compared to other concepts and frameworks and demonstrate its capabilities with a refined version of an example I presented in London last week. After that we discuss the versatile possibilities for extending and customizing [...]]]></description>
			<content:encoded><![CDATA[<p>Next Wednesday, <a href="http://blog.efftinge.de/">Sven</a> and I will hold the <a href="http://live.eclipse.org/node/705">Eclipse Webinar &#8220;Xtext: Developing Domain Specific Languages&#8221;</a>. We are going to classify <a href="http://www.xtext.org">Xtext</a> compared to other concepts and frameworks and demonstrate its capabilities with a refined version of an example I presented in <a href="http://www.1160pm.net/2009/07/01/xtext-at-democamp-london-in-june-2009/">London last week</a>. After that we discuss the versatile possibilities for extending and customizing the framework and finish with an exciting outlook.</p>
<p><a href="http://live.eclipse.org/node/705"><img class="aligncenter size-full wp-image-638" title="Xtext Webinar" src="http://www.1160pm.net/wp-content/uploads/2009/07/webinar_teaser.png" alt="" width="253" height="84" /></a></p>
<p>The webinar will start at 5:00 pm GMT (<a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=7&amp;day=15&amp;year=2009&amp;hour=17&amp;min=0&amp;sec=0&amp;p1=0">convert to local time</a>) and will take approximately one hour. We will offer a chat to answer your questions either live or in the end of the show. And since the program is not yet completely settled, it&#8217;s your chance to declare anything as a must-see. Just leave your comments here.</p>
<h2>Update</h2>
<p>The webinar was a great success! With the help of <a href="http://zarnekow.blogspot.com/">Sebastian</a> and Moritz we were able to inform and entertain 130 Attendees. You can <a href="http://live.eclipse.org/node/705">watch the replay</a> at any time and follow some useful links either via its website or directly here:</p>
<ul>
<li><a href="http://www.slideshare.net/HeikoB/xtext-webinar">Slides (via SlideShare)</a></li>
<li>Chess Example (not there, yet)</li>
<li><a href="http://blog.efftinge.de/2009/07/xtext-scopes-and-emf-index-in-action.html">Domain Model and Index (via Svens Blog)</a></li>
<li><a href="http://koehnlein.blogspot.com/2009/06/synchronized-editors-with-tmfxtext-and.html">Xtext and GMF (via Jans Blog)</a></li>
</ul>
<p>Also, <a href="http://www.1160pm.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/#more-643">here</a> you will find the final poll results. Thank you for you help, Lynn!</p>
<p><span id="more-643"></span></p>
<div id="attachment_664" class="wp-caption aligncenter" style="width: 176px"><img class="size-full wp-image-664" title="modelingexperience" src="http://www.1160pm.net/wp-content/uploads/2009/07/modelingexperience.png" alt="Do you have any experience with modeling? (99 Answers)" width="166" height="166" /><p class="wp-caption-text">Do you have any experience with modeling? (99 Answers)</p></div>
<div id="attachment_665" class="wp-caption aligncenter" style="width: 387px"><img class="size-full wp-image-665" title="thoughtsaboutxtext" src="http://www.1160pm.net/wp-content/uploads/2009/07/thoughtsaboutxtext.png" alt="What do you think about Xtext? (59 Answers)" width="377" height="168" /><p class="wp-caption-text">What do you think about Xtext? (59 Answers)</p></div>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Announcing%20the%20Xtext%20Webinar%20on%20Wednesday%2C%2015th%20July%22&amp;body=Link: http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Next%20Wednesday%2C%20Sven%20and%20I%20will%20hold%20the%20Eclipse%20Webinar%20%22Xtext%3A%20Developing%20Domain%20Specific%20Languages%22.%20We%20are%20going%20to%20classify%20Xtext%20compared%20to%20other%20concepts%20and%20frameworks%20and%20demonstrate%20its%20capabilities%20with%20a%20refined%20version%20of%20an%20example%20I%20presented%20in%20London%20last%20week.%20After%20that%20we%20discus" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Announcing+the+Xtext+Webinar+on+Wednesday%2C+15th+July+-+http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/&amp;title=Announcing+the+Xtext+Webinar+on+Wednesday%2C+15th+July" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/&amp;title=Announcing+the+Xtext+Webinar+on+Wednesday%2C+15th+July" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/&amp;bm_description=Announcing+the+Xtext+Webinar+on+Wednesday%2C+15th+July&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/&amp;title=Announcing+the+Xtext+Webinar+on+Wednesday%2C+15th+July" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/07/12/announcing-the-xtext-webinar-on-wednesday-15th-june/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How Dropbox simplifies life</title>
		<link>http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/</link>
		<comments>http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 12:15:33 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=613</guid>
		<description><![CDATA[Recently, I had to prepare a conference talk together with a colleague while both of us were working at different locations across the country. Via chats and phone calls we elaborated the topics, shared ideas and presented our current progress to each other. To share diagrams, images and the current version of the slides, well [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I had to prepare a conference talk together with a colleague while both of us were working at different locations across the country. Via chats and phone calls we elaborated the topics, shared ideas and presented our current progress to each other. To share diagrams, images and the current version of the slides, well basically every digital asset, we were using <a href="http://www.getdropbox.com">Dropbox</a>.</p>
<p><a href="http://www.getdropbox.com"><img class="aligncenter size-full wp-image-614" title="Dropbox" src="http://www.1160pm.net/wp-content/uploads/2009/07/dropbox.png" alt="" width="290" height="103" /></a></p>
<p>Dropbox offers a shared directory directly inside your file system you can then access from different computers simultaneously. It does so by synchronizing with a secure web storage in the background. It integrates tightly into your desktop and works on both Windows and Mac OS (and Linux but I cannot tell you about this). It notifies you whenever a shared file has been modified on another computer and a little icon overlay indicates whether a file is currently being synchronized. Technically, you could compare this to a classic <a href="http://en.wikipedia.org/wiki/Revision_control">version control system</a> and indeed it comes with a history, too. But its seamless and hassle-free integration allows you to forget about all these details and to work with your image editor or word processor as you are used to, hit save and tell your buddy on the phone to open the file. It&#8217;s that easy.</p>
<p>I am using Dropbox for my personal life, too. You can control whether a folder is shared among others or is for private use only (default). I share my dropbox folder accross different Macs and PCs I am working on. When working on a laptop and a desktop at the very same desk sharing files between them is a common task for me. Before, the fastest way to transfer a file between these computers was copying it to a USB Stick, ejecting (and waiting for delayed write) it and mounting it at the other computer again. Funnily enough, sending an email with an attachment is sometimes even simpler than this procedure.</p>
<p>But with Dropbox I save the file into my Dropbox folder or even use this folder as primary editing location for my work. After hopping to the other computer this file in the latest version is already there without leaving any application on the first computer or performing additional tasks.</p>
<p><a href="http://www.getdropbox.com">Dropbox</a> is yet another tool that simplifies your daily life.<a href="http://www.getdropbox.com"><br />
</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22How%20Dropbox%20simplifies%20life%22&amp;body=Link: http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Recently%2C%20I%20had%20to%20prepare%20a%20conference%20talk%20together%20with%20a%20colleague%20while%20both%20of%20us%20were%20working%20at%20different%20locations%20across%20the%20country.%20Via%20chats%20and%20phone%20calls%20we%20elaborated%20the%20topics%2C%20shared%20ideas%20and%20presented%20our%20current%20progress%20to%20each%20other.%20To%20share%20diagrams%2C%20images%20and%20the%20current" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+Dropbox+simplifies+life+-+http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/&amp;title=How+Dropbox+simplifies+life" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/&amp;title=How+Dropbox+simplifies+life" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/&amp;bm_description=How+Dropbox+simplifies+life&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/&amp;title=How+Dropbox+simplifies+life" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/07/08/how-dropbox-simplifies-live/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Xtext at DemoCamp London in June 2009</title>
		<link>http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/</link>
		<comments>http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:44:11 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=590</guid>
		<description><![CDATA[This Monday the Eclipse DemoCamp took place in London at Skills Matter. You will find a comprehensive review at InfoQ by Alex Blewitt where you can read about NatTable (Dan Pollitt) and JQantLib/OSGi (Richard Gomes) as well as Xtext. And thanks to Eren Aykin you will find a video podcast of the latter, too!

This time [...]]]></description>
			<content:encoded><![CDATA[<p>This Monday the <a href="http://skillsmatter.com/event/java-jee/eclipse-democamp-2009">Eclipse DemoCamp took place in London at Skills Matter</a>. You will find a <a href="http://www.infoq.com/news/2009/06/eclipse-democamp-london">comprehensive review at InfoQ</a> by <a href="http://alblue.blogspot.com/">Alex Blewitt</a> where you can read about <a href="http://sourceforge.net/projects/nattable">NatTable</a> (Dan Pollitt) and <a href="http://www.jquantlib.org/">JQantLib</a>/OSGi (Richard Gomes) as well as <a href="http://www.xtext.org">Xtext</a>. And thanks to <a href="http://www.erenaykin.net/">Eren Aykin</a> you will find a <a href="http://skillsmatter.com/podcast/java-jee/itemis-xtext-developing-domain-specific-languages">video podcast</a> of the latter, too!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5391612&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="450" height="340" src="http://vimeo.com/moogaloop.swf?clip_id=5391612&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This time I tried to spread the idea of DSLs with chess and different ways of expressing moves within the game. In the first part of my presentation I processed cryptic notations like &#8220;Rd2-c2&#8243; or more natural equivalents such as &#8220;rook at d2 moves to c2&#8243; to work with them as true Java objects and eventually visualized chess fields. Second, I tried to emphasize the value of DSLs in today&#8217;s software projects where we implemented another DSL live at the DemoCamp in the end. You will find <a href="http://www.slideshare.net/HeikoB/xtext-at-eclipse-democamp-london-in-june-2009">my slides at SlideShare</a> again.</p>
<p>It was quite informative to chat with the Eclipse folks in London afterwards. Most of them have a pragmatic view at modeling and tools in general. I really appreciate this! Thank you, <a href="http://neilbartlett.name/blog/2009/06/26/calling-all-dsl-nuts-and-scaliens-in-london/">Neil</a>, for organizing this event and <a href="http://twitter.com/njbartlett/statuses/2177688004">inviting via twitter</a>.</p>
<h3>Links</h3>
<ul>
<li><a href="http://www.slideshare.net/HeikoB/xtext-at-eclipse-democamp-london-in-june-2009">Slides at SlideShare</a></li>
<li><a href="http://skillsmatter.com/podcast/java-jee/itemis-xtext-developing-domain-specific-languages">Video Podcast at Skills Matter</a></li>
<li><a href="http://www.infoq.com/news/2009/06/eclipse-democamp-london">Review at InfoQ</a></li>
</ul>
<h3>Source Code</h3>
<p>Loading chess DSL text files as Java objects:</p>
<pre class="brush: java; collapse: true; toolbar: true;">package org.xtext.example.chess;

import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.resource.Resource;
import org.eclipse.emf.ecore.resource.ResourceSet;
import org.eclipse.xtext.resource.XtextResourceSet;
import org.xtext.example.ChessStandaloneSetup;

public class JavaTest {

	public static void main(String[] args) {
		String filename = "some/path/MyModel.chess";
		Game g = getGame(filename);
		System.out.println(g.getWhitePlayer() + " vs. " + g.getBlackPlayer());
		for (Move m : g.getMoves())
			System.out.println(m.getSource() + " to " + m.getDest());
	}

	private static Game getGame(String filename) {
		ChessStandaloneSetup.doSetup();
		ResourceSet rs = new XtextResourceSet();
		Resource res = rs.getResource(URI.createFileURI(filename), true);
		return (Game) res.getContents().get(0);
	}

}</pre>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%20at%20DemoCamp%20London%20in%20June%202009%22&amp;body=Link: http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20Monday%20the%20Eclipse%20DemoCamp%20took%20place%20in%20London%20at%20Skills%20Matter.%20You%20will%20find%20a%20comprehensive%20review%20at%20InfoQ%20by%20Alex%20Blewitt%20where%20you%20can%20read%20about%20NatTable%20%28Dan%20Pollitt%29%20and%20JQantLib%2FOSGi%20%28Richard%20Gomes%29%20as%20well%20as%20Xtext.%20And%20thanks%20to%20Eren%20Aykin%20you%20will%20find%20a%20video%20podcast%20of%20the%20latt" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext+at+DemoCamp+London+in+June+2009+-+http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/&amp;title=Xtext+at+DemoCamp+London+in+June+2009" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/&amp;title=Xtext+at+DemoCamp+London+in+June+2009" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/&amp;bm_description=Xtext+at+DemoCamp+London+in+June+2009&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/&amp;title=Xtext+at+DemoCamp+London+in+June+2009" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/07/01/xtext-at-democamp-london-in-june-2009/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Impressions of Code Generation 2009</title>
		<link>http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/</link>
		<comments>http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 22:43:59 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=563</guid>
		<description><![CDATA[On Monday, Sven, Sebastian, Moritz, Jan and me traveled to Cambridge where the Code Generation Conference takes place each year. Arriving one day ahead we had enough time to acclimate with fish &#8216;n chips and some ale at the local pubs before polishing our presentations.

The first conference day on Tuesday&#8230;
&#8230;started with a smooth introduction on [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday, <a href="http://blog.efftinge.de/">Sven</a>, <a href="http://zarnekow.blogspot.com/">Sebastian</a>, Moritz, <a href="http://koehnlein.blogspot.com/">Jan</a> and me traveled to Cambridge where the <a href="http://www.codegeneration.net/cg2009">Code Generation Conference</a> takes place each year. Arriving one day ahead we had enough time to acclimate with fish &#8216;n chips and some ale at the local pubs before polishing <a href="http://www.1160pm.net/2009/03/06/xtext-and-oaw-at-cg2009/">our presentations</a>.</p>
<p><a href="http://www.codegeneration.net/cg2009"><img class="aligncenter size-full wp-image-571" title="Logo" src="http://www.1160pm.net/wp-content/uploads/2009/06/logo.gif" alt="" width="250" height="62" /></a></p>
<h3><strong>The first conference day on Tuesday&#8230;</strong></h3>
<p>&#8230;started with a <a title="Beginning Model-Driven Development " href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=54">smooth introduction on modeling</a>, DSLs and all the other terms specific to our focal point. It&#8217;s always interesting to see how other experts try to explain what we are doing and Juha-Pekka Tolvanen (MetaCase) did a great job even though he nearly ignored alternatives to graphical models.</p>
<p>Second, Sven and Sebastian talked about <a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=23">challenges in textual DSL design</a> and concentrated on topics such as reusing languages and using models beyond the description of structures. If you follow <a href="http://blog.efftinge.de/">their</a> <a href="http://zarnekow.blogspot.com/">blogs</a> you will certainly find out what they are interested in. This was the second time I noticed that the audience here at <a href="http://twitter.com/#search?q=%23cg2009">#CG2009</a> acts a bit more open-minded towards UML models and my coworkers sometimes had to play hardball with questioners.</p>
<p><a href="http://www.modeldrivensoftware.net/profiles/blogs/the-code-generation-family">Karsten</a> and me skipped the next time slot to prepare ourselves for our own talk &#8220;<a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=64">Mastering Differentiated MDSD Requirements at Deutsche Boerse AG</a>&#8221; we gave at the end of the day. We packed a lot material into 75 minutes but still managed to come up with a short demo that shows how <a href="http://www.xtext.org">Xtext</a> can interact with graphical models. You can <a href="http://www.slideshare.net/HeikoB/mastering-differentiated-mdsd-requirements-at-deutsche-boerse-ag">download the slides at slideshare</a> but the demo is not yet ready, sorry (<em>the attendees asked for this, please drop me a mail or comment on this post so I can inform you later on</em>).</p>
<div id="attachment_579" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.flickr.com/photos/33466493@N04/3633424849/"><img class="size-full wp-image-579" title="Punting" src="http://www.1160pm.net/wp-content/uploads/2009/06/punting.jpg" alt="Punting in Cambridge (Foto by Karsten Thoms)" width="400" height="268" /></a><p class="wp-caption-text">Punting in Cambridge (Foto by Karsten Thoms)</p></div>
<p>After a stressful day, the organized <a href="http://en.wikipedia.org/wiki/Punt_(boat)">punting trip</a> along the Cam made this day perfect to me.</p>
<h3>Wednesday&#8230;</h3>
<p>&#8230;was a completely different story to me. Instead of listening to or presenting well-known ideas I had the opportunity to get some deep insights of concepts I only read about before. After an <a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=1">amusing staged fight</a> between Markus Völter (textual modeling) and Steven Kelly (graphical modeling) my day started with the <a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=31">well-prepared hands-on session about MetaEdit+</a> Juha-Pekka Tolvanen, Risto Pohjonen and Steven Kelly gave. From what I have seen I would say that this software is the most sophisticated graphical modeling tool at the market today.</p>
<p>The session I have joined afterwards was not that impressive but I compensated for this with today&#8217;s highlight: <a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=9">Language Definition, Extension and Composition with MPS</a>. Markus Völter and Konstantin Solomatov complemented one another and impressed the audience deeply with the upcoming version of <a href="http://www.jetbrains.com/mps/">MPS</a>. This was the first time I have seen a live presentation on this little pearl of modeling.</p>
<p>Some lightning sessions about <a href="http://fit4oaw.wiki.sourceforge.net/">Fit4oaw</a>, MBase, <a href="http://umlcanvas.org/">UMLCanvas</a> and <a href="http://code.google.com/webtoolkit/">GWT</a> made the end of the technical part. A nice dinner with french impressions made the night a big success again.</p>
<p>I want to thank Mark Dalgarno and Andy Moorly for organizing this event. Questions about the room plan, the need for a different stage setup, giving up their seat at the dinner or ad hoc money exchange for thirsty attendees &#8211; no problems for them. Your upfront organization as well as your courteous appearance is simply overwhelming!</p>
<p><em><strong>Update:</strong></em> This post has been <a href="http://www.modeldrivensoftware.net/profiles/blogs/impressions-of-code-generation">published at The Model Driven Software Network</a>, too.</p>
<h3>Links</h3>
<ul>
<li><a href="http://www.slideshare.net/HeikoB/mastering-differentiated-mdsd-requirements-at-deutsche-boerse-ag">Slides of the session at slideshare</a></li>
<li><a href="http://www.flickr.com/groups/cg2009/">Pictures of the conference at flickr</a></li>
<li><a href="http://twitter.com/#search?q=%23cg2009">Twitter tweeds about the conference</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Impressions%20of%20Code%20Generation%202009%22&amp;body=Link: http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A On%20Monday%2C%20Sven%2C%20Sebastian%2C%20Moritz%2C%20Jan%20and%20me%20traveled%20to%20Cambridge%20where%20the%20Code%20Generation%20Conference%20takes%20place%20each%20year.%20Arriving%20one%20day%20ahead%20we%20had%20enough%20time%20to%20acclimate%20with%20fish%20%27n%20chips%20and%20some%20ale%20at%20the%20local%20pubs%20before%20polishing%20our%20presentations.%0D%0A%0D%0A%0D%0AThe%20first%20conference%20day%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Impressions+of+Code+Generation+2009+-+http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/&amp;title=Impressions+of+Code+Generation+2009" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/&amp;title=Impressions+of+Code+Generation+2009" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/&amp;bm_description=Impressions+of+Code+Generation+2009&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/&amp;title=Impressions+of+Code+Generation+2009" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/06/17/impressions-of-code-generation-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iWannaSleep</title>
		<link>http://www.heikobehrens.net/2009/06/09/iwannasleep/</link>
		<comments>http://www.heikobehrens.net/2009/06/09/iwannasleep/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:04:24 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=549</guid>
		<description><![CDATA[I love to listen to radio plays when going to bed and often I fall asleep only a few minutes after starting an episode. This works great for me but who switches off my Computer? A few years ago I have written a PC program that shuts down Windows after a given time. However, on [...]]]></description>
			<content:encoded><![CDATA[<p>I love to listen to radio plays when going to bed and often I fall asleep only a few minutes after starting an episode. This works great for me but who switches off my Computer? A few years ago <a href="http://tjohnwhatsup.blogspot.com/2007/09/h-tools.html">I have written a PC program</a> that shuts down Windows after a given time. However, on the Mac there&#8217;s an even better tool: <a href="http://www.sb-software.de/sb-english/iWannaSleep.html">iWannaSleep</a>.</p>
<div id="attachment_550" class="wp-caption aligncenter" style="width: 447px"><img class="size-full wp-image-550" title="iWannaSleep" src="http://www.1160pm.net/wp-content/uploads/2009/06/iwannasleep.png" alt="iWannSleep brings your Mac to bed" width="437" height="209" /><p class="wp-caption-text">iWannaSleep puts your Mac to bed</p></div>
<p><a href="http://web.mac.com/mabi99/marcocoa/blog/Entries/2007/6/5_Finding_oneself_in_Korea.html">Marco Binder has written this little helper</a> that puts your Mac to bed. It acts as a timer, fades out the sound and performs an action. This could be &#8220;shut down&#8221;, &#8220;stop iTunes&#8221; or &#8220;run apple script&#8221;. I usually stay with &#8220;put to sleep&#8221; (so my Mac has no hangover the next morning). The tool remembers the options I have chosen the last time and has never dozed off itself before doing its job.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22iWannaSleep%22&amp;body=Link: http://www.heikobehrens.net/2009/06/09/iwannasleep/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20love%20to%20listen%20to%20radio%20plays%20when%20going%20to%20bed%20and%20often%20I%20fall%20asleep%20only%20a%20few%20minutes%20after%20starting%20an%20episode.%20This%20works%20great%20for%20me%20but%20who%20switches%20off%20my%20Computer%3F%20A%20few%20years%20ago%20I%20have%20written%20a%20PC%20program%20that%20shuts%20down%20Windows%20after%20a%20given%20time.%20However%2C%20on%20the%20Mac%20there%27s%20an%20eve" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/06/09/iwannasleep/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=iWannaSleep+-+http://www.heikobehrens.net/2009/06/09/iwannasleep/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/06/09/iwannasleep/&amp;title=iWannaSleep" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/06/09/iwannasleep/&amp;title=iWannaSleep" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/06/09/iwannasleep/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/06/09/iwannasleep/&amp;bm_description=iWannaSleep&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/06/09/iwannasleep/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/06/09/iwannasleep/&amp;title=iWannaSleep" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/06/09/iwannasleep/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Xtext Logo</title>
		<link>http://www.heikobehrens.net/2009/06/07/new-xtext-logo/</link>
		<comments>http://www.heikobehrens.net/2009/06/07/new-xtext-logo/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 21:49:23 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=496</guid>
		<description><![CDATA[Reading tweets, newsgroup posts, blogs, articles or press releases I am very excited to notice that xText gains increasing attention. As far as I can see most newcomers learn about xtext as a great tool to create domain specific languages (DSLs). Also, X-Text seems to fulfill a need many software engineers feel: Inventing their own [...]]]></description>
			<content:encoded><![CDATA[<p>Reading tweets, newsgroup posts, blogs, articles or press releases I am very excited to notice that <em>xText</em> gains increasing attention. As far as I can see most newcomers learn about <em>xtext</em> as a great tool to create domain specific languages (DSLs). Also, <em>X-Text</em> seems to fulfill a need many software engineers feel: Inventing their own programming language.</p>
<p>People are just starting to explore the possibilities and sometimes it is difficult for them to find the right word to name a concept or share an idea. We do our best to support those seekers and are glad to do away with a common uncertainness: The right spelling is &#8220;<a href="http://www.Xtext.org">Xtext</a>&#8221; and from today its logo does reflect this.</p>
<div id="attachment_499" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-499" title="New Xtext Logo" src="http://www.1160pm.net/wp-content/uploads/2009/06/newxtextlogo.png" alt="The new Xtext logo starts with a capital X" width="400" height="125" /><p class="wp-caption-text">The new Xtext logo starts with a capital X</p></div>
<p>Beside every other wrong spelling &#8220;xtext&#8221; was the most prominent. It took us a while to find out why this was the case. Eventually, we realized that the omnipresent logo started with a lower-case &#8220;x&#8221; (<a href="http://www.1160pm.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/">convince yourself</a>). So it was our own <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=270727">fault</a>!</p>
<p>With the help of Carsten Oltmann we are proud to present the new version of the Xtext logo. Feel free to place it into your presentations, on your blogs or as a <a href="http://www.1160pm.net/wp-content/uploads/2009/06/svens-sticker.png">sticker at your laptop</a>.</p>
<h3>Downloads</h3>
<p>I will provide the logo in four different flavours and in two different formats. You can download a vector graphic and a PNG in suitable sizes. The background color of the thumbnails are for reference only, the provided graphics are transparent.</p>
<table border="0">
<thead>
<tr>
<th><img class="alignnone size-full wp-image-508" title="xtext-sample-color" src="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-sample-color.png" alt="" width="97" height="33" /></th>
<th><img class="alignnone size-full wp-image-508" title="xtext-sample-color" src="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-sample-negative.png" alt="" width="97" height="33" /></th>
<th><img class="alignnone size-full wp-image-508" title="xtext-sample-color" src="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-sample-dark.png" alt="" width="97" height="33" /></th>
<th><img class="alignnone size-full wp-image-508" title="xtext-sample-color" src="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-sample-white.png" alt="" width="97" height="33" /></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-coloreps.zip">EPS (vector)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-negativeeps.zip">EPS (vector)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-darkeps.zip">EPS (vector)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-whiteeps.zip">EPS (vector)</a></td>
</tr>
<tr>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-color-800.png">PNG (800px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-negative-800.png">PNG (800px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-dark-800.png">PNG (800px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-white-800.png">PNG (800px)</a></td>
</tr>
<tr>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-color-300.png">PNG (300px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-negative-300.png">PNG (300px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-dark-300.png">PNG (300px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-white-300.png">PNG (300px)</a></td>
</tr>
<tr>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-color-100.png">PNG (100px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-negative-100.png">PNG (100px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-dark-100.png">PNG (100px)</a></td>
<td><a href="http://www.1160pm.net/wp-content/uploads/2009/06/xtext-logo-white-100.png">PNG (100px)</a></td>
</tr>
</tbody>
</table>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22New%20Xtext%20Logo%22&amp;body=Link: http://www.heikobehrens.net/2009/06/07/new-xtext-logo/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Reading%20tweets%2C%20newsgroup%20posts%2C%20blogs%2C%20articles%20or%20press%20releases%20I%20am%20very%20excited%20to%20notice%20that%20xText%20gains%20increasing%20attention.%20As%20far%20as%20I%20can%20see%20most%20newcomers%20learn%20about%20xtext%20as%20a%20great%20tool%20to%20create%20domain%20specific%20languages%20%28DSLs%29.%20Also%2C%20X-Text%20seems%20to%20fulfill%20a%20need%20many%20software%20en" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/06/07/new-xtext-logo/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=New+Xtext+Logo+-+http://www.heikobehrens.net/2009/06/07/new-xtext-logo/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/06/07/new-xtext-logo/&amp;title=New+Xtext+Logo" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/06/07/new-xtext-logo/&amp;title=New+Xtext+Logo" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/06/07/new-xtext-logo/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/06/07/new-xtext-logo/&amp;bm_description=New+Xtext+Logo&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/06/07/new-xtext-logo/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/06/07/new-xtext-logo/&amp;title=New+Xtext+Logo" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/06/07/new-xtext-logo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Xtext at Eclipse DemoCamp May 2009 in Hamburg</title>
		<link>http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/</link>
		<comments>http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/#comments</comments>
		<pubDate>Tue, 26 May 2009 22:15:26 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=471</guid>
		<description><![CDATA[Yesterday&#8217;s Eclipse DemoCamp in Hamburg was a successful social event. The organizers Peter and Martin scheduled the Eclipse Stammtisch directly after the demo sessions so that many known but (to me) even more unknown faces gathered together to discuss the impressions at the bar.
Beside the talks from Moritz Eysholdt (Patching Models and Evolving Meta Models), [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Galileo_2009/Hamburg">Yesterday&#8217;s Eclipse DemoCamp in Hamburg</a> was a successful social event. The organizers <a href="http://www.peterfriese.de/">Peter</a> and <a href="http://www.martinlippert.com/">Martin</a> scheduled the Eclipse Stammtisch directly after the demo sessions so that many known but (to me) even more unknown faces gathered together to discuss the impressions at the bar.</p>
<p>Beside the talks from Moritz Eysholdt (Patching Models and Evolving Meta Models), Simon Zambrovski (Playing with Eclipse Common Navigator Framework) and Markus Alexander Kuppe (Distributed OSGi, RFC 119 &#8211; The ECF way) there was a talk about <a href="http://www.objectteams.org/">ObjectTeams</a> again. Marco Mosconi demonstrated how one can weave manually written code into generated GMF editors with an aspect-oriented approach. Nice!</p>
<div id="attachment_486" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.flickr.com/photos/sza/3568564774/"><img class="size-full wp-image-486" title="Xtext talk at the Eclipse DemoCamp in Hamburg" src="http://www.1160pm.net/wp-content/uploads/2009/05/xtexttalkvonheiko2.png" alt="Me talking about Xtext at the Eclipse DemoCamp in Hamburg" width="400" height="296" /></a><p class="wp-caption-text">Me talking about Xtext at the Eclipse DemoCamp in Hamburg</p></div>
<p>I had the opportunity to talk about <a href="http://www.xtext.org">Xtext</a> in front of an audience that mostly had not seen it before. Playing with expectations and trying out some new ideas was great fun. Xtext becomes more stable and doing live presentations is no risk but a pleasure.</p>
<p>For those who do not want to miss the pizza recipe nor the class schedule DSL, you will find attached the slides. <a href="http://www.flickr.com/photos/peterfriese/sets/72157618835467216/">Peter&#8217;s photos</a> and <a href="http://www.flickr.com/photos/sza/sets/72157618745344503/">Simon&#8217;s album</a> give a visual impression of the event. Also, please note that we have just published ready-to-use distributions with the current Xtext RC2 release. Nothing should stop you from implementing your very own grammar. And if you come up with a textual DSL to avoid wrong IDs in your plugin.xml, let me know <img src='http://www.heikobehrens.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h3>Downloads</h3>
<ul>
<li><a href="http://www.slideshare.net/HeikoB/xtext-und-was-man-damit-anstellen-kann">Slides at SlideShare (German)</a></li>
<li><a href="http://xtext.itemis.com/distros/eclipse-SDK-3.5RC2-xtext-0.7RC2-linux-gtk.tar.gz">Eclipse SDK 3.5RC2 with Xtext 0.7RC2 (Linux-gtk)</a></li>
<li><a href="http://xtext.itemis.com/distros/eclipse-SDK-3.5RC2-xtext-0.7RC2-macosx-carbon.tar.gz">Eclipse SDK 3.5RC2 with Xtext 0.7RC2 (MacOS X-carbon)</a></li>
<li><a href="http://xtext.itemis.com/distros/eclipse-SDK-3.5RC2-xtext-0.7RC2-macosx-cocoa.tar.gz">Eclipse SDK 3.5RC2 with Xtext 0.7RC2 (MacOS X-cocoa)</a></li>
<li><a href="http://xtext.itemis.com/distros/eclipse-SDK-3.5RC2-xtext-0.7RC2-win32.zip">Eclipse SDK 3.5RC2 with Xtext 0.7RC2 (Win32)</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%20at%20Eclipse%20DemoCamp%20May%202009%20in%20Hamburg%22&amp;body=Link: http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Yesterday%27s%20Eclipse%20DemoCamp%20in%20Hamburg%20was%20a%20successful%20social%20event.%20The%20organizers%20Peter%20and%20Martin%20scheduled%20the%20Eclipse%20Stammtisch%20directly%20after%20the%20demo%20sessions%20so%20that%20many%20known%20but%20%28to%20me%29%20even%20more%20unknown%20faces%20gathered%20together%20to%20discuss%20the%20impressions%20at%20the%20bar.%0D%0A%0D%0ABeside%20the%20talks" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext+at+Eclipse+DemoCamp+May+2009+in+Hamburg+-+http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/&amp;title=Xtext+at+Eclipse+DemoCamp+May+2009+in+Hamburg" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/&amp;title=Xtext+at+Eclipse+DemoCamp+May+2009+in+Hamburg" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/&amp;bm_description=Xtext+at+Eclipse+DemoCamp+May+2009+in+Hamburg&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/&amp;title=Xtext+at+Eclipse+DemoCamp+May+2009+in+Hamburg" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/05/26/xtext-at-eclipse-democamp-may-2009-in-hamburg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mac SVN Server</title>
		<link>http://www.heikobehrens.net/2009/05/24/mac-svn-server/</link>
		<comments>http://www.heikobehrens.net/2009/05/24/mac-svn-server/#comments</comments>
		<pubDate>Sun, 24 May 2009 18:40:32 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=460</guid>
		<description><![CDATA[Last Wednesday Peter, Jan and me discussed the idea to blog about nifty little tools that make up our daily life with our Macs. With this post I will start to do so and want to present MAS, the Mac SVN Server, to you.

Whenever you have to prepare a digital show case, a presentation or [...]]]></description>
			<content:encoded><![CDATA[<p>Last Wednesday <a href="http://www.peterfriese.de/">Peter</a>, <a href="http://koehnlein.blogspot.com/">Jan</a> and me discussed the idea to blog about nifty little tools that make up our daily life with our Macs. With this post I will start to do so and want to present <a href="http://sourceforge.net/projects/macsvnserver">MAS, the Mac SVN Server</a>, to you.</p>
<p><a href="http://sourceforge.net/projects/macsvnserver"><img class="aligncenter size-full wp-image-461" title="MAS" src="http://www.1160pm.net/wp-content/uploads/2009/05/mas.png" alt="" width="300" height="144" /></a></p>
<p>Whenever you have to prepare a digital show case, a presentation or simply try out a new programming library, the burnt IT-professional sticks to <a href="http://en.wikipedia.org/wiki/Revision_control">version control</a>. And since the Internet is not yet omnipresent in trains, planes, secured environments or due to <a href="http://www.thelocal.de/sci-tech/20090421-18783.html">unpredictable events</a> there is the demand for a locally installed system.</p>
<p>I am using <a href="http://www.eclipse.org/">Eclipse</a> most of the development time so the <a href="http://subclipse.tigris.org/">choices</a> <a href="http://www.eclipse.org/subversive/">are</a> <a href="http://help.eclipse.org/ganymede/nav/0_3_2">limited</a>. And since I prefer SVN over CVS I was looking for a subversion server that can be used the Mac-ish way. <a href="http://zathras.de/">Uli Kusterer</a> put together an Apache server with the desired SVN capabilities built-in, tied it as a <a href="http://sourceforge.net/projects/macsvnserver">drop-installable application and called it MAS</a>. It comes with a simple GUI that allows you to manage users to grant access to the repository that resides in your home directory (~/Library/Application Support/MAS). Download and drop it into you application directory. There&#8217;s nothing more to say.</p>
<p>For the last months <a href="http://sourceforge.net/projects/macsvnserver">MAS</a> has done exactly what it was designed for. It supports me every time I want to put something under version control and stops serving when closing the application.</p>
<p>And tomorrow&#8217;s presentation at the <a href="http://wiki.eclipse.org/Eclipse_DemoCamps_Galileo_2009/Hamburg">Eclipse DemoCamp in Hamburg</a> will benefit from it, too!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Mac%20SVN%20Server%22&amp;body=Link: http://www.heikobehrens.net/2009/05/24/mac-svn-server/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Last%20Wednesday%20Peter%2C%20Jan%20and%20me%20discussed%20the%20idea%20to%20blog%20about%20nifty%20little%20tools%20that%20make%20up%20our%20daily%20life%20with%20our%20Macs.%20With%20this%20post%20I%20will%20start%20to%20do%20so%20and%20want%20to%20present%20MAS%2C%20the%20Mac%20SVN%20Server%2C%20to%20you.%0D%0A%0D%0A%0D%0A%0D%0AWhenever%20you%20have%20to%20prepare%20a%20digital%20show%20case%2C%20a%20presentation%20or%20simply%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/05/24/mac-svn-server/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Mac+SVN+Server+-+http://www.heikobehrens.net/2009/05/24/mac-svn-server/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/05/24/mac-svn-server/&amp;title=Mac+SVN+Server" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/05/24/mac-svn-server/&amp;title=Mac+SVN+Server" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/05/24/mac-svn-server/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/05/24/mac-svn-server/&amp;bm_description=Mac+SVN+Server&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/05/24/mac-svn-server/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/05/24/mac-svn-server/&amp;title=Mac+SVN+Server" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/05/24/mac-svn-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Generation Gap Pattern</title>
		<link>http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/</link>
		<comments>http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 19:35:51 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[openArchitectureWare]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=213</guid>
		<description><![CDATA[The Generation Gap Pattern is a common way to weave manually written code into generated software artifacts. While this pattern describes how to structure your classes logically it does not teach you where to place these classes physically as files into the filesystem.
Separating generated files from manually written code is best practice for many reasons. It [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.research.ibm.com/designpatterns/pubs/gg.html">Generation Gap Pattern</a> is a common way to weave manually written code into generated software artifacts. While this pattern describes how to structure your classes logically it does not teach you where to place these classes physically as files into the filesystem.</p>
<div id="attachment_452" class="wp-caption aligncenter" style="width: 461px"><img class="size-full wp-image-452" title="Figure 1" src="http://www.1160pm.net/wp-content/uploads/2009/04/generationgappattern.png" alt="Figure 1: The Generation Gap Pattern" width="451" height="230" /><p class="wp-caption-text">Figure 1: The Generation Gap Pattern</p></div>
<p>Separating generated files from manually written code is <a href="http://www.infoq.com/articles/model-driven-dev-best-practices">best practice</a> for many reasons. It enables you to use version control wisely and makes the distinction between generated and manually written code easy. The Eclipse <a href="http://wiki.eclipse.org/Modeling_Workflow_Engine_(MWE)">EMF Modeling Workflow Engine</a> together with <a href="http://wiki.eclipse.org/Xpand">M2T Xpand</a> allows you to accomplish this goal in different ways.</p>
<p>In this post, I will present three different approaches that share some common ideas. Each strategy uses a dedicated directory for generated class files whereas manually written subclasses are stored for themselves in a different directory.</p>
<p><span id="more-213"></span></p>
<h2>General Directory Layout</h2>
<p>Both sets of classes belong to the same package but reside in different source folders. Framework classes should be kept in yet another directory and might be placed in a package specific for the framework as seen in <a href="http://www.1160pm.net/wp-content/uploads/2009/04/projectgeneral.png">Figure 2</a>.</p>
<div id="attachment_435" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.1160pm.net/wp-content/uploads/2009/04/projectgeneral.png"><img class="size-medium wp-image-435" title="Figure 2" src="http://www.1160pm.net/wp-content/uploads/2009/04/projectgeneral-300x258.png" alt="Figure 2: Schematic directory layout of an Eclipse Java project" width="300" height="258" /></a><p class="wp-caption-text">Figure 2: Schematic directory layout of an Eclipse Java project</p></div>
<p>In Eclipse you can configure such a project structure by adding new source folders (<em>New</em> → <em>Source Folder&#8230;</em>) or by declaring ordinary folders as source folders in the project properties (<em>Properties</em> → <em>Java Build Path</em> → <em>Source</em>).</p>
<p>Please note that folder names such as <em>src-generatedClasses</em> are meant to be schematically and stand for a category of folders each. In real world projects you might have several source folders that contain generated artifacts and you might deal with many folders or even projects that contain manually written classes. In the following sections you will see how these categories of folders can be used in practice.</p>
<h2>Generate Once</h2>
<p><a href="http://www.peterfriese.de/how-to-distinguish-generated-code-from-non-generated-code/">Peter describes a directory layout</a> many <a href="http://www.xtext.org">Xtext users</a> are familiar with. Generated artifacts go into a folder <em>src-gen</em> whereas manually written classes will be stored in a folder <em>src-once</em>. Each time you run the generator the content of folder <em>src-gen</em> will be purged and generated again whereas the the content of <em>src-once</em> will remain untouched.</p>
<div id="attachment_283" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.1160pm.net/wp-content/uploads/2009/03/generateonce.png"><img class="size-full wp-image-283" title="Figure 3" src="http://www.1160pm.net/wp-content/uploads/2009/03/generateonce.png" alt="Figure 3: src-once collects one-time generated artefacts for future editing" width="500" height="168" /></a><p class="wp-caption-text">Figure 3: Generate Once collects one-time generated artifacts for future editing</p></div>
<p>Since each model element <em>A</em> leads to two classes <em>AbstractA</em> and <em>ConcreteA</em> (<a href="http://www.research.ibm.com/designpatterns/pubs/gg.html">Generation Gap Pattern</a>) you can reduce the amount of manual work by generating the class <em>ConcreteA</em> if it does not exist, yet. During the next run of the generator the class <em>ConcreteA</em> won’t be generated again, hence the name “once”.</p>
<p>Configure an additional outlet in your EMF MWE file:</p>
<pre class="brush: xml; highlight:6">&lt;component class="org.eclipse.emf.mwe.utils.DirectoryCleaner" directory="src-gen"/&gt;
&lt;component class="org.eclipse.xpand2.Generator"&gt;
   &lt;metaModel idRef="mm"&gt;
   &lt;expand value="MyTamplate::main FOR model"&gt;
   &lt;outlet overwrite="true" path="src-gen"&gt;
   &lt;outlet name="MANUAL" overwrite="false" path="src-once"&gt;
&lt;/component&gt;</pre>
<p>Using M2T Expand you can than refer to the outlet <em>MANUAL</em> where appropriate</p>
<pre class="brush: plain">«DEFINE ConcreteClass FOR Element»
   «FILE this.fileName() MANUAL»
   ...
«ENDDEFINE»</pre>
<p>This approach works well in many scenarios but has its limits. As seen in <a href="http://www.1160pm.net/wp-content/uploads/2009/03/generateonce.png">Figure 3</a> problems arise whenever you delete or rename a model element. In these cases each concrete artifact at <em>src-once</em> that does not correspond to a model element anymore is abandoned and will remain with compile errors. This is desired for classes that hold manual code but is cumbersome for those that do not.</p>
<div id="attachment_288" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.1160pm.net/wp-content/uploads/2009/03/projectonce.png"><img class="size-medium wp-image-288" title="Figure 4" src="http://www.1160pm.net/wp-content/uploads/2009/03/projectonce-300x256.png" alt="Figure 4" width="300" height="256" /></a><p class="wp-caption-text">Figure 4: Generate Once in package explorer</p></div>
<p>For scenarios where a huge amount of generated classes is customized only in a few cases the &#8220;Generate Once&#8221; approach leads to unwanted manual refactoring effort including file movement. Life is getting worse when you are working with a complex folder structure instead of a single flat directory. <a href="http://www.1160pm.net/wp-content/uploads/2009/03/projectonce.png">Figure 4</a> might give you an idea of how things will look for growing models.</p>
<h2>Conditional Generation 1 (with one gen-folder)</h2>
<p>The following approach plays well when only a small subset of classes has to be extended with manual code. According to the <a href="http://www.research.ibm.com/designpatterns/pubs/gg.html">Generation Gap Pattern</a> for each model element <em>A</em> there is a generated class<em> AbstractA</em> as well as an concrete class <em>ConcreteA</em>. But in contrast to the “Generate Once” approach both files will be placed in the very same folder <em>src-gen</em> and therefore deleted and regenerated for each generator run.<br />
There is one exception to this behavior. Whenever the generator finds a file <em>ConcreteA</em> in the folder <em>src-man</em> it skips the generation process for this particular file. This is how you introduce manual code.</p>
<div id="attachment_289" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.1160pm.net/wp-content/uploads/2009/03/generatecond1.png"><img class="size-full wp-image-289" title="Figure 5" src="http://www.1160pm.net/wp-content/uploads/2009/03/generatecond1.png" alt="Figure 5" width="500" height="214" /></a><p class="wp-caption-text">Figure 5: Conditional Generation 1 reduces manual refactoring effort</p></div>
<p>At first glance this approach seems to be similar to the solution above. But when deleting or moving model elements this approach really pays off. Each concrete class that does not contain manual code will be deleted and regenerated. Therefore, when moving or deleting the model elements no additional manual work has to be done. Also, a quick look at <em>src-man</em> reveals any code that has been written manually.</p>
<div id="attachment_290" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.1160pm.net/wp-content/uploads/2009/03/projectman.png"><img class="size-medium wp-image-290" title="Figure 6" src="http://www.1160pm.net/wp-content/uploads/2009/03/projectman-300x248.png" alt="Figure 6" width="300" height="248" /></a><p class="wp-caption-text">Figure 6: Conditional Generation 1 in package explorer</p></div>
<p>To implement the desired behavior of the generator users of MWE can configure an outlet with a special veto strategy. Please note that the outlet <em>MANUAL</em> does not need to keep files (<em>overwrite=&#8221;true&#8221;</em>), they will be purged by the directory cleaner anyway.</p>
<pre class="brush: xml; highlight:6-7">&lt;component class="org.eclipse.emf.mwe.utils.DirectoryCleaner" directory="src-gen"/&gt;
&lt;component class="org.eclipse.xpand2.Generator"&gt;
  &lt;metaModel idRef="mm" /&gt;
  &lt;expand value="MyTamplate::main FOR model"/&gt;
  &lt;outlet overwrite="true" path="src-gen" /&gt;
  &lt;outlet name="MANUAL" overwrite="true" path="src-gen"&gt;
    &lt;vetoStrategy class="your.package.CondGenVetoStrategy" path="src-man"/&gt;
  &lt;/outlet&gt;
&lt;/component&gt;</pre>
<p>Such a veto strategy would read like:</p>
<pre class="brush: java; collapse: true; toolbar: true;">public class CondGenVetoStrategy implements VetoStrategy, VetoStrategy2 {

	private String path;

	public void setPath(String value) {
		path = value;
	}

	public String getPath() {
		return path;
	}

	public boolean hasVeto(FileHandle fileHandle) {
		URI fileToBeGenerated = fileHandle.getTargetFile().toURI();
		URI pathToGenerateInto = new File(fileHandle.getOutlet().getPath()).getAbsoluteFile().toURI();
		URI relativeFileName = pathToGenerateInto.relativize(fileToBeGenerated);
		File potentiallyExistingFile = new File(this.getPath(), relativeFileName.toString());

		return potentiallyExistingFile.exists();
	}

	public boolean hasVetoBeforeOpen(FileHandle handle) {
		return hasVeto(handle);
	}
}</pre>
<p><strong>oAW 4.x: </strong>VetoStrategy2 has been introduced with oAW 4.3.1.</p>
<p>Unfortunately, the advantages of this approach do not come for free: Compared to &#8220;Generate Once&#8221; it is more difficult to introduce manual code since it is harder to understand the needed steps. One has to create a concrete class in the <em>src-man</em> folder manually (or move it from <em>src-gen</em> and remove all comments that mark them as generated) where no class exists, yet. This might seem to be a no-brainer but can lead into trouble when defining a process for large projects. This is especially true for the unlikely case that you check-in generated code of <em>src-gen</em>.</p>
<h2>Conditional Generation 2 (with two gen-folders)</h2>
<p>A slighty different way that basically follows the same idea introduces yet another folder <em>src-gencond</em>.</p>
<div id="attachment_291" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.1160pm.net/wp-content/uploads/2009/03/generatecond2.png"><img class="size-full wp-image-291" title="Figure 7" src="http://www.1160pm.net/wp-content/uploads/2009/03/generatecond2.png" alt="Figure 7" width="500" height="217" /></a><p class="wp-caption-text">Figure 7: Conditional Genration 2 lists classes that can implemented manually</p></div>
<p>As you can see in <a href="http://www.1160pm.net/wp-content/uploads/2009/03/generatecond2.png">Figure 7</a> the generated artifacts are split into the folder <em>src-gen</em> where the abstract classes reside and the newly introduced folder <em>src-gencond</em>. The latter contains only the concrete classes that could be replaced by manually implemented classes. In contrast to the “Conditional Generation 1” approach the users are now able to find classes that can be augmented be manual implementations without any challenge. Users still have to move classes from <em>src-gencond</em> to <em>src-man</em> by hand but it is simpler to communicate the necessary steps.</p>
<div id="attachment_292" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.1160pm.net/wp-content/uploads/2009/03/projectcond.png"><img class="size-medium wp-image-292" title="Figure 8" src="http://www.1160pm.net/wp-content/uploads/2009/03/projectcond-300x232.png" alt="Figure 8" width="300" height="232" /></a><p class="wp-caption-text">Figure 8: Conditional Generation 2 in package explorer</p></div>
<p>As you can see in <a href="http://www.1160pm.net/wp-content/uploads/2009/03/projectcond.png">Figure 8</a> one can easily identify that there are two classes that could be implemented by hand. Such a folder structure can pay off when different groups of developers are dealing with a fairly large and scattered set of classes.</p>
<p>In order to realize &#8220;Conditional Generation 2&#8243; you simply reconfigure the outlet <em>MANUAL</em> to write its output to <em>src-gencond</em>. Also, a second directory cleaner removes all files from this directory before code generation starts.</p>
<pre class="brush: xml; highlight: [2, 7]">&lt;component class="org.eclipse.emf.mwe.utils.DirectoryCleaner" directory="src-gen"/&gt;
&lt;component class="org.eclipse.emf.mwe.utils.DirectoryCleaner" directory="src-gencond"/&gt;
&lt;component class="org.eclipse.xpand2.Generator"&gt;
  &lt;metaModel idRef="mm" /&gt;
  &lt;expand value="MyTamplate::main FOR model"/&gt;
  &lt;outlet overwrite="true" path="src-gen" /&gt;
  &lt;outlet name="MANUAL" overwrite="true" path="src-gencond"&gt;
    &lt;vetoStrategy class="your.package.CondGenVetoStrategy" path="src-man"/&gt;
  &lt;/outlet&gt;
&lt;/component&gt;</pre>
<h2>Comparison</h2>
<p>Each of these solutions do their job in real world <a href="http://en.wikipedia.org/wiki/Model_Driven_Software_Development">MDSD</a> projects. Where projects with rather stable interfaces go with the “Generate Once” approach larger projects address growing maintenance effort with the “Conditional Generatation 1/2”  solution. The move from “Conditional Generatation 1” towards “Conditional Generatation 2” is rather trival and can smoothly be taken within a running project.</p>
<p>I&#8217;d be happy to read about your experience with these or different project setups.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Generation%20Gap%20Pattern%22&amp;body=Link: http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20Generation%20Gap%20Pattern%20is%20a%20common%20way%20to%20weave%20manually%20written%20code%20into%20generated%20software%20artifacts.%20While%20this%20pattern%20describes%20how%20to%20structure%20your%20classes%20logically%20it%20does%20not%20teach%20you%20where%20to%20place%20these%20classes%20physically%20as%20files%20into%20the%20filesystem.%0D%0A%0D%0A%0D%0A%0D%0ASeparating%20generated%20fi" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Generation+Gap+Pattern+-+http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/&amp;title=Generation+Gap+Pattern" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/&amp;title=Generation+Gap+Pattern" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/&amp;bm_description=Generation+Gap+Pattern&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/&amp;title=Generation+Gap+Pattern" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/04/23/generation-gap-pattern/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Xtext Workshop</title>
		<link>http://www.heikobehrens.net/2009/04/14/xtext-workshop/</link>
		<comments>http://www.heikobehrens.net/2009/04/14/xtext-workshop/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 17:21:13 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=423</guid>
		<description><![CDATA[Sebastian and me had the opportunity to give some exciting Xtext Workshops during the last two weeks. Starting with internal trainings at different offices of itemis we continued our tour to our customers. In  groups from 4 up to 12+ attendees we explained simple things as well as more complex topics such as Scoping or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zarnekow.blogspot.com/">Sebastian</a> and me had the opportunity to give some exciting Xtext Workshops during the last two weeks. Starting with internal trainings at <a href="http://www.itemis.com/itemis-ag/company/offices/language=en/2668/pforzheim">different</a> <a href="http://www.itemis.com/itemis-ag/company/offices/language=en/2667/leipzig">offices</a> <a href="http://www.itemis.com/itemis-ag/company/offices/language=en/2663/dortmund">of</a> <a href="http://www.itemis.com/itemis-ag/company/offices/language=en/2664/bonn">itemis</a> we continued our tour to our customers. In  groups from 4 up to 12+ attendees we explained <a href="http://wiki.eclipse.org/Xtext/GettingStarted">simple things</a> as well as more complex topics such as <a href="http://wiki.eclipse.org/Xtext/Documentation#Scoping">Scoping</a> or <a href="http://wiki.eclipse.org/Xtext/Documentation#Actions">Actions</a>.</p>
<p><a href="http://www.1160pm.net/wp-content/uploads/2009/04/slides1.png"><img class="aligncenter size-medium wp-image-424" title="Slides" src="http://www.1160pm.net/wp-content/uploads/2009/04/slides1-300x173.png" alt="" width="300" height="173" /></a></p>
<blockquote><p>By now I won&#8217;t call us Xtext experts but one thing is safe to say: Beyond the convincing basic functions Xtext does an awesome job when facing advanced topics.<br />
<strong>(Falko Riemenschneider)</strong></p></blockquote>
<blockquote><p>I am glad to see that TMF Xtext got rid of many strange issues oAW Xtext had when it comes to corner cases. And the extensibility with Google Guice will be of great value.<br />
<strong>(Steffen Stundzig)</strong></p></blockquote>
<p>Please understand that I can neither publish the slides nor exercises of this workshop since it is material <a href="http://www.itemis.com/itemis-ag/language=en/2642/training-and-coaching">our customers pay for</a>. We are still working on more content that will be publicly available. Meanwhile, if you are interested in Xtext the <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.modeling.tmf">newsgroup</a> is a valuable place to share experience and to delve into questions the <a href="http://wiki.eclipse.org/Xtext/Documentation">documentation</a> cannot answer.</p>
<p>For you itemis co-workers, <a href="https://intern.itemis.de/personal/aus-und-weiterbildung/interner-xtext-workshop/">read on at the intranet and download the material</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%20Workshop%22&amp;body=Link: http://www.heikobehrens.net/2009/04/14/xtext-workshop/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Sebastian%20and%20me%20had%20the%20opportunity%20to%20give%20some%20exciting%20Xtext%20Workshops%20during%20the%20last%20two%20weeks.%20Starting%20with%20internal%20trainings%20at%20different%20offices%20of%20itemis%20we%20continued%20our%20tour%20to%20our%20customers.%20In%C2%A0%20groups%20from%204%20up%20to%2012%2B%20attendees%20we%20explained%20simple%20things%20as%20well%20as%20more%20complex%20topi" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/04/14/xtext-workshop/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext+Workshop+-+http://www.heikobehrens.net/2009/04/14/xtext-workshop/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/04/14/xtext-workshop/&amp;title=Xtext+Workshop" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/04/14/xtext-workshop/&amp;title=Xtext+Workshop" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/04/14/xtext-workshop/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/04/14/xtext-workshop/&amp;bm_description=Xtext+Workshop&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/04/14/xtext-workshop/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/04/14/xtext-workshop/&amp;title=Xtext+Workshop" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/04/14/xtext-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google App Engine for Java and Google plug-in for Eclipse</title>
		<link>http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/</link>
		<comments>http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 08:43:27 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=379</guid>
		<description><![CDATA[Today, Google announced that the Google App Engine will support Java. This is great news for every Java developer who wants to experiment with the cloud. At the moment Google grants an &#8220;early look&#8221; to only a few (10,000) developers that sign up early. Everybody else can code, test, debug und run Java-based applications using the SDK [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Google <a href="http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html">announced</a> that the <a href="http://code.google.com/appengine/docs/java/overview.html">Google App Engine will support Java</a>. This is great news for every Java developer who wants to experiment with <a href="http://en.wikipedia.org/wiki/Cloud_computing">the cloud</a>. At the moment Google grants an &#8220;early look&#8221; to only a few (10,000) developers that <a href="http://appengine.google.com/promo/java_runtime">sign up</a> early. Everybody else can code, test, debug und run Java-based applications using the SDK locally but won&#8217;t be able to upload the application until this service is available for everybody.<a href="http://code.google.com/appengine/docs/java/overview.html"><img class="aligncenter size-full wp-image-380" title="Google App Engine for Java" src="http://www.1160pm.net/wp-content/uploads/2009/04/logo.png" alt="" width="250" height="235" /></a></p>
<p>At the same time the <a href="http://code.google.com/eclipse">Google Plug-in for Eclipse</a> has been <a href="http://googlewebtoolkit.blogspot.com/2009/04/google-plugin-for-eclipse-peanut-butter.html">announced</a>, too. Together with the <a href="http://code.google.com/webtoolkit">1.6 release of GWT</a> there&#8217;s much to explore and a <a href="http://code.google.com/p/googleappengine/issues/detail?id=1">long and eagerly awaited feature</a> comes true.</p>
<p>This is by far better than the fake of a <a href="http://googleappengine.blogspot.com/2009/04/brand-new-language-on-google-app-engine.html">Google App Engine for Fortran</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Google%20App%20Engine%20for%20Java%20and%20Google%20plug-in%20for%20Eclipse%20%22&amp;body=Link: http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Today%2C%20Google%20announced%20that%20the%20Google%20App%20Engine%20will%20support%20Java.%20This%20is%20great%20news%20for%20every%20Java%20developer%20who%20wants%20to%20experiment%20with%20the%20cloud.%20At%20the%20moment%20Google%20grants%20an%20%22early%20look%22%20to%20only%20a%20few%C2%A0%2810%2C000%29%C2%A0developers%20that%20sign%20up%20early.%20Everybody%20else%20can%20code%2C%20test%2C%20debug%20und%20run%20J" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Google+App+Engine+for+Java+and+Google+plug-in+for+Eclipse++-+http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/&amp;title=Google+App+Engine+for+Java+and+Google+plug-in+for+Eclipse+" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/&amp;title=Google+App+Engine+for+Java+and+Google+plug-in+for+Eclipse+" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/&amp;bm_description=Google+App+Engine+for+Java+and+Google+plug-in+for+Eclipse+&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/&amp;title=Google+App+Engine+for+Java+and+Google+plug-in+for+Eclipse+" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/04/08/google-app-engine-for-java-and-google-plug-in-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Xtext at EclipseCon 2009</title>
		<link>http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/</link>
		<comments>http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 13:28:51 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=366</guid>
		<description><![CDATA[This year&#8217;s EclipseCon in Santa Clara was not only about Eclipse itself. For me, a silent observer who noticed this event only via the web, it acts like an important hub for many ideas and achievements inside and around the Eclipse ecosystem in general. One of these little treasures that have been mentioned is Xtext. [...]]]></description>
			<content:encoded><![CDATA[<p>This year&#8217;s <a href="http://www.eclipsecon.org/">EclipseCon in Santa Clara</a> was not only about <a href="http://www.eclipse.org/">Eclipse</a> itself. For me, a silent observer who noticed this event only via the web, it acts like an important hub for many ideas and achievements inside and around the Eclipse ecosystem in general. One of these little treasures that have been mentioned is <a href="http://www.xtext.org">Xtext.</a> What else could have been expected?</p>
<p><a href="http://blog.efftinge.de/2009/03/eclipsecon-slides-and-other-stupid.html">Sven</a> and <a href="http://koehnlein.blogspot.com/2009/03/xtext-generic-editor-and-emf-index-at.html">Jan</a> had a <a href="http://www.eclipsecon.org/2009/sessions?id=436">talk about the upcoming release of TMF Xtext</a> and <a href="http://www.slideshare.net/sefftinge/xtext-eclipse-con">shared their slides</a> afterwards. During the event one could recognize some <a href="http://tweettrail.com/search/xtext+eclipsecon">nice comments about Xtext at twitter</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="359" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AfX+HYfRVQ" /><embed type="application/x-shockwave-flash" width="450" height="359" src="http://blip.tv/play/AfX+HYfRVQ"></embed></object></p>
<p>But for me, the most interesting digital find is an interview with <a href="http://www.itemis.com/itemis-ag/company/language=en/2601/management-board">Wolfgang Neuhaus</a> I stumbled across at <a href="http://ianskerrett.wordpress.com/2009/03/26/eclipsecon-video-what-is-xtext/">Ian&#8217;s Blog</a>. Without the demand for in-depth knowledge of specific tools Wolfgang introduces the ideas behind Xtext in a brief and precise way.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%20at%20EclipseCon%202009%22&amp;body=Link: http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A This%20year%27s%20EclipseCon%20in%20Santa%20Clara%20was%20not%20only%20about%20Eclipse%20itself.%20For%20me%2C%20a%20silent%20observer%20who%20noticed%20this%20event%20only%20via%20the%20web%2C%20it%20acts%20like%20an%20important%20hub%20for%20many%20ideas%20and%20achievements%20inside%20and%20around%20the%20Eclipse%20ecosystem%20in%20general.%20One%20of%20these%20little%20treasures%20that%20have%20been%20m" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext+at+EclipseCon+2009+-+http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/&amp;title=Xtext+at+EclipseCon+2009" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/&amp;title=Xtext+at+EclipseCon+2009" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/&amp;bm_description=Xtext+at+EclipseCon+2009&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/&amp;title=Xtext+at+EclipseCon+2009" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/04/02/xtext-at-eclipsecon-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xtext M6 with more documentation and stable API</title>
		<link>http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/</link>
		<comments>http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 09:53:03 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=260</guid>
		<description><![CDATA[According to the project plan we have published the sixth milestone version of TMF Xtext this Tuesday. Please note, this is not a release candidate, yet. Nevertheless, it&#8217;s another huge step towards the Galileo release in June and tough guys may want to explore M6 as some early adopters already do.

We know about bugs and missing [...]]]></description>
			<content:encoded><![CDATA[<p>According to the <a href="http://www.eclipse.org/projects/project-plan.php?projectid=modeling.tmf">project plan</a> we have published the sixth milestone version of <a href="http://www.xtext.org">TMF Xtext</a> this Tuesday. Please note, this is not a release candidate, yet. Nevertheless, it&#8217;s another huge step towards the Galileo release in June and tough guys may want to explore M6 as some early adopters already do.</p>
<p><a href="http://www.xtext.org"><img class="aligncenter size-full wp-image-261" title="Xtext" src="http://www.1160pm.net/wp-content/uploads/2009/03/xtextlogo.png" alt="" width="300" height="88" /></a></p>
<p>We know about <a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;classification=Modeling&amp;product=TMF&amp;component=Xtext&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailtype1=exact&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">bugs and missing features</a> but with good cause I want to draw your attention to this release. Apart from the constantly improved <a href="http://wiki.eclipse.org/Xtext/Documentation">core documentation</a> we are beginning with documents like &#8220;<a href="http://wiki.eclipse.org/Xtext/GettingStarted">Getting Started</a>&#8221; or &#8221;<a href="http://wiki.eclipse.org/Xtext/Documentation/Migration">Migration from oAW Xtext</a>&#8220;. The latter is far from being finished and will summarize the lessons we have learned together with our customers that have be been using TMF Xtext since M5 and earlier.</p>
<p>Xtext users might be glad to hear that the <a href="http://wiki.eclipse.org/Xtext/Documentation/API">API of Xtext is reliable</a>. To accomplish this goal we leverage the annotation <em>@java.lang.Deprecated</em> for parts of the API that won&#8217;t be supported in future. But more interesting is the newly introduced annotation <em>@org.eclipse.xtext.Stable</em>. An interface tagged this way is not truly stable itself since we might introduce new methods in future but the annotation might help you anyway. It directs you to an abstract class that you should derive from. Whenever a new method will be introduced in future this class will complement your work with a null implementation your can override as necessary (does anyone know how this pattern is called?).</p>
<div id="attachment_339" class="wp-caption aligncenter" style="width: 438px"><a href="http://www.1160pm.net/wp-content/uploads/2009/03/pattern.png"><img class="size-full wp-image-339" title="Annotation" src="http://www.1160pm.net/wp-content/uploads/2009/03/pattern.png" alt="Interface with @stable and corresponding abstract class" width="428" height="338" /></a><p class="wp-caption-text">Interface with @stable and corresponding abstract class</p></div>
<p>So, even if you won&#8217;t try out TMF Xtext at this stage this documentation material might give you a preview of what you can expect in June. Check out the <a href="http://wiki.eclipse.org/Xtext/Documentation/Xtext_New_and_Noteworthy">New and Noteworthy Page</a> for a general overview of this release.</p>
<p>Feedback is welcome through the <a href="http://www.eclipse.org/newsportal/thread.php?group=eclipse.modeling.tmf">news group</a> and <a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=TMF&amp;version=0.7.0&amp;component=Xtext&amp;rep_platform=All&amp;op_sys=All">bugzillas</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%20M6%20with%20more%20documentation%20and%20stable%20API%22&amp;body=Link: http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A According%20to%20the%20project%20plan%20we%20have%20published%20the%20sixth%20milestone%20version%20of%20TMF%20Xtext%20this%20Tuesday.%20Please%20note%2C%20this%20is%20not%20a%20release%20candidate%2C%20yet.%20Nevertheless%2C%20it%27s%20another%20huge%20step%20towards%20the%20Galileo%20release%20in%20June%20and%C2%A0tough%20guys%20may%20want%20to%20explore%20M6%20as%20some%20early%20adopters%20already%20do." rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext+M6+with+more+documentation+and+stable+API+-+http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/&amp;title=Xtext+M6+with+more+documentation+and+stable+API" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/&amp;title=Xtext+M6+with+more+documentation+and+stable+API" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/&amp;bm_description=Xtext+M6+with+more+documentation+and+stable+API&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/&amp;title=Xtext+M6+with+more+documentation+and+stable+API" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/03/19/xtext-m6-with-more-documentation-and-stable-api/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>100 Liegestütze in 6 Wochen</title>
		<link>http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/</link>
		<comments>http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 09:36:04 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[private]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=266</guid>
		<description><![CDATA[Nachdem ich dieses Unterfangen im Spätsommer aus unterschiedlichen Gründen leider abgebrochen hatte, werde ich dieses Mal mit zwei Mitstreitern erneut versuchen, die magische Grenze zu durchbrechen. Wie? Steve Speirs hat im Juni 2008 ein Trainingsprogramm veröffentlicht, mit dessen Hilfe auch Ungeübte innerhalb von sechs Wochen in die Lage versetzt werden, 100 (in Worten: einhundert) Liegestütze [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich dieses Unterfangen im Spätsommer aus unterschiedlichen Gründen leider abgebrochen hatte, werde ich dieses Mal mit zwei Mitstreitern erneut versuchen, die magische Grenze zu durchbrechen. Wie? Steve Speirs hat im Juni 2008 ein <a href="http://hundredpushups.com/">Trainingsprogramm</a> veröffentlicht, mit dessen Hilfe auch <a href="https://www.xing.com/profile/Heiko_Behrens">Ungeübte</a> innerhalb von sechs Wochen in die Lage versetzt werden, 100 (in Worten: einhundert) <a href="http://de.wikipedia.org/wiki/Liegestütz">Liegestütze</a> am Stück durchzuführen.</p>
<p style="text-align: center;"><a href="http://hundredpushups.com"><img class="aligncenter size-full wp-image-267" title="onehundred" src="http://www.1160pm.net/wp-content/uploads/2009/03/onehundred.png" alt="" width="400" height="187" /></a></p>
<p>Die abgeschlossene <a href="http://www.volleyball-ktv.de/index.php?option=com_content&amp;task=blogcategory&amp;id=17&amp;Itemid=37">Hallen-Volleyball-Saison 2008/2009</a> sowie die berufsbedingte Einschränkung des Mannschaftstrainings berauben mich der wirkungsvollsten&#8230; Begründung eines weiteren Aufschiebens. Dazu gibt es mit der passenden <a href="http://www.retainrelease.com/HundredPushUps/hundredpushups_screenshots.html">iPhone-Anwendung</a> und der <a href="http://www.pushupslogger.com/">persönlichen Trainingswebseite</a> auch genug technisches Spielzeug, um die Motivation aufrecht zu erhalten. Ich werde über den Fortgang <a href="http://twitter.com/HBehrens">berichten</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22100%20Liegest%C3%BCtze%20in%206%20Wochen%22&amp;body=Link: http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Nachdem%20ich%20dieses%20Unterfangen%20im%20Sp%C3%A4tsommer%20aus%20unterschiedlichen%20Gr%C3%BCnden%20leider%20abgebrochen%20hatte%2C%20werde%20ich%20dieses%20Mal%20mit%20zwei%20Mitstreitern%20erneut%20versuchen%2C%20die%20magische%20Grenze%20zu%20durchbrechen.%20Wie%3F%20Steve%20Speirs%20hat%20im%20Juni%202008%20ein%20Trainingsprogramm%20ver%C3%B6ffentlicht%2C%20mit%20dessen%20Hilfe%20auch%20Ung" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=100+Liegest%C3%BCtze+in+6+Wochen+-+http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/&amp;title=100+Liegest%C3%BCtze+in+6+Wochen" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/&amp;title=100+Liegest%C3%BCtze+in+6+Wochen" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/&amp;bm_description=100+Liegest%C3%BCtze+in+6+Wochen&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/&amp;title=100+Liegest%C3%BCtze+in+6+Wochen" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/03/18/100-liegestuetze-in-6-wochen/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Xtext and oAW at Code Generation 2009</title>
		<link>http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/</link>
		<comments>http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 18:19:46 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=240</guid>
		<description><![CDATA[The conference program of the Code Generation 2009 has just been released and there will be several sessions that directly or indirectly address Xtext and openArchitectureWare.

Tutorial (75 minutes, Tuesday morning)
Challenges in DSL Design
Sven Efftinge, Sebastian Zarnekow
Case study (75 minutes, Tuesday afternoon)
Mastering differentiated MDSD requirements at Deutsche Boerse AG
Heiko Behrens, Karsten Thoms
Hands-On (180 minutes, Thursday midday)
Xtext Workshop
Heiko [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.codegeneration.net/cg2009/programme.php">conference program of the Code Generation 2009</a> has just been released and there will be several sessions that directly or indirectly address <a href="http://www.xtext.org">Xtext</a> and <a href="http://www.openArchitectureWare.org">openArchitectureWare</a>.</p>
<ul>
<li><strong>Tutorial <small>(75 minutes, Tuesday morning)</small></strong><br />
<a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=23">Challenges in DSL Design</a><br />
Sven Efftinge, Sebastian Zarnekow</li>
<li><strong>Case study <small>(75 minutes, Tuesday afternoon)</small></strong><br />
<a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=64">Mastering differentiated MDSD requirements at Deutsche Boerse AG</a><br />
Heiko Behrens, Karsten Thoms</li>
<li><strong>Hands-On <small>(180 minutes, Thursday midday)</small></strong><br />
<a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=30">Xtext Workshop</a><br />
<del datetime="2009-06-17T23:16:37+00:00">Heiko Behrens</del> Jan Köhnlein, Moritz Eysholdt, Sebastian Zarnekow</li>
</ul>
<p><a href="http://www.codegeneration.net/cg2009"><img class="aligncenter size-full wp-image-245" title="CodeGeneration2009" src="http://www.1160pm.net/wp-content/uploads/2009/03/cg2009logo250x62.gif" alt="" width="250" height="62" /></a></p>
<p>Apart from those, there&#8217;s a <a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=20">think tank</a> that might strive oAW, too. Interested in Microsoft&#8217;s and JetBrains&#8217; accompanists I am looking forward to the <a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=6">&#8220;Introduction to the Microsoft Oslo Modeling Platform&#8221;</a> as well as <a href="http://www.codegeneration.net/cg2009/sessioninfo.php?session=9">&#8220;Language Definition, Extension and Composition with MPS&#8221;</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Xtext%20and%20oAW%20at%20Code%20Generation%202009%22&amp;body=Link: http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20conference%20program%20of%20the%20Code%20Generation%202009%20has%20just%20been%20released%20and%20there%20will%20be%20several%20sessions%20that%20directly%20or%20indirectly%20address%20Xtext%20and%20openArchitectureWare.%0D%0A%0D%0A%09Tutorial%C2%A0%2875%20minutes%2C%20Tuesday%20morning%29%0D%0AChallenges%20in%20DSL%20Design%0D%0ASven%20Efftinge%2C%20Sebastian%20Zarnekow%0D%0A%09Case%20study%20%2875%20m" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Xtext+and+oAW+at+Code+Generation+2009+-+http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/&amp;title=Xtext+and+oAW+at+Code+Generation+2009" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/&amp;title=Xtext+and+oAW+at+Code+Generation+2009" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/&amp;bm_description=Xtext+and+oAW+at+Code+Generation+2009&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/&amp;title=Xtext+and+oAW+at+Code+Generation+2009" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/03/06/xtext-and-oaw-at-cg2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finanzkrise anschaulich erklärt</title>
		<link>http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/</link>
		<comments>http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 00:10:11 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=222</guid>
		<description><![CDATA[Jonathan Jarvis zeigt als Teil seiner Abschlussarbeit in einem Animationsfilm, wie es zur anhaltenen Finanzkrise kam (gelesen bei baekdal). Mich fasziniert neben der ikonisierten Bildsprache vor allem die plastische Darstellung des im Studium so häufig erwähnten Leverage-Effekts.

Inhaltlich etwas vollständiger aber weniger spektakulär, ein Aufklärungsvideo vom BMF. Während Jonathan nach einer kurzen Einführung und dem weiß aufleuchtendem [...]]]></description>
			<content:encoded><![CDATA[<p>Jonathan Jarvis zeigt als Teil seiner Abschlussarbeit in einem Animationsfilm, wie es zur anhaltenen Finanzkrise kam (gelesen bei <a href="http://www.baekdal.com/notes/personal/credit-crisis-financial/">baekdal</a>). Mich fasziniert neben der ikonisierten Bildsprache vor allem die plastische Darstellung des im Studium so häufig erwähnten <a href="http://de.wikipedia.org/wiki/Leverage-Effekt">Leverage-Effekts</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="253" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3261363&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="450" height="253" src="http://vimeo.com/moogaloop.swf?clip_id=3261363&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Inhaltlich etwas vollständiger aber weniger spektakulär, ein <a href="http://www.bundesfinanzministerium.de/nn_56828/DE/BMF__Startseite/Multimedia/Gebaerden/018__Finanzkrise.html">Aufklärungsvideo vom BMF</a>. Während Jonathan nach einer kurzen Einführung und dem weiß aufleuchtendem Wendepunkt ein (auch farblich) pessimistisches Ende skizziert, geht es bei der <a href="http://vimeo.com/simpleshow">simpleshow</a> schon etwas freundlicher zu: Wer in Deutschland lebt und besonnen handelt hätte nichts zu befürchten. Einfach das liebe Geld in <a href="http://de.wikipedia.org/wiki/Staatsanleihe">Staatsanleihen</a> investieren und abwarten.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=2141108&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="450" height="340" src="http://vimeo.com/moogaloop.swf?clip_id=2141108&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Leider erwecken die beiden Kurzfilme den Eindruck, dass die Finanzkrise nur Immobilienbesitzer oder Menschen mit größeren Spareinlagen betrifft. Die <a href="http://www.tagesschau.de/wirtschaft/dossierfinanzmarktkrise2.html">Übersicht der Tagesschau</a> klärt in dieser Hinsicht auf. Für den besorgten Arbeitnehmer <a href="http://www.focus.de/karriere/perspektiven/zukunft/tid-12401/arbeitnehmer-so-ueberstehen-sie-die-finanzkrise_aid_345128.html">fasst der Focus allgemeine Ratschläge zusammen</a>. Mein persönlicher Favorit gleich zu Beginn der Liste:</p>
<blockquote><p>Halten Sie sich zurück mit apokalyptischen Prognosen. Das Unternehmen will und braucht Optimisten.</p></blockquote>
<p>Klaro! Wikipedia bietet für den interessierten Leser mit dem Artikel &#8220;<a href="http://de.wikipedia.org/wiki/Finanzkrise_ab_2007">Finanzkrise ab 2007</a>&#8221; dazu einen guten Startpunkt für weitere Recherchen. Bleibt zu hoffen, dass dieser Titel bald um eine weitere Jahreszahl zur Eingrenzung des Zeitraums ergänzt wird.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Finanzkrise%20anschaulich%20erkl%C3%A4rt%22&amp;body=Link: http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Jonathan%20Jarvis%20zeigt%20als%20Teil%20seiner%20Abschlussarbeit%20in%20einem%20Animationsfilm%2C%20wie%20es%20zur%20anhaltenen%20Finanzkrise%20kam%20%28gelesen%20bei%C2%A0baekdal%29.%20Mich%20fasziniert%20neben%20der%20ikonisierten%20Bildsprache%20vor%20allem%20die%20plastische%20Darstellung%20des%20im%20Studium%20so%20h%C3%A4ufig%20erw%C3%A4hnten%20Leverage-Effekts.%0D%0A%0D%0A%0D%0A%0D%0AInhaltlic" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Finanzkrise+anschaulich+erkl%C3%A4rt+-+http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/&amp;title=Finanzkrise+anschaulich+erkl%C3%A4rt" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/&amp;title=Finanzkrise+anschaulich+erkl%C3%A4rt" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/&amp;bm_description=Finanzkrise+anschaulich+erkl%C3%A4rt&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/&amp;title=Finanzkrise+anschaulich+erkl%C3%A4rt" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/03/04/finanzkrise-anschaulich-erklaert/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>itemis unter den Top 10 Arbeitgebern im deutschen Mittelstand</title>
		<link>http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/</link>
		<comments>http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 14:59:54 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[private]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=199</guid>
		<description><![CDATA[Ende Januar hieß es in einer internen E-Mail an meine Kollegen und mich aus Richtung des Marketings:
Morgen haben wir die Presse (Bild und WDR) im Haus. Keine Angst. Es gibt jetzt keine bestimmten Regeln oder so. Wir sind Perfekt.
Diese Formulierung zauberte schon ein Grinsen in mein Gesicht und ich konnte mich nicht zurückhalten, in meinem Bekanntenkreis [...]]]></description>
			<content:encoded><![CDATA[<p>Ende Januar hieß es in einer internen E-Mail an meine Kollegen und mich aus Richtung des Marketings:</p>
<blockquote><p>Morgen haben wir die Presse (Bild und WDR) im Haus. Keine Angst. Es gibt jetzt keine bestimmten Regeln oder so. Wir sind Perfekt.</p></blockquote>
<p>Diese Formulierung zauberte schon ein Grinsen in mein Gesicht und ich konnte mich nicht zurückhalten, in meinem Bekanntenkreis davon zu berichten. Inzwischen haben sich die Nachfragen gehäuft, wo genau in der Bild denn nun was zu lesen war. Ich selbst besitze keine Ausgabe dieses Blatts und leider ist es der <a href="http://www.itemis.de">itemis</a> nicht gestattet worden, ein eingescanntes Exemplar zu verlinken. Ein kleiner Trost: Es gibt in der<a href="http://www.wdr.de/mediathek/html/regional/2009/01/30/lokalzeit-dortmund-topjob.xml"> Mediathek vom WDR</a> den Mitschnitt aus der Lokalzeit zu sehen.</p>
<p>In unserem Unternehmensblog verbirgt sich hinter der Überschrift <a href="http://www.itemis.de/itemis-ag/aktuelles/2009/language=de/17966/top-arbeitgeber-2009">&#8220;Top-Arbeitgeber 2009&#8243;</a> noch einiges zu den Hintergründen, die im Fernsehen nur knapp dargestellt und in der Bild dem Format angemessen ausgelassen wurden. In diesem Zusammenhang ist sicher auch die jüngst erhaltene <a href="http://www.itemis.de/itemis-ag/aktuelles/2009/language=de/18705/itemis-ag-als-great-place-to-work-ausgezeichnet">Auszeichnung &#8220;Great Place to Work®&#8221;</a> von Interesse.</p>
<h2>Downloads</h2>
<ul>
<li><a href="http://www.wdr.de/mediathek/html/regional/2009/01/30/lokalzeit-dortmund-topjob.xml">Beitrag vom WDR</a></li>
<li><a href="http://www.itemis.de/binary.ashx/~download/17967/dokumente-und-einstellungen-ufer-desktop-work-top-job-p02-topjob-auszeichnung.pdf">Pressemitteilung &#8220;Top-Job&#8221;</a></li>
<li><a href="http://www.itemis.de/binary.ashx/~download/18706/great-place-to-work.pdf">Pressemitteilung &#8220;Great Place to Work®&#8221;</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22itemis%20unter%20den%20Top%2010%20Arbeitgebern%20im%20deutschen%20Mittelstand%22&amp;body=Link: http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Ende%20Januar%20hie%C3%9F%20es%20in%20einer%20internen%20E-Mail%20an%20meine%20Kollegen%20und%20mich%20aus%20Richtung%20des%20Marketings%3A%0D%0AMorgen%20haben%20wir%20die%20Presse%20%28Bild%20und%20WDR%29%20im%20Haus.%C2%A0Keine%20Angst.%20Es%20gibt%20jetzt%20keine%20bestimmten%20Regeln%20oder%20so.%20Wir%20sind%20Perfekt.%0D%0ADiese%20Formulierung%20zauberte%20schon%20ein%20Grinsen%20in%20mein%20Gesicht%20und" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=itemis+unter+den+Top+10+Arbeitgebern+im+deutschen+Mittelstand+-+http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/&amp;title=itemis+unter+den+Top+10+Arbeitgebern+im+deutschen+Mittelstand" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/&amp;title=itemis+unter+den+Top+10+Arbeitgebern+im+deutschen+Mittelstand" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/&amp;bm_description=itemis+unter+den+Top+10+Arbeitgebern+im+deutschen+Mittelstand&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/&amp;title=itemis+unter+den+Top+10+Arbeitgebern+im+deutschen+Mittelstand" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/02/17/itemis-unter-den-top-10-arbeitgebern-im-deutschen-mittelstand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Comparison of oAW and M2T Xpand</title>
		<link>http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/</link>
		<comments>http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 20:53:04 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=187</guid>
		<description><![CDATA[Migrating a real world openArchitectureWare Xtext/Xpand project to the corresponding Eclipse M5 modeling projects (TMF, M2T) I had the opportunity to see the results of our ongoing speed improvement effort. While the part of code generation of this project originally took nearly half an hour we were able to reduce its execution time below 3 [...]]]></description>
			<content:encoded><![CDATA[<p>Migrating a real world <a href="http://www.openArchitectureWare.org">openArchitectureWare</a> Xtext/Xpand project to the corresponding <a href="http://www.eclipse.org/modeling/">Eclipse M5 modeling projects</a> (TMF, M2T) I had the opportunity to see the results of our ongoing speed improvement effort. While the part of code generation of this project originally took nearly half an hour we were able to reduce its execution time below 3 minutes with the help of a <a href="/2009/09/25/profiler-for-xpandxtendcheck/">brand-new M2T profiler</a>. After that I migrated the templates, checks and workflow(s) to the package structure of M2T and did some measurement.</p>
<p>This project generates about 1.500+ Java and C++ files as well as some X(HT)ML and plain text. It consists of 250+ Xtend functions and 200+ Xpand defines in more than 80 files. See below the runtime characteristics while generating the artefacts of the very same project using oAW 4.3.1, the Eclipse milestone M5 without and with the <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=261629">recently introduced polymorphic dispatch caching</a> enabled:</p>
<div id="attachment_192" class="wp-caption aligncenter" style="width: 379px"><img class="size-full wp-image-192" title="Execution time" src="http://www.1160pm.net/wp-content/uploads/2009/02/comparison.png" alt="Execution time (code generation only)" width="369" height="176" /><p class="wp-caption-text">Execution time (code generation only)</p></div>
<p>Looking just at these numbers, I would confidently say that the upcoming Eclipse M2T Xpand runs significantly faster than the good ol&#8217; oAW Xpand!</p>
<p>Read <a href="/2009/09/25/profiler-for-xpandxtendcheck/">more about the the M2T profiler in this post</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Speed%20Comparison%20of%20oAW%20and%20M2T%20Xpand%22&amp;body=Link: http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Migrating%20a%20real%20world%20openArchitectureWare%20Xtext%2FXpand%20project%20to%20the%20corresponding%20Eclipse%20M5%20modeling%20projects%20%28TMF%2C%20M2T%29%20I%20had%20the%20opportunity%20to%20see%20the%20results%20of%20our%20ongoing%20speed%20improvement%20effort.%20While%20the%20part%20of%20code%20generation%20of%20this%20project%20originally%20took%20nearly%20half%20an%20hour%20we%20were" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Speed+Comparison+of+oAW+and+M2T+Xpand+-+http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/&amp;title=Speed+Comparison+of+oAW+and+M2T+Xpand" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/&amp;title=Speed+Comparison+of+oAW+and+M2T+Xpand" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/&amp;bm_description=Speed+Comparison+of+oAW+and+M2T+Xpand&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/&amp;title=Speed+Comparison+of+oAW+and+M2T+Xpand" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/02/10/speed-comparison-of-oaw-and-m2t-xpand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a java classpath from a windows batch file</title>
		<link>http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/</link>
		<comments>http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 18:03:17 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=152</guid>
		<description><![CDATA[A great feature introduced with the JDK 6 is the improved classpath syntax for including Jars of a specific directory. This allows you to do this
javac -cp "lib\*" MyClass.java
java -cp "lib\*" MyClass
from the command line without using a build system like Maven or Ant. But each of you who has to build and run Java [...]]]></description>
			<content:encoded><![CDATA[<p>A great feature introduced with the JDK 6 is the <a href="http://java.sun.com/javase/6/docs/technotes/tools/windows/classpath.html">improved classpath syntax</a> for including Jars of a specific directory. This allows you to do this</p>
<pre><code>javac -cp "lib\*" MyClass.java
java -cp "lib\*" MyClass</code></pre>
<p>from the command line without using a build system like <a href="http://maven.apache.org/">Maven</a> or <a href="http://ant.apache.org/">Ant</a>. But each of you who has to build and run Java classes with the JDK 5 or earlier and suffer from some project restrictions that reduces the set of tools to the ordinary command line will have to build the proper classpath by naming each Jar separately:</p>
<pre><code>javac -cp "lib\jar1.jar;lib\jar2.jar" MyClass.java
java -cp "lib\jar1.jar;lib\jar2.jar" MyClass</code></pre>
<p>On a Unix based system one could use <a href="http://unixhelp.ed.ac.uk/CGI/man-cgi?glob">glob</a> in a shell script. The doomed Windows users can <a href="http://codetojoy.blogspot.com/2007/09/yo-classpath-its-globbering-time.html">either use some shell replacements</a> or have to build the command line with the arguable help of batch files. This blog post serves as a reference for those who stumble across loops and delayed expansion of variables in Windows batch files. To make the story of a bumpy road short here is the working solution for Windows XP:</p>
<pre><code>REM needed to overcome weird loop behavior
REM in conjunction with variable expansion
SETLOCAL enabledelayedexpansion

REM construct classpath of seperate jars
cp=explicitlyKnownJar1.jar;explicitlyKnownJar2.jar;

FOR %%F IN (lib/*.jar) DO (
  SET cp=!cp!;lib/%%F%
)

javac -cp "%cp%" MyClass.java
java -cp "%cp%" MyClass</code></pre>
<p>Please note that you should select the needed Jars carefully since <a href="http://vlaurie.com/computers2/Articles/environment.htm">Windows XP cannot handle environment variables longer than 8KB</a>. Try to use relative files names to &#8220;solve&#8221; this issue. If relative paths are no option you could try to <a href="http://unserializableone.blogspot.com/2007/10/solution-to-classpath-too-long-aka.html">use virtual drive letters</a> instead.</p>
<p>Anyway, my advice is: Convince your &#8220;build manager&#8221; that you need a true build system in order to ensure the product quality and safe hours of work (around) time. In Eclipse a first draft of such an Ant script could be produced using &#8220;Export&#8230; Ant Buildfiles&#8221;.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Building%20a%20java%20classpath%20from%20a%20windows%20batch%20file%22&amp;body=Link: http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A A%20great%20feature%20introduced%20with%20the%20JDK%206%20is%20the%20improved%20classpath%20syntax%20for%20including%20Jars%20of%20a%20specific%20directory.%20This%20allows%20you%20to%20do%20this%0D%0Ajavac%20-cp%20%22lib%5C%2A%22%20MyClass.java%0D%0Ajava%20-cp%20%22lib%5C%2A%22%20MyClass%0D%0Afrom%20the%20command%20line%20without%20using%20a%20build%20system%20like%20Maven%20or%20Ant.%20But%20each%20of%20you%20who%20has%20t" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Building+a+java+classpath+from+a+windows+batch+file+-+http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/&amp;title=Building+a+java+classpath+from+a+windows+batch+file" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/&amp;title=Building+a+java+classpath+from+a+windows+batch+file" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/&amp;bm_description=Building+a+java+classpath+from+a+windows+batch+file&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/&amp;title=Building+a+java+classpath+from+a+windows+batch+file" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/01/26/building-a-java-classpath-from-a-windows-batch-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter und Facebook für Politik und Produkte</title>
		<link>http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/</link>
		<comments>http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 23:01:50 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=135</guid>
		<description><![CDATA[Längst gewinnen Sportvereine neue Mitglieder über ihre Präsenz im Internet. Der Einzelhandel versendet E-Mails beim Eintreffen neuer Ware und die Status SMS beim Logistiker ist keine Besonderheit mehr. Die Zeiten ändern sich! Das hat vor einigen Wochen auch der amerikanische Wähler erfahren können, als gebündelte Online-Kampagnen zu Micropayment aufriefen oder ein ausgeklügeltes Logodesign auf dem [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1160pm.net/wp-content/uploads/2009/01/twitter1.png"><img class="alignright size-full wp-image-139" title="twitter1" src="http://www.1160pm.net/wp-content/uploads/2009/01/twitter1.png" alt="" width="161" height="154" /></a>Längst gewinnen Sportvereine neue Mitglieder über <a href="http://www.volleyball-ktv.de">ihre Präsenz</a> <a href="http://www.watnbecks.de">im Internet</a>. Der Einzelhandel versendet E-Mails beim Eintreffen neuer Ware und die Status SMS beim Logistiker ist keine Besonderheit mehr. Die Zeiten ändern sich! Das hat <a href="http://www.heise.de/tr/Das-Geheimnis-seines-Erfolges--/artikel/118349">vor einigen Wochen auch der amerikanische Wähler erfahren</a> können, als gebündelte Online-Kampagnen zu Micropayment aufriefen oder <a href="http://www.vsapartners.com/news.asp?article=70">ein ausgeklügeltes Logodesign</a> auf dem Rücken <a href="http://logobama.com/">viralen Marketings</a> zu selten erreichter Sichtbarkeit führte. Und doch gibt es noch immer Kampagnen, die sich das Medium Internet nicht zunutze machen.</p>
<p>Thomas Baekdal zeigte heute an einem &#8220;<a href="http://www.baekdal.com/articles/Branding/no-probably-god/">ungöttlichen Beispiel</a>&#8220;, wie selbst zeitgemäß ausgerichtete Kampagnen viel Potenzial verspielen. Dabei geht er nicht nur auf offenkundige Schwächen ein, er postuliert ebenfalls, worauf es beim Online-Marketing ankommt: Raum für (scheinbare) Individualität. Erwähnenswert ist mit Sicherheit auch die <a href="http://www.baekdal.com/articles/branding/social-movement/">Gegenüberstellung unterschiedlicher Formate</a> wie Facebook-Seiten und Blogs, die er nur wenige Stunden später aufgestellt hat. So ließen sich heute mit nur einer einzigen Facebook-Seite über 13.000 bekennende Anhänger einer Idee gewinnen, noch ehe ein Blogeintrag verfasst sei. Letzterer hingegen wäre deutlich nachhaltiger.</p>
<p>Ich bin mir sicher, dass die kommenden Jahre viel Veränderung im Bereich der Kommunikation mit dem Bürger, dem Konsumenten und dem Individuum bringen. Und wo der klassische Betriebswirt früher in Größen von Printauflagen gerechnet hatte, könnte es zukünftig in Vorlesungen 2&#215;2-Matrizen zum Lebenszyklus von Onlineformaten geben.</p>
<p>Denn wer hätte vor zwei Jahren gedacht, dass klassische, deutsche Medien über den aktuellen Stand einer Landtagswahl <a href="http://www.twitter.com/hronlinewahl">twittern</a>?</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Twitter%20und%20Facebook%20f%C3%BCr%20Politik%20und%20Produkte%22&amp;body=Link: http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A L%C3%A4ngst%20gewinnen%20Sportvereine%20neue%20Mitglieder%20%C3%BCber%20ihre%20Pr%C3%A4senz%20im%20Internet.%20Der%20Einzelhandel%20versendet%20E-Mails%20beim%20Eintreffen%20neuer%20Ware%20und%20die%20Status%20SMS%20beim%20Logistiker%20ist%20keine%20Besonderheit%20mehr.%20Die%20Zeiten%20%C3%A4ndern%20sich%21%20Das%20hat%20vor%20einigen%20Wochen%20auch%20der%20amerikanische%20W%C3%A4hler%20erfahren%20k%C3%B6" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Twitter+und+Facebook+f%C3%BCr+Politik+und+Produkte+-+http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/&amp;title=Twitter+und+Facebook+f%C3%BCr+Politik+und+Produkte" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/&amp;title=Twitter+und+Facebook+f%C3%BCr+Politik+und+Produkte" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/&amp;bm_description=Twitter+und+Facebook+f%C3%BCr+Politik+und+Produkte&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/&amp;title=Twitter+und+Facebook+f%C3%BCr+Politik+und+Produkte" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/01/19/twitter-und-facebook-fur-politik-und-produkte/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Videos vom World Usability Day 2008 in Hamburg</title>
		<link>http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/</link>
		<comments>http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 18:23:37 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=131</guid>
		<description><![CDATA[Durch einen Gruppeneintrag von Matthias bin ich auf die Videos vom Hamburger World Usability Day aufmerksam geworden. Die Mitschnitte zeigen zwar nur einen Teil der gehaltenen Vorträge, vermitteln aber einen Eindruck, worum des den norddeutschen Usability Professionals heute geht: &#8220;Wie bekommt man das Maß der Usability in der Praxis eingefangen&#8221;. Aber auch die anderen Erfahrungsberichte [...]]]></description>
			<content:encoded><![CDATA[<p>Durch einen <a href="http://de.groups.yahoo.com/group/uxHH/message/196">Gruppeneintrag von Matthias</a> bin ich auf die <a href="http://www.uxhh.de/wud/index.html#wud2008">Videos vom Hamburger World Usability Day</a> aufmerksam geworden. Die Mitschnitte zeigen zwar nur einen Teil der gehaltenen Vorträge, vermitteln aber einen Eindruck, worum des den norddeutschen Usability Professionals heute geht: &#8220;Wie bekommt man das Maß der Usability in der Praxis eingefangen&#8221;. Aber auch die anderen Erfahrungsberichte sind recht aufschlussreich.</p>
<p>Unser Versuch, im Kieler Raum eine Veranstaltung zu realisieren, ist 2008 aus zeitgründen leider gescheitert. Thorsten Wilhem, ein Mitglied aus dieser Planungsrunde zeigte stattdessen in Hamburg, wie sich <a href="http://video.google.de/videoplay?docid=-8353802448294761893&amp;ei=zkRmSZWbOJSw2QLM-azdDQ&amp;q=Usability-Testing+und+Optimierung+in+frühen+Projektphasen">Usability-Testing in der frühen Projektphase</a> behauptet.</p>
<p>Vielleicht klappt es in diesem Jahr endlich in Kiel&#8230;</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Videos%20vom%20World%20Usability%20Day%202008%20in%20Hamburg%22&amp;body=Link: http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Durch%20einen%20Gruppeneintrag%20von%20Matthias%20bin%20ich%20auf%20die%20Videos%20vom%20Hamburger%20World%20Usability%20Day%20aufmerksam%20geworden.%20Die%20Mitschnitte%20zeigen%20zwar%20nur%20einen%20Teil%20der%20gehaltenen%20Vortr%C3%A4ge%2C%20vermitteln%20aber%20einen%20Eindruck%2C%20worum%20des%20den%20norddeutschen%20Usability%20Professionals%20heute%20geht%3A%20%22Wie%20bekommt%20man%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Videos+vom+World+Usability+Day+2008+in+Hamburg+-+http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/&amp;title=Videos+vom+World+Usability+Day+2008+in+Hamburg" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/&amp;title=Videos+vom+World+Usability+Day+2008+in+Hamburg" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/&amp;bm_description=Videos+vom+World+Usability+Day+2008+in+Hamburg&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/&amp;title=Videos+vom+World+Usability+Day+2008+in+Hamburg" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2009/01/08/videos-vom-world-usability-day-2008-in-hamburg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Inheritance and the Least (Unambiguous) Common Compatible Type</title>
		<link>http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/</link>
		<comments>http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 21:57:38 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=46</guid>
		<description><![CDATA[While working on Xtext and the inference of meta-models of a given grammar I encountered different problems that could be broken down to a well-known question: &#8220;What is the least common compatible type of those?&#8221;. While Liskov discusses how subtypes and supertypes could be derived in general I already had a hierarchy of defined types. [...]]]></description>
			<content:encoded><![CDATA[<p>While working on <a href="http://www.xtext.org">Xtext</a> and the inference of meta-models of a given grammar I encountered different problems that could be broken down to a well-known question: &#8220;What is the least common compatible type of those?&#8221;. While <a href="http://en.wikipedia.org/wiki/Liskov_substitution_principle">Liskov</a> discusses how subtypes and supertypes could be derived in general I already had a hierarchy of defined types. Books like <a href="http://www.amazon.de/gp/product/0262162091?ie=UTF8&amp;tag=1160pm-21&amp;linkCode=as2&amp;camp=1638&amp;creative=6742&amp;creativeASIN=0262162091">Types and Programming Languages</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.de/e/ir?t=1160pm-21&amp;l=as2&amp;o=3&amp;a=0262162091" border="0" alt="" width="1" height="1" /> seem to cover questions like this exhaustively and come to a quite simple view at this topic.</p>
<p>The following diagrams are geared to the <a href="http://www.uml.org/">UML</a> notation. Boxes are types in this context whereas an arrow indicates a supertype relationship.</p>
<div id="attachment_50" class="wp-caption aligncenter" style="width: 357px"><img class="size-full wp-image-50 " title="Figure 1" src="http://www.1160pm.net/wp-content/uploads/2008/11/tree.png" alt="" width="347" height="330" /><p class="wp-caption-text">Figure 1</p></div>
<p>In Figure 1, A is the direct supertype of B where C is a direct and E an indirect subtype of A. Each type is compatible with A. Type E and F are compatible with B, which is also the <strong>least common super type</strong> of E and F. Every type is compatible to itself and the <strong>least common compatible type</strong> of D and G is D again.</p>
<p>So far, this is pretty obvious. The difficulties arise when dealing with Ecore, or <a href="http://www.eclipse.org/modeling/emf/?project=emf">EMF</a> in the context of Eclipse. The meta-model of EMF says, that any EClass (read: Type) can have any number of supertypes. This leads into potential scenarios of multiple-inheritance where things are not so obvious anymore.<span id="more-46"></span></p>
<div id="attachment_48" class="wp-caption aligncenter" style="width: 252px"><img class="size-full wp-image-48 " title="Figure 2" src="http://www.1160pm.net/wp-content/uploads/2008/10/simpleclasshierarchy.png" alt="" width="242" height="248" /><p class="wp-caption-text">Figure 2</p></div>
<p>Figure 2 illustrates a simple scenario, where D and E have more than one supertype. Both, D and E are compatible with B and C. One can argue whether B or C should be called <strong>the</strong> common compatible type of D and E. It&#8217;s even harder to tell, whether B or C is <strong>the least</strong> common compatible type. Or are they both?</p>
<p>In the context of Xtext it was necessary to name a single type that works not only as an arbitrary compatible type in general (where both B and C would fit) but would <strong>unambiguously</strong> be the least common compatible type. In Figure 2 this would be A.</p>
<p>A more complex scenario can be seen in Figure 3. <a href="http://blog.efftinge.de/">Different</a> <a href="http://koehnlein.blogspot.com/">associates</a> came up with different proposals each time I asked for, say, the Least Unambiguous Common Compatible Type (LUCCT) of D and F.</p>
<div id="attachment_48" class="wp-caption aligncenter" style="width: 344px"><img class="size-full wp-image-48 " title="Figure 3" src="http://www.1160pm.net/wp-content/uploads/2008/10/complexclasshierarchy.png" alt="" width="334" height="308" /><p class="wp-caption-text">Figure 3</p></div>
<p>Some argued B is as &#8220;tight&#8221; as C. Others said, the absence of a unique root causes some sort of ambiguity. In the end we agreed that neither C nor B nor A would be &#8220;unambiguous enough&#8221; to fulfill the requirements of a so-called LUCCT. We also agreed that this question is more challenging than picking the most specific type that is compatible with F and D.</p>
<p>After thinking about this it turns out that a proper solution is not easy but it is no rocket science either.</p>
<ol>
<li>First, find the intersection of all compatible types of the inspected types.</li>
<li>Next, concentrate on this set only and find all types that are directly or indirectly connected to every other type in the set. These are the LUCCT candidates.</li>
<li>Last, select the most specific candidate of step 2 as the result. If there are no candidates there&#8217;s no LUCCT for the inspected types. Yes, there is always a most specific candidate otherwise it would not be a candidate.</li>
</ol>
<div>
<div id="attachment_120" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.1160pm.net/wp-content/uploads/2008/12/algorithm1.png"><img class="size-medium wp-image-120" title="algorithm" src="http://www.1160pm.net/wp-content/uploads/2008/12/algorithm1-300x205.png" alt="Figure 4" width="300" height="205" /></a><p class="wp-caption-text">Figure 4</p></div>
</div>
<p>In the given scenario of Figure 4 where one wants to determine the LUCCT of G and I the set of compatible types consists of A, B, C, D, E and F. These types on their own are all directly or indirectly subtypes or supertypes of A and D whereas pairwise compared B and C or E and F are not. Since D is more specific than A the LUCCT of G and I is D, <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tmf/org.eclipse.xtext/tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/EcoreUtil2Tests.java?root=Modeling_Project&amp;view=markup">voilà</a>!</p>
<p>The <a href="http://en.wikipedia.org/wiki/Graph_theory">gentle reader</a> may apologize the absence of terms like graph reduction or isthmus to explain this method.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Multiple%20Inheritance%20and%20the%20Least%20%28Unambiguous%29%20Common%20Compatible%20Type%22&amp;body=Link: http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A While%20working%20on%20Xtext%20and%20the%20inference%20of%20meta-models%20of%20a%20given%20grammar%20I%20encountered%20different%20problems%20that%20could%20be%20broken%20down%20to%20a%20well-known%20question%3A%20%22What%20is%20the%20least%20common%20compatible%20type%20of%20those%3F%22.%20While%20Liskov%20discusses%20how%20subtypes%20and%20supertypes%20could%20be%20derived%20in%20general%20I%20alrea" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Multiple+Inheritance+and+the+Least+%28Unambiguous%29+Common+Compatible+Type+-+http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/&amp;title=Multiple+Inheritance+and+the+Least+%28Unambiguous%29+Common+Compatible+Type" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/&amp;title=Multiple+Inheritance+and+the+Least+%28Unambiguous%29+Common+Compatible+Type" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/&amp;bm_description=Multiple+Inheritance+and+the+Least+%28Unambiguous%29+Common+Compatible+Type&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/&amp;title=Multiple+Inheritance+and+the+Least+%28Unambiguous%29+Common+Compatible+Type" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/12/08/multiple-inheritance-and-the-least-unambiguous-common-compatible-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Eclipse as diff tool</title>
		<link>http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/</link>
		<comments>http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 18:39:05 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=100</guid>
		<description><![CDATA[Coming from the windows platform I am used to tools like WinMerge or AraxisMerge (commercial) that offer a more comfortable way to compare the content of files than diff --side-by-side. To my suprise I did not find a single useful external diff tool for Mac OS.
More or less accidentally while working with Eclipse and CVS [...]]]></description>
			<content:encoded><![CDATA[<p>Coming from the windows platform I am used to tools like <a href="http://winmerge.org/">WinMerge</a> or <a href="http://www.araxis.com/merge">AraxisMerge</a> (commercial) that offer a more comfortable way to compare the content of files than <code>diff --side-by-side</code>. To my suprise I did not find a single useful external <a href="http://en.wikipedia.org/wiki/Diff">diff tool</a> for Mac OS.</p>
<p>More or less accidentally while working with <a href="http://www.eclipse.org">Eclipse</a> and <a href="http://en.wikipedia.org/wiki/Concurrent_Versions_System">CVS</a> and its function &#8220;Compare with latest from HEAD&#8221; I stumbled on a grayed menu item that says &#8220;&#8230;with each other&#8221;.</p>
<p><a href="http://www.1160pm.net/wp-content/uploads/2008/12/eclipsediff.png"><img class="alignnone size-full wp-image-103" src="http://www.1160pm.net/wp-content/uploads/2008/12/eclipsediff.png" alt="" width="500" height="404" /></a></p>
<p>It turns out that <a href="http://www.eclipse.org/">Eclipse</a> supports comparing arbitrary files two-way and even three-way. You simply have to select the files to compare and invoke the context menu. Those files only need to be in your workspace. It is not necessary to have them under revision control. Great!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Use%20Eclipse%20as%20diff%20tool%22&amp;body=Link: http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Coming%20from%20the%20windows%20platform%20I%20am%20used%20to%20tools%20like%20WinMerge%20or%20AraxisMerge%20%28commercial%29%20that%20offer%20a%20more%20comfortable%20way%20to%20compare%20the%20content%20of%20files%20than%20diff%20--side-by-side.%20To%20my%20suprise%20I%20did%20not%20find%20a%20single%20useful%20external%20diff%20tool%20for%20Mac%20OS.%0D%0A%0D%0AMore%20or%20less%20accidentally%20while%20wor" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Use+Eclipse+as+diff+tool+-+http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/&amp;title=Use+Eclipse+as+diff+tool" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/&amp;title=Use+Eclipse+as+diff+tool" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/&amp;bm_description=Use+Eclipse+as+diff+tool&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/&amp;title=Use+Eclipse+as+diff+tool" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/12/02/use-eclipse-as-diff-tool/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Blog to your mom via email</title>
		<link>http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/</link>
		<comments>http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 20:49:05 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=88</guid>
		<description><![CDATA[Many surfers on the web are not familiar with RSS feeds nor do they own an  aggregator to collect news automatically. Those &#8220;old-fashioned internet citizens&#8221; gather information by opening websites one after the other and scanning their content by hand (or eyes and memorization, so to speak). While such a &#8220;bad habbit&#8221; might be [...]]]></description>
			<content:encoded><![CDATA[<p>Many surfers on the web are not familiar with <a href="http://en.wikipedia.org/wiki/RSS_(file_format)">RSS feeds</a> nor do they own an  <a href="http://en.wikipedia.org/wiki/Aggregator">aggregator</a> to collect news automatically. Those &#8220;old-fashioned internet citizens&#8221; gather information by opening websites one after the other and scanning their content by hand (or eyes and memorization, so to speak). While such a &#8220;bad habbit&#8221; might be sufficient for private users professional publishers gamble away regular readers by ignoring their affectations.</p>
<blockquote><p>Reading a mail costs me only a minute but opening all these websites takes the whole day!</p></blockquote>
<p>This is what my mom replied to me recently. She reads the web as many others do, searches at amazon or ebay and does emails, too. But <a href="http://www.1160pm.net/?feed=rss2">subscribing to a feed</a> is another story. This is where services like <a href="http://www.nouri.sh/">nourish</a> come in.</p>
<p style="text-align: center;"><a href="http://www.nouri.sh/"><img class="aligncenter size-full wp-image-89" title="nourish converts any RSS feed into an email newsletter" src="http://www.1160pm.net/wp-content/uploads/2008/11/nourish.png" alt="" width="462" height="222" /></a></p>
<p>Nourish acts as a publisher and sends out emails with the relevant news each time a feed indicates changes on a website. It&#8217;s much like a newsletter service with campains and managed subscribers where the content itself comes from an arbitrary RSS feed instead. This is a great way to reuse existing content and infrastructure while developing the reader base.</p>
<p>But thinking about my mom, I am looking forward to complaints of all this <a href="http://en.wikipedia.org/wiki/E-mail_spam">spam in her mailbox</a> <img src='http://www.heikobehrens.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Blog%20to%20your%20mom%20via%20email%22&amp;body=Link: http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Many%20surfers%20on%20the%20web%20are%20not%20familiar%20with%20RSS%20feeds%20nor%20do%20they%20own%20an%20%20aggregator%20to%20collect%20news%20automatically.%20Those%20%22old-fashioned%20internet%20citizens%22%20gather%20information%20by%20opening%20websites%20one%20after%20the%20other%20and%20scanning%20their%20content%20by%20hand%20%28or%20eyes%20and%20memorization%2C%20so%20to%20speak%29.%20While%20s" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Blog+to+your+mom+via+email+-+http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/&amp;title=Blog+to+your+mom+via+email" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/&amp;title=Blog+to+your+mom+via+email" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/&amp;bm_description=Blog+to+your+mom+via+email&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/&amp;title=Blog+to+your+mom+via+email" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/11/24/blog-to-your-mom-via-email/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Model-Based UIs and Refactorings at the ESE 2008</title>
		<link>http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/</link>
		<comments>http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 10:41:18 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=78</guid>
		<description><![CDATA[Beside many other interesting presentations and talks there were two exciting projects I learned about at the Eclipse Summit Europe 2008.
On Wednesday, Olivier Moïses, the lead of wazaabi, gave me a demonstration of his ideas about models and UIs. While the Eclipse E4 team at the E4 Symposium still had a strong argue whether modeling [...]]]></description>
			<content:encoded><![CDATA[<p>Beside many other interesting presentations and talks there were two exciting projects I learned about at the <a href="http://www.eclipsecon.org/summiteurope2008">Eclipse Summit Europe 2008</a>.</p>
<div class="wp-caption alignnone" style="width: 310px"><a title="DSC_0269 von anniejay bei Flickr" href="http://www.flickr.com/photos/33725200@N00/3044778083/"><img src="http://farm4.static.flickr.com/3248/3044778083_bf633d2c87.jpg" alt="DSC_0269" width="300" height="200" /></a><p class="wp-caption-text">Olivier demonstrates Wazaabi 2.0 to me</p></div>
<p>On Wednesday, Olivier Moïses, the lead of <a href="http://www.wazaabi.org">wazaabi</a>, gave me a demonstration of his ideas about models and UIs. While the <a href="http://wiki.eclipse.org/E4">Eclipse E4</a> team at the <a href="http://www.eclipsecon.org/summiteurope2008/sessions?id=218">E4 Symposium</a> still had a strong argue whether modeling would be an advantage that justifies another layer on top of <a href="http://www.eclipse.org/rcp/">RCP</a> Olivier already did it! Have a look at the <a href="http://wiki2.wazaabi.org">preview of Wazaabi 2.0</a> and you will see how such a live model based on <a href="http://www.eclipse.org/emf/">EMF</a> could work.</p>
<div id="attachment_79" class="wp-caption alignnone" style="width: 310px"><a href="http://www.1160pm.net/wp-content/uploads/2008/11/jeffatese.jpg"><img class="size-medium wp-image-79" src="http://www.1160pm.net/wp-content/uploads/2008/11/jeffatese-300x201.jpg" alt="" width="300" height="201" /></a><p class="wp-caption-text">Jeff gives a great presentation on Ludwig and refactorings with the LTK</p></div>
<p><a href="http://jeff.over.bz">Jeffrey Overbey</a> overwhelmed me on different levels. First, his elegant presentation style and confident appearance towards the audience made the rather theoretic topic &#8220;refactoring&#8221; an entertaining joy (<a href="http://www.peterfriese.de/ese-building-refactoring-tools-with-ltk-and-ludwig/">Read Peter&#8217;s Post about this</a>). Second, Jeff concentrates on topics where <a href="http://www.xtext.org">Xtext</a> will advance in the near future, too. On top of his own framework parser/AST generator <a href="http://ludwig.jeff.over.bz/">Ludwig</a> and the <a href="http://www.eclipse.org/articles/Article-LTK/ltk.html">Eclipse LTK</a> he will concentrate on refactorings of arbitrary languages. Third, he seems to be as friendly as all the other modeler guys are <img src='http://www.heikobehrens.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Hopefully, his work and Xtext will cross-fertilize.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Model-Based%20UIs%20and%20Refactorings%20at%20the%20ESE%202008%22&amp;body=Link: http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Beside%20many%20other%20interesting%20presentations%20and%20talks%20there%20were%20two%20exciting%20projects%20I%20learned%20about%20at%20the%20Eclipse%20Summit%20Europe%202008.%0D%0A%0D%0A%0D%0A%0D%0AOn%20Wednesday%2C%20Olivier%20Mo%C3%AFses%2C%20the%20lead%20of%20wazaabi%2C%20gave%20me%20a%20demonstration%20of%20his%20ideas%20about%20models%20and%20UIs.%20While%20the%20Eclipse%20E4%20team%20at%20the%20E4%20Symposiu" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Model-Based+UIs+and+Refactorings+at+the+ESE+2008+-+http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/&amp;title=Model-Based+UIs+and+Refactorings+at+the+ESE+2008" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/&amp;title=Model-Based+UIs+and+Refactorings+at+the+ESE+2008" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/&amp;bm_description=Model-Based+UIs+and+Refactorings+at+the+ESE+2008&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/&amp;title=Model-Based+UIs+and+Refactorings+at+the+ESE+2008" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/11/21/model-based-uis-and-refactorings-at-the-ese-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modeling Symposium at Eclipse Summit Europe 2008</title>
		<link>http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/</link>
		<comments>http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:55:36 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=62</guid>
		<description><![CDATA[Today, the Eclipse Summit Europe 2008 starts with different symposia reaching from embedded runtimes over banking industry to test-driven development to name a few. At the Modeling Symposium Peter and me presented a position paper that outlines three possible ways of storing models while preserving their textual representation. Ed gives a summary with some photos, [...]]]></description>
			<content:encoded><![CDATA[<p>Today, the <a href="http://www.eclipsecon.org/summiteurope2008">Eclipse Summit Europe 2008</a> starts with different symposia reaching from <a href="http://www.eclipsecon.org/summiteurope2008/sessions?id=84">embedded runtimes</a> over <a href="http://www.eclipsecon.org/summiteurope2008/sessions?id=191">banking industry</a> to <a href="http://www.eclipsecon.org/summiteurope2008/sessions?id=213">test-driven development</a> to name a few. At the <a href="http://www.eclipsecon.org/summiteurope2008/sessions?id=43">Modeling Symposium</a> <a href="http://www.peterfriese.de">Peter</a> and me presented a position paper that outlines three possible ways of storing models while preserving their textual representation. <a href="http://ed-merks.blogspot.com/2008/11/eclipse-summit-europe-2008-symposiums.html">Ed gives a summary with some photos</a>, too.</p>
<p style="text-align: center;"><a href="http://www.eclipsecon.org/summiteurope2008"><img class="size-full wp-image-63 aligncenter" title="ese2008" src="http://www.1160pm.net/wp-content/uploads/2008/11/ese2008.png" alt="" width="257" height="103" /></a></p>
<p>During the day there were some great contributions including &#8220;COPE: Coupled Evolution of Metamodels and Models for EMF&#8221; from Markus Herrmannsdoerfer and a felicitous closing by Jos Warner. He discussed &#8220;Big Models &#8211; An Alternative Approach&#8221;. As it turned out in the Open Space Sessions afterwards, working with big models seems to be one of the current challenges in the modeling world.</p>
<p>Unfortunately, the presented papers cannot be downloaded from a central location but are beeing shared via email between the attendees. To make at least our contribution available to the public you can <a href="http://www.1160pm.net/wp-content/uploads/2008/11/paper_primarystorageformatmodels_ese2008.pdf">download the paper</a> as well as the <a href="http://www.1160pm.net/wp-content/uploads/2008/11/slides__primarystorageformatmodels_ese2008.pdf">presentation slides</a> right here.</p>
<p>Still, two more days full of interesting sessions to come.</p>
<h2>Downloads</h2>
<ul>
<li><a href="http://www.1160pm.net/wp-content/uploads/2008/11/paper_primarystorageformatmodels_ese2008.pdf">Position Paper: Primary Storage Formats for Textual DSLs</a></li>
<li><a href="http://www.1160pm.net/wp-content/uploads/2008/11/slides__primarystorageformatmodels_ese2008.pdf">Presentation Slides: Primary Storage Formats for Textual DSLs</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Modeling%20Symposium%20at%20Eclipse%20Summit%20Europe%202008%22&amp;body=Link: http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Today%2C%20the%20Eclipse%20Summit%20Europe%202008%20starts%20with%20different%20symposia%20reaching%20from%20embedded%20runtimes%20over%20banking%20industry%20to%20test-driven%20development%20to%20name%20a%20few.%20At%20the%20Modeling%20Symposium%20Peter%20and%20me%20presented%20a%20position%20paper%20that%20outlines%20three%20possible%20ways%20of%20storing%20models%20while%20preserving%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Modeling+Symposium+at+Eclipse+Summit+Europe+2008+-+http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/&amp;title=Modeling+Symposium+at+Eclipse+Summit+Europe+2008" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/&amp;title=Modeling+Symposium+at+Eclipse+Summit+Europe+2008" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/&amp;bm_description=Modeling+Symposium+at+Eclipse+Summit+Europe+2008&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/&amp;title=Modeling+Symposium+at+Eclipse+Summit+Europe+2008" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/11/18/modeling-symposium-at-eclipse-summit-europe-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zuginfo für das iPhone</title>
		<link>http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/</link>
		<comments>http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 09:27:43 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=42</guid>
		<description><![CDATA[Eine meiner Lieblingsanwendungen aus dem Apple App Store ist Zuginfo von ifoi ware. Die Anwendung ist in der Lage, komfortabel Verbindungsanfragen an die deutsche Bahn zu stellen.

Toll an der Kombination ist, dass die Bahn nicht nur Zugverbindungen ausweist, sondern ebenfalls mit Bushaltestellen umgehen kann. Wenn sich also mein morgendlicher Zug nach Kiel mal wieder um [...]]]></description>
			<content:encoded><![CDATA[<p>Eine meiner Lieblingsanwendungen aus dem <a href="http://www.apple.com/iphone/appstore/">Apple App Store</a> ist <a href="http://www.ifoi-ware.net/?tag=zuginfo">Zuginfo von ifoi ware</a>. Die Anwendung ist in der Lage, komfortabel Verbindungsanfragen an die <a href="http://www.bahn.de">deutsche Bahn</a> zu stellen.</p>
<p><span style="color: #0000ee; text-decoration: underline;"><a href="http://www.1160pm.net/wp-content/uploads/2008/10/img_0003.png"></a><a href="http://www.1160pm.net/wp-content/uploads/2008/10/img_0003.png"><img class="alignnone size-medium wp-image-43" style="border: 1px solid black; margin-left: 5px; margin-right: 5px;" title="img_0003" src="http://www.1160pm.net/wp-content/uploads/2008/10/img_0003-200x300.png" alt="Auswahl von Start, Ziel und Uhrzeit" width="200" height="300" /></a><a href="http://www.1160pm.net/wp-content/uploads/2008/10/img_0004.png"><img class="alignnone size-medium wp-image-44" style="border: 1px solid black; margin-left: 5px; margin-right: 5px;" title="img_0004" src="http://www.1160pm.net/wp-content/uploads/2008/10/img_0004-200x300.png" alt="Mögliche Verbindungen" width="200" height="300" /></a></span></p>
<p>Toll an der Kombination ist, dass die Bahn nicht nur Zugverbindungen ausweist, sondern ebenfalls mit Bushaltestellen umgehen kann. Wenn sich also mein morgendlicher Zug nach Kiel mal wieder um einige Minuten verspätet hat, kann mir Zuginfo dabei helfen, eine der möglichen Buslinien <a href="http://www.itemis.de/itemis-ag/unternehmen/standorte/language=de/573/kiel">Richtung itemis</a> auszuwählen.</p>
<p><img class="alignleft alignnone size-medium wp-image-45" style="border: 1px solid black; margin-left: 5px; margin-right: 5px; float: left;" title="img_0005" src="http://www.1160pm.net/wp-content/uploads/2008/10/img_0005-200x300.png" alt="Verbindung mit Umsteigen" width="200" height="300" /></p>
<p>Für meine Fahrt nach Bremen heute Abend kann mir das iPhone daher genau sagen, wann ich an der nahegelegenen Bushaltestelle einsteigen muss, damit ich meinen ICE nach Bremen bekomme.</p>
<p>Toll ist auch die Funktion, Start und Ziel zu vertauschen. Wenn die Anwendung jetzt noch eine Liste der zuletzt besuchten Ziele verwalten könnte, wäre ich restlos zufrieden.</p>
<p>Im <a href="http://www.ifoi-ware.net">Blog von ifoi ware</a> deutet sich bereits die kommende Version 1.1 von Zuginfo an, ich bin gespannt.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Zuginfo%20f%C3%BCr%20das%20iPhone%22&amp;body=Link: http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Eine%20meiner%20Lieblingsanwendungen%20aus%20dem%20Apple%20App%20Store%20ist%20Zuginfo%20von%20ifoi%20ware.%20Die%20Anwendung%20ist%20in%20der%20Lage%2C%20komfortabel%20Verbindungsanfragen%20an%20die%20deutsche%20Bahn%20zu%20stellen.%0D%0A%0D%0A%0D%0A%0D%0AToll%20an%20der%20Kombination%20ist%2C%20dass%20die%20Bahn%20nicht%20nur%20Zugverbindungen%20ausweist%2C%20sondern%20ebenfalls%20mit%20Bushaltestel" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Zuginfo+f%C3%BCr+das+iPhone+-+http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/&amp;title=Zuginfo+f%C3%BCr+das+iPhone" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/&amp;title=Zuginfo+f%C3%BCr+das+iPhone" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/&amp;bm_description=Zuginfo+f%C3%BCr+das+iPhone&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/&amp;title=Zuginfo+f%C3%BCr+das+iPhone" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/10/24/zuginfo-fur-das-iphone/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Migrate contacts from Sony Ericsson K750i to the iPhone</title>
		<link>http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/</link>
		<comments>http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 07:03:48 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=41</guid>
		<description><![CDATA[Today, I wanted to migrate contacts from my good ol&#8217; mobile to my new iPhone 3G. Since apple&#8217;s telephony product neither supports bluetooth nor allows importing via SIM card I decided to walk the old fashioned way: Data via cables.
The propietary software vom Sony Ericsson only works on my PC but the iPhone is connected to my [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I wanted to migrate contacts from my good ol&#8217; mobile to my new iPhone 3G. Since apple&#8217;s telephony product <a href="http://getsatisfaction.com/apple/topics/bluetooth_not_working_on_iphone_3g_by_fault_or_design">neither supports bluetooth</a> nor allows <a href="http://willy.boerland.com/myblog/iphone_tip_migrate_your_contacts_via_the_sim_card">importing via SIM card</a> I decided to walk the old fashioned way: Data via cables.</p>
<p>The propietary software vom Sony Ericsson only works on my PC but the iPhone is connected to my iTunes on the Mac Book Pro on the other hand. Therefore, this procedure was a bit exhausting.</p>
<p>The setup:</p>
<ul>
<li>95 contacts inside my Sony Ericsson K750i connected via USB (no Bluetooth at my PC) to the</li>
<li><a href="http://www.sonyericsson.com/cws/support/softwaredownloads/detailed/pcsuite/k750i?cc=gb&amp;lc=en">Propirietary PC Software</a> running at my PC (no Mac version available)</li>
<li>Using its sync mechanism to export the contacts to Microsoft Outlook (software does not provide file based export)</li>
<li>Exporting the contacts as vcards with the <a href="http://outport.sourceforge.net/">open source software Outport</a> (Outlook 2003 itself does not offer this)</li>
<li>Moving nearly 100 Files from my PC to my Mac Book Pro with <a href="http://www.getdropbox.com/">DropBox</a> (far more comfortable than a USB stick for tasks like this)</li>
</ul>
<p>And now the fun stuff:</p>
<ul>
<li>Selecting these files in the Finder on the Mac and saying &#8220;open&#8221;. This merges the contacts into my addressbook and syncs them with the iPhone.</li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Migrate%20contacts%20from%20Sony%20Ericsson%20K750i%20to%20the%20iPhone%22&amp;body=Link: http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Today%2C%20I%20wanted%20to%20migrate%20contacts%20from%20my%20good%20ol%27%20mobile%20to%20my%20new%20iPhone%203G.%20Since%20apple%27s%20telephony%20product%C2%A0neither%20supports%20bluetooth%C2%A0nor%20allows%20importing%20via%20SIM%20card%20I%20decided%20to%20walk%20the%20old%20fashioned%20way%3A%20Data%20via%20cables.%0D%0A%0D%0AThe%20propietary%20software%20vom%20Sony%20Ericsson%20only%20works%20on%20my%20PC%20b" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Migrate+contacts+from+Sony+Ericsson+K750i+to+the+iPhone+-+http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/&amp;title=Migrate+contacts+from+Sony+Ericsson+K750i+to+the+iPhone" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/&amp;title=Migrate+contacts+from+Sony+Ericsson+K750i+to+the+iPhone" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/&amp;bm_description=Migrate+contacts+from+Sony+Ericsson+K750i+to+the+iPhone&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/&amp;title=Migrate+contacts+from+Sony+Ericsson+K750i+to+the+iPhone" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/10/21/migrate-contacts-from-sony-ericsson-k750i-to-the-iphone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rückfragen zum oAW Powerworkshop in Hamburg</title>
		<link>http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/</link>
		<comments>http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 14:29:03 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[openArchitectureWare]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=40</guid>
		<description><![CDATA[Bei der lockeren Atmosphäre gestern und heute bei einem von Jans Workshops zum Thema open Architecture Ware blieben einige Fragen an mich offen. Die Gespräche in den Pausen und bei Erfahrungsberichten ließen schließlich viele Möglichkeiten, Ideen auszutauschen, zu denen ich noch einige Quellen nachreichen wollte.
Automatische Whitebox-Tests für .net
Das Projekt Pex (Programm EXploration) soll den manuellen [...]]]></description>
			<content:encoded><![CDATA[<p>Bei der lockeren Atmosphäre gestern und heute bei einem von <a href="http://koehnlein.blogspot.com/">Jans</a> Workshops zum Thema <a href="http://www.openarchitectureware.org/">open Architecture Ware</a> blieben einige Fragen an mich offen. Die Gespräche in den Pausen und bei Erfahrungsberichten ließen schließlich viele Möglichkeiten, Ideen auszutauschen, zu denen ich noch einige Quellen nachreichen wollte.</p>
<h4>Automatische Whitebox-Tests für .net</h4>
<p>Das <a href="http://research.microsoft.com/pex/">Projekt Pex</a> (Programm EXploration) soll den manuellen Aufwand bei der Gestaltung von Unit-Tests im .net-Umfeld signifikant verringern.</p>
<h4>MDSD Today</h4>
<p>Von morgen bis Freitag findet in Elmshorn die <a href="http://mdsd08.techjava.de/">MDSD today 2008</a> an der <a href="http://www.nordakademie.de/mdsd2008.html">Nordakademie</a> statt. Auch über <a href="http://www.xtext.org">Xtext</a> wird bei dieser Gelegenheit gesprochen. <a href="http://www.peterfriese.de/">Peter</a> und <a href="http://blog.efftinge.de/">Sven</a> erzählen uns, warum textuelle DSLs Freiheit bedeuten und Schmetterlinge im Bauch flattern lassen&#8230;</p>
<h4>Dokumentation zu Ecore</h4>
<p>Als Bestandteil des <a href="http://www.eclipse.org/modeling/emf/">Eclipse EMF</a> findet das (Meta-) Metamodell Ecore an vielen Orten Erwähnung. Leider bleibt es dabei häufig nur bei dessen Nennung. Neben <a href="http://www.eclipse.org/resources/?sort=date&amp;category=EMF">pragmatischer Dokumentation</a> auf den Seiten von Eclipse könnte die Arbeit<a href="http://orvia.informatik.uni-leipzig.de/uploads/Lehre.MDSDWS05/a_hoyer.pdf"> &#8220;Vergleich von Metametamodellen&#8221; von Marcel Hoyer</a> ein wenig Hintergrundwissen bieten.</p>
<h4>Lexerregeln in Xtext</h4>
<p>Möchte man eigene Lexerregeln in oAW Xtext erstellen, geht das über sogenannte <a href="http://www.eclipse.org/gmt/oaw/doc/4.2/html/contents/xtext_reference.html#xtext_reference_grammar_language_tokens">Native rules</a>. In der TMF Xtext-Version, an der wir derzeit arbeiten, funktioniert das mit den <a href="http://wiki.eclipse.org/Xtext/Documentation#Lexer_Rules">Lexer rules</a> schon deutlich besser. Insbesondere in Kombination mit Return Types und eigenen <a href="http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tmf/org.eclipse.xtext/plugins/org.eclipse.xtext/src/org/eclipse/xtext/builtin/conversion/XtextBuiltInConverters.java?root=Modeling_Project&amp;view=markup">Value Convertern</a> gewinnt dieses Feature spürbar an Wert.</p>
<h4>Xtext im Standalone-Editor</h4>
<p>Gerade wenn das Tagesgeschäft nicht mit Eclipse realisiert wird, stellt sich die Frage, wie man in den Genuss des generierten Xtext-Editors kommen kann ohne auf Eclipse umsatteln zu müssen. Eine Antwort darauf bieten die Seiten zur <a href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/file_wizards/new_product_config.htm">Produkterstellung</a> und zum <a href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/export_wizards/export_product.htm">-Export</a> in der Hilfe von Eclipse. Schließlich handelt es sich bei dem Editor um ein einfaches Eclipse-Plug-in.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22R%C3%BCckfragen%20zum%20oAW%20Powerworkshop%20in%20Hamburg%22&amp;body=Link: http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Bei%20der%20lockeren%20Atmosph%C3%A4re%20gestern%20und%20heute%20bei%20einem%20von%20Jans%20Workshops%20zum%20Thema%20open%20Architecture%20Ware%20blieben%20einige%20Fragen%20an%20mich%20offen.%20Die%20Gespr%C3%A4che%20in%20den%20Pausen%20und%20bei%20Erfahrungsberichten%20lie%C3%9Fen%20schlie%C3%9Flich%20viele%20M%C3%B6glichkeiten%2C%20Ideen%20auszutauschen%2C%20zu%20denen%20ich%20noch%20einige%20Quellen%20" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=R%C3%BCckfragen+zum+oAW+Powerworkshop+in+Hamburg+-+http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/&amp;title=R%C3%BCckfragen+zum+oAW+Powerworkshop+in+Hamburg" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/&amp;title=R%C3%BCckfragen+zum+oAW+Powerworkshop+in+Hamburg" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/&amp;bm_description=R%C3%BCckfragen+zum+oAW+Powerworkshop+in+Hamburg&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/&amp;title=R%C3%BCckfragen+zum+oAW+Powerworkshop+in+Hamburg" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/10/14/ruckfragen-zum-oaw-powerworkshop-in-hamburg/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Working for itemis</title>
		<link>http://www.heikobehrens.net/2008/10/02/working-for-itemis/</link>
		<comments>http://www.heikobehrens.net/2008/10/02/working-for-itemis/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 14:00:23 +0000</pubDate>
		<dc:creator>Heiko Behrens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.1160pm.net/?p=38</guid>
		<description><![CDATA[
Two weeks ago I joined itemis AG, a company that offers consultancy and focuses on model-driven software development. Even though our main office is located in Lünen near Dortmund you will find me at our office in Kiel.
Sven, Peter, Jan, Mortiz, Dennis and me leverage and develop Java tools in the field of domain specific languages. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left; border: 0; margin-right: 1em; margin-bottom: 2em;" title="itemis logo" src="http://www.1160pm.net/wp-content/uploads/2008/10/image.gif" alt="" width="159" height="75" /><br />
Two weeks ago I joined <a href="http://www.itemis.de/">itemis AG</a>, a company that offers consultancy and focuses on model-driven software development. Even though our main office is located in Lünen near Dortmund you will find me at our <a href="http://www.itemis.de/itemis-ag/unternehmen/standorte/language=de/573/kiel">office in Kiel</a>.</p>
<p><a href="http://blog.efftinge.de">Sven</a>, <a href="http://www.peterfriese.de/">Peter</a>, <a href="http://koehnlein.blogspot.com/">Jan</a>, Mortiz, Dennis and me leverage and develop Java tools in the field of domain specific languages. If you ever read about <a href="http://www.xtext.org">Xtext</a>, that&#8217;s us!</p>
<p>You can find my colleagues at conferences, read their articles or book their services as experts in software construction. The latter happened to my colleagues Holger and Torsten who are working at our &#8220;<a href="http://apps.itemis.de/roller/itemislabkiel/">open source lab kie</a>l&#8221;, too. They support a customer in Stuttgart and I haven&#8217;t seen them, yet.</p>
<p>And what am I supposed to do at itemis?</p>
<p>Well&#8230; being the freshman on board I am &#8220;swabbing the deck&#8221;! A whole bunch of new acronyms, exciting tasks and congenial colleagues come along this challenge. You can expect some illuminating posts in the near future on this blog.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-mail">
			<a href="mailto:?subject=%22Working%20for%20itemis%22&amp;body=Link: http://www.heikobehrens.net/2008/10/02/working-for-itemis/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0ATwo%20weeks%20ago%20I%20joined%20itemis%20AG%2C%20a%20company%20that%20offers%20consultancy%20and%20focuses%20on%20model-driven%20software%20development.%20Even%20though%20our%20main%20office%20is%20located%20in%20L%C3%BCnen%20near%20Dortmund%20you%20will%20find%20me%20at%20our%20office%C2%A0in%20Kiel.%0D%0A%0D%0ASven%2C%20Peter%2C%20Jan%2C%20Mortiz%2C%20Dennis%20and%20me%20leverage%20and%20develop%20Java%20tools%20i" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.heikobehrens.net/2008/10/02/working-for-itemis/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Working+for+itemis+-+http://www.heikobehrens.net/2008/10/02/working-for-itemis/&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.heikobehrens.net/2008/10/02/working-for-itemis/&amp;title=Working+for+itemis" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.heikobehrens.net/2008/10/02/working-for-itemis/&amp;title=Working+for+itemis" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.heikobehrens.net/2008/10/02/working-for-itemis/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://www.heikobehrens.net/2008/10/02/working-for-itemis/&amp;bm_description=Working+for+itemis&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.heikobehrens.net/2008/10/02/working-for-itemis/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.heikobehrens.net/2008/10/02/working-for-itemis/&amp;title=Working+for+itemis" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.heikobehrens.net/2008/10/02/working-for-itemis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
