Different initial text fx
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 15 Apr 2013 22:11:48 +0200
branchfx
changeset 994f90426fe144c
parent 993 08e7b312664f
child 995 3ba587320fcb
Different initial text
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 15 22:03:59 2013 +0200
     1.2 +++ b/javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html	Mon Apr 15 22:11:48 2013 +0200
     1.3 @@ -41,12 +41,11 @@
     1.4          <h2>Bck2Brwsr's Twitter</h2>
     1.5          
     1.6          <p>
     1.7 -        This code based on original <a href="http://knockoutjs.com/examples/twitter.html">knockout.js Twitter example</a> and
     1.8 -        uses almost unmodified HTML code. It just changes the model. It 
     1.9 -        is written in Java language and it is executed using <a href="http://bck2brwsr.apidesign.org">Bck2Brwsr</a>
    1.10 -        virtual machine. The Java source code has about 190 lines and is available 
    1.11 -        <a href="http://source.apidesign.org/hg/bck2brwsr/file/7fc6b7e9c982/javaquery/demo-twitter/src/main/java/org/apidesign/bck2brwsr/demo/twitter/TwitterClient.java">here</a>
    1.12 -        - in fact it may even be more dense than the original JavaScript model.
    1.13 +        This is a <b>JavaFX</b> port of the original <a href="http://xelfi.cz/twttr">Bck2Brwsr Twttr example</a>.
    1.14 +        It uses the same HTML and Java client code. Just the implementation of <a href="http://hudson.apidesign.org/hudson/job/bck2brwsr.javadoc/lastSuccessfulBuild/artifact/javaquery/api/target/site/apidocs/index.html">Java/Knockout bindings</a> 
    1.15 +        is different. The UI is rendered by FX's WebView. The 
    1.16 +        <a href="http://source.apidesign.org/hg/bck2brwsr/file/fx/javaquery/demo-twitter/src/main/java/org/apidesign/bck2brwsr/demo/twitter/TwitterClient.java">
    1.17 +            application code</a> runs in HotSpot VM.
    1.18          </p>
    1.19          
    1.20          <div class='liveExample'>