javaquery/demo-calculator/src/main/resources/org/apidesign/bck2brwsr/mavenhtml/Calculator.xhtml
Sun, 20 Jan 2013 18:20:18 +0100 Basic support for knockout.js. It can read and write model properties.
Fri, 11 Jan 2013 16:36:28 +0100 merge with trunk
Mon, 24 Dec 2012 08:04:45 +0100 Keeping old name for static demo-calculator, as its build products are referenced by Hudson jobs
Thu, 20 Dec 2012 21:39:16 +0100 Loaded classes need to have their static initializes invoked. Before accessing static field of a class, initializers need to be executed as well.
Thu, 20 Dec 2012 16:17:31 +0100 Mojo for execution in a browser
Thu, 22 Nov 2012 10:38:38 +0100 Adding the Java source code for the calculator on the HTML page for demostration purposes
Thu, 22 Nov 2012 00:18:34 +0100 Less verbose. Concentrating all operations into single method. Using string switch to determine what operation to run.
Fri, 09 Nov 2012 12:09:40 +0100 Fixing licenses
Fri, 09 Nov 2012 12:06:45 +0100 Adding calculator demo to the repository