<?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>5ise &#187; China</title>
	<atom:link href="http://5ise.quanxinquanyi.de/category/china/feed/" rel="self" type="application/rss+xml" />
	<link>http://5ise.quanxinquanyi.de</link>
	<description>Andreas Graf&#039;s Software Engineering Blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:56:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MDSD &#8211; a trend in Asia, too</title>
		<link>http://5ise.quanxinquanyi.de/2010/04/25/mdsd-a-trend-in-asia-too/</link>
		<comments>http://5ise.quanxinquanyi.de/2010/04/25/mdsd-a-trend-in-asia-too/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 12:52:09 +0000</pubDate>
		<dc:creator>Andreas Graf</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[MDSD]]></category>

		<guid isPermaLink="false">http://5ise.quanxinquanyi.de/?p=226</guid>
		<description><![CDATA[I have been following the development / adoption of MDSD in China for a while. The blogging community does not seem to be as active as in Europe, since there are only a few blogs where MDSD is addressed and the search engine hits for MDSD in Chinese often refer to articles about MDA from [...]]]></description>
			<content:encoded><![CDATA[<p>I have been following the development / adoption of MDSD in China for a while. The blogging community does not seem to be as active as in Europe, since there are only a few blogs where MDSD is addressed and the search engine hits for MDSD in Chinese often refer to articles about MDA from the mid 200x.</p>
<p>However, there is more activity in print. Having discovered a chinese websearch for magazine research (http://it.alljournals.cn/) I was interested in a little statistics and tracked the number of published articles on &#8220;model driven&#8221; (模型驱动).</p>
<p><a href="http://5ise.quanxinquanyi.de/wp-content/uploads/2010/04/mdsdinchina.png"><img class="aligncenter size-medium wp-image-228" src="http://5ise.quanxinquanyi.de/wp-content/uploads/2010/04/mdsdinchina-300x180.png" alt="" width="300" height="180" /></a></p>
<p>Another keyword that yields a lot of result is MDA.  One of our main points of focus in European business, the use of domain specific languages is not yet a major subject in Chinese magazines. Searches result 2-3 hits in 2008 and 2009. It will be interesting to watch the future trends. The chinese already have produced one of the nicer UML tools based on Eclipse (www.trufun.net).</p>
]]></content:encoded>
			<wfw:commentRss>http://5ise.quanxinquanyi.de/2010/04/25/mdsd-a-trend-in-asia-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another kind of domain specific</title>
		<link>http://5ise.quanxinquanyi.de/2010/03/11/another-kind-of-domain-specific/</link>
		<comments>http://5ise.quanxinquanyi.de/2010/03/11/another-kind-of-domain-specific/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:24:47 +0000</pubDate>
		<dc:creator>Andreas Graf</dc:creator>
				<category><![CDATA[China]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[MDSD]]></category>

		<guid isPermaLink="false">http://5ise.quanxinquanyi.de/?p=184</guid>
		<description><![CDATA[On the lighter side of DSLs, Xtext 0.8M5 fixes a bug with unicode characters. It is now possible to use Unicode characters in literals of your grammar. So the example grammar of new Xtext Projects in Chinese could look like this: Of course, content assist and outline are fully supported: All you have to do [...]]]></description>
			<content:encoded><![CDATA[<p>On the lighter side of DSLs, Xtext 0.8M5 fixes a bug with unicode characters. It is now possible to use Unicode characters in literals of your grammar.</p>
<p>So the example grammar of new Xtext Projects in Chinese could look like this:</p>
<p><img class="alignnone size-full wp-image-185" src="http://5ise.quanxinquanyi.de/wp-content/uploads/2010/03/xtext-zh.png" alt="xtext-zh" /></p>
<p>Of course, content assist and outline are fully supported:</p>
<p><img class="alignnone size-full wp-image-187" src="http://5ise.quanxinquanyi.de/wp-content/uploads/2010/03/xtext-zh2.png" alt="xtext-zh2" width="539" height="532" /></p>
<p>All you have to do is to set Eclipse to use UTF-8 for the workspace through <em>Window-&gt;Preferences-&gt;General-&gt;Workspace.</em></p>
<p>And, with a little overloading of the ID terminal, like this:</p>
<p>terminal ID :<br />
&#8216;^&#8217;?(&#8216;a&#8217;..&#8217;z'|&#8217;A&#8217;..&#8217;Z'|&#8217;_'|&#8217;ä¸€&#8217;..&#8217;é¾¥&#8217;) (&#8216;a&#8217;..&#8217;z'|&#8217;A&#8217;..&#8217;Z'|&#8217;_'|&#8217;0&#8242;..&#8217;9&#8242;|&#8217;ä¸€&#8217;..&#8217;é¾¥&#8217;)* ;</p>
<p>You can even use chinese characters as IDs:</p>
<p><img class="alignnone size-full wp-image-191" src="http://5ise.quanxinquanyi.de/wp-content/uploads/2010/03/xtext-zh3.png" alt="xtext-zh3" width="780" height="324" /></p>
<p><img src="/DOKUME~1/ANDREA~1/LOKALE~1/Temp/moz-screenshot-3.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://5ise.quanxinquanyi.de/2010/03/11/another-kind-of-domain-specific/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>??????????</title>
		<link>http://5ise.quanxinquanyi.de/2009/07/31/%e6%96%87%e6%9c%ac%e7%89%b9%e5%ae%9a%e5%9f%9f%e8%af%ad%e8%a8%80%e7%9a%84%e6%af%94%e8%b5%9b/</link>
		<comments>http://5ise.quanxinquanyi.de/2009/07/31/%e6%96%87%e6%9c%ac%e7%89%b9%e5%ae%9a%e5%9f%9f%e8%af%ad%e8%a8%80%e7%9a%84%e6%af%94%e8%b5%9b/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 09:56:25 +0000</pubDate>
		<dc:creator>Andreas Graf</dc:creator>
				<category><![CDATA[China]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[MDSD]]></category>
		<category><![CDATA[privat]]></category>

		<guid isPermaLink="false">http://5ise.quanxinquanyi.de/?p=98</guid>
		<description><![CDATA[itemis ????????????????? . Xtext ? Textual Modeling Framework?TMF???????????? Galileo ??????. ???? Xtext ??? EBNF ???? DSL???????????????? AST ?????? EMF ???????????? Eclipse ??????]]></description>
			<content:encoded><![CDATA[<p>itemis ???????????????<a href="http://xtext.itemis.com/xtext/language=en/25279/model-prize-laureate" onclick="pageTracker._trackPageview('/outgoing/xtext.itemis.com/xtext/language=en/25279/model-prize-laureate?referer=');">??</a> . Xtext ? Textual Modeling Framework?TMF???????????? Galileo ??????. ???? Xtext ??? EBNF ???? DSL???????????????? AST ?????? EMF ???????????? Eclipse ??????</p>
]]></content:encoded>
			<wfw:commentRss>http://5ise.quanxinquanyi.de/2009/07/31/%e6%96%87%e6%9c%ac%e7%89%b9%e5%ae%9a%e5%9f%9f%e8%af%ad%e8%a8%80%e7%9a%84%e6%af%94%e8%b5%9b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
