srn
19 Feb 2010, 12:03 PM
So I'm pretty new to ExtJS development, and I'm building a fairly large application (use your imagination to determine what that means).
I want to do it "right" the first time. I have seen Douglas Crockford's examples on how to design to the Singleton pattern, which allows JavaScript to facilitate private/public properties/methods, and this is the way I started building my application.
I have also read Saki's Blog which says how to structure a "big" application, which uses a seemingly different technique.
http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/
Does anyone have any input on what works best with ExtJS? There are so many ways to write JavaScript, it almost seems like figuring out the "correct" way is like untangling a huge mess of wires!
Many thanks!
-srn
I want to do it "right" the first time. I have seen Douglas Crockford's examples on how to design to the Singleton pattern, which allows JavaScript to facilitate private/public properties/methods, and this is the way I started building my application.
I have also read Saki's Blog which says how to structure a "big" application, which uses a seemingly different technique.
http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/
Does anyone have any input on what works best with ExtJS? There are so many ways to write JavaScript, it almost seems like figuring out the "correct" way is like untangling a huge mess of wires!
Many thanks!
-srn