Jetty 3 Handlers Demo
These links demonstrate the non-servlet handling capabilities of Jetty 3.
Handlers would be used instead of servlets if requests need to be
modified or more complex handling than that offered by the servlet API is
needed:
The servlet container within Jetty is implemented as a handler.