Re: repo browser

2010-02-18 Thread ChadDavis
> > You can connect over RMI if the other application exposes the RMI server.   > Alternative would be to configure the repository as a JEE resource and make > available to both applications (assuming they are both web apps).  The > web.xml and context.xml files in the war file have commented out

Re: repo browser

2010-02-18 Thread Rakesh Vidyadharan
On 18 Feb 2010, at 12:25, ChadDavis wrote: >> >> No, it is just a virtual path mapped to the servlet for the application. >> Just http://:/jcrviewer/ should do the trick. >> > > I used this . . . > > http://localhost:8080/jcrmanager/index.jhtml > > using "jcrviewer" doesn't work . . . is t

Re: repo browser

2010-02-18 Thread ChadDavis
> > No, it is just a virtual path mapped to the servlet for the application.   > Just http://:/jcrviewer/ should do the trick. > I used this . . . http://localhost:8080/jcrmanager/index.jhtml using "jcrviewer" doesn't work . . . is that a different app?' BTW . . . is it possible to use this app

Re: repo browser

2010-02-18 Thread Rakesh Vidyadharan
On 18 Feb 2010, at 12:18, ChadDavis wrote: > On Thu, Feb 18, 2010 at 11:05 AM, ChadDavis > wrote: >> On Tue, Feb 16, 2010 at 11:14 AM, Rakesh Vidyadharan >> wrote: >>> >>> On 16 Feb 2010, at 11:52, Patricio Echagüe wrote: >>> Hey Rakesh, thank you so much. It works great. >>> >>> You

Re: repo browser

2010-02-18 Thread Rakesh Vidyadharan
On 18 Feb 2010, at 12:05, ChadDavis wrote: > On Tue, Feb 16, 2010 at 11:14 AM, Rakesh Vidyadharan wrote: >> >> On 16 Feb 2010, at 11:52, Patricio Echagüe wrote: >> >>> Hey Rakesh, thank you so much. It works great. >> >> You are welcome. I released 2.1 a couple of hours ago, with some additi

Re: repo browser

2010-02-18 Thread ChadDavis
On Thu, Feb 18, 2010 at 11:05 AM, ChadDavis wrote: > On Tue, Feb 16, 2010 at 11:14 AM, Rakesh Vidyadharan wrote: >> >> On 16 Feb 2010, at 11:52, Patricio Echagüe wrote: >> >>> Hey Rakesh, thank you so much. It works great. >> >> You are welcome.  I released 2.1 a couple of hours ago, with some ad

Re: repo browser

2010-02-18 Thread ChadDavis
On Tue, Feb 16, 2010 at 11:14 AM, Rakesh Vidyadharan wrote: > > On 16 Feb 2010, at 11:52, Patricio Echagüe wrote: > >> Hey Rakesh, thank you so much. It works great. > > You are welcome.  I released 2.1 a couple of hours ago, with some additional > 2.0 features as well as RMI connection ability.

Re: repo browser [SEC=UNCLASSIFIED]

2010-02-17 Thread Rakesh Vidyadharan
n wrote on 17/02/2010 05:14:31 AM: > > > From: Rakesh Vidyadharan > > To: users@jackrabbit.apache.org > > Date: 17/02/2010 05:15 AM > > Subject: Re: repo browser > > > > > > On 16 Feb 2010, at 11:52, Patricio Echagüe wrote: > > > > > Hey Ra

Re: repo browser [SEC=UNCLASSIFIED]

2010-02-17 Thread Ross . Dyson
> Subject: Re: repo browser > > > On 16 Feb 2010, at 11:52, Patricio Echagüe wrote: > > > Hey Rakesh, thank you so much. It works great. > > You are welcome. I released 2.1 a couple of hours ago, with some > additional 2.0 features as well as RMI connection abi

Re: repo browser

2010-02-16 Thread Rakesh Vidyadharan
On 16 Feb 2010, at 11:52, Patricio Echagüe wrote: > Hey Rakesh, thank you so much. It works great. You are welcome. I released 2.1 a couple of hours ago, with some additional 2.0 features as well as RMI connection ability. Rakesh > > On Mon, Feb 15, 2010 at 1:06 PM, Rakesh Vidyadharan wrote

Re: repo browser

2010-02-16 Thread Patricio Echagüe
Hey Rakesh, thank you so much. It works great. On Mon, Feb 15, 2010 at 1:06 PM, Rakesh Vidyadharan wrote: > > On 15 Feb 2010, at 14:00, Patricio Echagüe wrote: > > > Do you guys have any recommendations for Jackrabbit 2.0 (JSR 283) ? > > The explorers that are mentioned in those links throw an ex

Re: repo browser

2010-02-15 Thread Rakesh Vidyadharan
On 15 Feb 2010, at 14:00, Patricio Echagüe wrote: > Do you guys have any recommendations for Jackrabbit 2.0 (JSR 283) ? > The explorers that are mentioned in those links throw an exception > complaining about 2.0 dtd when trying to open up the repository.xml http://kenai.com/projects/jcrmanager

Re: repo browser

2010-02-15 Thread Patricio Echagüe
Do you guys have any recommendations for Jackrabbit 2.0 (JSR 283) ? The explorers that are mentioned in those links throw an exception complaining about 2.0 dtd when trying to open up the repository.xml On Mon, Feb 8, 2010 at 12:22 PM, Guo Du wrote: > 2010/2/8 Fabián Mandelbaum : > > Even if the

Re: repo browser

2010-02-08 Thread Guo Du
2010/2/8 Fabián Mandelbaum : > Even if there are lots of tools out there in the links everyone > provide they are mostly toys, commercial, or not actively developed... > That's right, jackrabbit version matters. A simple way to view the node structure is to use http://jackrabbit.apache.org/api/1.4

Re: repo browser

2010-02-08 Thread Fabián Mandelbaum
dump(nodes.nextNode(), appendable); } } } The above method skips the system (jcr:system) node, feel free to adapt it to your needs. Using a similar algorithm as the above one, it was nearly trivial to build a JSON representation of the JCR repository with a format suit

Re: repo browser

2010-02-08 Thread Ben Short
There are some listed here [1] and here [2] [1] http://wiki.apache.org/jackrabbit/JcrLinks#Open_Source_Tools_and_Libraries [1] http://dev.day.com/microsling/content/blogs/main/jcrtools.html On 8 February 2010 17:54, ChadDavis wrote: > Is there a repo browser that can show me the node struct

repo browser

2010-02-08 Thread ChadDavis
Is there a repo browser that can show me the node structure, complete with properties, node types, property types, etc.?