Eric, As a newbie, I use just "getters" and "setters".
Wilson ----- Original Message ----- From: "Erik Price" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 3:44 PM Subject: Re: Bean class not found in web application > > > Wilson Snook wrote: > > > The long and the short of it is I would recommend avoiding the property name 'uName'. I think I would also recommend not using Komodo 1.2 to write bean classes. However, I would recommend using JBuilder 6 for the purpose, even if it is a bit of a large beast for small beans. > > > Just a quick question for anyone who cares to answer -- do you all use > the PropertyChangeListener and > PropertyChangeSupport.firePropertyChange() in your beans, or do you just > create a simple class with getters and setters? > > I'm just wondering how worthwhile it would be to run through my beans > and rewrite them with the PropertyChangeListener and > PropertyChangeSupport classes (from package java.beans). > > > Erik > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
