ko-archetype/src/main/resources/archetype-resources/src/main/resources/index.html
changeset 1209 bf622f485775
parent 1205 1901da93f3f2
child 1213 022099dee442
     1.1 --- a/ko-archetype/src/main/resources/archetype-resources/src/main/resources/index.html	Mon May 13 16:31:21 2013 +0200
     1.2 +++ b/ko-archetype/src/main/resources/archetype-resources/src/main/resources/index.html	Mon May 13 17:39:08 2013 +0200
     1.3 @@ -26,8 +26,11 @@
     1.4          <a href="http://knockoutjs.com/examples/twitter.html">knockout.js
     1.5          Twitter example</a> and
     1.6          uses almost unmodified HTML page. It just changes the model. The model
     1.7 -        is written in Java language.The Java source code has about 190 lines 
     1.8 -        - in fact it may even be more dense than the original JavaScript model.
     1.9 +        is written in Java language with the help of 
    1.10 +        <a href="http://bck2brwsr.apidesign.org/javadoc/net.java.html.json/">
    1.11 +            Knockout/Java binding library
    1.12 +        </a>. The Java source code has about 180 lines and seems more 
    1.13 +        dense and shorter than the original JavaScript model.
    1.14          </p>
    1.15          <p>
    1.16          The project has two profiles. Either it executes in real Java virtual