« Pay for Technorati? | Main | Big IDEA: multi-auth... »

Blogs, Wikis and Feeds In Action: status

I've been digging into Part II of the book and making great progress. So far, I've written three of the "blog app" chapters. Recall that these are short chapters, each centered on an interesting blog application written in Java or C#. I did a blog app chapter about the Planet Tool aggregator, one about searching and monitoring blogs with newsfeed search engines, and one about a Cross Poster in C#. The Cross Poster is like Ben Hammersley's one, except mine handles both RSS and Atom feeds and can post to any MetaWeblog API based blog server (Ben's only does Movable Type).

Now I'm working on a pair of blog apps called MailBlogger (blogging via email) and BlogMailer (which sends you a daily digest of your favorite blogs via email). This stuff is really easy on the Java-side thanks to JavaMail and ROME. On the C#/.NET side: it's .NOT so easy.

Where is the .NET analog to JavaMail? As far as I can tell, the .NET class libraries support only SMTP and the free alternatives are pretty weak, especially when you compare them to JavaMail. I ended up using Pawel Lesnikowski's open source Mail Namespace for C#, which is what .NET blogging package Das Blog uses for POP3 support.

And where is the .NET equivalent to ROME? ROME is an active and growing open source product that can parse all newsfeed formats. On the .NET side there are two separate free parser projects, one for RSS and one for Atom, and both appear to be dead. I hope that is not the case because I need those libraries. For the Java blog apps, I can rely on ROME. For the .NET blog apps, I may have to use my own System.XML based parser.

By the way, I had to make some patches to RSS.Net (adding in W3CDateTime) to get it to parse dates properly.

I recently got the news that the book, or some portion thereof, will be released in the Manning Early Access Program (MEAP). That means we're gearing up for production right now. Getting the promotional stuff ready (for example), deciding which funky Manning dude goes on a cover, and putting the early chapters through production even though the book is not quite done. So, when will the book be done? I'm not sure. We have to wait for Atom Protocol to wrap up, but you'll be able to get the early chapters via MEAP in the next month or two.

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed

« Pay for Technorati? | Main | Big IDEA: multi-auth... »

Welcome

This is just one entry in the weblog Blogging Roller. You may want to visit the main page of the weblog

Related entries

Below are the most recent entries in the category Blogging, some may be related to this entry.