Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 0139791AF for ; Mon, 18 Jun 2012 15:13:26 +0000 (UTC) Received: (qmail 48257 invoked by uid 500); 18 Jun 2012 15:13:25 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 48144 invoked by uid 500); 18 Jun 2012 15:13:25 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 48136 invoked by uid 99); 18 Jun 2012 15:13:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 15:13:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_FREEMAIL_1,FSL_FREEMAIL_2,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gudnabrsam@gmail.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-pz0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 15:13:20 +0000 Received: by dajz8 with SMTP id z8so8421811daj.30 for ; Mon, 18 Jun 2012 08:13:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=lrDe6CCqVekZ//Ix6vZ1mgzidQ2pbNAO61e+02WuDxg=; b=Exut+pk6aa21jtdBqIsPptJ/XP093XdorFHY3rPIjc+ynzsabR0z0IYOeaAp249PO8 dPY+s6bki8p5Hqigii92G74otZpgt4DAXJBPjNpXADVQnYAgytSb/08f2d6mAKk9vGWA JylPt7IZR6sgnBJtVlP25HGsuh0nVxPzis8nOxIq+lfIdiP4/xuQEN/gFwpI3Z6DaZkB PXM0nRgjvaW/fQS7DHEY1pj3e8nvrIQC3f0NZoPSuSe5iw9SxCDhNW8PQ7l4rpZdIbyu 73tH8Q/hPivFwFGYG1jwT//VnCAigorYf96TeMscdP6vqoa/sIPY8ELEHiiyNV6Ued8O kWCA== MIME-Version: 1.0 Received: by 10.68.236.34 with SMTP id ur2mr18608811pbc.108.1340032380390; Mon, 18 Jun 2012 08:13:00 -0700 (PDT) Received: by 10.68.58.2 with HTTP; Mon, 18 Jun 2012 08:13:00 -0700 (PDT) Reply-To: gudnabrsam@gmail.com In-Reply-To: References: Date: Mon, 18 Jun 2012 10:13:00 -0500 Message-ID: Subject: Re: [BeanUtils2] Thoughts about the API From: Matt Benson To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Just for the sake of multiple choice, what about: - keyedBy - keyedTo - withKey - of - at ? Matt On Mon, Jun 18, 2012 at 7:19 AM, Simone Tripodi wrote: > LOL indeed :) > > go for your proposed solution, sounds nice anyway :) > > alles gute, > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > On Mon, Jun 18, 2012 at 11:10 AM, Benedikt Ritter > wrote: >> I just realized, that we cannot call a method >> MappedPropertyAccessor.for(String key) - "for" is a reserved keyword >> ;-) >> >> How about: >> MappedPropertyAcessor.forKey(String key) and >> ArgumentsAcessor.with(Argument... Arguments) >> >> Benedikt >> >> 2012/6/16 Simone Tripodi : >>> +1 to James for both topics, >>> >>> let's start from a basic exception - naming proposals are welcome. >>> >>> I'll create the wiki page later after dinner - that WE is too much >>> sunny to stay at home ;) >>> best, >>> -Simo >>> >>> http://people.apache.org/~simonetripodi/ >>> http://simonetripodi.livejournal.com/ >>> http://twitter.com/simonetripodi >>> http://www.99soft.org/ >>> >>> >>> On Fri, Jun 15, 2012 at 5:48 PM, James Carman >>> wrote: >>>> It shouldn't. =A0If you're catching the superclass (for instance >>>> BeanUtilsReflectionException) and later we start to throw >>>> BeanUtilsInstantiationException which extends >>>> BeanUtilsReflectionException, I don't think you'll run into problems. >>>> >>>> On Fri, Jun 15, 2012 at 10:26 AM, Benedikt Ritter >>>> wrote: >>>>> 2012/6/15 James Carman : >>>>>> On Fri, Jun 15, 2012 at 9:39 AM, Benedikt Ritter >>>>>> wrote: >>>>>>> - Wrapper Exceptions: I thing we should discuss, how a exception >>>>>>> hierarchy could look like. I'll make a suggestion ASAP. >>>>>>> >>>>>> >>>>>> I don't want to duplicate the hierarchy. =A0I would say start with a >>>>>> generic exception type for now. =A0If folks ask for more specific >>>>>> subtypes later, we can add them. >>>>>> >>>>> >>>>> Would adding more specific RuntimeExceptions later break bc? I think >>>>> no, because RuntimeExceptions don't have to be part of the method >>>>> signature. But I'm not sure :-) >>>>> >>>>> thanks, >>>>> Benedikt >>>>> >>>>>> --------------------------------------------------------------------= - >>>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >>>>>> For additional commands, e-mail: dev-help@commons.apache.org >>>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >>>>> For additional commands, e-mail: dev-help@commons.apache.org >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >>>> For additional commands, e-mail: dev-help@commons.apache.org >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >>> For additional commands, e-mail: dev-help@commons.apache.org >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org