rome/RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/index.html

125 lines
No EOL
8.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2013-09-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>ROME - Rss and atOM utilitiEs (ROME) v0.5 and above Tutorials and Articles</title>
<style type="text/css" media="all">
@import url("../css/maven-base.css");
@import url("../css/maven-theme.css");
@import url("../css/site.css");
</style>
<link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
<meta name="author" content="mkurz" />
<meta name="Date-Creation-yyyymmdd" content="20110815" />
<meta name="Date-Revision-yyyymmdd" content="20130927" />
<meta http-equiv="Content-Language" content="en" />
</head>
<body class="composite">
<div id="banner">
<a href="http://github.com/rometools/" id="bannerLeft">
<img src="../images/romelogo.png" alt="ROME" />
</a>
<div class="clear">
<hr/>
</div>
</div>
<div id="breadcrumbs">
<div class="xright">
<span id="publishDate">Last Published: 2013-09-27</span>
&nbsp;| <span id="projectVersion">Version: 1.1-SNAPSHOT</span>
</div>
<div class="clear">
<hr/>
</div>
</div>
<div id="leftColumn">
<div id="navcolumn">
<h5>Rome</h5>
<ul>
<li class="none">
<a href="../index.html" title="Overview">Overview</a>
</li>
<li class="collapsed">
<a href="../HowRomeWorks/index.html" title="How Rome Works">How Rome Works</a>
</li>
<li class="none">
<strong>Tutorials And Articles</strong>
</li>
<li class="collapsed">
<a href="../ROMEReleases/index.html" title="Releases">Releases</a>
</li>
<li class="none">
<a href="../ROMEDevelopmentProposals/index.html" title="ROME Development Proposals">ROME Development Proposals</a>
</li>
</ul>
<h5>Project Documentation</h5>
<ul>
<li class="collapsed">
<a href="../project-info.html" title="Project Information">Project Information</a>
</li>
<li class="collapsed">
<a href="../project-reports.html" title="Project Reports">Project Reports</a>
</li>
</ul>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
<img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
</a>
</div>
</div>
<div id="bodyColumn">
<div id="contentBox">
<div class="section">
<h2>Rss and atOM utilitiEs (ROME) v0.5 and above Tutorials and Articles<a name="Rss_and_atOM_utilitiEs_ROME_v0.5_and_above_Tutorials_and_Articles"></a></h2>
<div class="section">
<h3>Tutorials<a name="Tutorials"></a></h3>
<p>The following tutorials show how to use the ROME API. They focus on the higher abstraction layer of classes offered by ROME, what we call the Synd* classes. By using the Synd* classes developers don't have to deal with the specifics of any syndication feed. They work with normalized feeds, the Synd* feeds. This makes it much easier to write applications that have to deal with all the variety of syndication feed types in use today.</p>
<ol style="list-style-type: decimal">
<li><a href="./RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToReadASyndicationFeed.html">Using ROME to read a syndication feed</a></li>
<li><a href="./RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToConvertASyndicationFeedFromOneTypeToAnother.html">Using ROME to convert a syndication feed from one type to another</a></li>
<li><a href="./RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToAggregateManySyndicationFeedsIntoASingleOne.html">Using ROME to aggregate many syndication feeds into a single one</a></li>
<li><a href="./RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEToCreateAndWriteASyndicationFeed.html">Using ROME to create and write a feed</a></li>
<li><a href="./RssAndAtOMUtilitiEsROMEV0.5TutorialDefiningACustomModuleBeanParserAndGenerator.html">Defining a Custom Module bean, parser and generator</a></li>
<li><a href="./RssAndAtOMUtilitiEsROMEV0.5TutorialUsingROMEWithinAServletToCreateAndReturnAFeed.html">Using ROME within a Servlet to create and return a feed</a></li></ol>
<p>For instructions on how to build and run the samples used in the tutorials <a href="./RssAndAtOMUtilitiEsROMEV0.5HowToBuildAndRunTheTutorialsSampleCode.html">click here</a>.</p></div>
<div class="section">
<h3>Additional Information<a name="Additional_Information"></a></h3>
<ul>
<li><a href="./UnderstandingRssAndAtOMUtilitiEsROMEBeanUtilities.html">Bean Utilities</a></li>
<li><a href="./XMLCharsetEncodingDetectionHowRssAndAtOMUtilitiEsROMEHelpsGettingTheRightCharsetEncoding.html">XML Charset Encoding detection</a></li>
<li><a href="./TheCopyFromInterface.html">The CopyFrom interface (rome)</a></li>
<li><a href="./FeedsDateElementsMappingToSyndFeedAndSyndEntry.html">Date Elements Mapping</a></li>
<li><a href="./RssAndAtOMUtilitiEsROMEPluginsMechanism.html">Plugins Mechanism</a></li>
<li><a href="./FeedAndEntryURIMappingHowSyndFeedAndSyndEntryUriPropertiesMapToRSSAndAtomElements.html">URI Mapping</a></li></ul></div>
<div class="section">
<h3>Articles<a name="Articles"></a></h3>
<ul>
<li><a class="externalLink" href="http://www.xml.com/pub/a/2006/02/22/rome-parse-publish-rss-atom-feeds-java.html">O'Reilly - ROME in a Day: Parse and Publish Feeds in Java</a> by <a class="externalLink" href="http://markwoodman.com/">Mark Woodman</a> (February 22, 2006).<br /><i>A hands-on tutorial that shows you how to act like your own FeedBurner and add a footer to existing feed items.</i></li>
<li><a class="externalLink" href="http://today.java.net/pub/a/today/2006/02/02/tour-of-rome.html">java.net - Taking a Tour of ROME</a> by <a class="externalLink" href="http://www.rjray.org/">Randy J. Ray</a> (February 2, 2006).<br /><i>Working with web syndication? Your development path may lead you to ROME--not the city, but the syndication framework, which makes working with RSS and Atom a breeze for both server-and client-side code. Randy J. Ray has an introduction to this project.</i></li>
<li><a class="externalLink" href="http://inkblots.markwoodman.com/rss-diaries/patrick-chanezon">inkBlots - Interview with Patrick Chanezon</a> by <a class="externalLink" href="http://markwoodman.com/">Mark Woodman</a> (July 13, 2005).<br /><i>Why and how we started this project.</i></li></ul></div></div>
</div>
</div>
<div class="clear">
<hr/>
</div>
<div id="footer">
<div class="xright">
Copyright &#169; 2004-2013
<a href="http://www.rometools.org">ROME Project</a>.
All Rights Reserved.
</div>
<div class="clear">
<hr/>
</div>
</div>
</body>
</html>