You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2019/10/28 04:37:29 UTC

[netbeans-html4j] branch master updated: What's new in version 1.7

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new fecd7e9  What's new in version 1.7
fecd7e9 is described below

commit fecd7e959bffaa8f49693f2c09be9e1310d6b9ac
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Mon Oct 28 05:37:19 2019 +0100

    What's new in version 1.7
---
 pom.xml                        |  2 +-
 src/main/javadoc/overview.html | 36 +++++++++++++++++++++++++++++++-----
 2 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9c8f4b..34c21b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
                   <subpackages>${publicPackages}</subpackages>
                   <skip>false</skip>
                   <excludePackageNames>
-org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.impl:org.netbeans.html.equinox.*:org.netbeans.html.geo.impl:org.netbeans.html.json.impl:org.netbeans.html.sound.impl:org.netbeans.html.ko.*:org.netbeans.html.ko4j:org.netbeans.html.mojo:org.netbeans.html.wstyrus:net.java.html.js.tests:net.java.html.json.tests:org.netbeans.html.xhr4j:java.lang
+org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.impl:org.netbeans.html.equinox.*:org.netbeans.html.geo.impl:org.netbeans.html.json.impl:org.netbeans.html.sound.impl:org.netbeans.html.ko.*:org.netbeans.html.ko4j:org.netbeans.html.mojo:org.netbeans.html.wstyrus:net.java.html.js.tests:net.java.html.json.tests:org.netbeans.html.xhr4j:java.lang:net.java.html.boot.script.impl
                   </excludePackageNames>
                 <groups>
                   <group>
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index 80802c6..851aaa1 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -82,11 +82,11 @@
          
         Just type:
         <pre>
-$mvn archetype:generate \
-	-DarchetypeGroupId=com.dukescript.archetype \
-	-DarchetypeArtifactId=knockout4j-archetype \
-        -DgroupId=your.company -DartifactId=test -Dversion=1.0-SNAPSHOT 
-	-DarchetypeVersion=0.23 \ <em># or newer version, if available</em>
+$ mvn archetype:generate \
+    -DarchetypeGroupId=com.dukescript.archetype \
+    -DarchetypeArtifactId=knockout4j-archetype \
+    -DgroupId=your.company -DartifactId=test -Dversion=1.0-SNAPSHOT 
+    -DarchetypeVersion=0.30 \ <em># or newer version, if available</em>
         </pre>
         
         and then you can: 
@@ -163,6 +163,32 @@ $ mvn -f client/pom.xml process-classes exec:exec
             vm.loadClass('org.apidesign.demo.minesweeper.MainBrwsr');
         </script>
         
+        <h3>New in version 1.7</h3>
+        <p>
+            New modules are provided since
+            <a target="_blank" href="https://github.com/apache/netbeans-html4j/pull/23">PR #23</a>:
+        </p>
+        <ul>
+            <li>
+                {@link org.netbeans.html.presenters.render render}
+                - a way to start a browser - using native GTK (on Linux and Mac OS X), AWT or CLI
+            </li>
+            <li>
+                {@link org.netbeans.html.presenters.spi.ProtoPresenterBuilder}
+                - core implementation of a presenter that
+                handles connection between JavaScript VM and Java VM via a textual protocol
+            </li>
+            <li>
+                {@link org.netbeans.html.presenters.browser browser}
+                - uses of {@link org.netbeans.html.presenters.spi.ProtoPresenterBuilder}
+                to start a local server and let a browser connect to it
+            </li>
+            <li>
+                {@link org.netbeans.html.presenters.webkit webkit}
+                - native presenter for Linux and Mac OS X that uses WebKit via JNA
+            </li>
+        </ul>
+
         <h3>New in version 1.6.1</h3>
         <p>
             One model instance can be used in two views


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists