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?
-
1You are looking for J2S alternatives? Any specific req.?zengr– zengr2010-07-29 07:38:44 +00:00Commented Jul 29, 2010 at 7:38
-
other than it should achieve RIA result. there's nothing else.JCX– JCX2010-07-29 08:17:29 +00:00Commented Jul 29, 2010 at 8:17
-
1Just curious, is there some reason you don't want to use GWT? Or are you just investigating alternatives just in case? <opinion>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</opinion>Jason Hall– Jason Hall2010-07-29 13:46:01 +00:00Commented Jul 29, 2010 at 13:46
-
Possible duplicate: stackoverflow.com/questions/440302/…Anderson Green– Anderson Green2013-03-03 04:42:39 +00:00Commented Mar 3, 2013 at 4:42
Add a comment
|
3 Answers
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.
Comments
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
Comments
In GWT there will be lot of boiler plate codes and learning curve of GWT is high and hard to maintain your code.
2 Comments
Quentin
The question is asking for alternatives, and you've just listed the same ones mentioned in the question itself.
Quentin
… 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!)