Java Server Pages

Jetty comes with versions 0.9 and 1.0 of the GNUJSP implementation of Java Server Pages installed. JSP allows dynamic content to be added to HTML pages with special tags that allow java code to be compiled and called. The GNUJSP 1.0 version is a modified snapshot 19990918-2300, but appears stable and implements the JSP1.0 API.

The links below are some jsp examples. The GNUJSP 1.0 README is also listed below:
JSP 1.0:
JSP 0.9: