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.