Is there a tool to directly edit the contents of a Jackrabbit repository?
Asked Answered
T

3

6

I have a file system based Jackrabbit repository which I would like to view and edit directly. Is there an existing tool that allows me to view/edit/delete/add nodes directly?

Turbary answered 20/12, 2008 at 0:3 Comment(1)
For whats it worth it took me a day to write a swing app that could view/edit/delete nodes and I'm not even a swing developer!Coniology
L
10

Jackrabbit itself currently has no built-in general-purpose JCR explorer, but there are some open source options available. This article gives a good overview, and the JCRLinks page on the Jackrabbit wiki has a section about such tools.

The best web-based one is probably the JCR Explorer. And for use in Eclipse, Day's Eclipse plugin offers most features (it also supports Jackrabbit).

Leverrier answered 20/12, 2008 at 0:3 Comment(1)
Thanks, Alexander. That's really helpful!Turbary
T
3

If it's behind a WebDAV server, mount it as a file system.

Twopiece answered 20/12, 2008 at 0:12 Comment(1)
Ah, i wish it were behind a webdav server, but in this case it's not. I'm hoping there's a direct tool to examine the contents of the repository.Turbary
T
2

SPT JCR Manager:

A simple web application used to view and manage Java Content Repositories

Teplitz answered 12/4, 2010 at 22:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.