2014-04-18 19:37:21 +02:00
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2014-04-18
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
2013-09-27 00:12:22 +02:00
< html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en" >
< head >
2014-04-18 19:37:21 +02:00
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< meta name = "author" content = "mkurz" / >
2013-09-27 00:12:22 +02:00
< meta name = "Date-Creation-yyyymmdd" content = "20110814" / >
2014-04-18 19:37:21 +02:00
< meta name = "Date-Revision-yyyymmdd" content = "20140418" / >
2013-09-27 00:12:22 +02:00
< meta http-equiv = "Content-Language" content = "en" / >
2014-04-18 19:37:21 +02:00
< title > ROME - What part of the API you should be using< / title >
< link rel = "stylesheet" href = "./css/apache-maven-fluido-1.3.0.min.css" / >
< link rel = "stylesheet" href = "./css/site.css" / >
< link rel = "stylesheet" href = "./css/print.css" media = "print" / >
< script type = "text/javascript" src = "./js/apache-maven-fluido-1.3.0.min.js" > < / script >
< / head >
< body class = "topBarDisabled" >
2013-09-27 00:12:22 +02:00
2014-04-18 19:37:21 +02:00
< div class = "container-fluid" >
< div id = "banner" >
< div class = "pull-left" >
< a href = "http://github.com/rometools/" id = "bannerLeft" >
< img src = "images/romelogo.png" alt = "ROME" / >
2013-09-27 00:12:22 +02:00
< / a >
2014-04-18 19:37:21 +02:00
< / div >
< div class = "pull-right" > < / div >
< div class = "clear" > < hr / > < / div >
2013-09-27 00:12:22 +02:00
< / div >
2014-04-18 19:37:21 +02:00
< div id = "breadcrumbs" >
< ul class = "breadcrumb" >
2013-09-27 00:12:22 +02:00
2014-04-18 19:37:21 +02:00
2013-09-27 00:12:22 +02:00
2014-04-18 19:37:21 +02:00
< li id = "publishDate" class = "pull-right" > Last Published: 2014-04-18< / li > < li class = "divider pull-right" > |< / li >
< li id = "projectVersion" class = "pull-right" > Version: 1.5.0-SNAPSHOT< / li >
< / ul >
2013-09-27 00:12:22 +02:00
< / div >
2014-04-18 19:37:21 +02:00
< div class = "row-fluid" >
< div id = "leftColumn" class = "span3" >
< div class = "well sidebar-nav" >
2013-09-27 00:12:22 +02:00
2014-04-18 19:37:21 +02:00
< ul class = "nav nav-list" >
< li class = "nav-header" > Rome< / li >
< li >
< a href = "index.html" title = "Overview" >
< i class = "none" > < / i >
Overview< / a >
2013-09-27 00:12:22 +02:00
< / li >
2014-04-18 19:37:21 +02:00
< li >
< a href = "HowRomeWorks/index.html" title = "How Rome Works" >
< i class = "icon-chevron-right" > < / i >
How Rome Works< / a >
2013-09-27 00:12:22 +02:00
< / li >
2014-04-18 19:37:21 +02:00
< li >
< a href = "RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/index.html" title = "Tutorials And Articles" >
< i class = "none" > < / i >
Tutorials And Articles< / a >
2013-09-27 00:12:22 +02:00
< / li >
2014-04-18 19:37:21 +02:00
< li >
< a href = "ROMEReleases/index.html" title = "Releases" >
< i class = "icon-chevron-right" > < / i >
Releases< / a >
2013-09-27 00:12:22 +02:00
< / li >
2014-04-18 19:37:21 +02:00
< li >
< a href = "ROMEDevelopmentProposals/index.html" title = "ROME Development Proposals" >
< i class = "none" > < / i >
ROME Development Proposals< / a >
2013-09-27 00:12:22 +02:00
< / li >
2014-04-18 19:37:21 +02:00
< li class = "nav-header" > Project Documentation< / li >
< li >
< a href = "project-info.html" title = "Project Information" >
< i class = "icon-chevron-right" > < / i >
Project Information< / a >
2013-09-27 00:12:22 +02:00
< / li >
2014-04-18 19:37:21 +02:00
< / ul >
< hr class = "divider" / >
< div id = "poweredBy" >
< div class = "clear" > < / div >
< div class = "clear" > < / div >
< div class = "clear" > < / div >
2013-09-27 00:12:22 +02:00
< a href = "http://maven.apache.org/" title = "Built by Maven" class = "poweredBy" >
2014-04-18 19:37:21 +02:00
< img class = "builtBy" alt = "Built by Maven" src = "./images/logos/maven-feather.png" / >
2013-09-27 00:12:22 +02:00
< / a >
2014-04-18 19:37:21 +02:00
< / div >
< / div >
< / div >
< div id = "bodyColumn" class = "span9" >
< div class = "section" >
2013-09-27 00:12:22 +02:00
< h2 > What part of the API you should be using< a name = "What_part_of_the_API_you_should_be_using" > < / a > < / h2 >
< p > Rome API allows developers to work with classes that closely resemble a particular syndication feed type. For example, the Channel class for RSS feeds and the Feed class for Atom feeds. All the Synd* classes, which leverage the RSS and Atom specific classes, are the bridge to go from one syndication type to another.< / p >
< p > For day to day coding, we found ourselves using the < b > Synd*< / b > classes (in < b > com.sun.syndication.feed.synd< / b > , < b > com.sun.syndication.feed.module< / b > and < b > com.sun.syndication.io< / b > packages) as we need to do applications that understand the different syndication feed types. And it is much simpler to work with a higher and independent abstraction.< / p > < / div >
< / div >
2014-04-18 19:37:21 +02:00
< / div >
< / div >
< hr / >
< footer >
< div class = "container-fluid" >
< div class = "row span12" > Copyright © 2014.
All Rights Reserved.
2013-09-27 00:12:22 +02:00
< / div >
2014-04-18 19:37:21 +02:00
< / div >
< / footer >
2013-09-27 00:12:22 +02:00
< / body >
< / html >