Brian Burridge wrote:
>
> Has anyone used the "application" lifespan? Am I correct in assuming
> that this functions similiar to a servlet, in that if I use
> "applicaiton" lifespan, the bean and its contents (objects) are
> accessible to that application, even across user sessions, until the
> server unloads the servlet, probably through shutdown/restart?
>
> I haven't used this lifespan before, but need to use a global object
> across sessions. I am using spec .92.
Yes to the above but note unloading a servlet does not mean the
application object is destroyed.

Gabriel Wong
http://www.ezwebtools.com
-------------------------

===========================================================================
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