| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | Examples |
- Working XML: Serve friendlier RSS and Atom feeds by Benoit Marchal - [Clicks: 14]
RSS and Atom feeds are popping up like mushrooms on Web sites. They are popular because they offer a simple mechanism for loyal visitors to register with a site and be notified of updates. Still they are not always easy on users, particularly those with older browsers. In this article, Benoit offers a technique to help visitors to your site read and understand the RSS and Atom feeds.
http://www-128.ibm.com/developerworks/web/library/x-wxxm37.html - Oct, 2006 - The Blogapps Project by Dave Johnson - [Clicks: 17]
Dave Johnson, author of the Roller blog server, has a new book out on working with RSS and Atom. To support the book, he's put its example code up as a java.net project. And while version 1.0 will continue to support the book, an ongoing branch will continue to evolve and improve. In this article, Dave introduces the Blogapps project and how to use it for your own projects.
http://today.java.net/pub/a/today/2006/10/17/the-blogapps-project.html - Oct, 2006 - Implement news syndication using RSS and Atom by Ying Ying Lin - [Clicks: 16]
The advent of RSS and Atom technologies brings a bright new era of news syndication. It takes time, however, for Web site administrators to publish the news manually every day and to manage e-mail subscribers. This article shows how to implement a general news publication architecture using RSS and Atom syndication formats to ease the process and minimize human error.
http://www-128.ibm.com/developerworks/library/wa-syndrssatom/index.html - Sep, 2006 - RSS and AJAX: A Simple News Reader by Paul Sobocinski - [Clicks: 22]
Paul Sobocinksi combines RSS and AJAX to build a simple, in-browser news reader that you can deploy on any website.
[Includes sample code]
http://www.xml.com/pub/a/2006/09/13/rss-and-ajax-a-simple-news-reader.html - Sep, 2006 - Working XML: Expand RSS capabilities with RSS extensions by Benoit Marchal - [Clicks: 6]
For all its popularity, the RSS standard is surprisingly simple and, one can even write, limited. RSS does not pretend to do many things, but it is designed to be extended through RSS modules. This article introduces three popular RSS extensions and explains how to design your own extensions.
http://www-128.ibm.com/developerworks/xml/library/x-wxxm36.html - Aug, 2006 - Introduction to Syndication, (RSS) Really Simple Syndication by Vincent Lauria - [Clicks: 13]
Are you ready to find out more about RSS and feed readers? Such as, why is RSS so popular and what are the benefits? Learn what feed readers are available and which one might fit your needs. Find out what RSS subscriptions are available to you from IBM.
http://www-128.ibm.com/developerworks/xml/library/x-rssintro/ - Mar, 2006 - Reading the News with Sun's RSS Utilities by Chris Hardin - [Clicks: 20]
Chris Hardin shows how an RSS parser from a Sun tutorial can be used in your own RSS applications.
http://today.java.net/pub/a/today/2006/03/21/reading-news-with-sun-rss-utilities.html - Mar, 2006 - Taking a Tour of ROME by Randy J. Ray - [Clicks: 26]
Randy J. Ray introduces the ROME project, which simplifies working with RSS and Atom web syndication feeds.
[Includes example code]
http://today.java.net/pub/a/today/2006/02/02/tour-of-rome.html - Feb, 2006
- RSS and Atom In Action: Web 2.0 Building Blocks
by Dave Johnson - [Clicks: 34]
"RSS and Atom in Action" is organized into two parts. The first part introduces the blog technologies of newsfeed formats and publishing protocols-the building blocks. The second part shows how to put to those blocks together to assemble interesting and useful blog applications. In keeping with the principle behind Manning’s "In Action" series, this book shows the reader, through numerous examples in Java and C#, how to parse Atom and RSS format newsfeeds, how to generate valid newsfeeds and serve them efficiently, and howto automate blogging via web services based on the new Atom protocol and the older MetaWeblog API. The book also shows how to develop a complete blog client library that readers can use in their own applications. The second half of the book is devoted to a dozen blog apps—small but immediately useful example applications such as a community aggregator, a file distribution newsfeed, a blog cross-poster, an email-to-blog gateway, Ant tasks for blogging software builds, and more.
Manning Publications, Paperback - Jul, 2006
- Blogapps by Dave Johnson - [Clicks: 23]
This project hosts the examples and utilities from "RSS and Atom In Action" by Dave Johnson. These examples and utilities are designed to be useful even if you haven't read the book. They're available under the Apache License 2.0 so you can use the code in your applications and you can modify and redistribute them as you wish (as long as you adhere to the Apache license). We're hosting them here to make it easy to support, maintain and improve them in response to your feedback.
https://blogapps.dev.java.net/ - 2006