> What is the correct way to call classes from a servlet?
> Currently, I am just
> creating an object of a class and passing arguments to it. I
> have recently seen
> code out there that puts objects into session objects. What are
> the advantages
> to this and is this more appropriate than the latter?
>
Hi David,
only need to store objects in an HttpSession object if you want to preserve
them across requests.
Andy Bailey
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html