boot/src/main/java/org/apidesign/html/boot/impl/JsCallback.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Sat, 31 Aug 2013 07:48:08 +0000 Report malformed JavaScriptBody callback as an error
Fri, 12 Jul 2013 12:08:56 +0200 Don't fall into endless loop when parameters are not specified
Fri, 12 Jul 2013 11:05:52 +0200 Less underscores, more dollar (signs)
Thu, 11 Jul 2013 21:26:28 +0200 Support for calling static Java methods from JavaScript
Thu, 11 Jul 2013 17:58:45 +0200 FX Web View can finally call run() on non-public implementations of Runnable
Thu, 11 Jul 2013 16:33:40 +0200 For each package generate $JsCallbacks$ class that encapsulates all calls from JavaScript to Java
Thu, 11 Jul 2013 14:47:58 +0200 Check methods and their parameters
Thu, 11 Jul 2013 14:04:37 +0200 Detects calls to non-existing classes
Thu, 11 Jul 2013 13:12:51 +0200 Separating the callback processing into own class