javaquery/demo-twitter/src/main/java/org/apidesign/bck2brwsr/demo/twitter/TwitterClient.java
Mon, 08 Apr 2013 19:30:22 +0200 Making list of activeTweeters really a list. It is easier to observe its changes.
Mon, 08 Apr 2013 18:26:11 +0200 Simplifying code by using @OnPropertyChange a bit more
Mon, 08 Apr 2013 16:51:30 +0200 Support for JSONP
Mon, 08 Apr 2013 12:36:12 +0200 Also notify changes in array properties
Mon, 08 Apr 2013 12:12:42 +0200 OnPropertyChange allows us to update the tweets as soon as active tweets are changed
Mon, 08 Apr 2013 09:24:59 +0200 Able to display tweets (if --disable-web-security used). Needed to patch knockout to survive/ignore properties with dollar sign in them.
Sun, 07 Apr 2013 22:32:41 +0200 Primitive types supported and we can parse the twitter reply
Thu, 04 Apr 2013 13:12:17 +0200 Knockout.js Twitter client example rewritten to Bck2Brwsr (just missing JSON access to tweets)