On Wed, Sep 25, 2002 at 02:53:47AM -0700, Amit Ghaste wrote: > The foremost advantage I give to is that Taglibs give a structure to ur > JSPs, its cleaner to look at(code) and putting it bluntly it can be given to > any content designer and he/she can readily implement it. > > There is a downside of the taglib, being that they are implemented via > reflection API, need I say more :)
Do tags really use reflection more than tags? I would imagine that it would be the other way around, since the tld gives jasper a lot more info about the variables. > > Hope that helps > > Amit > > -----Original Message----- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Vijayanand > Sent: Tuesday, September 24, 2002 4:14 PM > To: [EMAIL PROTECTED] > Subject: Advantage of Taglib over Beans in JSP > > > hi all, > > I would like to know what is the advantage of using Taglibs(Custom Tags) > than using Beans in jsp. Is there any advantage in performance issues. Can > any one give me an idea on this. > > thanks & regards > vijayanand.R > > (),,,() > ( (. .) .-''''''''''-. > ( o ) ) ( 'o' ) > =(,,)=(,,)==(,,)==(,,)= > > ========================= > 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 -- Dror Matalon Zapatec Inc 1700 MLK Way Berkeley, CA 94709 http://www.zapatec.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
