javaquery/demo-calculator/src/main/java/org/apidesign/bck2brwsr/demo/calc/staticcompilation/Calc.java
Sat, 26 Dec 2015 08:22:59 +0100 Can tell the server to exit
Tue, 24 Feb 2015 11:12:53 +0100 Using year range 2012-2015 in copyright header
Wed, 28 May 2014 10:47:18 +0200 All classes loaded through the 'vm' object will have 'invoke' method that can be used to invoke static methods like main(String[]), so our examples no longer need to rely on initialization in static initializers.
Mon, 25 Mar 2013 16:47:17 +0100 Don't duplicate history values
Mon, 25 Mar 2013 11:50:36 +0100 Support for callbacks from knockout to Java
Fri, 22 Mar 2013 17:03:32 +0100 Need to merge in default branch: It contains automatic conversion of boxed types to primitive values which is needed by Knockout to display elements of arrays properly.
Fri, 22 Mar 2013 16:59:47 +0100 Modifying the calculator example to work with array of objects
Sun, 10 Mar 2013 09:29:03 +0100 String referencing id needs to be named id now. Update to new spec version.
Mon, 21 Jan 2013 16:04:25 +0100 Moving into demo package