Hi Chris,

I think the only real requirement for the 'class' implementing the
'object' referred in the <useBean:... tag is that properties should
be
get-able and set-able for the setProperties tag to work as
defined in the spec. One can't be too sure if some implementation
would use the fact that the class implements a bean (and is
therefore
serializable) and so try and serialize the bean to disk under
certain
circumstances, say, high load. Since the bean is serializable it
maybe
possible for implementations to ship out a session bean to another
host for load balancing etc...

As far as the jsp script writer is concerned implementing the setter
and getter methods *should* be enough.

That's the best I could make out -- so far.

Any thoughts...

Best wishes,

- ojha

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to