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