I just finished the first "0.1" version of an Atom Publishing Protocol server based on the restlet API. It was amazingly easy to do.
I use the embedded eXist support that I e-mailed about previously for the feed storage as well as an embedded Derby database. The restlet API and the consequences it has on the way you design your application are just quite amazing. This was a joy to write! The code is available from: http://code.google.com/p/atomojo/ ...but it is quite "alpha" at this point. I'll probably have something that is stable in the next few weeks. --Alex Milowski

