Blogging Roller
Dave Johnson on social software, open source and Java
Dave Johnson on social software, open source and Java
Prompted by the news of the Rome effort, I started taking a serious look at the various Java based Weblog and Wiki libraries last night. Starting with the list compiled by the Rome guys in What's wrong with other existing RSS parsing libraries, I started to build my own list. I expanded my list to include not only newsfeed parsing libraries, but also blog/wiki API server and client libraries. I also added a couple of clarifications and a couple of categories: 1) newsfeed parsing and producing, 2) server-side libraries, 3) client-side libraries.
It is interesting that there are two Atom API server libraries, but no Atom API client library (except for Gilmore which is just getting started). This illustrates the fact that the Atom API is new, still in flux, and interesting only to server developers at this point. Also interesting: all of the newsfeed parsing libraries parse news feeds as XML, there is no Java equavalent to Mark Pilgrim's Universal Feed Parser.
One question that crossed my mind: should Rome include a blogging client library? Posting, updating, and deleting posts via the XML-RPC based Blogger API or the REST-based Atom API is not exactly easy to do. Wouldn't it be nice to have a client library with an easy-to-use set of interfaces for this.
Here is my list of Open source Java libraries for Weblogs, Wikis, and Newsfeeds.:
Newsfeed parsers and generatorsTags: Blogging
Posted by David Czarnecki on June 25, 2004 at 11:25 AM EDT #
Posted by Dave Johnson on June 25, 2004 at 01:16 PM EDT #
Posted by David Czarnecki on June 25, 2004 at 02:23 PM EDT #
Posted by Mark Lussier on June 25, 2004 at 03:35 PM EDT #