views:

75

answers:

3

What is the difference between these? Where can I find useful links to implement atom reader in java?

A: 

http://www.bing.com/search?q=atom+spec and http://www.bing.com/search?q=rss+2.0+spec first link at both locations.

No Refunds No Returns
@No Refunds No Returns ok, where do I find website that uses atom so I can use it as an example for my Java file to test it if its working?
Gandalf StormCrow
The problem with the RSS 2.0 spec is that it doesn't tell you much about all the different versions of RSS 0.9x and RSS 1.0 (all of which have huge differences — e.g. 1.0 is the only one expressed in RDF)
David Dorward
+2  A: 

ATOM compared to RSS 2.0. Check out Jakarta FeedParser

Shoban
@Shoban ok, where do I find website that uses atom so I can use it as an example for my Java file to test it if its working?
Gandalf StormCrow
nearly all blog sites use rss and atom for their feed
Valentin Rocher
@Gandalf http://codex.wordpress.org/index.php?title\x3dSpecial:RecentChanges\x26feed\x3datom this is one. This is from wordpress website.
Shoban
A: 

http://rome.dev.java.net/ - java library for parsing Atom and RSS

splix
@splix ok, where do I find website that uses atom so I can use it as an example for my Java file to test it if its working?
Gandalf StormCrow
I think all blogspot.com blogs have Atom feeds.http://methodsignature.blogspot.com/ for example
splix