<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The Flex Compiler API&#8230; RPC Style!</title>
	<atom:link href="http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/</link>
	<description>The Unofficial Flex Compiler Blog</description>
	<lastBuildDate>Fri, 30 Oct 2009 20:21:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Clement Wong</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-174</link>
		<dc:creator>Clement Wong</dc:creator>
		<pubDate>Fri, 25 Sep 2009 20:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-174</guid>
		<description>No, the compiler API can&#039;t let you modify generated AS3 code. However, the templates (Apache Velocity templates) are open source and are in the compiler source tree. You can modify the templates, rebuild the SDK and that should be it!</description>
		<content:encoded><![CDATA[<p>No, the compiler API can&#8217;t let you modify generated AS3 code. However, the templates (Apache Velocity templates) are open source and are in the compiler source tree. You can modify the templates, rebuild the SDK and that should be it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lance pollard</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-158</link>
		<dc:creator>lance pollard</dc:creator>
		<pubDate>Wed, 05 Aug 2009 21:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-158</guid>
		<description>Hey,

Is it possible to customize the flex compiler generated as3 code using the compiler API?  I would like to customize how the new State syntax code-generation works, and how metadata tags (Bindable and custom ones) are handled.

I&#039;d love to know because it seems impossible.

Thanks,
Lance</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Is it possible to customize the flex compiler generated as3 code using the compiler API?  I would like to customize how the new State syntax code-generation works, and how metadata tags (Bindable and custom ones) are handled.</p>
<p>I&#8217;d love to know because it seems impossible.</p>
<p>Thanks,<br />
Lance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; Flex Builder 3でネットワークコンパイル「Hellfire Compiler」 &#8230;The ballad of dead pixels&#8230;</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-79</link>
		<dc:creator>&#187; Flex Builder 3でネットワークコンパイル「Hellfire Compiler」 &#8230;The ballad of dead pixels&#8230;</dc:creator>
		<pubDate>Thu, 07 Aug 2008 17:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-79</guid>
		<description>[...] Coding! - The Unofficial Flex Compiler Blog」より、「Hellfire Compiler」(とその設定方法)。 [...]</description>
		<content:encoded><![CDATA[<p>[...] Coding! &#8211; The Unofficial Flex Compiler Blog」より、「Hellfire Compiler」(とその設定方法)。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Per</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-62</link>
		<dc:creator>Tech Per</dc:creator>
		<pubDate>Sat, 21 Jun 2008 22:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-62</guid>
		<description>About my last comment about the exception: I got another version of hfcd directly from VELO, and it worked without problems.

This is really nice, but how official will this hellfire rpc compiler prototype become? Will it go open source? Will it be a product?</description>
		<content:encoded><![CDATA[<p>About my last comment about the exception: I got another version of hfcd directly from VELO, and it worked without problems.</p>
<p>This is really nice, but how official will this hellfire rpc compiler prototype become? Will it go open source? Will it be a product?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clement Wong</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-48</link>
		<dc:creator>Clement Wong</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-48</guid>
		<description>Hi Michael, if you&#039;re going to try hfcd, make sure that you bump up the -Xmx setting in jvm.config (on Windows) or hfcd (on Unix/Mac).


Hi Rodrigo, For parsing and analyzing MXML, it&#039;s a bit more complicated than recursive decent but it&#039;s accurate for AS3. When the compiler encounters an error, it logs the error to a Logger provided by the caller. It then keeps compiling other sources until it can&#039;t go further or it encounters too many errors (100 is the max).

Hi Erik, It would be nice to expand the compiler API to allow users to specify transcoders, compilers and extensions. I would say that it&#039;s not difficult for me to do &#039;cos I know the compiler code quite well. But you need to run the API addition proposal by Adobe. Extensions, in my opinion, are not difficult to write - you just need to study and mimic what the other existing extensions do.

Hi Tech, yeah, I&#039;ve just made it available in my latest postt. Please give it a try!</description>
		<content:encoded><![CDATA[<p>Hi Michael, if you&#8217;re going to try hfcd, make sure that you bump up the -Xmx setting in jvm.config (on Windows) or hfcd (on Unix/Mac).</p>
<p>Hi Rodrigo, For parsing and analyzing MXML, it&#8217;s a bit more complicated than recursive decent but it&#8217;s accurate for AS3. When the compiler encounters an error, it logs the error to a Logger provided by the caller. It then keeps compiling other sources until it can&#8217;t go further or it encounters too many errors (100 is the max).</p>
<p>Hi Erik, It would be nice to expand the compiler API to allow users to specify transcoders, compilers and extensions. I would say that it&#8217;s not difficult for me to do &#8216;cos I know the compiler code quite well. But you need to run the API addition proposal by Adobe. Extensions, in my opinion, are not difficult to write &#8211; you just need to study and mimic what the other existing extensions do.</p>
<p>Hi Tech, yeah, I&#8217;ve just made it available in my latest postt. Please give it a try!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Per</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-45</link>
		<dc:creator>Tech Per</dc:creator>
		<pubDate>Sun, 15 Jun 2008 07:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-45</guid>
		<description>Hi,

I am talking a bit with velo at the flex-mojos project, because I am thinking about providing rpc, out-of-maven-process-compilation, to the current maven plugins, or maybe just flex-mojos. This to avoid the penalty of warming up the flex compiler each time I type &quot;mvn&quot; at the command-line.

To do this, I could really use the code you write about in your prototype. Would that maybe be possible?

Tech Per</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am talking a bit with velo at the flex-mojos project, because I am thinking about providing rpc, out-of-maven-process-compilation, to the current maven plugins, or maybe just flex-mojos. This to avoid the penalty of warming up the flex compiler each time I type &#8220;mvn&#8221; at the command-line.</p>
<p>To do this, I could really use the code you write about in your prototype. Would that maybe be possible?</p>
<p>Tech Per</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-44</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 14 Jun 2008 00:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-44</guid>
		<description>Thanks for the great work.

I am wondering:

How hard would it be to add a method to the interface that would allow us to add extensions to the AS compiler?

and then

How hard would it then be for us to write such an extension?


Greetz Erik</description>
		<content:encoded><![CDATA[<p>Thanks for the great work.</p>
<p>I am wondering:</p>
<p>How hard would it be to add a method to the interface that would allow us to add extensions to the AS compiler?</p>
<p>and then</p>
<p>How hard would it then be for us to write such an extension?</p>
<p>Greetz Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-43</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Thu, 12 Jun 2008 11:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-43</guid>
		<description>Hi Clement Wong,

This blog is very useful to clarify developers doubts about the flex compiler, congratulations!

I am a college student and I will present a seminar about the flex compiler (actually I will talk about AS3 language and its compiler).

There are a few things that I am still looking for. So if you could send me an e-mail or even answer here I will appreciate it. Note this do not need to be a very detailed explanation, just a notion how it work.

I tried to found this on the source of compiler, but only analyzing the source it is not that easy to reach this information.

That is it:
* What strategies flex compiler does the syntactic analyzer uses? (e.g. &quot;Recursive descent parsing&quot; or a hybrid approach or other).
* What strategies flex compiler uses to handle the errors? (e.g. &quot;panic mode&quot; or a hybrid approach or other).

Thank you!
Again: congratulations for you initiative.</description>
		<content:encoded><![CDATA[<p>Hi Clement Wong,</p>
<p>This blog is very useful to clarify developers doubts about the flex compiler, congratulations!</p>
<p>I am a college student and I will present a seminar about the flex compiler (actually I will talk about AS3 language and its compiler).</p>
<p>There are a few things that I am still looking for. So if you could send me an e-mail or even answer here I will appreciate it. Note this do not need to be a very detailed explanation, just a notion how it work.</p>
<p>I tried to found this on the source of compiler, but only analyzing the source it is not that easy to reach this information.</p>
<p>That is it:<br />
* What strategies flex compiler does the syntactic analyzer uses? (e.g. &#8220;Recursive descent parsing&#8221; or a hybrid approach or other).<br />
* What strategies flex compiler uses to handle the errors? (e.g. &#8220;panic mode&#8221; or a hybrid approach or other).</p>
<p>Thank you!<br />
Again: congratulations for you initiative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Labriola</title>
		<link>http://stopcoding.wordpress.com/2008/05/16/the-flex-compiler-api-rpc-style/#comment-42</link>
		<dc:creator>Michael Labriola</dc:creator>
		<pubDate>Tue, 03 Jun 2008 19:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://stopcoding.wordpress.com/?p=25#comment-42</guid>
		<description>This is extremely interesting to me. We have an app that crashes Flex Builder after every compile. We simply can&#039;t allocate FB enough memory (and still run an OS) to compile and actually acheive GC before it crashes.

This would solve that problem and make a huge increase in productivity.

ML</description>
		<content:encoded><![CDATA[<p>This is extremely interesting to me. We have an app that crashes Flex Builder after every compile. We simply can&#8217;t allocate FB enough memory (and still run an OS) to compile and actually acheive GC before it crashes.</p>
<p>This would solve that problem and make a huge increase in productivity.</p>
<p>ML</p>
]]></content:encoded>
	</item>
</channel>
</rss>
