hi
follow these steps in ur JSP's

? Separate HTML from Java
? Place business logic in JavaBeans
? Factor general behavior out of custom tag handler classes
? Favor HTML in Java handler classes over Java in JSPs
? Use an appropriate inclusion mechanism
? Use a JSP template mechanism
? Use stylesheets
? Use the MVC pattern
? Use available custom tag libraries
? Determine the appropriate level of XML compliance
? Use JSP comments in most cases
? Follow HTML best practices
? Utilize the JSP exception mechanism
? These tips will help you write JSPs that are reusable and easy to
maintain.

thanks & regards
vijayanand.R

    (),,,()
   ( (.  .)     .-''''''''''-.
  (    o  ) ) (    'o'   )
=(,,)=(,,)=(,,)==(,,)=
----- Original Message -----
From: "Vibha Jindal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 4:49 PM
Subject: Optimised JSPs


Hi,

Can someone please refer me a document, that describes what all should be in
a JSP and what should be in a servlet? and any other factors that nee dto be
considered while writing a JSP?
Basically, how to write optimised code for a JSP?

Regardsm
Vibha

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 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 FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to