Wednesday, September 2, 2015

Servlet Container's Role

Loads the servlet.
Authenticate the user (if required).
Calls the service method.
Update the current session(if required).
Create a resuest object (javax.servlet.ServletRequest interface or the javax.servlet.http.ServletRequest).
Populate the required information in the request object.
Create a response object (javax.servlet.ServletResponse interface or the javax.servlet.http.ServletResponse).

No comments:

Post a Comment

Scrum and Scrum master

Scrum  Scrum is a framework which helps a team to work together.  It is like a rugby team (the scrum name comes from rugby game). Scrum enco...