<?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: Merapi and AIR in a production environment</title>
	<atom:link href="http://natescodevault.com/?feed=rss2&#038;p=102" rel="self" type="application/rss+xml" />
	<link>http://natescodevault.com/?p=102</link>
	<description>from the dark recesses of an anxious mind</description>
	<lastBuildDate>Mon, 30 Aug 2010 15:12:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nate</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1711</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1711</guid>
		<description>Davis,

I actually just released a Merapi replacement called Transmission.  It uses native process to start up a Java jar and sends messages through standard in/out.  Check it out &lt;a href=&quot;http://natescodevault.com/?p=258&quot; title=&quot;Transmission&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

This will allow you to use AIR 2.0 native installers and will make the auto-update mechanism possible.  I&#039;ve moved my Merapi projects in this direction.</description>
		<content:encoded><![CDATA[<p>Davis,</p>
<p>I actually just released a Merapi replacement called Transmission.  It uses native process to start up a Java jar and sends messages through standard in/out.  Check it out <a href="http://natescodevault.com/?p=258" title="Transmission" rel="nofollow">here</a>.</p>
<p>This will allow you to use AIR 2.0 native installers and will make the auto-update mechanism possible.  I&#8217;ve moved my Merapi projects in this direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davis</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1710</link>
		<dc:creator>Davis</dc:creator>
		<pubDate>Thu, 19 Aug 2010 02:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1710</guid>
		<description>Hey, I&#039;m just wondering how you feel about taking this route now that Air2 is out and they support native installers with that?

I see you posted another blog indicating how to create a native installer for Mac OS, but I guess the big limitation here is that you can&#039;t auto-update the Air runtime like you can using the ADT native installers.  You also have to setup, learn and maintain different installer tools for each platform, it seems.

I&#039;m about to solve this problem myself -- having built an Air2 + Merapi/Java application, and I&#039;m just looking for your thoughts on this approach vs. what is now available in Air2.

Regards,
Davis</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m just wondering how you feel about taking this route now that Air2 is out and they support native installers with that?</p>
<p>I see you posted another blog indicating how to create a native installer for Mac OS, but I guess the big limitation here is that you can&#8217;t auto-update the Air runtime like you can using the ADT native installers.  You also have to setup, learn and maintain different installer tools for each platform, it seems.</p>
<p>I&#8217;m about to solve this problem myself &#8212; having built an Air2 + Merapi/Java application, and I&#8217;m just looking for your thoughts on this approach vs. what is now available in Air2.</p>
<p>Regards,<br />
Davis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri Harsha</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1686</link>
		<dc:creator>Sri Harsha</dc:creator>
		<pubDate>Mon, 26 Apr 2010 09:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1686</guid>
		<description>Hi,
  Good Blog , currently me also developing a small application using merapi and Air,i followed the example which u explained,But here its not able to install the air application ,Its able to execute(AdobeAIRInstaller.exe) but unable to install Air(myProg.air) i mean its not able to get exe from air,Generally while i double click on Air automatically it will create a exe and will be showing the shortcut on desktop.But when i use NSIS me not able to get exe to be generated when i kept the option to silent.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  Good Blog , currently me also developing a small application using merapi and Air,i followed the example which u explained,But here its not able to install the air application ,Its able to execute(AdobeAIRInstaller.exe) but unable to install Air(myProg.air) i mean its not able to get exe from air,Generally while i double click on Air automatically it will create a exe and will be showing the shortcut on desktop.But when i use NSIS me not able to get exe to be generated when i kept the option to silent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1668</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sun, 07 Mar 2010 17:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1668</guid>
		<description>I wish I could submit the NSIS script and the Java/Air files I used but unfortunately it is all proprietary. The NSIS command I mentioned above was all I needed to get the Air app to install properly. The rest of my script dealt with registry keys and other stuff not directly related to installing the app. If you are having problems with your script ask questions on the NSIS forums. There are already tons of solutions available on the forum and the community will answer any questions you have much better than I will be able to :).

I also cannot include the Air distributable runtime. You have to fill out a form and receive approval from Adobe before they will give you access to the runtime. As far as the JRE is concerned, I just downloaded one from Sun.
- Nate</description>
		<content:encoded><![CDATA[<p>I wish I could submit the NSIS script and the Java/Air files I used but unfortunately it is all proprietary. The NSIS command I mentioned above was all I needed to get the Air app to install properly. The rest of my script dealt with registry keys and other stuff not directly related to installing the app. If you are having problems with your script ask questions on the NSIS forums. There are already tons of solutions available on the forum and the community will answer any questions you have much better than I will be able to <img src='http://natescodevault.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>I also cannot include the Air distributable runtime. You have to fill out a form and receive approval from Adobe before they will give you access to the runtime. As far as the JRE is concerned, I just downloaded one from Sun.<br />
- Nate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghav</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1667</link>
		<dc:creator>Raghav</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1667</guid>
		<description>Hi. This is really great article and this is something I was looking for. Unfortunately I couldn&#039;t get the NSIS script right and my end. 
It will be great if you post you complete example, including NSIS script and the Java + AIR files.
Like me many will really appericate that.

Thank you once again for the article.</description>
		<content:encoded><![CDATA[<p>Hi. This is really great article and this is something I was looking for. Unfortunately I couldn&#8217;t get the NSIS script right and my end.<br />
It will be great if you post you complete example, including NSIS script and the Java + AIR files.<br />
Like me many will really appericate that.</p>
<p>Thank you once again for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confluence: Rich Internet Apps</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1611</link>
		<dc:creator>Confluence: Rich Internet Apps</dc:creator>
		<pubDate>Fri, 27 Nov 2009 13:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1611</guid>
		<description>&lt;strong&gt;Merapi...&lt;/strong&gt;

Objetivo Merapi is a technology that can be used as a messaging bridge between applications that run in the Adobe Flash player or Adobe AIR and applications written in Java....</description>
		<content:encoded><![CDATA[<p><strong>Merapi&#8230;</strong></p>
<p>Objetivo Merapi is a technology that can be used as a messaging bridge between applications that run in the Adobe Flash player or Adobe AIR and applications written in Java&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1554</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 02 Oct 2009 19:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1554</guid>
		<description>(First off, thanks Nate for your reply to my EULA question)

I absolutely love this tutorial, but any idea how to use the &quot;command-line args:&quot; option in JCreator, or if it even works?  I&#039;m trying to include SSL in the java portion of my application.  When I call my class with command-line, I simply include &quot;-Djavax.net.ssl.trustStore=... -Djavax.net.ssl.trustStorePassword=...&quot; and the program runs perfectly.  But I&#039;ve tried various syntaxes to get it to work in JCreator to no avail.  I was even sure to copy my certificate to the JCreator folder as well as my .exe&#039;s folder when compiling/testing, but still no luck.

- Matt</description>
		<content:encoded><![CDATA[<p>(First off, thanks Nate for your reply to my EULA question)</p>
<p>I absolutely love this tutorial, but any idea how to use the &#8220;command-line args:&#8221; option in JCreator, or if it even works?  I&#8217;m trying to include SSL in the java portion of my application.  When I call my class with command-line, I simply include &#8220;-Djavax.net.ssl.trustStore=&#8230; -Djavax.net.ssl.trustStorePassword=&#8230;&#8221; and the program runs perfectly.  But I&#8217;ve tried various syntaxes to get it to work in JCreator to no avail.  I was even sure to copy my certificate to the JCreator folder as well as my .exe&#8217;s folder when compiling/testing, but still no luck.</p>
<p>- Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1465</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1465</guid>
		<description>@Paras,
Yeah... that seems to be the case at least for now.</description>
		<content:encoded><![CDATA[<p>@Paras,<br />
Yeah&#8230; that seems to be the case at least for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paras</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1463</link>
		<dc:creator>Paras</dc:creator>
		<pubDate>Fri, 28 Aug 2009 12:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1463</guid>
		<description>Brilliant.

We don&#039;t have to worry about the EULA screen any more when it happens in the silent mode then. Awesome.

Thank you.</description>
		<content:encoded><![CDATA[<p>Brilliant.</p>
<p>We don&#8217;t have to worry about the EULA screen any more when it happens in the silent mode then. Awesome.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://natescodevault.com/?p=102&#038;cpage=1#comment-1461</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 28 Aug 2009 01:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://nateross.wordpress.com/?p=102#comment-1461</guid>
		<description>@Matt
I actually just had a conversation with an Adobe rep about that exact thing a few days ago. If the AIR installer is run with a command-line option of -eulaAccepted, then the EULA is not supposed to show.  However, even if I do not specify that option (which I am not doing), a license still does not appear.  

Adobe has logged this as a bug and will fix it in a future release.  I also asked them if I should display the additional AIR license in the NSIS before installation and they said to not worry about it.  In the meantime, they &lt;a href=&quot;http://natescodevault.com/?p=241&quot; rel=&quot;nofollow&quot;&gt;put our application on the AIR Marketplace&lt;/a&gt; even with this limitation.</description>
		<content:encoded><![CDATA[<p>@Matt<br />
I actually just had a conversation with an Adobe rep about that exact thing a few days ago. If the AIR installer is run with a command-line option of -eulaAccepted, then the EULA is not supposed to show.  However, even if I do not specify that option (which I am not doing), a license still does not appear.  </p>
<p>Adobe has logged this as a bug and will fix it in a future release.  I also asked them if I should display the additional AIR license in the NSIS before installation and they said to not worry about it.  In the meantime, they <a href="http://natescodevault.com/?p=241" rel="nofollow">put our application on the AIR Marketplace</a> even with this limitation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
