Hi Jason,

On Wed, Jun 27, 2018 at 11:57 PM Jason E Bailey <[email protected]> wrote:
> ...I was thinking, wouldn't it be cool if I had a ResourceProvider which
> was a connected via RMI to a JCR Resource Provider for a specific path...

I'm not sure if Oak still provides an RMI interface, but Jackrabbit did.

In general, the problem with RMI access to JCR is that it's very
chatty due to the low granularity of JCR, which can hinder
performance.

I've been thinking for a while that a remote ResourceProvider that
aggregates Resources in larger chunks might be useful, using
micro-trees that can represent a website page for example, based on
the properties and resource types that define the micro-tree
boundaries. In this way you'd reduce the granularity to improve
performance.

That's probably much more complicated than what you are after though,
just wanted to mention it as food for thought.

-Bertrand

Reply via email to