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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
