Hi,

I am having a jsp program which makes use of a java class to
get some data. Initially i used jsp:usebean and accessed the
public variables and methods in the bean. But the response
time was very high. After changing it to ordinary instantiation,

ie,
<%
  myObj = new BeanClass();
%>
<td><%= myObj.field%>

the jsp file has become faster.

Any comments

regards
Nagaraj


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

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

Reply via email to