Hi,

Ian Boston schrieb:
You would need something more than a Proxy Resource Provider, since the Resource, once resolved will give a path, but not invoke any content resolution mechanism. There might be a way of "mounting" other JCR repositories at locations, but I suspect that a Servlet that binds to a resourceType and then performs the remainder of the proxying over http would be one way of looking at the problem.

Bear in mind, anything chatty over a network is going to be slow, a least 1:1 relationship between the request and the onward proxy traffic would be good.
Ian


On 25 May 2009, at 12:11, Torgeir Veimo wrote:

2009/5/25 Felix Meschberger <fmesc...@gmail.com>:

 * external redirects (hard coded support for regular expressions)

Slightly unrelated, how would you go about accessing data in an
external JCR repository? I assume some sort of proxy resource provider
would be necessary?

Eg. having user data stored in a separate JCR repository.

Hmm, I would say, this would be something for a ResourceProvider, which is mounted into the resource tree and then fetches items from the remote repository serving them as resources.

Regards
Felix


--
-Tor


Reply via email to