Useful, potentially useful, not useful and harmful features of the modern Servlet API. — Servlets — the foundation of Java web applications Even if code of a typical web application does not contain many servlets, filters and listeners, all Java web applications are build on top of the Servlet API. In any Java web application HTTP requests are handled by servlets. More visible web technologies such as JAX-RS or Spring libraries MVC…