# HG changeset patch # User Jaroslav Tulach # Date 1366056708 -7200 # Node ID f90426fe144c878462ca7834a86aa1dd1c60c7f8 # Parent 08e7b312664f9dee2e97aec0f8d32a4f71df9cdc Different initial text diff -r 08e7b312664f -r f90426fe144c 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 15 22:03:59 2013 +0200 +++ b/javaquery/demo-twitter/src/main/resources/org/apidesign/bck2brwsr/demo/twitter/index.html Mon Apr 15 22:11:48 2013 +0200 @@ -41,12 +41,11 @@

Bck2Brwsr's Twitter

- 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. The Java source code has about 190 lines and is available - here - - in fact it may even be more dense than the original JavaScript model. + This is a JavaFX port of the original Bck2Brwsr Twttr example. + It uses the same HTML and Java client code. Just the implementation of Java/Knockout bindings + is different. The UI is rendered by FX's WebView. The + + application code runs in HotSpot VM.