JSP Architecture

1. What is JSP Architecture? Following steps includes the JSP Architecture as shown in the above figure. Web client sends request to Web server for a JSP page (extension .jsp). As per the request, the Web server (here after called as JSP container) loads the page. JSP container converts (or translates) the JSP file into …

JSP Architecture Read More »