ko4j/src/main/java/org/netbeans/html/ko4j/LoadWS.java
Tue, 26 Aug 2014 18:13:30 +0200 During the API review process (bug 246133) the reviewers decided that in order to include html4j to NetBeans Platform, we need to stop using org.apidesign namespace and switch to NetBeans one. Repackaging all SPI packages into org.netbeans.html.smthng.spi.
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Tue, 04 Feb 2014 13:27:08 +0100 Don't store the websocket information in a variable, rather query again as the Fn.Presenter may be different
Thu, 09 Jan 2014 20:39:23 +0100 ko4j registers implementation of Transfer and WSTransfer based on XHR and WebSocket from a browser. The Java implementations of these interfaces has been moved to ko-ws-tyrus module. JavaScript arrays passed as parameters to Java callback methods need to be wrapped.
Thu, 09 Jan 2014 15:03:34 +0100 Renaming to ko4j as now the support is trully generic