要组织一个ExtJS项目的最佳途径

问题描述:

我刚刚开始开发,我打算支持一个非常轻便的JSON PHP服务的ExtJS的应用程序。除此之外,这将是独立的。我的问题是,什么是组织文件和类,将不可避免地进入存在的最佳方法是什么?任何人有大的ExtJS项目的经验(几千行)。

I've just started developing an ExtJS application that I plan to support with a very lightweight JSON PHP service. Other than that, it will be standalone. My question is, what is the best way to organize the files and classes that will inevitably come into existence? Anyone have any experience with large ExtJS projects (several thousand lines).

我会在这里开始http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/

该网站提供了如何构建应用程序一个很好的总结性的介绍。

This site gives a good introductory overview of how to structure your application.

我们正在使用这些想法在我们的两个ASP.NET MVC / ExtJS的应用程序。

We are currently using these ideas in two of our ASP.NET MVC / ExtJS applications.