<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting Started with Xtext</title>
	<atom:link href="http://www.peterfriese.de/getting-started-with-xtext/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfriese.de/getting-started-with-xtext/</link>
	<description>Xtext, DSLs, Eclipse, iPhone</description>
	<lastBuildDate>Fri, 09 Jul 2010 06:39:02 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3294</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 15 May 2010 16:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3294</guid>
		<description>Hi Jan,
glad you found out how to make sure you&#039;ve got all required bundles up and running. Usually, clicking on &quot;add required bundles&quot; is the way to go. Maybe I should clarify the tutorial in this regard.</description>
		<content:encoded><![CDATA[<p>Hi Jan,<br />
glad you found out how to make sure you&#8217;ve got all required bundles up and running. Usually, clicking on &#8220;add required bundles&#8221; is the way to go. Maybe I should clarify the tutorial in this regard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Schoubo</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3293</link>
		<dc:creator>Jan Schoubo</dc:creator>
		<pubDate>Sat, 15 May 2010 15:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3293</guid>
		<description>Ah, got it!
For some reason, the &quot;Run as&quot; &gt;  &quot;Eclipse Application&quot; launcher by default did not include all the necessary runtime plug-ins needed to know and use the newly generated editor. 
Try &quot;Run as&quot; -&gt; &quot;Run Configurations...&quot;, tab &quot;Plug-ins&quot; and select Launch with: &quot;all workspace and enabled target plug-ins&quot; instead of &quot;plug-ins selected below only&quot; -- or leave it, but click &quot;Add Required Plug-ins&quot; and check it with &quot;Validate Plug-ins&quot;.
(This is Eclipse 3.5.2, maybe I am falling behind :-) ?)</description>
		<content:encoded><![CDATA[<p>Ah, got it!<br />
For some reason, the &#8220;Run as&#8221; >  &#8220;Eclipse Application&#8221; launcher by default did not include all the necessary runtime plug-ins needed to know and use the newly generated editor.<br />
Try &#8220;Run as&#8221; -> &#8220;Run Configurations&#8230;&#8221;, tab &#8220;Plug-ins&#8221; and select Launch with: &#8220;all workspace and enabled target plug-ins&#8221; instead of &#8220;plug-ins selected below only&#8221; &#8212; or leave it, but click &#8220;Add Required Plug-ins&#8221; and check it with &#8220;Validate Plug-ins&#8221;.<br />
(This is Eclipse 3.5.2, maybe I am falling behind <img src='http://www.peterfriese.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Schoubo</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3292</link>
		<dc:creator>Jan Schoubo</dc:creator>
		<pubDate>Sat, 15 May 2010 11:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3292</guid>
		<description>Thanks for a great tutorial and a smart product - I can&#039;t make it work but that is probably my fault entirely :-)

I have followed the tutorial very faithfully, and everything looks exactly like described up to the point where I try to run the generated editor - the spawned workbench simply does not know the file extension or the editor and uses the default Text Editor instead. 

Any hints where I should start looking?

- Jan</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial and a smart product &#8211; I can&#8217;t make it work but that is probably my fault entirely <img src='http://www.peterfriese.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have followed the tutorial very faithfully, and everything looks exactly like described up to the point where I try to run the generated editor &#8211; the spawned workbench simply does not know the file extension or the editor and uses the default Text Editor instead. </p>
<p>Any hints where I should start looking?</p>
<p>- Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3250</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3250</guid>
		<description>Adrian,
no problem. 

The outline usually is not used to display all files in your project. The project explorer and package explorer are the views that are intended to be used for this. You can customize their behaviour using the Common Navigator Framework. If you want to write your own IDE and thus can change the UI behaviour as you see fit, you might want to write your own navigator which allows users to open files with a single click. When your IDE is running as a part of Eclipse you shouldn&#039;t alter UI behaviour in this way, as this will confuse users.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Adrian,<br />
no problem. </p>
<p>The outline usually is not used to display all files in your project. The project explorer and package explorer are the views that are intended to be used for this. You can customize their behaviour using the Common Navigator Framework. If you want to write your own IDE and thus can change the UI behaviour as you see fit, you might want to write your own navigator which allows users to open files with a single click. When your IDE is running as a part of Eclipse you shouldn&#8217;t alter UI behaviour in this way, as this will confuse users.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3249</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3249</guid>
		<description>Adrian,
thanks for your feedback! Integration of DSLs with compilers, interpreters and other tools largely depends on the nature of your language and what you intent to do with it. So it is hard to come up with a good list of links for your question. You might start out with using Xpand to transform your DSL models into code of another, lower-level, programming language. I&#039;ve got a post on this blog on how to do this: &lt;a href=&quot;http://bit.ly/info/9qzlNc&quot; rel=&quot;nofollow&quot;&gt;Getting started with Code Generation with Xpand&lt;/a&gt;. My colleague &lt;a href=&quot;http://www.voelter.de/&quot; rel=&quot;nofollow&quot;&gt;Markus Völter&lt;/a&gt; also has a presentation online on writing an interpreter in Scala, you might want to check that one out: &lt;a href=&quot;http://bit.ly/c61QUR&quot; rel=&quot;nofollow&quot;&gt;Building Interpreters with EMF, Xtext and Scala&lt;/a&gt;. If you need more advice, feel free to drop me a mail or DM me on Twitter. Itemis offers training and consulting on these topics, we will be more than happy to help you.</description>
		<content:encoded><![CDATA[<p>Adrian,<br />
thanks for your feedback! Integration of DSLs with compilers, interpreters and other tools largely depends on the nature of your language and what you intent to do with it. So it is hard to come up with a good list of links for your question. You might start out with using Xpand to transform your DSL models into code of another, lower-level, programming language. I&#8217;ve got a post on this blog on how to do this: <a href="http://bit.ly/info/9qzlNc" rel="nofollow">Getting started with Code Generation with Xpand</a>. My colleague <a href="http://www.voelter.de/" rel="nofollow">Markus Völter</a> also has a presentation online on writing an interpreter in Scala, you might want to check that one out: <a href="http://bit.ly/c61QUR" rel="nofollow">Building Interpreters with EMF, Xtext and Scala</a>. If you need more advice, feel free to drop me a mail or DM me on Twitter. Itemis offers training and consulting on these topics, we will be more than happy to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3248</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Thu, 15 Apr 2010 12:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3248</guid>
		<description>Sorry for writing another message, but I have another question. When I make a DSL editor, and a new project using that editor, is it possible that to configure the outline to desplay all files in the project? I would like to make such a functionality such that, when expanding an entity or selecting one, the file would be automatically openend to show that entity.

Thank you</description>
		<content:encoded><![CDATA[<p>Sorry for writing another message, but I have another question. When I make a DSL editor, and a new project using that editor, is it possible that to configure the outline to desplay all files in the project? I would like to make such a functionality such that, when expanding an entity or selecting one, the file would be automatically openend to show that entity.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3247</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Thu, 15 Apr 2010 11:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3247</guid>
		<description>Nice post. Very helpful. Can you link to pages with tutorials on how to transform the editor into an IDE for DSL&#039;s? I mean, on how to do compile and run programs written in developed languages? Thanks in anticipation.</description>
		<content:encoded><![CDATA[<p>Nice post. Very helpful. Can you link to pages with tutorials on how to transform the editor into an IDE for DSL&#8217;s? I mean, on how to do compile and run programs written in developed languages? Thanks in anticipation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Zambrovski</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3183</link>
		<dc:creator>Simon Zambrovski</dc:creator>
		<pubDate>Tue, 16 Mar 2010 00:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3183</guid>
		<description>Nice post, Peter!</description>
		<content:encoded><![CDATA[<p>Nice post, Peter!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3125</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Thu, 12 Nov 2009 14:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3125</guid>
		<description>is there a way to add java parsing rules in xtext?? 
My DSL has sections written in Java, and I would like to get the nice editing features of xtext.  any hints anyone?</description>
		<content:encoded><![CDATA[<p>is there a way to add java parsing rules in xtext??<br />
My DSL has sections written in Java, and I would like to get the nice editing features of xtext.  any hints anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DR</title>
		<link>http://www.peterfriese.de/getting-started-with-xtext/comment-page-1/#comment-3091</link>
		<dc:creator>DR</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfriese.de/?p=284#comment-3091</guid>
		<description>@Alex: thanks for your feedback! We&#039;re always looking for good examples. I like the idea of a DSL for web UI flow - in fact, I&#039;ve been using it in some tutorials I gave. I&#039;m currently working on a DSL for UI design, this might also be a good example. Maybe you will like the entity sample better as soon as I show how to create a code generator for beans and DAOs.</description>
		<content:encoded><![CDATA[<p>@Alex: thanks for your feedback! We&#8217;re always looking for good examples. I like the idea of a DSL for web UI flow &#8211; in fact, I&#8217;ve been using it in some tutorials I gave. I&#8217;m currently working on a DSL for UI design, this might also be a good example. Maybe you will like the entity sample better as soon as I show how to create a code generator for beans and DAOs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
