# HG changeset patch # User Jaroslav Tulach # Date 1365426869 -7200 # Node ID 935e11372aa66676e2b0760564ec030b268fc61e # Parent a20e3c6cffc76dd926126a0ef5d149ae37733305 Link to the Java code for the page controller diff -r a20e3c6cffc7 -r 935e11372aa6 javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html --- a/javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html Mon Apr 08 13:06:14 2013 +0200 +++ b/javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html Mon Apr 08 15:14:29 2013 +0200 @@ -44,7 +44,9 @@ This code based on original knockout.js Twitter example and uses almost unmodified HTML code. It just changes the model. It is written in Java language and it is executed using Bck2Brwsr - virtual machine. + virtual machine. The Java source code has about 170 lines and is available + here + - in fact it may even be more dense than the original JavaScript model.