Besides 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?
Asked
Active
Viewed 3,061 times
9
-
1You are looking for J2S alternatives? Any specific req.? – zengr Jul 29 '10 at 07:38
-
other than it should achieve RIA result. there's nothing else. – JCX Jul 29 '10 at 08:17
-
1Just curious, is there some reason you don't want to use GWT? Or are you just investigating alternatives just in case?
If you have to search this hard for alternatives, it can be reasonably assumed that none of them will be as mature as GWT is, so you should probably just stick with GWT – Jason Hall Jul 29 '10 at 13:46 -
Possible duplicate: http://stackoverflow.com/questions/440302/how-to-cross-compile-java-source-code-to-javascript – Anderson Green Mar 03 '13 at 04:42
3 Answers
1
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

xmojmr
- 8,073
- 5
- 31
- 54
-3
In GWT there will be lot of boiler plate codes and learning curve of GWT is high and hard to maintain your code.

Neel
- 429
- 7
- 17
-
The question is asking for alternatives, and you've just listed the same ones mentioned in the question itself. – Quentin Aug 03 '10 at 13:16
-
1… and now you've edited it to comment about just one of the Java-JS converters listed in the question while sill not suggesting any others (which is what the question asks!) – Quentin Aug 04 '10 at 05:46