launcher/fx/src/main/java/org/apidesign/bck2brwsr/launcher/BaseHTTPLauncher.java
Thu, 03 Oct 2013 15:51:55 +0200 Work on javac branch seems to have some results, so merge it
Mon, 23 Sep 2013 00:59:14 +0200 Can we run Javac in the bck2brwsr VM?
Mon, 09 Sep 2013 17:34:30 +0200 Rewritting the archetype to be simpler and more easily modifiable to one's needs
Mon, 09 Sep 2013 06:08:00 +0200 Can mix static pages and generated bck2brwsr.js
Thu, 29 Aug 2013 14:35:01 +0000 WebSocketTest passes OK against modified version of 0.5 net.java.html APIs - rev. b04268c0ded9
Mon, 26 Aug 2013 08:56:37 +0200 First updates to run with forthcoming version 0.5 - WebSockets in FX launcher and etc.
Thu, 27 Jun 2013 10:05:00 +0200 Old handlers are sometimes used even after remoteHttpHandler is called. Invalidate old handlers by forcing them to delegate to the latest one.
Mon, 24 Jun 2013 14:18:17 +0200 No need for register method when we can do it via the HTTP
Fri, 21 Jun 2013 22:34:09 +0200 Dynamic way of registering Http resources
Tue, 28 May 2013 21:49:38 +0200 Make sure the launchers run on JDK6
Thu, 16 May 2013 08:51:29 +0200 Try harder to find the emulation classes
Fri, 10 May 2013 00:05:40 +0200 Lowering the number of HTTP server threads - we are client technology - any server that replies is good enough.
Thu, 09 May 2013 21:51:56 +0200 Sharing BaseHTTPLauncher between FX and Bck2Brwsr
Sun, 05 May 2013 18:16:43 +0200 Both HTTP launchers now provide a way to get to the HttpServer (after casting to Callable)
Sun, 28 Apr 2013 21:17:04 +0200 Using profiles. Twitter demo can execute and test properly in FX profile now
Sun, 28 Apr 2013 17:42:49 +0200 FX launcher can start tests