Product Details
RSS and Atom in Action: Web 2.0 Building Blocks

RSS and Atom in Action: Web 2.0 Building Blocks
By Dave Johnson

List Price: $39.95
Price: $29.16 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

47 new or used available from $3.28

Average customer review:

Product Description

An innovator's guide to application development with blog, wiki, and newsfeed technologies, this book introduces the new ways of collaboration enabled by these technologies and focuses on the fundamental concepts needed to understand how the technologies can be used in real world applications. Blog and wiki server internals are covered in depth, and newsfeed formats and web service protocols for blogging are covered from a developer's point-of-view. Also covered are a variety of techiques programmers can use to monitor blog conversations, such as newsfeed search engines, and ways to join in the conversation such as comments, trackbacks, and Weblogs.com pings. Examples in Java and C# are provided to show how to parse Atom and RSS format newsfeeds, how to generate valid newsfeeds, how to serve them efficiently, and how to automate blogging via web services based on the new Atom protocol and the older MetaWeblog API. Focus is given to more than a dozen blog apps—small but immediately useful example applications based on blog, wiki, and newsfeed technologies.


Product Details

  • Amazon Sales Rank: #649832 in Books
  • Published on: 2006-07-31
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 300 pages

Editorial Reviews

About the Author

Dave Johnson started blogging in 2002 using Java-based blogging software that he developed called Roller. Roller now drives the ground-breaking employee blogs at Sun Microsystems, is used by thousands of bloggers on JRoller.com and other sites, and is a successful open source project. He lives in Raleigh, North Carolina.


Customer Reviews

Good read4
This book introduces the concepts very clearly and gives lot of examples in Java and C#. I don't know if there are any mistakes in the example code.

I liked this book primarily due to its ideas. Some of them are not new, such as generating feeds for your development process from Ant.

Realistic and useful4
I've buyed this book for RSS and newsfeeds in particular. The book explains how to add web20 support in your web site from RSS to blogs, with examples in java & C#.

I've expected more examples and more complex, but the argument is depicted as a web professional requires.

It's for developers.

RSS and Atom from the application developer perspective5
I've read other books on RSS; this one is somewhat unique because it covers RSS and Atom from the application developer perspective; it's not a book on XML or the RSS/Atom's syntax; it's aimed at programmers that want to build applications that handle RSS/Atom feeds. So you will find plenty of real-world code, both in Java and C#. Developers working in other platforms will miss the direct benefits of the sample code and applications, but I guess it would e a worthy read for them as well (it was for me)