<?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: Writing a Big Application in Ext (Part 2)</title>
	<atom:link href="http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/</link>
	<description>For good of all productive developers</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:37:22 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yyeshua</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-4036</link>
		<dc:creator>yyeshua</dc:creator>
		<pubDate>Wed, 06 Apr 2011 22:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-4036</guid>
		<description>Hi. Nice work, that helpme much.

So, I have a question.

How can I call a parent listener (like keypress) when that listener has be overwritten?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi. Nice work, that helpme much.</p>
<p>So, I have a question.</p>
<p>How can I call a parent listener (like keypress) when that listener has be overwritten?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saki</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-3771</link>
		<dc:creator>Saki</dc:creator>
		<pubDate>Mon, 23 Aug 2010 20:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-3771</guid>
		<description>Thanks, I&#039;ll take a look and update the post if it really works in 3.2.x</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll take a look and update the post if it really works in 3.2.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gjslick</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-3769</link>
		<dc:creator>Gjslick</dc:creator>
		<pubDate>Sun, 22 Aug 2010 00:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-3769</guid>
		<description>Hey Saki, thanks for this great article.  It really got me going on extending Ext&#039;s classes. 

I just wanted to give an update about the last section in this post about listeners.  As of (I believe) Ext 3.2.0, you can now add a listeners property inside of initComponent().  This is due to Component.initComponent() duplicating Observable&#039;s constructor for this very purpose (probably from so many people writing their own pre-configured classes!)</description>
		<content:encoded><![CDATA[<p>Hey Saki, thanks for this great article.  It really got me going on extending Ext&#8217;s classes. </p>
<p>I just wanted to give an update about the last section in this post about listeners.  As of (I believe) Ext 3.2.0, you can now add a listeners property inside of initComponent().  This is due to Component.initComponent() duplicating Observable&#8217;s constructor for this very purpose (probably from so many people writing their own pre-configured classes!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Relexx</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-506</link>
		<dc:creator>Relexx</dc:creator>
		<pubDate>Fri, 13 Mar 2009 07:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-506</guid>
		<description>Thanks for this Saki.  I am a complete convert to xtype and lazy instantiation.  It makes my code more readable and easier to configure.</description>
		<content:encoded><![CDATA[<p>Thanks for this Saki.  I am a complete convert to xtype and lazy instantiation.  It makes my code more readable and easier to configure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hutten</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-393</link>
		<dc:creator>Bill Hutten</dc:creator>
		<pubDate>Wed, 25 Feb 2009 13:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-393</guid>
		<description>Saki: Thanks very much for these clarifications. We\\\&#039;re working on a medium-sized ExtJS application (~14K lines right now, about 1/2 done), and are using pre-configured classes extensively. They\\\&#039;ve worked very well for us.</description>
		<content:encoded><![CDATA[<p>Saki: Thanks very much for these clarifications. We\\\&#8217;re working on a medium-sized ExtJS application (~14K lines right now, about 1/2 done), and are using pre-configured classes extensively. They\\\&#8217;ve worked very well for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saki</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-300</link>
		<dc:creator>Saki</dc:creator>
		<pubDate>Wed, 04 Feb 2009 20:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-300</guid>
		<description>@Rostislav,

thank you very much for sharing your practical life experiences with extended classes here. I wish you good luck with them in the future.</description>
		<content:encoded><![CDATA[<p>@Rostislav,</p>
<p>thank you very much for sharing your practical life experiences with extended classes here. I wish you good luck with them in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rostislav Siryk</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-299</link>
		<dc:creator>Rostislav Siryk</dc:creator>
		<pubDate>Wed, 04 Feb 2009 18:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-299</guid>
		<description>Saki, I want to share my experience here.

Initially, I\&#039;m a Flex developer, but Big Client came to our company asking for ExtJS expert for developing Outlook+Gmail+IM alternative to be used in their intranet as info sharing application.

We agreed, I\&#039;ve heard about ExtJS and even run a couple of samples year ago.

And then project started, I was very quickly learning ExtJS and was shooting my legs again and again, because all the JavaScript and JSON are so hacky for the ActionScript3 developer, who have compiler for all error checking, strict typing, and all static language comfort.

Important moment, we use SCRUM for the development, and very tight deadlines.

And then I\&#039;ve discovered your patterns and learned a lot in one moment. I can\&#039;t say it prevented me from making new errors, but your approach cleared a lot of questions, so now 2 months of development are gone, and I can say application is more or less stable, could be extended and supported further.

I want to thank you for the great work you\&#039;ve done, and all the inspiration of your samples.

Regarding pitfalls, yes, I had it once, the one with listeners, which lead me to setting listeners in &quot;onShow&quot; method, but then I looked into your greatly documented code again and found my mistake.

Thank you!</description>
		<content:encoded><![CDATA[<p>Saki, I want to share my experience here.</p>
<p>Initially, I\&#8217;m a Flex developer, but Big Client came to our company asking for ExtJS expert for developing Outlook+Gmail+IM alternative to be used in their intranet as info sharing application.</p>
<p>We agreed, I\&#8217;ve heard about ExtJS and even run a couple of samples year ago.</p>
<p>And then project started, I was very quickly learning ExtJS and was shooting my legs again and again, because all the JavaScript and JSON are so hacky for the ActionScript3 developer, who have compiler for all error checking, strict typing, and all static language comfort.</p>
<p>Important moment, we use SCRUM for the development, and very tight deadlines.</p>
<p>And then I\&#8217;ve discovered your patterns and learned a lot in one moment. I can\&#8217;t say it prevented me from making new errors, but your approach cleared a lot of questions, so now 2 months of development are gone, and I can say application is more or less stable, could be extended and supported further.</p>
<p>I want to thank you for the great work you\&#8217;ve done, and all the inspiration of your samples.</p>
<p>Regarding pitfalls, yes, I had it once, the one with listeners, which lead me to setting listeners in &#8220;onShow&#8221; method, but then I looked into your greatly documented code again and found my mistake.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sey</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-296</link>
		<dc:creator>Sey</dc:creator>
		<pubDate>Wed, 04 Feb 2009 01:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-296</guid>
		<description>Thank you for the great article!</description>
		<content:encoded><![CDATA[<p>Thank you for the great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franjanko</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-295</link>
		<dc:creator>Franjanko</dc:creator>
		<pubDate>Tue, 03 Feb 2009 18:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-295</guid>
		<description>Just wanted to say that I\&#039;ve followed the part one of this article for developing a very big extjs front-end (60k~ lines of javascript) and I wouldn\&#039;t have been able to organize the code so well without your suggestions. 

I\&#039;ll definitely follow the rules on this second part, and look forward for the third!!! ;)</description>
		<content:encoded><![CDATA[<p>Just wanted to say that I\&#8217;ve followed the part one of this article for developing a very big extjs front-end (60k~ lines of javascript) and I wouldn\&#8217;t have been able to organize the code so well without your suggestions. </p>
<p>I\&#8217;ll definitely follow the rules on this second part, and look forward for the third!!! <img src='http://blog.extjs.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saki</title>
		<link>http://blog.extjs.eu/know-how/writing-a-big-application-in-ext-part-2/comment-page-1/#comment-291</link>
		<dc:creator>Saki</dc:creator>
		<pubDate>Tue, 03 Feb 2009 09:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.extjs.eu/?p=137#comment-291</guid>
		<description>@Robert,

please read it again. I&#039;ve written &quot;&lt;b&gt;what&lt;/b&gt; the code does&quot;, not &lt;b&gt;how&lt;/b&gt; does it do it.

And, sorry for being harsh, if a developer is not able to deal with complexity of contemporary software, if he is not able or willing to understand his own job, then it would be better if he found another job.</description>
		<content:encoded><![CDATA[<p>@Robert,</p>
<p>please read it again. I&#8217;ve written &#8220;<b>what</b> the code does&#8221;, not <b>how</b> does it do it.</p>
<p>And, sorry for being harsh, if a developer is not able to deal with complexity of contemporary software, if he is not able or willing to understand his own job, then it would be better if he found another job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

