Francesco Galgani
Francesco Galgani
> Personally, I write everything in Java So how do you build the GUI? Do you use the classes in the org.teavm.jso.dom.html package or do you use other classes? >...
Ok, but I don't have your framework, which if I understand correctly is your own private and not shared. If I want to build a web application from scratch with...
Thanks for the explanation and for your TeaVM project. Even maintaining a compiler from Java to Javascript is a big effort. Your project seems to be a great help for...
I managed to create a nice and fully functional web application with TeaVM. Compiling from Java to JavaScript works great! For the graphics I manipulated the DOM directly from Java....
Thank you for your explanation. 500KLOC of Java code... wow!