You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Thomas Colin de Verdiere <td...@scort.com> on 2002/05/14 15:23:50 UTC

Standard Tag library jar

Hi,
what is the difference between jstl.jar (containing some extra function) 
and standard.jar?

-- 
Thomas Colin de Verdière
SCORT
http://www.scort.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Standard Tag library jar

Posted by Thomas Colin de Verdiere <td...@scort.com>.
In the implementation i have the classes in jstl.jar are also in 
standard.jar

Shawn Bayern wrote:
> On Tue, 14 May 2002, Thomas Colin de Verdiere wrote:
> 
> 
>>Hi,
>>what is the difference between jstl.jar (containing some extra function) 
>>and standard.jar?
>>
> 
> jstl.jar includes JSTL's API; it could be reused among multiple
> implementations.  standard.jar contains the reference implementation of
> JSTL.  You need both to run a web application, but you only need jstl.jar
> to develop JSTL-compatible classes.
> 
> 


-- 
Thomas Colin de Verdière
SCORT
http://www.scort.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Standard Tag library jar

Posted by Shawn Bayern <ba...@essentially.net>.
On Tue, 14 May 2002, Thomas Colin de Verdiere wrote:

> Hi,
> what is the difference between jstl.jar (containing some extra function) 
> and standard.jar?

jstl.jar includes JSTL's API; it could be reused among multiple
implementations.  standard.jar contains the reference implementation of
JSTL.  You need both to run a web application, but you only need jstl.jar
to develop JSTL-compatible classes.

-- 
Shawn Bayern
"JSP Standard Tag Library"   http://www.jstlbook.com
(coming this summer from Manning Publications)


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>