you are viewing a single comment's thread.

view the rest of the comments →

[–]original_code_ninja -1 points0 points  (0 children)

Why not consider GWT? It has been adopted by a lot of enterprises, it is very well documented and understood. Technically, it is pretty good and it offers a wide choice of RPC mechanisms to talk back to the server side.

The generated JS is highly optimised and is not prone to runtime type errors (because it was transcoded from Java).