HTML/Java 1.3 API Released

With a great delight we announce that the NetBeans project has released version 1.3 of HTML/Java API

  • the core API in any DukeScript application. The Javadoc is available at usual place and in its overview section it lists the major improvements provided by this version:

  • instance private data
  • builder-like properties
  • immutable values
  • headless mode suitable for testing
  • new version of knockout bindings
  • better support for dealing with CORS limitations

The version 1.3 has already been integrated into forthcoming release of NetBeans, but if you like to use it standalone (where it provides the best benefits), follow the getting started instructions and once the projects are created change your pom.xml to refer to

  <net.java.html.version>1.3</net.java.html.version>

Enjoy the new features via DukeScript!