<?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/"
	>

<channel>
	<title>Digital Primates&#187; Max 2009</title>
	<atom:link href="http://www.digitalprimates.net/author/category/max-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalprimates.net</link>
	<description>Flex Development and Consulting</description>
	<lastBuildDate>Thu, 12 Apr 2012 15:26:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>FlexUnit in Flash Builder Bugs plus TDD</title>
		<link>http://www.digitalprimates.net/author/codeslinger/2009/09/13/flexunit-in-flash-builder-bugs-plus-tdd/</link>
		<comments>http://www.digitalprimates.net/author/codeslinger/2009/09/13/flexunit-in-flash-builder-bugs-plus-tdd/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 15:09:00 +0000</pubDate>
		<dc:creator>codeslinger</dc:creator>
				<category><![CDATA[360Flex]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[FlexUnit]]></category>
		<category><![CDATA[Max 2009]]></category>
		<category><![CDATA[Presentations]]></category>

		<guid isPermaLink="false">http://test.digitalprimates.net/2009/09/13/flexunit-in-flash-builder-bugs-plus-tdd/</guid>
		<description><![CDATA[I just finished my presentation materials for my Test-driven development session at Adobe Max, and I am pretty excited how it turned out. It is a 90-minute BYOL (Bring your own laptop) lab, which is always challenging. Each person showing &#8230; <a href="http://www.digitalprimates.net/author/codeslinger/2009/09/13/flexunit-in-flash-builder-bugs-plus-tdd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
I just finished my presentation materials for my Test-driven development session at <a href="http://max.adobe.com/">Adobe Max</a>, and I am pretty excited how it turned out. It is a 90-minute BYOL (Bring your own laptop) lab, which is always challenging. Each person showing up with a diverse setup and (hopefully) our files installed. 
</p><p>
So, if you are planning to head to Max, and you are interested in TDD, try to attend. I think it will be well worth the effort.
</p><p>
That said, there will also be two sessions at the <a href="http://www.360flex.com/">360|Flex Max unconference</a> where we will be reviewing the <a href="http://opensource.adobe.com/wiki/display/flexunit/FlexUnit">FlexUnit 4 framework</a> from the inside out. The goal here is
to provide initial context for those interested in becoming committers on the project. FlexUnit 4 is a highly functional testing framework, but it is also complex. Until we have the chance to document every corner, this might be your best chance to learn the ins and outs of it.
</p><p>
Finally, working on this session has given me the opportunity to work with the FlexUnit plugin in Flash Builder. I must say I am very pleased with how this is evolving. Nonetheless, there are a few enhancements I would still like. If you are of a like mind, read through the bugs and cast your vote.
</p><p>
<ul>
<li><a href="https://bugs.adobe.com/jira/browse/FB-22832">Auto Refresh of the flex unit compiler application when deleting a test case or (minimally) re-running the wizard</a> <br/> Right now deleting a test case causes a manualy compilation error that needs resolution. I think this could be more elegant.
<li><a href="https://bugs.adobe.com/jira/browse/FB-22830">Uncheck Create Constructor by default in FU4 test case</a> <br/> Just a minor inconvenience. You generally don&#8217;t need constructors in FU4 test cases, so you uncheck a checkbox&#8230; often
<li><a href="https://bugs.adobe.com/jira/browse/FB-22831">Generate Before/After in place of setup/teardown for FU4 testcases</a><br/>Right now the wizards don&#8217;t know how to generate the FU4 equivalent of setUp() and tearDown(). Not a big deal, but I think it&#8217;s low-hanging fruit.
<li><a href="https://bugs.adobe.com/jira/browse/FB-22834">Remember Last Selected Type when creating test cases from the wizard</a><br/>Just a minor inconvenience. You always need to re-select the radio button when using the wizard with FU4.
</ul>
</p>
If you agree, vote away.

Hope to see you at Max,<br/>
Mike]]></content:encoded>
			<wfw:commentRss>http://www.digitalprimates.net/author/codeslinger/2009/09/13/flexunit-in-flash-builder-bugs-plus-tdd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FlexUnit 4 and Flex 4 presentations galore</title>
		<link>http://www.digitalprimates.net/author/codeslinger/2009/09/03/flexunit-4-and-flex-4-presentations-galore/</link>
		<comments>http://www.digitalprimates.net/author/codeslinger/2009/09/03/flexunit-4-and-flex-4-presentations-galore/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 19:09:00 +0000</pubDate>
		<dc:creator>codeslinger</dc:creator>
				<category><![CDATA[360Flex]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[DP News]]></category>
		<category><![CDATA[flexcamp]]></category>
		<category><![CDATA[FlexUnit]]></category>
		<category><![CDATA[Max 2009]]></category>

		<guid isPermaLink="false">http://test.digitalprimates.net/2009/09/03/flexunit-4-and-flex-4-presentations-galore/</guid>
		<description><![CDATA[So after a very welcomed summer lull in travel, I am gearing up for the fall speaking season. A good portion of my time this fall will be spent discussing, encouraging the use of, and getting Feedback on the FlexUnit &#8230; <a href="http://www.digitalprimates.net/author/codeslinger/2009/09/03/flexunit-4-and-flex-4-presentations-galore/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
So after a very welcomed summer lull in travel, I am gearing up for the fall speaking season. A good portion of my time this fall will be spent discussing, encouraging the use of, and getting Feedback on the FlexUnit 4 project. The rest will be spent teaching about the early architecture and internals of the future Flex 4 product. 
</p><p>
If you have tried either of these and want to discuss, or if you haven&#8217;t had the time and want to learn more first, please come and support one of the following great events where I will be presenting.
</p><p>
<b>September 5th, Rimini, Italy</b> at <a href="http://www.flashcamp.it/">Flash Camp on the Beach</a>
<ul>
Testing with Flex and Flash Builder</ul>
<b>October 5th &#8211; 7th, Los Angeles, CA</b> at <nobr><a href="http://max.adobe.com/">Adobe Max, Los Angeles, CA</a><br/></nobr>
<ul>
5th &#8211; Test Driven Development with Flash Builder<br/>
5th &#8211; Creating Custom Components in Flex 4<br/>
5th &#8211; Book Signing and Meet the Authors Event<br/>
<br/>
6th &#8211; Creating Custom Components in Flex 4<br/>
6th &#8211; Battle of the Flex Frameworks Panel<br/>
<br/>
7th &#8211; Creating Custom Components in Flex 4- Twice<br/>
<br/>
Also, in the next couple of days we will be announcing the details of a special event on the 6th and 7th in coordination with the <a href="http://www.360flex.com/">360|Max unconference</a>  for individuals interested in becoming contributors to the FlexUnit 4 project.
</ul>
<b>October 15th and 16th in Omaha, NE</b> at <nobr><a href="http://www.heartlanddc.com/omaha/default.aspx">the Heartland Developers Conference</a></nobr>
<ul>
15th &#8211; From Concept to Concrete: Programming a Designer&#8217;s Vision <br/>
16th &#8211; Reanimating Dead Data with Flex <br/>
</ul>
<b>October 17th and 18th in Raleigh, North Carolina</b> at <a href="http://www.cfinnc.com/">CFinNC</a>
<ul>
Next Generation Testing
</ul>
</p><p>
I hope you have the opportunity to participate and engage with the Flex community at some of these community events. 
</p><p>
Cheers,<br/>
Mike <br/>
<br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.digitalprimates.net/author/codeslinger/2009/09/03/flexunit-4-and-flex-4-presentations-galore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

