Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Poorly edited code sample, extraneous to purpose of page.
Tag: blanking
Line 32:
* Built on top of the Servlet API, JSP provides for a document-centric, tag-based templates, server programming model which can generate many forms of textual content.
* Java code may be embedded in JSP files and is compiled and executed when a request is received.
* Built on top of the Servlet API, JSP provides for a document-centric, tag-based templates, server programming model which can generate many forms of textual content.
 
==Apache Struts==