ko-ws-tyrus/src/main/java/org/netbeans/html/wstyrus/LoadJSON.java
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Wed, 05 Feb 2014 13:11:35 +0100 Handle the output even on non-HttpURLConnection. Set the method later than enabling output, as on phones the enablement of output may change the output method
Wed, 05 Feb 2014 12:15:05 +0100 Being able to use older version of JSON parser
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.