On Tue, May 5, 2009 at 8:19 AM, astra123 <[email protected]> wrote: > ...can i use this link > http://jackrabbit.apache.org/jcr-client-application-howto.html > for accessing the repository via JNDI....
That should work. > if so in my case the client is jcr-explorer.war (which i deployed in tomcat > and imported to netbeans). > how i will place the code snippets in the client pgm.. You could use http://jackrabbit.apache.org/first-hops.html as an example, and replace the TransientRepository with the one that you get via JNDI. -Bertrand
