Java view technologies and frameworks: Difference between revisions

Content deleted Content added
Line 51:
 
==Apache Tiles==
* This is aman HTML templating framework based on the "Composite" model.
* It allows for the HTML page to be broken up into multiple [[pagelet]]s, called Templates, Definitions and Composing pages.
* At [[run time (program lifecycle phase)|run time]] the pagelets are stitched together to generate the final HTML. Pages are written in JSP.