开发者

Making development with Ext JS fast

Ext JS is a nice framework for web UI, but I found that building and putting stuff together takes a long time and painfully slow.

This might be a general problem when wor开发者_JS百科king with JavaScript, but does anybody have any way to speed things up?

What can I use? Better IDE with good JavaScript suppport? GUI designers? Code generators?

I need some way to speed up common things like building grids and forms but yet let me do complex things like creating custom components easily.

I'm using ASP.NET MVC. Coolite seems nice at first, but I feel that I'll be having trouble when creating any custom components later on.


There's always Ext GWT, which lets you use Eclipse tooling (and all of the advantages that gives you, such as refactoring, swift code navigation, etc.) to create your Ext/JavaScript app.


When you download the ExtJs library, you find lot of sample applications for common requirements like Grid panel, forms, form elements etc.

Regarding IDEs, you dont find mature productive tools, but check the below link and wish it could be of help to you http://www.extjs.com/blog/2008/02/01/ides-plugins-and-tools-for-ext-js-20/

But if you really wish to develop custom components, you need to get through knowledge,start approaching with ExtJs-provided sample apps.


If you want to get faster at anything, practice it until you fully understand how it works and how to make it do what you want. If you are just starting out, why would expect to be able to work as quickly as you do when you are working on something that you are very familiar with?


Things I use to make ExtJS less painful

  • Chrome, for it's developer tools, or Firefox with Firebug.
  • snipMate: snippets for Vim, so I can quickly produce boiler plate code for classes.
  • JSLint as a command line tool. Especially good for detecting rogue commas.
  • Sencha forums.
  • ExtJS IRC chat (Server: irc.freenode.net Room: #extjs).
  • API documentation.
  • Sencha and Saki's ExtJS examples.
  • Beer.


ExtJS is building a designer right know so you can look forward it, the only problem I think is not gonna be free.

you can see a video demo there, in term of release date I think this is due to the first quarter of this year.


I say learn the framework. But to develop apps, I use IntelliJ IDEA, which has partial code completion, etc. It costs money though.


Once you have some practice and understanding of how ExtJS works, you'll get faster at it. By using the examples for reference, and building up my application in small pieces, I've gotten much better (and faster) at developing stuff with ExtJS. A great way to get started is to find an example (or two) that kind of do what you need, and modify (or combine) them to see how they work together.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜