This code is based on original knockout.js Twitter example and uses almost unmodified HTML page. It just changes the model. The model is written in Java language with the help of Knockout/Java binding library . The Java source code has about 180 lines and seems more dense and shorter than the original JavaScript model.
The project has two profiles. Either it executes in real Java virtual
machine and renders using JavaFX's WebView (use fxbrwsr
profile
- the default). It can also run directly in a browser via
Bck2Brwsr virtual machine
(use bck2brwsr
profile).