I'm confused too. JSP is a server-side technology. AWT and Swing are
client-side technologies. What is it, exactly, that you want to do?

If you want to use JSP to create web pages that invoke/include applets that
use AWT or Swing, then yes, you can do that. If you want something using AWT
or Swing to run on the server side, then I guess you've lost me.

--
Martin Cooper
Tumbleweed Communications


----- Original Message -----
From: "Daniel Lynn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 01, 2001 2:47 PM
Subject: simple question


> OK, I'm looking into what JSP can do and I'm a bit confused... I always
> here that JSP can use all of he Java libraries, but can it do all of the
> AWT and Swing stuff? and how exactly does that work inside a browser....
> also, if anyone has any suggestions on books or sites about this, it'd
> be much appreciated
>
> -Danny
>
>
===========================================================================
> 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

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