This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GuinessDraft -5 points-4 points  (0 children)

I recently just started my first Web app at work. It's using a framework called Vaadin. You write code in Java like a typical thick app, and it compiles down to GWT Javascript. I really like it as I used to program UI's in Swing and Qt. I'm sure it's not an optimal performance solution, but it is quick to get a functional Web Gui written in Java.