Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
1  
You are looking for J2S alternatives? Any specific req.? – zengr Jul 29 '10 at 7:38
other than it should achieve RIA result. there's nothing else. – JCX Jul 29 '10 at 8:17
1  
Just 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 Jul 29 '10 at 13:46
Possible duplicate: stackoverflow.com/questions/440302/… – Anderson Green Mar 3 at 4:42

2 Answers

In GWT there will be lot of boiler plate codes and learning curve of GWT is high and hard to maintain your code.

share|improve this answer
The question is asking for alternatives, and you've just listed the same ones mentioned in the question itself. – Quentin Aug 3 '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 4 '10 at 5:46

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.