On Tue, Nov 25, 2008 at 3:53 PM, alarcher <[EMAIL PROTECTED]> wrote:
> I use JackRabbit in my application as an embedded library.
> Is there a way to split my application into a client / server application
> using a "server component" in JackRabbit ?
> I do not want to code this layer myself, I just wonder if there is a kind of
> client / serveur functionnality implemented in JR.

If they run in the same JVM, you can use JNDI to easily share the
repository object. Otherwise you can use RMI. See the jackrabbit
webpage on deployment models, model 2 and model 3 respectively.

[1] http://jackrabbit.apache.org/deployment-models.html

Regards,
Alex

-- 
Alexander Klimetschek
[EMAIL PROTECTED]

Reply via email to