Hi,

I am new myself and just getting started with JSP development. JSP is a
server-side technology, and it does need to be compiled on the server. JSP
pages are actually translated into Java Servlets, but this all happens
behind the scenes (i.e. you do not need to manually trigger the compilation
process, although I guess that this might be implementation dependent). The
client only gets regular HTML data.

-Mirko


> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of sidney woods
> Sent: Wednesday, December 08, 1999 1:11 PM
> To: [EMAIL PROTECTED]
> Subject: jsp- compilation
>
>
> Hello,
> I am new to JSP. Does a JSP Page need to be compiled before being
> viewed in a
> browser , like a java app.
> thanks.
> Sidney
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>
> ==================================================================
> =========
> 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

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