javaquery/demo-calculator/src/main/resources/org/apidesign/bck2brwsr/demo/calc/staticcompilation/Calculator.xhtml
Tue, 27 May 2014 12:25:41 +0200 The static calculator demo needs to reference just a single application .js file from its main HTML page. The rest is loaded based on classpath attribute.
Fri, 23 May 2014 12:39:26 +0200 Generated Script files can be specified on classpath
Thu, 22 May 2014 10:48:09 +0200 Static compilator demo is capable to load itself from individual extension files
Sun, 14 Apr 2013 22:17:34 +0200 Getting ready for 0.6 release
Tue, 26 Mar 2013 15:34:26 +0100 Don't rely on XML conventions. Close tags the HTML way. Allows renaming index.xhtml to index.html
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.
Fri, 15 Feb 2013 19:33:21 +0100 Don't use the main class trick now, as Main-Class is supposed to have main method
Tue, 12 Feb 2013 23:30:01 +0100 Flexible composition of classpath. One can either specify a URL or a load function
Mon, 11 Feb 2013 19:55:00 +0100 Allows two isolated bck2brwsr VM in a single JavaScript page/context
Thu, 07 Feb 2013 13:41:56 +0100 Recognizing Main-Class attribute, so initializing the VM is just about passing in correct classpath
Tue, 05 Feb 2013 15:32:41 +0100 Static assembly to use the exported bck2brwsr.js
Wed, 30 Jan 2013 17:36:45 +0100 Using assembly plugin to create deployment layout of the 'static' calculator demo
Mon, 21 Jan 2013 17:04:45 +0100 <div> should not be inside of <p>
Mon, 21 Jan 2013 16:04:25 +0100 Moving into demo package