Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 67364 invoked from network); 1 Nov 2006 12:03:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 12:03:34 -0000 Received: (qmail 43479 invoked by uid 500); 1 Nov 2006 12:03:44 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 43449 invoked by uid 500); 1 Nov 2006 12:03:44 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 43440 invoked by uid 99); 1 Nov 2006 12:03:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 04:03:44 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of quintesse@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 04:03:30 -0800 Received: by ug-out-1314.google.com with SMTP id m3so15727307uge for ; Wed, 01 Nov 2006 04:03:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r/tjdjDl4XHWgRH52IOEguJpnIZlfOfXkMcdbUl2mY+oiLVYmWHI7aM+a/BGF2k9tBSnC+7VmFAMT7OBw3/zCmarjSmMOVUA789AvuvUyCaSghzDB4R5V0L9brNiZUmOA804TvW8UOsSnvq/tXwEBPJXKcgOI49+myT2CeSSKgw= Received: by 10.78.201.2 with SMTP id y2mr8690075huf; Wed, 01 Nov 2006 04:03:08 -0800 (PST) Received: by 10.78.178.3 with HTTP; Wed, 1 Nov 2006 04:03:08 -0800 (PST) Message-ID: <8641fd7c0611010403s1fa65d18t8f23f8c460c36d86@mail.gmail.com> Date: Wed, 1 Nov 2006 13:03:08 +0100 From: "Tako Schotanus" To: dev@jackrabbit.apache.org Subject: Re: web based jcr browser contribution In-Reply-To: <8a83c96b0611010345w6d69deb9w34f968446cfa30bb@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8a83c96b0611010345w6d69deb9w34f968446cfa30bb@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 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 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 >