Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 87B9E40C0 for ; Mon, 16 May 2011 01:37:52 +0000 (UTC) Received: (qmail 46275 invoked by uid 500); 16 May 2011 01:37:52 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 46258 invoked by uid 500); 16 May 2011 01:37:52 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 46249 invoked by uid 99); 16 May 2011 01:37:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2011 01:37:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,URIBL_RED X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of esudharaka@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2011 01:37:47 +0000 Received: by vws10 with SMTP id 10so4716991vws.16 for ; Sun, 15 May 2011 18:37:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=mcg2tEjIkKA/6JXw9v0A1AP6Y+GNbRbHNSYKd5ygbL0=; b=K7HD7rG+L0aD/FkWWb4lEe4wo7++srl2UKM1R/7yA2pRY6IV1LZ1ClhsYhoa7z6xti d38bRISNYbhZ5cYTkDeLQ0LMmyfx3aGs0wx+rZhxSrdcrgYRv3jhLahO1NPkLZo3cdg2 uehVavovRGu4quswgOJtFzUOkXsXJrsgWrvgI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dXuoE4yw0lZEryxHC3TTBiasUB8omRuvxtOtARROaeWwlhArmrMkzarXE1PZYjf7NB 5/xT6UYLUru2fiqdJX28YbQc2r/uVA7m0Az8teiJV1VZimtwacZ45EAJN7UJuctxrg9N OMCtavh8ZRvMp1KqbZM99GSiqhjkpcZq0w5XM= MIME-Version: 1.0 Received: by 10.52.175.199 with SMTP id cc7mr4472231vdc.197.1305509846369; Sun, 15 May 2011 18:37:26 -0700 (PDT) Received: by 10.52.114.36 with HTTP; Sun, 15 May 2011 18:37:26 -0700 (PDT) In-Reply-To: References: Date: Mon, 16 May 2011 07:07:26 +0530 Message-ID: Subject: Re: Regarding initial steps for GSOC project From: Eshan Sudharaka To: Ksenia Khailenko Cc: dev@cayenne.apache.org Content-Type: multipart/alternative; boundary=bcaec5014303a4c56904a35ab233 --bcaec5014303a4c56904a35ab233 Content-Type: text/plain; charset=ISO-8859-1 On Thu, May 12, 2011 at 3:10 PM, Ksenia Khailenko wrote: > Hi there! I've committed my old project to the sandbox( > http://svn.apache.org/viewvc/cayenne/sandbox/cayenne-modeler-eclipse-plugin/), > but it is not compilable, because of lots of change in modeler during this > year(at least, modeler has been moved from frameworks folder). > >>> This branch does not contain entire project. ( > http://svn.apache.org/repos/asf/cayenne/sandbox/cayenne-modeler-eclipse-plugin/). > So do i need to put this project in to the main Cayenne project? or check > out entire sand box is enough ? > for convenience, I committed "plugin.patch" to the root of this project as > well, which has the same content as > https://issues.apache.org/jira/secure/attachment/12435689/Research-eclipse-plugin-for-opening-cayenne-modeler.patch > > Except of moving modeler subproject to another folder, there was greatly > developed DI-Container, which introduced new capabilities. so, the > instantiation of relevant entities as "Application", "ActionManager", etc > can be done now in a more beautiful way. > > So, I think it is a good task for you - to sort out the working of > DI-Container and the way of creating own Module for injection in your > plugin. > > Sorry for the confusing explanations, don't hesitate to ask what is > unclear. > > I'm looking forward for the first results from you, may be some initial > plugin project would be enough for the first time. > > > 2011/5/11 Ksenia Khailenko > >> Unfortunately, I'll commit it tomorrow, I have some problems with local >> machine. >> >> >> 2011/5/11 Ksenia Khailenko >> >>> Hi Eshan! >>> >>> We've discussed the way of working on this project with Andrus, and >>> decided to choose the ordinary way for our Contributors who are not >>> Committers yet: when you do something, you just make a patch ("git >>> format-patch HEAD^" gives you the patch with your latest committed local >>> revision), and then attach it to the jira, then I will check it and commit >>> to the repository. We will work in " >>> https://svn.apache.org/repos/asf/cayenne/sandbox/" where it is accepted >>> to locate experimental projects. >>> >>> I solemnly promise that I'll commit the project related to >>> https://issues.apache.org/jira/browse/CAY-1392 today :) Sorry for the >>> delay. >>> >>> So, you can put your module like the project at sandbox and give me the >>> patches. >>> >>> Btw, it would be better if our communication would be open for the >>> community, so let's cc-ing our mails to the "dev@cayenne.apache.org>" >>> for more productive work. >>> >>> >>> 2011/5/11 Eshan Sudharaka >>> >>>> Hi Ksenia , >>>> During last days I went through your patch and also about eclipse >>>> plugin development. Since the coding period will start from 24th May on >>>> wards I thought to get initial steps from your patch. Because i have no idea >>>> where to put my module.(I think if i can apply your patch then i will be >>>> able to work from there with a project structure you have created ). So It >>>> would be a great help for me if you can apply it to the repository. Or else >>>> some of my friends those who are doing gsoc are using google code repository >>>> (svn based) then we can create cayenne project there and do the >>>> implementation. >>>> >>>> thanks. >>>> >>>> -- >>>> *~Thanks & Regards~* >>>> >>>> P.A.Eshan Sudharaka >>>> Dept of Computer Science and Engineering >>>> University of Moratuwa >>>> Sri Lanka >>>> http://esudharaka.blogspot.com/ >>>> >>>> >>> >>> >>> -- >>> Regards, Ksenia Khailenko >>> >>> >> >> >> >> -- >> Regards, Ksenia Khailenko >> >> > > > > -- > Regards, Ksenia Khailenko > > -- *~Thanks & Regards~* P.A.Eshan Sudharaka Dept of Computer Science and Engineering University of Moratuwa Sri Lanka http://esudharaka.blogspot.com/ --bcaec5014303a4c56904a35ab233--