# HG changeset patch # User Jaroslav Tulach # Date 1450069511 -3600 # Node ID 2e760d35d231b6c3bf2137fcd400682d8084ce80 # Parent 43cd6875cb631156d0cb1292f5b30951f3e28f84 Open the links in a blank browser window diff -r 43cd6875cb63 -r 2e760d35d231 src/main/javadoc/overview.html --- a/src/main/javadoc/overview.html Mon Dec 14 05:56:17 2015 +0100 +++ b/src/main/javadoc/overview.html Mon Dec 14 06:05:11 2015 +0100 @@ -79,18 +79,18 @@ Get the best of both worlds! The goal of these APIs is to use full featured Java runtime - (like real HotSpot VM), + (like real HotSpot VM), but still rely on a very lightweight rendering technology (so it can potentially fit - Bck2Brwsr and definitely + Bck2Brwsr and definitely to various types of phones). What can be more lightweight (from a browser perspective) than - HTML!? + HTML!? By default we use {@link net.java.html.boot.fx JavaFX's WebView} - component to display the HTML. + component to display the HTML. We eliminate the need to manipulate the DOM directly, there is a special {@link net.java.html.json Java to Knockout.js binding}. - As a result the HTML uses Knockout.js syntax, + As a result the HTML uses Knockout.js syntax, yet the application code can be written in Java.

@@ -117,10 +117,10 @@ </configuration> </plugin> - OSGi headers are now + OSGi headers are now enterprise OSGi ready. - Switched to minified version 3.4.0 - of ">knockout.js. + Switched to minified version 3.4.0 + of knockout.js.

What's Been Improved in Version 1.2.3?