Tim's Weblog
Tim Strehle’s links and thoughts on Web apps, software development and Digital Asset Management, since 2002.
2003-06-10

JavaBeans conventions

A ZDNet article describes the conventions JavaBeans classes must conform to:

class->getProperty class->setProperty class->isBoolProperty

class->addEventListener class->removeEventListener

Makes sense. That's similar to what I'm already doing in my PHP classes.