Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 63387 invoked from network); 1 Nov 2006 11:45:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 11:45:36 -0000 Received: (qmail 27469 invoked by uid 500); 1 Nov 2006 11:45:45 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 27446 invoked by uid 500); 1 Nov 2006 11:45:45 -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 27437 invoked by uid 99); 1 Nov 2006 11:45:45 -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 03:45:45 -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 edgarpoce@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 03:45:33 -0800 Received: by ug-out-1314.google.com with SMTP id m3so15718495uge for ; Wed, 01 Nov 2006 03:45:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oB5W+ThZx0O2oQQElptdlB1Y6Ve5Xs5s8mLBPKbsxxRyklSCr98nQWViJj9kpkvT5Aa+ZHnxOyLVWsAXCTipqmdvynYQ7AvsHsWURWrBeretN/4GgfmgZla9LgaB8DRx5lsFPZQUqJRuWHZoY8qjjKYYT1EUh1c510HGrFOJl8A= Received: by 10.67.97.18 with SMTP id z18mr7931993ugl; Wed, 01 Nov 2006 03:45:11 -0800 (PST) Received: by 10.67.30.15 with HTTP; Wed, 1 Nov 2006 03:45:11 -0800 (PST) Message-ID: <8a83c96b0611010345w6d69deb9w34f968446cfa30bb@mail.gmail.com> Date: Wed, 1 Nov 2006 08:45:11 -0300 From: "Edgar Poce" To: "jackrabbit dev" Subject: web based jcr browser contribution MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org 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