> 1. What is the difference and how to choose between standalone > server RMI > (http://jackrabbit.apache.org/standalone-server.html#StandaloneServer-RM > Iaccess) and JCR RMI > (http://jackrabbit.apache.org/jackrabbit-jcr-rmi.html)? > > 2. In either case, should the RMI client have a homeDir and a xml > configuration file? >
The standalone server exposes a repository via RMI. The jcr-rmi package is the client side of the equation, for connecting to the repository exposed via RMI by the server. > > > Thanks in advance! > > Xuetao > >
