javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/ConvertTypes.java
Tue, 16 Apr 2013 08:39:54 +0200 Log exception while fetching JSON
Mon, 15 Apr 2013 21:56:56 +0200 Support for JSON queries via @OnReceive annotation
Mon, 15 Apr 2013 18:30:30 +0200 Can call @OnFunction
Wed, 10 Apr 2013 11:43:46 +0200 Clean up script elements after JSONP callback
Mon, 08 Apr 2013 16:51:30 +0200 Support for JSONP
Mon, 08 Apr 2013 12:12:42 +0200 OnPropertyChange allows us to update the tweets as soon as active tweets are changed
Sun, 07 Apr 2013 17:42:50 +0200 Using InterruptedException to make the JSONTests pass
Fri, 05 Apr 2013 12:43:17 +0200 @OnReceive annotation can obtain and process single JSON object
Wed, 03 Apr 2013 10:20:17 +0200 Convert wild characters to something more sane
Sun, 31 Mar 2013 05:34:15 +0200 @OnFunction can accept model classes
Mon, 25 Mar 2013 11:50:36 +0100 Support for callbacks from knockout to Java
Tue, 05 Mar 2013 19:00:36 +0100 Support for event parameters for methods annotated by @On(event). Basic idea by me, tests provided by Toni. Thanks a lot.