Re: Bean Scope - application

2000-10-30 Thread Tasneem
lt;[EMAIL PROTECTED]> Sent: Tuesday, October 31, 2000 2:06 AM Subject: Re: Bean Scope - application > Hi David, > > Thanks for your reply. I need some more claification. > > Suppose JSP displays a page with pulldown which contains database records using a > bean (with scope=a

Re: Bean Scope - application

2000-10-30 Thread David Koo
object. Check JSP API's for more info. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sushil Singh Sent: Monday, October 30, 2000 3:37 PM To: [EMAIL PROTECTED] Subject: Re: Bean Scope - application

Re: Bean Scope - application

2000-10-30 Thread Sushil Singh
Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Sushil Singh > Sent: Monday, October 30, 2000 2:33 PM > To: [EMAIL PROTECTED] > Subject: Bean Scope - application > > Hi, > > Can anybody explain me what does this mean: > applicationthe bea

Re: Bean Scope - application

2000-10-30 Thread David Koo
when the JVM instance (ie server) is shut down and restarted -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Sushil Singh Sent: Monday, October 30, 2000 2:33 PM To: [EMAIL PROTECTED] Subject: Bean Scope

Bean Scope - application

2000-10-30 Thread Sushil Singh
Hi, Can anybody explain me what does this mean: applicationthe bean is unloaded only when the application is terminated, bean instance is available to all Servlet/JSP servlet instances belonging to this application. I could not understand the statement "the bean is unloaded only when the applica

Re: bean scope (application/session)

2000-09-28 Thread Glenn Nielsen
/client. Regards, Glenn Chin Sung Kit wrote: > > Hi all, > > What are the differences between bean scope - application and session? > i read about it from the java doc, it says > application - objects accessible from pages that belong to the same > application > session - objec

bean scope (application/session)

2000-09-27 Thread Chin Sung Kit
Hi all, What are the differences between bean scope - application and session? i read about it from the java doc, it says application - objects accessible from pages that belong to the same application session - objects accessible from pages belonging to the same session as the in which they