The easiest, but not most efficient way would be to write a server
side proxy to fetch for you and use the built-in GWT DOM parsing API.

http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/xml/client/XMLParser.html

The most efficient method that I would use is to use the RSS XSD to
generate JAXB classes which will be used in the proxy to parse the RSS
and convert it into JSON so it can be parsed faster on the client.  I
would also add a server-side cache so multiple clients viewing the
same RSS feed aren't making multiple requests per minute, cacheing for
1 minute would be sufficient I think.

On Aug 3, 1:28 pm, kumar <[email protected]> wrote:
> how to parse news rss feeds?
> RSS feed like any of news sites or google news... please help me

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to