src/main/javadoc/overview.html
changeset 886 88d62267a0b5
parent 852 e5723aecdaff
child 887 0e2dc14e3a1e
     1.1 --- a/src/main/javadoc/overview.html	Mon Sep 01 16:25:25 2014 +0200
     1.2 +++ b/src/main/javadoc/overview.html	Thu Dec 04 09:21:55 2014 +0100
     1.3 @@ -75,6 +75,27 @@
     1.4           yet the application code can be written in Java.
     1.5          </p>
     1.6          
     1.7 +        <h3>What's New in Version 1.1?</h3>
     1.8 +        
     1.9 +        <p>
    1.10 +            The content of a {@link net.java.html.BrwsrCtx context}
    1.11 +            can be selected by registering implementations under specific
    1.12 +            {@link org.netbeans.html.context.spi.Contexts.Id technology identifiers} 
    1.13 +            and requesting them during 
    1.14 +            {@link org.netbeans.html.context.spi.Contexts#newBuilder(java.lang.Object...) construction} 
    1.15 +            of the context. <code>org.netbeans.html:ko4j</code> module's implementation
    1.16 +            offers <b>ko4j</b>, <b>xhr</b> and <b>websocket</b> identifiers
    1.17 +            for its registered services 
    1.18 +            (e.g. {@link org.netbeans.html.json.spi.Technology},
    1.19 +            {@link org.netbeans.html.json.spi.Transfer} and
    1.20 +            {@link org.netbeans.html.json.spi.WSTransfer}).
    1.21 +            <code>org.netbeans.html:ko-ws-tyrus</code>
    1.22 +            module registers its 
    1.23 +            {@link org.netbeans.html.json.spi.Transfer Java based JSON} and 
    1.24 +            {@link org.netbeans.html.json.spi.WSTransfer WebSocket} implementations
    1.25 +            under the name <b>tyrus</b>.
    1.26 +        </p>
    1.27 +        
    1.28          <h3>What's New in Version 1.0?</h3>
    1.29          
    1.30          <p>