Longer first sentence
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Thu, 06 Feb 2014 16:21:58 +0100
changeset 543f7a0d34bc83b
parent 542 ae488d072a16
child 544 c5d243718f1c
Longer first sentence
src/main/javadoc/overview.html
     1.1 --- a/src/main/javadoc/overview.html	Thu Feb 06 16:16:01 2014 +0100
     1.2 +++ b/src/main/javadoc/overview.html	Thu Feb 06 16:21:58 2014 +0100
     1.3 @@ -48,8 +48,13 @@
     1.4      </head>
     1.5      <body>
     1.6          <p>
     1.7 -         Use Java to write application logic; use HTML5 to render the UI.
     1.8 -         Get the best of both worlds. 
     1.9 +         Use Java to write application logic; Use HTML5 to render the UI; 
    1.10 +         {@link net.java.html.json.Model Animate an HTML page from Java};
    1.11 +         Use {@link net.java.html.json.OnReceive REST} or
    1.12 +         <a href="net/java/html/json/doc-files/websockets.html">WebSockets</a>;
    1.13 +         interact with <a href="net/java/html/js/package-summary.html">JavaScript</a>;
    1.14 +         Get the best of both worlds!
    1.15 +         
    1.16           The goal of these APIs is to use full featured Java runtime 
    1.17           (e.g. real <a href="http://wiki.apidesign.org/wiki/HotSpot">HotSpot VM</a>), 
    1.18           but still rely on a very lightweight rendering technology 
    1.19 @@ -62,7 +67,7 @@
    1.20           component to display the <a href="http://wiki.apidesign.org/wiki/HTML">HTML</a>. 
    1.21           We eliminate the need to manipulate the DOM directly, 
    1.22           there is a special {@link net.java.html.json Java to Knockout.js binding}. 
    1.23 -         As a result the <a href="http://wiki.apidesign.org/wiki/Knockout4Java">HTML uses Knockout.js syntax></a>, 
    1.24 +         As a result the <a href="http://wiki.apidesign.org/wiki/Knockout4Java">HTML uses Knockout.js syntax</a>, 
    1.25           yet the application code can be written in Java.
    1.26          </p>
    1.27