Eclipse XWT in production?
问题 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