论坛首页 Web前端技术论坛

Gwt第三方组件、框架介绍

浏览 17745 次
精华帖 (7) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2008-10-28  
我發現GWT-EXT是使基於Ext-js,而EXT-GWT是基於GWT方式所實現,可是在EXT-GWT核心部份仍然用
自己自訂的核心,在EXT-GWT很多都用com.extjs.gxt.ui.client.core.Template實現組件,好像GWT
各種所廷伸專案項目所訂制的組件方式都不一樣,還有發現寫一個組件必須用比較多的代碼,即使
初步了解GWT,可是在深入了解的階段,好像比較難了解的。

一、能不能提供學習的流程,比如先學GWT-EXT再學其它框架諸如此類方式。

二、還有現在基於GWT的架構組件那麼多,你在開發時還會自己寫組件嗎?

謝謝。
0 请登录后投票
   发表时间:2008-10-28  
dan 写道
我發現GWT-EXT是使基於Ext-js,而EXT-GWT是基於GWT方式所實現,可是在EXT-GWT核心部份仍然用
自己自訂的核心,在EXT-GWT很多都用com.extjs.gxt.ui.client.core.Template實現組件,好像GWT
各種所廷伸專案項目所訂制的組件方式都不一樣,還有發現寫一個組件必須用比較多的代碼,即使
初步了解GWT,可是在深入了解的階段,好像比較難了解的。

一、能不能提供學習的流程,比如先學GWT-EXT再學其它框架諸如此類方式。

二、還有現在基於GWT的架構組件那麼多,你在開發時還會自己寫組件嗎?

謝謝。


使用gwt-ext和ext-gwt的好处是你有好多组件可以使用,尤其是布局组件、树、表和form,通过这些组件基本上可以搭建自己的应用,而无须自己定义太多的组件。但EXT-GWT的组件设计的比较复杂,从学习的角度还是建议从gwt自己本身的组件开始(简单而实用),然后可以看看incubator和gwt-widgets。看他们的demo是最好的学习途径,
参考http://code.google.com/webtoolkit/examples/
http://www.gwtchismes.alcala.org/GWTCSample.html
gwt in practice的代码http://code.google.com/p/gwt-in-practice/

另外,如果对组件的美工要求不高的话,我还是喜欢自己开发组件的 
0 请登录后投票
   发表时间:2008-10-28  
stone 写道

如果对组件的美工要求不高的话,我还是喜欢自己开发组件的 


你真的很強,不知我要學多久才能深入了解,謝謝你的回答,我會按照你所說的學看看,謝謝你
0 请登录后投票
   发表时间:2008-10-29  
谢谢stone.
0 请登录后投票
   发表时间:2008-11-25  
stone,用过smartgwt没有,觉得这个怎么样
0 请登录后投票
   发表时间:2008-11-25  
windflee 写道
stone,用过smartgwt没有,觉得这个怎么样

引一段作者的原话吧,等有时间研究一下再发表自己的看法.
引用
So what's so smart about SmartGWT? Let me try to explain. SmartGWT is not just another Widget library. While most Ajax frameworks focus primarily on presentation and displaying mostly read-only data, either local or via XML / JSON, SmartClient was built with server side integration in mind. Most enterprise applications are not just about about data presentation, but about being able to propagate data changes made by the user to the backend. So while its tempting to use library X that has a cool tree widget, it's not until you actually try to use it your application that you encounter the real world hard problems. For example, how do you take data from your business objects on the server to not only display in a tree widget, but also be able to update your data model when, say, the user reorders the tree nodes or make edits / deletes in the UI. How do you display hierarchical data where nodes may have hundreds of children? And so on..

引用参考http://www.jroller.com/sjivan/entry/smartgwt_1_0_released
0 请登录后投票
   发表时间:2008-11-28  
smartgwt好像有自己的js脚本!感觉不是纯java的gwt!不过很多控件的设计思想还是很不错的!
0 请登录后投票
论坛首页 Web前端技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics