Date: 2017-12-01
This tutorial explains Java Servlet Filters, which pre- and post-process web application requests. Servlets themselves handle HTTP requests, processing them and sending responses. The lifecycle of a servlet involves initialization ...