komasoftware / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Add Google AJAX Feed API #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Port back-half code from gwt-feed-reader project and add user façade classes.

Original issue reported on code.google.com by gwt.team...@gmail.com on 27 Sep 2007 at 7:56

GoogleCodeExporter commented 9 years ago
Move gwt.team.bobv -> bobv

Original comment by bobv%google.com@gtempaccount.com on 10 Apr 2008 at 6:11

GoogleCodeExporter commented 9 years ago
Feed API homepage
http://code.google.com/apis/ajaxfeeds/

GWT Feed reader homepage
http://code.google.com/p/gwt-feed-reader/

From Bob: 

I it would be worthwhile to investigate using the direct JSON feeds
and exposing the JavaScriptObjects directly.

http://code.google.com/apis/ajaxfeeds/documentation/#fonje

They support jsonp, so you can inject a script tag to fetch the data and call an
exported GWT function.

Original comment by galgwt.reviews@gmail.com on 10 Jun 2008 at 6:04