Re: [clazz] Just a beginning...

2002-10-27 Thread robert burrell donkin
On Sunday, October 27, 2002, at 09:03 PM, Stephen Colebourne wrote: From: "robert burrell donkin" <[EMAIL PROTECTED]> I copied MethodUtils from BeanUtils as an initial class, but it does not have to stay there. i'd prefer that MethodUtils was relocated to lang rather than clazz. lang has no d

Re: [clazz] Just a beginning...

2002-10-27 Thread Stephen Colebourne
From: "robert burrell donkin" <[EMAIL PROTECTED]> > > I copied MethodUtils from BeanUtils as an initial class, but it does not > > have to stay there. > > i'd prefer that MethodUtils was relocated to lang rather than clazz. lang > has no dependencies and is unlikely to add any. lang is also a relea

Re: [clazz] Just a beginning...

2002-10-27 Thread robert burrell donkin
On Friday, October 25, 2002, at 12:08 AM, Scott Sanders wrote: I copied MethodUtils from BeanUtils as an initial class, but it does not have to stay there. i'd prefer that MethodUtils was relocated to lang rather than clazz. lang has no dependencies and is unlikely to add any. lang is also a

Re: [clazz] Just a beginning...

2002-10-25 Thread Berin Loritsch
Steve Downey wrote: Delegator is a bound method reference. Triggering the delegator causes a call on a particular method on a particular object. The triggerer doesn't need to be aware of either the object or the method. There's also a variant that can delegate the call to many objects. Berin s

[clazz] Delegator [Re: [clazz] Just a beginning...]

2002-10-25 Thread Stephen Colebourne
I definitely consider this 'in scope'. It is a key part, and will have multiple implementations - Method + Object (simple reflection) - Property object (Joda) - own storage (non Class implementation, eg. ResultSet wrapper) Stephen From: "Steve Downey" <[EMAIL PROTECTED]> Delegator is a bound met

Re: [clazz] Just a beginning...

2002-10-25 Thread Scott Sanders
On Fri, Oct 25, 2002 at 10:25:40AM +0100, [EMAIL PROTECTED] wrote: > Thanks for the start Scott. I almost did the creation myself last night, but decided >not to (as it was late and I was sure to make a mistake ;-) > > According to the current divisions, MethodUtils belongs in [lang], not [clazz]

Re: [clazz] Just a beginning...

2002-10-25 Thread Steve Downey
Delegator is a bound method reference. Triggering the delegator causes a call on a particular method on a particular object. The triggerer doesn't need to be aware of either the object or the method. There's also a variant that can delegate the call to many objects. Berin said this was inspired

Re: [clazz] Just a beginning...

2002-10-25 Thread Dmitri Plotnikov
Berin, Could you give us a synopsis of what Delegator is or a pointer to a doc where it is described. Thanks, - Dmitri --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > Scott Sanders wrote: > > All, > > > > I took the liberty of creating the clazz proposal with my proposal > generator (it worke

Re: [clazz] Just a beginning...

2002-10-24 Thread Berin Loritsch
Scott Sanders wrote: All, I took the liberty of creating the clazz proposal with my proposal generator (it worked great BTW). I copied MethodUtils from BeanUtils as an initial class, but it does not have to stay there. I copied in some of Stephen's proposal from commons-dev into the PROPOSAL.ht

[clazz] Just a beginning...

2002-10-24 Thread Scott Sanders
All, I took the liberty of creating the clazz proposal with my proposal generator (it worked great BTW). I copied MethodUtils from BeanUtils as an initial class, but it does not have to stay there. I copied in some of Stephen's proposal from commons-dev into the PROPOSAL.html. Nothing is set