src/main/javadoc/overview.html
changeset 654 ee519e3681e9
parent 650 cbffa9025961
child 656 df15901c0a0a
     1.1 --- a/src/main/javadoc/overview.html	Sat Apr 05 09:06:59 2014 +0200
     1.2 +++ b/src/main/javadoc/overview.html	Mon May 19 13:42:29 2014 +0200
     1.3 @@ -75,6 +75,22 @@
     1.4           yet the application code can be written in Java.
     1.5          </p>
     1.6          
     1.7 +        <h3>What's New in Version 0.8.1?</h3>
     1.8 +        
     1.9 +        <p>
    1.10 +            This is mostly a bugfix release. The annotation processor is made
    1.11 +            more robust with respect to errors in callback syntax of
    1.12 +            {@link net.java.html.js.JavaScriptBody} body parameter.
    1.13 +            Javadoc of {@link net.java.html.BrwsrCtx#execute} method
    1.14 +            has been improved based on a failure of its usability study.
    1.15 +            There can be additional parameters to methods annotated by
    1.16 +            {@link net.java.html.json.OnReceive} that allows one to
    1.17 +            pass state when a JSON call is made and use it when it finishes.
    1.18 +            The mechanism of discovery of sibling HTML page has been
    1.19 +            extended to work on systems that don't support
    1.20 +            {@link java.lang.Class#getProtectionDomain}.
    1.21 +        </p>
    1.22 +        
    1.23          <h3>What's New in Version 0.8?</h3>
    1.24          
    1.25          <p>
    1.26 @@ -321,6 +337,8 @@
    1.27          </script>
    1.28  
    1.29          <p>
    1.30 +            <img src='resources/ios_logo.jpg' width="64"
    1.31 +                 height="64" align="right"/>
    1.32              <img src='resources/android_logo.jpg' width="64"
    1.33                   height="64" align="right"/>
    1.34              
    1.35 @@ -332,6 +350,13 @@
    1.36              packaging you can create an APK file and deploy it to your
    1.37              Android phone. 
    1.38              Read <a target="_blank" href="http://wiki.apidesign.org/wiki/DlvkBrwsr">more</a>...
    1.39 +            In case you'd like your application to reach out to second biggest
    1.40 +            group of smartphone users, don't despair: It 
    1.41 +            seems the set of devices that can execute
    1.42 +            <a href="http://html.java.net">HTML for Java</a> applications 
    1.43 +            has been extended to <em>iPads</em> and <em>iPhones</em>. Get the 
    1.44 +            <a target="_blank" href="http://wiki.apidesign.org/wiki/IBrwsr">details here</a>
    1.45 +            and deploy everywhere!
    1.46          </p>
    1.47          <p>
    1.48              Convinced it makes sense to use 
    1.49 @@ -352,7 +377,7 @@
    1.50          online:
    1.51          <ul>
    1.52              <li>Current <a target="_blank" href="http://bits.netbeans.org/html+java/dev/">development</a> version
    1.53 -            <li>Version <a target="_blank" href="http://bits.netbeans.org/html+java/0.7.6">0.7.6</a>
    1.54 +            <li>Version <a target="_blank" href="http://bits.netbeans.org/html+java/0.8">0.8</a>
    1.55              <li>Version <a target="_blank" href="http://bits.netbeans.org/html+java/0.7.5">0.7.5</a>
    1.56          </ul>
    1.57