From user-return-10652-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Fri Jun 20 21:44:19 2008 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 58309 invoked from network); 20 Jun 2008 21:44:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2008 21:44:18 -0000 Received: (qmail 3921 invoked by uid 500); 20 Jun 2008 21:44:19 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 3893 invoked by uid 500); 20 Jun 2008 21:44:19 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 3882 invoked by uid 99); 20 Jun 2008 21:44:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 14:44:19 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tim.mcconne@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 21:43:28 +0000 Received: by wr-out-0506.google.com with SMTP id c8so659263wra.27 for ; Fri, 20 Jun 2008 14:43:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=wlDWMx/RfJMCLHb0Yu/FDGMZnWsH4ZOvkrGlYTjcG88=; b=asvAI5WXv8JwOy2pOP4p7FDxKd01Q25OkH6b9/6rMxj0/qQcnNkf7JzukbKOOqDm8Z 6hptbJrFCK6HIIud5nTZDuEV1hYUWLDBYezZIm86lkFMEdQ+9ZpOsqFINhrCCRaU53zr 3GtzpkDrRXrdwKsLDFGNRrw3K+59eLzcmcnsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=D9ZA1wjz+RZbJss7XGHouaPhF16KlcY1/GWh9HjFVNSW7uCWSc1pVIIzZtQ1wgOorU OMsp5C7zYH3jDqcoNp1fe5NIONqhOU3OOcalL2XcVY1oUo0TPjAtc0SZBX8FAnurrfra 3tn6GAFAfFW1zsEBrL8cAbmyNKQdlB/PJE174= Received: by 10.90.28.3 with SMTP id b3mr758648agb.93.1213998197268; Fri, 20 Jun 2008 14:43:17 -0700 (PDT) Received: from ?9.51.245.56? ( [32.97.110.142]) by mx.google.com with ESMTPS id u6sm4131879pyb.0.2008.06.20.14.43.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Jun 2008 14:43:16 -0700 (PDT) Message-ID: <485C246D.6090207@gmail.com> Date: Fri, 20 Jun 2008 17:43:09 -0400 From: Tim McConnell User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Eclipse connectivity with geronimo server References: <92b5fab30806102218v225261cfr74efdeb157740638@mail.gmail.com> <92b5fab30806102221h236843d6uf9838c6eca126d32@mail.gmail.com> <4851C4D3.4060506@gmail.com> <92b5fab30806130344k1dd19869s83dce9da29eb6edb@mail.gmail.com> In-Reply-To: <92b5fab30806130344k1dd19869s83dce9da29eb6edb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi again Saurabh, now I better understand what you are trying to do. Although I think it's fine to query the server for dependencies (which I believe is very similar to function provided by the Plan Creator portlet) that probably should not be the exhaustive list of dependencies that can be added to the Geronimo deployment plan(s). For example, you might also want to consider and interrogate the projects in the user's Eclipse workspace to help determine the list of dependencies the user might want to consider. Plus, we would still need to maintain the current capability for the user to be able to add a dependency via the deployment plan editors that may not yet exist (e.g., either in the server or in the user's workspace). Still, I think you're certainly on the right track to provide a lot more functionality, and ease-of-use capabilities, then the current deployment editors provide. So thanks very much for looking into this...... Saurabh Sharma wrote: > Hi McConnell, > > Yeah... I'm looking for exhaustive list of dependencies. Actually upto > now when we > click add button to add a dependency in Geronimo deployment plan editor > (Dependency page) in the Geronimo Eclipse Plugin,what we get is a wizard > which ask us to fill information like artifact-id,group-id etc. of the > dependency which is to be added in geronimo-web.xml file. > > I want to change the functionality of this add button.I think more > intuitive is that when > we click add button there should come a wizard with exhaustive list of > dependencies that can be added to geronimo-web.xml file.User should > select out of these. > > For that I have to enquire server to get this exhaustive list. > > Thanks, > > Saurabh Sharma > Bachelor of Technology, III year > Department of Electronics and Computer Science > Indian Institute of Technology Roorkee > > On Fri, Jun 13, 2008 at 6:22 AM, Tim McConnell > wrote: > > Hi Saurabh, I apologize but I'm having a little trouble > understanding exactly what you're looking for. Are you looking for > an an exhaustive list of dependencies that can be added to the > Geronimo deployment plan editor(s) in the Geronimo Eclipse Plugin ?? > > > Saurabh Sharma wrote: > > > Hi, > I'm new to plugin development in eclipse for geronimo.For > dependencies section > I require the list of dependencies to be added in deployment > plan descriptor.For > which i have to retrieve database list from server.what can be > the way for that? > > Saurabh Sharma > Bachelor of Technology, III year > Department of Electronics and Computer Science > Indian Institute of Technology Roorkee > > > -- > Thanks, > Tim McConnell > > -- Thanks, Tim McConnell