source for the reddgwt project.
ReddGWT was an experiment implementing Google Web Toolkit's JavaScript Native Interface (JSNI), and Cross-site Client-Server Communication features.
This project uses the Reddit API to retrieve reddit posts using cross-site AJAX requests, and JSONP. The list of reddit posts are retrieved as JSON, converted into JavaScript objects using GWT's JSNI, and shown using custom widgets.
This allows the user to access Reddit using just Javascript, which establishes a platform for a browser addon for customizable browsing of reddit.