Hi Shawn,

You're right, it's sometime easy to forget that Apache's implementation
of the JSTL is just that, an implementation. It's easy to think of it
as The JSTL. I suspect that there are other implementations. Are any
widely used?

The main issue/question is going to be of course with any static
variables. We'll have to look at the code and see if the tag libraries
use static stuff that will cause problems and specifically security
issues.

I was just curious if there's any experience using the JSTL across contexts.

Dror

On Fri, Oct 25, 2002 at 04:01:32PM -0400, Shawn Bayern wrote:
> On Fri, 25 Oct 2002, Dror Matalon wrote:
>
> > We're using Tomcat 4.x We're planning on deploying the JSTL in
> > multiple contexts. Do we need to put the jar files in each context or
> > is it safe to put them in Tomcat's lib directory?
>
> The question really applies to an *implementation* of JSTL, not to the
> standard itself.
>
> Either way, it's a great question.  The Standard Taglib, which is Apache's
> implementation and the basis for Sun's, should be "context-safe" as you
> describe it; at least, I know of nothing in the implementation that would
> break when used in multiple contexts.  However, since it has never been
> formally tested in this regard, I can't guarantee it'll work that way.
> Feel free to file bug reports if you notice any anomalies under such a
> configuration; we'll take them under advisement.
>
> Hope that helps,
>
> --
> Shawn Bayern
> JSTL reference-implementation lead
> "JSTL in Action"   http://www.jstlbook.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

Reply via email to