json/src/main/java/org/apidesign/html/json/spi/JSONCall.java
Sat, 02 Aug 2014 12:59:31 +0200 Fixing Javadoc to succeed on JDK8
Wed, 04 Jun 2014 09:56:04 +0200 Removing unneeded import
Tue, 04 Mar 2014 17:09:22 +0100 Letting BrwsrCtx invoke runnables correctly and reschedule them into the appropriate thread if necessary. Caching JavaScript objects in the hope to allow asynchronous execution of the JavaScript snippets.
Fri, 07 Feb 2014 07:44:34 +0100 Updating copyright headers to mention current year
Mon, 16 Dec 2013 17:39:56 +0100 The work on this project started in 2013
Mon, 16 Dec 2013 16:59:43 +0100 Moving implementation classes into org.netbeans.html namespace
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Sun, 25 Aug 2013 17:41:21 +0200 All callback calls are rescheduled to browser thread automatically
Sun, 25 Aug 2013 12:18:25 +0200 Introducing WSTransfer and making it work on JDK8
Sun, 25 Aug 2013 09:36:33 +0200 Introducing special JSON receiver rather than using tricks with Runnable and Object[]
Fri, 23 Aug 2013 22:23:30 +0200 More intricate ways to control WebSocket connections
Thu, 09 May 2013 20:53:00 +0200 Can send data to the server
Thu, 09 May 2013 20:30:25 +0200 Can use PUT method when connecting to the server
Tue, 23 Apr 2013 10:15:46 +0200 SPI for JSON and JSONP queries