Thursday, November 15, 2007

Java based Atompub Options

I know of the following Java based Atompub impls:

The Restlet folks have also talked of implementing basic Atompub support which is appealing.

Am I missing any other impls?

Anybody have any happy experience with these or other impls?

We looked at several a couple 2-3 months ago, but all have changed since then.

1 comment:

Dan Diephouse said...

I do! But I'm biased :-)

Seriously though: the Abdera server side stuff is starting to shape up a little. Here's a small example where the <content> is an XML version of a <customer>.

http://svn.apache.org/repos/asf/incubator/abdera/java/trunk/server/src/test/java/org/apache/abdera/protocol/server/CustomerContentProvider.java

I have a little bit of work to do before we're ready to release 0.4 (mainly someone else is going to be contributing some extensions), but I think Abdera is going to become a really solid platform to build services. I'll be writing more in depth about it though in the next week or two.