Looks very nice, if you can get it all to work I can stop working on mine ;-)
What I have now is ugly and not very user-friendly at all although it does allow you to add whatever nodes you want (no support for multi-values and ordered nodes yet though). In fact it was when I was working on the namespace manager that I found it it was impossible to unregister any of them ;-) Good luck! -Tako On 11/1/06, Edgar Poce <[EMAIL PROTECTED]> wrote:
Hi, I started to work in a web based jcr browser It's just a work in progress but it seems to be fully functional to navigate jcr contents with read only operations. A demo of the browser is available at http://edgarpoce.dyndns.org:8080/jcr-browser/ btw, the only item that works in the menu is "session > logout". To populate the repository and see the contents in jcr browser you can use the file based webdav interface at http://edgarpoce.dyndns.org:8080/jcr-browser/repository/default/ It uses Dojo + JSP + jcr-taglib for the view and I plan to use a servlet that delegates the command processing to jakarta commons-chain commands (jcr-commands) on the server side for write operations through ajax. see http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/jcr-commands/src/java/org/apache/jackrabbit/command/web/ the sources can be downloaded from http://people.apache.org/~edgarpoce/06-10-31-jcr-browser.tar.gz I'd like to know others opinions about starting a new contrib project called jcr-browser. br, edgar