Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 89835 invoked from network); 26 Aug 2006 02:43:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2006 02:43:05 -0000 Received: (qmail 36877 invoked by uid 500); 26 Aug 2006 02:43:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 36847 invoked by uid 500); 26 Aug 2006 02:43:04 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 36838 invoked by uid 99); 26 Aug 2006 02:43:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 19:43:04 -0700 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 (asf.osuosl.org: domain of mcintyre.a@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; Fri, 25 Aug 2006 19:43:02 -0700 Received: by ug-out-1314.google.com with SMTP id m2so1109489uge for ; Fri, 25 Aug 2006 19:42:41 -0700 (PDT) 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=N5hWhwDFkDGofg/iMYlPA5VJLpYldjnDW9jiErpN+I0L2M+BFJATpFCDUGXiK+ExmV/bZmGyE6IQYNOoLT2XXCOzRdvr70KeaGbNbpYDwaLAi68+5K8nu58FajFBN0AYts0Yh3+/Wbif2qi21DRRvuoQnh8aDaAxc9RM8RY7eAY= Received: by 10.66.244.10 with SMTP id r10mr2304600ugh; Fri, 25 Aug 2006 19:42:41 -0700 (PDT) Received: by 10.67.27.19 with HTTP; Fri, 25 Aug 2006 19:42:40 -0700 (PDT) Message-ID: <54ac72d70608251942o492e13efqa8b6179052941beb@mail.gmail.com> Date: Fri, 25 Aug 2006 19:42:40 -0700 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: I need help In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/25/06, Suresh Nadarajan wrote: > > I would like to work on core of the system code, I am a newbie, > and I need help from any of the old hands. > Whether any one would like to guide me in this. > please guide me. The Derby wiki has an excellent page to help you get starting with Derby development that can be found here: http://wiki.apache.org/db-derby/DerbyDev. The Derby website also has some information on the architecture and internals in the "Papers" section of the Resources page: http://db.apache.org/derby/integrate/index.html hope that helps, andrew