Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 77904 invoked from network); 4 Dec 2008 20:47:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 20:47:09 -0000 Received: (qmail 74533 invoked by uid 500); 4 Dec 2008 20:47:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 74469 invoked by uid 500); 4 Dec 2008 20:47:20 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 74458 invoked by uid 99); 4 Dec 2008 20:47:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 12:47:20 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.63] (HELO smtp108.prem.mail.sp1.yahoo.com) (98.136.44.63) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 04 Dec 2008 20:45:50 +0000 Received: (qmail 57976 invoked from network); 4 Dec 2008 20:46:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=r0SI/QasXhBG3u0cGF//Og7LYBnvHQMil3AP6T2pBFaRaEIfJ+2cbcDs9I0LwJiB3Nz276Q/Ia78gpPTEEh+cC0HpV5qmh8r8O8A+TX4XDhODdD7fIPwMChKSyJpcuw27p5kAjot0XCXDWIpqkFxYoqcnNGqJvJL1VFlAdika/Y= ; Received: from unknown (HELO ?10.11.55.10?) (david_jencks@63.105.20.225 with plain) by smtp108.prem.mail.sp1.yahoo.com with SMTP; 4 Dec 2008 20:46:36 -0000 X-YMail-OSG: 1vVbX5MVM1lwzZcl1BjT0aw8EaXK0hRHeCbEEI75mLyTYdV3zr6mLtUGeKOozq1NtPnxydfJW7w_GwROb6JcyEN3X.Wy3epr5QCFuF3NIezWtJmit9K5YJau8WPQjgax6_dWxhj.P09yCyESgA9lf_ISlxNq0cSO1HVVzKkxIvNSiPox6fgFv0HFNcQ- X-Yahoo-Newman-Property: ymail-3 Message-Id: From: David Jencks To: dev@geronimo.apache.org In-Reply-To: <20830014.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: Update on documentation progress of Geronimo v2.2 Date: Thu, 4 Dec 2008 12:46:35 -0800 References: <98a659de0811132213q3c3ccdb8wb5e3f83e4ba42556@mail.gmail.com> <25b884430811202334i6279ce66h361c93a8cd46d3@mail.gmail.com> <3da992810811210628g628bbd23j41d6cc687c833ac4@mail.gmail.com> <20730864.post@talk.nabble.com> <25b884430811280127s1d82ef10seefcea27b8dfb6a7@mail.gmail.com> <4933FF70.5060605@apache.org> <20825778.post@talk.nabble.com> <3CE36B50-3EC1-4544-9FC5-C04181C2E9AC@yahoo.com> <20830014.post@talk.nabble.com> X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org On Dec 4, 2008, at 1:35 AM, RunHua Chi wrote: > > Thanks David for your comments. > > I guess we have some different understandings regarding "Users" of > Geronimo.My understanding is that Geronimo is an application server > and its > primary user would be application developers. While they might need > to know > what a plugin or a gbean is in Geronimo but don't have to build the > source > code. That's where my proposal comes from. And mostly they would read > GMOxDOC to learn how to utilize Geronimo for their application > development. > > And we have another group of "Users"(actually I'd rather call them > "developers" ^_^), they are more interested in Geronimo structure, > kernel > and keen on breakthroughs. In my understanding, they would go to > GMOXDEV for > more information. > > Any other ideas, please speak up. :) To me, the preferred way of using geronimo for anything other than experimentation with toy apps is to use your build system to build your apps, package them as geronimo plugins, and build a custom server assembly including your apps. I'd prefer if the documentation clearly reflect this approach. In any case I think anything relevant to this approach needs to be in the 2.2 docs. thanks david jencks > > > Jeff > > > > djencks wrote: >> >> >> On Dec 3, 2008, at 5:55 PM, RunHua Chi wrote: >> >>> >>> Do we need to move following topics to GMOXDEV as they are also >>> about how to >>> build >>> >>> 1. build a plugin as part of a maven build using the car-maven- >>> plugin. >>> 2. install a plugin using the car-maven-plugin >>> 3. Assembling a server using Maven >> >> These all need to stay in the regular documentation. We expect many >> users to do all these activities every day, even if they don't build >> geronimo. >> >> thanks >> david jencks >>> >>> >>> If the answer is yes. Maybe we could have a page to collect all >>> informations >>> on how to build with maven at GMOXDEV?So far, I have some topics >>> coming up >>> my mind: >>> >>> a. build Geronimo source code; >>> b. build/install a plugin using car-maven-plugin; >>> c. build a new server from the existing one; >>> d. build GEP >>> ......and more >>> >>> Any comments? >>> >>> Jeff >>> >>> >>> >>> Donald Woods-2 wrote: >>>> >>>> Agree. Using the eclipse/build.xml file from svn should go in the >>>> GMOxDEV space, as that is really only for developers. Maybe we >>>> could >>>> include a Note and pointer over to the Dev docs for anyone who is >>>> interested in using it. >>>> >>>> >>>> -Donald >>>> >>>> >> > > -- > View this message in context: http://www.nabble.com/Update-on-documentation-progress-of-Geronimo-v2.2-tp20495528s134p20830014.html > Sent from the Apache Geronimo - Dev mailing list archive at > Nabble.com. >