|
|
|
|
|
by sangnoir
3749 days ago
|
|
> I'm not sure about the libraries - especially the ones that provide the glue to the JS world (or DOM, directly) Has the Java world come up with anything better than Swing or SWT? Because those are the libraries that are in the "stable ecosystem with 20+ years of engineering behind it", and they are terrible. Give me the 'innovative' webdev guys and gals any day. |
|
It has a XML/CSS based way to describe the UI/layout and then lets you link that to your code with annotations. It's not perfect, but it's a lot more pleasant to work with than the likes of SWT.