There is not tech reason why you would have to use the tag rather than
calling out new instance directly. Your employer may have a preference
though.


>From: Gunaseelan Nagarajan <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: beans vs objects
>Date: Fri, 23 Jun 2000 03:01:40 -0700
>
>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

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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