Documenting the xhr4j module
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 29 Feb 2016 05:49:56 +0100
changeset 1061584b5d87aa3f
parent 1060 b594c4ab82f3
child 1062 5ca4c8c435c7
Documenting the xhr4j module
src/main/javadoc/overview.html
     1.1 --- a/src/main/javadoc/overview.html	Mon Feb 29 05:43:52 2016 +0100
     1.2 +++ b/src/main/javadoc/overview.html	Mon Feb 29 05:49:56 2016 +0100
     1.3 @@ -126,7 +126,15 @@
     1.4          Switched to <a target="_blank" href="https://netbeans.org/bugzilla/show_bug.cgi?id=257130">minified version 3.4.0</a>
     1.5          of <a target="_blank" href="http://knockoutjs.com">knockout.js</a>.
     1.6          Better support for <a target="_blank" href="https://netbeans.org/bugzilla/show_bug.cgi?id=257348">
     1.7 -            recursive @Model definitions</a>.
     1.8 +        recursive @Model definitions</a>.
     1.9 +        New module <code>org.netbeans.html:xhr4j</code> provides implementation
    1.10 +        of {@link org.netbeans.html.json.spi.Transfer} with
    1.11 +        {@link org.netbeans.html.context.spi.Contexts.Id technology identifier}
    1.12 +        <b>xhr4j</b> - this module can be used to
    1.13 +        <a target="_blank" href='https://netbeans.org/bugzilla/show_bug.cgi?id=257849'>workaround limitations
    1.14 +        of CORS</a> by handling the {@link net.java.html.json.OnReceive}
    1.15 +        connections in Java.
    1.16 +
    1.17          <h3>What's Been Improved in Version 1.2.3?</h3>
    1.18  
    1.19          One can control {@link net.java.html.json.OnReceive#headers() HTTP request headers}