Java J2EE Spring Chapter 14: The Request Object

In the previous chapter we saw about the various scopes for variables that can be used in a J2EE Web Application. In this chapter, we are going to understand the Request in detail.

So, Lets get started!!!

The Http Request

When a user hits a URL with a servlet at the other end, the Servlet Container creates an HttpServletRequest object. It passes this object as an argument to the servlet's