Rich Internet Applications with ExtJS: Which direction should I choose?

前端 未结 2 504
青春惊慌失措
青春惊慌失措 2021-01-15 02:06

I need some help in choosing the right way for my RIA. I do want to use a javascript widget library - possibly ExtJS. I\'m not sure however if I should try to get around pro

2条回答
  •  囚心锁ツ
    2021-01-15 02:14

    One of the main disadvantages to writing javascript is that it often works differently on different browsers. However, with something like jQuery, this is abstracted away from you. Note that the same is true for GWT.

    Therefore, I'd say that if you are more comfortable writing swing apps, use GWT and if you are more comfortable writing web apps, use html combined with jquery or another javascript framework.

提交回复
热议问题