<?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: Some personal thoughts on the Flex/AJAX Bridge&#8230;</title>
	<atom:link href="http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/feed/" rel="self" type="application/rss+xml" />
	<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/</link>
	<description>music, technology, interfaces</description>
	<lastBuildDate>Sun, 29 Jan 2012 05:22:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sho</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-212</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Thu, 09 Mar 2006 19:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-212</guid>
		<description>I&#039;m not sure if you&#039;re just poking fun (there *is* a smiley at the end of your comment...) or are actually disappointed in us. Given that you&#039;ve posted this on both Ben&#039;s and my blog, I&#039;ll try to give as thoughful an answer as I can.

I&#039;m not in marketing, but I think the name is not 100% bogus. I like names to tell me what things are used for, not how they work.

The reason we built this library is so that people who are building &quot;AJAX&quot; apps can communicate with Flex in order to enhance and complement their AJAX apps. The way this is accomplished is by creating proxy objects that allow JavaScript to call into the Flex DOM.

I think the &quot;Flex/AJAX Bridge&quot; name clearly communicates the intent of the library. Names like &quot;Flex/DOM Bridge&quot; or &quot;Flex/JavaScript DOM Proxy Library&quot; might be more detailed in how the library works, but less clear in how the libraries should be used.

On the term AJAX:
As everyone knows, the term AJAX has come to be sort of nebulous -- people certainly use it for applications that do not use XML, for example.

Be that as it may, people have a general understanding of the word AJAX, which is that it is a way to provide greater interactivity using existing Web technologies. 

Anyway, feel free to disagree. But I hope the name doesn&#039;t stop you from checking out the library if it&#039;s of interest to you. :-)
</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if you&#8217;re just poking fun (there *is* a smiley at the end of your comment&#8230;) or are actually disappointed in us. Given that you&#8217;ve posted this on both Ben&#8217;s and my blog, I&#8217;ll try to give as thoughful an answer as I can.</p>
<p>I&#8217;m not in marketing, but I think the name is not 100% bogus. I like names to tell me what things are used for, not how they work.</p>
<p>The reason we built this library is so that people who are building &#8220;AJAX&#8221; apps can communicate with Flex in order to enhance and complement their AJAX apps. The way this is accomplished is by creating proxy objects that allow JavaScript to call into the Flex DOM.</p>
<p>I think the &#8220;Flex/AJAX Bridge&#8221; name clearly communicates the intent of the library. Names like &#8220;Flex/DOM Bridge&#8221; or &#8220;Flex/JavaScript DOM Proxy Library&#8221; might be more detailed in how the library works, but less clear in how the libraries should be used.</p>
<p>On the term AJAX:<br />
As everyone knows, the term AJAX has come to be sort of nebulous &#8212; people certainly use it for applications that do not use XML, for example.</p>
<p>Be that as it may, people have a general understanding of the word AJAX, which is that it is a way to provide greater interactivity using existing Web technologies. </p>
<p>Anyway, feel free to disagree. But I hope the name doesn&#8217;t stop you from checking out the library if it&#8217;s of interest to you. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Reynolds</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-211</link>
		<dc:creator>Adam Reynolds</dc:creator>
		<pubDate>Thu, 09 Mar 2006 10:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-211</guid>
		<description>Seems to have cut out the message so here goes again:


Was there any need to call this a Flex Ajax Bridge? I mean when you actually look at it, it is simply providing you with the ability to control the Flex app via Javascript and thus interact with the DOM.

I don&#039;t mind people jumping on the ol&#039; flavour of the week term &quot;Ajax&quot; however Ajax is specifically a technique for getting the client to do asynchronous data retrieval.

The manipulation and presentation of the data is done within the DOM via Javascript.

The Bridge provides a bridge between Flex and the DOM NOT Ajax which is, as stated earlier, a technique.

You really need to get the Marketing people out of your labs. Adobe developers should hang their head in shame. :)</description>
		<content:encoded><![CDATA[<p>Seems to have cut out the message so here goes again:</p>
<p>Was there any need to call this a Flex Ajax Bridge? I mean when you actually look at it, it is simply providing you with the ability to control the Flex app via Javascript and thus interact with the DOM.</p>
<p>I don&#8217;t mind people jumping on the ol&#8217; flavour of the week term &#8220;Ajax&#8221; however Ajax is specifically a technique for getting the client to do asynchronous data retrieval.</p>
<p>The manipulation and presentation of the data is done within the DOM via Javascript.</p>
<p>The Bridge provides a bridge between Flex and the DOM NOT Ajax which is, as stated earlier, a technique.</p>
<p>You really need to get the Marketing people out of your labs. Adobe developers should hang their head in shame. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Reynolds</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-210</link>
		<dc:creator>Adam Reynolds</dc:creator>
		<pubDate>Thu, 09 Mar 2006 10:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-210</guid>
		<description>I&#039;m going to repeat what I posted on Ben Forta&#039;s blog here and hopefully get a response:
-&gt;snipsnip&lt;-

So please please please please rename it the Flex DOM Bridge. That is technically what it is.

Now on to Accessibility.

If you are developing a Flex app, most large public sites now have legal accessibility requirements (Ford had to redesign a 100% flash site to provide a text only version). 

So what will most businesses have to do? The most likely solution is parellel Flex and JSRS (not Ajax) development. JSRS is compatible with JAWS. 

This means your back end CF services will need to be developed in such a way that any RIA interface can be delivered.</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to repeat what I posted on Ben Forta&#8217;s blog here and hopefully get a response:<br />
-&gt;snipsnip&lt;-</p>
<p>So please please please please rename it the Flex DOM Bridge. That is technically what it is.</p>
<p>Now on to Accessibility.</p>
<p>If you are developing a Flex app, most large public sites now have legal accessibility requirements (Ford had to redesign a 100% flash site to provide a text only version). </p>
<p>So what will most businesses have to do? The most likely solution is parellel Flex and JSRS (not Ajax) development. JSRS is compatible with JAWS. </p>
<p>This means your back end CF services will need to be developed in such a way that any RIA interface can be delivered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-209</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Wed, 08 Mar 2006 23:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-209</guid>
		<description>I would definitely like to get the visual aspects of Flex out there as well. :-)  

My main point in emphasizing the non-visual aspects is to make people aware that there are lots of things that Flash does well that people may not know about; the visual aspects are in your face (by definition).</description>
		<content:encoded><![CDATA[<p>I would definitely like to get the visual aspects of Flex out there as well. :-)  </p>
<p>My main point in emphasizing the non-visual aspects is to make people aware that there are lots of things that Flash does well that people may not know about; the visual aspects are in your face (by definition).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nz</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-208</link>
		<dc:creator>nz</dc:creator>
		<pubDate>Wed, 08 Mar 2006 23:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-208</guid>
		<description>Cool

Thanks for your thoughts and answer :)

I hope Flex (and the Flash Platform) doesn&#039;t get relegated to becoming just an invisible middle tier for DHTML/AJAX Clients e.g. &quot;hidden&quot; flash application thats just handling FES calls, storing data etc etc.

Also hope that Adobe makes a good marketing push for Flex 2 Applications in the more &quot;boring&quot; Enterprise space too (e.g. internally deployed business applications) etc....at the moment with the Flex/ AJAX bridge and the &quot;Web 2.0&quot; APIs releases, seems like the focus is on the Internet/Consumer Application space.</description>
		<content:encoded><![CDATA[<p>Cool</p>
<p>Thanks for your thoughts and answer :)</p>
<p>I hope Flex (and the Flash Platform) doesn&#8217;t get relegated to becoming just an invisible middle tier for DHTML/AJAX Clients e.g. &#8220;hidden&#8221; flash application thats just handling FES calls, storing data etc etc.</p>
<p>Also hope that Adobe makes a good marketing push for Flex 2 Applications in the more &#8220;boring&#8221; Enterprise space too (e.g. internally deployed business applications) etc&#8230;.at the moment with the Flex/ AJAX bridge and the &#8220;Web 2.0&#8243; APIs releases, seems like the focus is on the Internet/Consumer Application space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-207</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Wed, 08 Mar 2006 23:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-207</guid>
		<description>Like I said, there are good reasons to use AJAX and there are good reasons to use Flex, and in fact there are good reasons to use them together.

In terms of performance... I can&#039;t speak to the Yahoo or Google implementations, but remember that Yahoo is based on Flex 1.5, which is much slower than Flex 2.0. (There is a new VM written from scratch that executes bytecode ~10x faster than the old VM).

Ironically, one of the potential use cases for the Flex/Ajax bridge is for performance(!). Because the new VM is so fast, it may make sense to structure your AJAX app so that performance sensitive portions of your application run in the Flash VM.</description>
		<content:encoded><![CDATA[<p>Like I said, there are good reasons to use AJAX and there are good reasons to use Flex, and in fact there are good reasons to use them together.</p>
<p>In terms of performance&#8230; I can&#8217;t speak to the Yahoo or Google implementations, but remember that Yahoo is based on Flex 1.5, which is much slower than Flex 2.0. (There is a new VM written from scratch that executes bytecode ~10x faster than the old VM).</p>
<p>Ironically, one of the potential use cases for the Flex/Ajax bridge is for performance(!). Because the new VM is so fast, it may make sense to structure your AJAX app so that performance sensitive portions of your application run in the Flash VM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pz</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-206</link>
		<dc:creator>pz</dc:creator>
		<pubDate>Wed, 08 Mar 2006 23:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-206</guid>
		<description>Applications that use Flex compared to similar applications that use AJAX - I.E. Yahoo Maps (Flex) and Google Maps (AJAX), run 10-15 times slower.  Developing in Flex may be fun and all, but I sometimes wonder if everyone isn&#039;t too quickly jumping on the Flex bandwagon.</description>
		<content:encoded><![CDATA[<p>Applications that use Flex compared to similar applications that use AJAX &#8211; I.E. Yahoo Maps (Flex) and Google Maps (AJAX), run 10-15 times slower.  Developing in Flex may be fun and all, but I sometimes wonder if everyone isn&#8217;t too quickly jumping on the Flex bandwagon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-205</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Wed, 08 Mar 2006 22:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-205</guid>
		<description>Ajax client for FES is also very cool, although I do not have hands on experience with it. It handles data push, synchronization between client and server, etc.  For my own projects, I&#039;ve been using FES (with Flex) and it has saved me a lot of headache in data synchronization. It&#039;s great that this will also be avaialble for AJAX apps.

You will indeed need the Flash Player to use the FES Ajax client.</description>
		<content:encoded><![CDATA[<p>Ajax client for FES is also very cool, although I do not have hands on experience with it. It handles data push, synchronization between client and server, etc.  For my own projects, I&#8217;ve been using FES (with Flex) and it has saved me a lot of headache in data synchronization. It&#8217;s great that this will also be avaialble for AJAX apps.</p>
<p>You will indeed need the Flash Player to use the FES Ajax client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nz</title>
		<link>http://kuwamoto.org/2006/03/08/some-personal-thoughts-on-the-flexajax-bridge/comment-page-1/#comment-204</link>
		<dc:creator>nz</dc:creator>
		<pubDate>Wed, 08 Mar 2006 21:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://kuwamoto.org/?p=48#comment-204</guid>
		<description>What do you make of the Ajax Client for FES?

I can&#039;t see those videos on Labs for some reason but i assume you&#039;ll still need the Flash Player to use the FES Ajax Client?

cheers</description>
		<content:encoded><![CDATA[<p>What do you make of the Ajax Client for FES?</p>
<p>I can&#8217;t see those videos on Labs for some reason but i assume you&#8217;ll still need the Flash Player to use the FES Ajax Client?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

