Mike Campbell wrote:
>
>
> > A form bean that you write (that is, a subclass of
> > ActionForm) need only conform to
> > the requirements of the JavaBeans Specification --
> > particularly the requirements
> > for a no-arguments constructor and the design patterns for
> > property getters and
> > setters.
>
> Can someone point me to the spec doc for JavaBeans? I'm having a bit
> of trouble finding it on Sun's site.
The following page is where I always start for Java APIs:
http://java.sun.com/products
The JavaBeans 1.01 spec in particular can be downloaded from:
http://java.sun.com/products/javabeans/docs/spec.html
Craig