Link to Javadoc; correct the number of lines in the sample.
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 13 May 2013 17:39:08 +0200
changeset 1209bf622f485775
parent 1208 ea9ac5eea2d4
child 1210 82300c4f5c54
Link to Javadoc; correct the number of lines in the sample.
ko-archetype/src/main/resources/archetype-resources/src/main/resources/index.html
     1.1 --- a/ko-archetype/src/main/resources/archetype-resources/src/main/resources/index.html	Mon May 13 17:23:13 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