|
|
|
|
|
by jmiserez
3625 days ago
|
|
I used jDojo (by IBM Rational) and it was great. It's a similar transpiler Java->JavaScript, with support for the Dojo Toolkit. One cool thing is that it's very easy and fast to define your own stubs for whatever library you are using, e.g. I added stubs for most of CKEditor and it was painless. The resulting output looks pretty much 1:1 like the Java code, which makes it easy to debug. Unfortunately their website is not viewable without an account:
https://jazz.net/wiki/bin/view/Main/JDojo
Twitter: https://twitter.com/jdojo |
|