hi,

> I started to write down a draft
> for the remote API in a public GitHub repository [1].
>
> I didn't write much so far, but I invite every interested party to
> take a look at it for suggestions and improvements.
>
> [1]: https://github.com/francescomari/oak-remote

looks good so me. we wrote a php client[1] to the jackrabbit remoting.
the things i see seem to fix some of the issues we had.

a key topic for us was to reduce the amount of requests we need. at some
point, somebody build a request to get multiple paths in one call, and
there was discussion about a request to get content by multiple uuids.
having those would help us a lot - in a normal php application flow,
each web request starts its own context and loses the state at the end,
so we fetch a bunch of nodes for every request...

as soon as you have something running, i will be happy to try to use the
API and give feedback how well it works.

cheers,david

[1] https://github.com/jackalope/jackalope-jackrabbit

Reply via email to