Java to JavaScript Compiler [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
开发者_运维技巧 Improve this questionBesides GWT out there, are there other Java to JavaScript Compiler. Currently all my work is done in Java and I heard of Java2Script too. Anyone out there knows other Java to JavaScript?
I believe qooxdoo has a java-javascript compiler. Since they have a similar framework call QWT Its similar to GWT but with their own widget set.
Nice list of ..->JavaScript compilers with special chapter dedicated to Java is available here: https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS#javajvm
In GWT there will be lot of boiler plate codes and learning curve of GWT is high and hard to maintain your code.
精彩评论