GWT主题和组件库 [英] GWT Themes and Component Libraries

查看:297
本文介绍了GWT主题和组件库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

GWT有很好的主题或组件库吗?内置的主题是相当平淡的我的目的。我见过gwt-ext和smartgwt,但那些都不是那么好看。有没有其他有真正漂亮的外观吗?我知道vaadin我真的很喜欢看看,但从我的理解,只是一个全新的框架。

Are there any good themes or component libraries for GWT? The built-in themes are rather plain for my purposes. I've seen gwt-ext and smartgwt, but those aren't that great looking. Are there any others that have a real nice look? I know of vaadin an I really really like the look, but from what I understand that just an entirely new framework.

推荐答案

首先要注意的是有两个使用EXT和GWT的框架:

The first thing to be careful of is that there are two frameworks which use EXT and GWT:

  • GWT-Ext
  • Ext GWT

两者都基于Ext JS组件库。

Both are based on the Ext JS component library.

Gwt-Ext是基于旧版本的Ext JS,当它仍然是LGPL,但不再开发

Gwt-Ext is based on an old version of Ext JS when it was still LGPL but is no longer developed.

Ext GWT来自同一家仍在开发Ext JS的公司。它仍在开发中,并且提供免费和商业许可证,两个是我将使用的。

Ext GWT is from the same company who are still developing Ext JS. It's still being developed and is available under free and commercial licenses, and of the two is the one I would use.

SmartGWT 是另一种选择(也是GWT-Ext用户移动到的目标)。我的一个同事查看它,并不像Ext GWT一样喜欢它,因为它是一个相当薄的包装SmartClient JavaScript,而Ext GWT有相当多的Java代码。区别在于,如果你在托管模式下运行一个Ext GWT应用程序并附加你的调试器,你可以看到Ext GWT正在做什么,但是使用SmartGWT,你只会看到很多IDispatch调用,它会消失在原生的JavaScript中, t能够跟随。

SmartGWT is an alternative (and is what the GWT-Ext people are moving to). A colleague of mine looked at it and did not like it as much as Ext GWT as it's a fairly thin wrapper around the SmartClient JavaScript whereas Ext GWT has quite a lot of Java code. The difference being that if you run an Ext GWT application in Hosted Mode and attach your debugger you can see what Ext GWT is doing, but with SmartGWT you'll just see lots of IDispatch calls where it disappears into native JavaScript where your debugger won't be able to follow.

这篇关于GWT主题和组件库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆