Six Cool New JSP and Servlet Features
[Posted February 18, 2004 by cook]
Bruce W. Perry
introduces new JSP and Servlet Features on O'Reilly.
"
If you use a web container such as Tomcat 5.x, which supports Servlet API 2.4 and JSP 2.0, then you can use a number of useful new features. These include:
1. Using a servlet as a welcome file.
2. Mapping filters to RequestDispatchers.
3. The new ServletRequestListener and ServletRequestAttributeListener interfaces.
4. Using Expression Language (EL) code within template text, not just as tag attribute values.
5. Writing tag files.
6. Writing Expression Language qualified functions."
(
Log in to post comments)