<?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: What to Unlearn?	</title>
	<atom:link href="https://jessewarden.com/2007/02/what-to-unlearn.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2007/02/what-to-unlearn.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Sun, 25 Feb 2007 20:39:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2007/02/what-to-unlearn.html/comment-page-1#comment-4158</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Sun, 25 Feb 2007 20:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1127#comment-4158</guid>

					<description><![CDATA[I used Spring 3 years ago on a Flash app.  From the server-side perspective, I thought it was pretty hot they could just embed XML tags and at compile time, it just replaced everything with what you had in the config.  Rather than coding for encapsulation, your code generator injected the right data when your code was compiled.  To me, that was pretty hot.

Could we adapt this for Flex to remove ServiceLocator, and even a few Delegate calls?  Sure, and I bet it&#039;d be nice to have a large portion of that code code generated.


]]></description>
			<content:encoded><![CDATA[<p>I used Spring 3 years ago on a Flash app.  From the server-side perspective, I thought it was pretty hot they could just embed XML tags and at compile time, it just replaced everything with what you had in the config.  Rather than coding for encapsulation, your code generator injected the right data when your code was compiled.  To me, that was pretty hot.</p>
<p>Could we adapt this for Flex to remove ServiceLocator, and even a few Delegate calls?  Sure, and I bet it&#8217;d be nice to have a large portion of that code code generated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brian Lesser		</title>
		<link>https://jessewarden.com/2007/02/what-to-unlearn.html/comment-page-1#comment-4157</link>

		<dc:creator><![CDATA[Brian Lesser]]></dc:creator>
		<pubDate>Sun, 25 Feb 2007 16:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1127#comment-4157</guid>

					<description><![CDATA[Hi Jesse,
After rereading your post I&#039;d like to encourage you to check out Spring in some detail - if you haven&#039;t already. Or at least look at some of Rod Johnson&#039;s books.
One of the great things about inversion of control is that you can get rid of singletons and remove calls to service locators from your code. Your objects get simpler, easier to write, and more maintainable.
Cheers and warm regards,
-Brian]]></description>
			<content:encoded><![CDATA[<p>Hi Jesse,<br />
After rereading your post I&#8217;d like to encourage you to check out Spring in some detail &#8211; if you haven&#8217;t already. Or at least look at some of Rod Johnson&#8217;s books.<br />
One of the great things about inversion of control is that you can get rid of singletons and remove calls to service locators from your code. Your objects get simpler, easier to write, and more maintainable.<br />
Cheers and warm regards,<br />
-Brian</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: johnteal		</title>
		<link>https://jessewarden.com/2007/02/what-to-unlearn.html/comment-page-1#comment-4156</link>

		<dc:creator><![CDATA[johnteal]]></dc:creator>
		<pubDate>Mon, 19 Feb 2007 23:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1127#comment-4156</guid>

					<description><![CDATA[Lots of talk about Flex2.0 but what we&#039;re really talking about is AS3.0--we only use Flex to compile. When Flash9 Pro is released, Flex will fade quickly away.]]></description>
			<content:encoded><![CDATA[<p>Lots of talk about Flex2.0 but what we&#8217;re really talking about is AS3.0&#8211;we only use Flex to compile. When Flash9 Pro is released, Flex will fade quickly away.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2007/02/what-to-unlearn.html/comment-page-1#comment-4155</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 14 Feb 2007 09:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1127#comment-4155</guid>

					<description><![CDATA[Well, technically they can still work as normal.  Flash 9 alpha will allow you to export to Flash Player 9 using AS1 or AS2.  No one is forcing them to use AS3.]]></description>
			<content:encoded><![CDATA[<p>Well, technically they can still work as normal.  Flash 9 alpha will allow you to export to Flash Player 9 using AS1 or AS2.  No one is forcing them to use AS3.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mray		</title>
		<link>https://jessewarden.com/2007/02/what-to-unlearn.html/comment-page-1#comment-4154</link>

		<dc:creator><![CDATA[mray]]></dc:creator>
		<pubDate>Wed, 14 Feb 2007 06:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1127#comment-4154</guid>

					<description><![CDATA[Def agree - different approaches are benefitial in different scenarios, but don&#039;t unlearn anything, IMO.

Flash is definitely changing, but the sky isn&#039;t falling *yet*. I don&#039;t think ALL Flash work will become Flex work in the near term; Enterprise apps definitely can benefit, but there are so many projects that are quickly attainable in Flash without having to rely on the Flex Framework.

AS3 rocks and I will be using it, guaranteed, but with the evolution of Actionscript occuring, I think the hardest hit will be the long term designers who are used to being able to quickly mock up prototypes who now have to either write classes or utilize pre-built systems to do what they have always been able to do - especially those who have never had to write a class before. That capability has been key to the adoption of Flash by so many creative folks, and it is somewhat scary to see that key capability start to erode. That said, the best and brightest will continue to evolve and adapt (insert Darwin reference here). The danger I see is the requirement of such a degree of specialization from both design and development, that it becomes difficult for one person to do both. It may not be a huge part of the ecosystem, but it is an important one, IMO.

On a lighter note, I still relish the fact that my Java friends are jealous of closures. Apparently now they are at least &lt;a href=&quot;http://crazybob.org/2006/10/java-closure-spectrum.html&quot; rel=&quot;nofollow&quot;&gt;supported in theory &lt;/a&gt;under the new &lt;a href=&quot;http://tech.puredanger.com/java7&quot; rel=&quot;nofollow&quot;&gt;Java 7&lt;/a&gt; proposal.]]></description>
			<content:encoded><![CDATA[<p>Def agree &#8211; different approaches are benefitial in different scenarios, but don&#8217;t unlearn anything, IMO.</p>
<p>Flash is definitely changing, but the sky isn&#8217;t falling *yet*. I don&#8217;t think ALL Flash work will become Flex work in the near term; Enterprise apps definitely can benefit, but there are so many projects that are quickly attainable in Flash without having to rely on the Flex Framework.</p>
<p>AS3 rocks and I will be using it, guaranteed, but with the evolution of Actionscript occuring, I think the hardest hit will be the long term designers who are used to being able to quickly mock up prototypes who now have to either write classes or utilize pre-built systems to do what they have always been able to do &#8211; especially those who have never had to write a class before. That capability has been key to the adoption of Flash by so many creative folks, and it is somewhat scary to see that key capability start to erode. That said, the best and brightest will continue to evolve and adapt (insert Darwin reference here). The danger I see is the requirement of such a degree of specialization from both design and development, that it becomes difficult for one person to do both. It may not be a huge part of the ecosystem, but it is an important one, IMO.</p>
<p>On a lighter note, I still relish the fact that my Java friends are jealous of closures. Apparently now they are at least <a href="http://crazybob.org/2006/10/java-closure-spectrum.html" rel="nofollow">supported in theory </a>under the new <a href="http://tech.puredanger.com/java7" rel="nofollow">Java 7</a> proposal.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
