<?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"
	>
<channel>
	<title>Comments on: Case Study: Three large Flex/AIR applications</title>
	<atom:link href="http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/</link>
	<description>Comments and thoughts on technology from Marc Hughes</description>
	<pubDate>Thu, 20 Nov 2008 15:23:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-370</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 10 Jul 2008 23:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-370</guid>
		<description>Hi Aaron,

I'm in central Massachusetts and currently work near Boston, I've done onsite and remote work.  But, I'm very happily employed and currently have more work than I can handle.</description>
		<content:encoded><![CDATA[<p>Hi Aaron,</p>
<p>I&#8217;m in central Massachusetts and currently work near Boston, I&#8217;ve done onsite and remote work.  But, I&#8217;m very happily employed and currently have more work than I can handle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-368</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 10 Jul 2008 18:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-368</guid>
		<description>Marc,  

Where are you located?  i.e.  What part of the country?  Are you willing to work remotely with anyone??

Aaron</description>
		<content:encoded><![CDATA[<p>Marc,  </p>
<p>Where are you located?  i.e.  What part of the country?  Are you willing to work remotely with anyone??</p>
<p>Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SmartLogic Solutions Blog &#187; Blog Archive &#187; Automating Flex Compilation Using ANT</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-339</link>
		<dc:creator>SmartLogic Solutions Blog &#187; Blog Archive &#187; Automating Flex Compilation Using ANT</dc:creator>
		<pubDate>Sun, 15 Jun 2008 07:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-339</guid>
		<description>[...] reading a blog post by Marc Hughes I realized it was time we put in place a more versatile environment for building Flex applications. [...]</description>
		<content:encoded><![CDATA[<p>[...] reading a blog post by Marc Hughes I realized it was time we put in place a more versatile environment for building Flex applications. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garth Somerville</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-285</link>
		<dc:creator>Garth Somerville</dc:creator>
		<pubDate>Thu, 22 May 2008 16:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-285</guid>
		<description>Hi Marc,

This is great information and some really impressive projects.  I'm also looking forward to hearing more about your approach to model adapters as I have run into the same problem it sounds like you have solved.

I noted with interest your comment about finding Flex developers, as right now I see little or no demand for Flex software developers.  The few jobs that mention Flex seem to be geared toward a Flash developer with some Flex exposure as opposed to a career C/C++/Java engineer with Flex experience.</description>
		<content:encoded><![CDATA[<p>Hi Marc,</p>
<p>This is great information and some really impressive projects.  I&#8217;m also looking forward to hearing more about your approach to model adapters as I have run into the same problem it sounds like you have solved.</p>
<p>I noted with interest your comment about finding Flex developers, as right now I see little or no demand for Flex software developers.  The few jobs that mention Flex seem to be geared toward a Flash developer with some Flex exposure as opposed to a career C/C++/Java engineer with Flex experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Halm</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-272</link>
		<dc:creator>Jens Halm</dc:creator>
		<pubDate>Wed, 14 May 2008 19:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-272</guid>
		<description>Ah, ok, when the error occurs right when initializing the container, the parsing/processing will be executed in a callback and then be spit out with an error event. So I'm not sure if I could do anything about it. When an error occurs while you fetch an object from the context with getObject you should enjoy the luxury of a regular error and stacktrace in the debugger.  ;)

Circular references are already scheduled for version 1.0.2. In fact, that is Parsley Jira ticket No. 1 I created when I ran out of time for the initial release.  ;)

Do you have examples for bad/unhelpful error messages? Just as a hint where I could start improving.

Btw. the blog software is a bit strange. When you come back after you have already posted a comment you will be greeted with your name and the fields for Name and Mail are gone. But when you submit it nevertheless complains about missing Name and Mail entries... Strange.</description>
		<content:encoded><![CDATA[<p>Ah, ok, when the error occurs right when initializing the container, the parsing/processing will be executed in a callback and then be spit out with an error event. So I&#8217;m not sure if I could do anything about it. When an error occurs while you fetch an object from the context with getObject you should enjoy the luxury of a regular error and stacktrace in the debugger.  <img src='http://www.rogue-development.com/blog2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Circular references are already scheduled for version 1.0.2. In fact, that is Parsley Jira ticket No. 1 I created when I ran out of time for the initial release.  <img src='http://www.rogue-development.com/blog2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Do you have examples for bad/unhelpful error messages? Just as a hint where I could start improving.</p>
<p>Btw. the blog software is a bit strange. When you come back after you have already posted a comment you will be greeted with your name and the fields for Name and Mail are gone. But when you submit it nevertheless complains about missing Name and Mail entries&#8230; Strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-271</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 14 May 2008 19:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-271</guid>
		<description>The main problems with debugging parsley have to do with how the call stack ends up when problems occur.  I often find myself reading through a long stack in the output console, and not being able to simply click on the stack on the debug window of Flex Builder.  I think it's mainly a problem when errors occur during initialization of objects.  

It's more a problem that I've encountered while introducing Parsley to our team here at TSP.  Engineers who are new to IoC often times have a real hard time grasping exactly why things go wrong when they do.  Better error messages might help.  

Somehow allowing circular references would be nice :)</description>
		<content:encoded><![CDATA[<p>The main problems with debugging parsley have to do with how the call stack ends up when problems occur.  I often find myself reading through a long stack in the output console, and not being able to simply click on the stack on the debug window of Flex Builder.  I think it&#8217;s mainly a problem when errors occur during initialization of objects.  </p>
<p>It&#8217;s more a problem that I&#8217;ve encountered while introducing Parsley to our team here at TSP.  Engineers who are new to IoC often times have a real hard time grasping exactly why things go wrong when they do.  Better error messages might help.  </p>
<p>Somehow allowing circular references would be nice <img src='http://www.rogue-development.com/blog2/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Halm</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-270</link>
		<dc:creator>Jens Halm</dc:creator>
		<pubDate>Wed, 14 May 2008 18:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-270</guid>
		<description>Marc,

I have a question about your comment that it’s harder to debug a Parsley based application when problems occur. Is that due to the general structure of this kind of MVC applications (and thus unavoidable) or do think that there are things we could improve in Parsley to make debugging easier? E.g. better error messages/logging etc. Any suggestions are welcome.

Jens</description>
		<content:encoded><![CDATA[<p>Marc,</p>
<p>I have a question about your comment that it’s harder to debug a Parsley based application when problems occur. Is that due to the general structure of this kind of MVC applications (and thus unavoidable) or do think that there are things we could improve in Parsley to make debugging easier? E.g. better error messages/logging etc. Any suggestions are welcome.</p>
<p>Jens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erin</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-265</link>
		<dc:creator>Erin</dc:creator>
		<pubDate>Tue, 13 May 2008 23:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-265</guid>
		<description>HI Marc!
My name is Erin Fife and I am a recruiter at Adobe (I know...the dreaded recruiter comment....).  One of my senior engineers came across your blog, was very impressed with your background and wanted me to reach out and introduce Adobe and a couple of opportunities we have. 

The hiring manager(s) are looking for someone w/ experience in Flex development with a strong UI sensibility.   These are v1.0 products from Adobe with a strong offering into the SaaS space.  Some really creative and interesting products are being developed from Adobe for the rich internet application space, especially in the area of collaboration.  All just a too typical Valley way of saying, Adobe is doing some really cool stuff and I love telling engineers about them.  
http://labs.adobe.com/
(Brio &#38; Share)

I'd love the opportunity to chat if you're potentially interested in Adobe!  In the meantime, I hope you're enjoying spring! 
Erin Fife 
Recruiter, Adobe 
efife@adobe.com / 408.536.5382 
www.adobe.com</description>
		<content:encoded><![CDATA[<p>HI Marc!<br />
My name is Erin Fife and I am a recruiter at Adobe (I know&#8230;the dreaded recruiter comment&#8230;.).  One of my senior engineers came across your blog, was very impressed with your background and wanted me to reach out and introduce Adobe and a couple of opportunities we have. </p>
<p>The hiring manager(s) are looking for someone w/ experience in Flex development with a strong UI sensibility.   These are v1.0 products from Adobe with a strong offering into the SaaS space.  Some really creative and interesting products are being developed from Adobe for the rich internet application space, especially in the area of collaboration.  All just a too typical Valley way of saying, Adobe is doing some really cool stuff and I love telling engineers about them.<br />
<a href="http://labs.adobe.com/" rel="nofollow">http://labs.adobe.com/</a><br />
(Brio &amp; Share)</p>
<p>I&#8217;d love the opportunity to chat if you&#8217;re potentially interested in Adobe!  In the meantime, I hope you&#8217;re enjoying spring!<br />
Erin Fife<br />
Recruiter, Adobe<br />
<a href="mailto:efife@adobe.com">efife@adobe.com</a> / 408.536.5382<br />
<a href="http://www.adobe.com" rel="nofollow">http://www.adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-263</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 13 May 2008 02:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-263</guid>
		<description>I originally found Parsley through some person's blog, forget which.  Decided to use it after reading the API and then playing with a toy app or two.  I hear Prana is similar and good as well.

I promise to talk about model adapters in depth in a future post.</description>
		<content:encoded><![CDATA[<p>I originally found Parsley through some person&#8217;s blog, forget which.  Decided to use it after reading the API and then playing with a toy app or two.  I hear Prana is similar and good as well.</p>
<p>I promise to talk about model adapters in depth in a future post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Nelson</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-262</link>
		<dc:creator>Dan Nelson</dc:creator>
		<pubDate>Tue, 13 May 2008 02:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-262</guid>
		<description>Marc,

Under your "Data Binding directly to the model" section you talk about Model adapters.  Could you maybe blog about this idea or show an example of these model adapters in action?

Thanks for having such a great blog!</description>
		<content:encoded><![CDATA[<p>Marc,</p>
<p>Under your &#8220;Data Binding directly to the model&#8221; section you talk about Model adapters.  Could you maybe blog about this idea or show an example of these model adapters in action?</p>
<p>Thanks for having such a great blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Bonet</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-261</link>
		<dc:creator>Brent Bonet</dc:creator>
		<pubDate>Tue, 13 May 2008 01:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-261</guid>
		<description>Hi Marc,

How did you find, and then decide to use Parsley?

Best,
Brent</description>
		<content:encoded><![CDATA[<p>Hi Marc,</p>
<p>How did you find, and then decide to use Parsley?</p>
<p>Best,<br />
Brent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-260</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 12 May 2008 20:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-260</guid>
		<description>Klok is similar, but they are two completely different projects by different people.</description>
		<content:encoded><![CDATA[<p>Klok is similar, but they are two completely different projects by different people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabitha</title>
		<link>http://www.rogue-development.com/blog2/2008/05/case-study-three-flex-applications/#comment-259</link>
		<dc:creator>tabitha</dc:creator>
		<pubDate>Mon, 12 May 2008 20:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.rogue-development.com/blog2/2008/09/06/case-study-three-flex-applications/#comment-259</guid>
		<description>Agile Tracker looks a lot like Klok (http://klok.mcgraphix.com). Are the two projects in any way connected?</description>
		<content:encoded><![CDATA[<p>Agile Tracker looks a lot like Klok (http://klok.mcgraphix.com). Are the two projects in any way connected?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
