<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Apache-Apple Event Bridge (aaeb)</title>
	<atom:link href="http://blog.aaeb.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aaeb.net</link>
	<description>aaeb.net</description>
	<lastBuildDate>Sun, 11 Sep 2011 14:52:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.aaeb.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Apache-Apple Event Bridge (aaeb)</title>
		<link>http://blog.aaeb.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.aaeb.net/osd.xml" title="The Apache-Apple Event Bridge (aaeb)" />
	<atom:link rel='hub' href='http://blog.aaeb.net/?pushpress=hub'/>
		<item>
		<title>Using The Apache-Apple Event Bridge to Return a Script Object</title>
		<link>http://blog.aaeb.net/2010/08/30/returning-a-script-object/</link>
		<comments>http://blog.aaeb.net/2010/08/30/returning-a-script-object/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 13:14:25 +0000</pubDate>
		<dc:creator>dantowitz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aaeb.net/?p=35</guid>
		<description><![CDATA[After releasing 1.4, someone asked about returning a Script Object with AAEB.  Here&#8217;s a quick sample using AAEB 1.5 to call the script from Apache: Place a simple script on your server that returns a script object (incorporate something like &#8230; <a href="http://blog.aaeb.net/2010/08/30/returning-a-script-object/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.aaeb.net&amp;blog=14809688&amp;post=35&amp;subd=aaebblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After releasing 1.4, someone asked about returning a Script Object with AAEB.  Here&#8217;s a quick sample using AAEB 1.5 to call the script from Apache:</p>
<p>Place a simple script on your server that returns a script object (incorporate something like this into one of the sample AppleScripts included with AAEB):</p>
<p style="padding-left:30px;">script scriptObj<br />
property p : &#8220;hello&#8221;<br />
on dd()<br />
display dialog p<br />
end dd<br />
end script<br />
return scriptObj</p>
<p>Place this on your &#8220;Script Server&#8221;, save and compile the AppleScript for use with AAEB.</p>
<p>Next, on your &#8220;Client&#8221; machine, run the following script, which will go across the net, get the script object from the above compiled script and use it locally. (Note that curl is used to save the binary data to a file &#8212; any mechanism that calls or loads a URL would work.)</p>
<p>do shell script &#8220;curl -o curl.out http://192.168.1.2/cgi-bin/connectnr.aaeb?appName=scriptObject.app&#8221;<br />
set my_lib to load script file &#8220;Macintosh HD:curl.out&#8221;<br />
my_lib&#8217;s dd()</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aaebblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aaebblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aaebblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aaebblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aaebblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aaebblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aaebblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aaebblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aaebblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aaebblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aaebblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aaebblog.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aaebblog.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aaebblog.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.aaeb.net&amp;blog=14809688&amp;post=35&amp;subd=aaebblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.aaeb.net/2010/08/30/returning-a-script-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d21d99a2dd9700b4539a3385d084d3b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dantowitz</media:title>
		</media:content>
	</item>
		<item>
		<title>AAEB 1.5 is now available</title>
		<link>http://blog.aaeb.net/2010/08/27/aaeb-1-5-is-now-available/</link>
		<comments>http://blog.aaeb.net/2010/08/27/aaeb-1-5-is-now-available/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 01:49:54 +0000</pubDate>
		<dc:creator>dantowitz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aaeb.net/?p=21</guid>
		<description><![CDATA[AAEB.net Adds support for calling your script or app via a config file, enabling the url to be simpler, like this: YourServer.com/cgi-bin/AppleScript.aaeb You can also hide the name of your script from the URL and override or supplement the HTTP &#8230; <a href="http://blog.aaeb.net/2010/08/27/aaeb-1-5-is-now-available/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.aaeb.net&amp;blog=14809688&amp;post=21&amp;subd=aaebblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste"><span style="line-height:24px;font-size:16px;"><a href="http://aaeb.net/">AAEB.net</a></span></div>
<div><span style="line-height:24px;font-size:16px;">Adds support for calling your script or app via a config file, enabling the url to be simpler, like this:</span></div>
<p style="text-align:center;"><strong> YourServer.com/cgi-bin/AppleScript.aaeb</strong></p>
<p>You can also hide the name of your script from the URL and override or supplement the HTTP arguments from Apache (for details, check out the <strong>read me</strong> file).</p>
<p><span style="color:#000000;font-family:Helvetica;line-height:normal;font-size:small;">Here&#8217;s that sample config file.</span></p>
<p>aaeb<br />
appName=runMeFromApache.app<br />
name=This_is_a_GET_Arg&amp;name2=ThisIsAnotherArg<br />
data=This_is_a_multiline_POST_Arg<br />
anotherArg=5</p>
<p>Added support for suppressing the Reopen event if you are calling an app or script that is already running asynchronously (ACGIs).</p>
<p>Added support for AppleScripts that return Script Objects.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aaebblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aaebblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aaebblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aaebblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aaebblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aaebblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aaebblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aaebblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aaebblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aaebblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aaebblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aaebblog.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aaebblog.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aaebblog.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.aaeb.net&amp;blog=14809688&amp;post=21&amp;subd=aaebblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.aaeb.net/2010/08/27/aaeb-1-5-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d21d99a2dd9700b4539a3385d084d3b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dantowitz</media:title>
		</media:content>
	</item>
		<item>
		<title>AAEB 1.4 is now available</title>
		<link>http://blog.aaeb.net/2010/07/28/update-1-3-1-on-the-way/</link>
		<comments>http://blog.aaeb.net/2010/07/28/update-1-3-1-on-the-way/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:35:07 +0000</pubDate>
		<dc:creator>dantowitz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aaeb.net/?p=13</guid>
		<description><![CDATA[Added support for returning binary data (e.g., a JPEG image) and a new (simpler?) mechanism for calling your AppleScript. The new connect.aaeb mechanism enables you to call your compiled AppleScript (or other app) with a URL of the form: YourServer/cgi-bin/connect.aaeb?appName=CompiledAppleScript.app &#8230; <a href="http://blog.aaeb.net/2010/07/28/update-1-3-1-on-the-way/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.aaeb.net&amp;blog=14809688&amp;post=13&amp;subd=aaebblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Added support for returning binary data (e.g., a JPEG image) and a new (simpler?) mechanism for calling your AppleScript.</p>
<p>The new connect.aaeb mechanism enables you to call your compiled AppleScript (or other app) with a URL of the form:</p>
<p>YourServer/cgi-bin/connect.aaeb?appName=CompiledAppleScript.app</p>
<p>There&#8217;s also a new <a href="http://www.aaeb.net/demo/AAEB_demo.html">Video Demo</a></p>
<p>David</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aaebblog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aaebblog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aaebblog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aaebblog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aaebblog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aaebblog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aaebblog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aaebblog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aaebblog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aaebblog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aaebblog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aaebblog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aaebblog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aaebblog.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.aaeb.net&amp;blog=14809688&amp;post=13&amp;subd=aaebblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.aaeb.net/2010/07/28/update-1-3-1-on-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d21d99a2dd9700b4539a3385d084d3b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dantowitz</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to the blog for The Apache-Apple Event Bridge (AAEB)</title>
		<link>http://blog.aaeb.net/2010/07/22/welcome/</link>
		<comments>http://blog.aaeb.net/2010/07/22/welcome/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 02:29:02 +0000</pubDate>
		<dc:creator>dantowitz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aaebblog.wordpress.com/?p=1</guid>
		<description><![CDATA[Welcome to the blog for The Apache-Apple Event Bridge (aaeb). The app is just seeing it&#8217;s first public release July 22, 2010.  It&#8217;s been running in-house for about a year and I finally had the time to prep an installer, &#8230; <a href="http://blog.aaeb.net/2010/07/22/welcome/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.aaeb.net&amp;blog=14809688&amp;post=1&amp;subd=aaebblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to the blog for The Apache-Apple Event Bridge (aaeb). The app is just seeing it&#8217;s first public release July 22, 2010.  It&#8217;s been running in-house for about a year and I finally had the time to prep an installer, some samples, etc.</p>
<p>This blog will be a place to post questions and answers!  If a mailing list makes sense, guess I can create one too!</p>
<p>Thanks for your interest,</p>
<p>David Dantowitz</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aaebblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aaebblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aaebblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aaebblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aaebblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aaebblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aaebblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aaebblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aaebblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aaebblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aaebblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aaebblog.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aaebblog.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aaebblog.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.aaeb.net&amp;blog=14809688&amp;post=1&amp;subd=aaebblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.aaeb.net/2010/07/22/welcome/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d21d99a2dd9700b4539a3385d084d3b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dantowitz</media:title>
		</media:content>
	</item>
	</channel>
</rss>
