Using Java Server Faces, JSTL and Jetty

Until now, Jetty has not provided Java Server Pages Standard Tag Library nor Java Server Faces support with the container. Webapps wishing to use either of these facilities have had to explicitly include the necessary jars in their webapps. With the rc1 version of Jetty 6, the JSTL1.0 and JSTL1.1 Read more…