JSTL标签
下载地址:http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/
JSP(tm) Standard Tag Library implementations
Apache hosts the Apache Standard Taglib, an implementation of the JSP Standard Tag Library (JSTL) specification. Various versions are available.
Version | JSTL version | Requirements | Getting the Taglib |
Standard 1.2.1 | JSTL 1.2 | Servlet 2.5, JavaServer Pages 2.1 | download (javadoc) |
Standard 1.1 | JSTL 1.1 | Servlet 2.4, JavaServer Pages 2.0 | download |
Standard 1.0 | JSTL 1.0 | Servlet 2.3, JavaServer Pages 1.2 | download |
最新版本
2014/01/02 The Apache Standard Taglib 1.2.1, an implementation of JSTL 1.2, has been released.
Apache Standard Taglib 1.2.1 发布了,该版本支持 JSTL 1.2,同时修复了很多 bug。
值得关注的改进包括:
- Transitioned project from Apache Jakarta to Apache Tomcat
- Implementation of new functionality for JSTL 1.2; requires Java 1.5
- Switched to Maven-based build
- Renamed JARs and modified packaging structure; OSGI metadata added
- XML processing performance improved by direct use of Xalan
上一篇: Daily Reading
下一篇: 【转】ant中对文件和目录进行复制和删除