javaquery/demo-twitter/src/main/java/org/apidesign/bck2brwsr/demo/twitter/TwitterClient.java
Mon, 29 Apr 2013 13:56:16 +0200 Bck2Brwsr project is completely independent of net.java.html
Fri, 26 Apr 2013 13:51:15 +0200 Twitter demo rewritten to use net.java.html.json annotations
Mon, 15 Apr 2013 21:56:56 +0200 Support for JSON queries via @OnReceive annotation
Wed, 10 Apr 2013 09:55:26 +0200 Allow usage of generated classes in @Model and @Page annotations
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)