Java Beans without properties
Hello all,
This is a very basic question about Java Beans in particular.
Do you need properties defined in the class to call it a Java Bean or just the getter and setter methods are enough(values for them will come from somewhere else).
I have also checked the JavaBean 1.01 spec and it no where says that you need to define properties and accessor methods.Can someone point me to a legitimate link which says so?
thx,
Neo

