All: We are working an app where we need to add some formatting
functionality for use in all of our JSP pages.  We have written a separate
class (JspFormatter.java) with all the formatting methods in it.  I know
that tag libraries would fit right into this kind of scenario but none of
the team members have tag libs under their belts so for the moment we are
going the class.methodName route.

My question is...what advantage to tag libs have over the class.methodName
structure?  All of the team members are comfortable with Java so needing to
"hide code" from the JSP programmers is not an issue.

I am asking this so that we can make reasonable plans for the next releases
of this product and what changes/upgrades to its architecture we might want
to implement.

Thanks in advance for any thoughts you all might have.

Cheers, Janet Martin

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