Showing posts with label Atom. Show all posts
Showing posts with label Atom. Show all posts

September 10, 2010

Processing Atom Feeds with SDO

Service Data Objects (SDO) is a Java standard (JSR-235) that can be used to process XML.  In this post we will compare SDO to JAXB by processing an Atom feed.

September 8, 2010

Processing Atom Feeds with JAXB

Atom is an XML format for representing web feeds.  A standard format allows reader applications to display feeds from different sources.  In this example we will process the Atom feed for this blog.