Jakarta EE Cookbook
上QQ阅读APP看书,第一时间看更新

Using Jakarta Servlet for request and response management

Jakarta Servlet was created even before Jakarta EE existed actually, before J2EE existed! It became part of EE in J2EE 1.2 (Servlet 2.2) in 1999.

This is a powerful tool that's used to deal with request/response contexts. This recipe will show you an example of how to do this.