Next in thread → Next in month →

Re: [xml-dev] [ANN] Atomojo Atom Publish Protocol Server 0.4.0 Release Available

From
Alex Milowski <>
To
Date
2007-07-11T14:12:26Z
ID
<>
Thread
Re: [xml-dev] [ANN] Atomojo Atom Publish Protocol Server 0.4.0 Release Available
On 7/11/07, Erik Bruchez <> wrote:
> Alex,
>
> That sounds great. How does it compare with the Atom support you have
> included in eXist:
>
>    http://exist-db.org/atompub.html
>
> Or does atomojo leverage that support?

The atomojo code is new but it does work in a similar way to
the Atom support in eXist in that feeds are associated with
collections and the feed and entry information is stored
in the collection as XML so it can be queried.

Atomojo has separate indexes to support looking up information
without hitting an eXist index or making a XQuery.  It also
keeps track of the categorization of the feeds and entries so
you can retrieve them later.

Atomojo also packages eXist as an embedded database and so
you don't need to configure anything but the atomojo server
itself.

I still intend on supporting the APP implementation in eXist so that
people who use eXist have that option too.

--Alex Milowski
Next in thread → Next in month →