Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 57577 invoked from network); 12 Jun 2008 14:52:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2008 14:52:43 -0000 Received: (qmail 386 invoked by uid 500); 12 Jun 2008 14:52:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 332 invoked by uid 500); 12 Jun 2008 14:52:43 -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 321 invoked by uid 99); 12 Jun 2008 14:52:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 07:52:43 -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 hcunico@gmail.com designates 74.125.44.29 as permitted sender) Received: from [74.125.44.29] (HELO yx-out-2324.google.com) (74.125.44.29) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 14:51:53 +0000 Received: by yx-out-2324.google.com with SMTP id 8so433427yxm.85 for ; Thu, 12 Jun 2008 07:52:10 -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=k87mo9/fly6ioMXufi0vWFdtTfUl2rzCLBJpFUPLyf0=; b=pXVyzhqok06M3wwzTGgt3CX1CaSli751b6NJey19zU382Uvt7sqJ1yOs/mewvUQZW4 HOpXPwJ6KTfZed++uSpWZCWCbh8ORFsrizAa1irKqILCHL9AoZY88R0HjtqNsHdYyk1e b8gN9E0wgCSeRAupKGMCpuwEis3DbnwRFin2I= 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=Z9wgjQz7rjVuzIjdd/R0IrloDTIuLB4k237EqgEZUdQn4vxagP+SR96GRebKzkjYoJ LAB3TVgI5E2ldOMuHC2qVr2idaMqK7z58wa81ImwMxDmK29pVM+Thi4RZbMyHu2znf3H fPzTIhCvCIPtaYollGxycTU4ZxF2ddz9ShB4U= Received: by 10.150.228.2 with SMTP id a2mr2437260ybh.245.1213282330590; Thu, 12 Jun 2008 07:52:10 -0700 (PDT) Received: from ?192.168.1.100? ( [24.163.83.187]) by mx.google.com with ESMTPS id f77sm6494434pyh.15.2008.06.12.07.52.08 (version=SSLv3 cipher=RC4-MD5); Thu, 12 Jun 2008 07:52:09 -0700 (PDT) Message-ID: <48513814.30704@gmail.com> Date: Thu, 12 Jun 2008 10:52:04 -0400 From: Hernan Cunico User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Remove samples myphonebook and mytime? References: <4CFC522F-105A-42BC-9EA4-948D52B0CE8F@yahoo.com> In-Reply-To: <4CFC522F-105A-42BC-9EA4-948D52B0CE8F@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I would say the more the merrier. It can't hurt to have more than one sample about the same functionality. It is OK to have some overlap. I would definitively keep them Cheers! Hernan David Jencks wrote: > I'd like to remove the myphonebook and mytime samples. AFAICT they > duplicate functionality demonstrated in bank. > > mytime has a web app accessing a stateless ejb > myphonebook has a web app accessing a stateless ejb that uses a single > jpa entity (with an application managed persistence context) > > bank has a web app accessing a stateless ejb that uses 3 jpa entities > (although they aren't implemented well) using application managed > persistence context > customer-service has a web app accessing a stateless ejb that uses one > jpa entity using a container managed persistence context. > > Any objections? > Am I missing something? > > thanks > david jencks > > >