Content deleted Content added
Line 9:
==JSP==
Built on top of the Servlet API, JSP provides for a HTML centric Server programming model. Java code is embedded in the JSP files and is executed when a request is received. Each JSP page is automatically converted to a Servlet behind the scenes.
==Struts==
|