Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Mlavannis (talk | contribs)
Mlavannis (talk | contribs)
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==