Building reactive applications using asynchronous servlets

Servlets are probably one of the most (if not the most) well-known Jakarta EE technologies. Actually, servlets existed even before J2EE became a real specification.

This recipe shows you how to use servlets asynchronously.