Comparing JVM alternatives to JavaScript
The demo app tries to show how easy it is to use GWT’s strongest feature: the seamless RPC-framework which lets developers almost forget about the distinction between client and server, letting the two communicate as easily as calling Java methods. Serving the directory is enough to run the app in a browser, so I just open in IntelliJ and click on the little browser icon on the top-right to let IntelliJ start a HTTP server serving the HTML file and open that in whatever browser I want. Swing TextDemo running on the browser via CheerpJ If you have an old Swing app laying around, CheerpJ may be for you… but if you’re looking to write a new application, you probably want to stay well away… I tried to implement the Counter App using CheerpJ’s support for the DOM (a file is included in the distribution)… but I ran into 2 bu
Source: renato.athaydes.com