|
|
|
|
|
by edwinnathaniel
4834 days ago
|
|
> Doing UI in Java is too clunky for me no matter what library I'm using though, so YMMV. For sure. C#, Java, C++ are all clunky. Maybe it's the nature of the ecosystem. This is one thing I hate about GWT: it offers tons of upside (sprites, bundles, i18n, unit-test in JUnit IF using MVP) but the downside is in the area of big-consideration of pain point. |
|
I used this approach to build TeamPostgreSQL (demo at http://teampostgresql.herokuapp.com/), where the designer built the entire interface in HTML and I just inject GWT widgets in the right places.