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).
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