<?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 for Jonathan Grimes</title>
	<atom:link href="http://jonathangrimes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathangrimes.com</link>
	<description>blog, sandbox, etc...</description>
	<lastBuildDate>Thu, 15 Mar 2012 03:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Anyone remember Simply Transparent? by Jonathan Grimes</title>
		<link>http://jonathangrimes.com/2011/08/anyone-remember-simply-transparent/comment-page-1/#comment-71</link>
		<dc:creator>Jonathan Grimes</dc:creator>
		<pubDate>Thu, 15 Mar 2012 03:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=339#comment-71</guid>
		<description>you&#039;re in luck! there are still files on my backup: 

http://jonathangrimes.com/files/simply_transparent7.1.exe

http://jonathangrimes.com/files/simply_transparent7.1.msi</description>
		<content:encoded><![CDATA[<p>you&#8217;re in luck! there are still files on my backup: </p>
<p><a href="http://jonathangrimes.com/files/simply_transparent7.1.exe" rel="nofollow">http://jonathangrimes.com/files/simply_transparent7.1.exe</a></p>
<p><a href="http://jonathangrimes.com/files/simply_transparent7.1.msi" rel="nofollow">http://jonathangrimes.com/files/simply_transparent7.1.msi</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Anyone remember Simply Transparent? by Jonathan Grimes</title>
		<link>http://jonathangrimes.com/2011/08/anyone-remember-simply-transparent/comment-page-1/#comment-70</link>
		<dc:creator>Jonathan Grimes</dc:creator>
		<pubDate>Thu, 15 Mar 2012 03:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=339#comment-70</guid>
		<description>Its on github. :) the link is in this blog post. I&#039;m sorry, but I don&#039;t have it in binary form anymore. </description>
		<content:encoded><![CDATA[<p>Its on github. :) the link is in this blog post. I&#8217;m sorry, but I don&#8217;t have it in binary form anymore. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Anyone remember Simply Transparent? by Parvanites</title>
		<link>http://jonathangrimes.com/2011/08/anyone-remember-simply-transparent/comment-page-1/#comment-69</link>
		<dc:creator>Parvanites</dc:creator>
		<pubDate>Thu, 15 Mar 2012 01:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=339#comment-69</guid>
		<description>I still use it on three machines at home and work I heve replaced one of my home machines and am trying to find it to download for it.  Is it no longer available?   </description>
		<content:encoded><![CDATA[<p>I still use it on three machines at home and work I heve replaced one of my home machines and am trying to find it to download for it.  Is it no longer available?   </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jasmine &amp; ExtJS&#8217; MVC: A Love Story by telekosmos</title>
		<link>http://jonathangrimes.com/2011/10/jasmine-extjs-mvc-a-love-story/comment-page-1/#comment-68</link>
		<dc:creator>telekosmos</dc:creator>
		<pubDate>Wed, 25 Jan 2012 16:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=489#comment-68</guid>
		<description>Just a point (a bit late, but later is better than never :-D)
Regarding to stores, views, models, they MUST BE in a controller, and the controller in the &#039;controllers&#039; array in the Application instance. Otherwise they would be undefined. IMHO, this one restricts the unit testing, as you are unable to test a model or store in isolation (you always have to have the store in a controller).

Maybe including a mock controller...</description>
		<content:encoded><![CDATA[<p>Just a point (a bit late, but later is better than never :-D)<br />
Regarding to stores, views, models, they MUST BE in a controller, and the controller in the &#8216;controllers&#8217; array in the Application instance. Otherwise they would be undefined. IMHO, this one restricts the unit testing, as you are unable to test a model or store in isolation (you always have to have the store in a controller).</p>
<p>Maybe including a mock controller&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jasmine &amp; ExtJS&#8217; MVC: A Love Story by Jonathan Grimes</title>
		<link>http://jonathangrimes.com/2011/10/jasmine-extjs-mvc-a-love-story/comment-page-1/#comment-67</link>
		<dc:creator>Jonathan Grimes</dc:creator>
		<pubDate>Sun, 23 Oct 2011 17:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=489#comment-67</guid>
		<description>you&#039;re not far from my method :) I just create a Application instance globally so I can call app.getController(&quot;name here&quot;).</description>
		<content:encoded><![CDATA[<p>you&#8217;re not far from my method :) I just create a Application instance globally so I can call app.getController(&#8220;name here&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jasmine &amp; ExtJS&#8217; MVC: A Love Story by Anonymous</title>
		<link>http://jonathangrimes.com/2011/10/jasmine-extjs-mvc-a-love-story/comment-page-1/#comment-66</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 23 Oct 2011 16:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=489#comment-66</guid>
		<description>Great!

Until then: 
I could initialize a controller instance using an application-object - not just passing in the global reference of my application.

Just like ykey described it here:
http://www.sencha.com/forum/archive/index.php/t-130522.html?s=75d2338bf59ae8637cc7402a55e8a506

Cheers.</description>
		<content:encoded><![CDATA[<p>Great!</p>
<p>Until then:<br />
I could initialize a controller instance using an application-object &#8211; not just passing in the global reference of my application.</p>
<p>Just like ykey described it here:<br />
<a href="http://www.sencha.com/forum/archive/index.php/t-130522.html?s=75d2338bf59ae8637cc7402a55e8a506" rel="nofollow">http://www.sencha.com/forum/archive/index.php/t-130522.html?s=75d2338bf59ae8637cc7402a55e8a506</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jasmine &amp; ExtJS&#8217; MVC: A Love Story by Jonathan Grimes</title>
		<link>http://jonathangrimes.com/2011/10/jasmine-extjs-mvc-a-love-story/comment-page-1/#comment-65</link>
		<dc:creator>Jonathan Grimes</dc:creator>
		<pubDate>Sun, 23 Oct 2011 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=489#comment-65</guid>
		<description>sure, I&#039;m working on an article that has more details. :)</description>
		<content:encoded><![CDATA[<p>sure, I&#8217;m working on an article that has more details. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jasmine &amp; ExtJS&#8217; MVC: A Love Story by Sebastian Woinar</title>
		<link>http://jonathangrimes.com/2011/10/jasmine-extjs-mvc-a-love-story/comment-page-1/#comment-64</link>
		<dc:creator>Sebastian Woinar</dc:creator>
		<pubDate>Sun, 23 Oct 2011 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=489#comment-64</guid>
		<description>Hey Jonathan,
I want to fall in love with Jasmine too ;-)

But I tried to create an instance of one of my controllers (which uses automatically created getter and setter with 
  stores: [&#039;TestStore&#039;],
  views: [&#039;TestView&#039;]   ... 
) the whole day but just got TypeErrors during the creation of the accessors. 

Could you please post one of your controller tests? How do you instantiate them?

Thank you,
 Sebastian</description>
		<content:encoded><![CDATA[<p>Hey Jonathan,<br />
I want to fall in love with Jasmine too ;-)</p>
<p>But I tried to create an instance of one of my controllers (which uses automatically created getter and setter with<br />
  stores: ['TestStore'],<br />
  views: ['TestView']   &#8230;<br />
) the whole day but just got TypeErrors during the creation of the accessors. </p>
<p>Could you please post one of your controller tests? How do you instantiate them?</p>
<p>Thank you,<br />
 Sebastian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Anyone remember Simply Transparent? by Jonathan Grimes</title>
		<link>http://jonathangrimes.com/2011/08/anyone-remember-simply-transparent/comment-page-1/#comment-63</link>
		<dc:creator>Jonathan Grimes</dc:creator>
		<pubDate>Sat, 22 Oct 2011 15:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=339#comment-63</guid>
		<description>:) that&#039;s awesome</description>
		<content:encoded><![CDATA[<p>:) that&#8217;s awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Anyone remember Simply Transparent? by Silvanris</title>
		<link>http://jonathangrimes.com/2011/08/anyone-remember-simply-transparent/comment-page-1/#comment-62</link>
		<dc:creator>Silvanris</dc:creator>
		<pubDate>Sat, 22 Oct 2011 10:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://jonathangrimes.com/?p=339#comment-62</guid>
		<description>I remember it! As a matter of fact, I still use it, lol!</description>
		<content:encoded><![CDATA[<p>I remember it! As a matter of fact, I still use it, lol!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

