> In the JSP the presenattion part will be done exclusively by  HTML ..It is
> possible to use JAVA Giu componemts in JSP?
>

No, the result of a JSP being run at the server, is a response consisting of
a stream of data. The stream goes out to the client, for the client to parse
(let the client be a webbrowser, a telnet program, a client applet or
application).

The code (and in it any other instantiated classes like GUI-components) for
JSPs and servlets are run at the serverside, not for the user to see.

/O

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to