Link to the Java code for the page controller model
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 08 Apr 2013 15:14:29 +0200
branchmodel
changeset 953935e11372aa6
parent 952 a20e3c6cffc7
child 954 6448c284fe21
Link to the Java code for the page controller
javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html
     1.1 --- a/javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html	Mon Apr 08 13:06:14 2013 +0200
     1.2 +++ b/javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html	Mon Apr 08 15:14:29 2013 +0200
     1.3 @@ -44,7 +44,9 @@
     1.4          This code based on original <a href="http://knockoutjs.com/examples/twitter.html">knockout.js Twitter example</a> and
     1.5          uses almost unmodified HTML code. It just changes the model. It 
     1.6          is written in Java language and it is executed using <a href="http://bck2brwsr.apidesign.org">Bck2Brwsr</a>
     1.7 -        virtual machine.
     1.8 +        virtual machine. The Java source code has about 170 lines and is available 
     1.9 +        <a href="http://source.apidesign.org/hg/bck2brwsr/file/3bd43aa6f08d/javaquery/demo-twitter/src/main/java/org/apidesign/bck2brwsr/demo/twitter/TwitterClient.java">here</a>
    1.10 +        - in fact it may even be more dense than the original JavaScript model.
    1.11          </p>
    1.12          
    1.13          <div class='liveExample'>