JSP Processing
JSP Processing
by
CH.JAYANTH
JSP stands for Java Server Pages. All your JSP
pages are stored on the server.
The web server have JSP engine which acts as a
container to process JSP pages.
All the requests for JSP Pages are intercepted
by JSP Container.
JSP container along with web server provide
the runtime environment to JSP.
JSP Processing Architecture
steps that are required to process JSP Page –