HTML Generation
Jetty comes with a rich HTML generation package that can be used on its
own, with another servlet server or in Jetty servlets.
Program driven generation of HTML allows pages to be highly customized,
contain dynamic data and avoid the tedious, contrived and error prone
nature of HTML authoring.
The java servlet code listed below generates a simple page which can
be seen here.