<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>58906</bug_id>
          
          <creation_ts>2004-07-30 09:46 0000</creation_ts>
          <short_desc>[REQUEST] JSTL (Java Standard Tag Library) ebuild</short_desc>
          <delta_ts>2005-04-17 10:06:48 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Server</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>REQUEST</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>hrk@users.sourceforge.net</reporter>
          <assigned_to>luckyduck@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>hrk@users.sourceforge.net</who>
            <bug_when>2004-07-30 09:46:11 0000</bug_when>
            <thetext>Hello,

JSTL, also known as standard tagslib, is a useful library of tags usable in servlet containers like Tomcat.

There are two versions of tagslibs:
JSTL 1.1
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html
requires a servlet container adhering to Java Servlet 2.4 and JavaServer Pages 2.0 (e.g.: Tomcat 5)

JSTL 1.0
http://jakarta.apache.org/taglibs/doc/standard-1.0-doc/intro.html
requires a servlet container adhering to Java Servlet 2.3 and JavaServer Pages 1.2 (e.g.: Tomcat 4)

For the question &quot;What does JSTL do?&quot;, here&apos;s an excerpt from their own homepage:
&quot;JSTL encapsulates, as simple tags, core functionality common to many JSP applications. For example, instead of suggesting that you iterate over lists using a scriptlet or different iteration tags from numerous vendors, JSTL defines a standard &lt;forEach&gt; tag that works the same everywhere.

This standardization lets you learn a single tag and use it on multiple JSP containers. Also, when tags are standard, containers can recognize them and optimize their implementations.

JSTL provides support for core iteration and control-flow features, text inclusion, internationalizaton-capable formatting tags, and XML-manipulation tags. It also supports an expression language to simplify page development. Developers may also be interested in JSTL&apos;s current extensibility mechanisms; JSTL currently provides a framework for integrating custom tags with JSTL tags.&quot;

Alhough taglibs&apos; jar file can be deployed internally to each web-app using them (via the /WEB-INF/lib/ directory) they can be installed into $TOMCAT_HOME/shared/lib/ in order to be visible to every webapp without the need to have copies and copies of the same libraries. :)

What I say can be applied to Tomcat, I have no knowledge of other servlet containers.

Regarding installation, JSTL binary distributions come with some library (like xerces). In Tomcat 4 I had to put those libraries together with jstl.jar and standard.jar (the real libs). Tomcat 5 doesn&apos;t need them.
I haven&apos;t checked it out if those two jar files can simply be put in the classpath in order to work.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>axxo@gentoo.org</who>
            <bug_when>2004-08-09 04:14:02 0000</bug_when>
            <thetext>sorry, but i don&apos;t have any time this month(exams), i&apos;ll look into next month</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>luckyduck@gentoo.org</who>
            <bug_when>2005-04-17 10:06:48 0000</bug_when>
            <thetext>it&apos;s now in the tree available as jakarta-jstl. atleast at the moment you have to deploy it manually.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>