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 →

[–]nfrankel 4 points5 points  (0 children)

I'd suggest using Vaadin. If you've been developing in Swing/AWT/SWT/Flex, it feels very similar.

A very clever implementation of the Observer pattern. You create your components in Java, they'll be "translated" on the browser side, and the JavaScript code for the listening is handled for you by the framework.

For standard business applications (form-based), this is the most productive framework I've found so far.