Thanks alex,
I need to run it on 2 separated JVM, so I'm going to use the RMI solution.
I thought there was some kind of web services or servlets, I noticed the
projet jackrabbit-servlets but it seems to be only servlet context binding
of Repository objects.
Thanks again.
Regards,
Antoine Larcher
Alexander Klimetschek wrote:
>
> On Tue, Nov 25, 2008 at 3:53 PM, alarcher <antoinelarcher@gmail.com>
> 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
> alexander.klimetschek@day.com
>
>
--
View this message in context: http://www.nabble.com/JackRabbit-client---server-tp20682078p20697249.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
|