Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 4418 invoked from network); 27 Jul 2005 14:59:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 14:59:35 -0000 Received: (qmail 81058 invoked by uid 500); 27 Jul 2005 14:59:30 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 81031 invoked by uid 99); 27 Jul 2005 14:59:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 07:59:29 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of edgarpoce@gmail.com designates 64.233.162.201 as permitted sender) Received: from [64.233.162.201] (HELO zproxy.gmail.com) (64.233.162.201) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 07:59:20 -0700 Received: by zproxy.gmail.com with SMTP id o37so169563nzf for ; Wed, 27 Jul 2005 07:59:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LMmFwp8FQW2PVWC8jBvsMuo4irxJqZvKrMTbiLnygDIdGYAlGAntWT/4r/f1ELeDgdL30EOMD6cuBKvoJ6R2tdUj+YRnwDWH64BHgMiEwWDta8IZ0i33yWSZZgIbQgUck+yvZNpi6ftYO2MG+zupo2oluoAFtbx4pJuO4qJHf7Y= Received: by 10.36.178.17 with SMTP id a17mr978093nzf; Wed, 27 Jul 2005 07:59:25 -0700 (PDT) Received: by 10.36.65.2 with HTTP; Wed, 27 Jul 2005 07:59:25 -0700 (PDT) Message-ID: <8a83c96b050727075934bf5a04@mail.gmail.com> Date: Wed, 27 Jul 2005 11:59:25 -0300 From: Edgar Poce Reply-To: Edgar Poce To: jackrabbit-dev@incubator.apache.org Subject: Re: Getting started: Don't know where! In-Reply-To: <23842.136.2.1.101.1122467823.squirrel@webmail.paiwastoon.com.af> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <23842.136.2.1.101.1122467823.squirrel@webmail.paiwastoon.com.af> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Torsten On 7/27/05, Torsten Schlabach wrote: > Hi, >=20 > I am trying to get my hands around JCR and Jackrabbit for quite some time > now, but I just cannot find a practical place to start. >=20 > What I would like to achieve would be something as simple as: >=20 > - Create a repository. > - Store some docs in there. > - Retrieve tem. >=20 See=20 http://incubator.apache.org/jackrabbit/firststeps.html http://wiki.apache.org/jackrabbit/ExamplesPage > I would be happy being able to do all this froma command line to start wi= th. >=20 there's no command line interface yet. You'll have to code your own jcr client, or you might want to try the web UI from Day called CRX, see http://jsr170tools.day.com/crx/index.jsp. BR, edgar > Is there any document explaining how to make this first practical steps > that I overlooked? >=20 > Regards, > Torsten >=20 >