well, its only the first time that any user hits the jsp is converted intoa
servlet.. and a class file is created..

but the next iterations are done only on a time interval, the app server
checks if the jsp has changed.. if so then it will redo the proces of
converting to servlet and compiling..

this interval can be set by you..,

another thing.. if u cant go thro the final deployment server, I think u can
pre compile the jsps and use them

and u can extend other classes in the page directive

<%@ page extends="class_name"%>

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Sent: Thursday, February 27, 2003 4:36 AM
To: [EMAIL PROTECTED]
Subject:


Fine thanks for the comments on jsp

Actually jsp is converted into servlet before exciting does that incur any
over head.
Also I have a doubt sevlet is a java file we can play  with inheritance that
is
public final class XpressMoneyPaymentCancel extends HttpServletJXGB_Fa

where HttpServletJXGB_Fa extends httpservlet is possible
how to do it in jsp please guide

Thanks & Regards
peter

=========================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to