JSP is servlets ;-)
There is no real difference between the 2 the only thing is that the
absolute first time a JSP is requested, another servlet (the JSP engine)
translates the JSP code into a servlet and compiles it. After that it's only
the servlet that's being used.
That's a very important thing to know.
Geert 'Darling' Van Damme
> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Gogia Nitin
> Sent: donderdag 4 mei 2000 10:05
> To: [EMAIL PROTECTED]
> Subject: JSP Disadvantage ??
>
>
> I read that everytime user requests for a JSP page , a seperate object is
> created and loaded into memory. Is it true ?
> If yes, then this the biggest disadvantage as compared to
> servlets which is
> loaded into memory only once and for every request from user spwans a
> seperate thread.
>
> Nitin
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> 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".
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