src/main/javadoc/overview.html
changeset 1006 a0f79e32d526
parent 991 a5c83b735cca
child 1017 10427ce1c0ee
     1.1 --- a/src/main/javadoc/overview.html	Mon Sep 21 21:16:50 2015 +0200
     1.2 +++ b/src/main/javadoc/overview.html	Fri Oct 02 08:57:14 2015 +0200
     1.3 @@ -94,6 +94,25 @@
     1.4           yet the application code can be written in Java.
     1.5          </p>
     1.6  
     1.7 +        <h3>Improvements in version 1.3</h3>
     1.8 +
     1.9 +        The <em>JavaFX</em> presenter can be executed in headless mode -
    1.10 +        just specify <code>-Dfxpresenter.headless=true</code> when launching
    1.11 +        its virtual machine and no window will be shown. This is particularly
    1.12 +        useful for testing. Configure your <em>surefire</em> or <em>failsafe</em>
    1.13 +        plugins like: <pre>
    1.14 +&lt;plugin&gt;
    1.15 +  &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
    1.16 +  &lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;
    1.17 +  &lt;version&gt;2.13&lt;/version&gt;
    1.18 +  &lt;configuration&gt;
    1.19 +      &lt;systemPropertyVariables&gt;
    1.20 +          &lt;fxpresenter.headless&gt;true&lt;/fxpresenter.headless&gt;
    1.21 +      &lt;/systemPropertyVariables&gt;
    1.22 +  &lt;/configuration&gt;
    1.23 +&lt;/plugin&gt;
    1.24 +</pre>
    1.25 +
    1.26          <h3>What's Been Improved in Version 1.2.3?</h3>
    1.27  
    1.28          One can control {@link net.java.html.json.OnReceive#headers() HTTP request headers}