You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ola Berg <ol...@arkitema.se> on 2002/06/14 16:58:13 UTC

Re: [beanutils] DynaBean support for \'adders\'

On Friday 14 June 2002 14.08, James Strachan wrote:
> What do folks think about adding a new method to DynaBean called...

> public interface DynaBean {
>     public void add(String name, Object value);
> }

I definitely think that the adder pattern should be supported.

I also would suggest \"renaming\"  (deprecating old method, inserting new method)

set( String key, Object value) 

to 

put( String key, Object value)

following the put()-method convention in java.util.Map.

/O

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>