| View: | [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | Examples |
- Getting to know the Atom Publishing Protocol, Part 3: Introducing the Apache Abdera project by James Snell - [Clicks: 18]
Earlier articles in this series provided an overview of the Atom Publishing Protocol and described the various ways it is being utilized in real world applications. This article begins to demonstrate how you can start to implement Atom-enabled applications using a new open-source project, called Abdera, currently under incubation at the Apache Software Foundation.
[Includes sample code]
http://www-128.ibm.com/developerworks/java/library/x-atompp3/index.html - Dec, 2006 - Getting to know the Atom Publishing Protocol, Part 2: Put the Atom Publishing Protocol (APP) to work by James Snell - [Clicks: 17]
The previous installment in this series presented a brief walk-through of the Atom Publishing Protocol (APP). This article continues the introduction of the protocol by demonstrating how you can use it to interact with a number of real-world deployed applications. As before, this discussion assumes you have an understanding of content syndication using the Atom 1.0 Syndication Format and a rudimentary understanding of HTTP. The examples are written in Java 1.5 and use a recent snapshot of the Apache Abdera open source Atom implementation currently under incubation by the Apache Software Foundation.
[Includes sample code]
http://www.ibm.com/developerworks/xml/library/x-atompp2/index.html - Nov, 2006 - Working XML: Serve friendlier RSS and Atom feeds by Benoit Marchal - [Clicks: 17]
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 - Getting to know the Atom Publishing Protocol, Part 1: Create and edit Web resources with the Atom Publishing Protocol by James Snell - [Clicks: 16]
The Atom Publishing Protocol is an important new standard for content publishing and management. In this article, explore a high-level overview of the protocol and its basic operation and capabilities.
http://www-128.ibm.com/developerworks/web/library/x-atompp1/index.html - Oct, 2006 - The Blogapps Project by Dave Johnson - [Clicks: 22]
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: 19]
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 - XML Matters: Up and Atom by Dethe Elza, David Mertz - [Clicks: 9]
Atom is really two different things, both related to syndication (blogs, newsfeeds, and other information which gets updated periodically). The Atom Syndication Format is an IETF standard for publishing entries (single topics or items) and feeds (collections of topics or items). The Atom Publication Protocol (sometimes called the Atom API or abbreviated APP) is a means for finding, listing, adding, editing, and removing content from an Atom repository. While Atom the Syndication Format has gone through the IETF process to become a standard, the standards committee is still at work on Atom the Publishing Protocol, although it seems likely that much of it has stabilized at this point.
http://www-128.ibm.com/developerworks/library/x-matters45.html - May, 2006 - Taking a Tour of ROME by Randy J. Ray - [Clicks: 27]
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: 26]
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