On 7/31/07, Jim Alateras <[EMAIL PROTECTED]> wrote:
>
> Alex/Jerome,
>
> I am also interested in incorporated APP client and server capabilities
> in our application. I have a couple of questions more so for Alex than
> Jerome.
>
> 1. From the little I've read on atomojo there seems to be a database
> dependency on the component. Is this still the case?

Yes.  It stores the feeds in the eXist XML database and indexes them using
derby.

I plan to allow configurations that store media entry's resource (the resource
you stored) external to the eXist database and then just store the atom
entry in the XML DB.  That's an optimization for certain media types like
video that would be better served outside of eXist.

Although, eXist is good at storing large binaries, I suspect the transfer
rate will be better off the raw filesystem.

The client code doesn't require that (of course).

> 2. How much of the APP spec does the current version support? say in
> comparison to apache abdera.

I don't support server side categories and I don't support etags otherwise
the code should be inline with the current version of the APP.

--Alex Milowski

Reply via email to