hi everyone,

I am having a jsp file which uses a class(bean) for
accessing data. I then display the data from the
bean using "<%=" tags.

Initially i did it using <jsp:use-bean> tag. The jsp
page was slow. so i replaced the use-bean with
<%
   MyClass myObj = new MyClass();
%>

The jsp is some 5 times faster. Almost same as the
servlet version which used a template engine.

will this cause any problems? any comments.

thanks
Nagaraj


__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

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