launcher/src/main/java/org/apidesign/bck2brwsr/launcher/Bck2BrwsrLauncher.java
Wed, 23 Jan 2013 12:53:23 +0100 Bringing the most recent default branch (especially the @Property MVVC) to the dew code
Wed, 23 Jan 2013 08:12:20 +0100 Print out some information about the VM
Tue, 22 Jan 2013 19:16:38 +0100 @BrwsrTest can reference @HtmlFragment and manipulate it
Tue, 22 Jan 2013 17:53:05 +0100 Don't do any substitutions for non-HTML pages
Tue, 22 Jan 2013 11:59:25 +0100 @BrwsrTest to execute tests directly in browser
Wed, 16 Jan 2013 12:44:54 +0100 Need to serve also classes from classpath
Wed, 16 Jan 2013 12:27:53 +0100 Merge with recent advances in default branch
Wed, 16 Jan 2013 12:25:50 +0100 Serve byte code as JSON. Initialize the fields in JavaScript.
Wed, 16 Jan 2013 11:36:19 +0100 Trying to server real HTML and Java code
Tue, 15 Jan 2013 15:56:45 +0100 Web development server initial prototype.
Sat, 12 Jan 2013 17:35:01 +0100 Support execution through browser on Windows
Thu, 27 Dec 2012 19:50:16 +0100 Don't throw NPEs when executing the calculator demo
Tue, 25 Dec 2012 15:08:39 +0100 Hidding the launchers behind common fasade
Tue, 25 Dec 2012 14:07:02 +0100 Can execute the matrix multiplication test using VMTest
Sun, 23 Dec 2012 23:30:06 +0100 Execution time reported by TestNG reflect the time it took to run the query inside of a browser
Sun, 23 Dec 2012 18:24:18 +0100 Separating initialization and method execution on HTTP launcher as well
Sun, 23 Dec 2012 17:02:34 +0100 JavaScript and HTTP launchers separated
Sun, 23 Dec 2012 09:17:26 +0100 Trying again behavior of xdg-open on the hudson runner
Sat, 22 Dec 2012 21:59:02 +0100 Disable usage of Desktop.browse, as we are unable to close the browser
Sat, 22 Dec 2012 21:35:14 +0100 Closing the window when data are processed.
Sat, 22 Dec 2012 21:00:23 +0100 Starting and also shutdowning the browser. Currently optimized from chrome
Sat, 22 Dec 2012 15:01:20 +0100 Log also what is happening in the server
Sat, 22 Dec 2012 14:55:49 +0100 Timeout per single test
Fri, 21 Dec 2012 12:49:27 +0100 Using logger rather than System.err
Fri, 21 Dec 2012 09:18:52 +0100 Print out the output of launched brwsr
Thu, 20 Dec 2012 21:54:33 +0100 Moving the read method closer to the definition of the script
Thu, 20 Dec 2012 16:17:31 +0100 Mojo for execution in a browser
Thu, 20 Dec 2012 11:03:34 +0100 Using the Console for invoking VMTests in Rhino. All tests are passing now.
Tue, 18 Dec 2012 13:10:56 +0100 Can execute tests in real browser
Tue, 18 Dec 2012 12:43:18 +0100 Turning the launcher into an API
Mon, 17 Dec 2012 11:58:48 +0100 Using URL.getContent to communicate with the launcher and execute two testing methods
Sun, 16 Dec 2012 20:11:18 +0100 First steps towards execution harness
Sat, 15 Dec 2012 22:46:26 +0100 Can execute classes and methods as specified by a parameter
Sat, 15 Dec 2012 22:15:53 +0100 Refactoring anonymous handlers to named inner classes
Sat, 15 Dec 2012 16:25:28 +0100 Basic sketch of an HTTP server for launching bck2brwsr applications