<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Technical Notes</title>
      <link>http://www.thomasburleson.biz/</link>
      <description><![CDATA[Using Flex, ColdFusion, Java, &amp; Groovy  technologies to deliver commercial RIAs.]]></description>
      <language>en</language>
      <copyright>Copyright 2007</copyright>
      <lastBuildDate>Fri, 08 Jun 2007 16:26:51 +0000</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2ysb5-20051201</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Cairngorm View Notifications</title>
         <description><![CDATA[As Flex continues to grow as the choice RIA technology, many developers start investigating and apply JEE patterns to Flex implementations. Cairngorm is a Model-View-Controller framework - endorsed by Adobe - that is widely popular within the community. Cairngorm, however, is not ready for 100% &quot;out-of-the-box&quot; implementations of production applications.&nbsp; The current versions of Caingorm (version 2.2 or before) need to be &quot;tweaked&quot; for production use. One of those areas encompasses the subject of &quot;view notifications&quot;.]]></description>
         <link>http://www.thomasburleson.biz/2007/06/cairngorm_view_notifications.html</link>
         <guid>http://www.thomasburleson.biz/2007/06/cairngorm_view_notifications.html</guid>
         <category>Cairngorm</category>
         <pubDate>Fri, 08 Jun 2007 16:26:51 +0000</pubDate>
      </item>
            <item>
         <title>Flex Pitfalls</title>
         <description><![CDATA[<p>I am frequently asked to assist development teams with assessing their architectures, implementations, and deployment processes. In fact, whenever I start working with a development team,I have a mental list of issues that I ALWAYs use during the course of performing code reviews and recommendations.<br /><br />While my &quot;list&quot; may be different for different technologies (Coldfusion, Java, Flex, Flash) and for client-side and server-side development, I thought I would outline most of the issues that I use when I am involved with client-side Flex technologies. </p><p>These issues - enumerated below - issues are categorized as &quot;Pitfalss of Flex&quot;. <br /></p>]]></description>
         <link>http://www.thomasburleson.biz/2007/01/flex_pitfalls.html</link>
         <guid>http://www.thomasburleson.biz/2007/01/flex_pitfalls.html</guid>
         <category>Flex</category>
         <pubDate>Sat, 27 Jan 2007 09:42:44 +0000</pubDate>
      </item>
            <item>
         <title>Learning to love Cairngorm!</title>
         <description><![CDATA[<p><a href="http://labs.adobe.com/wiki/index.php/Cairngorm"> Cairngorm</a> is an Adobe-endorsed, industry-standard Model-View-Controller [MVC] framework for the Flex platform. Based on well-known j2EE design patterns, the MVC framework defines an design approach for scalable, enterprise-level software solutions. Cairngorm is not new! <br />                               </p>                               ]]></description>
         <link>http://www.thomasburleson.biz/2006/12/learning_to_love_cairngorm.html</link>
         <guid>http://www.thomasburleson.biz/2006/12/learning_to_love_cairngorm.html</guid>
         <category>Cairngorm</category>
         <pubDate>Sat, 30 Dec 2006 22:51:06 +0000</pubDate>
      </item>
            <item>
         <title>The Incomplete Guide to Flex Events (Part 1 of 4)</title>
         <description><![CDATA[<p align="left">When building Flex2 applications, developers have <u>four (4) categories of events</u> that may need to be considered in their custom applications: (1) <span style="color: rgb(0, 0, 170); font-weight: bold">system</span> events, (2) <span style="color: rgb(0, 0, 170); font-weight: bold">user</span> events, (3) <span style="color: rgb(0, 0, 170); font-weight: bold">business</span> events, and (4) <span style="color: rgb(0, 0, 170); font-weight: bold">data service</span> events.  </p>  <p>I personally think the term <span style="color: rgb(255, 0, 0); font-size: 10px"><u>system event</u></span> is ambiguous. For example does &quot; <span style="color: rgb(255, 0, 0); font-size: 10px"><u>system</u></span>&quot; refer to the OS system or the FlashPlayer system or the MX Framework system... such ambiguity forces me remind the reader that these events are the Flex 2 Framework system events. In the sebsequent paragraphs, we will learn about these four event categories and how they impact our thoughts regarding Flex development.</p>  <p align="left">The Flex2 framework provides superb native support for system, user, and data service events. Developers must create their own business events and must take special care to use the data service events appropriately. This 4-part guide really focuses on the concepts and uses of <span style="color: rgb(0, 0, 170); font-weight: bold">business</span> and <span style="color: rgb(0, 0, 170); font-weight: bold">data service</span> event categories. Before we can properly discuss such topics, however, let's first review the concepts and issues with <span style="color: rgb(0, 0, 170); font-weight: bold">system</span> and <span style="color: rgb(0, 0, 170); font-weight: bold">user</span> events.  </p>]]></description>
         <link>http://www.thomasburleson.biz/2006/07/the_incomplete_guide_to_flex_e.html</link>
         <guid>http://www.thomasburleson.biz/2006/07/the_incomplete_guide_to_flex_e.html</guid>
         <category>Flex</category>
         <pubDate>Mon, 17 Jul 2006 22:10:35 +0000</pubDate>
      </item>
            <item>
         <title>Flex Data Services - FlexStore and Inventory Demo</title>
         <description><![CDATA[<p>   I recently presented at the CFUnited 2006 Conference. My 1-hour presentation was titled <span style="color: rgb(0, 0, 255)">&quot;Flex 2.0 Data Services (FDS) and ColdFusion &ndash; 203&quot;</span>. During that presentation I outlined the major features of FDS and how they integrate with Coldfusion web applications. I discussed which features FDS features were automatically available in <span style="color: rgb(0, 0, 255)">ColdFusion 7.02 Enterprise</span>: specifically <span style="color: rgb(255, 0, 0)">HTTPService</span> and <span style="color: rgb(255, 0, 0)">Remoting to CFCs</span>. I also tried to highlight when a development project will need to obtain a separate licensed copy of the full FDS installation.<br /><br /></p>]]></description>
         <link>http://www.thomasburleson.biz/2006/07/flex_data_services_flexstore_a.html</link>
         <guid>http://www.thomasburleson.biz/2006/07/flex_data_services_flexstore_a.html</guid>
         <category>Flex</category>
         <pubDate>Sun, 16 Jul 2006 20:18:06 +0000</pubDate>
      </item>
            <item>
         <title>Elastic Cords - Porting a Flash8 application to Flex 2</title>
         <description><![CDATA[<p> 		Recently <a href="http://www.ericd.net/new_css/">Eric Dolecki</a> published a Flash 8 version of a very cool <strong>Elastic Cords</strong> flash application. I am sure he was - as I am - inspired by the works of <a href="http://void.andre-michelle.com/">Andre Michelle</a>. This application, of course, does nothing commercially practical but does demonstrate great features of the FP8 API. I, of course, decided to continue that tradition. I wanted to create a Flex, object-oriented, component version...<br /><br /></p>]]></description>
         <link>http://www.thomasburleson.biz/2006/03/elastic_cords_porting_a_flash8.html</link>
         <guid>http://www.thomasburleson.biz/2006/03/elastic_cords_porting_a_flash8.html</guid>
         <category>Flex</category>
         <pubDate>Sat, 18 Mar 2006 12:29:31 +0000</pubDate>
      </item>
      
   </channel>
</rss>
