No, JSP can't call an applet. JSP is server-side; applets are client-side.
There's nothing preventing you from putting the applet's classes in the
JSP's classpath, and creating classes that the applet might use, however...


>From: "Nguyen, Thang P" <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: Passing a string from a JSP to a Java class and back.
>Date: Fri, 4 May 2001 17:44:57 -0700
>
>Hi,
>
>In HTML we can call up an java applet, is it possible to do that in JSP?
>
>Can someone pls point me to an example that similar to a stock chart
>(Streamer from Datek)?  such as:
>
>         (1)  using applets to display the stock symbols
>
>         (2)  using servlets/jsp to handle the requests/response (using web
>server, tomcat)
>
>         (3)  jbdc to access the database (informix, oracle, SQL, access,
>etc) where it stores information about stocks.
>
>
>Thanks,
>
>-TN
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
>DIGEST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to