Dear sir,
    Can anyone told me, Can I extend my bean from Thread and use it in JSP?

public class MyBean extends Thread {
....
}

    What happen, if I write JSP page like this?
<jsp:usebean id=test scope=session class=MyBean/>
    Is MyBean thread stop when user close the session?

Thank you,
Somchai Limsiroratana
[EMAIL PROTECTED]
Agric. Process Engineering and Technology Lab.
Kyoto University, Kyoto, 606 JAPAN
Tel , Fax : 81-75-7536171
Tel(home) : 81-75-7038169
ICQ# 29410074

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to