Eclipse XWT in production?

坚强是说给别人听的谎言 提交于 2019-12-21 20:35:32

问题


Have anybody used Eclipse XWT in non-trivial (e.g. something more complex then tutorial) environment? I don't think Eclipse4 uses it by itself.

Does it really have any advantages over SWT?


回答1:


XWT is a declarative UI framework. It allows you to model your UI. You don't need to write code to instantiate, design, layout and data-bind your SWT widgets. Instead a XML based description file is used to build the UI.

Take a look at the example from the XWT FAQ: http://wiki.eclipse.org/E4/XWT#Layout

XWT resembles GladeXML, XAML and XUL. There is tooling support in Eclipse Juno with the XWT Editor and WindowBuilder.

In my opinion the tooling support is lacking, several features of XWT are missing from the editors. While I generally prefer the declarative UI approach, I wouldn't base a non-trivial project on XWT alone.




回答2:


Apparently, no one have seen XWT in production env.



来源:https://stackoverflow.com/questions/12626639/eclipse-xwt-in-production

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!