> [mailto:[EMAIL PROTECTED]]On Behalf Of Sandy Tiu
>
> Can a Servlet be called from an Applet?
> Thanks.

Yes, anything that can be referenced by an http URL can be 'called' by an
Applet using the java.net.URL class and related classes. See java API docs.
Remember that the servlet will have to be on the same server that the Applet
came from unless the Applet is a trusted one.

Steve

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