Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Mlavannis (talk | contribs)
Mlavannis (talk | contribs)
Line 36:
 
==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.
 
==Struts==