RE: import * vs explicit debate

2003-04-02 Thread Gavin McPhee
will mention the name of the class that was just added; and the adder will say oh, duh and know what to do to fix it. More troublesome are interface changes that are silently absorbed but cause semantic changes. I totally agree. Gavin McPhee Senior Software Engineer Object Connections Australia

Accessing normal properties on a DynaBean using PropertyUtils.

2003-03-30 Thread Gavin McPhee
by modifying the BasicDynaBean implementation or by creating a DynaBean implementation to allow for the registration of a user defined getter and setter methods for individual properties. This mechanism would not break any current DynaBean and PropertyUtils implementations. Gavin McPhee