Six Cool New JSP and Servlet Features
O’Reilly.com has a good article that outlines Six Cool New JSP and Servlet Features. They are:
- Using a servlet as a welcome file.
- Mapping filters to
RequestDispatchers. - The new
ServletRequestListenerand
ServletRequestAttributeListenerinterfaces. - Using Expression Language (EL) code within template text, not just as tag
attribute values. - Writing tag files.
- Writing Expression Language qualified functions.


