JSP History
- JSP 1.0 (1999)
- Embedding dynamic code (scripts) with static markup
- JSP 1.1 (supported by Tomcat 3.3)
- JSP 1.2 (supported by Tomcat 4.x)
- JSP 2.0 (supported by Tomcat 5.x)
- Support for JavaBeans
- Custom tags-can replace embedded scripts
- Expression language for custom tags
- Draft JSP 2.1 currently under discussion
- JSP specifications:
http://java.sun.com/products/jsp/